/*重置样式 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,Tabhoma,"华文黑体","黑体";*/ 
	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,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;   
}
.hide{
	display: none;
}
.show{
	display: block;
}
/*蒙版*/
.maskbase{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 98;
	display: none;
}
.alertwrapper{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 5rem;
	height: 3rem;
	background: #fff;
	border-radius: 0.2rem;	
	padding: 0.3rem;
	z-index: 99;
	box-sizing: border-box;
}
.alertwrapper .basetitle{
	text-align: left;
	width: 100%;
	height: 1rem;
	font-size: 0.3rem;
	color: #000;
}
.alertwrapper .iptwrapper{
	margin-top: 0.2rem;
	width: 100%;
}
.alertwrapper .iptwrapper input{
	display: block;
	outline: none;
	border:0;
	width: 2.2rem;
	height: 1rem;
	line-height: 1rem;
	background: #fff;
	text-align: center;
	color: #000;
	font-size: 0.3rem;
	float: left;
}
.pdetails_content img {
    max-width: 100%;
}
