@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;}
ul,li{ list-style-type:none;}
img{ vertical-align:middle; border:0; margin:0; padding:0; width:100%}
button{ vertical-align:middle; cursor:pointer;}
input txt,button{ vertical-align:middle; border:none;}
a,a:link{ color:#333333; text-decoration:none}
a:hover{ color:#333333;}
.clear{ clear:both; overflow:hidden; height:0px;}
.clearfix{ overflow:hidden; zoom:1;}
.lft{ float:left;}
.rgt{ float:right;

/*移动端适配 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;
    }
}*/
