.gift_ul img{
	width: 100%;
}
.lingqu{
	position: absolute;
	bottom: 25px;
	left: 50px;
}
.lingqu .btn{
	border-radius: 8px;
	font-size: 25px;
	background: #fff;
	padding: 0 25px;
	margin-top: 20px;
}
.lingqu .btn:hover{
	background: #C81939;
	color: #fff;
}
.lingqu .txt{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-shadow: 0px 0px 19px rgba(200, 25, 57, 0.5);
}
.lingqu .title{
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0px 0px 19px rgba(200, 25, 57, 0.5);
}
.welfare_ul .txt{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #575757;
	margin-bottom: 10px;
}
.welfare_ul .title{
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #575757;
	margin-top: 20px;
	margin-bottom: 10px;
}
.welfare_ul{
	display: flex;
	text-align: center;
}
.welfare_ul li{
	background: #FFFFFF;
	box-shadow: 0px 5px 20px 0px rgba(137, 139, 146, 0.3);
	border-radius: 5px;
	margin: 0px 15px;
	padding: 20px 20px;
	width: 20%;
}
.welfare_ul li img{
	width: 80%;
}
.mb100{
	margin-bottom: 100px;
}
.welfare_ul li.welfare_qr{
	background: #3F3032;
	box-shadow: 0px 5px 20px 0px rgb(123 144 157 / 50%);
	border-radius: 5px;
	color: #fff;
}
.welfare_ul .title_qr{
	margin-top: 10px;
	font-size: 17px;
}
.welfare_ul .txt_qr{
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	font-size: 22px;
	margin-top: 10px;
	cursor: pointer;
}
.welfare_ul li p{
	margin: 0;
}
.swiper-slide{border: none;}
.swiper_bg-prev{
	width: 80px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0px;
	top: unset !important;
	position: absolute;
	z-index: 999;
}
.swiper_bg-prev .swiper-button-prev{
	width: 68%;
	background: url(./jiantou.png) no-repeat !important;
	/* bottom: 50%;
	top: unset !important; */
	background-size: contain !important;
	opacity: unset !important;
	transform: rotate(180deg);
}
.swiper_bg-next{
	width: 80px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0px;
	top: unset !important;
	right: 0px;
	position: absolute;
	z-index: 999;
}
.swiper_bg-next .swiper-button-next{
	width: 68%;
	background: url(./jiantou.png) no-repeat !important;
	/* bottom: 49%;
	top: unset !important; */
	background-size: contain !important;
	opacity: unset !important;
}
.swiper-container{
	overflow: hidden !important;
}
.gift-flex,.gift-img-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.gift-flex img{
	width: 30%;
	margin-right: 15px;
}
.gift-txt{
	width: calc(70% - 15px);
}
.gift-txt .name{
	font-size: 17px;
	font-weight: bold;
	color: #090C12;
	margin-bottom: 3px;
}
.gift-txt .tab-red{
	border: 2px solid #CF0F41;
	border-radius: 5px;
	color: #CF0F41;
	display: inline-block;
	padding: 0px 5px;
}
.gift-txt .tab-yellow{
	border: 2px solid #F19149;
	border-radius: 5px;
	color: #F19149;
    display: inline-block;
    padding: 0px 5px;
}
.gift-txt .tab-blue{
	border: 2px solid #00A0E9;
	border-radius: 5px;
	color: #00A0E9;
    display: inline-block;
    padding: 0px 5px;
}
.gift-txt .txt{
	margin-top: 3px;
	color: #909499;
}
.gift-flex .btn{
	width: 85px;
	text-align: center;
	border-radius: 25px;
	background: #CF0F41;
	color: #fff;
	font-size: 16px;
	padding: 1px 25px 3px;
}
.gift-gray{
	width: 46%;
	position: absolute;
	left: 46%;
	top: 15%;
}
.gift-gray-title{
	font-weight: 400;
	color: #5C5C5C;
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}
.gift-wab-gray{
	width: 90%;
	height: 300px;
	position: fixed;
	z-index: 99999;
	background:#fff;
	padding: 5px;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none !important;
	background: url(../images/home/home-gift-mobile-dialog-bg.png) no-repeat;
	background-size: cover;
}
.join-detail-gray{
	background: url(../images/home/home-gift-dialog-bg.png) no-repeat;
	background-size: contain;
}
.form-control{
	border-left: none;
	border-right: none;
	height: 45px;
	padding: 0px 0px;
	font-size: 16px;
}
.input-group-addon{
	color:#CF0F32;
	cursor: pointer;
	background: #fff;
	font-size: 16px;
}
.form-control:focus{
    border-color:#ccc;
    webkit-box-shadow:none;
    box-shadow:none;
}
.gray-btn{
	background: #CF0F32;
	color: #fff;
	font-size: 24px;
	padding: 0 15px;
	border-radius: 5px;
	width: 170px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	padding: 4px;
	margin-bottom: 30px;
	cursor: pointer;
}
.gray-title{
	font-size: 20px;
	margin-bottom: 10px;
}
.gray-txt{
	font-size: 16px;
	margin-left: 90px;
	margin-bottom: 10px;
}
.gray-copy{
	display: none;
}
.gift-more{
	border: 2px solid #CF0F41;
	border-radius: 18px;
	color: #CF0F41;
	width: 100px;
	text-align: center;
	font-size: 16px;
	margin: 0px auto;
	margin-top: 10px;
}


.gift_scroll {
	margin: 0 auto;
	width: 100%;
	height: 389px;
	position: relative;
	overflow: hidden;
}

.gift_scroll ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 99999px;
	height: 389px;
}

.gift_scroll li {
	float: left;
	width: 345px;
}
.gift_scroll li img{
	width: 345px;
}

@media (min-width: 420px) and (max-width: 991px){
	.lingqu{
		bottom:55px;
	}
	.swiper_bg-prev{
		width: 60px;
	}
	.swiper_bg-next{
		width: 60px;
	}
}
@media (max-width: 420px){
	.lingqu{
		bottom:40px;
		left: 30px;
	}
	.lingqu .txt,.lingqu .btn{
		font-size: 16px;
	}
	.lingqu .btn{
		margin-top: 10px;
	}
	.lingqu .title{
		font-size: 24px;
	}
	.form-control {
		border-left: none;
		border-right: none;
		height: 30px;
		font-size: 14px;
	}
	.gift-gray-title{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.gift-gray{
		width: 60%;
		left: 38%;
		top: 30%;
	}
	.input-group-addon{
		font-size: 12px;
	}
	.join-close-btn {
	    right: 10px;
	    top: 10px;
	}
	.gray-btn{
		font-size: 14px;
		margin-top: 5px;
		margin-bottom: 5px;
		width: 100px;
	}
	.gray-title{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.gray-txt{
		font-size: 12px;
		margin-left: 0px;
		margin-bottom: 5px;
		display: flex;
		flex-wrap: wrap;
	}
	.gray-txt p{
		margin: 0px;
		width: 50%;
	}
	.mb100{
		margin-bottom: 50px;
	}
}