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;
}

.person_voice_list {
    display: flex;
    justify-content: center;
    border-radius: 32px 32px 0 0;
}

.person_voice_list_content {
    width: 1200px;
}

.person_video_list ul,
.person_audio_list ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.person_video_list ul::after,
.person_audio_list ul::after {
    content: '';
    width: 384px;
}

.person_video_list ul li,
.person_audio_list ul li {
    width: 384px;
    box-shadow: 0px 12px 40px 1px rgba(37, 37, 89, 0.12);
    border-radius: 16px 16px 16px 16px;
    background: #FFFFFF;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}

.person_video_list {
    margin-top: 40px;
}

.person_video_list ul li .voiceTag,
.person_audio_list ul li .voiceTag {
    border-radius: 16px 2px 16px 2px;
    background: #F25555;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 12px;
    padding: 0 8px;
    line-height: 24px;
    z-index: 100;
}

.person_video_list ul li .videoMod {
    width: 100%;
    height: 216px;
    position: relative;
}


.person_video_list ul li .videoMod::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
}

.videoMod video {
    width: 100%;
    height: 100%;
}

.videoMod .pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.videoMod .pic.hidden {
    display: none;
}

.videoMod .playVideoBtn {
    background: rgba(0, 0, 0, 0.6);
    height: 64px;
    width: 64px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all .3s;
}

.videoMod .playVideoBtn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.videoMod .playVideoBtn span {
    font-size: 42px;
    padding-left: 4px;
}

.person_video_list ul li .infoMod,
.person_audio_list ul li .infoMod {
    box-sizing: border-box;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.infoMod .infoModTit {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    margin: 16px 0;
    height: 56px;
}

.infoModOther {
    display: flex;
    align-items: center;
}

.person_audio_list ul li .infoModOther {
    padding: 30px 0 12px 0;
}

.person_audio_list .infoDesc {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 24px;
}

.infoModOtherHead {
    position: relative;
    width: 64px;
    height: 64px;
    margin-right: 10px;
}

.infoModOtherHead img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
}

.infoModOtherHead .online {
    width: 12px;
    height: 12px;
    background: #0FCE8C;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    bottom: 0px;
    right: 6px;
    border: 3px solid #fff;
    box-sizing: border-box;
}

.infoModOtherInfo {
    box-sizing: border-box;
    padding: 6px 0;
    display: flex;
    flex-direction: column;
    height: 64px;
    justify-content: space-between;
}

.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;
}

.infoModOtherInfo .numbs {
    display: flex;
    align-items: center;
}

.infoModOtherInfo .numbs p {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 20px;
    margin-right: 8px;
    font-size: 14px;
}

.infoModOtherInfo .numbs p:last-child {
    margin-right: 0;
}

.infoModNumbs {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    margin-top: 16px;
}

.infoModNumbs .infoModNumbsText {
    display: flex;
    align-items: center;
}

.infoModNumbs .infoModNumbsText p span {
    color: #EB465C;
    font-size: 20px;
    font-weight: bold;
}

.infoModNumbs .infoModNumbsText p span::before {
    color: #EB465C;
    content: '￥';
    font-size: 12px;
    font-weight: 400;
}

.infoModNumbs .infoModNumbsText p {
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    margin-right: 16px;
    display: flex;
    align-items: baseline;
}

.infoModNumbs .infoModNumbsText p:last-child {
    margin-right: 0;
}

.infoModNumbs .collect {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
}

.person_audio_list {
    display: flex;
    flex-direction: column;
}

.person_audio_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.06);
    height: 56px;
    box-sizing: border-box;
    margin-bottom: 16px;
    border-radius: 4px;
    padding: 0 16px;
    transition: all .3s;
}

.person_audio_list .infoModNumbs {
    margin-top: 24px;
}

.person_audio_item:last-child {
    margin-bottom: 0;
}

.person_audio_item:hover {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.person_audio_item button {
    border: 2px solid rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.person_audio_item button > span {
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    padding-left: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.person_audio_item_name {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    width: 260px;
}

.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;
}

.audio_list {
    height: 200px;
    display: flex;
    flex-direction: column;
}

.play_audio.active {
    border-color: #D7A264;
}

.play_audio.noneClick{
    pointer-events: none;
    cursor: default;
}

.play_audio.active>span {
    color: #D7A264;
    font-size: 30px;
    padding: 0;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
    display: none;
}

.play_audio.active .audio_line {
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
    width: 12px;
}

.audio_line .line {
    width: 2px;
    border-radius: 1.5px;
    background: #D7A264;
    position: absolute;
    bottom: -5px;
}

.audio_line .line:nth-child(1) {
    height: 2px;
    animation:1s animation1 infinite linear;
    left: 0;
}

.audio_line .line:nth-child(2) {
    height: 12px;
    animation:1s animation2 infinite linear;
    left: calc(50% - 1px);
}

.audio_line .line:nth-child(3) {
    height: 7px;
    animation:1s animation3 infinite linear;
    right: 0;
}


@keyframes animation1 {
    0% {
        height: 2px;
    }

    25% {
        height: 7px;
    }

    50% {
        height: 12px;
    }

    75% {
        height: 7px;
    }

    100% {
        height: 2px;
    }
}

@keyframes animation2 {
    0% {
        height: 12px;
    }

    25% {
        height: 7px;
    }

    50% {
        height: 2px;
    }

    75% {
        height: 7px;
    }

    100% {
        height: 12px;
    }
}

@keyframes animation3 {
    0% {
        height: 7px;
    }

    25% {
        height: 12px;
    }

    50% {
        height: 7px;
    }

    75% {
        height: 2px;
    }

    100% {
        height: 7px;
    }
}

.audioController{
    width: 1200px;
    height: 112px;
    position: fixed;
    bottom: -130px;
    left: 50%;
    z-index: 10000;
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
    background-color: rgba(0, 0, 0, 0.3);
    transform: translateX(calc(-50% - -2px));
    border-radius: 8px 8px 0 0;
    padding:0 80px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;

    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.audioController.active{
    bottom: 0;
}

.audioControllerHideBtn{
    position: absolute;
    left: 24px;
    top: -18px;
    width: 40px;
    height: 18px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;


}

.audioControllerHideBtn span{
    color: rgba(255, 255, 255, .87);
    margin-top: 2px;
}

.audioController_content{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.audioController_content .title{
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 8px;
}

.audioController_content .center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.audioController_content .center .head{
    width: 48px;
    height: 48px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.audioController_content .center .head .draw {
    position: absolute;
    width: 100%;
    height: 35%;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    pointer-events: none;
}
.audioController_content .center .head .person_head_mask{
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.56);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
}

.person_head_mask span{
    color: #fff;
    font-size: 20px;
}

.audioController_content .center .head img{
    width: 100%;
    height: 100%;
}

.audioController_content .center .other{
    display: flex;
    align-items: center;
}

.audioController_content .center .other .share,
.audioController_content .center .other .download{
    margin-right: 24px;
}

.audioController_content .center .other .share span,
.audioController_content .center .other .download span{
    color: rgba(255, 255, 255, .87);
    font-size: 24px;
}

.audioController_content .center .other .contactTa{
    background: #C2A886;
    border: none;
    color: rgba(255, 255, 255, .87);
}

.audioController_content .center .other .contactTa span{
    color: rgba(255, 255, 255, .87);
}

.audioController_content .center .controller{
    flex-grow: 1;
    margin: 0 24px;
    position: relative;
}

.audioController_content .center .controller #waveform{
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.audio_load span{
    -webkit-animation: spin 1s linear 1s 5 alternate;
    animation: spin 1s linear infinite;
    display: inline-block;
    color: #D7A264;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.controller span{
    position: absolute;
    bottom: 0;
    display: inline-block;
    padding: 0 4px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background: #09090A;
    height: 20px;
    line-height: 20px;
    z-index: 10;
}

.controller .current_time{
    left: 0;
}

.controller .duration_time{
    right: 0;
}

@media screen and (max-width: 1240px) {
    .voice_sort_content,
    .tts_person_swiper,
    .person_voice_list_content{
        width: 1100px;
    }

    .person_video_list ul li,
    .person_audio_list ul li {
        width: 538px;
    }
}

@media screen and (max-width: 1160px) {

    .person_video_list ul li,
    .person_audio_list ul li {
        width: 486px;
    }

    .voice_sort_content,
    .tts_person_swiper,
    .person_voice_list_content{
        width: 1000px;
    }
}

.person_video_list ul li.no_video_audio_item .infoModOther{
    padding: 30px 0 12px 0;
}

.no_video_audio_item .infoDesc{
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}

.audioControllerStopBtn{
    position: absolute;
    top: 4px;
    right: 4px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.audioControllerStopBtn span{
    font-size: 22px;
}

.audioController{
    height: 100px;
}

.person_video_list ul li .voiceTag.tui{
    color: rgb(194, 168, 134);
    background: rgb(12, 14, 33);
}

.person_video_list ul li .voiceTag.discount{
    color: #fff;
    background: #bf2c2c;
}

.person_video_list ul li .voiceTag.recommend{
    color: rgb(255, 255, 255);
    background: rgb(194, 151, 110);
}

/*页码样式*/

.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);
}

.collect.active{
    color: #D69A40;
}