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

/*统一样式*/
*{ margin:0; padding:0; box-sizing:border-box;}
html{ font-size:62.5%;}
li{ list-style:none;}
img{ border:none 0; }
a{ text-decoration:none; display:inline-block; /*color:#333;*/ }
.clear { clear:both;}
.clearfix:after{ content:" "; height:0; display:block; visibility:hidden; clear:both; }
.auto{ margin:0 auto;}
label,input,img{ vertical-align:middle;}
.left{ float:left;}.right{ float:right;}

body{ font-family:"微软雅黑","黑体"; font-size:1.4rem; color:#333; /*background:rgba(0,153,255,.4);*/ }







