* {
	margin: 0;
	padding: 0;
}

img {
	/* pointer-events: none; */
}

body {
	width: 100%;
}

ul,
li {
	list-style: none;
}

::-webkit-scrollbar {
	width: 0;
	height: 0;
	color: transparent;
}

img {
	display: block;
}

a,
img,
button,
input,
textarea,
div {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);

}

.clear{
	zoom: 1;
}
.clear::after{
	content: "";
	display: block;
	clear: both;
}

body{
	min-height: 100vh;
	background: #4B39B6;
}
.wap_content {
	width: 100%;
	overflow: hidden;
	background: url(../imgs/bg.png) no-repeat;
	background-size: 100% auto;
	padding-top: 0.96rem;
	padding-bottom: 1.3rem;
	box-sizing: border-box;
	position: relative;
}


@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
	.wap_content {
		padding-bottom: 1rem;
	}
}

@media screen and (min-width: 768px) {
	body {
		width: 750px;
		margin: 0 auto;
	}

	.wap_content {
		width: 750px;
		margin: 0 auto;
	}

}

.wap_img{
	display: block;
	width: 100%;
}
.wap_rule {
	width: 1.2rem;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	color: white;
	font-size: 0.22rem;
	background: linear-gradient(137deg, #FC862D 0%, #EA2322 100%);
	box-shadow: 0px 0px 17px 0px #F14A27;
	border-radius: 0.3rem 0px 0px 0.3rem;
    position: absolute;
    top: 1.2rem;
    right: 0;
}
.wap_logo{
	width: 0.75rem;
	height: 0.33rem;
	display: block;
	position: absolute;
	left: 0.4rem;
	top: 0.4rem;
}
.wap_tips{
	width: 100%;
	text-align: center;
	font-size: 0.3rem;
	color: white;
	position: absolute;
	left: 0;
	top: 9.96rem;
}
.award_btn{
	width: 4.61rem;
	height: 1.07rem;
	background: url(../imgs/award_btn.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 10.6rem;
	transform: translateX(-50%);
	animation: move 1s infinite;
	-webkit-animation: move 1s infinite;	
	cursor: pointer;
}
@keyframes move{
	from {
		height: 1.07rem;
		top: 10.6rem;
	}
	50% {
		height: 0.97rem;
		top: 10.7rem;
	}
	to {
		height: 1.07rem;
		top: 10.6rem;
	}
}
@-webkit-keyframes move{
	from {
		height: 1.07rem;
		top: 10.6rem;
	}
	50% {
		height: 0.97rem;
		top: 10.7rem;
	}
	to {
		height: 1.07rem;
		top: 10.6rem;
	}
}
.award_btn span{
	font-size: 0.36rem;
	color: white;
	position: absolute;
	left: 50%;
	top: 0.1rem;
	transform: translateX(-50%);
}
.award_point{
	display: block;
	width: 1.16rem;
	height: 1.16rem;
	position: absolute;
	right: 0.05rem;
	bottom: -0.2rem;
	animation: mymove 1s infinite;
	-webkit-animation: mymove 1s infinite;	
}
@keyframes mymove{
	from {
		transform: scale(1);
		bottom: -0.2rem;
	}
	25% {
		/* transform: scale(1.1); */
	}
	50% {
		/* transform: scale(1); */
		bottom: -0.3rem;
		transform: scale(1.1);
	}
	75% {
		/* transform: scale(0.9); */
	}
	to {
		transform: scale(1);
		bottom: -0.2rem;
	}
}
@-webkit-keyframes mymove{
	from {
		transform: scale(1);
		bottom: -0.2rem;
	}
	25% {
		/* transform: scale(1.1); */
	}
	50% {
		/* transform: scale(1); */
		bottom: -0.3rem;
		transform: scale(1.1);
	}
	75% {
		/* transform: scale(0.9); */
	}
	to {
		transform: scale(1);
		bottom: -0.2rem;
	}
}
.wap_code{
	display: block;
	width: 2.12rem;
	height: 2.12rem;
	position: absolute;
	bottom: 1.6rem;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0.08rem;
}
.code_tips{
	width: 100%;
	text-align: center;
	font-size: 0.26rem;
	color: white;
	position: absolute;
	bottom: 1rem;
	left: 0;
}



/* 规则弹窗  优惠券弹窗 */
.rule_dialog,
.info_dialog,
.tips_dialog,
.ren_dialog {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	display: none;
}
.rule_close,
.info_close,
.tips_close,
.close_btn {
	width: 0.6rem;
	height: 0.6rem;
	display: block;
	position: absolute;
	bottom: -0.9rem;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
.rule_cont {
	width: 6.5rem;
	/* height: 9.1rem; */
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 0.45rem;
	padding: 0.7rem 0.25rem 1rem 0.5rem;
	box-sizing: border-box;
	background: linear-gradient(180deg, #F0E7FF 0%, #FFFFFF 100%);
	border-radius: 0.45rem;
}
@media screen and (min-width: 768px) {
	.rule_cont {
		width: 5.5rem;
		/* height: 6.5rem; */
		padding: 0.5rem 0.25rem 0.5rem 0.5rem;
		box-sizing: border-box;
	}
	.rule_text::-webkit-scrollbar {
		width: 4px;
	}
	.rule_text::-webkit-scrollbar-thumb {
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		background: rgba(0, 0, 0, 0.5);
	}

	.rule_text::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
		border-radius: 10px;
		background: rgba(0, 0, 0, 0.1);
	}
}
.rule_text{
	width: 100%;
	height: 100%;
	font-size: 0.24rem;
	color: #222222;
	line-height: 0.4rem;
	overflow-y: auto;
}
/* .rule_text::-webkit-scrollbar {
	width: 4px;    
}
.rule_text::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.5);
}
.rule_text::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: rgba(0,0,0,0.1);
} */

.rule_text div{
	font-weight: bold;
	font-size: 0.38rem;
	text-align: center;
	margin-bottom: 0.38rem;
}
.rule_text p{
	display: flex;
	margin-bottom: 0.12rem;
}
.rule_text p i{
	display: block;
	font-style: normal;
	width: 0.5rem;
}
.rule_text p span{
	flex: 1;
	padding-right: 0.3rem;
	box-sizing: border-box;
}
.rule_text p b{
	display: inline;
	color: #FD6603;
	font-weight: normal;
}




/* 领取弹窗 */
.tips_cont,
.ren_cont{
	width: 6.3rem;
	height: 7.12rem;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	/* align-items: center; */
	background: url(../imgs/dialog_bg2.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 2.4rem;
	box-sizing: border-box;
}
.ren_cont{
	height: 4.62rem;
	background: url(../imgs/dialog_bg.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 2.2rem;
}
.no_box,
.old_box,
.rening_box,
.geted_box,
.addr_box,
.yes_box{
	width: 85%;
}
.old_box,
.geted_box{
	padding-top: 0.4rem;
}
.addr_box{
	padding-top: 0.5rem;
}
.addr_box h3,
.yes_box h3,
.rening_box h3{
	font-size: 0.38rem;
	color: #222222;
	text-align: center;
	margin-bottom: 0.1rem;
	font-weight: 500;
}
.no_box p,
.old_box p,
.addr_box p,
.yes_box p,
.rening_box p,
.geted_box p{
	width: 100%;
	font-size: 0.28rem;
	color: #444444;
	text-align: center;
	margin-bottom: 0.5rem;
}
.tips_cont .tips_code{
	font-size: 0.26rem;
	margin-bottom: 0;
}
.old_box img,
.yes_box img,
.rening_box img,
.geted_box img{
	display: block;
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
}
.tips_cont .award_name{
	color: #FE6F48;
}
@media screen and (min-width: 768px) {
	.tips_cont{
		width: 5rem;
		height: 5.6rem;
		padding-top: 1.6rem;
	}
	.addr_box h3,
	.yes_box h3,
	.rening_box h3{
		font-size: 0.3rem;
	}
	.no_box p, .old_box p, .addr_box p, .yes_box p, .rening_box p, .geted_box p{
		font-size: 0.26rem;
	}
}
.no_btn,
.prize_btn{
	width: 4.26rem;
	height: 0.85rem;
	line-height: 0.86rem;
	font-size: 0.32rem;
	color: white;
	text-align: center;
	background: url(../imgs/btn_bg.png) no-repeat;
	background-size: 100% 100%;
	margin: 0.4rem auto 0;
	cursor: pointer;
}


/* 个人信息 */
.info_cont{
	width: 6.5rem;
	background: white;
	border-radius: 0.3rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0.5rem;
	box-sizing: border-box;
}
.info_cont h2{
	font-size: 0.4rem;
	color: #333333;
	text-align: center;
	margin-bottom: 0.6rem;
}
.info_item{
	width: 5.4rem;
	height: 0.8rem;
	background: #F8F8FA;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.2rem;
	box-sizing: border-box;
	margin: 0 auto 0.4rem;
}
.info_cont p {
	font-size: 0.26rem;
	color: #666666;
	flex-shrink: 0;
	/* margin-bottom: 0.2rem; */
}
.info_cont input,
.info_cont textarea {
	display: block;
	width: 5.4rem;
	height: 0.6rem;
	border: none;
	font-size: 0.26rem;
	color: #666666;
	background: #F8F8FA;
}
.info_cont textarea{
	height: 1.4rem;
	resize: none;
}
.info_cont input::-webkit-input-placeholder,
.info_cont textarea::-webkit-input-placeholder{
	font-size: 0.26rem;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.info_code{
	width: 5.4rem;
	height: 0.8rem;
	border-radius: 0.04rem;
	font-size: 0.26rem;
	color: #666666;
	margin-bottom: 0.4rem;
	position: relative;
	background: #F8F8FA;
}
.info_code input{
	width: 3.5rem;
	height: 100%;
	border: none;
	padding-left: 0.2rem;
	box-sizing: border-box;
}
.send_btn{
	display: block;
	width: 1.9rem;
	height: 0.8rem;
	line-height: 0.8rem;
	background: #7C47B3;
	border-radius: 0.04rem;
	color: white;
	text-align: center;
	font-size: 0.24rem;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.info_cont .info_text{
	height: 2.1rem;
	align-items: baseline;
	padding: 0.2rem;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}
.submit_btn{
	width: 3.1rem;
	height: 0.76rem;
	line-height: 0.76rem;
	background: #7C47B3;
	box-shadow: 0px 2px 16px 0px rgba(124, 71, 179, 0.62);
	border-radius: 0.4rem;
	color: #FFFFFF;
	font-size: 0.3rem;
	text-align: center;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.info_cont{
		/* height: 5rem; */
		top: 45%;
		padding: 0.2rem 0.5rem;
		/* overflow-y: scroll; */
	}
	.info_cont h2,
	.info_code,
	.info_item{
		margin-bottom: 0.2rem;
	}
	.info_code,
	.info_item{
		height: 0.6rem;
	}
	.send_btn{
		height: 0.6rem;
		line-height: 0.6rem;
	}
	.info_cont .info_text{
		height: 1.3rem;
	}
}
