@charset "utf-8";
* { -webkit-text-size-adjust:none; }
/*html4 reset*/
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; 
}
fieldset, img {
	border:0 none;
}
address, caption, cite, code, dfn, em, th, var, b,h1,h2,h3 {
	font-style:normal;
	font-weight:normal;
}
ol, ul, li {
	list-style-type:none
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/*html5 reset*/
header, footer, section, nav, menu, details, hgroup, figure, figcaption, article, aside {
	margin:0;
	padding:0;
	display:block;
}
::-moz-placeholder {
    color:#546374;
	font-size:14px;
}
::-webkit-input-placeholder {
    color:#546374;
	font-size:14px;
}

.clear {clear:both;font-size:0;height:0;line-height:0;overflow:hidden;}
.clearfix:after {clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden;}
.clearfix{zoom:1;}
a { text-decoration:none; }


/* Body, links, basics */
html, body {
	width:100%;
	height:100%;
	background:#fff;

}
body {
	font-size:14px;
	line-height:28px;
	font-family: "Microsoft Yahei",Arial,Helvetica,sans-serif;
	text-rendering: optimizeLegibility;
	color: #666666;
	min-height:100%;
	background:#fff;
	padding-top: constant(safe-area-inset-top);
    padding-left: constant(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
}
.page {
	margin:0 auto;
	/*height:90%;*/
	position: relative;
	z-index:100;
	width:100%;
	background:#fff;
	/*padding-top: 40px;*/
}
	
.banner{
	position: relative;
	/*background: url(../images/bj.jpg) center  top no-repeat;*/
	/*background-size: cover;*/
	/*-moz-background-size:cover;*/
	/*-webkit-background-size:cover;*/
	/*width: 100%;*/
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	/*right: 0;*/
	/*bottom:80px;*/
	/*background-size: cover;*/
	}
/* .banner2 img {
	height:100%;
	width:100%;
} */
.banner2{
	background: url(../images/bj2.jpg) center  top no-repeat;
	 background-size: cover;
	 -moz-background-size:cover;
	 -webkit-background-size:cover;
	 position: fixed;
	 left:0;
	 right:0;
	 top:0;
	 bottom:0;
	}
.button{
	background:#d64113;
	text-align:center;
	line-height:44px;
	color:#fff;
	width:90%;
	display:block;
	text-decoration:none;
	/*position:fixed;*/
	left:10%;
	bottom:26px;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;}
.button2{
	position:absolute;
	bottom:50px;
	left:10%;}
.ly_shadow{
	background:#000;
	filter:alpha(Opacity=40);
	-moz-opacity:0.7;
	opacity: 0.7;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:500;}

.pop_box{
	width:86%;
	height:auto;
	position:fixed;
	top:0px;
	left:7%;
	z-index:9999;
	background: url(../images/pop_jt.png) top right no-repeat;
	padding-top:132px;
	background-size:97px 121px;}
.pop_cont{
	width:100%;
	height:auto;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	padding:12px 0px;}
.pop_cont h1{
	color:#303030;
	font-size:20px;
	line-height:32px;
	text-align:center;
	border-bottom:1px #e9e9e9 solid;
	width:80%;
	margin:0px auto;
	}
.tip_list{ width:100%; display: block;padding-top:14px;}
.tip_list li{
	background:url(../images/step_jt.png) 0px 30px no-repeat;
	background-size:17px 12px;
	display:inline-block;
	float:left;
	font-size:12px;
	width:33.3%;
	text-align:center;}
.tip_list li.list_one{
	background: none;
	display:inline-block;
	background-size:17px 12px;
	margin-left:10px;}
.tip_list li.list_two{
	margin-left:-10px;}
.tip_list li.list_three{margin-left:-10px;	}
.tip_list li em{
	width:59px;
	height:59px;
	margin:0px auto;}
.tip_list li em.one{
	background:url(../images/icon1.png) center center no-repeat;
	background-size:59px 59px;
	display:block;
	}
.tip_list li em.two{
	background:url(../images/icon2.png) center center no-repeat;
	background-size:59px 59px;
	display:block;}
.tip_list li em.two2{
	background:url(../images/icon5.png) center center no-repeat;
	background-size:59px 59px;
	display:block;}
.tip_list li em.three{
	background:url(../images/icon4.png) center center no-repeat;
	background-size:60px 60px;
	display:block;
	width:60px;
	height:60px;}
.tip_list li em.four{
	background:url(../images/icon3.png) center center no-repeat;
	background-size:60px 60px;
	display:block;
	width:60px;
	height:60px;}
.page .cebtn {
	/*margin-top: 80%px;*/
	margin-top: 10px;
/*	height: 40px;
*/	/*margin-left: 10%;*/
}

.page .cebtn span {
	height: 40px;
	line-height: 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	color: #ffffff;
	/*position: fixed;*/
	font-size: 14px;
	background:#d64113;
	display: block;
}
.ts{
	width: 95%;
}
.tips{
	color: #e00c0c;
	font-size: 33px;
	text-align: center;
}
.tips2{
	line-height: 16px;
	font-size: 12px;
	color: #bababa;
	margin-top: 10px;
	margin-left: 11%;
	padding-bottom: 10px;
}
.helper{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: right;
	z-index: 10000;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.helper img{
	width:1.4667rem;
	padding: 0 0 0.2667rem 0.2667rem;
	display: inline-block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.footer img{
            width: 100%;
            margin-left: 0%;
}
body{
    overflow-x: hidden;
}

.wait {
            position: fixed;
            z-index: 600;
            width: 100%;
            height: 100%;
            background-color: #fff;
 }
.wait img {
            position: absolute;
            width: 30px;
            height: 30px;
            top: 50%;
            left: 50%;
            margin-left:-15px;
			margin-top: -15px;
            
 }
 
 .pageType0, .pageType1{
	 display: none;
 }
 .float-btn{
	position: fixed;
	width: 100%;
	height: 1.92rem;
	line-height:  1.92rem;
	bottom: 0;
	border-top: 1px solid #f7f7f7;
	background: #FFFFFF;
	padding-top: constant(safe-area-inset-top);   
	padding-left: constant(safe-area-inset-left);           
	padding-right: constant(safe-area-inset-right);      
	padding-bottom: constant(safe-area-inset-bottom); 
}
 @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
         .float-btn{
            padding-bottom:0.5rem !important;
			 
        }
		/* .float-box{ */
			/* border-bottom: 1px solid #f7f7f7 !important; */
		/* } */
    }
    @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {
         .float-btn{
            padding-bottom:0.5rem  !important;
			 
        }
		/* .float-box{ */
		/* 	border-bottom: 1px solid #f7f7f7 !important; */
		/* } */
    }
    @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {
         .float-btn{
            padding-bottom:0.5rem  !important;
			
        }
		/* .float-box{ */
			/* border-bottom: 1px solid #f7f7f7 !important; */
		/* } */
    }
	
/* body {
    padding-top: constant(safe-area-inset-top);   
    padding-left: constant(safe-area-inset-left);           
    padding-right: constant(safe-area-inset-right);      
    padding-bottom: constant(safe-area-inset-bottom);
    margin: 0 auto;
} */
 .float-btn .radio{
	 height: 0.213333rem;
	 width: 0.213333rem;
	 border-radius: 50%;
	 background: #FD7A72;
	 margin-left: 0.666666rem;
	 display: inline-block;
	 position: relative;
	 top: -1px;
	 margin-top: 0.933333rem;
     margin-right: 0.26rem;
 }
 .info-text{
	 font-family: PingFangSC-Regular;
	 font-size: 0.426666rem;
	 color: #4A4A4A;
	 display: inline-block;
	 position: relative;
	 top: 1px;
	 
 }
 .right-btn {
	 float: right;
	 height: 0.853333rem;
	 width: 2.426666rem;
	 line-height: 0.853333rem;
	 border: 0.026666rem solid #E00000;
	 border-radius: 0.586666rem;
	 text-align: center;
	 font-family: PingFangSC-Regular;
	font-size: 0.373333rem;
	color: #E00000;
	text-align: center;
	margin-top: 0.53rem;
	margin-right: 0.4rem;
	box-sizing: border-box;
 }
 
 .pageTypeMask2{
	position: absolute;
	 top: 0;
	 width: 100%;
	 z-index: 100;
	 left: 0;
	 display: none;
 }
 .pageTypeMask2 .top-info{
	 font-family: PingFangSC-Medium;
	 font-size: 0.48rem;
	 color: #4A4A4A;
	 line-height: 0.666666rem;
	 height: 0.666666rem;
	 margin-top: 0.693333rem;
	 
 }
 .pageTypeMask2 .top-info >span{
	display: inline-block;  
	float: left;
  }
 .pageTypeMask2 .radio{
	height: 0.213333rem;
	width: 0.213333rem;
	border-radius: 50%;
	background: #FE7C73;
	margin-left: 0.666666rem;
	margin-top: 0.226666rem;
    margin-right: 0.26rem;
  }
 .pageTypeMask2 .red{
	 color: #DE3031;
 }
 .pageTypeMask2 .bottom-info{
	 font-family: PingFangSC-Regular;
	 font-size: 0.346666rem;
	 color: #4A4A4A;
	 line-height: 0.48rem;
	 margin-top: 0;
	 margin-left: 1.146666rem;
	 display: inline-block;
 }
 .pageTypeMask2 .info{
	 position: absolute;
	 top: 0;
	 width: 100%;
 }
 .pageTypeMask2 img{
	 width: 100%;
	 
 }
 .pageType2 img , .pageType3 img{
	 width: 100%;
	 display: inline-block;
	 float: left;
 }
 .float-left{
	 float: left;
 }
 
 .down-app-btn{
	 position: absolute;
	 bottom: 2.573333rem;
	 width: 100%;
	 left: 0;
	 height: 2.666667rem;
	 z-index: 10;
 }

 .downMark{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0,0,0,.7);
 }
 .downMark .nav{
	position: fixed;
	max-width: 500px;
  	margin: 0 auto;
	left: 0;
	top: 57.5%;
	right: 0;
	bottom: 0;
	border-radius: 10px 10px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #ffffff;
 }
 .close{
	position: absolute;
	top: 14px;
	right: 16px;
	width: 9px;
 }
 .icon{
	width: 71px;
	height: 71px;
	margin-top: 4.7%;
 }
 .title{
	height: 25px;
	line-height: 25px;
	font-family: PingFangSC-Medium;
	font-size: 18px;
	color: #16213B;
	text-align: center;
	font-weight: 500;
	margin-top: 1.1%;
 }
 .googleType,.downType{
	width: 90%;
	height: 42px;
	font-size: 18px;
	line-height: 42px;
	text-align: center;
	border-radius: 21px;
 }
 .googleType{
	color: #ffffff;
	background: #0076FE;
	margin-top: 5.2%;
 }
 .downType{
	box-sizing: border-box;
	color: #0076FE;
	border: 1px solid #0076FE;
	margin-top: 2.7%;
 }