


.banner {
    background: #232326;
}
.tts_content {
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.back_art_list{
    display: inline-flex;
    align-items: center;
    margin: 44px 0 36px 0;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    line-height: 24px;
    width: 1200px
}


.back_art_list > a{
    color: rgba(0, 0, 0, 0.6);
}
.back_art_list > span{
    margin: 0 8px;
}

.tts_content .person_detail {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tts_content .detail_content{
    width: 890px;
    position: relative;
}

.tts_content .detail_content .left_options{
    width: 80px;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    left: -90px;
}

.tts_content .detail_content .left_options .left_option{
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.tts_content .detail_content .left_options .left_option:hover .iconfont{
    color: #D69A40FF;
}
.tts_content .detail_content .left_options .left_option:hover .text{
    color: #D69A40FF;
}

.tts_content .detail_content .left_options .left_option .iconfont{
    transition: all .3s ease-in-out;
    font-size: 45px;
    color: #00000040;
}
.tts_content .detail_content .left_options .left_option:nth-child(1) .iconfont{
    font-size: 36px;
    font-weight: 700;
}
.tts_content .detail_content .left_options .left_option:nth-child(3) .iconfont{
    font-size: 34px;
    font-weight: 700;
}

.tts_content .detail_content .left_options .left_option .text{
    transition: all .3s ease-in-out;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25);
}

.tts_content .detail_content .left_options .left_option:hover .hover_show{
    opacity: 1;
    visibility: visible;
}
.tts_content .detail_content .left_options .left_option .hover_show{
    position: absolute;
    width: 220px;
    height: 248px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    
    margin-top: 12px;
    top: 100%;
    left: -77px;
    z-index: 11;
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.16);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.tts_content .detail_content .left_options .left_option .hover_show::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    left: 103px;
}

.tts_content .detail_content .left_options .left_option .hover_show .ewm_show{
    width: 160px;
    height: 160px;
}


.tts_content .detail_content .left_options .left_option .hover_show .ewm_text{
    margin-top: 12px;
    width: 160px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.tts_content .side_content{
    width: 282px;
    margin-bottom: 48px;
}
.tts_content .detail_content .top_detail{
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    padding: 32px 24px;
}

.top_title_c{
    display: flex;
    flex-direction: row;
}
.top_title_c h1{
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    width: 0px;
    flex-grow: 1;
}
.top_title_c .price_{
    margin-left: 40px;
    font-size: 16px;
}
.top_title_c .price_:nth-child(3){
    margin-left: 16px;
}

.top_title_c .price_ > span{
    color: #EB465C;
}
.top_title_c .price_ > span > span{
    font-size: 24px;
    font-weight: 700;
}

.person_info{
    display: flex;
    margin-top: 32px;
}
.person_info .head_c{
    width: 92px;
    height: 92px;
    position: relative;
}
.person_info .head_c .head{
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 2px solid #F5F6FA;
}
.person_info .head_c .on_line{
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background: #0FCE8C;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
}
.person_info .info_ {
    margin-left: 16px;
    width: 0px;
    flex-grow: 1;
}
.person_info .info_ .info_top{
    display: flex;
    align-items: center;
}

.person_info .info_ .info_top .name{
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.person_info .info_ .info_top .label{
    height: 20px;
    padding: 0 8px;
    background: #0C0E21;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    font-weight: 500;
    color: #C2A886;
    line-height: 20px;
    margin-left: 8px;
}

.person_info .info_ .info_top .data_num{
    margin-left: 16px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    line-height: 20px;
}

.person_info .info_ .person_desc{
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
}
.person_info .place_order{
    width: 98px;
    height: 40px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #D69A40;
    font-size: 14px;
    font-weight: 500;
    color: #D69A40;
    line-height: 40px;
    text-align: center;
    margin-left: 48px;
    cursor: pointer;
}

.person_swiper_c{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.person_swiper_c .swiper_{
    width: 700px;
    height: 394px;
    background: #515151;
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
    position: relative;
}


.swiper-button-next:after, .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: "";
}

.swiper-button-prev{
    transform: rotate(180deg);
}
.swiper-button-next, .swiper-button-prev{
    background-image: url('../imgs//person/detail/swoper_arr.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



.person_swiper_c .swiper_ .swiper-slide{
    position: relative;
    cursor: pointer;
}

.person_swiper_c .swiper_ .swiper-slide > .iconfont{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100px 100px 100px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    font-size: 30px;
    padding-left: 5px;
    box-sizing: border-box;
    color: #ffffff;
    opacity: 1;
}
.person_swiper_c .swiper_ .swiper-slide .iconfont:hover{
    opacity: .7;
}

.person_swiper_c .swiper_ .swiper-slide .iconfont.playing{
    transform: scale(2);
    opacity: 0!important;
}

.person_swiper_c .swiper_ .swiper-slide .video_{
    width: 100%;
    height: 100%;
}

.person_swiper_c .playing .desc_{
    display: none;
}


.person_swiper_c .playing .swiper-button-prev{
    left: -35px;
}
.person_swiper_c .playing .swiper-button-next{
    right: -35px;
}
.person_swiper_c .playing .videoSwiperLayer_bottomTitle{
    bottom: -44px;
}

.person_swiper_c .playing:hover .swiper-button-prev{
    left: 0px;
}
.person_swiper_c .playing:hover .swiper-button-next{
    right: 0px;
}

.person_swiper_c  .xgplayer-skin-default.xgplayer-pause  .xgplayer-controls{
    display: none;
}
.person_swiper_c .xgplayer-replay{
    display:none!important;
}

.person_swiper_c .xgplayer-skin-default .xgplayer-controls{
}
.person_swiper_c .xgplayer-skin-default .xgplayer-drag{
    background-color: #C2A886FF;
}

.person_swiper_c .xgplayer-skin-default .xgplayer-drag::after{
    background-color: #C2A886FF;
}
.person_swiper_c  .xgplayer-skin-default .xgplayer-progress-played{
    background-image: linear-gradient(-90deg,#C2A886FF,#C2A886FF);
}
.person_swiper_c  .swiper-button-lock{
    display: block;
}
.person_swiper_c  .xgplayer-skin-default.xgplayer-is-enter .xgplayer-enter {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.person_swiper_c  .xgplayer-skin-default .xgplayer-enter .xgplayer-enter-spinner {
    left: 0 !important;
    top: 0 !important;
    -webkit-transform: scale(.3) !important;
    -ms-transform: scale(.3) !important;
    transform: scale(.3) !important;
}



.person_swiper_c .swiper_ .swiper-slide .desc_{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0 32px;
    width: 100%;
    height: 44px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 999;
    box-sizing: border-box;
}

.person_swiper_c .person_items{
    width: 126px;
    display: flex;
    flex-direction: column;
}

.person_swiper_c .person_items .person_item{
    width: 122px;
    height: 68px;
    overflow: hidden;
    border-radius: 8px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 13.5px;
    cursor: pointer;
    position: relative;
}


.person_swiper_c .person_items .person_item::before{
    content: " ";
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.person_swiper_c .person_items .person_item.active::before{
    opacity: 0;
}
.person_swiper_c .person_items .person_item .person_item_title{
    margin: 8px 12px;
    
    font-size: 12px;
    color: #ffffff;
    line-height: 12px;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    opacity: 1;
    transition: all .3s ease-in-out;
}
.person_swiper_c .person_items .person_item.active .person_item_title{
    opacity: 0;
}

.person_swiper_c .person_items .person_item:last-child{
    margin-bottom: 0px;
}


.sound_list{
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    padding: 32px 24px;
    margin-top: 24px;
}

.sound_list .head_{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.sound_list .head_ .title_{
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
}

.sound_list .head_ .right_btn{
    width: 136px;
    height: 40px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sound_item{
    margin-top: 24px;
    background: #FFFFFF;
    box-shadow: 0px 12px 40px 1px rgba(37, 37, 89, 0.12);
    border-radius: 16px 16px 16px 16px;
    padding: 16px 32px 20px 16px;
    display: flex;
    align-items: center;
}



.sound_item .sound_cover{
    position: relative;
    user-select: none;
    width: 104px;
    height: 104px;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
}


.sound_item .sound_cover img{
    width: 100%;
    height: 100%;
}
.sound_item .sound_cover .draw{
    position: absolute;
    width: 100%;
    height: 35%;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    pointer-events: none;
}
.sound_item .sound_cover .music_btn{
    font-family: "iconfont" !important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);

}
.sound_item .sound_cover .music_btn::after{
    content: "\e63a";
}

.sound_item .sound_cover .music_btn.load::after{
    content: "\e632";
    -webkit-animation:music_btn_load 1s linear infinite;
}

@-webkit-keyframes music_btn_load{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}


.sound_item .sound_cover .music_btn.play::after{
    content: "\e628";
}

.sound_item .sound_info{
    width: 0px;
    flex-grow: 1;
    margin-left: 16px;
}

.sound_item .sound_info .sound_title{
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sound_item .sound_waveform{
    height: 44px;
    overflow: hidden;
    position: relative;
}
.sound_item .sound_waveform[data-ctime]::after{
    pointer-events: none;
    content: attr(data-ctime);
    position: absolute;
    bottom: 0px;
    left: 0;
    border-radius: 2px;
    color: #ffffff;
    z-index: 33;

    width: 42px;
    height: 20px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}


.sound_item .sound_waveform[data-time]::before{
    pointer-events: none;
    content: attr(data-time);
    position: absolute;
    bottom: 0px;
    right: 0;
    border-radius: 2px;
    color: #ffffff;
    z-index: 33;

    width: 42px;
    height: 20px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

.sound_item .sound_tags{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    min-height: 28px;
}
.sound_item .sound_tags .sound_tag{
    height: 22px;
    background: #F4F4F4;
    border-radius: 4px 4px 4px 4px;
    padding: 0 8px;
    line-height: 22px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 6px;
    margin-right: 8px;

}

.sound_item .sound_options{
    margin-left: 40px;
    display: flex;
}
.sound_item .sound_options .iconfont{
    width: 24px;
    height: 24px;
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    color: #C4C4C4FF;
    position: relative;
}
.sound_item .sound_options .iconfont:first-child{
    margin-left: 0px;
}

.sound_item .sound_options .iconfont::after{
    opacity: 0;
    transition:.3s all ease-in-out;
    content: attr(data-desc);
    position: absolute;
    padding: 2px 4px;
        
    background: #C4C4C4;
    border-radius: 2px 2px 2px 2px;

    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    white-space: nowrap;
    top: -25px;
}
.sound_item .sound_options .iconfont:hover:after{
    opacity: 1;
}

.sound_item .sound_options .iconfont.sound_collect.active::before{
    content: "\e63b";
}
.sound_item .sound_options .iconfont.sound_collect.active{
    color: #D69A40;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}


.intro_yueyin{
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    margin: 24px 0;
    overflow: hidden;
}
.intro_yueyin_top {
    background-image: url('../imgs/person/detail/intro_yueyin_top.png');
    height: 120px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 50px;
    justify-content: space-between;
}
.intro_yueyin_top .desc_texts{
    display: flex;
    flex-direction: column;
    transform: translateY(15px);
}
.intro_yueyin_top .desc_texts img{
    width: 350px;
    display: block;
}
.intro_yueyin_top .desc_texts div{
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 10px;
}

.intro_yueyin_top .desc_texts div span{
    color: #EB465C;
}

.intro_yueyin_top .btn_{
    width: 96px;
    height: 40px;
    background: #C2A886;
    border-radius: 4px 4px 4px 4px;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 40px;
    text-align: center;
}
.intro_yueyin_bottom{
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
}


.intro_yueyin_bottom .intro_item{
    display: flex;
    flex-direction: column;
}

.intro_yueyin_bottom .intro_item .intro_t{
    display: flex;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    align-items: center;
    padding-bottom: 4px;
}

.intro_yueyin_bottom .intro_item .intro_t img{
    width: 24px;
    height: 24px;
    margin-right: 4px;
}
.intro_yueyin_bottom .intro_desc {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.other_person{
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    padding: 16px;
}

.other_person .title_{
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
}


.other_person_item{
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}


.other_person_item:last-child{
    border-bottom: none;
}

.other_person_item .other_person_info{
    display: flex;
    padding-bottom: 4px;
}
.other_person_item .other_person_info .head_c{
    width: 48px;
    height: 48px;
    position: relative;
}
.other_person_item .other_person_info .head_c .head{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #F5F6FA;
}
.other_person_item .other_person_info .head_c .on_line{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: #0FCE8C;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
}
.other_person_item .other_person_info .info_ {
    margin-left: 13px;
    width: 0px;
    flex-grow: 1;
}
.other_person_item .other_person_info .info_ .info_top{
    display: flex;
    align-items: center;
}

.other_person_item .other_person_info .info_ .info_top .name{
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.other_person_item .other_person_info .info_ .info_top .label{
    height: 20px;
    padding: 0 8px;
    background: #0C0E21;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    font-weight: 500;
    color: #C2A886;
    line-height: 20px;
    margin-left: 4px;
}

.other_person_item .other_person_info .info_ .person_desc{
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 20px;
    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.other_person_item .other_person_sound{
    margin-top: 8px;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0 16px;
    display: flex;
    align-items: center;
}
.other_person_item .other_person_sound .text{
    width: 0px;
    flex-grow: 1;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}

.other_person_item .other_person_sound .play_btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.other_person_item .other_person_sound .play_btn span{
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #666666;
    cursor: pointer;
}
.other_person_item .other_person_sound .play_btn span::after{
    content: "\e63a";
    display: block;
}

.other_person_item .other_person_sound .play_btn.load span::after{
    content: "\e632";
    -webkit-animation:music_btn_load 1s linear infinite;
    color: #D7A264;
}

.other_person_item .other_person_sound .play_btn.load{
    border-color: #D7A264;
    cursor: auto;
}

.other_person_item .other_person_sound .play_btn.play{
    border-color: #D7A264;
    cursor: pointer;
}
.other_person_item .other_person_sound .play_btn.play span{
    position: absolute;
    bottom: 6px;

    width: 2px;
    height: 12px;
    background-color: #D7A264;
    animation:1s play_line_anim2 infinite linear;
}
.other_person_item .other_person_sound .play_btn.play span::after{
    content: "";
    width: 2px;
    height: 2px;
    background-color: #D7A264;
    animation:1s play_line_anim1 infinite linear;
    position: absolute;
    left: -4px;
    bottom: 0px;
}

.other_person_item .other_person_sound .play_btn.play span::before{
    content: "";
    width: 2px;
    height: 7px;
    background-color: #D7A264;
    animation:1s play_line_anim3 infinite linear;
    position: absolute;
    right: -4px;
    bottom: 0px;
}



@keyframes play_line_anim1 {
    0% {
        height: 2px;
    }

    25% {
        height: 7px;
    }

    50% {
        height: 12px;
    }

    75% {
        height: 7px;
    }

    100% {
        height: 2px;
    }
}

@keyframes play_line_anim2 {
    0% {
        height: 12px;
    }

    25% {
        height: 7px;
    }

    50% {
        height: 2px;
    }

    75% {
        height: 7px;
    }

    100% {
        height: 12px;
    }
}

@keyframes play_line_anim3 {
    0% {
        height: 7px;
    }

    25% {
        height: 12px;
    }

    50% {
        height: 7px;
    }

    75% {
        height: 2px;
    }

    100% {
        height: 7px;
    }
}


.intro_zpb{
    margin-top: 24px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
}

.intro_zpb .title_{
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    padding: 24px 24px 0;
}
.intro_zpb .zpb_ewm{
    width: 120px;
    height: 120px;
    display: block;
    margin: 24px auto 8px;
}
.intro_zpb .intro_zpb_text{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 20px;
}
.intro_zpb .intro_img{
    display: block;
    width: 100%;
}





button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.collect .active{
    /* background-image: -webkit-radial-gradient(circle, #C2A886, #0C0E21, #0C0E21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    color: rgb(196, 132, 93) !important;
}

.voiceTotalNumb{
    overflow:hidden;
    line-height:30px;
    height:30px;
    margin-right: 4px;
}
.voiceTotalNumb span{
    font-size: 28px;
    font-weight: bold;
    position: absolute;
}

.voiceTotalNumb{
    display: inline-flex;
    transform: translateY(7px);
    justify-content: flex-end;
    margin: 0 3px;
}

.voiceTotalNumb::before{
    content: '';
    height: 30px;
    display: inline-block;
}

.voiceTotalNumb span{
    display: block;
    position: initial;
    transition: all .3s ease-in-out;
}

.voiceTotalNumb span[data-num='1']{
    margin-top: -30px;
}

.voiceTotalNumb span[data-num='2']{
    margin-top: -60px;
}

.voiceTotalNumb span[data-num='3']{
    margin-top: -90px;
}

.voiceTotalNumb span[data-num='4']{
    margin-top: -120px;
}

.voiceTotalNumb span[data-num='5']{
    margin-top: -150px;
}

.voiceTotalNumb span[data-num='6']{
    margin-top: -180px;
}

.voiceTotalNumb span[data-num='7']{
    margin-top: -210px;
}

.voiceTotalNumb span[data-num='8']{
    margin-top: -240px;
}

.voiceTotalNumb span[data-num='9']{
    margin-top: -270px;
}

.breadCrumbsTheArrow{
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}


.sound_cates{
    margin-top: 32px;
    display: flex;
}
.sound_cates .name{
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
}

.sound_cates .sound_cate_c{
    width: 0px;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.sound_cates .sound_cate_c .sound_cate{
    margin-left: 16px;
    margin-bottom: 10px;
    padding: 4px 8px;
    background: #F5F5F5;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.sound_cates .sound_cate_c .sound_cate.active{
    background: #C2A886;
    color: #ffffff;
}

.video_over_view{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    bottom: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    padding: 50px 56px;
}

.video_over_view.active{
    display: block;
}

.video_over_view_container{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 1px dashed rgba(255, 255, 255, 0.56);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.video_over_view_container .list{
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_over_view_container .item{
    margin: 0 12px;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.video_over_view_container .item span,
.video_over_view_container .item p{
    color: #fff;
}

.video_over_view_container .item span{
    font-size: 24px;
}

.video_over_view_container .item.active span{
    font-size: 22px;
}

.video_over_view_container .item.active1 span{
    font-size: 20px;
}

.video_over_view_container .item p{
    margin-top: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
}

.contactTa{
    height: 40px;
    border: 1px solid #D69A40;
    box-sizing: border-box;
    background: none;
    border-radius: 8px;
    padding: 0 10px;
    color: #D69A40;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
    outline: none;
    user-select: none;
    margin-top: 24px;
}

.video_over_view_container .item.active{
    position: relative;
    margin-right: 32px;
}

.video_over_view_container .item.active1 p{
    margin-top: 10px;
}

.video_over_view_container .item.active::after{
    content: '';
    width: 1px;
    height: 24px;
    position: absolute;
    right: -24px;
    top: 8px;
    background-color: rgba(255, 255, 255, 0.56);
}