/*css 初始化 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
div {
    margin: 0;
    padding: 0;
    outline: none;
    font-size: 16px;
}

fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul,
ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    margin: 0;
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}


a {
    color: #666;
    text-decoration: none;
}

.footer a:hover,.header a:hover {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
}

s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

html,
body {
    width:100% !important;
    height: 100% !important;
    overflow-x: hidden;
}
/* 隐藏滚动条 */
.hidden-scroll{
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
.hidden-scroll::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}

@media screen and (min-width: 750px) {
    html{
        font-size: 100px;
    }
}
@media screen and (max-width: 750px) {
    html{
        font-size: 50px;
    }
}
/*公共类*/