body {
    background: #F5F5F5;
}

.banner .banner_option.active{
    pointer-events: initial !important;
}

.top_c{
    position: relative;
}
.top_c .top_player_c{
    width: 1200px;
    height: 100%;
    position: absolute;
    left: calc(50% - 600px);
    top: 0;
}

.top_player{
    /* width: 218px;
    height: 285px;
    background: url(../imgs/person/top_player_bg.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    z-index: 9;
    bottom: 70px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transform: scale(.6);
}

.top_player .top_player_btn_c{
    width: 96px;
    height: 96px;
    background: url(../imgs/person/top_player_c.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 32px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_player .top_player_btn_c .top_player_btn{
    width: 48px;
    height: 48px;

    background: url(../imgs/person/top_player_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 14px;
    font-family: "iconfont" !important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.top_player .top_player_btn_c .top_player_btn::after{
    content: "\e63a";
}

.top_player .top_player_btn_c .top_player_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);}
}


.top_player .top_player_btn_c .top_player_btn.play::after{
    content: "\e628";
}

.top_player .draw{
    width: 116px;
    height: 44px;
    margin-top: 20px;
}

.top_player .top_player_btns{
    margin-top: 24px;
    width: 116px;
    display: flex;   
    align-items: center;
    justify-content: space-around;
}
.top_player .top_player_btns *{
    cursor: pointer;
}
.top_player .top_player_btns .last{
    transform: rotate(180deg);
}

.top_player .top_player_btns .play_btn{
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;

    
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
}



.top_player .top_player_btns .play_btn::after{
    content: "\e63a";
}

.top_player .top_player_btns .play_btn.load::after{
    content: "\e632";
    -webkit-animation:music_btn_load 1s linear infinite;
}


.top_player .top_player_btns .play_btn.play::after{
    content: "\e628";
}


.tts_person_swiper_index {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 24px 24px 0 0;
    position: relative;
}

.tts_person_index_container {
    position: relative;
}

.tts_person_index_container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.person_index_content {
    width: 1200px;
    height: 100%;
    position: absolute;
    left: calc(50% - 600px);
    top: 0;
}

.swiper_numb {
    position: absolute;
    bottom: 62px;
    left: calc(50% - 600px);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    z-index: 900;
}

.swiper_numb span {
    font-size: 40px;
    color: rgba(222, 254, 23, 1);
    font-weight: bold;
    margin: 0;
    font-style: italic;
}

button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.tts_person_swiper_index  .swiper-button-next {
    right: 64px;
    
    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;
}

.tts_person_swiper_index  .swiper-button-prev {
    left: 64px;

    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);
}

.tts_person_swiper_index  .swiper-button-next,
.tts_person_swiper_index  .swiper-button-prev {
    height: 86px;
    width: 44px !important;
    border-radius: 50%;
    top: calc(50% - 32px);
    margin-top: 0;
    color: #fff;
    font-weight: bold;
    transition: all .3s;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
}

.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;
}

.theVoicePlate {
    width: 1200px;
    position: absolute;
    /* top: 450px; */
    left: calc(50% - 600px);
    margin-top: -40px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.theVoicePlate_item {
    background: #fff;
    border-radius: 16px;
    padding: 24px 24px 6px 24px;
    box-sizing: border-box;
    width: 49%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 12px 40px 1px rgba(37, 37, 89, 0.12);
}

.theVoicePlate_item_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.theVoicePlate_item_top>a {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 100px;
    height: 40px;
    padding: 0 16px;
    background: linear-gradient(270deg, #0FCE8C 0%, #2E2ADA 100%);
}

.theVoicePlate_item.system .theVoicePlate_item_top>a {
    background: linear-gradient(270deg, #00A9FE 0%, #2D52CC 100%);
}

.theVoicePlate_item_top>a span {
    color: #fff;
    margin-left: 8px;
    font-size: 12px;
}

.theVoicePlate_item_top .head_info {
    display: flex;
    align-items: center;
}

.theVoicePlate_item_top .head_info>img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 8px;
}

.theVoicePlate_item_top .head_info .info h2 {
    font-size: 20px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    margin-bottom: 8px;
}

.theVoicePlate_item_top .head_info .info p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 22px;
}

.theVoicePlate_item_bottom {
    display: flex;
    flex-wrap: wrap;
}

.theVoicePlate_item_bottom .item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.theVoicePlate_item_bottom .item img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.theVoicePlate_item_bottom .item .info {
    display: flex;
    flex-direction: column;
}

.theVoicePlate_item_bottom .item .info p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    line-height: 22px;
    margin-bottom: 2px;
}

.theVoicePlate_item_bottom .item .info span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 20px;
}

.mt300 {
    margin-top: 300px;
}

.person_index_tit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.person_index_tit img {
    height: 36px;
}

.person_index_tit>.title_more_link {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 100px;
    height: 40px;
    padding: 0 16px;
    background: #09090A;
}

.person_index_tit>.title_more_link span {
    color: #fff;
    margin-left: 8px;
    font-size: 12px;
}

.person_rest {
    width: 100%;
    background: #fff;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.person_index_advantage {
    width: 1200px;
    margin-top: 100px;
    text-align: center;
}

.person_index_advantage .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.person_index_advantage .title>img {
    height: 36px;
}

.advantage_numb {
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.advantage_numb span {
    font-size: 40px;
    color: rgba(239, 26, 26, 1);
    font-weight: bold;
    margin: 0 4px;
    font-style: italic;
}

.person_rest_matrix {
    width: 88%;
    margin: 76px 0 60px 0;
}

.person_index_process {
    width: 1200px;
    height: 220px;
    border-radius: 16px;
    background-image: url(../imgs/person_process.jpg);
    background-size: cover;
    text-align: center;
    margin-bottom: 100px;
}

.person_index_process>img {
    height: 36px;
    margin: 32px 0 24px 0;
}

.process_item {
    padding: 0 80px;
}

.process_item ul {
    display: flex;
    justify-content: space-around;
}

.process_item ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.process_item ul li .iconfontText {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.process_item ul li .iconfontText span {
    font-size: 56px;
    color: #fff;
    margin-bottom: 16px;
}

.process_item ul li .iconfontText p {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
}

.process_item ul li>img {
    width: 26px;
}

.process_item ul li .iconfontText >img {
    width: 52px;
    margin: 0 auto 16px;
}

.page_speak_swiper_layer {
    width: 1200px;
    display: flex;
    justify-content: center;
    position: absolute;
    margin: 0 auto;
    left: calc(50% - 600px);
}

.page_speak_swiper_content {
    width: 1200px;
    overflow: hidden;
}

.comment_list .item {
    width: 380px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    border: 2px solid #fff;
    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;
    background: #fff;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    text-align: left;
    transition: all .3s ease-in-out;
}

.comment_list .item .top {
    display: flex;
    align-items: center;
}

.comment_list .item .bottom p {
    color: rgba(0, 0, 0, .9);
    line-height: 22px;
    font-size: 14px;
}

.comment_list .item .top .head {
    width: 56px;
    height: 56px;
    margin-right: 16px;
}

.comment_list .item .top .text p:first-child {
    color: rgba(0, 0, 0, .9);
    margin-bottom: 8px;
}

.comment_list .item .top .text p {
    line-height: 24px;
    font-size: 16px;
}

.comment_list .item .top .text p:last-child {
    color: rgba(0, 0, 0, .6);
}

.comment_list .item .top .head img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.page_speak_swiper_layer .swiper-button-next,
.page_speak_swiper_layer .swiper-button-prev {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, .6) !important;
    top: 83px;
    border: 1px solid #f7f7f7;
}

.page_speak_swiper_layer .swiper-button-next {
    right: -96px !important;
}

.page_speak_swiper_layer .swiper-button-prev {
    left: -96px !important;
}

.person_index_evaluation {
    text-align: center;
}

.person_index_evaluation>img {
    height: 36px;
    margin: 0 auto 12px;
    display: block;
}

.title_tags {
    background: #3995F2;
    border-radius: 0px 16px 0px 16px;
    height: 24px;
    padding: 0 16px;
    color: #fff;
    display: inline-block;
}

.person_index_evaluation .title_tags {
    margin-bottom: 48px;
}

.person_index_news_title {
    display: flex;
    align-items: center;
}

.person_index_news_title img {
    height: 36px;
    margin-right: 8px;
}

.person_index_news_title>.title_more_link{
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 100px;
    height: 40px;
    padding: 0 16px;
    background: #09090A;
}

.person_index_news_title>.title_more_link span {
    color: #fff;
    margin-left: 8px;
    font-size: 12px;
}

.person_index_evaluation_bottom{
    margin-top: 300px;
}

.person_index_news {
    width: 1200px;
}

.person_index_news_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 48px;
}

.person_index_news_container .left {
    width: 200px;
    border-radius: 1000px;
    height: 528px;
    background: #0C0E21;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.person_index_news_container .left .logo {
    width: 160px;
    height: 160px;
    border: 4px solid #fff;
    box-sizing: border-box;
    margin-top: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.person_index_news_container .left .logo img {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    z-index: 100;
}

.person_index_news_container .left .logo span {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.person_index_news_container .left .b_1::before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    border-radius: 50%;
    animation: borderAnimate 2s ease-out 0s infinite;
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation-delay: .5s;
    box-sizing: border-box;
}

.person_index_news_container .left .b_1::after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    border-radius: 50%;
    animation: borderAnimate 2s ease-out 0s infinite;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
}

.person_index_news_container .left .b_2::after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    border-radius: 50%;
    animation: borderAnimate 2s ease-out 0s infinite;
    border: 2px solid rgba(255, 255, 255, 0.3);
    animation-delay: 1s;
    box-sizing: border-box;
}

@keyframes borderAnimate {
    0% {
        transform: scale(0.7);
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.person_index_news_container .left .list {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    width: 100%;
    text-align: center;
}

.person_index_news_container .left .list>h2 {
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.85);
    line-height: 28px;
    margin-bottom: 24px;
}

.person_index_news_container .left .list>ul {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.person_index_news_container .left .list>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.person_index_news_container .left .list>ul>li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.person_index_news_container .left .list>ul>li>a {
    height: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 11px 0;
}

.person_index_news_container .left .list>a {
    font-size: 16px;
    color: rgba(61, 33, 9, 1);
    width: 108px;
    border-radius: 100px;
    height: 40px;
    background: rgba(194, 168, 134, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
}

.person_index_news_container .left .list>a span {
    color: rgba(61, 33, 9, 1);
    margin-left: 8px;
    font-size: 12px;
}

.person_index_news_container .right {
    width: calc(100% - 230px);
    height: 528px;
}

.person_index_news_container .right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 104%;
}

.person_index_news_container .right ul li {
    width: 48%;
    border-radius: 0 0 16px 16px;
    display: flex;
    flex-direction: column;
}

.person_index_news_container .right ul li .title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
    height: 48px;
    border-radius: 16px 0 0 0;
    width: 180px;
    background-color: #fff;
    box-shadow: -8px -8px 16px 0px rgb(37 37 89 / 4%);
    padding-left: 16px;
}

.person_index_news_container .right ul li .title p {
    display: flex;
    align-items: center;
    height: 60px;
}

.person_index_news_container .right ul li .title span {
    margin-left: 4px;
    font-size: 20px;
    color: rgba(214, 154, 64, 1);
}

.person_index_news_container .right ul li .title::after {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 48px solid #fff;
    border-right: 48px solid transparent;
    position: absolute;
    top: 0;
    right: -48px;
    filter: drop-shadow(12px -6px 10px rgba(37, 37, 89, 0.05));
}

.person_index_news_container .right ul li .list {
    display: flex;
    flex-direction: column;
    border-radius: 0 0 16px 16px;
    padding: 0 16px 16px 16px;
    box-sizing: border-box;
    box-shadow: 0px 12px 40px 1px rgba(37, 37, 89, 0.08);
}

.person_index_news_container .right ul li .list a {
    font-size: 16px;
    height: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    margin-top: 20px;
    display: inline-block;
    transition: all .3s;
}

.person_index_news_container .right ul li .list a:hover {
    color: rgba(236, 91, 41, 1);
}

.person_index_news_container .right ul li .list a span {
    color: rgba(236, 91, 41, 1);
    margin-right: 4px;
}

.person_index_zpb {
    position: relative;
    width: 1200px;
    height: 220px;
    border-radius: 16px;
    background-image: url(../imgs/person_process.jpg);
    background-size: cover;
    text-align: center;
    margin: 100px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.person_index_zpb .tags {
    background-color: rgba(255, 255, 255, 0.16);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: rgba(214, 154, 64, 1);
    padding: 6px 16px;
}

.person_index_zpb .tags img {
    height: 28px;
    margin-right: 4px;
}

.person_index_zpb .info {
    display: flex;
    height: 140px;
    justify-content: space-between;
    padding: 40px 40px 0 40px;
    width: 100%;
}

.person_index_zpb .info .text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    width: 64%;
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
}

.person_index_zpb .info .text p {
    text-align: left;
}

.person_index_zpb .info .text span {
    color: rgba(236, 91, 41, 1);
    font-weight: bold;
    font-size: 22px;
    font-style: italic;
}

.person_index_zpb .info .text p:last-child {
    font-size: 14px;
    color: #fff;
}

.person_index_zpb .info .link {
    display: flex;
    align-items: center;
}

.person_index_zpb .info .link a {
    font-size: 16px;
    color: rgba(61, 33, 9, 1);
    width: 120px;
    border-radius: 100px;
    height: 40px;
    background: rgba(194, 168, 134, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
}

.person_index_zpb .info .link a span {
    color: rgba(61, 33, 9, 1);
    margin-left: 8px;
    font-size: 12px;
}

.person_index_zpb .info .link a:last-child {
    background: linear-gradient(92deg, #E7DEBD 0%, #C2A886 100%);
    margin-left: 32px;
}

.person_index_tools {
    width: 1200px;
    margin-bottom: 100px;
}

.person_index_tools .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 48px;
}

.person_index_tools .title img {
    height: 36px;
    margin-right: 16px;
}

.title_pic {
    transition: all .3s;
}

.title_pic:hover {
    transform: scale(1.05);
}

.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_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 p {
    font-size: 14px;
    font-weight: 400;
    color: #0C0E21;
    line-height: 22px;
    margin-top: 36px;
}

.video_tools_qrcode img {
    width: 100px;
    height: 100px;
}

.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_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%);
}


.person_voice_list {
    display: flex;
    border-radius: 32px 32px 0 0;
    flex-direction: column;
    align-items: center;
}

.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::after{
    content: '';
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    left: -1px;
    top: -1px;
    background: -moz-linear-gradient(bottom, #0C0E21 0%, #C2A886 100%); /* firefox */
    background: -webkit-linear-gradient(bottom, #0C0E21 0%,#C2A886 100%); /* chrome */
    background: -o-linear-gradient(bottom, #0C0E21 0%,#C2A886 100%); /* opera */
    background: -ms-linear-gradient(bottom, #0C0E21 0%,#C2A886 100%); /* ie */
    background: linear-gradient(to bottom, #0C0E21,#C2A886); /* firefox */
}

.infoModOtherHead img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
}

.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;
    z-index: 10;
}

.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;
}

.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;
}
.person_index_questions{
    width: 1200px;
}

.person_index_sort_c{
    display: flex;
    margin-bottom: 64px;
    width: 1200px;
}

.person_index_sort_c .item{
    width: 128px;
    height: 64px;
    border-radius: 4px;
    position: relative;
    margin-right: 16px;
    cursor: pointer;
}

.person_index_sort_c .item:last-child{
    margin-right: 0;
}

.person_index_sort_c .item span{
    width: 28px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    background-color: rgba(228, 74, 66, 1);
    border-radius: 8px 1px 8px 1px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: -8px;
}

.person_index_sort_c .item .core{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
}

.person_index_sort_c .item .core p{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    transition: all .2s;
}

.person_index_sort_c .item:hover .core p{
    color: rgba(194, 168, 134, 1);
    font-weight: 600;
}

.person_index_sort_c .item:nth-child(1) .core{
    background-image: url(../imgs/person/person_index_sort1.png);
} 

.person_index_sort_c .item:nth-child(2) .core{
    background-image: url(../imgs/person/person_index_sort2.png);
} 

.person_index_sort_c .item:nth-child(3) .core{
    background-image: url(../imgs/person/person_index_sort3.png);
} 

.person_index_sort_c .item:nth-child(4) .core{
    background-image: url(../imgs/person/person_index_sort4.png);
} 

.person_index_sort_c .item:nth-child(5) .core{
    background-image: url(../imgs/person/person_index_sort5.png);
} 



@media screen and (max-width: 1240px) {

    .person_video_list ul li,
    .person_audio_list ul li {
        width: 538px;
    }

    .theVoicePlate,
    .person_index_content {
        width: 1100px;
        left: calc(50% - 550px);
    }

    .person_index_advantage,
    .person_voice_list_content,
    .person_rest_matrix,
    .person_index_process,
    .page_speak_swiper_layer,
    .person_index_news,
    .person_index_zpb,
    .person_index_tools,
    .audioController,
    .person_index_questions,
    .person_index_sort_c{
        width: 1100px;
    }

    .comment_list .item,
    .video_tools_item {
        width: 360px;
    }

    .theVoicePlate_item_top .head_info .info p{
        width: 280px;
    }

}

@media screen and (max-width: 1160px) {

    .person_video_list ul li,
    .person_audio_list ul li {
        width: 486px;
    }

    .theVoicePlate,
    .person_index_content {
        width: 1000px;
        left: calc(50% - 500px);
    }

    .person_index_advantage,
    .person_voice_list_content,
    .person_rest_matrix,
    .person_index_process,
    .page_speak_swiper_layer,
    .person_index_news,
    .person_index_zpb,
    .person_index_tools,
    .audioController,
    .person_index_questions,
    .person_index_sort_c{
        width: 1000px ;
    }

    .comment_list .item,
    .video_tools_item {
        width: 320px;
    }

    .theVoicePlate_item_top .head_info .info p{
        width: 240px;
    }
}

.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, .6);
    font-size: 14px;
}

/*3-31新增样式*/
.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);
}

.voiceTotalNumb{
    overflow:hidden;
    line-height:30px;
    height:30px;
    margin-right: 4px;
}

.voiceTotalNumb.marginActive{
    padding-right: 4px;
    transform: translateY(0) !important;
}

.voiceTotalNumb span{
    font-size: 28px;
    font-weight: bold;
    position: absolute;
}

.advantage_numb{
    position: relative;
    display: flex;
    align-items: center;
}

/**/
.voiceTotalNumb{
    display: flex;
    justify-content: flex-end;
}

.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;
}

.advantage_numb span{
    margin:0;
}

.swiper_numb{
    display: flex;
    align-items: center;
}

.btnAnimation{
    transition: all .3s;
    user-select: none; 
}

.btnAnimation:hover{
    transform: scale(1.03);
}

.title_link{
    background: initial;
}

.title_link img{
    height: 36px;
}

.person_index_zpb_t{
    text-align: left;
}

.text_container{
    text-align: left;
}

.text_container .voiceTotalNumb{
    display: inline-flex;
    transform: translateY(5px);
    padding: 0 3px;
}

.text_container .text2{
    transform: translateY(13px);
}

.singleNumbCss{
    display: flex;
    align-items: center;
}

.singleNumbCss .voiceTotalNumb{
    transform: translateY(0);
}

.text_container .text3{
    transform: translateY(-16px);
}

.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;
}

.tts_vip_qa{
    width: 100%;
    text-align: center;
}

.tts_vip_qa .title{
    margin-bottom: 64px;
}

.tts_vip_qa_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tts_vip_qa_list ul li{
    width: 48.5%;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #F4F6F8 0%, #FFFFFF 100%);
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.16);
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.tts_vip_qa_list ul li span{ 
    background: url(../imgs/symbol_pic.png) no-repeat cover;
    position: absolute;
    left: 16px;
    top: 0;
    width: 42px;
    height: 106px;
    display: inline-block;
}

.tts_vip_qa_list ul li h2{ 
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 16px;
}

.tts_vip_qa_list ul li p{ 
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 22px;
}

.tts_vip_qa_list ul li p a{ 
    font-size: 14px;
    font-weight: 400;
    color: #CD9044;
    line-height: 22px;
    text-decoration: underline;
}

.tts_vip_qa > a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 56px;
    margin-bottom: 95px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    line-height: 24px;
    padding: 8px 24px;
    border: 1px solid rgba(0, 0, 0, .26);
    border-radius: 100px;
    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_vip_qa > 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_vip_qa > a > span{
    color: rgba(0, 0, 0, 0.9);
    margin-left: 8px;
    font-size: 22px;
}

/*音频播放器开屏样式css*/

.audioPlayWindowLayer{
    display: none;
    width: 1013px;
    height: 609px;
    position: relative;
    transform: scale(.8);
    overflow: hidden;
}

.audioPlayWindowLayerContainer{
    width: 100%;
    height: 374px;
    border-radius: 32px;
    background: #e1e1e1;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.audioPlayWindowLayerContainer .close_layer{
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1000;
    color: rgba(0, 0, 0, 0.67);
    font-size: 34px;
}

.audioPlayWindowLayerContainer .bottom{
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    right: 0;
    width: 560px;
    height: 100%;
    padding: 60px 0;
    box-sizing: border-box;
    justify-content: space-between;
    z-index: 5;
}

.audioPlayWindowLayerContainer .bottom > img{
    height: 50px;
}

.audioPlayWindowLayerContainer .bottom .playBtn{
    display: inline-flex;
    border-radius: 50%;
    background-color: #171717;
    height: 120px;
    width: 120px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.audioPlayWindowLayerContainer .bottom .playBtn span{
    color: #fff;
    font-size: 80px;
}

.audioPlayWindowLayerContainer .bottom .playBtn_text > p{
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    text-align: center;
    margin-top: 8px;
}

.audioPlayWindowLayer .audio_content{
    position: absolute;
    left: 0;
    top: 0;
    width: 496px;
    height: 523px;
    background-image: url(../imgs/audioPlay/content.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 10;
}

.audioPlayWindowLayer .audio_content .leftp_pic{
    position: absolute;
    top: 0;
    left: -5px;
    width: 260px;
    height: 260px;
}

.audioPlayWindowLayer .audio_content .rightp_pic{
    position: absolute;
    top: 0;
    right: -5px;
    width: 260px;
    height: 260px;
}

.sonic{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background-color: #E9E9E9;
}

.audio_content .currentTime{
    color: #00FF9F;
    position: absolute;
    left: 230px;
    top: 213px;
    font-size: 10px;
    transform: scale(0.65);
}

#layerWaveform{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.leftp_pic.active{
    animation: spin 12s linear infinite;
}

.rightp_pic.active{
    animation: spin 12s linear infinite;
}

.leftp_pic.active.pause,
.rightp_pic.active.pause{
    animation-play-state:paused;
}

.audioPlayWindowLayerContainer .playBtn.active > .icon-bofang{
    display: none;
}

.top_light .pass_list{
    display: flex;
}


@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.top_light{
    position: absolute;
    display: flex;
    align-items: center;
    top: 237px;
    left: 220px;
    width: 59px;
}

.top_light .pass{
    width: 7px;
    height: 3px;
    background-color: #00FF9F;
    opacity: .5;
    border-radius: 1px;
    margin-right: 4px;
}

.top_light .pass:last-child{
    margin-right: 0;
}

.top_light .stop{
    width: 7px;
    height: 3px;
    background-color: #EF2525;
    margin-left: 45px;
    border-radius: 1px;
    opacity: .5;
    position: absolute;
    right: 0;
}

.bottom_light{
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 172px;
    right: 97px;
}

.bottom_light .y{
    background-color: #FFD400;
    opacity: .5;
    height: 9px;
    width: 29px;
    border-radius: 1px;
}

.bottom_light .g{
    background-color: #59FF8C;
    opacity: .5;
    height: 9px;
    width: 28px;
    margin-left: 28px;
    border-radius: 1px;
}

.bottom_light .r{
    background-color: rgb(255, 0, 0);
    opacity: .5;
    height: 9px;
    width: 25px;
    margin-left: 7px;
    border-radius: 1px;
}

.top_light .pass.active{
    animation: g_load 1.5s infinite alternate;
}

.top_light .stop.active{
    animation: r_load 1.5s infinite alternate;
}

.bottom_light .r.active{
    animation: r_load 1.5s infinite alternate;
    animation-delay: -0.75s;
}

.bottom_light .g.active{
    animation: g_load 1.5s infinite alternate;
    animation-delay: -0.5s;
}

.bottom_light .y.active{
    animation: y_load 1.5s infinite alternate;
    animation-delay: -0.25s;
}

@keyframes g_load {
    0% {
        box-shadow: inset 0px 0px 4px 5px rgba(89, 255, 140, 1), 0px 0px 4px 3px rgba(0, 255, 140, 0.5);
    }
    100% {
        box-shadow: inset 0px 0px 4px 5px rgba(89, 255, 140, 1), 0px 0px 8px 3px rgba(0, 255, 140, 1);
    }
}

@keyframes r_load {
    0% {
        box-shadow: inset 0px 0px 4px 5px rgba(255, 0, 0, 1), 0px 0px 4px 3px rgba(255, 0, 0, 1);
    }
    100% {
        box-shadow: inset 0px 0px 4px 5px rgba(255, 0, 0, 1), 0px 0px 8px 3px rgba(255, 0, 0, 1);
    }
}

@keyframes y_load {
    0% {
        box-shadow: inset 0px 0px 4px 5px rgba(255, 212, 0, 1), 0px 0px 4px 3px rgba(255, 212, 0, 1);
    }
    100% {
        box-shadow: inset 0px 0px 4px 5px rgba(255, 212, 0, 1), 0px 0px 8px 3px rgba(255, 212, 0, 1);
    }
}

.theReflection{
    position: absolute;
    left: 0px;
    bottom: -379px;
    width: 496px;
    height: 523px;
    background-image: url(../imgs/audioPlay/content1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 10;
    transform: rotate(180deg);
    opacity: .3;
}

.pointerToTheBox{
    position: absolute;
    bottom: 77px;
    left: 178px;
    display: flex;
    align-items: center;
    width: 135px;
    justify-content: space-between;
}

.pointerToTheBox .pointBox{
    display: inline-block;
    width: 62px;
    height: 30px;
    position: relative;
    overflow: hidden;
}

.pointBox span{
    width: 1px;
    height: 40px;
    position: absolute;
    background: red;
    left: 30px;
    bottom: -20px;
    opacity: .7;
    transition: all .7s ease-in-out;
}

.comment_list .item .bottom{
    margin-top: 16px;
}

.person_index_evaluation_container{
    position: relative;
}

.person_index_link{
    margin: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.person_index_link a{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    height: 40px;
    padding: 0 32px;
    color: rgb(194, 168, 134);
    background: rgb(12, 14, 33);
}

.person_index_link a span{
    font-size: 14px;
    margin-right: 6px;
    color: rgb(194, 168, 134);
}





