
[v-cloak] {
    display: none !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
@font-face {
    font-family: "youshebth_text"; /* Project id 2814501 */ 
    src:url('https://res.zhipianbang.com/static/font/youshebth.ttf') format('truetype');
}

.pointer{
    cursor: pointer;
}


.bth{
    font-family: 'youshebth_text' !important;
}

#copy-textarea{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

body{font-family:"PingFang SC","Microsoft YaHei",Times,"Times New Roman",serif!important;}
body *{font-family:"PingFang SC","Microsoft YaHei",Times,"Times New Roman",serif!important;}

ul,
ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

h2{
    margin: 0;
    padding: 0;
}

p,span{
    margin: 0;
    padding: 0;
}

input[type=text]{
    background:none;  
	outline:none;  
	border:none;
}

input[type=text]:focus{
    border: none;
}

img{
    border: none;
    outline: none;
}

[c-cloak]{
    display: none;
}

.base_btn{
    display: inline-block;
    position: relative;
    outline: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s;
    box-sizing: border-box;
    color: #333;
    user-select: none;
}

.base_btn:focus {
    outline: none;
}

.base_btn:active{
    transform: scale(.97);
}

.pointHover{
    cursor: pointer;
}

.flex_{
    flex-grow: 1;
}

.over_text1{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.over_text2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.over_text3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.base_loading_model{
    background: none !important;
    box-shadow: initial !important;
}

.layer_model{
    background: none !important;
    box-shadow: initial !important;
}
.layui-layer-msg{
    background-color: rgba(0,0,0,.6)!important;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%)!important;
}

.poptip{
    position: relative;
    z-index: 101;
}

.poptip::before,
.poptip::after {
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: all 0.3s ease 0.2s;
    box-sizing: border-box;
}
.poptip::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #30363d transparent transparent transparent;
    left: calc(50% - 8px);
    top: 0px;
    transform: translateX(0%) translateY(-12px);
}

.poptip::after {
    font-size: 14px;
    color: #fff;
    content: attr(aria-controls);
    position: absolute;
    padding: 6px 12px;
    white-space: nowrap;
    z-index: -1;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) translateY(-12px);
    background: #30363d;
    line-height: 1;
    border-radius: 2px;
}
.poptip:hover::before,
.poptip:hover::after {
    visibility: visible;
    opacity: 1;
}

body,html{
    margin: 0px;
    padding: 0px;
    height: 100%;
}
body{
    height: 100%;
    overflow-x: hidden;
    background-color: #121214;
    width: 100vw;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width:5px; 
    height: 5px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(255,255,255,0.38);
}

#app{
    display: flex;
    flex: 1;
    height:100%;
}

.content{
    width: 0px;
    flex-grow: 1;
    display: flex;
    background-color: #121214;
    flex-direction: column;
    position: relative;
}


.make_logo{
    width: 90%;
    margin: 0 auto;
    display: block;
}

/*侧边导航.css start*/

.menus{
    width: 200px;
    background-color: #09090A;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menus .items{
    margin-top: 32px;
    width: 100%;
    flex-grow: 1;
    overflow: initial;
}
.menus .items .item{
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.87);
    text-decoration: none;
    transition: all .3s;
}


.menus .items .item:hover{
    background: rgba(255, 255, 255, 0.08);
}


.menus .items .item.active{
    background: rgba(255, 255, 255, 0.08);
}

.menus .items .item.active{
    color: #B28344;
}
.menus .items .item .iconfont{
    width: 24px;
    height: 24px;
    font-size: 22px;
    display: block;
    margin-right: 8px;
}

.icon-beijingyin.active{
    font-size: 22px !important;
    margin-top: 4px;
}

.logo{
    display: block;
    width: 200px;
    margin-top: 32px;
    opacity: 1;
}

.logo.small{
    width: 180px;
}

.add_audio{
    background: #CD9044;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    margin-top: 28px;
}

.add_audio span{
    color: rgba(255, 255, 255, 0.87);
    margin-right: 12px;
    font-size: 24px;
}

.user_info{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #303030;
    position: relative;
}

.user_info_content{
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.user_info_content_head{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #CD9044;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    position: relative;
}

.user_vip_pic{
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 12px;
    height: 12px;
}

.user_info_content_head .user_head_pic{
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.user_info_content_name{
    font-size: 14px;
    line-height: 22px;
    width: 100px;
}

.setting{
    padding-right: 20px;
    cursor: pointer;
}

.setting:hover > span{
    color: #CD9044;
}

.setting:hover .setting_list_mask{
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.setting_list_mask{
    position: absolute;
    width: 180px;
    left: 180px;
    height: 192px;
    z-index: 90;
    bottom: 150px;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

.setting_list{
    position: absolute;
    width: 160px;
    background: #232326;
    border-radius: 8px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    left: 34px;
}

.change_sky{
    position: relative;
}

.change_sky::before{
    content: '';
    position: absolute;
    left: -8px;
    bottom: 12px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid #232326;
    border-bottom: 8px solid transparent;
}

.mul_title_input{
    display: flex;
    align-items: center;
}

.make_change_sky{
    display: flex;
    align-items: center;
    margin-left: 16px;
    box-sizing: border-box;
    position: relative;
}

.make_change_sky i{
    font-size: 22px;
    color: rgba( 255, 255, 255, .45);
}

.make_change_sky i:hover + .text{
    opacity: 1;
    visibility: visible;
    display: inline-block;
    left: 28px;
}

.make_change_sky .text{
    background-color: #333;
    z-index: 10;
    height: 22px;
    box-shadow: 0px 4px 8px 1px rgb(37 37 89 / 16%);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.67);
    line-height: 22px;
    padding:0 8px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    text-align: center;
}

.setting_list a{
    display: flex;
    align-items: center;
    height: 64px;
    font-weight: 500;
    font-size: 16px;
    line-height: 64px;
    color: rgba(255, 255, 255, 0.67);
    box-sizing: border-box;
    padding-left: 24px;
}

.setting_list a:hover,
.setting_list a:hover span{
    color: #CD9044;
}

.setting_list a:hover{
    background: rgba(255, 255, 255, .04);
}

.setting_list a span{
    margin-right: 8px;
    font-size: 20px;
}

.help_community{
    width: 132px;
    height: 32px;
    padding: 1px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;

    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 100px;
    border: 1px solid #303030;
    background:  rgba(255, 255, 255, 0.04);
    margin-bottom: 12px;
    position: relative;
}

.help_community .vip{
    width: 16px;
    height: 16px;
}

.help_community.cover_style{
    margin-bottom: 16px;
}

.help_community i{
    color: rgba(255, 255, 255, .67);
}

.help_community.cover_style i{
    font-size: 20px;
}

.help_community .hot_icon{
    width: 16px;
    height: 16px;
    border-radius: 8px 1px;
    background: #EB465C;
    position: absolute;
    right: -2px;
    top: -8px;
}

.ewm{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    padding: 8px 16px 0 16px;
    margin-bottom: 24px;
}

.ewm > img{
    width: 100px;
    height: 100px;
    border-radius: 4px;
}

.ewm > p{
    color:rgba(255, 255, 255, 0.60);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
    margin-bottom: 8px;
}

/*侧边导航.css end*/


/*新增配音弹窗css start*/
.choose_voice{
    width: 384px;
    border-radius: 16px;
    background: #232326;
    overflow: hidden;
    display: none;
}

.choose_voice_bottom{
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 24px;
}

.choose_voice_bottom > a, 
.choose_voice_bottom > a {
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 24px;
    display: inline-block;
}

.cancel_choose{
    margin-left: auto;
    background: none;
    border: 1px solid #CD9044;
    color: #CD9044;
}

.sure_choose{
    margin-left: 16px;
    background: #CD9044;
    color: rgba(255, 255, 255, 0.87);
}

.choose_voice_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    margin: 24px 0;
}

.choose_voice_content_item{
    width: 47.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 108px;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
    position: relative;
    overflow: hidden;
}

.choose_voice_content_item img{
    width: 24px;
    height: 24px;
}

.choose_voice_content_item p{
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, .67);
    margin-top: 16px;
}

.choose_voice_content_item.active{
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0px 12px 10px 1px rgba(0, 0, 0, 0.16);
}

.choose_voice_content_item.active p{
    color: #CD9044;
}

.checked_rights{
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
    background: linear-gradient(270deg, #B28344 0%, #EBAE71 100%);
}

.checked_rights span{
    position: absolute;
    left: 13px;
    bottom: -6px;
    color: #3B2812;
    line-height: 26px;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); 	/* IE 9 */
    -moz-transform:rotate(-45deg); 	/* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg); 	/* Opera */
}

/*新增配音 css end*/

.voice_edit_layer,
.voice_del_layer{
    width: 720px;
    height: 320px;
    border-radius: 16px;
    background: #232326;
    overflow: hidden;
    display: none;
}

.voice_del_layer{
    width: 380px;
    height: 190px;
}

.voice_edit_title,
.voice_del_title,
.voice_audition_title,
.choose_voice_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    border-bottom: 1px solid #303030;
    width: 100%;
    box-sizing: border-box;
    padding:0 24px;
}

.voice_del_title{
    border-bottom: none;
}

.voice_edit_title p,
.voice_del_title p,
.choose_voice_title p{
    font-size: 16px;
}

.close_voice_edit_layer{
    font-size: 22px;
}

.voice_edit_content,
.voice_del_content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.voice_del_content{
    align-items: initial;
}

.voice_del_content > p{
    padding-left: 24px;
    line-height: 22px;
    margin: 24px 0;
}

.voice_edit_content > input{
    font-size: 14px;
    background: rgba(255, 255, 255, 0.04);
    width: 320px;
    height: 40px;
    border-radius: 100px;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);
    margin-bottom: 24px;
}

.voice_edit_pic{
    margin: 24px 0 16px 0;
}

.voice_edit_bottom,
.voice_del_bottom{
    border-top: 1px solid #303030;
    height: 64px;
    display: flex;
    align-items: center;
    padding:0 24px;
    box-sizing: border-box;
}

.voice_del_bottom{
    border: none;
}

.voice_edit_bottom > a,
.voice_del_bottom > a{
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 24px;
    display: inline-block;
}

.cancel_edit{
    margin-left: auto;
    background: none;
    border: 1px solid #CD9044;
    color: #CD9044;
}

.sure_edit{
    margin-left: 16px;
    background: #CD9044;
    color: rgba(255, 255, 255, 0.87);
}

.voice_audition{
    width: 960px;
    background: #232326;
    border-radius: 16px;
    display: none;
}
.voice_audition .voice_audition_head_info_title .share_{
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
    cursor: pointer;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFgSURBVHgB7VY9TwJBEJ01NNrSYksrltjaeqXUtv4FY2ns/A9YW0KrpbRaYisltFAeb2A2wGVv93aZgsC95GVyezf33kz2i6jGqcO4BvM8byI8gC3wwpM/M8Y8leRn4BjvR558apQkPweEQ7gEu0z87waxDyMz14fGYeARoQN+gx9InFMC8B820KNNIdyJQdFIw5HbkThMEYdwG4GrvqLdLnYl9kMGVihrWUCcK77dGpqC/B8uZEHrLlAlAwnimYiz2Cf4VaWDKgak7Xfy+AbhSdXcM9JBJnEQI65iANXzRGvL4ygyXaUDVnycMnE1DLQkRrVe04Bd69HVaxk4l+hdcpgrr8ziuNo+EDIANF2DGgaG4B8m4C8lYG8DMvOjl5+F1kaUjNrAQRpYLSfZ41Ug17zKBuyW2vMlRohzIfa0/Cm+d90JNS6lLnBnX4oHlu9afg9ek47wP/ieclrWOH4sAdNCbcWN7DWSAAAAAElFTkSuQmCC');
    background-size: 100%;
}
.voice_audition_top{
    height: 56px;
    display: flex;
    align-items: center;
}

.voice_audition_top .close_voice_edit_layer,
.choose_voice_close{
    line-height: 56px;
    margin-left: auto;
    padding-right: 20px;
}

.choose_voice_close{
    padding-right: 0;
}

.voice_audition_head{
    display: flex;
    align-items: center;
    padding: 0 24px;
}

.voice_audition_head .voice_audition_head_pic{
    position: relative;
}

.voice_audition_head .voice_audition_head_label{
    width: 51px;
    height: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 100px;

    position: absolute;
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;

    font-size: 12px;
    font-weight: 600;
}
.voice_audition_head .voice_audition_head_label_3{
    border: 1px solid  #FFF;
    background: linear-gradient(270deg, #E3B668 0%, #FCECC5 100%);
    color:  #3B2812;
}
.voice_audition_head .voice_audition_head_label_2{
    background: linear-gradient(90deg, #B4BFCE 0%, #879BB5 100%);
    color: #FFF;
}
.voice_audition_head .voice_audition_head_label_1{
    background: linear-gradient(90deg, #7C9CE6 0%, #5276D9 100%);
    color: #FFF;
}

/* .voice_audition_head_hits{
    margin-left: auto;
} */

.voice_audition_head_info{
    flex-grow: 1;
    margin-left: 16px;
    position: relative;
}

.voice_audition_head_info_title{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.voice_audition_head_info > p{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.67);
    line-height: 22px;
}

.vip_box > img{
    width: 24px;
    height: 24px;
}

.voice_audition_head_info_title > p{
    line-height: 28px;
    font-size: 20px;
    margin-left: 4px;
    font-weight: 600;
}

.voice_audition_head_info_title > span{
    color: rgba(255, 255, 255, 0.6);
    margin-left: 16px;
    cursor: pointer;
    font-size: 18px;
}

.voice_audition_head_hits{
    display: flex;
    flex-direction: column;
}

.voice_audition_head_hits_text{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: right;
}

.voice_audition_head_hits_numb{
    font-size: 14px;
    line-height: 22px;
    text-align: right;
}

.voice_audition_head_hits_numb span{
    margin-right: 4px;
}

.collect_tips{
    margin-left: 12px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    background: #303030;
    border-radius: 4px;
    position: relative;
    padding: 6px 8px;
}

.collect_tips::after{
    content: '';
    position: absolute;
    top: 9px;
    left: -6px;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #303030;
}

.voice_audition_content{
    padding: 0 24px;
}

.voice_audition_contents{
    margin-top: 24px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    padding: 16px 16px 0 16px;
}

.voice_audition_content_text{
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.87);
}

.audition_type{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    margin-bottom: 30px;
}

.audition_type_item{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #CD9044;
}

.audition_type_item > span{
    color: rgba(255, 255, 255, 0.87);
    font-size: 12px;
}

.audition_type_text{
    font-size: 14px;
    line-height: 22px;
    margin-top: 4px;
    text-align: center;
    width: 80px;
}

.voice_audition_content_type{
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
}


.voice_audition_bottom_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    color: #3D2109;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 88px;
    border-radius: 100px;
    margin-bottom: 8px;
    background: linear-gradient(270deg, #E3B668 0%, #FCECC5 100%);
}

.voice_audition_bottom{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 26px;
}

.voice_audition_bottom > p{
    color: #CD9044;
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}

.default > span{
    font-size: 20px;
}

.icon-shoucangxiao.active{
    color: #CD9044; 
}

#collectBtn{
    animation-duration: .6s;   
    animation-iteration-count:1;
}

.slider_content{
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
}

.slider_content.show{
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}

.vip_box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.voice_audition_contents .audition_type_item {
    position: relative;
}
.voice_audition_contents .audition_type_item .icon-07zanting,.voice_audition_contents .audition_type_item .icon-a-Frame497{
    width: 3px;
    border-radius: 1.5px;
    background: #ffffff;
    position: absolute;
    bottom: 10px;
    animation: 1s audition_type_item_play_anim2 infinite linear;
}
.voice_audition_contents .audition_type_item .icon-a-Frame497{
    bottom: 14px;
}

.voice_audition_contents .audition_type_item .icon-07zanting::before ,.voice_audition_contents .audition_type_item .icon-a-Frame497::before{
    position: absolute;
    content: "";
    height: 3px;
    animation: 1s audition_type_item_play_anim1 infinite linear;
    left: -6px;
    bottom: 0px;
    width: 3px;
    border-radius: 1.5px;
    background: #ffffff;
}

.voice_audition_contents .audition_type_item .icon-07zanting::after , .voice_audition_contents .audition_type_item .icon-a-Frame497::after{
    position: absolute;
    content: "";
    height: 7px;
    animation: 1s audition_type_item_play_anim1 infinite linear;
    right: -6px;
    bottom: 0px;
    width: 3px;
    border-radius: 1.5px;
    background: #ffffff;
}

@keyframes audition_type_item_play_anim1 {
    0% {
        height: 2px;
    }

    25% {
        height: 7px;
    }

    50% {
        height: 12px;
    }

    75% {
        height: 7px;
    }

    100% {
        height: 2px;
    }
}

@keyframes audition_type_item_play_anim2 {
    0% {
        height: 12px;
    }

    25% {
        height: 7px;
    }

    50% {
        height: 2px;
    }

    75% {
        height: 7px;
    }

    100% {
        height: 12px;
    }
}


.voice_audition_head_info_title > p.active{
    margin-left: 0;
}

.voice_audition_head_info_title .style_label{
    width: 57px;
    height: 20px;
    border-radius: 8px 2px;
    background: rgba(228, 74, 66, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;

    color: #E44A42;
    font-size: 12px;
    font-weight: 400;
    margin-left: 4px;
}
.voice_audition_head_info_title .collect_tips{
    display: none!important;
}

.vip_tips{
    position: absolute;
    font-size: 14px;
    color: #F25555;
    line-height: 22px;
    padding: 5px 24px;
    border-radius: 16px 16px 16px 2px;
    background: rgba(242, 85, 85, 0.1);
    top: -48px;
    left: -34px;
}

.voice_audition_bottom_btn.active{
    margin-bottom: 30px;
}

.user_head{
    position: relative;
    display: inline-block;
}

.user_head .user_head_pic{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.user_head .user_head_vip{
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.user_head_layer .user_head_name{
    font-size: 12px;
    color: rgba(255, 255, 255, .67);
    line-height: 20px;
    margin-top: 2px;
    width: 100%;
    text-align: center;
}

.user_head_layer{
    width: 56px;
    text-align: center;
    margin-top: 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
    cursor: pointer;
}

.none_select{
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}

.voice_record_content{
    height: 90px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #303030;
    box-sizing: border-box;
}

.voice_record_content .swiper-slide{
    width: 56px !important;
}

.user_head_layer.vip_active .user_head::before{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border: 1px solid #6DD3F2;
    top: -3px;
    left: -3px;
    border-radius: 50%;
}

.user_head_layer.svip_active .user_head::before{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border: 1px solid #CD9044;
    top: -3px;
    left: -3px;
    border-radius: 50%;
}

.user_head_layer.normal_active .user_head::before{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .87);
    top: -3px;
    left: -3px;
    border-radius: 50%;
}

.voice_edit_pic{
    width: 92px;
    height: 92px;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.voice_edit_pic_content {
    width: 100%;
    height: 100%;
    background-color: #101011;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: relative;
}

.voice_edit_pic_content > .voice_head_pic{
    padding: 13px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-sizing: border-box;
}

.voice_edit_content > input {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.04);
    width: 320px;
    height: 40px;
    border-radius: 100px;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);
    margin-bottom: 24px;
}

.voice_vip_pic{
    position: absolute;
    right: 14px;
    bottom: 12px;
    width: 16px;
    height: 16px;
}

.voice_item_name_collect{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.voice_item_name_collect p{
    width: 130px;
}

.collectBtn{
    cursor: pointer;
    animation-duration: .6s;
    animation-iteration-count: 1 !important;
}

.tts_loading_container{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tts_loading_type1{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: #333;
}

.tts_loading_type1 img{
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.tts_loading_type1 p{
    font-size: 14px;
    text-align: center;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, .67);
    position: absolute;
}

.btn-shine {
    background: linear-gradient(to right, #4d4d4d 0, #fff 10%, #4d4d4d 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 4s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    font-weight: 600;
    text-decoration: none; 
    white-space: nowrap;
}
@-moz-keyframes shine {
    0% {
      background-position: 0;
    }
    100% {
      background-position: 126px;
    }
  }
  @-webkit-keyframes shine {
    0% {
      background-position: 0; 
    }
    100% {
      background-position: 126px;
    }
  }
  @-o-keyframes shine {
    0% {
      background-position: 0;
    }
    100% {
      background-position: 126px;
    }
  }
  @keyframes shine {
    0% {
      background-position: 0;
    }
    100% {
      background-position: 126px;
    }
  }

.tts_loading{
    background: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    width: 100px;
    height: 68px;
    justify-content: center;
}

.tts_loading span{
    font-size: 20px;
    color: rgba(255, 255, 255, .87);
    animation:turn 1s linear infinite;
}

.tts_loading p{
    font-size: 14px;
    margin-top:4px;
    color: rgba(255, 255, 255, .67);
}

.voice_mask{
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.voice_mask span{
    color: #fff;
    font-size: 36px;
}

.bg_white{
    background: #fff;
}

.bg_black{
    background: #121214;
}

@keyframes turn{
    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);}
}

.button_base {
    margin: 0;
    border: 0;
    font-size: 16px;
    position: relative;
    width: 160px;
    height: 44px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
    overflow: hidden;
}

.button_base:hover {
    cursor: pointer;
}

/* ### ### ### 12 */

.btn_hover a {
    padding: 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 160px;
    height: 44px;
}

.btn_hover a:nth-child(1) {
    background-color: #09090A;
}

.btn_hover a:nth-child(2) {
    color: #fff;
}

.btn_hover:hover a:nth-child(1) {
    animation: b12_3d_glitch_bg 0.3s linear;
    -webkit-animation: b12_3d_glitch_bg 0.3s linear;
    -moz-animation: b12_3d_glitch_bg 0.3s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

.btn_hover:hover a:nth-child(2) {
    color: #000000;
    animation: b12_3d_glitch 0.3s linear;
    -webkit-animation: b12_3d_glitch 0.3s linear;
    -moz-animation: b12_3d_glitch 0.3s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
}

.layui-layer-page .layui-layer-content {
    overflow: visible !important;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.pagination li > *{
    display: block;
    min-width: 36px;
    padding: 0 17px;
    height: 36px;
    box-sizing: border-box;
    text-align: center;
    line-height: 36px;
    background: #ffffff;
    border-radius: 4px;
    margin: 0 4px;
    font-size: 14px;
    font-weight: 400;
    color: #606266;
    text-decoration: none;
}
.pagination li.disabled > *{
    color: #A8ABB3;
}
.pagination li.active > *{
    background: #CD9044;
    color: #ffffff;
}

.none_data{
    text-align: center;
    box-sizing: border-box;
    width: 100%;
}

.none_data.dark > p{
    color: rgba(255, 255, 255, .67);
}

.none_data > img{
    width: 400px;
}

.none_data > p{
    font-size: 14px;
    color: rgba(0,0,0,.6);
    margin-bottom: 60px;
}

.tts_art_detail_content.active{
    width: 100%;
}

.tts_art_detail_tit_other.active{
    padding-bottom: 16px;
}

.tts_art_detail_text.active{
    padding:24px 0;
}


@-webkit-keyframes b12_3d_glitch_bg {
    49.00% {
        background-color: #ffffff;
    }
    50.00% {
        background-color: #000000;
    }
    to {
        background-color: #000000;
    }
}

@-webkit-keyframes b12_3d_glitch {
    from {
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        color: #000000;
    }
    25.00% {
        transform: skewX(80deg);
        -webkit-transform: skewX(80deg);
        -moz-transform: skewX(80deg);
        color: #000000;
    }
    75.00% {
        transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        color: #ffffff;
    }
    90.00% {
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        color: #ffffff;
    }
    to {
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        color: #ffffff;
    }
}

@-moz-keyframes b12_3d_glitch_bg {
    49.00% {
        background-color: #ffffff;
    }
    50.00% {
        background-color: #000000;
    }
    to {
        background-color: #ffffff;
    }
}

@-moz-keyframes b12_3d_glitch {
    from {
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        color: #000000;
    }
    25.00% {
        transform: skewX(80deg);
        -webkit-transform: skewX(80deg);
        -moz-transform: skewX(80deg);
        color: #000000;
    }
    75.00% {
        transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        color: #ffffff;
    }
    90.00% {
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        color: #ffffff;
    }
    to {
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        color: #ffffff;
    }
}

.to_single_page,
.to_person_page,
.to_setting_link{
    cursor: pointer;
}

.menus .nav_line{
    width: 168px;
    height: 1px;
    margin: 16px auto;
    background: rgba( 255, 255, 255, 0.1);
}

.nav_line.light_style{
    background: rgba( 0, 0, 0, 0.06);
    margin: 16px;
    width: 168px;
    height: 1px;
    margin: 32px auto 0;
}

/*light_sky css start*/

.light_sky .menus {
    background-color: #F5F5F5;
}

.light_sky .menus .items .item,
.light_sky .ewm > p,
.light_sky .setting_list a,
.light_sky .vitr_intro{
    color: rgba(0, 0, 0, .6);
}

.light_sky .menus .items .item .iconfont{
    color: #606165;
}

.light_sky .menus .items .item:hover {
    background: rgba(0, 0, 0, 0.08);
}

.light_sky .help_community{
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #F1F1F1;
    color: rgba(0, 0, 0, .6);
}

.light_sky .menus .items .item.active,
.light_sky .setting_list a:hover{
    color: #D69A40;
    background: rgba(0, 0, 0, .08);
}

.light_sky .help_community i,
.light_sky .setting_list a span{
    color: #666;
}

.light_sky .user_info_content_name,
.light_sky .setting > .iconfont,
.light_sky .menus .items .item.active .iconfont,
.light_sky .setting_list a:hover .iconfont{
    color: #D69A40;
}

.light_sky .setting_list,
.light_sky .content_list{
    background: #fff;
}

.light_sky .change_sky::before {
    border-right: 8px solid #fff;
}

.light_sky .index_page_class_item ul li a.active{
    background: rgba(0, 0, 0, 0.08);
    padding: 1px 8px;
    color: #CD9044;
}

.light_sky .index_page_class_item ul li a,
.light_sky .class_item_title,
.light_sky .voice_item_name_collect p{
    color: rgba(0, 0, 0, .85);
}

.light_sky .index_page_voice_list ul li,
.light_sky .ewm{
    background: rgba(0, 0, 0, 0.04);
}

.light_sky .user_info{
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.light_sky .setting_list{
    box-shadow: 0px 0px 8px rgb(0 0 0 / 12%);
}

.light_sky .index_page_class_item ul li a:hover{
    background: rgba(0, 0, 0, 0.08);
}

.light_sky .vitr_data > p,
.light_sky .vitr_data > p > span,
.light_sky .vitr_data > span,
.light_sky .voice_item_name_collect > .iconfont{
    color: rgba(0, 0, 0, 0.6);
}

.light_sky .voice_item_name_collect > .iconfont.active{
    color: #CD9044;
}

.light_sky .tts_loading p{
    color: rgba(0, 0, 0, 0.6);
}

.light_sky .my_voice_warehouse{
    background-color: rgba(0, 0, 0, 0.08);
}

.light_sky .my_voice_warehouse > span,
.light_sky .my_voice_warehouse > p{
    color: rgba(0, 0, 0, 0.6);
}

.light_sky .my_list{
    background: #fff;
}

.light_sky .my_list_no_data{
    color: rgba(0,0,0,.6);
}

.light_sky .close_my_list{
    background-color: rgba( 0, 0, 0, 0.08);
}

.light_sky .close_my_list span{
    color: rgba(0, 0, 0, .85);
}

.light_sky .index_page_voice_list ul li:hover {
    background-color: rgba(0, 0, 0, 0.08);
}

.light_sky .vitl_content{
    background-color: rgba(0, 0, 0, 0.08);
}

.light_sky .vitr_title{
    color: rgba(0, 0, 0, .85);
}

.light_sky .vitr_time_data p{
    color: rgba(0, 0, 0, .6);
}

.light_sky .vitr_time_data span{
    color: rgba(0, 0, 0, .6);
}

.light_sky .my_list_options{
    background-color: #fff;
    box-shadow: 0 0 8px rgba( 0, 0, 0, 0.12);
}

.light_sky .my_list_options a{
    color: rgba(0, 0, 0, .6);
}

.light_sky .my_list_options a:hover{
    background-color: initial;
}

.light_sky .voice_edit_layer{
    background: #fff;
}

.light_sky .voice_edit_title p{
    color: rgba(0, 0, 0, .85);
}

.light_sky .close_voice_edit_layer span{
    color: rgba(0, 0, 0, .6);
}

.light_sky .voice_edit_title{
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.light_sky .voice_edit_pic{
    background-color: rgba(0, 0, 0, 0.08);
}

.light_sky .voice_edit_content > input{
    background: rgba(0, 0, 0, 0.04);
    color: rgba(0, 0, 0, 0.85);
}

.light_sky .voice_edit_bottom{
    border-top: 1px solid rgba(0, 0, 0, .06);
}

.light_sky .sure_edit{
    color: rgba(0, 0, 0, .85);
}

.light_sky .voice_del_layer{
    background: #fff;
}

.light_sky .voice_del_title p{
    color: rgba(0, 0, 0, .85);
}

.light_sky .voice_del_content > p{
    color: rgba(0, 0, 0, .85);
}

.light_sky .voice_audition{
    background: #fff;
}

.light_sky .voice_audition_head_info_title > p{
    color: rgba(0, 0, 0, .85);
}

.light_sky .voice_audition_head_info > p{
    color: rgba(0, 0, 0, .6);
}

.light_sky .voice_audition_head_info_title > span{
    color: rgba(0, 0, 0, .6);
}

.light_sky .voice_audition_head_info_title > span.active{
    color: #CD9044;
}

.light_sky .voice_audition_head_hits_text,
.light_sky .voice_audition_head_hits_numb,
.light_sky .voice_audition_head_hits_numb span{
    color: rgba(0, 0, 0, .85);
}

.light_sky .voice_audition_contents{
    background: rgba(0, 0, 0, 0.04);
}

.light_sky .voice_audition_content_text{
    color: rgba(0, 0, 0, .85);
}

.light_sky .audition_type_text{
    color: rgba(0, 0, 0, .85);
}

.light_sky .collect_tips{
    background-color: rgba( 0, 0, 0, 0.08);
    color: rgba(0, 0, 0, .85);
}

.light_sky .collect_tips::after{
    border-right: 6px solid rgba( 0, 0, 0, 0.08);
}

.light_sky .change_sky:hover::before{
    border-right: 8px solid rgba( 235, 235, 235);
}

.light_sky .content{
    background-color: #fff;
}

.light_sky .lists_title{
    color: rgba(0, 0, 0, .85);
}

.light_sky .lists_table_title{
    background: #F1F1F1;
}

.light_sky .lists_table_title span{
    color: rgba(0, 0, 0, .6);
}

.light_sky .lists_table_content .numb,
.light_sky .lists_table_content .title p,
.light_sky .lists_table_content .title span,
.light_sky .lists_table_content .name,
.light_sky .lists_table_content .info{
    color: rgba(0, 0, 0, .85);
}

.light_sky .lists_table_content:nth-child(odd){
    background: none;
}

.light_sky .lists_table_content:nth-child(even){
    background: rgba(0, 0, 0, 0.04);
}

.light_sky .more_lists{
    background-color: #fff;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 12%);
}

.light_sky .more_lists a,
.light_sky .more_lists a span{
    color: rgba(0, 0, 0, .85);
}

.light_sky .more_lists a:hover{
    background: rgba(0, 0, 0, 0.04);
}

.light_sky .mul_title_input > input{
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .85);
}

.light_sky .edit_view .edit_options{
    border-bottom: 1px solid #f1f1f1;
}

.light_sky .editor_controller_content{
    border: 1px solid #f1f1f1;
}

.light_sky .edit_view .edit_options .edit_option span{
    color: rgba(0, 0, 0, .6);
}

.light_sky .voice_core_info{
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.light_sky .voice_class_title input[type=text]{
    background-color: rgba(0, 0, 0, .08);
}

.light_sky .voice_class_title input[type=text]:focus{
    background: rgba(0, 0, 0, .16);
}

.light_sky .voice_class_all_item{
    background: #fff;
    box-shadow: 0 4px 8px rgba( 0, 0, 0, 0.12);
}

.light_sky .voice_class_all_item a{
    color: rgba(0, 0, 0, .6);
}

.light_sky .mul_title_btn > div .select_down_type{
    background-color: #fff;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 12%);
}

.light_sky .mul_title_btn > div .select_down_type .select_item span{
    color: rgba(0, 0, 0, .6);
}

.light_sky .mul_title_btn > div .select_down_type .select_item .vip_tags{
    color: #fff;
}

.light_sky .mul_title_btn > div .select_down_type .select_item input[type=radio]{
    border: 1.5px solid rgba(0, 0, 0, .6);
    background: rgba( 0, 0, 0, 0.08);
}

.light_sky .edit_content .edit_char .text{
    color: rgba(0, 0, 0, .85);
}

.light_sky .slider_box_border::after{
    background: #D69A40;
}

.light_sky .slider_box_border::before{
    border-color: #D69A40 transparent transparent transparent;
}

.light_sky .edit_view .edit_content .empty_area,
.light_sky .edit_content .edit_cursor{
    color: rgba(0, 0, 0, .85);
}

.light_sky .changeBGM{
    background: #fff;
}

.light_sky .changeBGM .layer_title{
    border-bottom: 1px solid #f1f1f1;
}

.light_sky .layer_title p{
    color: rgba(0, 0, 0, .85);
}

.light_sky .close_layer span{
    color: rgba(0, 0, 0, .85);
}

.light_sky .changeBGM_nav_item a{
    color: rgba(0, 0, 0, .85);
}

.light_sky .changeBGM_nav_item a.active{
    background-color: rgba(0, 0, 0, .04);
    color: #D69A40;
}

.light_sky .changeBGM_lists_item .items{
    border: 1px solid rgba(0, 0, 0, .04);
}

.light_sky .changeBGM_lists_item .items.select{
    background: rgba(0, 0, 0, 0.08);
}

.light_sky .changeBGM_lists_item .items.select .item_info .name,
.light_sky .changeBGM_lists_item .items.select .item_info .time{
    color: rgba(0, 0, 0, .85);
}

.light_sky .changeBGM_lists_item .item_info .name,
.light_sky .changeBGM_lists_item .item_info .time{
    color: rgba(0, 0, 0, .6);
}

.light_sky .changeBGM_lists_item .items .controller_box{
    border: 2px solid rgba(0, 0, 0, .6);
}

.light_sky .changeBGM_lists_item .items .controller_box .iconfont{
    color: rgba(0, 0, 0, .6);
}

.light_sky .changeBGM_lists_item .items.select .controller_box{
    border: 2px solid rgba(0, 0, 0, .85);
}

.light_sky .changeBGM_lists_item .items.select .controller_box .iconfont{
    color: rgba(0, 0, 0, .85);
}

.light_sky .changeBGM .layer_content .bgm_play_controller .play_btn{
    border: 2px solid rgba(0, 0, 0, .85);
}

.light_sky .changeBGM .layer_content .bgm_play_controller .play_btn::after{
    color: rgba(0, 0, 0, .85);
}

.light_sky .changeBGM .layer_content .bgm_play_controller .current_time,
.light_sky .changeBGM .layer_content .bgm_play_controller .show_time{
    background: #333;
    color: #fff;
}

.light_sky .select_bgm_music_status span{
    color: rgba(0, 0, 0, .85);
}

.light_sky .changeBGM .layer_content .bgm_play_controller{
    border-top: 1px solid #f1f1f1;
}

.light_sky .tts_loading span,
.light_sky .tts_loading p{
    color: rgba(0, 0, 0, .85);
}

.light_sky .upload_bgm_link{
    background: rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .04);
}

.light_sky .upload_bgm_link .upload_top{
    color: rgba(0, 0, 0, .85);
}

.light_sky .upload_bgm_link > p{
    color: rgba(0, 0, 0, .6);
}

.light_sky .bgmTips{
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .6);
}

.light_sky .changeVoice{
    background: #fff;
}

.light_sky .changeVoice .layer_tab a{
    color: rgba(0, 0, 0, .6);
}

.light_sky .changeVoice .layer_title{
    border-bottom: 1px solid #f1f1f1;
}

.light_sky .changeVoice_nav_item > p,
.light_sky .changeVoice_nav_item .items a{
    color: rgba(0, 0, 0, .85);
}

.light_sky .changeVoice_nav_item .items a.active{
    background: rgba(0, 0, 0, .08);
}

.light_sky .changeVoice .layer_tab a.active{
    color: #CD9044;
}

.light_sky .changeVoice_list_item{
    background: rgba(0, 0, 0, 0.04);
}

.light_sky .changeVoice_list_item_right .vitr_intro{
    color: rgba(0, 0, 0, .6);
}

.light_sky .vitr_data > span.active{
    color: #CD9044;
}

.light_sky .edit_view .edit_options .edit_option span:hover{
    color: rgba(0, 0, 0, .85);
}

.light_sky .edit_content .edit_menu_window{
    background: #fff;
    box-shadow: 0 6px 16px rgb(0 0 0 / 20%);
}

.light_sky .edit_content .edit_menu_item .key_name,
.light_sky .edit_content .edit_menu_item .key_text{
    color: rgba(0, 0, 0, .85);
}

.light_sky .edit_content .edit_menu_item:hover{
    background: rgba(0, 0, 0, 0.04);
}

.light_sky .edit_content .edit_menu_line{
    background: #fff;
}

.light_sky .edit_content .duoyin_window{
    background: #fff;
    box-shadow: 0px 3px 10px -1px rgb(0 0 0 / 16%);
}

.light_sky .pinyin_choose > p, 
.light_sky .pinyin_custom > p{
    color: rgba(0, 0, 0, 0.4);
}

.light_sky .edit_content .duoyin_window .item{
    color: rgba(0, 0, 0, .85);
}

.light_sky .pinyin_choose button{
    background-color: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .6);
}

.light_sky .pinyin_custom{
    border-top: 1px solid #f1f1f1;
}

.light_sky .edit_content .duoyin_window .item:hover{
    background: rgba( 0, 0, 0, 0.08);
}

.light_sky .pinyin_custom_cancel{
    background-color: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .6);
}

.light_sky .pinyin_custom_spell > p, 
.light_sky .pinyin_custom_tone > p{
    color: rgba(0, 0, 0, 0.4);
}

.light_sky .pinyin_custom_spell > input{
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.light_sky .pinyin_custom_spell > input:focus{
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.light_sky .pinyin_custom_select{
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.6);
}

.light_sky .pinyin_custom_select_list{
    background-color: #fff;
    box-shadow: 0 0 4px rgba( 0, 0, 0, 0.1);
}

.light_sky .pinyin_custom_select_list p{
    color: rgba(0, 0, 0, 0.6);
}

.light_sky .pinyin_custom_select:hover{
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.light_sky .pinyin_custom_select_list p:hover{
    background: rgba(0, 0, 0, 0.2);
}

.light_sky .pinyin_custom_tips p{
    color: rgba(0, 0, 0, .6);
}

.light_sky .edit_content .break_window{
    background: #fff;
    box-shadow: 0px 3px 9px -1px rgb(0 0 0 / 16%);
}

.light_sky .edit_content .break_window::after{
    border-bottom: 5px #fff solid;
    filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, .12))
}

.light_sky .edit_content .break_window .item{
    color: rgba(0, 0, 0, .85);
}

.light_sky .edit_content .break_window .item:hover{
    background: rgba(0, 0, 0, 0.08);
}

.light_sky .edit_content .custom_read_window{
    background: #fff;
    box-shadow: 0px 3px 9px -1px rgb(0 0 0 / 16%);
}

.light_sky .edit_content .custom_read_window::after{
    border-bottom: 5px #fff solid;
    filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, .12))
}

.light_sky .edit_content .custom_read_window .item{
    color: rgba(0, 0, 0, 0.85);
}

.light_sky .edit_content .custom_read_window .item:hover{
    background: rgba(0, 0, 0, .08);
}

.light_sky .edit_content .variable_speed_window {
    background: #fff;
    box-shadow: 0px 3px 9px -1px rgb(0 0 0 / 16%);
}

.light_sky .edit_content .variable_speed_window::after{
    border-bottom: 5px #fff solid;
    filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, .12))
}

.light_sky .edit_content .line_break_window{
    background: #fff;
    box-shadow: 0px 3px 9px -1px rgb(0 0 0 / 16%);
}

.light_sky .edit_content .line_break_window::after{
    border-bottom: 5px #fff solid;
    filter: drop-shadow(0px -2px 2px rgba(0, 0, 0, .12))
}

.light_sky .edit_content .line_break_options .option label{
    color: rgba(0, 0, 0, .85);
}

.light_sky .edit_content .line_break_options .option input[type=radio]{
    border: 1.5px solid rgba(0, 0, 0, .6);
    background: rgba( 0, 0, 0, 0.08);
}

.light_sky .edit_content .line_break_options .option.custom input[type=number]{
    background: rgba(0, 0, 0, 0.08);
}

.light_sky .edit_view .char_num{
    color: rgba(0, 0, 0, 0.6);
}

.light_sky .voice_pic{
    background-color: rgba(0, 0, 0, 0.08);
}


.light_sky .layer_content::-webkit-scrollbar {
    width:5px; 
    height: 5px;
}
.light_sky .layer_content::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:10px;
}
.light_sky .layer_content::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.38);
}

.light_sky .layer_content_my::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.38);
}

.light_sky .voice_class_content::-webkit-scrollbar {
    width:8px; 
}
.light_sky .voice_class_content::-webkit-scrollbar-track {
    border-radius:10px;
}
.light_sky .voice_class_content::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.38);
}
.light_sky .voice_core_info_c_right::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.38);
}

.light_sky .voice_core_info_c_right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
}


.light_sky .voice_class_all_item::-webkit-scrollbar {
    width:5px; 
    height: 5px;
}
.light_sky .voice_class_all_item::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:10px;
}
.light_sky .voice_class_all_item::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.38);
}


.light_sky .changeBGM_lists_item::-webkit-scrollbar {
    width:5px; 
    height: 5px;
}
.light_sky .changeBGM_lists_item::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:10px;
}
.light_sky .changeBGM_lists_item::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.38);
}


.light_sky .voice_list_content::-webkit-scrollbar {
    width:5px; 
    height: 5px;
}
.light_sky .voice_list_content::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:10px;
}
.light_sky .voice_list_content::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.38);
}

.light_sky .lists_table .list_content::-webkit-scrollbar {
    width:5px; 
    height: 5px;
}
.light_sky .lists_table .list_content::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:10px;
}
.light_sky .lists_table .list_content::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.38);
}

.light_sky .edit_view .edit_content::-webkit-scrollbar{
    width:5px; 
    height: 5px;
}
.light_sky .edit_view .edit_content::-webkit-scrollbar-track {
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:10px;
}
.light_sky .edit_view .edit_content::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.38);
}

.light_sky .voice_control_left .btn,
.light_sky .voice_control_left .btn span{
    color: rgba(255, 255, 255, .87);
}

.light_sky .voice_control_left .background_music,
.light_sky .voice_control_left .background_music span{
    color: #CD9044;
}

.light_sky .vitl_mask{
    color: #fff !important;
}

.light_sky .mul_title_input > input:focus {
    background: rgba(0, 0, 0, .16);
}

.light_sky .pinyin_def_text{
    color: rgba(0, 0, 0, .85);
}

.light_sky .edit_content .pinyin_def_text{
    color: rgba(0, 0, 0, .85);
    background: rgba( 0, 0, 0, 0.08);
}

.light_sky .edit_view .edit_options .edit_option .hover_options .hover_option{
    background-color: #fff;
    box-shadow: 0px 0 8px rgba( 0, 0, 0, 0.12);
    color: rgba(0, 0, 0, .85);
}

.light_sky .edit_view .edit_options .edit_option .hover_options .hover_option:hover{
    background-color: #fff;
}

.light_sky .edit_content .text_line.select .pinyin_def_text{
    background: rgba( 0, 0, 0, 0.16);
}

.light_sky .edit_content .text_line.select::before{
    background-color: rgba(0, 0, 0, 0.06);
}

.light_sky .menus .nav_line{
    background-color: rgba(0, 0, 0, 0.06);
}

.light_sky .replace_text_container{
    background-color: #fff;
}

.light_sky .replace_text_title p:first-child{
    color: rgba(0, 0, 0, 0.67);
}

.light_sky .replace_text_title p:last-child{
    color: rgba(0, 0, 0, 0.3);
}

.light_sky .replace_input_box span{
    color: rgba(0, 0, 0, 0.45);
}

.light_sky .replace_input_box button span{
    background-color: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.6);
}

.light_sky .replace_input{
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.light_sky .replace_text_bottom a{
    background: none !important;
    border: 1px solid #ccc;
    color: rgba(0, 0, 0, 0.6);
}

.light_sky .edit_content .line_replace_window, 
.light_sky .edit_content .line_replace_duo_window{
    box-shadow: 0px 0 8px rgb(0 0 0 / 12%);
    background: #fff;
}

.light_sky .replace_input_box button{
    color: rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.06);

}

.light_sky .replace_input_duo_container .prev,
.light_sky .replace_input_duo_container .next,
.light_sky .replace_input_container .prev,
.light_sky .replace_input_container .next{
    color: rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0.06);
}

.light_sky .replace_input_container button span,
.light_sky .replace_input_duo_container button span{
    color: rgba(0, 0, 0, 0.6);
}

.light_sky .replace_duo_box > p{
    color: rgba(0, 0, 0, 0.45);
}

.light_sky .replace_duo_text_content .item{
    background: rgba(0,0,0,.08);
    color: #666;
}

.light_sky .edit_content .line_replace_duo_window .select_pinyin_type{
    border: 1px solid rgba(0,0,0,.16);
}

.light_sky .edit_content .line_replace_duo_window .select_pinyin_type .item{
    color: #999;
}

.light_sky .edit_content .line_replace_duo_window .select_pinyin_type .item.active{
    color: #fff;
}

.light_sky .replace_duo_pinyin_content .item{
    border: 1px solid rgba(0,0,0,.16);
}

.light_sky .replace_duo_pinyin_content .item a{
    color: rgba(0, 0, 0, .6);
}

.light_sky .replace_duo_pinyin_content .item:hover {
    border: 1px solid rgba(0,0,0,.3);
    color: rgba(0, 0, 0, .87);
}

.light_sky .replace_duo_text_content .item.active{
    color: #fff;
}

.light_sky .replace_input_container button:hover, 
.light_sky .replace_input_duo_container button:hover{
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.8);
}

.light_sky .edit_view .edit_options .edit_option.replaceParent .hover_options{
    box-shadow: 0px 0 8px rgb(0 0 0 / 12%);
    background: #fff !important;
}

.light_sky .edit_view .edit_options .edit_option.replaceParent .hover_options .hover_option{
    box-shadow: none !important;
}

.light_sky .edit_content .edit_char.replace_bg .text{
    background-color: rgba(0,0,0,.2);
}

.light_sky .make_change_sky i {
    color: rgba( 0, 0, 0, .6);
}

.light_sky .make_change_sky .text{
    color: rgba(0, 0, 0, 0.67);
    background: #fff;
}

.light_sky .edit_view .char_questions{
    color: rgba(0, 0, 0, 0.6);
}

.light_sky .edit_view .char_questions_text{
    background: #fff;
    box-shadow: 0px 0px 12px rgb(37 37 89 / 12%);
}
 .light_sky .bgm_control .icon-guanbi{
    color: rgba(0, 0, 0, 0.6);
}

.light_sky .edit_view .char_questions_text > p{
    color: rgba(0, 0, 0, 0.65);
}

.light_sky .dot:after{
    background: rgba( 255, 255, 255, .4);
}

.light_sky .bgm_info_tips .t{
    color: rgba(0,0,0,0.6);
}

.light_sky .bgm_info_tips p{
    color: rgba(0,0,0,0.9);
}

.light_sky .bgm_info_tips .icon-guanbi{
    color: rgba(0,0,0,0.6);
}

.light_sky .changeBGM .slider_content_box > span{
    color: rgba(0, 0, 0, .6);
}

.light_sky .changeBGM .slider_content_box .default{
    color: rgba(0, 0, 0, .67);
    background: rgba(0, 0, 0, 0.04);
}

.light_sky .changeBGM .slider_box_border::before{
    display: none;
}

.light_sky .changeBGM .slider_box_border::after{
    display: none;
}

.light_sky .voice_control_right .icon-guanbi{
    color: rgba(255, 255, 255, 0.6);
}

.light_sky .voice_video_item_info .title{
    color: rgba(0, 0, 0, 0.85);
}

.light_sky .voice_video_item_info .desc{
    color: rgba(0, 0, 0, 0.85);
}


/*出登录用户赠送vip弹窗 start*/

.voice_get_free{
    width: 800px;
    height: 540px;
    position: relative;
}

.voice_get_free > a{
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    border: 2px solid #fff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.voice_get_free > a > span{
    color: #fff;
    font-size: 26px;
}

.voice_get_free_content{
    background-image:url(../imgs/get_free_bg.png);
    background-repeat: no-repeat;
    height: 480px;
    width: 768px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.get_free_title{
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.get_free_title > h2{
    color: #3D2109;
    font-size: 40px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.get_free_title > h2 > strong{
    color: #f81735;
    font-size: 48px;
    font-weight: bold;
}    

.get_free_list{
    display: flex;
    flex-direction: column;
    padding-left: 220px;
    box-sizing: border-box;
}

.get_free_list p span{
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #3D2109;
    border-radius: 50%;
    display: inline-block;
    margin-right: 16px;
}
    
.get_free_list p span::after{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: rgba(61, 33, 9, 0.16);
    left: -4px;
    top: -4px;
    border-radius: 50%;
}

.get_free_list p{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    height: 24px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 16px;
}

.get_free_btn{
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 20px;
    align-items: center;
}

.get_free_btn_toUse{
    color: #3D2109;
    background: linear-gradient(270deg, #E3B668 0%, #FCECC5 100%);
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: inline-block;
    padding: 8px 78px;
    margin-bottom: 8px;
}

.get_free_btn_more{
    font-weight: 500;
    font-size: 14px;
    color: #D69A40;
    line-height: 22px;
    text-decoration: underline;
}

/*收藏弹窗*/
.collect_web_tips{
    position: fixed;
    top: 80px;
    right: 14px;
    background-color: #fff;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 20px 24px;
    z-index: 19930507;
    width: 360px;
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 20%);
}

.collect_web_tips .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.collect_web_tips .title p{
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
}

.collect_web_tips .title a{
    color: rgba(0, 0, 0, 0.6);
    font-size: 24px;
}

.collect_web_tips .methods{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
    margin-bottom: 16px;
}

.collect_web_tips .methods span{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
    width: 62px;
    display: inline-block;
}

.collect_web_tips .options{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.collect_web_tips .options a{
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.collect_web_tips .options .confirm{
    color: #D69A40;
    margin-left: 32px;
}


.collect_web_tips::after{
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: calc(50% - 10px);
    right: -10px;
}

.collect_web_tips .methods p{
    color: rgba(0, 0, 0, 0.6);
}

.moodTags{
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background: #F25555;
    font-size: 12px;
    display: inline-block;
    height: 22px;
    padding: 0 8px;
    line-height: 22px;
    border-radius:0 0 0 16px;
    z-index: 2;
}

.moodTag_black{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #F25555;
    font-size: 12px;
    display: inline-block;
    height: 22px;
    padding: 0 8px;
    line-height: 22px;
    border-radius:0 0 8px 0;
}

.headMoodTags{
    position: absolute;
    top: -8px;
    left: -16px;
    color: #fff;
    background: #F25555;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    padding: 0 4px;
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
}

.no_audio_pic{
    text-align: center;
}

.no_audio_pic img{
    width: 140px;
}

.no_audio_pic p{
    font-size: 12px;
    color: #9da3ac;
    line-height: 20px;
    margin-top: 16px;
}

.lightOrbital,
.lightOrbital1{
    overflow: hidden;
    position: relative;
}

.lightOrbital::after{
    content: "";
    height: 500%;
    width: 26px;
    background: rgba(255,255,255,1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .4;
    filter: blur(12px);
    animation: move 5s infinite ease-out;
}

.lightOrbital1::after{
    content: "";
    height: 500%;
    width: 26px;
    background: rgba(255,255,255,1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .4;
    filter: blur(12px);
    animation: move1 2s 1 ease-out;
    animation-fill-mode:forwards;
}

.light_sky .lightOrbital1::after{
    background: #CD9044;
    opacity: .08;
    filter: initial;
}

@keyframes move {
    0% {
        transform: translate(-200px, -200px) rotate(45deg);
    }
    100% {
        transform: translate(200px, 200px) rotate(45deg);
    }
}

.replaceParent{
    position: relative;
}

.replaceParent .label{
    color: #CD9044;
    font-size: 30px;
    position: absolute;
    right: 0;
    top: -12px;
}

.append_video_tools{
    position: relative;
}

.tts_nav_tools_content.active1{
    border-radius: 12px;
    position: absolute;
    width: 220px;
    height: 152px;
    top: -250px;
    left: 210px;
    opacity: 0;
    visibility: hidden;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    z-index: 1000;
    transition-delay: .15s;
}

.append_video_tools:hover .tts_nav_tools_content{
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.tts_nav_tools_list.tools_nav{
    width: 854px;
    height: 688px;
    background: #FFFFFF;
    box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.2);
    border-radius: 16px 16px 16px 16px;
    left: -350px;
    padding-top: 0px;
}
.tts_nav_tools_list.tools_nav::after{
    left: 390px;
}



.nav_tools_title{
    display: flex;
    align-items: center;
    padding: 14px 24px;
}

.nav_tools_title .nav_tools_title_btn{
    width: 176px;
    height: 40px;
    background: #0C0E21;
    border-radius: 100px 100px 100px 100px;

    font-size: 16px;
    font-weight: 500;
    color: #C2A886;
    line-height: 40px;
    text-align: center;
}
.nav_tools_title .nav_tools_title_num{
    margin-left: 50px;
    font-size: 24px;
    font-weight: 600;
    color: #EB465C;
}
.nav_tools_title .nav_tools_title_num span{
    vertical-align: super;
}
.nav_tools_title .nav_tools_title_text{
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
}


.nav_tools_item_t{
    padding: 0 24px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    display: flex;
    align-items: center;
    padding: 12px 24px;
}
.nav_tools_item_t::before{
    content: " ";
    width: 4px;
    height: 16px;
    background: #C2A886;
    border-radius: 1px 1px 1px 1px;
    margin-right: 8px;
}

.nav_tools_img_items{
    display: flex;
    flex-wrap: wrap;
    padding: 0 24px;
}
.nav_tools_img_items .nav_tools_img_item:last-child{
    margin-right: 0px;
}
.nav_tools_img_items .nav_tools_img_item{
    width: 142px;
    height: 80px;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
    margin-right: 24px;
    padding: 0px;
    border-radius: 4px;
}

.nav_tools_img_items .nav_tools_img_item img{
    transition: all .3s;
}

.nav_tools_img_items .nav_tools_img_item:hover img{
    transform: scale(1.05);
}

.nav_tools_img_items .nav_tools_img_item::before{
    content: " ";
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nav_tools_img_items .nav_tools_img_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav_tools_img_items .nav_tools_img_item .nav_tools_img_text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}
.nav_tools_items{
    display: flex;
    padding: 0 24px;
    flex-wrap: wrap;
}
.nav_tools_items .nav_tools_item{
    margin-bottom: 16px;
    margin-right: 24px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    width: auto;
    height: auto;
    padding: 0px;

}
.nav_tools_items .nav_tools_item:hover{
    color: #C2A886FF;
}

.nav_tools_b_desc{
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.25);
    justify-content: center;
}

.nav_tools_b_desc img{
    margin-right: 12px;
}


/*voice_video_demo_lists start*/
.voice_video_swpier_lists {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 24px 24px 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.voice_video_swpier_lists .voice_video_swpier_tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.voice_video_swpier_lists .voice_video_swpier_tit h2{
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.voice_video_swpier_lists .voice_video_swpier_tit .voice_video_swpier_options span{
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
}

.voice_video_swpier_options{
    display: flex;
    align-items:center;
    position: relative;
    height: 18px;
}

.voice_video_swpier_items ul{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.voice_video_swpier_items ul li{
    margin-right: 16px;
}

.voice_video_swpier_items ul li:last-child{
    margin-right: 0;
}

.voice_video_swpier_items ul li .item > a{
    display: inline-block;
    width: 100px;
    height: 178px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.voice_video_swpier_items ul li .item > a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voice_video_swpier_items ul li .item > a::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 0;
}

.voice_video_swpier_items ul li .item > a .video_name{
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    width: 84px;
    position: absolute;
    top: 8px;
    left: 8px;
}


.voice_video_swpier_items ul li .item > a .video_zan_num{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    width: 84px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.voice_video_swpier_items ul li .item > a .video_zan_num span{
    color: #fff;
    margin-right: 3px;
    font-size: 16px;
}

.voice_video_item_info{
    display: flex;
    flex-direction: column;
    width: 100px;
}

.voice_video_swpier_items ul li .item{
    display: flex;
    flex-direction: column;
}

.voice_video_swpier_items ul li .item .voice_video_item_info{
    margin-top: 12px;
}

.voice_video_item_info .title{
    font-size: 14px;
    height: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    line-height: 22px;
    margin-bottom: 4px;
}

.voice_video_item_info .desc{
    font-size: 12px;
    height: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    line-height: 16px;
}

.voice_video_swiper_num{
    font-size: 12px;
    color: #fff;
}

.voice_video_swpier_options .next{
    transform:rotate(-90deg);
    -ms-transform:rotate(-90deg); /* Internet Explorer */
    -moz-transform:rotate(-90deg); /* Firefox */
    -webkit-transform:rotate(-90deg); /* Safari 和 Chrome */
    -o-transform:rotate(-90deg); /* Opera */
}

.voice_video_swpier_options .next.active,
.voice_video_swpier_options .prev.active{
    pointer-events:none;
    opacity: .6;
}

.voice_video_swpier_options .prev{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); /* Internet Explorer */
    -moz-transform:rotate(90deg); /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); /* Opera */
}

.voice_video_item_content .voice_video_item_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.voice_video_item_content .voice_video_item_btn:hover{
    background: rgba(255,255,255,.8);
}

.voice_video_item_content .voice_video_item_btn span{
    color: #000;
    font-size: 28px;
    padding-left: 2px;
}

.badge_icon{
    width: 78px;
    height:110px;
    position: absolute;
    z-index: 100;
    left: calc(50% - 700px);
    top: calc(50% - 400px);
    border-radius: 20px;
}

.badge_icon img{
    width: 100%;
    height: 100%;
}

.badge_icon.active{
    left: initial;
    right: calc(50% - 600px);
    top: calc(50% - 360px);
}

.badge_icon.active1{
    left: initial;
    right: calc(50% - 360px);
    top: calc(50% - 42px);
}

.voice_video_swpier_options .swiper-button-next, 
.voice_video_swpier_options .swiper-button-prev{
    color: #fff;
    font-weight: bold;
    transform: scale(.24);
    position: initial;
    margin-top: 0;
}

.voice_video_swpier_options .swiper-button-prev{
    left: 0;
}

.voice_video_swpier_options .swiper-button-next{
    right: 0;
}

.voice_video_swpier_lists .swiper-pagination{
    position: initial;
}

.voiceTotalNumb{
    overflow:hidden;
    line-height:30px;
    height:30px;
    margin-right: 4px;
}
.voiceTotalNumb span{
    font-size: 28px;
    font-weight: bold;
    position: absolute;
}

.banner_content .voiceTotalNumb span{
    font-size: 22px !important;
}

.mt6{
    margin-top: 6px;
}

.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;
}





.default{
    background: #CD9044;
}


.tts_style_bg{
    background: #CD9044;
}


.tts_sad,
.tts_calm,
.tts_hate,
.tts_story,
.tts_chat,.tts_original,.tts_noble,.tts_warm,.tts_fuhei,.tts_boxue,.tts_chenwen,.tts_hualao,.tts_vivid,.tts_sweet,.tts_sajiao,.tts_chat-casual{
    background: #5a8fa0!important;
}

.tts_assistant,
.tts_angry,
.tts_scare,
.tts_news,
.tts_customerservice,.tts_old,.tts_lovely,.tts_villain,.tts_newscast-formal,.tts_narration,.tts_newscast-casual,.tts_empathetic,.tts_chic,.tts_classic,.tts_disgusted,.tts_sorry{
    background: #F25555!important;
}

.tts_cheerful,
.tts_affectionate,
.tts_surprise,
.tts_narration-professional,.tts_jingqiang,.tts_dongbei,.tts_daxia,.tts_sports,.tts_qinghua,.tts_shenchen,.tts_honest,.tts_zhiyu,.tts_retro,.tts_amaze,.tts_sports-commentary{
    background: #F29D6D!important;
}

.tts_narration-professional,
.tts_newscast-casual,
.tts_newscast-formal,
.tts_radio,
.tts_game,.tts_food,.tts_sentimental,.tts_amusement,.tts_shudan,.tts_kongbu,.tts_daoyou,.tts_garden,.tts_wenqing,.tts_novel,.tts_peaceful,.tts_sports-commentary-excited{
    background: #4970f1!important;
}

.tts_customerservice,
.tts_fearful,
.tts_hopeful,
.tts_qinggan,.tts_ruya,.tts_shusheng,.tts_boya,.tts_jilupian,.tts_cheerful,.tts_sad,.tts_angry,.tts_fearful,.tts_disgruntled,.tts_exciting,.tts_advertisement-upbeat{
    background: #A06DF2!important;
}

.tts_poetry-reading,
.tts_newscast,
.tts_documentary-narration,
.tts_poetry,
.tts_serious,.tts_affable,.tts_calm,.tts_gentle,.tts_lyrical,.tts_embarrassed,.tts_depressed,.tts_surprise,.tts_assistant,.tts_newscast,.tts_aojiao{
    background: #CD9044!important;
}

.tts_gentle,
.tts_embarrassed,
.tts_call,
.tts_yingshi,.tts_guimi,.tts_kehuan,.tts_kepu,.tts_xili,.tts_xuanyi,.tts_sumu,.tts_dalao,.tts_cheerful_v2,.tts_xiequ,.tts_jieshuo{
    background: #13acaa!important;
}

.tts_chat,
.tts_empathetic,
.tts_shouting,
.tts_dongzuo,.tts_cute,.tts_pingshu,.tts_shenmi,.tts_gaoxiao,.tts_tale,.tts_daqi,.tts_wuxia,.tts_qingliang,.tts_xuanhuan{
    background:#27a476!important;
}

.tts_disgruntled,
.tts_serious,
.tts_zixun,.tts_gangjing,.tts_shadiao,.tts_xuanchuan,.tts_hanju,.tts_shengdong,.tts_jiling,.tts_knowledge,.tts_passion,.tts_tonghua{
    background: #a44d27!important;
}

.tts_lyrical,
.tts_depressed,
.tts_jiaomai,.tts_lishi,.tts_langsong,.tts_conversation,.tts_dongman,.tts_envious,.tts_affectionate,.tts_rouqing,.tts_tiaopi,.tts_qihuan{
    background: #051994!important;
}

.tts_narration-relaxed,
.tts_advertisement_upbeat,
.tts_kuaiban,.tts_haoqing,.tts_shizheng,.tts_narration-relaxed,.tts_cixing,.tts_qingchun,.tts_Advertisement_upbeat,.tts_Narration-relaxed,.tts_Sports_commentary,.tts_Sports_commentary_excited{
    background:#37e0a2!important;
}

.tts_sports_commentary,
.tts_complain,
.tts_whispering,
.tts_excited,.tts_friendly,.tts_terrified,.tts_shouting,.tts_unfriendly,.tts_whispering,.tts_hopeful,.tts_keji,.tts_shuhuan,.tts_rexue{
    background: #d36f45!important;
}

.tts_sports_commentary_excited,
.tts_happy,
.tts_terrified,
.tts_quwei,.tts_rouhe,.tts_cangsang,.tts_canglao,.tts_gongting,.tts_documentary-narration,.tts_happy,.tts_hate,.tts_scare,.tts_huoli{
    background: #ff7c7c!important;
}

.tts_envious,
.tts_nervous,
.tts_dushi,.tts_wenrou,.tts_zhuanji,.tts_zhengtai,.tts_yangqiang,.tts_wenxin,.tts_zhexue,.tts_podcast,.tts_tuiwen,.tts_manhua{
    background: #7a36e6!important;
}

.tts_francisca,
.tts_strict,
.tts_friendly,.tts_lvyou,.tts_lingdong,.tts_zhibo,.tts_daily,.tts_hearing,.tts_fairytale,.tts_sports_commentary,.tts_sports_commentary_excited,.tts_advertisement_upbeat,.tts_complain{
    background: #5d8ee9!important;
}
.tts_excited,
.tts_unfriendly,
.tts_nervous,.tts_strict,.tts_poetry-reading,.tts_neutral,.tts_fear,.tts_arousal{
    background: #e93030!important;
}


/**/
.voice_video_play_layer{
    position: relative;
    width: 960px;
    height:540px;
    border-radius: 16px;
    background-color: #000;
    text-align: center;
    display: none;
}

.voice_b_video{
    border-radius: 16px !important;
    background-color: #000 !important;
} 

.voice_video_play_layer > a{
    position: absolute;
    color: rgba( 255, 255, 255, .85);
    font-size: 22px;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.voice_video_play_layer video{
    height: 540px;
    margin: 0 auto;
}



/*--popup--*/
.activity_popup{
    display: none;
    width: 600px;
    height: 480px;
    position: relative;
}

.activity_popup_container{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../imgs/activity_banner/activity_popup_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.activity_popup_container .qrcode{
    width: 180px;
    height: 180px;
    position: absolute;
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
}

/*--popup--*/

/*双11活动banner popup css start*/
.doubleActivity_container{
    width: 100%;
    height: 600px;
    background-image: url(../imgs/activity_banner/bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.doubleActivity_container.bg2{
    background-image: url(../imgs/activity_banner/bg2.png);
}

.doubleActivity_container_c{
    width: 1380px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.doubleActivity_container_left > span{
    height: 24px;
    border-radius: 4px 12px 4px 12px;
    background: linear-gradient(270deg, #F2D59F 0%, #FFFCE9 100%);
    
    font-size: 12px;
    font-weight: 500;
    color: #000108;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
}

.doubleActivity_container_left  .doubleActivity_text{
    color: #fff;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 16px;
}

.doubleActivity_container_left .doubleActivity_text1{
    color: #C5A961;
    font-size: 18px;
    line-height: 28px;
}

.doubleActivity_container_left .doubleActivity_text1 span{
    color: rgba(231, 29, 29, 1);
    font-size: 24px;
    font-weight: 700;
}

.doubleActivity_container_left  .doubleActivity_text span{
    color: #f4d73e;
    font-size: 60px;
}

.doubleActivity_container_left  .doubleActivity_tips{
    margin-top: 46px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

.doubleActivity_container_left .text2{
    margin: 24px 0;
    width: 667px;
}



/*双11活动banner popup css end*/


/*注册新用户引流弹窗 css start*/
.register_new_user_layer{
    display: none;
}

.register_new_user_layer_c{
    width: 326px;
    height: 366px;
    position: relative;
    background-image: url(../imgs/register_new_user_layer_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.register_new_user_layer_c .register_new_user_layer_close{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../imgs/register_new_user_layer_close.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 46px;
}

.register_new_user_layer_c img{
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 82px;
}
/*注册新用户引流弹窗 css end*/


/*db12 layer*/
.db12{
    cursor: pointer;
}

.db12_layer{
    width: 600px;
    height: 480px;
    display: none;
}

.db12_layer_model{
    border-radius: 24px !important;
    overflow: hidden !important;
}

.db12_layer_c{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../imgs/activity_banner/layer_bg.png?ver=1.1);
    background-size: cover;
}

.db12_layer_c .qrcode{
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 95px;
    transform: translateX(-50%);
    box-sizing: border-box;
}

.db12_layer_c .qrcode img{
    width: 100%;
    height: 100%;
}

/*db12 layer*/


/*618 activity layer css start*/
.public_activity_layer{
    width: 295px;
    height: 344px;
    display: none;
    position: relative;
}

.public_activity_model{
    background: none !important;
    box-shadow: none !important;
}

.public_activity_layer > .coupon_layer_close{
    position: absolute;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.56);
    background-color: rgba(255,255,255,.24);
    right: -32px;
    top: 0;
    border-radius: 50%;
}

.public_activity_layer > .coupon_layer_close span{
    color: rgba(255,255,255,.64);
    font-size: 24px;
}

.public_activity_popup_content{
    width: 295px;
    height: 344px;
    background-image: url(../imgs/coupon/activity_popup618.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.public_activity_popup_content > span{
    height: 20px;
    background: linear-gradient(315deg, #6730FF 0%, #38FFB7 100%);
    border-radius: 8px 2px 8px 2px;
    display: inline-block;

    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    padding: 0 4px;
    margin-right: auto;
    margin-left: 24px;
}

.public_activity_popup_content > h2{
    font-size: 30px;
    font-weight: 500;
    color: #FFDC83;
    line-height: 40px;
    margin-bottom: 8px;
}

.public_activity_popup_content .activity_money{
    display: flex;
    align-items:center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,.9);
    line-height: 20px;
    margin-bottom: 14px;
    width: 188px;
    height: 40px;
    background: linear-gradient(90deg, rgba(228,74,66,0) 0%, #E44A42 100%);
    border-radius: 100px 100px 100px 100px;
}

.public_activity_popup_content .activity_money span{
    color: #F7CD51;
    font-size: 24px;
    line-height: 32px;
    margin:0 1px 4px 1px;
}

.public_activity_popup_content > p{
    margin-bottom: 16px;
    width: 263px;
    height: 54px;
    background-image: url(../imgs/coupon/activity_popup_btn_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}







/*618 activity layer css end*/

.person_qrcode_content .qrcode_container .pic.styleActive{
    margin-top: 20px !important;
}

#activity_ball {
    width: 20px;
    height: 20px;
    background-color: #1D245A;
    border-radius: 50%;
    z-index: 100;
}

.tts_nav_extend_tools.active1{
    width: 220px;
    background: #fff;
    border-radius: 12px;
    position: absolute;
    top: 0px;
    left: 220px;
    display: flex;
    flex-direction: column;
    padding-top: 16px;
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 20%);
    padding: 16px;
    box-sizing:border-box;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
}

.tts_nav_extend_tools.active{
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
}

.tts_nav_extend_tools.active1::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 8px solid #fff;
    position: absolute;
    top: 20px;
    left: -7px;
}
.tts_nav_extend_tools.active1 .tool_item{
    height: 64px;
    display: flex;
    align-items: center;
}
.tts_nav_extend_tools.active1 .tool_item .tool_icon{
    font-size: 24px;
    color: #666666;
}
.tts_nav_extend_tools.active1 .tool_item .tool_name{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.85);
    margin-left: 8px;
}

.tts_nav_extend_tools.active1 .tool_item .tool_new_label{
    width: 33px;
    height: 16px;
    margin-left: 8px;
}
.tts_nav_extend_tools.active1 .tool_item .tool_wrap{
    flex: 1;
}

.tts_nav_extend_tools.active1 .tool_item .icon_arrow{
    color: #BDBDBD;
    font-size: 20px;
    font-weight: 600;
}
.tts_nav_extend_tools.active1 .tool_item:hover .tool_icon{
    color: #CD9044;
}
.tts_nav_extend_tools.active1 .tool_item:hover .tool_name{
    color: #CD9044;
}
.tts_nav_extend_tools.active1 .tool_item:hover .icon_arrow{
    color: #CD9044;
}

.voice_info_top_text .numb .new_host_tag{
  height: 16px;
  background: rgba(242,85,85,0.12);
  border-radius: 2px 2px 2px 2px;
  display: flex;
  color: #F25555;
  font-size: 14px;
  margin-left: 8px;
  line-height: 16px;
  padding: 0 4px;
}

.tts_nav_extend_tools.active2{
    left: 0;
    top: 48px;
    height: auto;
}

.tts_nav_extend_tools.active2{
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}

.tts_nav_extend_tools.active2::after{
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -18px;
  left: 20px;
}

.public_circular {
    animation: rotate 1.2s linear infinite;
    margin: auto;
}

.public_circular .path{
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.2s ease-in-out infinite
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1300px) and (min-width: 1px){
    .menus{
        width: 150px;
    }
    .menus .items{
        margin-top: 10px;
    }
  
    .menus .items .item{
        height: 40px;
        font-size: 14px;
        margin-bottom: 4px;
    }
    .menus .items .item .iconfont{
        font-size: 18px;
    }
    .menus .ewm > img{
        width: 80px;
        height: 80px;
    }
    .menus .help_community{
        width: 114px;
        height: 30px;
    }
    .menus .help_community i{
        font-size: 14px;
    }
    .menus .help_community .vip{
        width: 14px;
        height: 14px;
    }
    .menus .user_info{
        height:70px
    }
    .menus .user_info_content{
        padding-left: 10px;
    }
    .menus .user_info_content_head{
        width: 20px;
        height: 20px;
    }
    .menus .user_info_content_head .user_head_pic{
        width: 18px;
        height: 18px;
    }
    .menus .user_info_content_name{
        width: 80px;
        font-size: 12px;
    }
    .menus .setting_list_mask{
        left: 115px;
        bottom: 75px;
    }
    .menus .setting_list{
        width: 127px;
    }
    .menus .setting_list a{
        font-size: 14px;
        height: 50px;
        line-height: 50px;
    }
    .menus .setting_list a span{
        margin-right: 4px;
        font-size: 14px;
    }
}

.public_hover_tag::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #373752 transparent transparent transparent;
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .1));
    left: 50%;
    top: 0px;
    transform: translateX(-50%) translateY(-8px);
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0.2s;
}

.public_hover_tag::after {
    font-size: 14px;
    color: #fff;
    content: attr(data-tips);
    position: absolute;
    padding: 0 4px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    z-index: 300;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%) translateY(-8px);
    background: #373752;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0.2s;
    box-sizing: border-box;
}

.public_hover_tag:hover::before,
.public_hover_tag:hover::after {
    visibility: visible;
    opacity: 1;
}

/*限制多账号登录弹窗样式css start*/
.lim_many_account_login_layer{
    width: 320px;
    display: none;
}

.lim_many_account_login_model{
    border-radius: 16px !important;
    box-shadow: none !important;
}

.lim_many_account_login_layer .lim_many_account_login_content{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 16px 24px 16px;
    box-sizing: border-box;
    overflow: hidden;
}

.lim_many_account_login_layer .lim_many_account_login_content::before{
    content: '';
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, rgba(227, 182, 104, 0.32) 0%, rgba(227, 182, 104, 0.00) 100%);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 16px 16px 0 0;
}

.lim_many_account_login_layer .lim_many_account_login_content h3{
    color: #16172F;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.lim_many_account_login_layer .lim_many_account_login_content > p{
    color: #737482;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0 22px 0;
    position: relative;
    z-index: 1;
}

.lim_many_account_login_layer .lim_many_account_login_content .acc_list{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    z-index: 1;
}

.lim_many_account_login_layer .lim_many_account_login_content .acc_list .acc_item{
    border: 1px solid #EBECF0;
    border-radius: 8px;
    padding:8px 16px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
}

.lim_many_account_login_layer .lim_many_account_login_content .acc_list .acc_item:last-child{
    margin-bottom: 32px;
}

.lim_many_account_login_layer .lim_many_account_login_content .acc_list .acc_item > span{
    color: #737482;
    margin-right: 16px;
}

.lim_many_account_login_layer .lim_many_account_login_content .acc_list .acc_item.active{
    pointer-events: none;
}

.lim_many_account_login_layer .lim_many_account_login_content .acc_list .acc_item.active > span{
    color: #16172F;
}

.lim_many_account_login_layer .lim_many_account_login_content .acc_list .acc_item.active > span::before{
    content: '\e79e';
}

.lim_many_account_login_layer .lim_many_account_login_content .acc_list .acc_item .acc_item_c{
    display: flex;
    flex-direction: column;
    width: calc(100% - 32px);
}

.lim_many_account_login_layer .lim_many_account_login_content .acc_list .acc_item .acc_item_c p{
    color:#16172F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 4px;
}

.lim_many_account_login_layer .lim_many_account_login_content .acc_list .acc_item .acc_item_c span{
    color: #737482;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.lim_many_account_login_layer .lim_many_account_login_content button{
    height: 48px;
    border: none;
    outline: none;
    background: #C4C4CA;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 200px;
    pointer-events: none;
    width: 100%;
}

.lim_many_account_login_layer .lim_many_account_login_content button.disable{
    pointer-events: none;
    opacity: .7;
}

.lim_many_account_login_layer .lim_many_account_login_content button.active{
    background: #16172F;
    pointer-events: initial;
}
/*限制多账号登录弹窗样式css end*/

.matrix_list{
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  width: 240px;
  box-shadow: 0px 16px 48px 1px rgba(37, 37, 89, 0.2);
}

.matrix_list > a{
  display: flex;
  align-items: center;
  height: 66px;
  padding-left: 16px;
  transition: all .2s;
}

.matrix_list > a:hover{
  background: rgba(0,0,0,0.04);
}

.matrix_list > a > i{
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #16172F;
}

.matrix_list > a .text_c{
  margin-left: 12px;
  display: flex;
  flex-direction: column;
}

.matrix_list > a .text_c p{
  font-size: 14px;
  font-weight: 500;
  color: #16172F;
  line-height: 22px;
  position: relative;
  display: inline-flex;
  align-items: center;
}

.matrix_list > a .text_c p i{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 10px 10px;
  background-color: #e44a42;
  color: #fff;
  width: 16px;
  height: 16px;
  font-size: 12px;
  margin-left: 8px;
  font-style: normal;
  position: relative;
}

.matrix_list > a .text_c p i::after{
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 11px;
  left: -1px;
  border-left: 3px solid rgba(0, 0, 0, 0);
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #e44a42;
  transform: rotate(-135deg);
}

.matrix_list > a .text_c span{
  font-size: 12px;
  font-weight: 400;
  color: #A2A2AB;
  line-height: 20px;
}