/*通用*/
body,div,dl,dt,dd,ul,li,a,p,h1,h2,h3,h4,h5,h6,input,form,textarea{
    margin: 0;
    padding:0;
}
ol,ul,li{
    list-style: none;
}
*{
    -webkit-appearance: none;
    -webkit-text-size-adjust:100%;
    -webkit-tap-highlight-color: transparent;
}
body{
    background: #fbfeff;
    font-family: PingFangSC-Semibold,sans-serif;
}
a{
    text-decoration: none;
    color: black;
    /*width: 100%;*/
    /*height: 100%;*/
    display:block;
}
img{
    border:none;
    display:block;
    width: 100%;
    height: 100%;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0;
}

html{
    font-size: 100px; }
body{
    font-size: 16px; }
@media screen and (min-width: 320px) {
    html {
        font-size: 42.66667px; } }
@media screen and (min-width: 360px) {
    html {
        font-size: 48px; } }
@media screen and (min-width: 375px) {
    html {
        font-size: 50px; } }
@media screen and (min-width: 412px) {
    html {
        font-size: 54.93333px; } }
@media screen and (min-width: 414px) {
    html {
        font-size: 55.2px; } }

@media screen and (min-width: 750px) {
    html {
        font-size: 100px; } }