.banner .banner_option > span{
    font-size: 20px;
}
.banner .banner_option > span::before{
    content: "\e7ac";
}

.sucai_music_content>a span::before{
    content: "\e7f3";
}

.banner .banner_zpb_btn>p>span{
    font-size: 20px;
}

.banner .banner_zpb_btn>p>span::before{
    content: "\e7ac" !important;
}

.icon-youhuiquan:before{
    content: "\e73c" !important;
}

.icon-xiaoxi:before{
    content: "\e6d9" !important;
}

.icon-shezhi:before{
    content: "\e6bc" !important;
}




.tts_container {
    background-color: #0D1116 !important;
}

button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.clone_text_primary {
    background: linear-gradient(90deg, #A7FF1A 0%, #82FAC2 50%, #47D4FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.clone_bg_primary {
    border-radius: 100px;
    background: linear-gradient(90deg, #A7FF1A 0%, #82FAC2 50%, #47D4FF 100%);
}

.page_head {
    width: 100%;
    height: 450px;
    background-image: url(../imgs/clone/page_head.jpg);
    background-color: rgba(13, 17, 22, 1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_head>img {
    width: 522px;
    height: 450px;
    margin-left: 116px;
}

.page_head_texts {
    display: flex;
    flex-direction: column;
}

.page_head_texts>img {
    width: 564px;
    height: 82px;
}

.page_head_texts>p {
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.page_head_texts .text_list {
    display: flex;
    align-items: center;
    margin: 16px 0 40px 0;
}

.page_head_texts .text_list .item {
    display: flex;
    flex-direction: column;
    margin-right: 64px;
}

.page_head_texts .text_list .item p {
    font-weight: bold;
    margin-bottom: 8px;
}

.page_head_texts .text_list .item span {
    color: #fff;
}

.page_head_texts>button {
    height: 56px;
    width: 224px;
    border-radius: 100px;
    position: relative;
}

.page_head_texts>button p{
    color: #16172F;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.free_tag {
    display: inline-flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 16px 16px 16px 2px;
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    top: -20px;
    right: -16px;
}

.page_voice {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
    margin-top: 160px;
}

.clone_title {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}

.clone_title>img {
    height: 45px;
}

.clone_title p{
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}

.clone_title>svg {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.page_voice .clone_core {
    width: 100%;
    height: 356px;
    background-image: url(../imgs/clone/voice_core_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page_voice .clone_core>p {
    margin-top: 16px;
}


.clone_core .loader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 192px;
    width: 192px;
    cursor: pointer;
}

.clone_core .loader .line {
    position: absolute;
    content: "";
    height: 192px;
    width: 192px;
    border: 2px solid #A7FF1A;
    border-radius: 50%;
    animation: loader_quan 2.4s linear infinite;
}

.clone_core .loader .line:nth-child(1) {
    opacity: 0;
    animation-delay: 0.8s;
    border-color: #A7FF1A;
}

.clone_core .loader .line:nth-child(2) {
    opacity: 0;
    animation-delay: 1.6s;
    border-color: #82FAC2;
}

.clone_core .loader .line:nth-child(3) {
    opacity: 0;
    animation-delay: 2.4s;
    border-color: #47D4FF;
}

.clone_core .loader .line:nth-child(4) {
    animation: none;
    display: flex;
    width: 96px;
    height: 96px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: linear-gradient(90deg, #A7FF1A 0%, #82FAC2 50%, #47D4FF 100%), #FFF;
    border: none;
}

.clone_core .loader .line span {
    color: #000;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.clone_core .loader::after {
    opacity: 0;
    animation-delay: 1s;
}

.page_case {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
    margin-top: 160px;
}

.page_case .case_list {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.page_case .case_list>.item {
    border-radius: 16px;
    border: 1px solid rgba(52, 56, 60);
    background: #181D21;
    width: calc(50% - 20px);
    padding: 24px 24px 0 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.page_case .case_list>.item::after {
    content: '';
    width: 132px;
    height: 132px;
    background: rgba(82, 255, 186, 0.32);
    filter: blur(60px);
    bottom: -64px;
    right: -48px;
    position: absolute;
}

.page_case .case_list>.item .user_data {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.page_case .case_list>.item .user_data .pic {
    width: 64px;
    height: 64px;
    margin-right: 16px;
    border-radius: 50%;
}

.page_case .case_list>.item .user_data p {
    font-weight: 500;
    color: #fff;
}

.page_case .case_list>.item .user_data p:first-child{
    margin-bottom: 12px;
}

.page_case .case_list>.item .user_data .tag {
    width: 108px;
    height: 62px;
    margin-left: auto;
    margin-top: 16px;
}

.page_case .case_list>.item>p {
    color: #fff;
    margin: 24px 0 40px 0;
}

.page_case .case_list>.item .options {
    width: 100%;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(77px, 1fr))
}

.page_case .case_list>.item .options .opt {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-top: 16px;
}

.page_case .case_list>.item .options .opt .btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #CD9044;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page_case .case_list>.item .options .opt .btn.joy{
    background: #5a8fa0;
}

.page_case .case_list>.item .options .opt .btn.anger{
    background: #F25555;
}

.page_case .case_list>.item .options .opt .btn.sorrow{
    background: #4970f1;
}

.page_case .case_list>.item .options .opt .btn.fear{
    background: #e93030;
}

.page_case .case_list>.item .options .opt .btn.disgust{
    background: #A06DF2;
}

.page_case .case_list>.item .options .opt .btn.down{
    background: #051994;
}

.page_case .case_list>.item .options .opt .btn.surprise{
    background: #d36f45;
}

.page_case .case_list>.item .options .opt .btn.calm{
    background: #37e0a2;
}


.page_case .case_list>.item .options .opt .btn i {
    color: #fff;
    font-size: 12px;
    width: 32px;
    height: 32px;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.page_case .case_list>.item .options .opt .btn:hover::after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.page_case .case_list>.item .options .opt .btn:hover i {
    display: flex;
}

.page_case .case_list>.item .options .opt p {
    color: #fff;
    margin-top: 16px;
}

.page_case .case_list>.item .options .opt .btn.play i {
    width: 3px;
    border-radius: 1.5px;
    background: #fff;
    position: absolute;
    bottom: 10px;
    display: flex !important;
    animation: 1s clone_play_anim2 infinite linear;
    z-index: 1;
}

.page_case .case_list>.item .options .opt .btn.play:hover::after{
    display: none;
}

.page_case .case_list>.item .options .opt .btn:hover i::before{
    z-index: 1;
}

.page_case .case_list>.item .options .opt .btn.play i::before {
    position: absolute;
    content: "";
    height: 3px;
    animation: 1s clone_play_anim1 infinite linear;
    left: -6px;
    bottom: 0px;
    width: 3px;
    border-radius: 1.5px;
    background: #fff;
}

.page_case .case_list>.item .options .opt .btn.play i::after {
    position: absolute;
    content: "";
    height: 7px;
    animation: 1s clone_play_anim3 infinite linear;
    right: -6px;
    bottom: 0px;
    width: 3px;
    border-radius: 1.5px;
    background: #fff;
}

.page_case .case_list>.item .options .opt .btn span{
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.page_case .case_list>.item .options .opt .btn.play span::after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.65);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

.page_step {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 0 auto;
    margin-top: 160px;
    align-items: center;
}

.page_step .clone_title {
    margin-bottom: 22px;
}

.page_step>p {
    margin-bottom: 56px;
    color: #fff;
}

.page_step .step_content {
    display: flex;
    width: 100%;
}

.page_step .step_content .left {
    display: flex;
    flex-direction: column;
    width: 380px;
}

.page_step .step_content .right {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #181D21;
    flex-shrink: 0;
    width: calc(100% - 380px);
    height: 460px;
    box-sizing: border-box;
    overflow: hidden;
}

.page_step .step_content .right img.active{
    display: block;
}

.page_step .step_content .right img {
    display: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.page_step .step_content .left .step_text {
    display: flex;
    flex-direction: column;
    padding: 0 16px 0 32px;
}

.page_step .step_content .left .step_text .stp {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    align-items: center;
    height: 106px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.page_step .step_content .left .step_text .stp>span {
    font-size: 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.page_step .step_content .left .step_text .stp .texts {
    display: flex;
    flex-direction: column;
}

.page_step .step_content .left .step_text .stp .texts p {
    font-weight: 500;
    margin-bottom: 8px;
    color: #fff;
}

.page_step .step_content .left .step_text .stp .texts span {
    color: rgba(255,255,255,.55);
}

.page_step .step_content .left>button {
    height: 58px;
    width: 232px;
    border-radius: 100px;
    margin-left: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page_step .step_content .left>button span {
    margin-right: 8px;
    color: #16172F;
}

.page_step .step_content .left>button p {
    font-weight: 500;
    color: #16172F;
}

.page_step .step_content .left>a {
    color: rgba(255, 255, 255, .85);
    margin-left: 32px;
}

.page_step .step_content .left .step_text .stp.active{
    pointer-events: none;
}

.page_step .step_content .left .step_text .stp::after{
    content: '';
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, #A7FF1A 0%, #82FAC2 50%, #47D4FF 100%);
    position: absolute;
    bottom: 0;
    left: -100%;
    transition:all .4s ease-out;
}

.page_step .step_content .left .step_text .stp:nth-child(1).active::after{
    left: -66%;
}

.page_step .step_content .left .step_text .stp:nth-child(2).active::after{
    left: -33%;
}

.page_step .step_content .left .step_text .stp:nth-child(3).active::after{
    left: 0;
}


.page_adv {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 160px auto 0px;
}

.page_adv .adv_content {
    display: flex;
    justify-content: space-between;
}

.page_adv .adv_content .left {
    width: 584px;
    height: 329px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, #47D4FF 0%, #82FAC2 100%);
    display: flex;
    flex-direction: column;
    padding: 40px 0 40px 40px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.page_adv .adv_content .right {
    width: 584px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page_adv .adv_content .left .tit {
    display: flex;
    align-items: center;

}

.page_adv .adv_content .left .tit span {
    margin-right: 12px;
    color: #16172F;
}

.page_adv .adv_content .left .tit p {
    font-weight: 500;
}

.page_adv .adv_content .left>p {
    margin-top: 16px;
    color: #16172F;
    margin-bottom: auto;
}

.page_adv .adv_content .left button {
    width: 224px;
    height: 56px;
    border-radius: 100px;
    background-color: #16172F;
}

.page_adv .adv_content .left button:hover{
    background: linear-gradient(90deg, #A7FF1A 0%, #82FAC2 50%, #47D4FF 100%);
    color: #16172F;
}

.page_adv .adv_content .left button:hover p{
    color: #16172F;
    background: none;
    -webkit-text-fill-color: #16172F; 
}

.page_adv .adv_content .left button p {
    font-weight: bold;
}

.page_adv .adv_content .left>img {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    transition:all .4s ease-in-out;
}

.page_adv .adv_content .left:hover>img{
    transform: scale(1.1);
}

.page_adv .adv_content .right .adv1 {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #181D21;
    position: relative;
    height: 162px;
    overflow: hidden;
    padding: 24px;
    box-sizing: border-box;
    transition: all .3s;
}

.page_adv .adv_content .right .adv1:hover::after{
    right: 0;
    top: 0;
}

.page_adv .adv_content .right .adv1::after {
    content: '';
    width: 132px;
    height: 132px;
    background: rgba(82, 255, 186, 0.32);
    filter: blur(60px);
    top: -64px;
    right: -48px;
    position: absolute;
    transition: all .3s ease-in-out;
}

.page_adv .adv_content .right .adv1 .tit {
    display: flex;
    align-items: center;
}

.page_adv .adv_content .right .adv1 .tit span {
    margin-right: 12px;
}

.page_adv .adv_content .right .adv1 .tit p {
    color: #fff;
    font-weight: 500;
}

.page_adv .adv_content .right .adv1>p {
    margin-top: 16px;
    color: #fff;
}

.page_adv .adv_content .right .adv_small {
    display: flex;
    justify-content: space-between;
}

.page_adv .adv_content .right .adv_small .adv2 {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #181D21;
    position: relative;
    overflow: hidden;
    padding: 24px;
    box-sizing: border-box;
    flex: 1;
}

.page_adv .adv_content .right .adv_small .adv2:nth-child(1) {
    margin-right: 24px;
}

.page_adv .adv_content .right .adv_small .adv2:hover::after{
    right: 0;
    top: 0;
}

.page_adv .adv_content .right .adv_small .adv2::after {
    content: '';
    width: 132px;
    height: 132px;
    background: rgba(82, 255, 186, 0.32);
    filter: blur(60px);
    top: -64px;
    right: -48px;
    position: absolute;
    transition: all .3s ease-in-out;
}

.page_adv .adv_content .right .adv_small .adv2 .tit {
    display: flex;
    align-items: center;
}

.page_adv .adv_content .right .adv_small .adv2 .tit span {
    margin-right: 12px;
}

.page_adv .adv_content .right .adv_small .adv2 .tit p {
    color: #fff;
    font-weight: 500;
}

.page_adv .adv_content .right .adv_small .adv2>p {
    margin-top: 16px;
    color: #fff;
}

.page_question {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 160px auto 0px;
}

.page_question .question_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page_question .question_list .item {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #181D21;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    box-sizing: border-box;
    margin-bottom: 24px;
    transition: all .2s;
}

.page_question .question_list .item:hover{
    border: 1px solid rgba(255,255,255,.24);
}

.page_question .question_list .item p {
    font-size: 500;
    color: #fff;
    margin-bottom: 12px;
}

.page_question .question_list .item span {
    color: #fff;
}

.page_bottom {
    margin: 136px auto 160px;
    background-image: url(../imgs/clone/page_foot.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1200px;
    height: 270px;
}

.page_bottom>img {
    height: 45px;
}

.page_bottom > span{
    font-size: 48px;
    font-weight: 700;
}


.page_bottom>p {
    color: #fff;
    margin: 12px 0 40px 0;
}

.page_bottom>button {
    height: 56px;
    width: 224px;
    border-radius: 100px;
    position: relative;
}

.page_bottom>button img {}

.page_bottom>button p{
    color: #16172F;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}


/*悦音声音克隆提示弹窗css start*/
.clone_init_tips_layer {
    display: none;
    background: none;
    position: relative;
}

.clone_init_tips_model {
    background: none !important;
    box-shadow: none !important;
}

.clone_init_tips_layer {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgb(246, 247, 252);
    border-radius: 16px;
    overflow: hidden;
}

.clone_init_tips_layer::before {
    content: '';
    width: 100%;
    height: 160px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(227, 182, 104, 0.32) 0%, rgba(227, 182, 104, 0.00) 100%);
}

.clone_init_tips_layer>span {
    color: #737482;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.clone_init_tips_layer_content {
    box-sizing: border-box;
    padding: 32px 0 0 0;
    width: 100%;
    height: 100%;
}

.clone_init_tips_layer_content .content_c {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.clone_init_tips_layer_content .content_c>p {
    font-weight: bold;
    color: #16172F;
    text-align: center;
}

.clone_init_tips_layer_content .content_c .text_c {
    display: flex;
    flex-direction: column;
    margin: 40px 0 56px 0;
    box-sizing: border-box;
    padding: 0 24px;
}

.clone_init_tips_layer_content .content_c .text_c p {
    color: #16172F;
    margin-bottom: 22px;
}

.clone_init_tips_layer_content .content_c .text_c p:last-child {
    margin-bottom: 0;
}

.clone_init_tips_layer_content .content_c .btns {
    width: 100%;
    height: 108px;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clone_init_tips_layer_content .content_c .btns .statement {
    display: inline-flex;
    align-items: center;
    position: relative;
    height: 20px;
    margin: 8px 0;
}

.clone_init_tips_layer_content .content_c .btns .statement>span {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 2px solid #737482;
    box-sizing: border-box;
    margin-right: 8px;
    position: absolute;
    left: 0;
    top: 2px;
    cursor: pointer;
}

.clone_init_tips_layer_content .content_c .btns .statement>span.check {
    border: none;
    width: 20px;
    height: 20px;
    top: 0;
    left: -2px;
    line-height: 20px;
}

.clone_init_tips_layer_content .content_c .btns .statement>span.check::after {
    content: '\e79e';
    font-family: "iconfont";
    color: #16172F;
    font-size: 20px;
}

.clone_init_tips_layer_content .content_c .btns .statement>p {
    color: #A2A2AB;
    padding-left: 28px;
}

.clone_init_tips_layer_content .content_c .btns .statement p a {
    color: #16172F;
}

.clone_init_tips_layer_content .content_c .btns>button {
    width: 343px;
    height: 48px;
    border-radius: 100px;
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    color: #52432A;
    font-weight: bold;
}


/*悦音声音克隆提示弹窗css end*/





/*克隆次数不足提示弹窗css start*/
.check_use_time_layer {
    display: none;
    background: none;
    position: relative;
}

.check_use_time_model {
    background: none !important;
    box-shadow: none !important;
}

.check_use_time_layer>span {
    color: #737482;
    position: absolute;
    top: 34px;
    right: 24px;
    cursor: pointer;
    z-index: 1;
}

.check_use_time_layer_content {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px 24px;
    box-sizing: border-box;
}

.check_use_time_layer_content .tit {
    display: flex;
    align-items: center;
}

.check_use_time_layer_content .tit span {
    color: #D69A40;
    margin-right: 8px;
}

.check_use_time_layer_content .tit p {
    color: #16172F;
    font-weight: bold;
}

.check_use_time_layer_content>p {
    color: #16172F;
    margin: 16px 0 24px 0;
}

.check_use_time_layer_content .btns {
    display: flex;
    justify-content: flex-end;
}

.check_use_time_layer_content .btns button {
    width: 144px;
    height: 48px;
    border-radius: 100px;
}

.check_use_time_layer_content .btns button:first-child {
    border: 1px solid #C4C4CA;
    color: #737482;
}

.check_use_time_layer_content .btns button:last-child {
    border: none;
    color: #52432A;
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    margin-left: 24px;
}

/*克隆次数不足提示弹窗css end*/






/*分贝dB检测弹窗css start*/
.check_db_layer {
    display: none;
    background: none;
    position: relative;
}

.check_db_layer>span {
    color: #737482;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 1;
}

.check_db_model {
    background: none !important;
    box-shadow: none !important;
}

.check_db_layer_content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(246, 247, 252);
    box-sizing: border-box;
    padding: 32px 54px;
    border-radius: 16px;
}

.check_db_layer_content .tit {
    color: #16172F;
    font-weight: bold;
}

.check_db_layer_content .check_main {
    position: relative;
    width: 352px;
    height: 352px;
    background-image: url(../imgs/clone/check_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.check_db_layer_content .check_tag {
    width: 240px;
    height: 240px;
    position: absolute;
    left: 50%;
    top: 114px;
    transform: translateX(-50%);
}

.check_db_layer_content .check_tag::after,
.check_db_layer_content .check_tag::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid rgb(205, 194, 181);
    background: rgb(179, 171, 169);

    border-radius: 50%;
    animation: loader_quan1 2.4s linear infinite;
}

.check_db_layer_content .check_tag::before {
    opacity: 0;
    animation-delay: 1.2s;
}



.check_db_layer_content .check_main .check_main_c>img {
    width: 192px;
    height: 192px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.check_db_layer_content .check_main .check_main_c .check_info {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
}

.check_db_layer_content .check_main .check_main_c .check_info p {
    color: #52432A;
    font-size: 56px;
    font-weight: bold;
    line-height: 64px;
    /* 114.286% */
}

.check_db_layer_content .check_main .check_main_c .check_info span {
    color: #52432A;
}

.check_db_layer_content .check_main .check_main_c .check_info.fail {
    background: #E44A42 !important;
}

.check_db_layer_content .check_main .check_main_c .check_info.fail p,
.check_db_layer_content .check_main .check_main_c .check_info.fail span {
    color: #fff;
}

.check_db_layer_content .check_main .line {
    width: 96px;
    height: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../imgs/clone/zhen.png);
    position: absolute;
    z-index: 5;
    bottom: calc(50% - 2px);
    left: 80px;
    transform-origin: right;
}

.check_db_layer_content .check_main .line.fail {
    width: 96px;
    height: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../imgs/clone/zhen1.png);
    position: absolute;
    z-index: 5;
    bottom: calc(50% - 2px);
    left: 80px;
    transform-origin: right;
}

.check_db_layer_content .tips {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 116px;
    left: 0;
    height: 60px;
}

.check_db_layer_content .tips span {
    color: #16172F;
    font-weight: bold;
    margin-bottom: 12px;
}

.check_db_layer_content .tips p {
    color: #737482;
}

.check_db_layer_content .tips.pass span,
.check_db_layer_content .tips.pass p {
    color: #D69A40;
}

.check_db_layer_content .tips.fail span,
.check_db_layer_content .tips.fail p {
    color: #E44A42;
}

.check_db_layer_content .tips.error {
    flex-direction: row;
    justify-content: center;
}

.check_db_layer_content .tips.error i {
    color: #E44A42;
    margin-right: 8px;
}

.check_db_layer_content .tips.error p {
    color: #E44A42;
}

.check_db_layer_content .btns .init {
    width: 100%;
    height: 48px;
    border-radius: 100px;
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    color: #52432A;
    font-weight: bold;
}

.check_db_layer_content .btns {
    width: 100%;
    display: flex;
    margin-top: 64px;
}

.check_db_layer_content .btns .testing {
    width: 100%;
    height: 48px;
    border-radius: 100px;
    background: #A2A2AB;
    color: #fff;
    font-weight: bold;
}

.check_db_layer_content .btns .skip {
    border: 1px solid #737482;
    color: #737482;
    border-radius: 100px;
    width: 120px;
    height: 48px;
    margin-right: 24px;
}

/*分贝dB检测弹窗css end*/




/*克隆弹窗 start css*/
.clone_layer {
    display: none;
    background: none;
    position: relative;
}

.clone_layer>span {
    color: #737482;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 1;
}

.clone_model {
    background: none !important;
    box-shadow: none !important;
}

.clone_layer_content {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 16px;
    background-color: RGB(24 29 33);
    background-image: url(../imgs/clone/clone_line.png);
    background-repeat: no-repeat;
    background-size: 640px 224px;
    background-position: top center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px;
    box-sizing: border-box;
}

.clone_layer_content .tabs {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #181D21;
    display: flex;
    margin: 32px 0;
    padding: 4px;
    box-sizing: border-box;
}

.clone_layer_content .tabs .tab {
    height: 48px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    cursor: pointer;
}

.clone_layer_content .tabs .tab span {
    color: rgba(255, 255, 255, .85);
}

.clone_layer_content .tabs .tab.active {
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    pointer-events: none;
}

.clone_layer_content .tabs .tab.active span {
    color: #52432A;
    font-weight: bold;
    position: relative;
}

.clone_layer_content .tabs .tab span.active::before{
    content: '';
    width: 8px;
    height: 8px;
    background: #E44A42;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 8px;
}

.clone_layer_content .tips {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
}

.clone_layer_content .tips i {
    color: rgba(255, 255, 255, .55);
    margin-right: 4px;
}

.clone_layer_content .tips p {
    color: rgba(255, 255, 255, .55);
}

.clone_layer_content .text_content {
    border-radius: 12px;
    position: relative;
    background: rgba(255, 255, 255, .04);
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 224px;
    width: 100%;
    justify-content: center;
}

.clone_layer_content .text_content .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 12px;
}

.clone_layer_content .text_content .bg::after {
    content: '';
    width: 132px;
    height: 132px;
    background: rgba(82, 255, 186, 0.32);
    filter: blur(60px);
    top: -64px;
    right: -48px;
    position: absolute;
}

.clone_layer_content .text_content .text_t,
.clone_layer_content .text_content .text_m,
.clone_layer_content .text_content .text_b {
    position: relative;
    z-index: 1;
}

.clone_layer_content .text_content .text_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
}

.clone_layer_content .text_content .text_t .text_t_tip {
    display: flex;
    align-items: center;
}

.clone_layer_content .text_content .text_t .text_t_tip span {
    color: rgba(255, 255, 255, .85);
    margin-right: 4px;
}

.clone_layer_content .text_content .text_t .text_t_tip p {
    color: rgba(255, 255, 255, .85);
}

.clone_layer_content .text_content .text_t .text_t_select {
    position: relative;
}

.clone_layer_content .text_content .text_t .text_t_select .current_select {
    width: 84px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 100px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    transition: all .2s;
    position: relative;
}

.clone_layer_content .text_content .text_t .text_t_select .current_select::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -2px;
}

.clone_layer_content .text_content .text_t .text_t_select .current_select:hover {
    border: 1px solid rgba(255, 255, 255, .24);
}

.clone_layer_content .text_content .text_t .text_t_select .current_select p {
    color: #fff;
}

.clone_layer_content .text_content .text_t .text_t_select .current_select span {
    display: flex;
    transition: all .3s;
    color: rgba(255, 255, 255, .55);
    margin-left: 4px;
}

.clone_layer_content .text_content .text_m {
    margin-top: 24px;
}

.clone_layer_content .text_content .text_m p {
    color: #fff;
}

.clone_layer_content .text_content .text_b {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto;
    cursor: pointer;
}

.clone_layer_content .text_content .text_b span {
    color: rgba(255, 255, 255, .85);
    margin-right: 4px;
}

.clone_layer_content .text_content .text_b p {
    color: rgba(255, 255, 255, .85);
}

.clone_layer_content .options {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 48px 0 32px 0;
    align-items: center;
}

.clone_layer_content .options .option_btn {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    padding: 4px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all .2s;
}

.clone_layer_content .options .option_btn.active .option{
    background: #E44A42 !important;
}

.clone_layer_content .options .option_btn.active .option::before{
    display: none;
}

.clone_layer_content .options>p {
    color: #fff;
    margin-top: 12px;
}

.clone_layer_content .options>p.error{
    color: #E44A42;
}

.uiverse {
    --duration: 5s;
    --easing: linear;
    --c-color-1: rgb(121, 244, 255);
    --c-color-2: rgb(96, 149, 241);
    --c-color-3: rgb(176, 106, 245);
    --c-shadow: rgba(255, 223, 87, 0.5);
    --c-shadow-inset-top: rgba(255, 255, 255, 0.6);
    --c-shadow-inset-bottom: rgba(255, 255, 255, 0.6);
    --c-radial-inner: #ffd215;
    --c-radial-outer: #fff172;
    --c-color: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    outline: none;
    position: relative;
    cursor: pointer;
    border: none;
    display: table;
    border-radius: 24px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: var(--c-color);
    background: linear-gradient(273deg, RGB(128, 245, 250) 0%, RGB(103, 144, 232) 50%, RGB(174, 132, 236) 100%);
    width: 100%;
    height: 100%;
    transition: all .2s;
}

.uiverse:before {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
    transition: all .2s;
    box-shadow:
        inset 0 0 12px var(--c-shadow-inset-top),
        inset 0 0 12px var(--c-shadow-inset-bottom);
}

.clone_layer_content .option_btn.active{
    padding: 11px;
}

.clone_layer_content .option_btn.active .uiverse{
    border-radius: 8px;
}

.clone_layer_content .option_btn.active .uiverse::before{
    border-radius: 8px;
}

.clone_layer_content .option_btn.active .uiverse.ing{
    background: #E44A42;
}

.clone_layer_content .option_btn.active .uiverse.ing::before{
    box-shadow: none;
}

.uiverse .wrapper {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    overflow: hidden;
    border-radius: 24px;
    width: 100%;
    height: 100%;
}

.uiverse .wrapper span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.uiverse .wrapper .circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    filter: blur(var(--blur, 8px));
    background: var(--background, transparent);
    transform: translate(var(--x, 0), var(--y, 0)) translateZ(0);
    animation: var(--animation, none) var(--duration) var(--easing) infinite;
}

.uiverse .wrapper .circle.circle-1,
.uiverse .wrapper .circle.circle-4 {
    --background: var(--c-color-1);
}

.uiverse .wrapper .circle.circle-2,
.uiverse .wrapper .circle.circle-6 {
    --background: var(--c-color-2);
    --blur: 14px;
}

.uiverse .wrapper .circle.circle-3,
.uiverse .wrapper .circle.circle-5 {
    --background: var(--c-color-3);
    --blur: 16px;
}

.uiverse .wrapper .circle.circle-1 {
    --x: 10;
    --y: -40px;
    --animation: circle-1;
}

.uiverse .wrapper .circle.circle-2 {
    --x: -32px;
    --y: 32px;
    --animation: circle-2;
}

.uiverse .wrapper .circle.circle-3 {
    --x: -12px;
    --y: -12px;
    --animation: circle-3;
}

.uiverse .wrapper .circle.circle-4 {
    --x: -32px;
    --y: 16px;
    --animation: circle-4;
}

.uiverse .wrapper .circle.circle-5 {
    --x: 12px;
    --y: -4px;
    --animation: circle-5;
}

.uiverse .wrapper .circle.circle-6 {
    --x: 56px;
    --y: 16px;
    --animation: circle-6;
}

.clone_layer_content .txt_list {
    position: absolute;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #181D21;
    backdrop-filter: blur(4px);
    border-radius: 16px;
    padding: 8px;
    box-sizing: border-box;
    top: 28px;
    left: -2px;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: all .2s;
    transform: translateY(-10px);
}

.clone_layer_content .text_t_select:hover .txt_list {
    opacity: 1;
    pointer-events: initial;
    transform: translateY(0px);
}

.clone_layer_content .text_t_select:hover .current_select span {
    transform: rotate(-180deg);
}

.clone_layer_content .txt_list span {
    width: 72px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .2s;
    cursor: pointer;
    margin-bottom: 4px;
}

.clone_layer_content .txt_list span:last-child {
    margin-bottom: 0;
}

.clone_layer_content .txt_list span.active {
    pointer-events: none;
}

.clone_layer_content .txt_list span.active,
.clone_layer_content .txt_list span:hover {
    background: rgba(255, 255, 255, 0.08);
}

.clone_layer_content .text_content .text_b span.active{
    animation: rotationBack 1s ease-in-out infinite reverse;
}

.clone_layer_content .upload_input{
    border-radius: 12px;
    position: relative;
    background: rgba(255, 255, 255, .04);
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 224px;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    transition: all .2s;
}

.clone_layer_content .upload_input.dragActive{
    background: rgba(255, 255, 255, .12);
}

.clone_layer_content .upload_input .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 12px;
}

.clone_layer_content .upload_input .bg::after{
    content: '';
    width: 132px;
    height: 132px;
    background: rgba(82, 255, 186, 0.32);
    filter: blur(60px);
    top: -64px;
    right: -48px;
    position: absolute;
}

.clone_layer_content .upload_input input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.clone_layer_content .upload_input .texts{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.clone_layer_content .upload_input .texts .tit{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.clone_layer_content .upload_input .texts .tit span{
    color: #fff;
    margin-right: 8px;
}

.clone_layer_content .upload_input .texts .tit p{
    color: #fff;
}

.clone_layer_content .upload_input .texts > p{
    color: rgba(255,255,255,.55);
}

.clone_layer_content .wave_content{
    display: flex;
    box-sizing: border-box;
    padding: 0 40px 0 16px;
    align-items: center;
    width: 100%;
    z-index: 10;
    position: relative;
}

.clone_layer_content .wave_content .btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    cursor: pointer;
}

.clone_layer_content .wave_content .btn::after{
    content: '\e6f8';
    font-family: 'iconfont';
    font-size: 24px;
    color: #52432A;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clone_layer_content .wave_content .btn.play::after{
    content: '\e682';
}

.clone_layer_content .wave_content .wavesurfer{
    flex: 1;
    height: 48px;
    box-sizing: border-box;
    background: rgba(0,0,0,.45);
    z-index: 2;
    position: relative;
}

.clone_layer_content .btns{
    display: flex;
    margin-bottom: 32px;
}

.clone_layer_content .btns button{
    border-radius: 100px;
    height: 48px;
    width: 192px;
    font-size: 16px;
    color: rgba(255,255,255,.85);
}

.clone_layer_content .btns button:first-child{
    background: rgba(255,255,255,.35);
}

.clone_layer_content .btns button:last-child{
    color: #52432A;
    font-weight: bold;
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    margin-left: 40px;
}

/*克隆弹窗 end css*/

.have_clone_core{
    display: flex;
    width: 1200px;
}

.have_clone_core .left{
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #181D21;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    flex-direction: column;
    width: 382px;
}

.have_clone_core .left > img{
    margin-bottom: 32px;
    width: 120px;
    height: 19px;
}

.have_clone_core .left > p{
    margin-bottom: 32px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
}

.have_clone_core .left .way_list{
    display: flex;
    flex-direction: column;
}

.have_clone_core .left .way_list .item{
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.have_clone_core .left .way_list .item:last-child{
    margin-bottom: 0;
}

.have_clone_core .left .way_list .item > p{
    color: #fff;
    margin-bottom: 12px;
}

.have_clone_core .left .way_list .item .way{
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #181D21;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 24px;
    cursor: pointer;
    height: 72px;
    position: relative;
    overflow: hidden;
}

.have_clone_core .left .way_list .item .way::after{
    content: '';
    width: 132px;
    height: 132px;
    background: rgba(82, 255, 186, 0.32);
    filter: blur(60px);
    bottom: -8px;
    right: -48px;
    position: absolute;
}

.have_clone_core .left .way_list .item .way p{
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.have_clone_core .left .way_list .item .way span{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    color: #52432A;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.have_clone_core .right{
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #181D21;
    flex: 1;
    margin-left: 32px;
    box-sizing: border-box;
    padding: 24px 24px 0 24px;
    height: 356px;
    display: flex;
    flex-direction: column;
}

.have_clone_core .right .tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.have_clone_core .right .tit img{
    width: 119px;
    height: 19px;
}

.have_clone_core .right .tit > p{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
}

.have_clone_core .right .tit .num{
    display: flex;
    align-items: center;
}

.have_clone_core .right .tit .num > span{
    color: rgba(255,255,255,.55);
    margin-right: 8px;
}

.have_clone_core .right .tit .num p{
    color: rgba(255,255,255,.55);
}

.have_clone_core .right .tit .num strong{
    color: #fff;
}



/*克隆item样式 start*/
.clone_voice_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1;
}

.clone_voice_list::-webkit-scrollbar {
    display: none;
}

.clone_voice_list .cv_item{
    border-radius: 12px;
    border: 1px solid var(---, rgba(255, 255, 255, 0.12));
    background: #181D21;
    width: calc(50% - 12px);
    box-sizing: border-box;
    padding: 16px;
    position: relative;
    margin-top: 24px;
    height: 142px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.clone_voice_list .cv_item .cv_bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.clone_voice_list .cv_item .cv_bg::after{
    content: '';
    width: 132px;
    height: 132px;
    background: rgba(82, 255, 186, 0.32);
    filter: blur(60px);
    top: -64px;
    right: -48px;
    position: absolute;
}

.clone_voice_list .cv_item .cv_info{
    display: flex;
    align-items: center;
    position: relative;
}

.clone_voice_list .cv_item .cv_info > img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 16px;
}

.clone_voice_list .cv_item .cv_info .cv_info_t{
    display: flex;
    flex-direction: column;
    width: calc(100% - 64px);
}

.clone_voice_list .cv_item .cv_info .cv_info_t p{
    color: #fff;
    font-weight: bold;
    margin-bottom: 2px;
}

.clone_voice_list .cv_item .cv_info .cv_info_t span{
    color: rgba(255,255,255,.55);
}

.clone_voice_list .cv_item .cv_options{
    display: flex;
    align-items: center;
}

.clone_voice_list .cv_item .cv_options .more_option{
    position: relative;
    margin-right: auto;
}

.clone_voice_list .cv_item .cv_options .more_option > span{
    height: 30px;
    width: 40px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: all .2s;
    cursor: pointer;
    color: #fff;
}

.clone_voice_list .cv_item .cv_options .more_option > span:hover{
    border: 1px solid rgba(255,255,255,.24);
}

.clone_voice_list .cv_item .cv_options .more_option > span::after{
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.clone_voice_list .cv_item .cv_options .more_option .more_option_c{
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: all .2s;
    transform: translateY(-10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #181D21;
    backdrop-filter: blur(4px);
    position: absolute;
    left: 0;
    top: 34px;
    padding: 8px;
    box-sizing: border-box;
}

.clone_voice_list .cv_item .cv_options .more_option:hover .more_option_c{
    opacity: 1;
    transform: translateY(0);
    pointer-events: initial;
}

.clone_voice_list .cv_item .cv_options .more_option .more_option_c span{
    width: 72px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all .2s;
    cursor: pointer;
    margin-bottom: 4px;
}

.clone_voice_list .cv_item .cv_options .more_option:hover .more_option_c span:hover{
    background: rgba(255, 255, 255, 0.08);
}

.clone_voice_list .cv_item .cv_options .play_option{
    width: 72px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s;
    cursor: pointer;
    position: relative;
}

.clone_voice_list .cv_item .cv_options .play_option span{
    color: #fff;
}

.clone_voice_list .cv_item .cv_options .play_option.play span::before{
    content:'\e682';
}

.clone_voice_list .cv_item .cv_options .play_option:hover,
.clone_voice_list .cv_item .cv_options .play_option.play{
    border: 1px solid rgba(255,255,255,.24);
}

.clone_voice_list .cv_item .cv_options .play_option p{
    color: #fff;
}

.clone_voice_list .cv_item .cv_options > a{
    border-radius: 100px;
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    font-weight: bold;
    color: #52432A;
    margin-left: 32px;
    width: 72px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
/*克隆item样式 end*/





/*克隆错误结果返回弹窗 start*/
.error_layer {
    display: none;
    background: none;
    position: relative;
}

.error_model {
    background: none !important;
    box-shadow: none !important;
}

.error_layer > span {
    color: #737482;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 1;
}

.error_layer_content {
    width: 100%;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 24px 24px 24px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.error_layer_content::after{
    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;
}

.error_layer_content .tit{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.error_layer_content .tit span{
    color: #D69A40;
    margin-right: 8px;
}

.error_layer_content .tit p{
    color: #16172F;
    font-weight: bold;
}

.error_layer_content > p{
    color: #16172F;
    margin: 16px 0 24px 0;
    position: relative;
    z-index: 1;
}

.error_layer_content button{
    position: relative;
    z-index: 1;
    width: 320px;
    height: 48px;
    color: #52432A;
    border-radius: 100px;
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
}

.error_layer_content .btns{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.error_layer_content.normal .btns a:first-child{
    position: relative;
    z-index: 1;
    padding: 0 40px;
    height: 48px;
    color: #737482;
    border-radius: 100px;
    border: 1px solid #C4C4CA;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
    line-height: 48px;
}

.error_layer_content .btns a:last-child{
    position: relative;
    z-index: 1;
    padding: 0 40px;
    height: 48px;
    color: #52432A;
    border-radius: 100px;
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
    line-height: 48px;
    margin-left: 24px;
}

.error_layer_content.normal .tit{
    width: 100%;
    justify-content: flex-start;
}

.error_layer_content.normal::after{
    display: none;
}

/*克隆错误结果返回弹窗 end*/


/*clone loading start*/
.clone_loading_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.clone_loading_container .clone_loading{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.clone_loading_container .clone_loading_tit{
    display: flex;
    flex-direction: row;
    margin: 24px 0 8px 0;
}

.clone_loading_container strong{
    color: #fff;
    font-weight: bold;
    position: relative;
}

.clone_loading_container > p{
    color: rgba(255,255,255,.85);
}

.layui-layer-shade{
    background: rgba(0,0,0,.65) !important;
    opacity: 1 !important;
    backdrop-filter: blur(4px);
}

.clone_loading_container .arrows {
    position: absolute;
    top: -4px;
    right: -32px;
}

.clone_loading_container .arrow {
    opacity: 0;
    display: inline-block;
    animation: arrow-wave 1.5s infinite;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
}

.clone_loading_container .arrow:nth-child(2) { animation-delay: 0.3s; }
.clone_loading_container .arrow:nth-child(3) { animation-delay: 0.6s; }

@keyframes arrow-wave {
    0%, 100% {
        opacity: 0;
    }
    15%, 35% {
        opacity: 1;
    }
}
/*clone loading end*/




/*克隆成功弹窗 css start*/
.clone_success_layer {
    display: none;
    background: none;
    position: relative;
}

.clone_success_model {
    background: none !important;
    box-shadow: none !important;
}

.clone_success_layer > span {
    color: #737482;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 1;
}

.clone_success_layer_content {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 16px;
    background-color: rgb(13, 17, 22);
    background-image: url(../imgs/clone/clone_line.png);
    background-repeat: no-repeat;
    background-size: 640px 224px;
    background-position: top center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px 32px 24px;
    box-sizing: border-box;
}

.clone_success_layer_content > img{
    margin: 44px 0 8px 0;
}

.clone_success_layer_content > p{
    font-weight: bold;
    margin-bottom: 32px;
}

.clone_success_layer_content .success_info{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.clone_success_layer_content .success_info .item{
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    width: 100%;
}

.clone_success_layer_content .success_info .item:last-child{
    margin-bottom: 16px;
}

.clone_success_layer_content .success_info .item > p{
    color: rgba(255,255,255,.85);
    margin-bottom: 8px;
}

.clone_success_layer_content .success_info .item .item_c{
    box-sizing: border-box;
    padding: 16px;
    border-radius: 16px;
    background: #181D21;
    backdrop-filter: blur(4px);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.clone_success_layer_content .success_info .item .item_c::after{
    content: '';
    width: 132px;
    height: 132px;
    background: rgba(82, 255, 186, 0.32);
    filter: blur(60px);
    top: -18px;
    right: -32px;
    position: absolute;
}

.clone_success_layer_content .success_info .item .item_c span{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    font-size: 24px;
    color: #52432A;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.clone_success_layer_content .success_info .item .item_c p{
    color: #fff;
}

.clone_success_layer_content .success_info .item .item_c.play span::before{
    content: '\e682';
}

.clone_success_layer_content .success_info .item .item_c img{
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-radius: 50%;
}

.clone_success_layer_content .success_info .item .item_c i{
    margin-left: auto;
    color: rgba(255,255,255,.85);
    position: relative;
    z-index: 10;
    cursor: pointer;
}

.clone_success_layer_content > span{
    color: rgba(255,255,255,.55);
}

.clone_success_layer_content > a{
    width: 192px;
    height: 48px;
    border-radius: 100px;
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    color: #52432A;
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*克隆成功弹窗 css end*/



/*克隆信息编辑弹窗 start css*/
.clone_edit_layer {
    display: none;
    background: none;
    position: relative;
}

.clone_edit_model {
    background: none !important;
    box-shadow: none !important;
}

.clone_edit_layer > span {
    color: #737482;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 1;
}

.clone_edit_layer_content {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 16px;
    background-color: rgb(13, 17, 22);
    background-image: url(../imgs/clone/clone_line.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top left;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px 32px 24px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.08);
}

.clone_edit_layer_content > p{
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin:32px 0;
}

.clone_edit_layer_content .item{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    justify-content: flex-start;
    width: 100%;
}

.clone_edit_layer_content .item.head .clone_avatar:hover::after,
.clone_edit_layer_content .item.head .clone_avatar:hover::before{
    display: flex;
}

.clone_edit_layer_content .item.head .clone_avatar::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.65);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: none;
}

.clone_edit_layer_content .item.head .clone_avatar::after{
    content: '\e70d';
    color: #fff;
    font-family: "iconfont";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: none;
    font-size: 24px;
}

.clone_edit_layer_content .item > span{
    width: 78px;
    display: flex;
    justify-content: flex-start;
    color: rgba(255,255,255,.85);
}

.clone_edit_layer_content .item .clone_avatar{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.clone_edit_layer_content .item img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    cursor: pointer;
}

.clone_edit_layer_content .item input{
    border: none;
    border-radius: 8px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    padding-left: 16px;
    flex: 1;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    height: 46px;
}

.clone_edit_layer_content .btns{
    width: 100%;
    box-sizing: border-box;
    padding-left: 78px;
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.clone_edit_layer_content .btns button{
    width: 136px;
    height: 48px;
    border-radius: 100px;
    font-size: 16px;
    color: rgba(255,255,255,.85);
}

.clone_edit_layer_content .btns button:first-child{
    background: rgba(255,255,255,.35);
    margin-right: 24px;
}

.clone_edit_layer_content .btns button:last-child{
    background: linear-gradient(273deg, #E3B668 0%, #FCECC5 100%);
    color: #52432A;
}

/*克隆信息编辑弹窗 end css*/



/*入口选择弹窗 start*/
.clone_entrance_layer {
    display: none;
    background: none;
    position: relative;
}

.clone_entrance_model {
    background: none !important;
    box-shadow: none !important;
}

.clone_entrance_layer > span {
    color: #737482;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 1;
}

.clone_entrance_layer_content {
    width: 100%;
    position: relative;
    border-radius: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    background: #fff;
    padding: 60px 32px 32px 32px;
}

.clone_entrance_layer_content.app{
    padding-top: 0;
}

.clone_entrance_layer_content .right .tit_{
    display: none;
}

.clone_entrance_layer_content.app .right .tit{
    display: none;
}

.clone_entrance_layer_content.app .right .tit_{
    display: block;
    text-align: center;
    margin: 32px 0 24px 0;
    font-weight: 500;
}

.clone_entrance_layer_content.app .right_c{
    display: flex;
    flex-direction: column;
}


.clone_entrance_layer_content .left{
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.clone_entrance_layer_content .left > p,
.clone_entrance_layer_content .right > p{
    color: #16172F;
    margin-bottom: 12px;
}

.clone_entrance_layer_content .left .enter_list{
    display: flex;
    justify-content: space-between;
}

.clone_entrance_layer_content .left .enter_list .item{
    width: calc(50% - 20px);
    border-radius: 24px;
    border: 1px solid #EBECF0;
    background: #FCFCFC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    cursor: pointer;
    padding: 48px 0;
    transition: all .2s;
}

.clone_entrance_layer_content .left .enter_list .item:hover{
    border: 1px solid #cdced4;
}

.clone_entrance_layer_content .left .enter_list .item p{
    font-weight: bold;
    color: #16172F;
    margin-bottom: 4px;
    margin: 16px 0 8px 0;
}

.clone_entrance_layer_content .left .enter_list .item span{
    color: #737482;
}

.clone_entrance_layer_content .left .enter_list .item i{
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    color: #16172F;
    font-size: 48px;
}

.clone_entrance_layer_content .right{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.clone_entrance_layer_content .right .right_c{
    width: 100%;
    border: 1px solid #EBECF0;
    border-radius: 24px;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.clone_entrance_layer_content.app .right .right_c{
    flex-flow:column-reverse;
}

.clone_entrance_layer_content .right .right_c .t_c{
    display: flex;
    flex-direction: column;
}

.clone_entrance_layer_content.app .right .right_c .t_c{
    align-items: center;
}

.clone_entrance_layer_content .right .right_c .t1{
    color: #16172F;
    font-weight: 500;
}

.clone_entrance_layer_content.app .right .right_c .t1{
    font-size: 16px;
    line-height: 24px;
    margin: 24px 0 8px 0;
}

.clone_entrance_layer_content .right .right_c .t2{
    color: #737482;
}

.clone_entrance_layer_content .right .right_c .enter_qrcode{
    width: 88px;
    height: 88px;
}

.clone_entrance_layer_content.app .right .right_c .enter_qrcode{
    width: 112px;
    height: 112px;
}

.clone_entrance_layer_content .right .right_c .enter_qrcode img{
    width: 100%;
    height: 100%;
}


/*入口选择弹窗 end*/


/*头像编辑弹窗 start*/
.update_user_avatar *{
    position: relative;
}

.update_user_avatar_model{
    background: none !important;
    border-radius: 16px !important;
}

.update_user_avatar{
    padding: 30px 30px 0 30px;
    background-color: #181d21;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .12);
}
.update_user_avatar .input-item{
    margin: 32px 0;
    position: relative;
}
.update_user_avatar .input-item > div{
    display: flex;
}
.update_user_avatar .avatar-img{
    width: 332px;
    height: 332px;
    position: relative;
    border:1px dashed #ffffff1f;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff14;
}

.update_user_avatar .avatar-img img{
    width: 100%;
    height: 100%;
}




.update_user_avatar .avatar-img-in-s{
    position: relative;
    margin-left: 10px;
}
.update_user_avatar .avatar-img-in-s img:first-child {
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 50%;
}

.update_user_avatar .avatar-img-in-s img:nth-child(2) {
    display: block;
    margin-top: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.update_user_avatar .select-upload-img ,.update_user_avatar .select-save-upload-img{
    width: 180px;
    padding-left: 0;
    background: #c8832d;
    border: none;
    color: #fff;
    font-size: 14px;
    height: 48px;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 20px;
}

.update_user_avatar > p{
    color: #fff;
}

.update_user_avatar .input-item .tips{
    position: absolute;
    bottom: -36px;
    left: 0;
    color: #ffffff8c;
}

.avatar_bottom_optipns{
    margin-top: 64px;
    justify-content: center;
}

.avatar_bottom_optipns button{
    border-radius: 100px !important;

}

.avatar_bottom_optipns button:first-child{
    background: none;
    border: 1px solid rgba(255,255,255,.08);
    color: #fff;
}

.avatar_bottom_optipns button:last-child{
    background: linear-gradient(135deg, #9aff52, #34fff2 49.5%, #0096ff);
    border: none;
    color: rgb(22, 23, 47);
}

.update_user_avatar .close{
    cursor: pointer;
    position: absolute;
    font-size: 24px;
    color: #ffffff8c;
    right: 24px;
    top: 24px;
}

/*头像编辑弹窗 end*/

#ID-slider-demo-range-1,
#ID-slider-demo-range-2{
    width: 424px;
    height: 64px;
    position: absolute;
    right: 40px;
    top: -8px;
}

.wave_content{
    --start-text: "00:00";
    --end-text: "00:00";
}

.clone_pro .layui-slider {
    height: 64px;
    background: none;
}

.clone_pro .layui-slider-bar{
    border: 2px solid #C4C4CA;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
    background: none !important;
}

.clone_pro .layui-slider-wrap-btn.layui-slider-hover, .clone_pro .layui-slider-wrap-btn:hover{
    transform: scale(1) !important;
}

.clone_pro .layui-slider-wrap{
    width: 24px;
    height: 64px;
    border-radius: 0;
    top: 0 !important;
    /* 强制子元素继承所有变量 */
    overflow: hidden;
}

.clone_pro .layui-slider-wrap-btn{
    width: 24px;
    height: 64px;
    border-radius: 0;
    background: #C4C4CA;
    border: none !important;
    position: relative;
}

.clone_pro .layui-slider div:nth-child(2){
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    border-radius: 8px 0 0 8px;
}

.clone_pro .layui-slider div:nth-child(3){
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    border-radius: 0 8px 8px 0;
}

.clone_pro .layui-slider-wrap-btn::before{
    content: '';
    width: 2px;
    height: 16px;
    background-color: rgb(22, 23, 47);
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.wave_content .time_c{
    position: absolute;
    bottom: -32px;
    left: 72px;
    color: rgba(255,255,255,.55);
    font-size: 12px;
    line-height: 20px;
}











@keyframes loader_quan {
    0% {
        transform: scale(.5);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes loader_quan1 {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}


@keyframes clone_play_anim1 {
    0% {
        height: 4px;
    }

    25% {
        height: 8px;
    }

    50% {
        height: 16px;
    }

    75% {
        height: 8px;
    }

    100% {
        height: 4px;
    }
}

@keyframes clone_play_anim2 {
    0% {
        height: 16px;
    }

    25% {
        height: 8px;
    }

    50% {
        height: 4px;
    }

    75% {
        height: 8px;
    }

    100% {
        height: 16px;
    }
}

@keyframes clone_play_anim3 {
    0% {
        height: 8px;
    }

    25% {
        height: 16px;
    }

    50% {
        height: 8px;
    }

    75% {
        height: 4px;
    }

    100% {
        height: 8px;
    }
}

@keyframes circle-1 {
    33% {
        transform: translate(0px, 16px) translateZ(0);
    }

    66% {
        transform: translate(12px, 64px) translateZ(0);
    }
}

@keyframes circle-2 {
    33% {
        transform: translate(80px, -10px) translateZ(0);
    }

    66% {
        transform: translate(72px, -48px) translateZ(0);
    }
}

@keyframes circle-3 {
    33% {
        transform: translate(20px, 12px) translateZ(0);
    }

    66% {
        transform: translate(12px, 4px) translateZ(0);
    }
}

@keyframes circle-4 {
    33% {
        transform: translate(76px, -12px) translateZ(0);
    }

    66% {
        transform: translate(112px, -8px) translateZ(0);
    }
}

@keyframes circle-5 {
    33% {
        transform: translate(84px, 28px) translateZ(0);
    }

    66% {
        transform: translate(40px, -32px) translateZ(0);
    }
}

@keyframes circle-6 {
    33% {
        transform: translate(28px, -16px) translateZ(0);
    }

    66% {
        transform: translate(76px, -56px) translateZ(0);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-1080deg);
    }
}