@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    transition: color .3s;
}

html,
body {
    color: #333;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

body{
    font-size: .16rem;
}
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

ul{
    margin-bottom: 0;
    padding-left: 0;
}

img,
input {
    border: 0;
    outline: none;
}

html {
    font-size: 100px;
    font-size: 5.2083333vw;
}
html {
	overflow-y: scroll; /* 保持页面可滚动 */
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE/Edge */
}

html::-webkit-scrollbar {
    display: none; /* Chrome/Safari/Edge */
}
h4,p{
	margin-bottom: 0;
}
.my-3{
	margin-top: 0.16rem !important;
	margin-bottom: 0.16rem !important;
}
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
        margin-bottom: 0;
}
@media screen and (max-width:1024px) {

    html {
        font-size: 85px;
    }

}