* {
	margin: 0;
	padding: 0;
}

html,
body {
	position: relative;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #8c0b51, #b21c0f);
	overflow: auto;
}

.main{
    width: 100%;
    height: 100%;
    overflow: auto;
}

img {
	width: 100%;
	height: auto;
}

button {
	border: none;
	outline: none;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

/* 手机验证 */
.pop_main1,
.pop_main2,
.pop_main3 {
	display: none;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
    left: 0;
	z-index: 999;
}

.pop_con1,
.pop_con2,
.pop_con3 {
	position: absolute;
	top: 20%;
	left: 50%;
	width: 5.9rem;
	margin-left: -2.95rem;
	text-align: center;
}

.pop_con1 .swal-main,
.pop_con2 .swal-main,
.pop_con3 .swal-main {
	position: relative;
	background: rgba(255, 255, 255, 1);
	border-radius: .2rem;
	text-align: center;
	margin: .34rem 0 .44rem;
}

.pop_con1 .swal-main img,
.pop_con2 .swal-main img,
.pop_con3 .swal-main img {
	width: 3.48rem;
	margin-top: -.34rem;
}

.pop_con1 .swal-main-from {
	position: relative;
	padding: .44rem .36rem .98rem;
	text-align: left;
}

.pop_con1 .swal-main-from li {
	position: relative;
	height: .9rem;
	margin-bottom: .24rem;
}

.pop_con1 .swal-main-from li input {
	float: left;
	padding-left: .32rem;
	width: 100%;
	height: .9rem;
	background: rgba(216, 216, 216, .25);
	border-radius: .08rem;
	font-size: .32rem;
	border: none;
	outline: none;
	box-sizing: border-box;
}

.pop_con1 .yzm {
	margin-bottom: 0 !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.pop_con1 .swal-main-from .yzm input {
	width: 3rem;
}

.pop_con1 .swal-main-from .yzm button {
	width: 2rem;
	height: .9rem;
	border-radius: .08rem;
	font-size: .32rem;
	background: rgba(217, 172, 110, 1);
	color: rgba(255, 255, 255, 1);
	border: none;
	outline: none;
}

.pop_con1 .swal-main span {
	position: absolute;
	width: 100%;
	color: rgba(255, 54, 54, 1);
	font-size: .28rem;
	bottom: .8rem;
	left: 0;
	text-align: center;
}

.pop_con1 .cw {
	display: none;
}

.pop_con1 .swal-main-button {
	width: 3.02rem;
    background: linear-gradient(180deg, #7478A4 0%, #45507A 100%);
	border-radius: .46rem;
	font-size: .36rem;
	color: rgba(255, 255, 255, 1);
	font-weight: 500;
	line-height: .9rem;
	border: none;
	outline: none;
	margin-bottom: -.44rem;
}

.pop_con1 input::-webkit-input-placeholder {
	color: rgba(10, 27, 43, .3);
}

.pop_con1 .btn-gray {
	display: none;
	background: rgba(153, 153, 153, 1);
	color: #ffffff;
}

.pop_con1 .swal-main-from .yzm .bg-gray {
	color: rgba(255, 255, 255, 1);
	border: none;
	background: rgba(145, 145, 145, 1);
}

.pop_con1 .pop_close {
	width: .7rem;
	height: .7rem;
	margin: .84rem auto 0;
}

.pop_close button {
	width: 0.7rem;
	height: 0.7rem;
	border: none;
	background: url(../img/close-icon.png) no-repeat;
	background-size: 100% auto;
	outline: none;
}

/* 您已成功领取优惠 */
/* 您已领取过优惠 */
.pop_con2 .swal-main-text,
.pop_con3 .swal-main-text{
	padding: .66rem 0 .48rem;
	text-align: center;
}

.pop_con2 .swal-main-text p:first-child,
.pop_con3 .swal-main-text p:first-child{
	width: 100%;
	font-size: .36rem;
	font-weight: 500;
	color: #b46a00;
	line-height: .36rem;
	margin-bottom: .3rem;
}

.pop_con2 .swal-main-text p:last-child,
.pop_con3 .swal-main-text p:last-child{
	width: 100%;
	font-size: .32rem;
	font-weight: 400;
	color: #0a1b2b;
	line-height: .44rem;
	letter-spacing: 0.34px;
}

.pop_con2 .swal-main-button,
.pop_con3 .swal-main-button{
	border-radius: .46rem;
	width: 4.48rem;
	line-height: .9rem;
	background: linear-gradient(270deg, #003c96, #4371b7);
	font-size: .36rem;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.38px;
	border: none;
	outline: none;
	margin-bottom: .22rem;
}

.pop_con2 .swal-main-button:last-child,
.pop_con3 .swal-main-button:last-child{
	background: none;
	font-size: .32rem;
	color: rgba(14, 71, 157, 1);
	letter-spacing: 0.38px;
	border: 1px solid rgba(18, 74, 159, .6);
	margin-bottom: .58rem;
}

.pop_con2 .pop_close,
.pop_con3 .pop_close{
	width: .7rem;
	height: .7rem;
	margin: .48rem auto 0;
}
