/*重置样式 start*/
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
ul,ol{
list-style: none;
}
img{
border:0;
}
a{
text-decoration: none;
color: #666;
}

h1,h2,h3,h4,h5,h6,div,p,li,a,textarea{
word-break: break-all;
}
a:hover{
text-decoration: none;
}
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{
 margin: 0;
 padding: 0;
}
html,body{
font-family: NotoSansHans-Regular,ArialMT,Helvetica,"思源黑体","冬青黑体","苹方",Arail; 
text-align: left;
}
.clearfix{
zoom:1;
}
.clearfix:after{
  content: "";
  display: block;
  clear: both;
  /* vertical-align: middle; */
  height: 0;
}

select::-ms-expand { display: none; }
input[type="button"],input[type="submit"],input[type="reset"]{
-webkit-appearance: none;
}
select{
background: transparent;
}
input{
  border: none;
  background-color: rgba(0,0,0,0);
}
input,textarea,select{
outline: none;
-webkit-appearance:none; 	
}
input::-webkit-input-placeholder { 
  color:#999;
}
input::-moz-placeholder { 
  color:#999;
}
input::-ms-input-placeholder { 
  color:#999;
}
.imagespa{
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.op{
  opacity: 0;
  filter:alpha(opacity=0);   
  -moz-opacity:0;   
  -khtml-opacity: 0;   
}