body {
    height: auto !important;
}

button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.voice_sort_item {
    margin-top: 28px;
}

.tts_person_swiper {
    width: 1200px;
    height: 120px;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    position: relative;
}

.index{
    width: 1200px;
    height: 120px;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    position: relative;
}

.voice_sort {
    flex-direction: column;
}

.voice_sort_content {
    margin-bottom: 0;
    padding-bottom: 40px;
}

.tts_person_banner_container img {
    height: 120px;
    width: 1200px;
    object-fit: cover;
}

.tts_person_swiper .swiper-button-next {
    right: 64px;
}

.tts_person_swiper .swiper-button-prev {
    left: 64px;
}

.tts_person_swiper .swiper-button-next,
.tts_person_swiper .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.08);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    top: 28px;
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    transition: all .3s;
}

.tts_person_swiper .swiper-button-next:hover,
.tts_person_swiper .swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.16);
}

.tts_person_swiper .swiper-button-next:after,
.tts_person_swiper .swiper-button-prev:after {
    font-size: 24px;
}

.tts_person_swiper .swiper-pagination-bullet {
    width: 32px !important;
    height: 4px !important;
    border-radius: 1px !important;
    background: #303030 !important;
    opacity: 1 !important;
}

.tts_person_swiper .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, .87) !important;
}


.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;
}

.contactTa:active {
    transform: scale(0.97);
}

.contactTa span {
    font-size: 15px;
    margin-right: 3px;
}

.infoModOtherInfo .name {
    display: flex;
    align-items: center;
}

.infoModOtherInfo .name p {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    line-height: 24px;
    max-width: 80px;
}

.infoModOtherInfo .name span {
    height: 20px;
    border-radius: 4px 4px 4px 4px;
    margin-left: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 0 4px;
    font-weight: 400;
    color: #666;
}

.level_shi {
    background: #D7A264;
    color: #fff;
}

.level_sheng {
    background: #C2976E;
    color: #fff;
}

.level_zhuanye {
    background: #0FCE8C;
    color: #fff;
}

.level_yangshi {
    background: #0C0E21;
    color: #C2A886;
}


.tui_link {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.tui_link a {
    font-size: 12px;
    font-weight: 400;
    color: #3B65F9;
    line-height: 20px;
    text-decoration: underline;
    transition: all .3s;
}

.tui_link a:hover {
    color: #2e4bb4;
}

.person_bottom {
    border-radius: 24px;
    width: 100%;
    height: 160px;
    margin: 96px 0;
    overflow: hidden;
}

.person_bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.person_sound_list_content{
    width: 1200px;
    margin: auto;
}



.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: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;

    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_desc_info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
}

.sound_item .sound_desc_info .sound_person{
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
}

.sound_item .sound_desc_info .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;
}

.sound_item .sound_desc_info .price_{
    margin-left: 36px;
    font-size: 12px;
    color: #00000099;
}
.sound_item .sound_desc_info .price_:nth-child(4){
    margin-left: 12px;
}

.sound_item .sound_desc_info .price_ > span{
    color: #EB465C;
}
.sound_item .sound_desc_info .price_ > span > span{
    font-size: 20px;
    font-weight: 700;
}


.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.collect.active::before{
    content: "\e63b";
}
.sound_item .sound_options .iconfont.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;
}

.sound_item .contactBtn{
    width: 98px;
    height: 40px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #D69A40;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    font-weight: 500;
    color: #D69A40;

    cursor: pointer;
    margin-left: 40px;
}

/*页码样式*/

.pagination li > *{
    background: initial !important;
    line-height: 32px;
    padding: 0 8px;
    height: 32px;
    color: rgba(0, 0, 0, 0.2);
    min-width: auto;
}

.pagination>li {
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 4px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.08) !important;
    font-size: 14px;
}

.pagination>li.active {
    background: #0C0E21 !important;
}

.pagination li.active > * {
    background: #0C0E21 !important;
    color: #C2A886;
}

.pagination li.disabled > * {
    color: rgba(0,0,0,.16);
}

.person_video_list ul li{
    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(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 0;
    visibility: hidden;
}

.person_video_list ul li.show{
    opacity: 1;
    visibility: visible;
    transform: translateY(8px);
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
}
