body{
    background-color: #060624;
}

.page_container{
    display: flex;
    flex-direction: column;
}

.page_top_container{
    width: 100%;
    height: 100vh;
    background-image: url(../imgs/page/top_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page_top_container_main{
    width: 1560px;
    margin: 0 auto;
    height: 100%;
}

.page_top_container_main > a{
    position: absolute;
    width: 243px;
    height: 64px;
    left: 0;
    z-index: 1;
}

.page_top_container_main > a img{
    width: 100%;
    height: 100%;
}

.page_top_container_c{
    width: 1440px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.page_top_container_c .page_top_left_c{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.page_top_container_c .page_top_left_c h2{
    font-size: 64px;
    line-height: 75px;
    background: linear-gradient(90deg,#927131, #FFFDF5, #927131);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 400;
}

.page_top_container_c .page_top_left_c .time_text{
    margin-top: 8px;
    margin-bottom: 40px;
}

.page_top_container_c .page_top_left_c .time_text p{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    display: flex;
    align-items: center;
}

.page_top_container_c .page_top_left_c .time_text span{
    font-family: 'youshebth_text' !important;
    font-size: 32px;
    color: #E44A42;
    text-align: center;
}

.page_top_container_c .page_top_left_c .qrcode_c{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_top_container_c .page_top_left_c .qrcode_c img{
    width: 162px;
    height: 162px;
    margin-bottom: 4px;
}

.page_top_container_c .page_top_left_c .qrcode_c p{
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 23px;
    margin-top: 4px;
}

.page_top_container_c .page_top_left_c .qrcode_c span{
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
    line-height: 16px;
    margin-top: 4px;
}

.page_top_container_c > img{
    width: 476px;
    animation: point2 3.6s linear infinite;
}

@keyframes point2 {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-24px);
    }

    50% {
        transform: translateY(-30px);
    }

    75% {
        transform: translateY(-16px);
    }

    100% {
        transform: translateY(0px);
    }
}

.page_desc_container{
    width: 100%;
    height: 420px;
    background-image: url(../imgs/page/desc_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page_desc_container h2{
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #fff;
}

.page_desc_container p{
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255,0.55);
    line-height: 26px;
    margin-top: 32px;
    width: 766px;
    text-align: center;
}

.page_support_container{
    display: flex;
    flex-direction: column;
    margin-bottom: 56px;
}

.page_support_container .title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 56px;
}

.page_support_container .title h2{
    color: #fff;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    display: flex;
    align-items: center;
}

.page_support_container .title h2 span{
    color: #D69A40;
    display: flex;
    align-items: flex-start;
}

.page_support_container .title h2 span i{
    font-size: 24px;
    line-height: 24px;
    margin: 0 8px 0 4px;
}

.page_support_container .title > p{
    font-size: 24px;
    font-weight: 400;
    color: #737482;
    line-height: 32px;
}

.page_support_container .support_desc_c{
    display: flex;
    align-items: center;
    margin-left: 400px;
    justify-content: center;
}

.page_support_container .support_desc_c .support_desc_text{
    display: flex;
    flex-direction: column;
}

.page_support_container .support_desc_c .support_desc_text .item{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.page_support_container .support_desc_c .support_desc_text .item h3{
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 32px;
}

.page_support_container .support_desc_c .support_desc_text .item p{
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.55);
    line-height: 24px;
    margin-top: 20px;
}

.page_support_container .support_desc_c > img{
    width: 264px;
    height: 264px;
    margin-left: 160px;
}

.page_step_container{
    display: flex;
    flex-direction: column;
}

.page_step_container .title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 56px;
}

.page_step_container .title h2{
    color: #fff;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    display: flex;
    align-items: center;
}

.page_step_container .title h2 span{
    color: #D69A40;
    display: flex;
    align-items: flex-start;
}

.page_step_container .page_step_c{
    width: 1560px;
    border-radius: 8px;
    background: #16172F;
    margin: 32px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 24px 0 0 0;
}

.page_step_container .page_step_c .item img{
    width: 120px;
    height: 120px;
}

.page_step_container .page_step_c > img{
    width: 75px;
    height: 27px;
}

.page_step_container .page_step_c .item{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_step_container .page_step_c .item .t_c{
    display: flex;
    align-items: center;
}

.page_step_container .page_step_c .item .t_c span{
    font-size: 100px;
    font-weight: 400;
    color: rgba(255,255,255,0.08);
    margin-right: -16px;
}

.page_step_container .page_step_c .item .t_c p{
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
}

.page_video_swiper_content  {
    width: 640px;
    overflow: hidden;
    margin: 0 auto;
}

.page_video_swiper_layout{
    width: 730px;
}

.page_main_container_external{
    width: 100%;
    height: 732px;
    background-image: url(../imgs/page/main_bg.png);

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 56px;
}

.page_main_container{
    display: flex;
    align-items: center;
    width: 1540px;
    margin: 0 auto 56px;
    justify-content: space-between;
}

.page_main_container_left{
    width: 610px;
}

.page_video_swiper_content .swiper-slide{
    width: 300px;
}

.page_video_swiper_layout .up_head{
    width: 100%;
}


.page_video_swiper_layout .swiper-button-prev{
    left: 0;
    width: 14px;
    height: 25px;
    color: #373752;
}

.page_video_swiper_layout .swiper-button-next{
    right: 0;
    width: 14px;
    height: 25px;
    color: #373752;
}

.page_video_swiper_layout .swiper-button-next:after, 
.page_video_swiper_layout .swiper-button-prev:after{
    font-size: 26px;
    font-weight: bold;
}

.page_main_container_left > h2{
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 56px;
}

.main_content{
    display: flex;
    flex-direction: column;
}

.main_content_c{
    display: flex;
    justify-content: space-between;
}

.main_content_c .parsing_content{
    width: 332px;
    height: 220px;
    background: #222238;
    border-radius: 11px;
}

.main_content_c .parsing_content .parsing_textarea{
    width: 100%;
    height: 124px;
    background: rgba(255,255,255,0.08);
    border-radius: 11px;
    padding: 14px 16px;
}

.main_content_c .parsing_content .parsing_textarea > p{
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.45);
    line-height: 18px;
}

.main_content_c .parsing_content .parsing_textarea .empty_btn{
    height: 17px;
    background: rgba(255,255,255,0.08);
    border-radius: 4px 4px 4px 4px;
    padding: 0 4px;
    position: absolute;
    bottom: 6px;
    left: 16px;
    display: flex;
    align-items: center;

    font-weight: 400;
    color: rgba(255,255,255,0.45);
    line-height: 17px;
    font-size: 12px;
}

.main_content_c .parsing_content .parsing_textarea .empty_btn img{
    width: 15px;
    height: 15px;
}

.main_content_c .parsing_content .parsing_options{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100% - 124px);
}

.main_content_c .parsing_content .parsing_options > a{
    width: 301px;
    height: 38px;
    background: linear-gradient(62deg, #E3B668 0%, #FCECC5 100%);
    border-radius: 100px;

    font-size: 16px;
    font-weight: 500;
    color: #3D2109;
    line-height: 24px;
    margin-bottom: 13px;
}

.main_content_c .parsing_content .parsing_options p{
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.3);
    line-height: 18px;
}

.main_content_c .parsing_content .parsing_options p a{
    font-size: 12px;
    font-weight: 500;
    color: #427EF7;
    line-height: 18px;
    margin-left: 4px;
    text-decoration: underline;
}

.main_content_c .swiper_list{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_content_c .swiper_list .item:nth-child(1),
.main_content_c .swiper_list .item:nth-child(2){
    background: linear-gradient(135deg, #FAF9FF 0%, #D8D0E5 100%);
}

.main_content_c .swiper_list .item:nth-child(3){
    background: linear-gradient(135deg, #FFFBF9 0%, #F2E5CD 100%);
}

.main_content_c .swiper_list .item{
    width: 230px;
    height: 68px;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 17px;
    overflow: hidden;
    cursor: pointer;
}

.main_content_c .swiper_list .item p{
    font-size: 18px;
    font-weight: 400;
    color: #16172F;
    line-height: 28px;
}

.main_content_c .swiper_list .item span{
    font-size: 13px;
    font-weight: 400;
    color: #16172F;
    line-height: 21px;
}

.main_content_c .swiper_list .item img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 72px;
    height: 72px;
}

.main_content .icon_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 29px;
}

.main_content .icon_list .item{
    width: 113px;
    height: 99px;
    background: rgba(255,255,255,0.08);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 9px;
}

.main_content .icon_list .item .icon_c{
    width: 35px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_content .icon_list .item .icon_c::before{
    content: '';
    width: 100%;
    height: 100%;
    opacity: .16;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.main_content .icon_list .item .icon_c img{
    width: 20px;
    height: 20px;
    opacity: 1;
}

.main_content .icon_list .item:nth-child(1) .icon_c::before{
    background: linear-gradient(135deg, #74FFEE 0%, #8C33FD 100%);
}

.main_content .icon_list .item:nth-child(2) .icon_c::before{
    background: linear-gradient(135deg, #FEFFC2 0%, #FF9029 100%);
}

.main_content .icon_list .item:nth-child(3) .icon_c::before{
    background: linear-gradient(135deg, #74FFEE 0%, #8C33FD 100%);
}

.main_content .icon_list .item:nth-child(4) .icon_c::before{
    background: linear-gradient(135deg, #C2FBFF 0%, #29FFB2 100%);
}

.main_content .icon_list .item:nth-child(5) .icon_c::before{
    background: linear-gradient(135deg, #FEFFC2 0%, #FF9029 100%);
}

.main_content .icon_list .item:nth-child(6) .icon_c::before{
    background: linear-gradient(135deg, #FFF4CD 0%, #FF5D29 100%);
}

.main_content .icon_list .item:nth-child(7) .icon_c::before,
.main_content .icon_list .item:nth-child(8) .icon_c::before{
    background: linear-gradient(135deg, #5FE2FF 0%, #2932FF 100%);
}

.main_content .icon_list .item:nth-child(9) .icon_c::before{
    background: linear-gradient(135deg, #FFF4CD 0%, #FF5D29 100%);
}

.main_content .icon_list .item:nth-child(10) .icon_c::before{
    background: linear-gradient(135deg, #FEFFC2 0%, #FF9029 100%);
}

.main_content .icon_list .item p{
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 10px;
}

.main_content .icon_list .item span{
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.3);
    line-height: 16px;
}

.page_common_container{
    width: 100%;
    height: 430px;
}

.page_common_container > img{
    position: absolute;
    top: 0;
    left: 0;
    opacity: .16;
    width: 768px;
    height: 124px;
}

.page_speak_swiper_layer {
    width: 1200px;
    display: flex;
    justify-content: center;
    position: absolute;
    margin: 0 auto;
    left: calc(50% - 600px);
}

.page_speak_swiper_content {
    width: 1200px;
    overflow: hidden;
}

.comment_list .item {
    width: 380px;
    height: 220px;
    box-sizing: border-box;
    background: rgba(26, 26, 53, 1);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: left;
    transition: all .3s ease-in-out;
    margin: 2px;
    z-index: 2;
}

.comment_list .swiper-slide::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.6) 70%, rgba(235,237,240,0) 100%);
    z-index: 1;
    border-radius: 16px;
    opacity: .16;
}

.comment_list .item .top {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.comment_list .item .bottom p {
    color: rgba(255, 255, 255, 1);
    line-height: 22px;
    font-size: 14px;
}

.comment_list .item .top .head {
    width: 56px;
    height: 56px;
    margin-right: 16px;
}

.comment_list .item .top .text p:first-child {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 8px;
}

.comment_list .item .top .text p {
    line-height: 24px;
    font-size: 16px;
}

.comment_list .item .top .text p:last-child {
    color: rgba(255, 255, 255, .6);
}

.comment_list .item .top .head img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.page_speak_swiper_layer .swiper-button-next,
.page_speak_swiper_layer .swiper-button-prev {
    width: 64px;
    height: 64px;
    background: rgba(26, 26, 53, 1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(51, 51, 78, 1) !important;
    border: 2px solid rgba(255,255,255,.04);
}

.page_speak_swiper_layer .swiper-button-next::after,
.page_speak_swiper_layer .swiper-button-prev::after{
    font-size: 26px;
    font-weight: 700;
} 

.page_speak_swiper_layer .swiper-button-next {
    right: -142px !important;
}

.page_speak_swiper_layer .swiper-button-prev {
    left: -142px !important;
}

.page_common_container > h2{
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    color: #fff;
    margin-bottom: 32px;
    text-align: center;
    margin-top: 56px;
}

.zpb_product_list{
    width: 1492px;
    margin: 0 auto 80px;

    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill,364px);
}

.zpb_product_list li{
    width: 364px;
    padding:16px 24px;
    box-sizing: border-box;
    transition:.3s all;
    margin-bottom: 24px;
    z-index: 100;
}

.zpb_product_list li::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.6) 70%, rgba(235,237,240,0) 100%);
    z-index: 1;
    border-radius: 16px;
    opacity: .16;
    z-index: 1;
}

.zpb_product_list li::after{
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: rgba(26, 26, 53, 1);
    border-radius: 16px 16px 16px 16px;
    z-index: 10;
}

.zpb_product_list li > a{
    display: flex;
    justify-content: space-between;
    z-index: 100;
}

.zpb_product_list li > a .list_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 12px 0;
}

.zpb_product_list li > a .list_left_t{
    font-size: 20px;
    height: 28px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    line-height: 28px;
    position: relative;
    display: flex;
    align-items: center;
}

.zpb_product_list li > a .list_left_t > img{
    width: 35px;
    margin-left: 8px;
}

.zpb_product_list li > a .list_left_t::after{
    content: '';
    width: 40px;
    height: 2px;
    border-radius: 10px 10px 10px 10px;
    background: rgba(255, 255, 255, 0.12);
    position: absolute;
    bottom: -16px;
    left: 0;
}

.zpb_product_list li > a .list_left_d{
    font-size: 14px;
    height: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 22px;
    position: relative;
}

.zpb_product_list li > a > img{
    width: 100px;
    height: 100px;
    transition: .3s all;
}

.zpb_product_list li:hover::after{
    background: rgb(34, 34, 64);
}

.zpb_product_list li:hover img{
    transform: scale(1.05);
}

.page_tools_container h2{
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    font-weight: 400;
    margin-top: 80px;
    text-align: center;
    margin-bottom: 48px;
}