html,body{
	-webkit-text-size-adjust:none; /*绂佹鏂囧瓧鑷姩璋冩暣澶у皬锛岃В鍐砪hrome娴忚鍣ㄤ笅瀛椾綋涓嶈兘灏忎簬12px*/
	-webkit-touch-callout:none;    /*鍘婚櫎闀挎寜a閾炬帴寮规*/
	/*-webkit-user-select: none;*/ /*绂佹椤甸潰鏂囧瓧閫夋嫨*/
}
body{
	overflow-x: hidden; 
	font-size: .26rem;
	color:#333; 
	font-family:Verdana, Arial, Helvetica, "寰蒋闆呴粦", sans-serif;
}
/*margin銆乸adding*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}                                    
html{zoom:1; font-size: 50px;}
html *{outline:0;zoom:1;} 
html button::-moz-focus-inner{border-color:transparent!important;} 
/*琛ㄦ牸杈规鍚堝苟锛岃竟妗嗚窛闆�*/
table{border-collapse:collapse;border-spacing:0;} 
/*鍘婚櫎webkit鍐呮牳鐐瑰嚮楂樹寒鏁堟灉*/
a,button,input,select,img,label{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
}
/*鍘绘帀鑻规灉鐨勯粯璁I鏉ユ覆鏌撴寜閽� 銆佽В鍐抽儴鍒嗘墜鏈烘祻瑙堝櫒瀵筨order锛歯one鏃犳晥鍔炴硶*/
input,input[type="submit"],input[type="reset"],input[type="button"],input[type=date],button,select{
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari Chrome */
}
/*placeholder鏂囨湰棰滆壊*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color: #adadad;
}
input:-moz-placeholder,textarea:-moz-placeholder {
	color: #adadad;
}
/*html5鏍囩*/
header,footer,section,article,aside,nav,figure{display: block;}
/*鍘婚櫎榛樿鏍峰紡*/
h1,h2,h3,h4,h5,h6,address,caption,cite,code,dfn,em,th,var,i{font-style:normal;font-weight:normal;font-size:100%;}
ul,li,ol{list-style:none;}
fieldset,a,img{border:0;} 
a{outline:none; text-decoration:none; color: inherit;}a:hover{ text-decoration:none;}
q:before,q:after{content:'';}
/*瀛椾綋缁ф壙*/
input,select,textarea,button{font-family:inherit;}
/*寮圭獥*/
.m-pop {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	width: 80%;
	padding: .4rem 0;
	border: 1px solid #ff7e00;
	border-radius: .05rem;
	box-shadow: 0 0 0 1px rgba(0,0,0,.1);
	text-align: center;
	background: #fff;
}
.m-pop h4 {
	font-size: .45rem;
	line-height: 2;
}
.m-pop p {
	margin-bottom: .3rem;
	font-size: .32rem;
	line-height: 2;
}
.m-btnB {
	text-align: center;
}
.m-btnB .m-btn {
	display: inline-block;
	padding: .2rem .6rem;
	color: #fff;
	font-size: .36rem;
	font-weight: 600;
	background: #ff7e00; 
}