@charset "utf-8";
.top-box{
	background: url('../images/bigBg-1.jpg') 50% 50% no-repeat;
	background-size: cover;
	padding: 0.3rem 0 0;
}
/*header*/
header{
	padding: 0 0.44rem;
	position: relative;
}
header .logo-box{
	float: left;
	font-size: 0;
	position: relative;
}
header .logo-box img.logo1{
	width: 2.14rem;
	height: auto;
	margin-right: 0.28rem;
}
.shuLine{
	width: 1px;
	height: 100%;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	right: 0.72rem;
	top: 0;
}
header .logo-box img.logo2{
	width: 0.6rem;
	height: auto;
}
header .ruletxt{
	padding: 0.06rem;
	text-align: center;
	border: 1px solid #ffbd43;
	border-radius: 0.04rem;
	color: #ffbd43;
	font-size: 0.24rem;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	position: absolute;
	right: 0.44rem;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	-o-transform: translate3d(0, -50%, 0);
}
/*end header*/
/*mainBox*/
.top-box .mainBox .item.item1{
	background: url('../images/mainBox-1.png') 50% 50% no-repeat;
	background-size: cover;
	padding: 1.02rem 0 1.04rem;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
.colorTitle{
	width: 5rem;
	height: 0.75rem;
	line-height: 0.66rem;
	background: url('../images/colorTitle-bg.png') 50% 50% no-repeat;
	background-size: cover;
	font-size: 0.46rem;
	color: #ff4343;
	text-align: center;
	margin: auto;
}
.colorTitleTip{
	margin-top: 0.2rem;
}
.colorTitleTip .tt{
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1;
}
.colorTitleTip .tt.big{
	font-size: 0.78rem;
	margin-bottom: 0.14rem;
}
.colorTitleTip .tt.small{
	font-size: 0.4rem;
}
.top-box .mainBox .item.item2{
	position: relative;
	top: -0.2rem;
}
.top-box .mainBox .item.item2 img{
	width: 100%;

}
.top-box .mainBox .item.item3{
	padding: 0 0.56rem;
}
.top-box .mainBox .item.item3 .date{
	color: #fdbb43;
	font-size: 0.34rem;
	margin: 0.1rem 0 0.48rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 1px;
}
.top-box .mainBox .item.item3 .tel-input{
	width: 100%;
	height: 0.94rem;
	line-height: 0.94rem;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	text-align: center;
	color: #b9b4f1;
	font-size: 0.36rem;
	background-color: #3f1d71;
	border: 1px solid #fff;
	border-radius: 0.08rem;
	margin-bottom: 0.36rem;
}
.tel-input::-webkit-input-placeholder { /* WebKit browsers */ 
color: #b9b4f1; 
} 
.tel-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #b9b4f1; 
} 
.tel-input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #b9b4f1; 
} 
.tel-input:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #b9b4f1; 
} 
.get-btn{
	width: 100%;
	height: 0.94rem;
	line-height: 0.94rem;
	border: none;
	font-size: 0.42rem;
	color: #320155;
	text-align: center;
	border-radius: 0.08rem;
	background: -webkit-linear-gradient(-90deg, #ffcd4d, #ffb65e);
}
/*end mainBox*/

/*leave2-box*/
.leave2-box{
	text-align: center;
	background: url('../images/bigBg-2.jpg') 50% 50% no-repeat;
	background-size: cover;
	padding: 0.6rem 0 0.12rem;
}
.leave2Title img{
	width: 5.4rem;
	height: auto;
}
.leave2Tt{
	line-height: 0.56rem;
	color: #b9b4f1;
	font-size: 0.34rem;
	margin-bottom: 0.3rem;
}
.leave2Tt.first{
	margin-top: 0.3rem;
}
.leave2Img{
	width: 7rem;
	height: auto;
	margin-bottom: 0.3rem;
}
/*风险提示*/
.riskTip-box{
	text-align: center;
	color: #7a5ea3;
	line-height: 0.4rem;
	font-size: 0.22rem;
}
.riskTip-box .title{
	position: relative;
	display: inline-block;
	padding: 0 0.1rem;
	font-size: 0.22rem;
}
.riskTip-box .title:before , .riskTip-box .title:after{
	width: 1rem;
	height: 1px;
	content: '';
	background-color: #7a5ea3;
	position: absolute;
	top: 50%;
}
.riskTip-box .title:before{
	left: 0;
	transform: translate3d(-100%, -50%, 0);
	-ms-transform: translate3d(-100%, -50%, 0);
	-moz-transform: translate3d(-100%, -50%, 0);
	-webkit-transform: translate3d(-100%, -50%, 0);
	-o-transform: translate3d(-100%, -50%, 0);
}
.riskTip-box .title:after{
	right: 0;
	transform: translate3d(100%, -50%, 0);
	-ms-transform: translate3d(100%, -50%, 0);
	-moz-transform: translate3d(100%, -50%, 0);
	-webkit-transform: translate3d(100%, -50%, 0);
	-o-transform: translate3d(100%, -50%, 0);
}
.riskTip-box p{
	margin-bottom: 0.2rem;
}
/*end leave2-box*/

/*规则弹窗*/
.rule-modal{
	display: none;
	width: 90%;
	background-color: #fff;
	border-radius: 0.08rem;
	position: absolute;
	left: 5%;
	top: 1.2rem;
	z-index: 1000;
}
.rule-modal .wrap{
	padding: 0.48rem 0.4rem 0.6rem;
}
.rule-modal .tt{
	line-height: 0.52rem;
	color: #ff4343;
	font-size: 0.36rem;
	display: inline-block;
	border-bottom: 1px solid #ff4343;
	margin-bottom: 0.22rem;
}
.rule-modal .info p{
	line-height: 0.42rem;
	font-size: 0.26rem;
	color: #3d3c3c;
	margin-bottom: 0.2rem;
}
.rule-modal .info .item img{
	max-width: 100%;
	padding-left: 0.32rem;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
.rule-modal .info .item img.img1{
	width: 4.11rem;
}
.rule-modal .info .item img.img2{
	width: 5.78rem;
}
.rule-modal .close-btn{
	width: 0.46rem;
	height: 0.46rem;
	line-height: 0.46rem;
	text-align: center;
	background-color: #fff;
	color: #320a61;
	border-radius: 50%;
	font-size: 0.14rem;
	position: absolute;
	bottom: -0.8rem;
	left: 50%;
}

/*解决iphonex底部距离兼容问题*/
@media only screen
        and (device-width: 375px)
        and (device-height: 812px)
        and (-webkit-device-pixel-ratio: 3) {
            #digiFoot {
                padding-bottom: 0.74rem;
            }
        }