.cover_box {
	top: 0;
	position: fixed;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}
.cover_item {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 248px;
	height: 336px;
	background-size: 248px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cover_item_close {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 16px;
	cursor: pointer;
}
.cover_item_top {
	width: 220px;
	height: 46px;
	margin-top: 28px;

	font-weight: 600;
	font-size: 18px;
	color: #1c201e;
	line-height: 23px;
	text-align: center;
}
.cover_item_con {
	margin-top: 62px;
	border: 0px solid red;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 54px;
}
.cover_item_con_1 {
	font-weight: 600;
	font-size: 16px;
	color: #1c201e;
	line-height: 20px;
}
.cover_item_con_2 {
	margin-top: 2px;

	font-weight: 400;
	font-size: 12px;
	color: #1c201e;
	line-height: 15px;
}
.cover_item_con_3 {
	margin-top: 2px;

	font-weight: 400;
	font-size: 12px;
	color: #555856;
	line-height: 15px;
}
.cover_item_btn_box {
	height: 74px;
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cover_item_btn {
	padding: 0 36px;
	height: 40px;
	background: #008750;
	border-radius: 20px;

	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.cover_item_txt {
	margin-top: 4px;
	width: 206px;
	height: 30px;

	font-weight: 400;
	font-size: 12px;
	color: #555856;
	line-height: 15px;
	text-align: center;
}

.cover_item_2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 260px;
	height: 300px;
}
.cover_item_2_btn_box {
	display: flex;
	flex-direction: column;
	margin-top: 140px;
}
.cover_item_2_txt {
	font-weight: 400;
	font-size: 14px;
	color: #1c201e;
	line-height: 18px;
	text-align: center;
}
.cover_item_2_btn {
	margin-top: 12px;
	width: 168px;
	height: 40px;
	background: #008750;
	border-radius: 20px;

	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
}

.cover_item_3_a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 248px;
	height: 240px;
	background: linear-gradient(180deg, #edf5f2 0%, #ffffff 100%);
	border-radius: 24px;
}
.cover_item_3_a_txt_1 {
	font-weight: 600;
	font-size: 18px;
	color: #1c201e;
	line-height: 23px;
	text-align: center;
	margin-top: 53px;
}
.cover_item_3_a_txt_2 {
	margin-top: 16px;

	font-weight: 400;
	font-size: 14px;
	color: #1c201e;
	line-height: 18px;
	width: 180px;
	height: 36px;
	text-align: center;
}
.cover_item_3_a_txt_3 {
	margin-top: 52px;
	width: 168px;
	height: 40px;
	background: #008750;
	border-radius: 20px;

	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
}

.cover_item_3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 375px;
	background: linear-gradient(180deg, #edf5f2 0%, #ffffff 100%);
	border-radius: 24px;
	padding-bottom: 40px;
}
.cover_item_3_title {
	margin-top: 40px;

	font-weight: 600;
	font-size: 18px;
	color: #1c201e;
	line-height: 23px;
	text-align: center;
}
.cover_item_3_box {
	width: 335px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cover_item_3_box_left_1 {
	font-weight: 400;
	font-size: 14px;
	color: #1c201e;
	line-height: 18px;
	display: flex;
}
.cover_item_3_box_left_2 {
	margin-top: 4px;

	font-weight: 400;
	font-size: 12px;
	color: #555856;
	line-height: 15px;
	width: 245px;
}
.cover_item_3_box_right {
	width: 80px;
	height: 28px;
	border-radius: 14px;
	border: 1px solid #008750;

	font-weight: 400;
	font-size: 12px;
	color: #008750;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}
.cover_item_3_box_right_ling {
	background: #008750;
	color: #ffffff;
}

.cover_item_4 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 375px;
	height: 342px;
	background: linear-gradient(180deg, #edf5f2 0%, #ffffff 100%);
	border-radius: 24px;
}
.cover_item_4_txt_1 {
	margin-top: 40px;

	font-weight: 600;
	font-size: 18px;
	color: #1c201e;
	line-height: 23px;
}
.cover_item_4_txt_2 {
	width: 335px;
	margin-top: 20px;

	font-weight: 600;
	font-size: 14px;
	color: #1c201e;
	line-height: 18px;
}
.cover_item_4_txt_3 {
	margin-top: 8px;
	width: 335px;
	height: 133px;
	background: #ffffff;
	border-radius: 12px;
	padding: 12px;
}
.cover_item_4_txt_3_1 {
	font-weight: 600;
	font-size: 12px;
	color: #1c201e;
	line-height: 15px;
}
.cover_item_4_txt_3_2 {
	margin-top: 8px;

	font-weight: 400;
	font-size: 12px;
	color: #1c201e;
	line-height: 15px;
}
.cover_item_4_txt_3_3 {
	margin-top: 8px;

	font-weight: 400;
	font-size: 12px;
	color: #1c201e;
	line-height: 15px;
}
.cover_item_4_txt_4 {
	margin-top: 20px;
	width: 168px;
	height: 40px;
	background: #008750;
	border-radius: 20px;

	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
body{
	/* 添加以下属性禁用iOS回弹效果 */
	overscroll-behavior: none;
	touch-action: pan-x pan-y;
}
.box_big {
	width: 100%;
	background: #134136;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-size: 1678px;
	background-repeat: no-repeat;
	background-position: center top;
	/* 添加以下属性禁用iOS回弹效果 */
	overscroll-behavior: none;
	touch-action: pan-x pan-y;
	background-image: url('../../../../images/pc/activity/bf25/bg_top.png');
}

.box_big_bg_left {
	width: 360px;
	position: absolute;
	top: 0;
	left: 0;
}
.box_big_bg_right {
	width: 360px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.bf24_return_links {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0;
}
.bf24_return_links a {
	font-weight: 400;
	font-size: 12px;
	color: #555856;
	line-height: 24px;
}
.bf24_return_links a:hover {
	color: #d7a225;
}
.bf24_socialmedia_bj {
	background: url("../../../images/pc/activity/bf25/bg.png") no-repeat center
		top;
	height: 12rem;
	background-size: cover;
	margin: 0 auto;
	position: relative;
	font-weight: 600;
	font-size: 2rem;
	color: #1c201e;
	line-height: 3rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bf24_socialmedia_bj .banner_txt {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	font-style: italic;
}
.bf24_socialmedia_bj .banner_txt .small_d {
	font-weight: 400;
	font-size: 22px;
	color: #593600;
	line-height: 28px;
}
.bread-crumb {
	width: 1200px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 12px;
	color: #555856;
	padding: 10px 0;
	line-height: 24px;
}
.black_activate_item_link {
	font-weight: 600;
	font-size: 18px;
	color: #008750;
	line-height: 22px;
	text-align: center;
	padding: 56px 0;
	text-decoration: underline;
}
.howToActive {
	position: relative;
	padding-bottom: 20px;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	opacity: 0;
}
.howToActive_center {
	justify-content: center;
}
.howToActive_top_box {
	width: 593px;
	height: 226px;
	display: flex;
}

.howToActive_top_img {
	width: 593px;
	position: absolute;
	top: 0;
}
.howToActive_top_txt {
	position: relative;
	width: 309px;
	margin-top: 60px;
	margin-left: 90px;
}
.howToActive_top_txt_1 {
	font-weight: bold;
	font-size: 24px;
	color: #f5f4cb;
	line-height: 31px;
}
.howToActive_top_txt_2 {
	margin-top: 8px;

	font-weight: 400;
	font-size: 20px;
	color: #f5f4cb;
	line-height: 25px;
}
.howToActive_top_txt_3 {
	margin-top: 8px;
	width: 24px;
	height: 1px;
	background: #f5f4cb;
}

.howToActive_right {
	margin-top: 20px;
	width: 343px;
	height: 221px;
	background-size: 343px;
	margin-right: 20px;
}
.howToActive_right_1 {
	width: 331px;
	height: 34px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
	margin-left: 12px;
}
.howToActive_right_1_left {
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	line-height: 25px;
}
.howToActive_right_1_right {
	height: 34px;
	background: #008750;
	border-radius: 19px 0px 0px 19px;
	display: flex;
	align-items: center;
	padding-right: 10px;
	cursor: pointer;
}
.howToActive_right_1_right img {
	width: 12px;
	height: 12px;
	margin-left: 18px;
}
.howToActive_right_1_right div {
	margin-left: 8px;

	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
}
.howToActive_right_2 {
	margin-top: 20px;
	margin-left: 12px;
	display: flex;
}
.howToActive_right_2_box {
	width: 68px;
	height: 68px;
	background: rgba(255, 255, 255, 0.66);
	border-radius: 8px;
	border: 1px solid #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
}
.howToActive_right_2_box_1 {
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	line-height: 25px;
	height: 25px;
}
.howToActive_right_2_box_2 {
	margin-top: 7px;

	font-weight: 400;
	font-size: 12px;
	color: #888888;
	line-height: 15px;
}
.howToActive_right_3 {
	font-weight: normal;
	font-size: 18px;
	color: #134136;
	line-height: 23px;
	margin-top: 20px;
	text-align: center;
}

.box_con {
	width: 1200px;
	height: 473px;
	background-size: 1200px;
	background-color: #a91d2c;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.box_con_top {
	width: 1200px;
	height: 4px;
	background: #f5f4cb;
	position: relative;
}
.box_con_img {
	position: absolute;
	top: 16px;
	right: 12px;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.box_con_term {
	position: absolute;
	right: 0;
	top: 68px;
	height: 26px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 13px 0px 0px 13px;
	backdrop-filter: blur(10px);

	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 26px;
	padding: 0 12px;
	cursor: pointer;
}
.box_con_term:hover {
	color: #ffffff;
	text-decoration-line: underline;
}
.box_con_title {
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	align-items: center;
}
.box_con_title_img {
	width: 41px;
	height: 43px;
}
.box_con_title_div {
	margin: 0 24px;

	font-weight: 600;
	font-size: 20px;
	color: #f5f4cb;
	line-height: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.box_con_title_div_2 {
	margin-top: 8px;
	width: 273px;
	height: 1px;
}
.box_con_list {
	width: 1040px;
	display: flex;
	margin-top: 10px;
	align-items: center;
	justify-content: space-between;
	height: 265px;
}
.box_con_list_img {
	width: 168px;
	height: 237px;
	cursor: pointer;
	transition-duration: 0.5s;
}
.box_con_list_img_active {
	box-shadow: inset 0px 0px 6px 4px rgba(247, 239, 201, 0.8);
	border-radius: 12px;
	border: 2px solid #f7efc9;
	padding: 10px;
	width: 196px;
	height: 265px;
	transition-duration: 0.5s;
}
.box_con_btn_box {
	width: 484px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box_con_btn_jihuo {
	width: 112px;
	height: 38px;
	background-size: 112px;
	margin-right: 40px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.box_con_btn_renwu {
	margin-left: 40px;
	width: 112px;
	height: 38px;
	background-size: 112px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.box_con_btn_renwu_cishu {
	position: absolute;
	right: -8px;
	top: -8px;
	background-size: 24px;
	width: 24px;
	height: 24px;

	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
}
.box_con_btn_jihuo_div,
.box_con_btn_renwu_div {
	width: 83px;
	font-weight: normal;
	font-size: 14px;
	color: #244134;
	line-height: 14px;
	text-align: center;
}
.box_con_btn_box_btn {
	position: relative;
}
.box_con_btn_2_txt {
	height: 22px;
	background: #008750;
	border-radius: 11px 11px 11px 0px;
	line-height: 22px;
	padding: 0 8px;
	position: absolute;
	top: -16px;
	right: 0px;

	font-weight: 600;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.box_con_btn {
	width: 180px;
	height: 38px;
	background: #dcdcdc;
	box-shadow: 0px 3px 0px 0px #6b0813;
	border-radius: 19px;

	font-weight: 600;
	font-size: 18px;
	color: #808080;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}
.box_con_btn_2 {
	width: 180px;
	height: 38px;
	background: #f7efc9;
	box-shadow: 0px 3px 0px 0px #6b0813;
	border-radius: 19px;

	font-weight: 600;
	font-size: 18px;
	color: #000000;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
}
.box_con_a {
	margin-top: 8px;
	font-weight: 400;
	font-size: 12px;
	color: #f7efc9;
	line-height: 15px;
	text-decoration-line: underline;
}
.box_con_a:hover {
	color: #f7efc9;
}
.box_con_end {
	margin-top: 37px;
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
	line-height: 23px;
	text-align: center;
}

.box_con_zhongJiang {
	width: 1200px;
	height: 200px;
	background-size: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.box_con_zhongJiang_title {
	margin-top: 20px;

	font-weight: 600;
	font-size: 16px;
	color: #1c201e;
	line-height: 20px;
}
.box_con_zhongJiang_item {
	background-size: 483px;
	width: 483px;
	height: 110px;
	margin-top: 8px;
}
.box_con_zhongJiang_item_1 {
	padding-top: 16px;
	display: flex;
	width: 483px;
	background-size: 483px;
	justify-content: space-between;
	align-items: center;
}
.box_con_zhongJiang_item_1_1_1 {
	font-weight: 600;
	font-size: 20px;
	color: #1c201e;
	line-height: 25px;
	width: 160px;
	text-align: center;
}
.box_con_zhongJiang_item_1_1_line {
	border-left: 1px dashed #d1d1d1;
	border-right: 1px dashed #d1d1d1;
}
.box_con_zhongJiang_item_1_1_2 {
	margin-top: 4px;

	font-weight: 400;
	font-size: 16px;
	color: #555856;
	line-height: 20px;
	text-align: center;
}

.box_con_zhongJiang_txt {
	margin-top: 10px;

	font-weight: 400;
	font-size: 14px;
	color: #008750;
	line-height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.box_con_zhongJiang_txt_icon {
	margin-left: 8px;
	font-size: 10px;
}

.swiper_box {
	margin-top: -20px;
	width: 1200px;
	height: 180px;
	background: #ffffff;
	border-radius: 16px 16px 0px 0px;
	padding: 20px;
	position: relative;
}
.swiper {
	width: 1160px;
	height: 160px;
	color: red;
	overflow: hidden;
	border-radius: 12px;
}
.swiper-pagination_box {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 8px;
	padding-right: 8px;
}
.swiper-pagination {
	padding-right: 40px;
}
.swiper-slide img {
	width: 100%;
}
.fenye_bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffffff;
	opacity: 0.2;
	display: block;
	margin-left: 6px;
}
.fenye_bullet_active {
	width: 8px;
	height: 8px;
	background: #ffffff;
	display: block;
	border-radius: 50%;
	opacity: 1;
}

.shop_box {
	width: 1200px;
	padding: 20px;
}
.shop_box_title {
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	line-height: 23px;
	margin-bottom: 12px;
}
.shop_box {
	background: #fff;
}
.shop_box_List {
	width: 1160px;
	display: flex;
	flex-wrap: wrap;
}
.shop_box_item {
	width: 165px;
	height: 182px;
	margin-bottom: 20px;
	margin-right: 20px;
	cursor: pointer;
}
.shop_box_item_img_box {
	width: 165px;
	height: 110px;
	position: relative;
}
.shop_box_item_img img {
	width: 165px;
	height: 110px;
	border-radius: 20px;
	object-fit: contain;
}
.shop_box_item_img_2 {
	width: 30px;
	height: 30px;
	background: #ffffff;
	border-radius: 15px;
	border: 1px solid #f0f0f0;
	position: absolute;
	bottom: 0px;
	right: 0px;
	object-fit: contain;
}
.shop_box_item_title {
	margin-top: 8px;
	height: 20px;

	font-weight: 400;
	font-size: 16px;
	color: #1c201e;
	line-height: 20px;
}
.shop_box_item_title_2 {
	margin-top: 4px;

	font-weight: 600;
	font-size: 16px;
	color: #ff5306;
	line-height: 20px;
}
.box_bottom {
	width: 1200px;
	height: 70px;
}

.cover_item_3_box_right_2_3_none {
	background: #008750;
	opacity: 0.3;
	color: #ffffff;
}
