.app{
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-bottom: 6.7rem;
}
.pt-180{
	padding-top: 6rem;
}
body::after{
	content: '';
	width: 100%;
	height: 13.167rem;
	background: linear-gradient(180deg, #1C92FE 0%, #FFFFFF 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.topDownload{
	width: 100%;
	max-width: 750px;
	height: 5.33rem;
	background: rgba(255, 255, 255, 0.8);
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: .33rem 1rem .33rem .67rem;
	border-radius: 0 0 .67rem .67rem;
}
.bottomBox{
	width: 100%;
	max-width: 750px;
	height: 6.67rem;
	background: rgba(255, 255, 255, 1);
	position: fixed;
	z-index: 1000;
	bottom: 0;
	left: 0;
}
.bottomBox p{
	font-size: .87rem;
	font-weight: normal;
	color: #ADADAD;
	line-height: 1rem;
	text-align: center;
	margin-top: .7rem;
}
.bottomBox a{
	display: block;
	width: 66.7%;
	height: 3.5rem;
	background: #1C92FE;
	border-radius: 2.6rem;
	margin: 0 auto;
	margin-top: .67rem;
	text-align: center;
	font-size: 1.53rem;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 3.5rem;
	cursor: pointer;
}
@media only screen and (min-width: 750px){
	.topDownload,.bottomBox {
	    width: 750px;
	    left: 50%;
	    margin-left: -375px;
	}
}
.topDownload img{
	width: 4.67rem;
	height: 4.67rem;
	margin-right: .67rem;
}
.topDownload > div{
	color: #2844FE;
	margin-top: .1rem;
}
.topDownload > div p{
	font-size: 1.33rem;
	font-weight: normal;
	color: #333333;
	line-height: 1.7rem;
	margin-bottom: .13rem;
}
.topDownload > div span{
	display: block;
	font-size: .8rem;
	font-weight: normal;
	color: #6D6D6D;
	line-height: 1rem;
	transform: scale(.9);
	margin-left: -5%;
	margin-top: -.1rem;
}
.topDownload > div a{
	font-size: .8rem;
	font-weight: normal;
	color: #6D6D6D;
	line-height: 1rem;
}
.topDownload > div i{
	color: #6D6D6D;
}
.topDownload > a{
	width: 5.33rem;
	height: 2.33rem;
	background: #1C92FE;
	border-radius: 2rem;
	text-align: center;
	font-size: 1rem;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 2.33rem;
	cursor: pointer;
}
.viedo_box,.video_pic{
	width: 94.67%;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 1rem;
}
.video_pic{
	height: 11.33rem;
}
.laberBox{
	width: 94.67%;
	height: 2.3rem;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 1rem;
}
.laberBox ul{
	width: 100%;
	height: 3.2rem;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
}
.laberBox ul li{
	display: inline-block;
	font-size: .73rem;
	line-height: 1.67rem;
	text-align: center;
	box-sizing: border-box;
	padding: 0 .6rem;
	border-radius: .16rem;
	margin-bottom: .23rem;
	margin-right: .3rem;
	background: #FFFFFF;
}
.laberBox ul li:nth-child(1){
	box-shadow: 0 .23rem 0 .03rem rgba(104,137,214,0.23);
	border: .03rem solid #1C92FE;
	color: #1C92FE;
}
.laberBox ul li:nth-child(2){
	box-shadow: 0 .23rem 0 .03rem rgba(254,28,164,0.23);
	border: .03rem solid #FE1CA4;
	color: #FE1CA4;
}
.laberBox ul li:nth-child(3){
	box-shadow: 0 .23rem 0 .03rem rgba(51,156,54,0.23);
	border: .03rem solid #339C36;
	color: #339C36;
}
.laberBox ul li:nth-child(4){
	box-shadow: 0 .23rem 0 .03rem rgba(254,133,28,0.23);
	border: .03rem solid #FE851C;
	color: #FE851C;
}
.contentBox{
	width: 92%;
	/* overflow: hidden; */
	box-shadow: 0 .167rem .2rem .03rem rgba(28,146,254,0.16);
	border-radius: 1rem;
	margin: 0 auto;
	margin-top: 1.33rem;
	background: #FFFFFF;
	position: relative;
	box-sizing: border-box;
	padding: 1rem;
}
.brt{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding-top: .07rem;
}
.pt-20{
	padding-top: .67rem;
}
.contentBox::after{
	content: '';
	width: 103%;
	height: .93rem;
	background: url(../images/bj.png) no-repeat center top;
	background-size: 100% auto;
	position: absolute;
	z-index: 0;
	top: -.93rem;
	left: -1.5%;
}
.contentBox::before{
	content: '';
	width: 100%;
	height: .93rem;
	background: url(../images/bk.png) no-repeat center bottom;
	background-size: 100% .9rem;
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
}
.gameBox{
	width: 100%;
	overflow: hidden;
}
.gameBox .gamelogo{
	width: 6rem;
	height: 6rem;
	border-radius: 1rem;
	margin-right: 1rem;
	box-sizing: border-box;
}
.fireBox{
	width: 3.83rem;
	height: 4.83rem;
	background: url(../images/fire.png) no-repeat center top;
	background-size: 100% 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 1rem;
	right: 1rem;
}
.fireBox h4{
	font-size: 1.2rem;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.2rem;
	text-align: center;
	margin-top: 1.87rem;
}
.fireBox h4 i{
	font-size: .73rem;
	font-weight: normal;
	color: #FFFFFF;
}
.fireBox p{
	font-size: .67rem;
	font-weight: normal;
	color: #F9FF9E;
	text-align: center;
	margin-top: .08rem;
	transform: scale(.85);
	margin-left: 5%;
}
.msgBox{
	width: 51.18%;
	overflow: hidden;
}
.msgBox h3{
	font-size: 1.13rem;
	font-weight: normal;
	color: #333333;
	line-height: 1.43rem;
}
.msgBox .sub_title{
	font-size: 1.13rem;
	font-weight: normal;
	color: #FF6337;
	line-height: 1.43rem;
	margin-top: .3rem;
}
.msgBox .introduce{
	font-size: .73rem;
	font-weight: normal;
	color: #ADADAD;
	line-height: 1rem;
	margin-top: .6rem;
}
.msgBox span{
	font-size: .73rem;
	font-weight: normal;
	color: #1C92FE;
	line-height: 1rem;
	margin-top: .26rem;
}
.newcomers{
	width: 100%;
	margin-top: 2.03rem;
	overflow: hidden;
	text-align: center;
}
.newcomers p{
	display: inline-block;
	font-size: 1.13rem;
	font-weight: normal;
	color: #232323;
	line-height: 1.43rem;
	position: relative;
}
.newcomers p::after{
	content: '';
	width: 1.367rem;
	height: .2rem;
	background: url(../images/decor.png) no-repeat center top;
	background-size: 100% 100%;
	position: absolute;
	z-index: 1;
	top: .615rem;
	left: -2.037rem;
}
.newcomers p::before{
	content: '';
	width: 1.367rem;
	height: .2rem;
	background: url(../images/decor.png) no-repeat center top;
	background-size: 100% 100%;
	position: absolute;
	z-index: 1;
	top: .615rem;
	right: -2.037rem;
	transform: rotateY(180deg);
}
.welfareList{
	margin-left: .67rem;
	margin-top: 2rem;
	overflow: hidden;
}
.welfareList li{
	width: 4.33rem;
	overflow: hidden;
	margin-right: .567rem;
}
.welfareList li img{
	width: 4.33rem;
	height: 4.33rem;
}
.welfareList li p{
	font-size: .73rem;
	font-weight: normal;
	color: #6D6D6D;
	line-height: 1rem;
	text-align: center;
	margin-top: .23rem;
}
.corner{
	width: 5.5rem;
	height: 3.367rem;
	background: url(../images/downbg.png) no-repeat center top;
	background-size: 100% 100%;
	position: absolute;
	z-index: 1;
	right: -.26rem;
	bottom: 2.3rem;
	font-size: 1rem;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 3.13rem;
	box-sizing: border-box;
	padding-left: .9rem;
	cursor: pointer;
}
.descriptions{
	font-size: 1rem;
	font-weight: normal;
	color: #232323;
	line-height: 1rem;
	text-align: center;
	margin-top: 1rem;
}
.mt-30{
	margin-top: 1rem;
}
.padd{
	padding: .9rem .6rem;
}
.picToggle{
	overflow: hidden;
	position: relative;
}
.Cooldog_container .btn_left{
	left: 0;
}
.Cooldog_container .btn_right{
	right: 0;
}
.introductionText{
	font-size: .87rem;
	font-weight: normal;
	color: #ADADAD;
	line-height: 1rem;
	margin-top: 1rem;
	
}
.wlc{
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 这里是超出几行省略 */
}
.fullText{
	display: block;
	font-size: .87rem;
	line-height: 1rem;
	color: #1C92FE;
	margin-top: .567rem;
	text-align: center;
	cursor: pointer;
}
.titleBox{
	box-sizing: border-box;
	padding: 0 5.76rem;
	margin-top: 2rem;
}
.titleBox li{
	font-size: 1.13rem;
	font-weight: normal;
	color: #333333;
	line-height: 1.2rem;
	cursor: pointer;
}
.titleBox li.active{
	color:#1C92FE;
	position: relative;
}
.titleBox li.active::after{
	content: '';
	width: 100%;
	height: .33rem;
	background: #1C92FE;
	border-radius: 2rem;
	position: absolute;
	z-index: 1;
	bottom: -1rem;
	left: 0;
}
.switchBox{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 1.7rem;
	margin-top: 1.33rem;
}
.couponList,.giftList,.reviewsList{
	width: 100%;
	overflow: hidden;
}
.couponList a{
	width: 100%;
	height: 6rem;
	background: url(../images/couponbg.png) no-repeat center top;
	background-size: 100% 100%;
	overflow: hidden;
	margin-top: .33rem;
	box-sizing: border-box;
	padding: 0 .4rem;
	cursor: pointer;
}
.couponList a h3{
	width: 37.82%;
	height: 100%;
	text-align: center;
	font-size: 2.567rem;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 6rem;
	position: relative;
}
.couponList a h3 i{
	font-size: 1.53rem;
}
.couponList a h3::after{
	content: '';
	width: .03rem;
	height: 2.67rem;
	background: #9AAAFE;
	position: absolute;
	z-index: 1;
	top: 1.67rem;
	right: 0;
}
.couponList a div{
	text-align: center;
}
.couponList a div p{
	font-size: 1.8rem;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 2.3rem;
	text-align: center;
	margin-top: 1.03rem;
}
.couponList a div span{
	display: inline-block;
	width: 6.67rem;
	height: 1.33rem;
	background: #FFFFFF;
	border-radius: 2rem;
	text-align: center;
	font-size: .8rem;
	font-weight: normal;
	color: #1C92FE;
	line-height: 1.33rem;
	box-sizing: border-box;
	padding: 0 1.73rem;
	margin: 0 auto;
	margin-top: .2rem;
}
.giftList a{
	width: 100%;
	height: 6rem;
	background: linear-gradient(186deg, #617CFC 0%, #3BC3FF 100%);
	border-radius: .33rem;
	border: .07rem solid #1C92FE;
	overflow: hidden;
	margin-top: 0.33rem;
	box-sizing: border-box;
	cursor: pointer;
}
.giftList a .leftBox{
	width: 73.77%;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	padding-left: 1.07rem;
}
.giftList a .leftBox::after{
	content: '';
	width: .06rem;
	height: 2.67rem;
	background: #9AAAFE;
	position: absolute;
	z-index: 1;
	top: 1.67rem;
	right: 0;
}
.giftList a .leftBox p{
	font-size: 1rem;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1rem;
	margin-top: 1.467rem;
}
.giftList a .leftBox span{
	display: inline-block;
	width: 100%;
	font-size: .87rem;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1rem;
	margin-top: .67rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.giftList a .rightBox{
	width: 26.23%;
	overflow: hidden;
	position: relative;
}
.giftList a .rightBox img{
	width: 3.567rem;
	height: 3.73rem;
	margin-left: 1.1rem;
	margin-top: .63rem;
}
.giftList a .rightBox p{
	width: 4rem;
	height: 1.33rem;
	background: #FFFFFF;
	border-radius: .33rem;
	text-align: center;
	font-size: .8rem;
	font-weight: normal;
	color: #1C92FE;
	line-height: 1.33rem;
	position: absolute;
	z-index: 1;
	bottom: .63rem;
	left: 1.03rem;
}
.reviewsList li{
	width: 100%;
	height: 6rem;
	background: #E4F2FF;
	border-radius: 0.33rem;
	border: 0.07rem solid #1C92FE;
	overflow: hidden;
	margin-top: 0.33rem;
	box-sizing: border-box;
}
.reviewsList li > img{
	width: 3.767rem;
	height: 3.767rem;
	border: .2rem solid #8EA3FF;
	border-radius: 50%;
	margin-top: .97rem;
	margin-left: 1.07rem;
	margin-right: .83rem;
}
.reviewsList li > div img{
	width: 4.1rem;
	height: .67rem;
	margin-top: 1.03rem;
}
.reviewsList li > div p{
	width: 14rem;
	font-size: .8rem;
	font-weight: normal;
	color: #232323;
	line-height: 1rem;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: .37rem;
}
.reviewsList li > div a{
	float: right;
	font-size: .67rem;
	font-weight: normal;
	color: #1C92FE;
	line-height: .8rem;
	margin-top: .17rem;
	margin-right: 1.25rem;
	cursor: pointer;
	transform: scale(.8);
}
.footerBox{
	margin-top: 2.3rem;
}
.footerBox p,.footerBox p a{
	font-size: .8rem;
	font-weight: normal;
	color: #707070;
	line-height: 1rem;
	text-align: center;
	margin-top: .1rem;
}
.pop_bg{
	z-index: 1001;
}
.tips{
	width: 77.33%;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0 .1rem .2rem .03rem rgba(0,0,0,0.16);
	border-radius: .67rem;
	box-sizing: border-box;
	padding: 1.33rem 0;
}
.tips h3{
	font-size: 1.13rem;
	font-weight: normal;
	color: #333333;
	line-height: 1.43rem;
	text-align: center;
}
.tips p{
	font-size: .87rem;
	font-weight: normal;
	color: #232323;
	line-height: 1.1rem;
	text-align: center;
	margin-top: .43rem;
}
.tips p span{
	color: #FF6337;
}
.mt-30{
	margin-top: 1rem !important;
}
.gotit{
	display: block;
	width: 68.97%;
	height: 2.67rem;
	background: #1C92FE;
	border-radius: 2.6rem;
	margin: 0 auto;
	margin-top: 1.33rem;
	text-align: center;
	font-size: 1.4rem;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 2.67rem;
	cursor: pointer;
}