@charset "utf-8";
/* CSS Document */
/* reset 默认样式重置 */
/*html, body {position: relative;height: 100%;}*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, q, em, ul, li, ol, dl, dt, dd, form, article, aside, embed, table, td, th, input, button, legend, fieldlset, blockquote, textarea, label, strong, img, cite { margin: 0; padding: 0; outline: none; }
body { font-family:"Microsoft YaHei"; font-size:1.6vw;color:#333;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
table { border-collapse: collapse; }
ul, li , ol, li{ list-style: none; }
img{ border: none; vertical-align:top; }
em, cite, address,i ,strong{ font-style: normal; font-weight: normal; }
a { text-decoration:none; }
input { outline:none; border:none; background-color:transparent;}
input::-ms-clear { display:none; }
textarea { outline:none; resize:none; ;overflow:auto;border:none;background: transparent;}

/* 清浮动 */
.clearfix:after,
.clearfix:before{content: "";display: table;}
.clearfix:after{clear: both;}
.clearfix{*zoom:1;}

.fl{float:left;}
.fr{float:right;}

/*20170825修改*/
/*周六修改,周日替换*/
input:focus, textarea:focus,a:focus{
    outline: none;
}
input,textarea,a,label,div,span,img,p{
     tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,input[type="search"]{ 
	-webkit-appearance: none; 
}
input::-webkit-search-cancel-button {
	display: none;
}

















