/* 初始化标签在所有浏览器中的margin、padding值 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
img,
* {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: #333333;
}

img {
    width: 100%;
    height: 100%;
}

body {
    background: #f8f9fa !important;
}

/* html {
	_background: url(about:blank);
} */
