@charset "utf-8";
/*重新定义html元素*/
/* body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,time,blockquote,th,td,section,header,footer,figure,figcaption,nav{margin:0px;padding:0px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color: #fff;-webkit-tap-highlight-color:transparent} */
table{border-collapse:collapse;border-spacing:0;box-sizing:border-box;}
html{-webkit-text-size-adjust:none;font-size:100px;}

fieldset,img{border:0;}
ol,ul{
	list-style:none;
}
body{font-family:\5FAE\8F6F\96C5\9ED1,\5b8b\4f53,\5fae\8f6f\96c5\9ed1,sans-serif;color:#888;}
.clearfix:before,.clearfix:after{ 
    content:""; 
    display:table; 
} 
.clearfix:after{clear:both;} 
.clearfix{ 
    *zoom:1;
}
input,button,textarea,select,optgroup,option {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;outline:none;}
input::-moz-focus-inner{ border: 0;padding: 0;}
/* 取消a标签点击后的虚线框 */
/* a{outline: none;display:block;text-decoration:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;} */  
a:active{star:expression(this.onFocus=this.blur());}
/*去除点击后出现的边框*/
input:focus,textarea:focus,select:focus{outline:none;}
/* img{display:block;margin-bottom:0px;} */
.bgf5{
	background:#f5f5f5;
}
