.content {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	position: relative;
	background: #3492E4;
}

.bgImg {
	width: 100%;
	height: auto;
	pointer-events: none;
	display: block;
}

.d_time {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	color: #fff;
	font-size: 0.14rem;
	height: 0.27rem;
	background: #ab2415;
	border-radius: 0.27rem;
	padding: 0 0.1rem;
	line-height: 0.27rem;
	white-space: nowrap;
}

.btn_rule {
	position: absolute;
	width: 0.40rem;
	height: 0.38rem;
	background: url(./imgs/btn_rule.png) no-repeat center;
	background-size: contain;
	top: 1.7rem;
	right: 0;
}

.btn_prize{
  position: absolute;
	width: 0.40rem;
	height: 0.38rem;
	background: url(./imgs/btn_prize.png) no-repeat center;
	background-size: contain;
	top: 2.2rem;
	right: 0;
}

.btn_award {
	width: 0.76rem;
	height: 0.72rem;
	background: url(./imgs/btn_award.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0.17rem;
	bottom: 0.17rem;
}

.btn_more {
	width: 0.76rem;
	height: 0.72rem;
	background: url(./imgs/btn_more.png?v=1.0) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 0.17rem;
	bottom: 0.17rem;
}

.btn_begin {
	width: 1.21rem;
	height: 1.09rem;
	background: url(./imgs/btn_begin.png) no-repeat center;
	box-sizing: border-box;
	background-size: contain;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 0.17rem;
	padding: 0.8rem 0 0 0.7rem;
	text-align: center;
	color: #ea5f5f;
	font-size: 0.16rem;
	font-weight: bold;
}

.san2 {
	width: 0.43rem;
	height: 0.52rem;
	position: absolute;
	left: 80%;
	margin-top: -0.17rem;
	margin-left: -0.21rem;
	background: url(./imgs/icon_gift2.png) no-repeat center;
	background-size: contain;
	animation: animateSan 3s linear infinite;
	animation-delay: 0.5s;
	z-index: 22;
	opacity: 0;
}

.san3 {
	width: 0.44rem;
	height: 0.29rem;
	position: absolute;
	left: 58%;
	margin-top: -0.15rem;
	margin-left: -0.16rem;
	background: url(./imgs/icon_gift3.png) no-repeat center;
	background-size: contain;
	animation-delay: 1s;
	z-index: 22;
}

@keyframes animateSan {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}

	30% {
		opacity: 1;
		transform: translateY(-10px);
	}

	100% {
		opacity: 0;
		transform: translateY(10px);
	}
}

.box_ul li {
	position: absolute;
	background: url(./imgs/bg_fu.png) no-repeat center;
	background-size: contain;
	animation: animatefloat 2.4s linear infinite;
}

.box_ul li:first-child {
	background-image: url(./imgs/bg_fu_begin.png);
	animation: none !important;
}

.box_ul li:last-child {
	background-image: url(./imgs/bg_fu_end.png);
	animation: none !important;
}

.box_ul li:nth-child(4n+1) {
	animation-delay: 0.6s;
}

.box_ul li:nth-child(4n+2) {
	animation-delay: 1.2s;
}

.box_ul li:nth-child(4n+3) {
	animation-delay: 1.8s;
}

@keyframes animatefloat {
	0% {
		transform: translateY(0px);
	}

	16.67% {
		transform: translateY(2px);
	}

	33.33% {
		transform: translateY(2px);
	}

	66.67% {
		transform: translateY(-2px);
	}

	83.33% {
		transform: translateY(-2px);
	}

	100% {
		transform: translateY(0);
	}
}

.gift_ul li {
	position: absolute;
	background: url(./imgs/bg_gift2.png) no-repeat center;
	background-size: contain;
	z-index: 20;
}

.d_gift {
	position: absolute;
	background: url(./imgs/bg_gift3.png) no-repeat center;
	background-size: contain;
	z-index: 20;
}

.mao_ul li {
	position: absolute;
	background: url(./imgs/icon_mao.png) no-repeat center;
	background-size: contain;
	z-index: 20;
}

.d_person {
	width: 9%;
	height: 0;
	padding-top: 11%;
	background: url(./imgs/icon_head.png) no-repeat center;
	background-size: contain;
	position: absolute;
	z-index: 50;
}

.d_person.active {
	animation: animateJump linear 0.5s;
	transition: all 0.5s linear;
}

@keyframes animateJump {
	0% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(0, -100%);
	}

	100% {
		transform: translate(0, 0);
	}
}

.pop {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s, visibility 0.4s;
}

.pop.active {
	opacity: 1;
	visibility: visible;
}

.pop>div {
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	padding: 0 0.2rem;
}

.close_btn {
	width: 0.36rem;
	height: 0.36rem;
	position: absolute;
	background: url(./imgs/icon_close.png) no-repeat center;
	background-size: contain;
	bottom: -0.5rem;
	left: 50%;
	transform: translate(-50%);
}

.tips_btn {
	width: 0.36rem;
	height: 0.36rem;
	position: absolute;
	background: url(./imgs/icon_close.png) no-repeat center;
	background-size: contain;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}

.close_btn2 {
	width: 0.36rem;
	height: 0.36rem;
	position: absolute;
	right: 0.1rem;
	top: -0.8rem;
	background: url(./imgs/icon_close.png) no-repeat center;
	background-size: 100% auto;
}

.pop_rule>div {
	width: 2.8rem;
	height: 4.39rem;
	background: url(./imgs/bg_rule.png) no-repeat center;
	background-size: contain;
	padding: 0.7rem 0.2rem 0.25rem;
	top: 42%;
}

.rule_con {
	height: 100%;
	overflow: auto;
	border-radius: 0.1rem;
	box-sizing: border-box;
	padding: 0.1rem;
}

.pop_rule p {
	line-height: 0.21rem;
	font-size: 0.12rem;
	color: #303030;
	margin-bottom: 0.05rem;
}

.pop_tips>div {
	width: 2.82rem;
	height: 4.63rem;
	background: url(./imgs/bg_tips.png) no-repeat center;
	background-size: contain;
	padding: 0.7rem 0.2rem 0.25rem;
	top: 42%;
}

.tips_con {
	height: 100%;
	overflow: auto;
	border-radius: 0.1rem;
	box-sizing: border-box;
	padding: 0.1rem 0.2rem 0.1rem 0.3rem;
	margin-top: 2rem;
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.4rem;
}

.pop_award>div {
	width: 2.95rem;
	height: auto;
	background: #fff;
	padding: 0.4rem 0.2rem 0.2rem;
	border-radius: 0.2rem;
	top: 50%;
}


.pop_award>div {
	position: absolute;
	left: 50%;
	box-sizing: border-box;
	width: 3.02rem;
	height: 4.45rem;
	background: url(./imgs/bg_award.png) no-repeat top center;
	background-size: 100% auto;
	top: 0;
	transform: translate(-50%);
	padding: 2rem 0.64rem 0;
}

.pop_award p {
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 0.25rem;
	height: 0.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
}

.pop_award img {
	width: 80%;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 0.17rem;
}
.pop_award .close{
	width: 32px;
  height: 32px;
  position: absolute;
  bottom: -46px;
}

.pop_award .d_btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 2.2rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}

.pop_award .d_btns span {
	width: 0.9rem;
	height: 0.3rem;
	font-size: 0.16rem;
	color: #fff;
	border-radius: 0.15rem;
	background: linear-gradient(to right, #FFC17B, #FF9D3E);
	text-align: center;
	line-height: 0.3rem;
}

.share_poster>div {
	width: 3.38rem;
	top: 47%;
}

.share_save_btn {
	display: none;
}

#shareQrcode.qr_class {
	width: 1.05rem;
	height: 1.05rem;
	left: 0.22rem;
	transform: translate(0);
	box-sizing: border-box;
	top: 4.2rem;
	background: #fff;
	padding: 0.03rem;
}

.pop_help img {
	display: block;
	width: 2.66rem;
	height: auto;
	pointer-events: none;
}

.btn_help {
	width: 1.4rem;
	height: 0.35rem;
	position: absolute;
	bottom: 0.35rem;
	left: 50%;
	transform: translate(-50%);
}
