


.tts_container{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
}

.tts_vip_banner{
    height: 600px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-image: url(../imgs/vip/top_bg.jpg?ver=1.2);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.tts_vip_banner .left_view{
    width: 46%;
    height: calc(100% - 100px);
    max-width: 700px;
    display: flex;
    flex-direction: column;
}
.tts_vip_banner .left_view .flex{
    flex-grow: 1;
}
.tts_vip_banner .left_view >img{
    width: 100%;
}

.tts_vip_banner .left_view .zk_desc{
    margin-top: 50px;
}

.tts_vip_banner .left_view .zk_item{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 24px;
}

.tts_vip_banner .left_view .xf_btn{
    margin-top: 54px;
    width: 182px;
    height: 56px;
    background: #ffffff;
    border-radius: 4px 4px 4px 4px;

    font-size: 20px;
    font-weight: 500;
    color: #0C0E21;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.tts_vip_banner .left_view .xf_btn .hot_label{
    position: absolute;
    top: -5px;
    right: -5px;
}

.tts_vip_banner .left_view .zk_bottom_desc{
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 40px;
}

.tts_vip_banner >img{
    width: 28%;
    max-width: 440px;
}


.course{
    margin-right: 24px;
    padding: 0 16px;
}

.footer_play_info > a{
    font-size: 12px;
    color: rgba(255, 255, 255, .38);
}


/*swiper banner*/

.tts_swiper_banner{
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.tts_swiper_banner .swiper-button-next, .tts_swiper_banner .swiper-rtl .swiper-button-prev{
    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;
}

.tts_swiper_banner .swiper-button-prev, .tts_swiper_banner .swiper-rtl .swiper-button-next{
    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);
    
}

.swiper-button-next, .swiper-button-prev{
    width: calc(var(--swiper-navigation-size)/ 86 * 44);
}

.swiper_banner{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet{
    width: 32px !important;
    height: 4px !important;
    border-radius: 1px !important;
    background: #303030 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    background: rgba(255, 255, 255, .87) !important;
}
/*swiper banner*/


.tts_modular{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/*mod1*/
.tts_modular_func_one{
    display: flex;
    align-items: center;
    justify-content:space-between;
    background: #F5F5F5;
    width: 100%;
    padding: 134px  0 77px 0;
    box-sizing: border-box;
    width: 1380px;
    position: relative;
}

.tts_video{
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 20;
    display: flex;
}

.tts_video_item:first-child{
    margin-right: 24px;
}

.tts_video_item{
    background: #fff;
    display: inline-block;
    width: 186px;
    height: 154px;
    border-radius: 8px;
    padding: 4px 4px 0 4px;
    box-sizing: border-box;
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.16);
}

.tts_video_top{
    width: 178px;
    height: 100px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tts_video_top > img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tts_video_top > span{
    color: #fff;
    font-size: 32px;
    z-index: 10;
    width: 48px;
    height: 48px;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tts_video_item > p{
    color: rgba(0, 0, 0, .9);
    line-height: 46px;
    font-size: 14px;
    padding-left: 8px;
}

.tts_modular_func_one .text h2{
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    font-size: 24px;
    line-height: 28px;
    margin-top: 16px;
}

.tts_modular_func_one .text .btn_hover{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    height: 44px;
    width: 160px;
    border-radius: 8px;
    margin-top: 48px;
    background: #09090A;
    overflow: hidden;
}

/*mod1*/

.tts_modular_func_two{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
    padding: 64px 0 44px 0;
    box-sizing: border-box;
    width: 1200px;
    position: relative;
    flex-direction: column;
}

.tts_modular_func_two .text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 72px;
}

.tts_modular_func_two .text .img{
    margin-bottom: 16px;
}

.tts_modular_func_two .text h2{
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    font-size: 24px;
    line-height: 28px;
    margin-top: 16px;
}

.tts_modular_func_two .text .btn_hover{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    height: 44px;
    width: 160px;
    border-radius: 8px;
    margin-top: 48px;
    background: #09090A;
    overflow: hidden;
}

.menu_c .menu_item{
    padding: 13px 30px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
    display: block;
    transition: all .1s ease-in-out;
}

.menu_c .menu_item.active,.menu_c .menu_item:hover{
    background: #F7F7F7;
    border-radius: 4px;
    color: #CD9044;
}

.menu_c .menu_item span{
    padding-right: 8px;
}

.right_view{
    width: 0px;
    flex-grow: 1;
    background-color: #fff;
    border-radius: 8px 8px 8px 8px;
}




.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.pagination a{
    min-width: 36px;
    padding: 0 17px;
    height: 36px;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    background: #F7F7F7;
    border-radius: 4px;
    margin: 0 4px;
    font-size: 14px;
    font-weight: 400;
    color: #606266;
    text-decoration: none;
}
.pagination a.disabled{
    color: #A8ABB3;
}
.pagination a.active{
    background: #CD9044;
    color: #ffffff;
}

.tts_modular_func_two .list{
    width: 100%;
}

.tts_modular_func_two .list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tts_modular_func_two .list ul::after{
    content: "";
    flex: auto;
}

.tts_modular_func_two .list ul li{
    margin: 10px;
	width: -webkit-calc((100% - 20px*4)/ 4);
	width: calc((100% - 20px*4)/ 4);
    height: 245px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.16);
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    cursor: pointer;
    position: relative;
}

.tts_modular_func_two .list ul li:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.24);
}

.voice_info_top{
    display: flex;
    background: #E5BBBB;
    height: 128px;
    background-image: url(../imgs/polyline_left.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position-x: 0px;
    background-position-y: 40px;
    padding: 16px 24px;
    box-sizing: border-box;
    align-items: center;
}

.voice_info_top_head{
    position: relative;
}

.voice_info_top_head img{
    width: 92px;
    height: 92px;
    border: 3px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
}

.voice_tag{
    border: 1px solid #ffffff;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 24px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tts_level_tag_3{
    color: #3B2812;
    background: linear-gradient(270deg, #B28344 0%, #EBAE71 100%);
}

.tts_level_tag_2{
    color: #fff;
    background: #F25555;
}

.tts_level_tag_1{
    color: #fff;
    background: #F25555;
}

.voice_info_top_text{
    margin-left: 16px;
    width: calc(100% - 92px);
}

.voice_info_top_text .title{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    color:rgba(0, 0, 0, .9);
}

.voice_info_top_text .intro{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
    color:rgba(0, 0, 0, .9);
}

.voice_info_top_text .numb{
    font-size: 14px;
    line-height: 22px;
    color:rgba(0, 0, 0, .9);
}

.voice_tag_list{
    display: flex;
    padding: 0 16px;
    justify-content: space-between;
    height: 54px;
    width: 100%;
    border-bottom: 1px solid #F4F4F4;
    box-sizing:border-box;
}

.voice_tag_list_item a{
    display: inline-block;
    height: 22px;
    background: #F4F4F4;
    border-radius: 4px;
    padding: 0 8px;
    line-height: 22px;
    margin-left: 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
}

.voice_tag_list > a span{
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
}

.voice_options{
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

.voice_options p span{
    color: rgba(0, 0, 0, .6);
    margin-right: 9px;
}

.voice_options p{
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    display: flex;
    align-items: center;
}

.voice_options a span{
    color: rgba(0, 0, 0, .6);
}

/*mod2*/


/*mod3*/
.tts_modular_func_three{
    padding: 262px 0 202px 0;
    width: 1335px;
    display: flex;
    align-items: flex-start;
}

.tts_modular_func_three .text img{
    margin-top: 46px;
    margin-bottom: 16px;
}

.tts_modular_func_three .text h2{
    font-weight: 400;
    color: rgba(255, 255, 255, .87);
    font-size: 24px;
    line-height: 28px;
}

.tts_modular_func_three .text .btn_hover{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    font-size: 16px;
    height: 44px;
    width: 160px;
    border-radius: 8px;
    margin-top: 48px; 
}

.tts_modular_func_three .text .btn_hover a:nth-child(1) {
    background-color: #fff;
}

.tts_modular_func_three .text .btn_hover a:nth-child(2) {
    color: rgba(0, 0, 0, .9);
}

.tts_modular_func_three .tts_modular_box{
    width: 871px;
    height: 616px;
    position: relative;
}

.tts_modular_func_three .tts_modular_box img{
    width: 100%;
    height: 100%;
    z-index: 20;
    position: absolute;
}

.tts_modular_func_three_tags{
    width: 360px;
    height: 360px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 34%;
    transform: translate(-50%,-50%);
    z-index: 10;
}


.tts_modular_func_three_tags::before {
    content: "";
    width: 500px;
    height: 500px;
    position: absolute;
    left: -70px;
    top: -70px;
    border-radius: 50%;
    animation: borderAnimate 3s ease-out 0s infinite;
    border:10px solid rgba(255, 255, 255, 0.1);
    animation-delay:1.5s;
    opacity: 0;
}

.tts_modular_func_three_tags::after {
    content: "";
    width: 500px;
    height: 500px;
    position: absolute;
    left: -70px;
    top: -70px;
    border-radius: 50%;
    animation: borderAnimate 3s ease-out 0s infinite;
    border:10px solid rgba(255, 255, 255, 0.1);
}

@keyframes borderAnimate {
    0% {
        transform: scale(0.7);
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}


/*mod3*/



/*mod4*/
.tts_modular.list{
    background-image: url(../imgs/modular4_bg.png);
    background-repeat: no-repeat;
    background-position:right 0px top 70px;
}

.tts_modular_func_four{
    width: 1584px;
    padding: 70px 0 40px 0;
    display: flex;
    flex-direction: column;
}

.tts_modular_func_four_top{
    display: flex;
    justify-content: space-between;
}

.tts_modular_func_four_top .text{
    margin-left: 180px;
    margin-top: 108px;
}

.tts_modular_func_four_top .text img{
    margin-bottom: 16px;
}

.tts_modular_func_four_top .text h2{
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 48px;
}

.tts_modular_func_four_top .text .btn_hover{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    font-size: 16px;
    height: 44px;
    width: 160px;
    border-radius: 8px;
}

.func_icon_item{
    display: flex;
    flex-direction: column;
    width: 770px;
}

.func_icon_item .item{
    width: 110px;
    height: 110px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    border:1px solid #fff;
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
}

.func_icon_item .item:hover{
    transform: scale(1.1);
}

.func_icon_item .item p{
    color: rgba(0,0,0,.9);
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
}

.func_icon_item .top{
    display: flex;
    justify-content: space-between;
}

.func_icon_item .bottom{
    display: flex;
}

.mt130{
    margin-top: 130px;
}

.mt16{
    margin-top: 16px;
}

.mt50{
    margin-top: 50px;
}

.ml140{
    margin-left: 140px;
}

.mt48{
    margin-top: 48px;
}

.ml94{
    margin-left: 94px;
}

.ml147{
    margin-left: 147px;
}

.mt40{
    margin-top: 40px;
}

.danmu_item{
    position: absolute;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    width: 120px;
    left: 100%;
}

.danmu_move{
    animation:danmuMove 18s linear infinite;
}

@keyframes danmuMove{
    from {left:100%;}
    to {left:-120px;}
}

.danmu_item span{
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background: #F25555;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    
}

.danmu_item p{
    font-size: 14px;
    color: #fff;
}
/*mod4*/

/*mod5*/
.bullet_chat_container{
    width: 832px;
    height: 432px;
    background: #232326;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
}

.bullet_chat_content{
    width: 800px;
    height: 400px;
    background: #121214;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.tts_modular_func_four_bottom{
    display: flex;
    align-items: center;
    margin-top: 134px;
    justify-content: center;
}

.tts_modular_func_four_bottom .text{
    margin-left: 140px;
}

.tts_modular_func_four_bottom .text img{
    margin-bottom: 16px;
}

.tts_modular_func_four_bottom .text h2{
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 48px;
}

.tts_modular_func_four_bottom .text .btn_hover{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    font-size: 16px;
    height: 44px;
    width: 160px;
    border-radius: 8px;
}
/*mod5*/

/*mod6*/
.tts_modular_func_six{
    display: flex;
    width: 1465px;
    justify-content: space-between;
    align-items: center;
    padding: 244px 0;
}

.tts_modular_func_six .text img{
    margin-bottom: 16px;
}

.tts_modular_func_six .text h2{
    font-weight: 400;
    color: rgba(255, 255, 255, .87);
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 48px;
}

.tts_modular_func_six .text .btn_hover{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    font-size: 16px;
    height: 44px;
    width: 160px;
    border-radius: 8px;
}

.tts_modular_func_six .text .btn_hover a:nth-child(1){
    background-color: #fff;
}

.tts_modular_func_six .text .btn_hover a:nth-child(2) {
    color: rgba(0, 0, 0, .9);
}
/*mod6*/


/*mod7*/
.tts_modular_func_seven{
    display: flex;
    flex-direction: column;
    width: 1200px;
    padding: 120px 0 96px 0;
}

.tts_modular_func_seven_comment{
    width: 100%;

}

.tts_modular_func_seven_comment .title{
    text-align: center;
    margin-bottom: 56px;
}

.comment_list{
    display: flex;
    justify-content: space-between;
}

.comment_list .item{
    width: 384px;
    height: 202px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    border: 2px solid #fff;
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 16%);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-image: url(../imgs/symbol_pic.png);
    background-repeat: no-repeat;
    background-position: left 20px top 70px;
}

.comment_list .item .top{
    display: flex;
    align-items: center;
}

.comment_list .item .top .head img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.comment_list .item .top .head{
    width: 56px;
    height: 56px;
    margin-right: 16px;
}

.comment_list .item .top .head{
    margin-right: 16px;
}

.comment_list .item .top .text p{
    line-height: 24px;
    font-size: 16px;
}

.comment_list .item .top .text p:first-child{
    color: rgba(0, 0, 0, .9);
    margin-bottom: 8px;
}

.comment_list .item .top .text p:last-child{
    color: rgba(0, 0, 0, .6);
}

.comment_list .item .bottom p{
    color: rgba(0, 0, 0, .9);
    line-height: 22px;
    font-size: 14px;
}

.logo_list{
    width: 1200px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.logo_list .item{
    width: 186px;
    height: 80px;
    border-radius: 8px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    cursor: pointer;
    box-shadow: 0px 8px 32px 1px rgba(37, 37, 89, 0.16);
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
}

.logo_list .item:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 24%);
}

.tts_modular_func_seven_news{
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
}

.tts_modular_func_seven_news .title{
    text-align: center;
    margin-bottom: 56px;
}

.tts_swiper_news{
    position: relative;
    overflow: hidden;
}

.news_list{
    position: relative;
}

.news_list .swiper-button-next,
.news_list .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;
}   

.news_list .swiper-button-next, .news_list .swiper-rtl .swiper-button-prev{
    right: -82px !important;
}

.news_list .swiper-button-next:after, .news_list .swiper-button-prev:after{
    font-size: 22px !important;
}

.news_list .swiper-button-prev, .news_list .swiper-rtl .swiper-button-next{
    left: -100px !important;
}

.tts_swiper_news .item{
    width: 282px;
    height: 336px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    border-radius:16px;
    border: 2px solid #fff;
    overflow: hidden;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.tts_swiper_news .item .top{ 
    background: #ccc;
    border-radius: 8px;
    width: 100%;
    height: 188px;
}

.tts_swiper_news .item .top img{ 
    width: 100%;
    height: 188px;
    object-fit: cover;
    border-radius: 8px;
}

.tts_swiper_news .item .text .title{ 
    font-size: 16px;
    color: rgba(0, 0, 0, .9);
    line-height: 24px;
    margin: 16px 0 8px;
    text-align: left;
}

.tts_swiper_news .item .text .intro{ 
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
    line-height: 22px;
    margin-bottom: 4px;
}

.news_data{
    text-align: right;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
}

.tts_modular_func_seven_news .link{
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.tts_modular_func_seven_news .link a{
    border-radius: 100px;
    padding:0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .26);
    color: rgba(0, 0, 0, .9);
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
}

.tts_modular_func_seven_news .link a:hover{
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    background: #fff;
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 8%);
}

.tts_modular_func_seven_news .link a p{
    color: rgba(0, 0, 0, .9);
    line-height: 22px;
}

.tts_modular_func_seven_news .link a span{
    margin-left: 8px;
    color: rgba(0, 0, 0, .9);
    font-size: 14px;
}


/*mod7*/

/*layer*/

.voice_info_top{
    display: flex;
    background: #E5BBBB;
    height: 128px;
    background-image: url(../imgs/polyline_left.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position-x: 0px;
    background-position-y: 40px;
    padding: 16px 24px;
    box-sizing: border-box;
    align-items: center;
}

.voice_info_top_head{
    position: relative;
}

.voice_info_top_head img{
    display: block;
    width: 92px;
    height: 92px;
    border: 3px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
}

.voice_tag{
    border: 1px solid #ffffff;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 48px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svip_tag{
    color: #3B2812;
    background: linear-gradient(270deg, #B28344 0%, #EBAE71 100%);
}

.vip_tag{
    color: #fff;
    background: #F25555;
}

.free_tag{
    color: #fff;
    background: #F25555;
}

.voice_info_top_text .title{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
    color:rgba(0, 0, 0, .9);
}

.voice_info_top_text .intro{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
    color:rgba(0, 0, 0, .9);
}

.voice_info_top_text .numb{
    font-size: 14px;
    line-height: 22px;
    color:rgba(0, 0, 0, .9);
    display: flex;
    align-items: center;
}

.voice_tag_list{
    padding: 0 16px;
    height: 54px;
    width: 100%;
    border-bottom: 1px solid #F4F4F4;
    box-sizing: border-box;
    position: absolute;
    top: 128px;
    left: 0;
    background: #fff;
    z-index: 10;
    transition: all .3s;
    overflow: hidden;
}

.voice_tag_list_item a{
    display: inline-block;
    height: 22px;
    background: #F4F4F4;
    border-radius: 4px;
    padding: 0 8px;
    line-height: 22px;
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    margin: 16px 5px;
}

.voice_tag_list > a span{
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
}

.voice_options{
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
}

.voice_options p span{
    color: rgba(0, 0, 0, .6);
    margin-right: 8px;
    font-size: 14px;
}

.voice_options p{
    color: rgba(0, 0, 0, .6);
    font-size: 13px;
    display: flex;
    align-items: center;
}

.voice_options a span{
    color: rgba(0, 0, 0, .6);
}

.voice_audition_pic{
    width: 92px;
    height: 92px;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.voice_audition_pic_content{
    width: 100%;
    height: 100%;
    background-color: #101011;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: relative;
}

.voice_audition_pic_content > .voice_head_pic{
    padding: 13px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
}

.vitl_content{
    width: 92px;
    height: 92px;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.vitl_container{
    width: 100%;
    height: 100%;
    background-color: #101011;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: relative;
}

.vitl_container > .voice_head_pic{
    padding: 13px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
}

.voice_info_top.tts_level_3{
    background: #E5D2BB;
}

.voice_info_top.tts_level_2{
    background: #BFBCE5;
}

.voice_info_top.tts_level_1{
    background: #BBCCE5;
}

.voice_mask {
    display: none;
}

.voice_tag_list > a {
    position: absolute;
    top: 15px;
    right: 10px;
}

.voice_tag_list_item {
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
    box-sizing: border-box;
}

/*layer*/

.voice_audition_head_info_title > p,
.voice_audition_head_hits_text,
.voice_audition_head_hits_numb,
.audition_type_text,
.close_voice_edit_layer{
    color: rgba(255, 255, 255, .87);
}

.tts_modular_func_one > img{
    width: 832px;
}

.tts_swiper_banner .swiper-slide{
    position: relative;
}

.ad_btn{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left:0;
    top:0;

}

.ad_btn span{

}

.func_pic,
.func_pic_text{
    transition: all .2s;
}

.func_pic:hover,
.func_pic_text:hover{
    transform: scale(1.05);
}

.tts_banner_container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tts_banner_container > img{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.tts_banner_content{
    width: 1160px;
    z-index: 20;
}

.tts_banner_content p{
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.87);
    line-height: 30px;
    margin-top: 16px;
}

.tts_banner_content p strong{
    color: #F25555;
    font-size: 26px;
    margin: 0 2px;
}

.tts_banner_content .swiper_btn_link{
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    background: #fff;
    border-radius: 200px;
    line-height: 24px;
    height: 40px;
    color: #3B2812;
    margin-top: 56px;
}

.tts_banner_content a span{
    font-size: 14px;
    margin-left: 4px;
}

.tts_banner_content a.active{
    color: #F25555;
}

.tts_modular_func_eight{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 150px 0 64px 0;
}

.tts_modular_func_eight .title{
    text-align: center;
    margin-bottom: 56px;
}

.tts_video_tools_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video_tools_item{
    width: 384px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    border: 2px solid #fff;
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 16%);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    justify-content: space-between;
    margin-bottom: 24px;
}

.video_tools_item:hover{
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 24%);
}

.video_tools_qrcode img{
    width: 100px;
    height: 100px;
}

.video_tools_qrcode{
    margin-left: 16px;
}

.video_tools_text h2{
    font-size: 20px;
    font-weight: 600;
    color: #0C0E21;
    line-height: 28px;
    position: relative;
    display: flex;
    align-items: center;
}

.video_tools_text h2 img{
    width: 35px;
    margin-left: 8px;
}

.video_tools_text h2::after{
    content: '';
    width: 40px;
    height: 2px;
    background-color: rgba(0, 0, 0, .12);
    position: absolute;
    bottom: -18px;
    left: 0;
}

.video_tools_text p{
    font-size: 14px;
    font-weight: 400;
    color: #0C0E21;
    line-height: 22px;
    margin-top: 36px;
}



/*首页自适应*/
@media screen and (max-width: 1600px) {
    .tts_modular_func_one,
    .tts_modular_func_three,
    .tts_modular_func_seven{
        width: 1200px;
    }

    .tts_modular_func_one > img{
        width: 640px;
    }

    .tts_modular_func_six > img{
        width: 640px;
    }

    .tts_modular_func_three .tts_modular_box{
        width: 771px;
        height: 550px;
    }

    .tts_modular_func_four_top .text{
        margin-left: 80px;
    }

    .func_icon_item{
        width: 690px;
    }

    .tts_modular_func_four_bottom .text{
        margin-left: 60px;
    }

    .bullet_chat_container{
        width: 732px;
        height: 382px;
    }

    .bullet_chat_content{
        width: 700px;
        height: 350px;
    }
}

@media screen and (max-width: 1366px){

    .tts_modular_func_seven{
        width: 1000px;
    }

    .logo_list{
        width: 1000px;
    }

    .comment_list .item,
    .video_tools_item{
        width: 320px;
    }

    .logo_list .item{
        width: 150px;
    }

    .tts_swiper_news .item{
        width: 240px;
    }

    .tts_modular_func_two{
        width: 1100px;
    }

    .tts_swiper_banner{
        height: 540px;
    }
}

@media screen and (max-width: 1200px) {
    .tts_modular_func_one,
    .tts_modular_func_three{
        width: 1000px;
    }

    .tts_modular_func_one > img{
        width: 560px;
    }

    .tts_modular_func_six > img{
        width: 560px;
    }

    .tts_modular_func_three .tts_modular_box{
        width: 671px;
        height: 500px;
    }

    .bullet_chat_container{
        width: 632px;
        height: 332px;
    }

    .bullet_chat_content{
        width: 600px;
        height: 300px;
    }

    .tts_modular_func_four_bottom .text{
        margin-left: 80px;
    }

    .func_icon_item{
        width: 640px;
    }

    .tts_modular_func_four_top .text{
        margin-left: 40px;
    }

    .func_icon_item .bottom{
        justify-content: space-evenly;
    }

    .func_icon_item .bottom .item{
        margin-left: 0;
    }
}

.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;
}

/*618 banner css start*/
.soe_banner{
    background-image: url(../imgs/soe_pic/soe_banner_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content:center;
}

.soe_banner_container{
    width: 1370px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.soe_left{

}


.soe_left > img{
    width: 664px;
}

.soe_left_c{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.soe_left_c > img{
    height: 260px;
}

.soe_left_c_list{
    display: flex;
    flex-direction: column;
}

.soe_left_c_list p{
    color: #fff;
    font-size: 20px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}


.soe_left_c_list p span{
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
}

.soe_tips{
    margin-top: 16px;
    font-size: 12px;
    color: rgba(255, 255, 255, .38);
}

.soe_right{
    height: 400px;
}
/*618 banner css end*/



















.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;
}





.cursor_p{
    cursor: pointer;
}


.spread_top_banner{
    width: 100%;
    height: 100%;
    background-image: url(../imgs/spread_banner_bg.jpg);
    background-repeat: no-repeat;
    background-color: currentcolor;
    background-position: center;
    color: rgba(14,6,17);
    position: relative;
}

.submit_spread{
    width: 420px;
    height: 64px;
    font-size: 24px;
    font-weight: 500;
    color: #3D2109;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 120px;
    transform: translateX(-50%);
    background-image: url(../imgs/submit_spread_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
}

/*跳转音分轨广告图样式 start*/
.au_tts_banner_content{
    width: 1200px;
    height: 480px;
    margin:80px auto 40px;
}

.au_tts_banner_content .au_top_tit{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 40px;
    text-align: center;
    margin: 48px 0 16px 0 !important;
}

.au_tts_banner_content .au_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.au_tts_banner_content .au_container .au_left img{
    width: 300px;
    margin-top: 16px;
}

.au_tts_banner_content .au_container .au_left .desc{
    font-size: 52px;
    color: #fff;
    line-height: 64px;
}

.au_tts_banner_content .au_container .au_left .desc span{
    color: #13f683;
    font-size: 52px;
}

.au_tts_banner_content .au_container .au_left .tips{
    display: inline-block;
    margin-top: 40px;
    color: #7ff5d3;
    font-size: 24px;
    height: 64px;
    box-sizing: border-box;
    padding: 0 24px;
    border-radius: 32px 8px 32px 8px;
    border: 2px solid #7ff5d3;
    line-height: 60px;
}

.au_tts_banner_content .au_container .au_right img{
    width: 320px;
}

.au_tts_banner_content .au_container .au_right .tit{
    font-size: 40px !important;
    color: #fff !important;
    margin-top: 24px !important;
    text-align: center;
}
/*跳转音分轨广告图样式 end*/

.zpb_other_tools_title{
    font-weight: 500;
    font-size: 48px;
    text-align: center;
    margin-bottom: 48px;
}

.banner_obtain_freevip{
    position: relative;
    cursor: pointer;
    background-image: url(../imgs/banner_freevip_bg_.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_obtain_freevip_c{
    width: 1186px;
    height: 368px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner_obtain_freevip_c .left_c{
    display: flex;
    flex-direction: column;
}

.banner_obtain_freevip_c .left_c span{
    width: 144px;
    height: 33px;
    background: #E44A42;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
}

.banner_obtain_freevip_c .left_c h2{
    font-size: 120px;
    line-height: 156px;
    color: #B28344;
    background-image: -webkit-linear-gradient(left,#927131 0%, #FFFDF5 52%, #927131 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
}

.banner_obtain_freevip_c .left_c p{
    font-size: 32px;
    font-weight: 400;
    color: #C2A886;
    line-height: 38px;
    margin-bottom: 48px;
}

.banner_obtain_freevip_c .left_c button{
    width: 176px;
    height: 64px;
    background: linear-gradient(270deg, #E3B668 0%, #FCECC5 100%);
    border-radius: 100px;
    font-size: 26px;
    font-weight: 400;
    color: #0C0E21;
}


.banner_obtain_freevip > .freevip_banner{
    width: 1184px;
    height: 368px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}




.pwa_tips{
    width: 234px;
    height: 234px;
    background-color: #fff;
    border-radius: 16px;
    position: absolute;
    top: 100%;
    margin-top: 12px;
    padding-top: 9px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 6px 30px 5px rgba(22, 23, 47, 0.05), 0px 16px 24px 2px rgba(22, 23, 47, 0.04), 0px 8px 10px -5px rgba(22, 23, 47, 0.08);
    cursor: pointer;

    opacity: 0;
    visibility: hidden;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    pointer-events: none;
}

.pwa_tips::after{
    content: '';
    width: 100%;
    height: 12px;
    position: absolute;
    top: -12px;
    left: 0;
}

.pwa_tips::before{
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 42px;
}

.pwa_tips .tab_logo_c{
    border-radius: 16px;
    background:#FFF;
    box-shadow: 0px 3px 14px 2px rgba(22, 23, 47, 0.05), 0px 8px 10px 1px rgba(22, 23, 47, 0.06), 0px 5px 5px -3px rgba(22, 23, 47, 0.10);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 32px;
}

.pwa_tips .tab_logo_c img{
    width: 49px;
    height: 46px;
    object-fit: cover;
}

.pwa_tips > button{
    padding: 0 24px;
    height: 40px;
    border-radius: 200px;
    background-color: #16172F;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.pwa_tips > button:hover{
    opacity: .8;
}

.pwa_tips > p{
    color: #737482;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; 
}

.pwa_tips .pwa_close{
    position: absolute;
    right: 16px;
    top: 16px;
    color: #16172F;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}


/*popup start*/
.coupon_popup{
    display: none;
    background: none;
    position: relative;
}

.coupon_popup_model{
    background: none !important;
    box-shadow: none !important;
}

.coupon_popup > a{
    position: absolute;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.56);
    background-color: rgba(255,255,255,.24);
    right: -32px;
    top: -32px;
    border-radius: 50%;
}

.coupon_popup > a span{
    color: rgba(255,255,255,.64);
    font-size: 24px;
}

.coupon_popup_content{
    width: 295px;
    /* height: 429px; */
    background-image: url(../imgs/coupon/coupon_popup_bg.png?ver=1.3);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.coupon_popup_content .top_text{
    height: 96px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 22px;
    justify-content: center;
}

.coupon_popup_content .top_text p{
    font-size: 18px;
    font-weight: 500;
    color: #3D2109;
    line-height: 26px;
    margin-bottom: 4px;
}

.coupon_popup_content .top_text p:last-child{
    margin-bottom: 0;
}

.coupon_popup_content .other_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.coupon_popup_content .other_text > p{
    display: flex;
    align-items: center;

    font-size: 16px;
    font-weight: 500;
    color: #E44A42;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 8px;
}

.coupon_popup_content .other_text > p span{
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin:0 8px;

    width: 24px;
    height: 24px;
    background: #E44A42;
    border-radius: 4px;
}

.coupon_popup_content .other_text .tick_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    width: 100%;
    justify-content: center;
}

.coupon_popup_content .other_text .tick_list .item{
    width: 82px;
    height: 89px;
    background-image: url(../imgs/coupon/popup_sale.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 8px;
}

.coupon_popup_content .other_text .tick_list .item:last-child{
    margin-right: 0;
}

.coupon_popup_content .other_text .tick_list .item > p{
    font-size: 28px;
    font-weight: 500;
    color: #E44A42;
    line-height: 36px;
    display: flex;
    align-items: flex-end;
    height: 44px;
}

.coupon_popup_content .other_text .tick_list .item > p span{
    font-size: 14px;
    color: #E44A42;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 2px;
}

.coupon_popup_content .other_text .tick_list .item span{
    font-size: 12px;
    font-weight: 500;
    color: #16172F;
    line-height: 24px;
    margin-top: auto;
}

.coupon_popup_content .other_text > button{
    width: 252px;
    height: 48px;
    background: linear-gradient(62deg, #E3B668 0%, #FCECC5 100%);
    border-radius: 100px 100px 100px 100px;

    font-size: 18px;
    font-weight: 500;
    color: #3D2109;
    line-height: 26px;
    margin-top: auto;
    margin-bottom: 24px;
}

.coupon_popup_content .other_text > button.disable{
    pointer-events: none;
    opacity: .7;
}

/*popup end*/