@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: SourceHanSansCN;
	src: url("SourceHanSansCN.ttf");
}

@font-face {
	font-family: Delivery;
	src: url("Delivery_Rg.ttf");
}

html,
body {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: #fff;
	color: #fff;
	font-family:SourceHanSansCN;
	font-size: 0;
}
.delivery{
	font-family: Delivery!important;
}
img {
	display: block;
	width: 100%;
}
.hide{
	display: none!important;
}
#qrcode{
	display: none;
}
#msg{
	display: none;
}
/**
 *主场景
 */
#main,
.page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	background-color: #fff;
}

.page.show {
	opacity: 1;
	overflow-y: scroll;
	pointer-events: initial;
	transition: all .3s ease-in-out;
	z-index: 9;
}
.music_wrap{
	position: absolute;
	width:.88rem;
	height:.88rem;
	top:.32rem;
	right:1.29rem;
}
.music_wrap img:nth-child(2){
	display: none;
}
.music_wrap.off img:nth-child(1){
	display: none;
}
.music_wrap.off img:nth-child(2){
	display: block;
}
.btn_rule{
	width: .86rem;
	height: .86rem;
	background: linear-gradient( 180deg, #FFFCF0 0%, #FFF0B2 100%);
	box-shadow: -1px 1px 1px 0px rgba(209,137,51,0.5);
	position: absolute;
	top:.32rem;
	right:.27rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}
.btn_rule img{
	width:.6rem;
}
.main_tit{
	font-weight: 600;
	font-size: .32rem;
	color: #FFFFFF;
	line-height: .45rem;
	text-shadow: 0px 2px .24rem rgba(129,84,67,0.37);
	position: absolute;
	left:.62rem;
	top:2.14rem;
}
.num_wrap{
	font-weight: bold;
	font-size: .45rem;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left:4.61rem;
	top:1.88rem;
	width:1.85rem;
	height: .95rem;
	box-sizing: border-box;
	padding-top: .1rem;
}
.q_tit{
	font-weight: bold;
	font-size: .39rem;
	color: #191919;
	line-height: .57rem;
	width:4.68rem;
	height: 1.71rem;
	position: absolute;
	left:1.54rem;
	top:3.1rem;
	display: flex;
	align-items: center;
}
.a_list{
	position: absolute;
	left:.38rem;
	top:5.66rem;
}
.a_item{
	width:7.12rem;
	height: 2.86rem;
	position: relative;
	margin-bottom: .24rem;
}
.a_sl_bg{
	position: absolute;
	width:7.21rem;
	height: 3.04rem;
	right:0;
	top:-.08rem;
	opacity:0;
	transition: all .1s;
}
.a_item.selected .a_sl_bg{
	opacity: 1;
}
.a_flex{
	position: absolute;
	display: flex;
	align-items: center;
	left:.6rem;
	top:50%;
	margin-top: -.81rem;
}
.a_flex div:nth-child(1){
	font-weight: bold;
	font-size: .92rem;
	color: #191919;
	font-family: Delivery;
}
.a_flex div:nth-child(2){
	font-weight: bold;
	font-size: .36rem;
	line-height: .54rem;
	color: #191919;
	width:3.3rem;
	height: 1.62rem;
	display: flex;
	align-items: center;
	padding-left: .32rem;
}
.q_wrap .pic{
	position: absolute;
	width:2.59rem;
	right:0;
	top:4.17rem;
	pointer-events: none;
}
.btn_group{
	position: absolute;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	left:0;
	top:12.87rem;
}
.btn_group div{
	width: 3rem;
	height: .96rem;
	background: #D40511;
	box-shadow: 0px .03rem .06rem 0px rgba(80,13,1,0.35);
	border-radius: .1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: .32rem;
	color: #FFFFFF;
	margin:0 .14rem;
}
.btn_group div.btn_prev{
	background-color: #fff;
	color:#000;
}
.save_tip{
	font-weight: 500;
	font-size: .28rem;
	color: #FFFFFF;
	line-height: .41rem;
	text-align: center;
	margin-top: .23rem;
}
.icon_close{
	width:.48rem;
	margin: .2rem auto;
}
.poster_wrap{
	background-color: rgba(0,0,0,.9);
}
.btn_group2{
	position:absolute;
	width:100%;
	top:11.16rem;
}
.btn_link{
	width: 6.32rem;
	height: .96rem;
	background: #D40511;
	box-shadow: 0px .03rem .06rem 0px rgba(80,13,1,0.35);
	border-radius: .1rem;
	margin: 0 auto;
	font-weight: bold;
	font-size: .32rem;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_poster{
	width: 6.32rem;
	height: .96rem;
	background: #FFFFFF;
	box-shadow: 0px .03rem .06rem 0px rgba(80,13,1,0.35);
	border-radius: .1rem;
	border: .04rem solid #D40511;
	margin: .32rem auto 0;
	font-weight: bold;
	font-size: .32rem;
	color: #D40511;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_replay{
	font-weight: 500;
	font-size: .32rem;
	color: #D40511;
	line-height: .47rem;
	text-decoration-line: underline;
	margin: .32rem auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_join{
	width: 6.32rem;
	height: .96rem;
	background: rgba(0,0,0,0);
	position: absolute;
	left:.59rem;
	top:8.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: .32rem;
	color: #FFFFFF;
}
.loading_person{
	position: absolute;
	width:2.65rem;
	left:2.43rem;
	top:3.46rem;
}
.percent_box{
	position: absolute;
	width:4.67rem;
	left:1.3rem;
	top:8.09rem;
}
.percent_wrap{
	position: absolute;
	width:4.45rem;
	height: .45rem;
	left:1.41rem;
	top:8.19rem;
	border-radius: .225rem;
	overflow: hidden;
}
.percent{
	width:0%;
	height: .45rem;
	border-radius: .225rem;
	background: linear-gradient( 180deg, #FFA300 0%, #D40511 100%);
}
.percent_num{
	width:100%;
	text-align: center;
	position: absolute;
	top:7.29rem;
	font-weight: bold;
	font-size: .48rem;
	color: #D40511;
	line-height: .6rem;
}
.rule_wrap{
	background: rgba(0,0,0,0.8);
}
.rule_box{
	position: absolute;
	width:100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.rule_box .icon_close{
	display: none;
	margin-top: .64rem;
}
.rule{
	width: 6.32rem;
	height: 6.26rem;
	background: #FFFFFF;
	border-radius: .3rem;
}
.rule .tit{
	font-weight: bold;
	font-size: .32rem;
	color: #000000;
	line-height: .47rem;
	text-align: center;
	padding-top:.72rem;
}
.rule .con{
	font-weight: bold;
	font-size: .28rem;
	color: #000000;
	line-height: .41rem;
	padding-top:.52rem;
	width:5.26rem;
	margin: 0 auto;
}
.rule .tip{
	font-weight: 500;
	font-size: .24rem;
	color: #A15722;
	line-height: .36rem;
	margin:.48rem auto 0;
	width: 5.36rem;
	height: 1.22rem;
	background: rgba(255,204,0,0.2);
	border-radius: .1rem;
	box-sizing: border-box;
	padding:.24rem;
}
.btn_start{
	width: 6.32rem;
	height: .96rem;
	background: #D40511;
	box-shadow: 0px .03rem .06rem 0px rgba(80,13,1,0.35);
	border-radius: .1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: .32rem;
	color: #FFFFFF;
	margin-top: .72rem;
}
.poster_img{
	width:6.48rem;
	margin: 0 auto;
}