:root {
	--fontsize-16: 0.16rem;
	--fontsize-17: 0.17rem;
	--fontsize-18: 0.18rem;
	--fontsize-20: 0.2rem;
	--fontsize-22: 0.22rem;
	--fontsize-36: 0.36rem;
	--fontsize-30: 0.30rem;
	--fontsize-32: 0.32rem;
	--fontsize-28: 0.28rem;
	--fontsize-26: 0.26rem;
	--fontsize-24: 0.24rem;
	--fontsize-80: 0.8rem;
	--fontsize-72: 0.72rem;
	--fontsize-48: 0.48rem;
	--fontsize-120: 1.20rem;
	--fontsize-60: 0.6rem;
	--fontsize-50: 0.5rem;
}

#root_hcy {
	font-family: 'SourceHanSansCN-Medium';
}

.van-overlay {
	background-color: rgba(0, 0, 0, 0.8) !important;
	overflow-y: auto !important;
}

/* 按钮呼吸 */
@keyframes breathe-glow {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.94);
	}
}


/*page1 ================================================================================================================== */
.h_page1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page1 .h_page1_1 {
	width: 6.2rem;
	object-fit: contain;
}

.h_avatar_box {
	margin-top: -0.5rem;
	position: relative;
	width: 4.92rem;
	height: 5.84rem;
	background-image: url(../img/imgs-hcy/page1_2.png);
	background-size: contain;
	background-repeat: no-repeat;

}

.h_avatar_box img {
	display: block;
	position: absolute;
	top: 1.85rem;
	left: 50%;
	transform: translateX(-50%);
	width: 3.55rem;
	height: 3.55rem;
	border-radius: 50%;
	z-index: -1;
}

.h_avatar_box::after {
	display: block;
	content: '';
	position: absolute;
	top: 1.2rem;
	right: 0.5rem;
	width: 1.55rem;
	height: 1.42rem;
	background-image: url(../img/imgs-hcy/page1_3.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.h_avatar_box::before {
	display: block;
	content: '';
	position: absolute;
	top: 1.9rem;
	left: 50%;
	transform: translateX(-50.5%);
	width: 3.52rem;
	height: 3.49rem;
	background-color: #ffc12d;
	border-radius: 50%;
	z-index: -1;

}

.h_nickname {
	position: absolute;
	left: 50%;
	bottom: 0.4rem;
	transform: translateX(-50%);
	font-size: var(--fontsize-30);
	color: #112856;
}

.h_high {
	color: #ffc12d;
}

.h_high_jb {
	font-weight: bold;
	background: linear-gradient(to bottom,
			#5b6cff 0%,
			#47c5d8 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.h_page1_txt_1 {
	margin-top: 0.48rem;
	color: #ffc12d;
	font-size: var(--fontsize-50);
	font-weight: bold;
}

.h_page1_txt_2 {
	position: relative;
	margin: 0.48rem 0 0.8rem 0;
	box-sizing: border-box;
	padding: 0.3rem 0;
	width: 100%;
	/* height: 2.1rem; */
	background-image: url(../img/imgs-hcy/page1_4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_page1_txt_2 p {
	text-align: center;
	font-size: var(--fontsize-36);
	line-height: 0.5rem;
	color: #fff;
}

.h_page1_btn {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;

}

.h_page8_btn_sign {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	/* background-image: url(../img/imgs-hcy/page_btn_2.png); */
	background-size: contain;
	background-repeat: no-repeat;
	/* animation: breathe-glow 2s ease-in-out infinite; */
	border: 1px solid #ffc12d;
	border-radius: 0.43rem;
	margin-bottom: 0.3rem;
}

.h_page8_btn_skip {
	margin-top: 0.3rem;
	text-align: center;
	font-size: var(--fontsize-30);
	color: #fff;
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	background-image: url(../img/imgs-hcy/page_btn_3.png);
	background-size: contain;
	background-repeat: no-repeat;
	transform: scale(0.9);
}

@media (max-height:767px) {

	.h_avatar_box {
		margin-top: -0.9rem;
	}

	.h_page1_txt_1 {
		margin-top: 0.28rem;
		/* font-size: 0.62rem; */
	}

	.h_page1_txt_2 {
		margin: 0.2rem 0 0.4rem 0;
	}
}


/*page2 ================================================================================================================== */

.h_page2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page2_txt_1 {
	text-align: center;
	font-size: 0.36rem;
	line-height: 160%;
	width: 100%;
	padding: 0.2rem 0;
	background-image: url(../img/imgs-hcy/page1_4.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
}

.h_page2_1 {
	width: 100%;
	object-fit: contain;
}

.h_page2_txt_2 {
	margin-bottom: 0.7rem;
	text-align: center;
	font-size: var(--fontsize-24);
	line-height: 160%;
	color: #fff;
}

.h_page2_btn {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}

/*page3 ================================================================================================================== */

.h_page3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page3_txt_1 p {
	text-align: center;
	font-size: var(--fontsize-24);
	line-height: 0.5rem;
	color: #fff;
}

.h_page3_txt_1 .h_item1_txt {
	margin-bottom: 0.4rem;
	font-size: 0.58rem;
	font-weight: bold;
}

.h_exchange_box {
	margin-top: 0.4rem;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 96%;
	height: 2.7rem;
}


.h_exchange_icon {
	position: relative;
	width: 2.18rem;
	height: 2.28rem;
	background-image: url(../img/imgs-hcy/page3_1.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.h_exchange_icon img {
	position: absolute;
	top: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.9rem;
	object-fit: contain;
}

.h_exchange_name {
	margin-top: 0.15rem;
	text-align: center;
	color: #ffc12d;
	font-size: var(--fontsize-20);
	font-weight: bold;
}

.h_skin_img {
	margin: 0.6rem 0 0;
	width: 95%;
	object-fit: contain;
}

.h_skin_name {
	margin-bottom: 0.8rem;
	text-align: center;
	color: #ffc12d;
	font-size: var(--fontsize-20);
	font-weight: bold;
}

.h_page3_btn {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}

/*page4 ================================================================================================================== */
.h_page4 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page4_txt_1 {
	padding: 0.2rem 0;
	width: 100%;
	background-image: url(../img/imgs-hcy/page1_4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_page4_txt_1 p {
	text-align: center;
	font-size: 0.42rem;
	line-height: 0.7rem;
	color: #fff;

}

.h_jb_img {
	position: relative;
	/* margin-top: 1rem; */
}

.h_jb_img .h_page4_1 {
	width: 100%;
	object-fit: contain;
	width: 100%;

}

.h_page4_txt_2 {
	margin-bottom: 0.7rem;
}

.h_page4_txt_2 p {
	text-align: center;
	font-size: var(--fontsize-24);
	line-height: 150%;
	color: #fff;
}

.h_page4_btn {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}

/*page5 ================================================================================================================== */
.h_page5 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page5_txt_1 {
	padding: 0.2rem 0;
	width: 100%;
	background-image: url(../img/imgs-hcy/page1_4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_page5_txt_1 p {
	text-align: center;
	font-size: 0.42rem;
	line-height: 0.7rem;
	color: #fff;
}

.h_jb_img {
	position: relative;
	/* margin-top: 1rem; */
}

.h_jb_img .h_page5_1 {
	width: 100%;
	object-fit: contain;
}

.h_page5_txt_2 {
	margin-bottom: 0.7rem;
}

.h_page5_txt_2 p {
	text-align: center;
	font-size: var(--fontsize-24);
	line-height: 150%;
	color: #fff;
}

.h_page5_btn {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}


/*page6 ================================================================================================================== */

.h_page6 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page6_txt_1 {
	padding: 0.2rem 0;
	width: 100%;
	background-image: url(../img/imgs-hcy/page1_4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_page6_txt_1 p {
	text-align: center;
	font-size: 0.42rem;
	line-height: 0.55rem;
	font-weight: 600;
	color: #fff;
}

.h_jb_img {
	position: relative;
	/* margin-top: 1rem; */
}

.h_jb_img .h_page6_1 {
	width: 100%;
	object-fit: contain;
}

.h_page6_txt_2 {
	margin-top: 0.3rem;
	margin-bottom: 0.7rem;
}

.h_page6_txt_2 p {
	text-align: center;
	font-size: var(--fontsize-24);
	line-height: 150%;
	color: #fff;
}

.h_page6_btn {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}

/*page7 ================================================================================================================== */

.h_page7 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page7_txt_1 {
	padding: 0.2rem 0;
	width: 100%;
	background-image: url(../img/imgs-hcy/page1_4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_page7_txt_1 p {
	text-align: center;
	font-size: 0.42rem;
	font-weight: 600;
	line-height: 0.55rem;
	color: #fff;
}

.h_jb_img {
	position: relative;
	/* margin-top: 1rem; */
}

.h_jb_img .h_page7_1 {
	width: 100%;
	object-fit: contain;
}

.h_page7_txt_2 {
	margin: 0.3rem 0 1rem 0;
}

.h_page7_txt_2 p {
	text-align: center;
	font-size: var(--fontsize-24);
	line-height: 150%;
	color: #fff;
}

.h_page7_btn {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}

/*page8 ================================================================================================================== */

.h_page8 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page8_txt_1 {
	padding: 0.2rem 0;
	width: 100%;
	background-image: url(../img/imgs-hcy/page1_4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_page8_txt_1_2 p {
	color: #ffc12d !important;
}

.h_page8_txt_1 p {
	text-align: center;
	font-size: 0.32rem;
	line-height: 0.38rem;
	color: #fff;
}

.h_jb_img {
	position: relative;
	/* margin-top: 1rem; */
}

.h_page8_txt_2 {
	margin: 0.3rem 0 1rem 0;
}

.h_page8_txt_2 p {
	text-align: center;
	font-size: var(--fontsize-24);
	line-height: 150%;
	color: #fff;

}

.h_page8_btn {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}


/*page9 ================================================================================================================== */

.h_page9 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_txt_bg {
	position: relative;
	margin: 0 0 2rem;
	width: 100%;
	height: 6.64rem;
	background-image: url(../img/dj_16.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.h_page9_txt_1 {
	position: absolute;
	left: 50%;
	bottom: 0.9rem;
	transform: translateX(-50%);
	width: 100%;

}

.h_page9_txt_1 p {
	text-align: center;
	font-size: 0.38rem;
	font-weight: bold;
	line-height: 150%;
	color: #7d4718;
}

.h_page9_btn {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}

/*page10 ================================================================================================================== */

.h_page10 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page_10_txt_bg {
	position: relative;
	margin: 3.5rem 0 3.5rem 0;
	width: 100%;
	height: 3.5rem;
	background-image: url(../img/imgs-hcy/page10_1.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_user_list {
	position: absolute;
	top: -0.5rem;
	left: calc(50% + 0.18rem);
	transform: translateX(-50%);
	display: flex;
}

.h_user_item {
	display: block;
	width: 1.03rem;
	height: 1.03rem;
	border-radius: 50%;
	background-color: palegoldenrod;
}

.h_page10_txt_1 {
	position: absolute;
	left: 50%;
	bottom: 1rem;
	transform: translateX(-50%);
	width: 100%;
}

.h_page10_txt_1 p {
	text-align: center;
	font-size: 0.32rem;
	line-height: 200%;
	color: #fff;
}

.h_page10_btn {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}

/*page11 ================================================================================================================== */

.h_page11 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page11_txt_1 {
	padding-top: 0.3rem;
	width: 100%;
	height: 1.8rem;
	background-image: url(../img/imgs-hcy/page1_4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_page11_txt_scence1_4 {
	padding: 0.3rem 0;
	width: 100%;
	/* height: 2.4rem; */
	background-image: url(../img/imgs-hcy/page1_4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_page11_txt_1 p {
	text-align: center;
	font-size: 0.42rem;
	line-height: 150%;
	font-weight: bold;
	color: #ffc12d;
}

.h_page11_txt_scence1_4 p {
	text-align: center;
	font-size: var(--fontsize-48);
	line-height: 110%;
	font-weight: bold;
	color: #ffc12d;
}

.h_page11_jb_img {
	margin: 1rem 0;
	width: 3.67rem;
	height: 3.79rem;
}

.h_page11_txt_2 {
	font-size: var(--fontsize-72);
	font-weight: bold;
	color: #ffc12d;
}

.h_page11_btn {
	margin-top: 0.8rem;
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}

.scene1_4_btn {
	margin-top: 0rem;
}

/*page12 ================================================================================================================== */

.h_page12 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page12_txt_1 {
	padding: 0.3rem 0;
	width: 100%;
	background-image: url(../img/imgs-hcy/page1_4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_page12_txt_1 p {
	text-align: center;
	font-size: 0.40rem;
	line-height: 0.5rem;
	font-weight: bold;
	color: #ffc12d;

}

.h_page12_jb_img {
	margin: 1rem 0;
	width: 3.67rem;
	height: 3.79rem;
}

.h_page12_txt_2 {
	font-size: var(--fontsize-72);
	font-weight: bold;
	color: #ffc12d;
}

.h_page12_jb_img {
	width: 100%;
	height: 5.46rem;
}



/*场景3 第二天 ================================================================================================================== */

.h_scene3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_scene3_txt_1 {
	width: 100%;

}

.h_scene3_txt_1 p {
	text-align: center;
	font-size: 0.42rem;
	font-weight: bold;
	line-height: 130%;
	color: #fff;
}

.h_scene3_img {
	margin: 0 auto;
	width: 7rem;
	object-fit: contain;
}

.h_scene3_txt_2 {
	padding: 0.2rem 0;
	width: 100%;
	/* height: 1.8rem; */
	background-image: url(../img/imgs-hcy/page1_4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_scene3_txt_2 p {
	text-align: center;
	font-size: 0.34rem;
	line-height: 150%;
	font-weight: bold;
	color: #fff;
}

.h_scene3_btn {
	margin-top: 0.8rem;
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}

/*场景3 第二天 ================================================================================================================== */

.h_scene3_2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_scene3_2_txt_1 {
	width: 100%;
}

.h_scene3_2_txt_1 p {
	text-align: center;
	font-size: 0.46rem;
	line-height: 130%;
	font-weight: bold;
	color: #fff;
}

.h_scene3_2_img {
	width: 7.5rem;
	object-fit: contain;
}

.h_scene3_2_txt_2 {
	width: 100%;
}

.h_scene3_2_txt_2 p {
	text-align: center;
	font-size: 0.24rem;
	line-height: 150%;
	color: #fff;
}

.h_scene3_2_txt_3 {
	margin-top: 0.2rem;
	width: 100%;

}

.h_scene3_2_txt_3 p {
	text-align: center;
	font-size: 0.24rem;
	line-height: 150%;
	color: #fff;
}

.h_scene3_2_btn {
	margin-top: 0.3rem;
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}


/*场景3 第三天5 ================================================================================================================== */

.h_scene3_day_3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_scene3_day_3_txt {
	width: 100%;
}

.h_scene3_day_3_txt p {
	text-align: center;
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 155%;
	color: #fff;
}

.scene3_day3_imgs {
	margin: 1.3rem 0;
	display: flex;
	align-items: center;
}

.scene3_day3_imgs img {
	width: 2rem;
	height: 2rem;
}

.h_djs_txt {
	text-align: center;
	font-size: 0.24rem;
	color: #fff;
}


/*场景3 第三天6 ================================================================================================================== */

.h_scene3_day3_2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_scene3_day3_2_txt1 {
	padding-top: 0.2rem;
	width: 100%;
	height: 1.6rem;
	background-image: url(../img/imgs-hcy/page1_4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_scene3_day3_2_txt1 p {
	text-align: center;
	font-size: 0.44rem;
	line-height: 150%;
	font-weight: bold;
	color: #ffc12d;
}

.h_scene3_2_jb_img {
	margin-top: 0.1rem;
	width: 90%;
	object-fit: contain;
}

.h_scene3_day3_2_btn {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}

/*场景3 第四天7 ================================================================================================================== */

.h_scene3_day4 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_scene3_day4_txt1 {
	padding-top: 0.2rem;
	width: 100%;
	height: 1.9rem;
	background-image: url(../img/imgs-hcy/page1_4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_scene3_day4_txt1 p {
	text-align: center;
	font-size: 0.36rem;
	line-height: 140%;
	font-weight: 600;
	color: #fff;
}

.scene3_day4_img_box {
	position: relative;
}

.scene3_day4_img_box p {
	/* position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: var(--fontsize-22);
    color: #fff; */
}

.scene3_day4_txt2 {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: var(--fontsize-22);
	white-space: nowrap;
	text-align: center;
	line-height: 140%;
	color: #fff;
}

.scene3_day4_img {
	width: 100%;
	object-fit: contain;
}

.h_scene3_day4_btn {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}

/*场景3 第四天7 ================================================================================================================== */

.h_scene3_day4_2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_scene3_day4_con_2_txt1 {
	margin: 3rem 0 4rem 0;
	width: 100%;
	height: 1.7rem;
	background-image: url(../img/imgs-hcy/page1_4.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_scene3_day4_con_2_txt1 p {
	text-align: center;
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 1.7rem;
	color: #fff;
}

.h_scene3_day4_2_btn {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}


/*page63 ================================================================================================================== */

.h_page63 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page63_img {
	width: 3.9rem;
	object-fit: contain;
}

.h_page63_txt1 {
	font-size: 0.24rem;
	text-align: center;
	line-height: 100%;
	color: #f0efef;
}

.h_page63_big_txt {
	margin-bottom: 0.4rem;
	font-size: 0.62rem;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	color: #ffc12d;
}

.h_page63_btns {
	margin-top: 3rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.h_page63_btns div {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	width: 2.5rem;
	height: 0.63rem;
	text-align: center;
	font-size: 0.3rem;
	font-weight: 600;
	border-radius: 0.5rem;
	animation: breathe-glow 2s ease-in-out infinite;
}


/*page20_2================================================================================================================== */

.h_page20_2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page20_2_img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 3.5rem;
	background-image: url(../img/imgs-hcy/page20_2_1.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_page20_2_txt p {
	text-align: center;
	font-size: 0.40rem;
	line-height: 130%;
	font-weight: 600;
	color: #ffc12d;
}


/*page64 ================================================================================================================== */

.h_page64 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page64_img {
	width: 100%;
	object-fit: contain;
}

.h_page64_txt1 {
	font-size: 0.24rem;
	text-align: center;
	line-height: 120%;
	color: #f0efef;
}

.h_page64_big_txt {
	margin-bottom: 0.4rem;
	font-size: 0.62rem;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
	color: #ffc12d;
}

.h_page64_tips {
	margin-top: 0.3rem;
	font-size: 0.32rem;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	color: #f0efef;
}

.h_page64_btns {
	margin-top: 3rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.h_page64_btns div {
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	width: 2.5rem;
	height: 0.63rem;
	text-align: center;
	font-size: 0.3rem;
	font-weight: 600;
	border-radius: 0.5rem;
	animation: breathe-glow 2s ease-in-out infinite;
}


/*page65 ================================================================================================================== */

.h_page65 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_page65_box {
	margin-top: 1.5rem;
	position: relative;
	width: 6.51rem;
	height: 8.2rem;
	background-image: url(../img/imgs-hcy/page65_111.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.h_page65_avatar_box {
	position: absolute;
	top: -1.2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.95rem;
	height: 1.95rem;
	border-radius: 50%;
	background-color: #f0efef;
	border: 0.06rem solid #ffd96d;

}

.h_page65_avatar {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1.95rem;
	height: 1.95rem;
	border-radius: 50%;
}

.h_page65_txt1 {
	margin-top: 1.1rem;

}

.h_page65_txt1 p {
	text-align: center;
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 130%;
	color: #7d4718;

}

/* .h_page65_title_icon {
    display: block;
    margin: 0.65rem auto 0 auto;
    width: 3.5rem;
    object-fit: contain;
} */
.qq_quj_text {
	font-size: 0.4rem;
	margin-top: 0.5rem;
	text-align: center;
	font-weight: bold;

}

.h_page65_avatar_box2 {
	position: absolute;
	top: 3.9rem;
	left: 49.5%;
	transform: translateX(-50%);
	width: 2rem;
	height: 2rem;
	background-color: rgba(0, 0, 0, 0.7);
	/* border: 0.06rem solid #eb4974; */
	border-radius: 10rem;
}

.h_page65_avatar2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.95rem;
	height: 1.95rem;
	border-radius: 0.4rem;
}

.h_page65_zh {
	margin-top: 4.2rem;
	text-align: center;
	font-size: 0.32rem;
	line-height: 130%;
	color: #7d4718;
}

.qq_quj_text span {

	background: linear-gradient(to bottom, #4c5dff, #43bad4);
	/* 2. 裁剪背景到文字区域（核心属性） */
	-webkit-background-clip: text;
	/* 兼容微信小程序/移动端 */
	background-clip: text;
	/* 3. 文字透明，显示渐变背景 */
	color: transparent;
	/* 可选：增加文字大小，让渐变更明显 */
}

.h_page65_btn {
	margin-top: 0.8rem;
	margin-left: 0.29rem;
	width: 6.12rem;
	height: 1.03rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/btn-duihuan2.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
	padding-top: 0.2rem;
	box-sizing: border-box;
}

/*场景4 ================================================================================================================== */

.h_cj4 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_cj42_six {
	width: 90%;
	object-fit: contain;
}

.h_cj42_djs {
	color: #ffffff;
	font-size: var(--fontsize-32);
}

.h_cj4_btn {
	margin-top: 0.8rem;
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: var(--fontsize-36);
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}

/* 二级任务 签到领现金 */
/* 2-3 */
.cash_pop_h {
	position: absolute;
	top: 50%;
	transform: translateY(-51%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.h_text_bg {
	box-sizing: border-box;
	/* padding-top: 0.5rem; */
	padding: 0.8rem 0;
	width: 100%;
	/* height: 2.08rem; */
	background-image: url(../img/imgs-hcy/h_text_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.h_text_bg p {
	text-align: center;
	font-size: 0.36rem;
	font-weight: 600;
	line-height: 140%;
	color: #ffc12d;
}

.reward_img {
	width: 7.5rem;
	object-fit: contain;
}

.h_btn_sty {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: 0.36rem;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
}

.h_btn_sty_lz {
	width: 6.12rem;
	height: 0.86rem;
	line-height: 0.86rem;
	text-align: center;
	color: #fff;
	font-size: 0.36rem;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../img/imgs-hcy/page_btn_2.png);
	background-size: contain;
	background-repeat: no-repeat;
	animation: breathe-glow 2s ease-in-out infinite;
	filter: grayscale(100%);
	margin-top: 0.2rem;
	animation-play-state: paused;
}

/* 2-4 */
.h_diamond_box {
	transform: translateY(0.40rem);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.reward_txt {
	width: 6.5rem;
	object-fit: contain;
}

.h_text_qd {
	margin-top: 0.2rem;
	width: 100%;
	text-align: center;
	font-size: 0.36rem;
	font-weight: 600;
	line-height: 130%;
	color: #fff;
}

/* 2-5\2-6 */
.h_btns_sty {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 7.5rem;
}

.h_btns_sty div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5rem;
	height: 0.76rem;
	text-align: center;
	color: #8d400e;
	white-space: nowrap;
	font-size: 0.38rem;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ffeaa6;
	background-repeat: no-repeat;
	border-radius: 0.5rem;
	animation: breathe-glow 2s ease-in-out infinite;
}

.h_tips {
	margin-top: 0.46rem;
	color: #fff;
	text-align: center;
	font-size: 0.24rem;
}

/* 二级任务 签到领钻石 */
/* 2-3 */
.diamond_pop_h {
	position: absolute;
	top: 50%;
	transform: translateY(-52%);
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.team_up_box {
	margin-top: 0.2rem;
	position: relative;
	box-sizing: border-box;
	padding: 0.2rem 0.7rem;
	position: relative;
	width: 6.5rem;
	z-index: 999 !important;
	background-color: hsla(45, 100%, 83%, 0.2);
	border-radius: 0.2rem;
}

.team_up_box::after {
	position: absolute;
	top: 0.6rem;
	left: 0.1rem;
	display: block;
	content: '';
	width: 0.35rem;
	height: 0.35rem;
	transform: rotate(180deg);
	background-image: url(../img/swiper/user/jt.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.team_up_box::before {
	position: absolute;
	top: 0.6rem;
	right: 0.1rem;
	display: block;
	content: '';
	width: 0.35rem;
	height: 0.35rem;
	background-image: url(../img/swiper/user/jt.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.user_item {
	box-sizing: border-box;
	font-size: var(--fontsize-28);
	text-align: center;
	color: #fff;
	letter-spacing: 0.01rem;
	line-height: var(--fontsize-20);
	overflow: hidden;

	p {
		font-size: 0.18rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.user_item_img {
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	object-fit: contain;
	border-radius: 50%;
}