body{ font-family:Helvetica;position: relative;}
html, body{ overflow: hidden; height: 100%;}
a{ text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
body, dl, dd, h1, h2, h3, h4, h5, h6, p, form{ margin:0;}
ol,ul,li,dl,dt,dd{ margin:0; padding:0; list-style: none;}
html{font-size: 100px;}
body{font-size: 0.14rem;color: #666666}
input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;} 
*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}
body.mhome{
    min-width: 300px;
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;/*溢出为touch事件*/
    -webkit-text-size-adjust: 100%;/*清除浏览器默认字号大小,横竖屏时字号不变*/
    text-size-adjust: 100%;
    background-color: #ea211f;
    background-repeat:no-repeat ;
	background-position: center top;
	background-size:100% auto;
	position: relative;
}
/*===通用===*/
.clear{clear: both;}
.mt2{margin-top: 2% !important;}
.mb2{margin-bottom: 2% !important;}
.pt2{padding-top: 2% !important;}
.pb2{padding-bottom: 2% !important;}
.mt0{margin-top: 0% !important;}
.mb0{margin-bottom: 0% !important;}
.pt0{padding-top: 0% !important;}
.pb0{padding-bottom: 0% !important;}
.after:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

html,body{
	height: 100%;
	position: relative;
}
.logo{
	position: absolute;
	top: .1rem;
	left: .15rem;
	height: .34rem;
}
.tip{
	right: .15rem;
	height: .34rem;
	line-height: .34rem;
	display: block;
	position: absolute;
	top: .06rem;
	color: #580a00;
	font-size: .12rem;
}
body{
	padding: 0;
}
body img{
	max-width: 100%;
}
.topimg,.linkimg img{
	width: 100%;
	display: block;
}
.linkimg{display: block;}

.form{
	width: 100%;
	left: 0;
	padding: 0 .25rem;
}
.form p{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: .1rem;
}
.form p input{
	display: block;
	width: 100%;
	height: .48rem;
	padding: 0 .15rem;
	border: black;
	background: #fff;
	font-size: .15rem;
	color: #606060;
	box-shadow: 0 0 10px inset rgba(226,47,26,.5);
	border-radius: 2px;
}
.form p .hqbtn{
	display: block;
	width: 1.4rem;
	text-align: center;
	height: .48rem;
	line-height: .48rem;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 10px inset rgba(226,47,26,.5);
	margin-left: .1rem;
	color: #c12023;
	font-size: .15rem;
}
.tjbtn{
	display: block;
	cursor: pointer;
	text-align: center;
	height: .48rem;
	line-height: .48rem;
	color: #fff;
	font-size: .17rem;
	background: url(../images/download.png) no-repeat center;
	background-size:100% 100%;
	border-radius: 2px;
}
.form p.txt{
	text-align: center;
	line-height: 2.2em;
	color: #fff;
	font-size: .12rem;
	display: block;
}
.form p.txt a{
	color: #fef1bf;
	text-decoration: underline;
}
.mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 5;
	display: none;
}
.tanbox{
	position: fixed;
	width: 87%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	border-radius: .08rem;
}
.tanbox .title{
	width: 100%;
	height: .48rem;
	line-height: .48rem;
	color: #fff;
	text-align: center;
	font-size: .19rem;
	background: url(../images/a1.png) no-repeat center;
	background-size:100% 100%;
}
.tanbox .wordBox{
	background: #fff;
	padding: .2rem .1rem;
}
.tanbox .wordBox .text{
	padding-right: .1rem;
	color: #565656;
	font-size: .14rem;
	line-height: 1.8em;
	height: 28em;
	overflow: auto;
}
.tanbox .wordBox .text li{
	color: #f24946;
}
.tanbox .wordBox .text li p{
	color: #565656;
}
.tanbox .wordBox .text::-webkit-scrollbar 
{ 
    width: 7px; 
    height: 7px; 
    background-color: #b7b7b7; 
    border-radius: 7px;
} 
.tanbox .wordBox .text::-webkit-scrollbar-thumb 
{ 
    border-radius: 9px; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); 
    background-color: #f35b59; 
} 
.tanbox .close{
	position: absolute;
	width: .33rem;
	height: .33rem;
	right: -.1rem;
	top: -.1rem;
	z-index: 2;
	cursor: pointer;
}
