@charset "utf-8";
/* CSS Document */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, c{ border:none; }

img{display: block}

address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }

ul, ol ,li{ list-style:none; }
table{width: 100%;}
body { color:#333; font:12px "Arial,"微软雅黑","Microsoft Yahei",sans-serif;",HELVETICA; background: #ffffff;}

a { color:#666; text-decoration:none; }
/*清除浮动*/
.clear{clear:both}
*{box-sizing:border-box}
body,html{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
html{
    font-size: 26.67vw !important;
}
body{
    box-sizing: border-box;
}
