/*初始化样式*/
@charset "UTF-8";
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;}
blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,select,td,textarea,th,ul{margin:0;padding:0}
fieldset,img{border:0 none}
dl,li,menu,ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
button,input,select,textarea{vertical-align:middle}
button{border:0 none;background-color:transparent;cursor:pointer}
body{background:#fff}
body,button,input,select,td,textarea,th{font-size:16px;line-height:1;font-family:"微软雅黑","黑体","宋体";color:#666}
a{color:#666;text-decoration:none}
a:active,a:hover{text-decoration:none}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:400}
caption{display:none}
table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed}
img{vertical-align:top}
a{outline:0}
a:active{star:expression(this.onFocus=this.blur())}
/*改变webkit表单输入框placeholder的颜色值*/
input::-webkit-input-placeholder{color:#aaa;}
input:focus::-webkit-input-placeholder{color:#eee;}
/*禁用 select 默认下拉箭头*/
/*// select::-ms-expand {display: none;}*/
/*禁用 radio 和 checkbox 默认样式*/
/*
// input[type=radio]::-ms-check,input[type=checkbox]::-ms-check{display: none;}
*/
/*去掉触摸时产生半透明的遮罩*/
a,button,input,textarea{
-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-user-modify:read-write-plaintext-only; }
.clearfix:after { content:""; display:block;font-size: 0;height:0; clear:both; overflow:hidden; } 
.clearfix { zoom:1; }