/*reset CSS*/
@charset "utf-8";
*{
    margin: 0; padding: 0;
    box-sizing: border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
    font-size: 16px;
}
*:after,*:before{
	 box-sizing: border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
}
html,body{font-family:"微软雅黑","宋体",Arail,Tabhoma; text-align: left;}
body{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
ul,ol{list-style: none;}
img{border: none;vertical-align: middle;cursor: pointer;}
input,select,textarea,button{appearance:none;-webkit-appearance:none;outline:0;border: 0;border-radius:0:appearance: none;-webkit-appearance: none;box-shadow:0px 0px 0px rgba(0,0,0,0);}
table{border-collapse: collapse; border-spacing: 0;}
th,var,em,i{font-weight: normal; font-style: normal;}
a{text-decoration: none;}
.fl{float:left;}
.fr{float:right;}
.clearfix:after{display:block; content:''; clear:both;}
.clearfix{zoom:1;}
textarea{resize: none;font-family: "microsoft yahei";}
h1,h2,h3,h4,h5,h6{font-weight: 400;}


