@charset "utf-8";
/*CSS reset*/
*[hidefocus]{outline:none;}
*{-webkit-tap-highlight-color: rgba(255,255,255,0);}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0;-webkit-appearance: none;}
fieldset,img,html,body,iframe{border:0;}
table{border-collapse:collapse;border-spacing:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:bold;font-size:100%;}
caption,th{font-weight:normal;font-style:normal;text-align:left;}
em,strong{font-weight:bold;font-style:normal;}
body,textarea,select,input{font-family:"Microsoft YaHei",Helvetica;font-size:12px;color:#666666;}
input::-webkit-input-placeholder {line-height: 1.5em;}/*input框光标位置居中*/
a,input:focus {outline: none;}/*去除获取焦点后的默认边框*/

body{background-color:#fff;position: relative;width: 100%; height: 100%;}
a,button{cursor:pointer;}
a{text-decoration:none;color:#666666; outline: none;}
a:hover{text-decoration:none;}
html{overflow:auto;overflow-y:scroll;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}

