.tts_page_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 76%;
    height: 320px;
    z-index: 100;
}

.tts_page_content_text{
    display: flex;
    flex-direction: column;
}

.tts_page_content_text > p{
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 110px;
    height: 110px;
    display: flex;
    align-items: baseline;
}

.tts_page_content_text > p > strong{
    color: #EB465C;
    font-size: 86px;
    font-weight: 700;
    line-height: 110px;
    height: 110px;
}

.page_content_tips{
    width: 480px;
    height: 54px;
    background: linear-gradient(270deg, #E3B668 0%, #FCECC5 100%);
    border-radius: 100px 100px 100px 100px;
    color: #3D2109;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 54px;
    margin-top: 30px;
}

.tts_page_content_text > .active{
    margin-left: 192px;
}

.tts_page_content_qrcode{
    background-color: #fff;
    border-radius: 16px;
    width: 260px;
    height: 288px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.tts_page_content_qrcode img{
    width: 240px;
    height: 240px;
    margin: 10px 10px 0 10px;
}

.tts_page_content_qrcode > p{
    color: rgba(0, 0, 0, .6);
    font-size: 16px;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
}

.buy_news_swiper .rand_list{
    display: flex;
    align-items: center;
    border-radius:100px;
    background: rgba(0, 0, 0, 0.04);
    margin-bottom: 8px;
    padding: 0 24px;
    height: 40px;
}

.buy_news_swiper .rand_list img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
}

.buy_news_swiper .rand_list p{
    font-size: 20px;
    color: rgba(0, 0, 0, .85);
    font-size: 500;
}

.buy_news_swiper .rand_list .name{
    margin-right: 16px;
}

.page_buy_news{
    width: 1200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 86px;
    position: relative;
}

.tts_video{
    top: -100px !important;
}

.buy_news_swiper{
    height: 40px;
    overflow: hidden;
    width: auto !important;
}

.page_buy_news > img{
    margin-right: 8px;
}

.page_voice_list{
    width: 1410px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto 100px;
}

.page_voice_items{
    box-sizing: border-box;
    box-shadow: 0px 33px 60px 1px rgba(37, 37, 89, 0.16);
    border-radius: 16px 16px 16px 16px;
    border: 2px solid #fff;
    width: 454px;
    height: 490px;
    padding: 0 24px;
    display: flex;
    flex-direction:column;
    align-items: center;
    margin-bottom: 24px;
}

.page_voice_items_title{
    width: 117px;
    height: 24px;
    background-image: url(../imgs/page/page_title.png);
    background-repeat: no-repeat;
    margin: 32px auto 42px;
    position: relative;
}

.ysjs{background-position: 0px -20px;}
.yxdm{background-position: -141px -20px;}
.zmt{background-position: -278px -20px;}
.jypx{background-position: 0px -64px;}
.xwzx{background-position: -141px -64px;}
.qgdt{background-position: -278px -64px;}

.page_voice_items .item_tit::after{
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    left: -36px;
    top: 0;
    background-image: url(../imgs/page/page_title.png);
    background-repeat: no-repeat;
    background-position: 0px -104px;
}

.page_voice_items .item_tit::before{
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    right: -36px;
    top: 0;
    background-image: url(../imgs/page/page_title.png);
    background-repeat: no-repeat;
    background-position: 0px -104px;
}

.page_voice_items_list{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.page_voice_items_list > .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    border-bottom: 1px solid #F0F0F0;
    padding: 16px 0;
}

.page_voice_items_list .item:last-child{
    border-bottom: none;
}

.page_voice_items_list .item .info{
    display: flex;
    align-items: center;
    cursor: pointer;

}

.page_voice_items_list .item .info .info_label{
    position: relative;
    height: 64px;
    width: 56px;
    text-align: center;
}

.page_voice_items_list .item .info .info_label img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.page_voice_items_list .item .info .info_label .svip{
    width: 42px;
    height: 20px;
    background: linear-gradient(270deg, #E3B668 0%, #FCECC5 100%);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    color: #3B2812;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    left: 7px;
    bottom: 0;
    text-align: center;
}

.page_voice_items_list .item .info .info_text .name{
    color: rgba(0, 0, 0, .85);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.page_voice_items_list .item .info .info_text .intro{
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.page_voice_items_list .item .info .info_text .intro span{
    border-radius: 4px 4px 4px 4px;
    height: 22px;
    box-sizing: border-box;
    border: 1px solid #D69A40;
    padding: 0 8px;
    color: #D69A40;
    font-size: 12px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_voice_items_list .item .info .info_text{
    margin-left: 16px;
}

.page_voice_items_list .item .audio{
    display: flex;
    align-items: center;
}

.page_voice_items_list .item .audio .item{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 32px;
}

.page_voice_items_list .item .audio .item:last-child{
    margin-right: 0;
}

.page_voice_items_list .item .audio .item div{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    cursor: pointer;
}

.page_voice_items_list .item .audio .item p{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
    text-align: center;
    margin-top: 4px;
}

.page_more_voice{
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    height: 40px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    margin-top: 20px;
}

.page_more_voice span{
    font-size: 20px;
}

.page_voice_items_list .item .audio .item .voice_mask{
    display: none;
}

.page_side{
    width: 112px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 500;
    display: flex;
    flex-direction: column;
    transition: .15s ease-in-out;
    background-color: #fff;
    box-shadow: 0px 4px 24px 1px rgba(37, 37, 89, 0.16);
    padding: 10px 0;
    border-radius: 0 8px 8px 0;
}

.page_side .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.page_side .item:last-child{
    margin-bottom: 0;
}

.page_side .item .icon_bg{
    width: 32px;
    height: 32px;
    background-image: url(../imgs/page/page_title.png);
    background-repeat: no-repeat;
}

.page_side .item .icon_bg.one{background-position: 0px -132px;}
.page_side .item .icon_bg.two{background-position: -32px -132px;}
.page_side .item .icon_bg.three{background-position: -64px -132px;}
.page_side .item .icon_bg.four{background-position: -96px -132px;}

.page_side .item p{
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 20px;
    margin-top: 4px;
}

.page_video_swiper{
    background-color: #000000;
    width: 100%;
    height: 1080px;
    overflow: hidden;
    position: relative;
}

.page_video_swiper_tit{
    text-align: center;
    width: 100%;
    margin: 120px auto;
}

.page_video_swiper_bg{
    width: 500px;
    height: 500px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 45%;
    top: 34%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.page_video_swiper_bg::before{
    content: "";
    width: 800px;
    height: 800px;
    position: absolute;
    left: -70px;
    top: -70px;
    border-radius: 50%;
    animation: borderAnimate 3s ease-out 0s infinite;
    background-color: rgba(255, 255, 255, 0.1);
    animation-delay: 1.5s;
    opacity: 0;
}

.page_video_swiper_bg::after{
    content: "";
    width: 800px;
    height: 800px;
    position: absolute;
    left: -70px;
    top: -70px;
    border-radius: 50%;
    animation: borderAnimate 3s ease-out 0s infinite;
    background-color: rgba(255, 255, 255, 0.1);
}

.page_video_swiper_content img{
    width: 300px;
}

.page_video_swiper_content .swiper-slide{
    width: auto !important;
}

.page_video_swiper_layout{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 100;
    position: absolute;
}

.page_video_swiper_content{
    width: 1500px;
    overflow: hidden;
    
}

.page_video_swiper_layout .swiper-button-next{
    right: 6% !important;
    color: rgba(0, 0, 0, 0) !important;
    background-image: url(../imgs/banner_next.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 44px !important;
    height: 86px;
}

.page_video_swiper_layout .swiper-button-prev{
    left: 6% !important;
    color: rgba(0, 0, 0, 0) !important;
    background-image: url(../imgs/banner_next.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 86px;
    width: 44px !important;
    transform: rotate(180deg);
}

.page_video_demo{
    display: none;
    width: 800px;
    height: 540px;
    border-radius: 8px;
    position: relative;
    text-align: center;
}

.page_video_demo > .close_page_video_demo{
    position: absolute;
    color: #fff;
    font-size: 22px;
    right: 24px;
    top: 24px;
    z-index: 10;
}

.video_content{
    height: 540px;
    margin: 0 auto;
}

.page_up_swiper_content .swiper-slide{
    width: 224px;
    height: 112px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    
    border-radius: 16px 16px 16px 16px;
    border: 2px solid #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    box-sizing: border-box;
}

.up_head{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.up_info{
    display: flex;
    flex-direction: column;
}

.up_name{
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
}

.up_position{
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    margin: 4px 0 8px 0;
}

.up_position span{
    color: #D69A40;
    margin-left: 4px;
    font-size: 12px;
}

.up_fans_num{
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
}

.page_up_swiper_layer,
.page_speak_swiper_layer{
    width: 1220px;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 0 auto;
}

.page_up_swiper_content,
.page_speak_swiper_content{
    width: 1220px;
    overflow: hidden;
}

.page_up_swiper{
    margin-bottom: 30px;
}

.page_up_swiper_content .swiper-wrapper,
.page_speak_swiper_content .swiper-wrapper{
    justify-content: space-between;
}

.page_up_swiper_layer .swiper-button-prev,
.page_speak_swiper_layer .swiper-button-prev{
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .6) !important;
    left: -100px !important;
    top: 48px;
}

.page_speak_swiper_layer .swiper-button-prev,
.page_speak_swiper_layer .swiper-button-next{
    top: 92px !important;
}

.page_up_swiper_layer .swiper-button-prev::after,
.page_up_swiper_layer .swiper-button-next::after,
.page_speak_swiper_layer .swiper-button-prev::after,
.page_speak_swiper_layer .swiper-button-next::after{
    font-size: 24px;
    font-weight: bold;
}

.page_up_swiper_layer .swiper-button-next,
.page_speak_swiper_layer .swiper-button-next{
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .6) !important;
    right: -100px !important;
    top: 48px;
}

.comment_list .item{
    box-shadow: initial;
}

.page_speak_swiper{
    margin-top: 220px;
}

.tts_modular_func_eight{
    padding: 100px 0 64px 0;
}

.comment_list .item{
    background: #fff;
}

@media screen and (max-width: 1540px) {

    .tts_page_content_text > p{
        font-size: 50px;
    }

    .tts_page_content_text > p > strong{
        font-size: 76px;
    }

    .page_voice_list{
        width: 1340px;
    }

    .page_voice_items{
        width: 420px;
        padding: 0 16px;
    }

    .tts_swiper_banner{
        height: 600px;
    }
}

@media screen and (max-width: 1440px) {

    .tts_page_content_text > p{
        font-size: 40px;
    }

    .tts_page_content_text > p > strong{
        font-size: 66px;
    }

    .page_voice_list{
        width: 1240px;
    }

    .page_voice_items{
        width: 400px;
        padding: 0 10px;
    }

    .tts_swiper_banner{
        height: 600px;
    }
}

@media screen and (max-width: 1366px) {

    .tts_page_content_text > p{
        font-size: 30px;
    }

    .tts_page_content_text > p > strong{
        font-size: 56px;
    }

    .page_voice_list{
        width: 1100px;
    }

    .page_voice_items{
        width: 500px;
        padding: 0 24px;
    }

    .tts_swiper_banner{
        height: 600px;
    }
}

@media screen and (max-width: 1240px) {

    .page_voice_list{
        width: 960px;
    }

    .page_voice_items{
        width: 460px;
        padding: 0 24px;
    }

    .tts_swiper_banner{
        height: 600px;
    }
}

@media screen and (max-width: 1024px) {

    .page_voice_list{
        width: 900px;
    }

    .page_voice_items{
        width: 420px;
        padding: 0 16px;
    }

    .tts_swiper_banner{
        height: 600px;
    }
}

@media screen and (max-width: 800px) {

    .page_voice_list{
        width: 640px;
    }

    .page_voice_items{
        width: 600px;
        padding: 0 24px;
    }

    .tts_swiper_banner{
        height: 600px;
    }
}

.tts_vip_banner{
    height: 600px;
    width: 100%;
    background: #121212;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../imgs/vip_banner_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}   

.tts_vip_banner > h2{
    color: #F2D375;
    font-size: 32px;
    line-height: 37.5px;
    margin-top: 16px;
    font-weight: 500;
}

.tts_vip_banner > img{
    margin-top: 180px;
}

.tts_vip_banner > a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #F2D375;
    color: #3B2812;
    font-size: 20px;
    line-height: 28px;
    padding: 11px 32px;
    margin-top: 57px;
    transition: all .3s;
    position: relative;
}

.tts_vip_banner > a::before{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100px;
    position: absolute;
    animation: ripple 1s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(242, 211, 117, 0.1), 0 0 0 8px rgba(242, 211, 117, 0.1), 0 0 0 16px rgba(242, 211, 117, 0.1), 0 0 0 24px rgba(242, 211, 117, 0.1);
    }
    100% {
        box-shadow: 0 0 0 8px rgba(242, 211, 117, 0.1), 0 0 0 16px rgba(242, 211, 117, 0.1), 0 0 0 24px rgba(242, 211, 117, 0.1), 0 0 0 32px rgba(0, 128, 0, 0);
    }
}

.tts_count_down{
    width: 1200px;
    height: 110px;
    background: url(../imgs/count_down_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
}

.tts_count_down_numb{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 540px;
    margin-top: 20px;
}

.tts_count_down_numb > p{
    color: #3B2812;
    font-size: 14px;
    font-weight: 500;
}

.count_down_box{
    width: 40px;
    height: 40px;
    background: #3B2812;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .87);
    font-weight: bold;
    border-radius: 4px;
    margin: 0 8px;
}

.tts_count_down_tips{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tts_count_down_tips > a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 100px;
    background: linear-gradient(270deg, #FFE8A0 0%, #FFFFFF 100%);
    color: #3B2812;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    padding: 11px 24px;
    box-sizing: border-box;
}

.tts_count_down_tips > a > span{
    color: #F25555;
}

.theTutorialLayer{
    width: 960px;
    height: 540px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: none;
}

.theTutorialLayer > a{
    color: #fff;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 32px;
    text-shadow: 0 0 4px rgb(0 0 0 / 40%);
    z-index: 100;
}

.theTutorialLayer video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.person_index_questions{
    width: 1200px;
}













































































