@charset "utf-8";
/* CSS Document */

body { font-family:"微软雅黑"; margin:0; padding:0; background:#ffffff;}
div,form,img,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,img{ margin:0; padding:0; border:0; font-weight:normal; box-sizing:border-box; font-size:12px;}
img{ border:none; vertical-align:middle;}
ul,li{ list-style-type: none; }
button{ vertical-align:middle; cursor:pointer;}
input, button{	vertical-align:middle; border:none; font-family:"微软雅黑";}
.clear { clear:both; overflow:hidden; height:0px;}
.blank{ display:block; height:10px; clear:both; overflow:hidden; visibility:hidden;}
.lft{ float:left;}
.rgt{ float:right;}
.clearfix{ overflow:hidden; zoom:1;}

/*移动端适配 width|height|font-size = 视觉稿量出来的值 / 100rem;@lbl*/
/*@media screen and (max-width:374px) and (min-width:320px) {
    html,body{
        font-size: 42.67px !important;
    }
}
@media screen and (max-width:413px) and (min-width:375px) {
   html,body{
        font-size: 50px !important;
    }
}

@media screen and (max-width:639px) and (min-width:414px) {
   html,body{
        font-size: 55.2px !important;
    }
}

@media screen and (max-width:749px)  and (min-width:640px){
   html,body{
        font-size: 85.33px !important;
    }
}
@media screen and (min-width:750px) {
   html,body{
        font-size: 100px !important;
    }
}*/
