: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;
}

#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: 5.66rem;
    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: #ffdb83;
    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: #ffdb83;
}

.h_page1_txt_1 {
    margin-top: 0.48rem;
    color: #ffdb83;
    font-size: var(--fontsize-72);
    font-weight: bold;
}

.h_page1_txt_2 {
    margin: 0.48rem 0 0.8rem 0;
    box-sizing: border-box;
    padding-top: 0.3rem;
    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.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation: breathe-glow 2s ease-in-out infinite;

}

@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%;
    color: #fff;
}

.h_page2_1 {
    margin-top: 1.8rem;
    width: 3.34rem;
    object-fit: contain;
}

.h_page2_txt_2 {
    margin: 0.7rem 0 0.8rem 0;
    text-align: center;
    font-size: var(--fontsize-24);
    line-height: 160%;
    color: #fff;
}

.h_page2_btn {
    width: 6.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    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.62rem;
    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.7rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.4rem;
    object-fit: contain;
}

.h_exchange_name {
    margin-top: 0.15rem;
    text-align: center;
    color: #ffdb83;
    font-size: var(--fontsize-20);
    font-weight: bold;
}

.h_skin_img {
    margin: 0.6rem 0 0.05rem 0;
    width: 100%;
    object-fit: contain;
}

.h_skin_name {
    margin-bottom: 0.8rem;
    text-align: center;
    color: #ffdb83;
    font-size: var(--fontsize-20);
    font-weight: bold;
}

.h_page3_btn {
    width: 6.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    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 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: 4rem;
    object-fit: contain;
}

.h_page4_txt_2 {
    margin: 0.3rem 0 1rem 0;
}

.h_page4_txt_2 p {
    text-align: center;
    font-size: var(--fontsize-24);
    line-height: 150%;
    color: #fff;
}

.h_page4_btn {
    width: 6.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    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 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: 4rem;
    object-fit: contain;
}

.h_page5_txt_2 {
    margin: 0.3rem 0 1rem 0;
}

.h_page5_txt_2 p {
    text-align: center;
    font-size: var(--fontsize-24);
    line-height: 150%;
    color: #fff;
}

.h_page5_btn {
    width: 6.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    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 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_page6_1 {
    width: 4rem;
    object-fit: contain;
}

.h_page6_txt_2 {
    margin: 0.3rem 0 1rem 0;
}

.h_page6_txt_2 p {
    text-align: center;
    font-size: var(--fontsize-24);
    line-height: 150%;
    color: #fff;
}

.h_page6_btn {
    width: 6.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    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 0.3rem;
}

.h_page7_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_page7_1 {
    width: 4rem;
    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.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    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 0.3rem;
}

.h_page8_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_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.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation: breathe-glow 2s ease-in-out infinite;
}
.h_page8_btn_sign{
	display: none;
	margin-bottom: 0.3rem;
	text-align: center;
	font-size: var(--fontsize-30);
	color: #fff;
}

/*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: 1.5rem 0 2rem;
    width: 100%;
    height: 6.64rem;
    background-image: url(../img/imgs-hcy/page9_1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.h_page9_txt_1 {
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    transform: translateX(-50%);
    width: 100%;

}

.h_page9_txt_1 p {
    text-align: center;
    font-size: 0.38rem;
    line-height: 150%;
    color: #fff;
}

.h_page9_btn {
    width: 6.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    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.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    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_1 p {
    text-align: center;
    font-size: var(--fontsize-48);
    line-height: 150%;
    font-weight: bold;
    color: #ffdb83;
}

.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: #ffdb83;
}

.h_page11_btn {
    margin-top: 0.8rem;
    width: 6.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation: breathe-glow 2s ease-in-out infinite;
}

/*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%;
    /* height: 1.8rem; */
    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.42rem;
    line-height: 0.5rem;
    font-weight: bold;
    color: #ffdb83;

} */
.h_page12_txt_1 p {
    text-align: center;
    font-size: 0.42rem;
    line-height: 0.5rem;
    font-weight: bold;
    color: #ffdb83;

}

.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: #ffdb83;
}

.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: 5.5rem;
    object-fit: contain;
}

.h_scene3_txt_2 {
    padding-top: 0.2rem;
    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.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    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 {
    margin: 0.7rem 0 0.4rem 0;
    width: 3.84rem;
    height: 3.8rem;
    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.5rem;
    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.9rem;
    width: 6.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    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: #ffdb83;
}

.h_scene3_2_jb_img {
    margin: 0.8rem 0;
    width: 100%;
    object-fit: contain;
}

.h_scene3_day3_2_btn {
    width: 6.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    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: 2.1rem;
    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.40rem;
    line-height: 120%;
    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.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    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;
    line-height: 1.7rem;
    font-weight: bold;
    color: #fff;
}

.h_scene3_day4_2_btn {
    width: 6.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    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: 100%;
    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: #ffdb83;
}

.h_page63_btns {
    margin-top: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.h_page63_btns div {
    white-space: nowrap;
    width: 2.5rem;
    height: 0.63rem;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    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%;
    color: #ffdb83;
} */
.h_page20_2_txt p {
    text-align: center;
   font-size: 0.42rem;
   line-height: 0.5rem;
    font-weight: 600;
    color: #ffdb83;
}

/*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: #ffdb83;
}

.h_page64_tips {
    margin-top: 0.3rem;
    font-size: 0.32rem;
    font-weight: bold;
    text-align: center;
    line-height: 120%;
    color: #f0efef;
}

.h_page64_btns {
    margin-top: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.h_page64_btns div {
    white-space: nowrap;
    width: 2.5rem;
    height: 0.63rem;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    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: 100%;
    height: 7.85rem;
    background-image: url(../img/imgs-hcy/page65_1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.h_page65_avatar_box {
    position: absolute;
    top: -0.97rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.95rem;
    height: 1.95rem;
    border-radius: 50%;
    background-color: #f0efef;
    border: 0.06rem solid #eb4974;
}

.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.4rem;

}

.h_page65_txt1 p {
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 130%;
    color: #ffdb83;
}

.h_page65_title_icon {
    display: block;
    margin: 0.65rem auto 0 auto;
    width: 3.5rem;
    object-fit: contain;
}

.h_page65_avatar_box2 {
    position: absolute;
    top: 3.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2.30rem;
    height: 2.37rem;
    background-color: rgba(0, 0, 0, 0.7);
    border: 0.06rem solid #eb4974;
    border-radius: 0.4rem;
}

.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: 2.8rem;
    text-align: center;
    font-size: 0.32rem;
    line-height: 130%;
    color: #e6e2e2;
}


.h_page65_btn {
    margin-top: 0.8rem;
    width: 6.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation: breathe-glow 2s ease-in-out infinite;
}

/*场景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.69rem;
    height: 0.76rem;
    line-height: 0.76rem;
    text-align: center;
    color: #8d400e;
    font-size: var(--fontsize-36);
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(../img/imgs-hcy/page_btn_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    animation: breathe-glow 2s ease-in-out infinite;
}