/*重置样式 start*/
*{
	margin: 0;
	padding: 0;
}
ul,ol{
	list-style: none;
}
img{
	border:0;
}
a{
	text-decoration: none;
	color: #666;
}

p,div{
	word-break: break-word;
}
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,Tabhoma,"微软雅黑","华文黑体","黑体"; 
	text-align: left;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content: "";
	display: block;
	clear:both;
	vertical-align: middle;
	height: 0;
}
.hide{
	display: none;
}
.show{
	display: block;
}
select::-ms-expand { display: none; }
::-webkit-input-placeholder { 
    color:#999;
}
:-moz-placeholder { 
    color:#999;
}
::-moz-placeholder {
    color:#999;
}
:-ms-input-placeholder { 
    color:#999;
}
.imagespa{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.basemask{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	top: 0;
	left: 0;
}
.pr{
	position: relative;
}
.op{
	filter:alpha(opacity=60);   
    -moz-opacity:0.6;   
    -khtml-opacity: 0.6;
}
