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
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
    /* 默认有边距，都要清除 */
    margin: 0;
    padding: 0;
    /*字体设置*/
    font-size: 14px;
    /* 去掉列表的原点 */
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

:root {
    --baseColor: rgba(194, 168, 134, 1);
    --baseTipsColor: #919499;
    --baseBorderColor: #f0f0f0;
    --baseRedColor: #FF6464;
    --baseGreenColor: #4EBB99;
    --baseBtnBgColor: rgba(0, 0, 0, .08);
}

/*行内块元素*/
input,
img {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom;
}

textarea {
    /* 边框清零 */
    border: none;
    /* 轮廓线清零 */
    outline: none;
    /* 防止文本域被随意拖拽 */
    resize: none;
}

body {
    height: 100%;
    overflow-x: hidden;
}

#copy-textarea{
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

@font-face {
    font-family: "youshebth_text"; /* Project id 2814501 */ 
    src:url('https://res.zhipianbang.com/static/font/youshebth.ttf') format('truetype');
}

@font-face {
    font-family: "akrobat_text"; /* Project id 2814501 */ 
    src:url('../font/avilockbold.ttf') format('truetype');
}

[v-cloak]{
    display: none !important;
}

.bth{
    font-family: 'youshebth_text' !important;
}

.avi{
    font-family: 'akrobat_text' !important;
}

.layui-anim{
    -webkit-animation-duration: .4s !important;
    -webkit-animation-fill-mode: both;
    animation-duration: .4s !important;
    animation-fill-mode: both;
}

.flex_{
    flex-grow: 1;
}

.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);
}

.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;
}

.t14{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.t12{
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.t16{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.t18{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.t22{
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
}

.t24{
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
}

.icon16 {
    display: flex;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    justify-content: center;
    align-items: center;
}

.icon20 {
    display: flex;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    justify-content: center;
    align-items: center;
}

.icon24 {
    display: flex;
    width: 24px;
    height: 24px;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
    justify-content: center;
    align-items: center;
}

.w1200{
    display: flex;
    flex-direction: column;
    width: 1200px;
    align-items: center;
}

.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; 
}

.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;
}

.tts_loading{
    background: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    width: 64px;
    height: 64px;
    justify-content: center;
}

.tts_loading span{
    font-size: 16px;
    color: rgba(255, 255, 255, .87);
    animation:turn 1s linear infinite;
}

.tts_loading p{
    font-size: 12px;
    margin-top:6px;
    color: rgba(255, 255, 255, .67);
}

.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;
}

.base_loading_model{
    background: none !important;
    border-radius: 4px !important;
    overflow: hidden !important;
}

.remaining_download_num_,
.remaining_download_total_num_{
    font-style: normal;
}

@keyframes move {
    0% {
        transform: translate(-200px, -200px) rotate(45deg);
    }
    100% {
        transform: translate(200px, 200px) rotate(45deg);
    }
}

/*public top start*/
.down_container{
    width: 100%;
    display: flex;
    position: relative;
    min-height: 100vh;
    background-image: url(../imgs/index/downni_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    background-position: center;
}

.logo_text {
    background: -webkit-linear-gradient(left, #9D46FE, #8B9FF3 25%, #7CE9EA 50%, #4978FE 75%, #9D46FE);
    color: transparent;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    animation: masked-animation 5s infinite linear;
    font-size: 96px;
    font-weight: 700;
    line-height: 100px;
}

.down_content .left_text .logo_text{
    font-size: 142px;
    line-height: 142px;
}

@-webkit-keyframes masked-animation {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.public_nav_c{
    display: flex;
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    transition: all .2s;
    z-index: 100;
}

.public_nav_c.top{
    top: 116px;
}

/* .public_nav_c.bottom{
    top: 116px;
} */

.public_nav_c.fixed_white{
    background-color: #fff;
    position: fixed;
    height: 80px;
    top: 0 !important;
    box-shadow: 0 0 8px rgba(0,0,0,.12);
}

.public_nav{
    width: 100%;
    display: flex;
    position: absolute;
    height: 100%;
    padding: 0 56px;
    align-items: center;
    box-sizing: border-box;
}

.public_nav .nav_item{
    display: flex;
    margin-right: 8px;
    position: relative;
    height: 44px;
    border-radius: 100px;
    padding: 0 16px;
    align-items: center;
}

.public_nav .nav_item.hide{
  display: none;
}

.public_nav .nav_item .link{
    color: #fff;
    cursor: pointer;
}

.public_nav .nav_item .select_c{
    color: #fff;
    cursor: pointer;
}

.public_nav .nav_item .icon-icon-arrow-bottom2{
    color: #fff;
    font-size: 12px;
    margin-left: 3px;
}

.public_nav_c.fixed_white .nav_item .link{
    color: #15182a;
}

.public_nav_c.fixed_white .nav_item .select_c{
    color: #15182a;
}

.public_nav_c.fixed_white .nav_item .icon-icon-arrow-bottom2{
    color: #15182a;
    opacity: .6;
}

.public_nav .nav_item .vip_c{
    width: 64px;
    height: 24px;
    border-radius: 500px;
    padding: 1px;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #f5dda5 , #c99854);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    isolation: isolate;
}



.public_nav .nav_item .vip_c .vip_c_content{
    display: flex;
    border-radius: 500px;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #646157 , #27251d);
    width: 100%;
    height: 100%;
}

.public_nav .nav_item .vip_c .vip_c_content img{
    width: 18px;
    height: 18px;
    margin-right: 3px;
}

.public_nav .nav_item .vip_c .vip_c_content p{
    color: #d8b67e;
}

.public_nav .nav_item .vip_tag{
    width: 32px;
    height: 16px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #ff592b , #ff313c);
    position: absolute;
    top: -8px;
    right: 0px;
    text-align: center;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.public_nav .nav_item .vip_tag p{
    color: #fff;
    transform: scale(.85);
}

.public_nav .nav_item .vip_tag::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 3px solid #ff572c;
    position: absolute;
    top: 16px;
    left: 3px;
}

.public_nav .nav_item.login_btn{
    margin-right: 0;
}

.public_nav .nav_item.login_btn a{
    padding: 0 20px;
    height: 46px;
    background-color: #2D55FF;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    line-height: 46px;
}

.down_content{
    width: 1200px;
    display: flex;
    align-items: center;
}

.down_content .left_text{
    width: 400px;
}

.down_content .left_text .slogen_text{
    display: flex;
    align-items: center;
    margin: 16px 0 24px 0;
}

.down_content .left_text .slogen_text img{
    width: 28px;
    height: 28px;
    margin-right: 3px;
}

.down_content .left_text .slogen_text p{
    color: #4a81e6;
}

.down_content .left_text .slogen_text span{
    color: #4a81e6;
    margin-left: 8px;
    font-size: 24px;
    cursor: pointer;
}

.down_content .left_text .bottom_tips_text{
    color: #4f5b80;
}

.down_content .left_text .bottom_tips_text p{
    line-height: 28px;
}

.down_content .right_input{
    display: flex;
    width: 680px;
    transition: .5s all;
    justify-content: space-around;
}

.down_content .right_input .input_c{
    position: relative;
    width: 508px;
    height: 52px;
    box-sizing: border-box;
    box-shadow: inset 0 0 20px rgba(255,255,255,.3);
    border-radius: 8px;
    display: flex;
}

.down_content .right_input .input_c::after{
    content: '';
    width: 1px;
    height: 24px;
    position: absolute;
    left: 53px;
    top: 14px;
    background-color: rgba(255,255,255,.06);
}

.down_content .right_input .input_c > .icon-fuzhi1{
    color: rgba(255,255,255,.4);
    display: flex;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.down_content .right_input .input_c input{
    background: none;
    color: #fff;
    font-size: 16px;
    margin-left: 16px;
    padding-right: 60px;
    flex: 1;
}

.right_input > button{
    width: 158px;
    background-color: #487ddf;
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    margin-left: 10px;
}

.down_content .right_input .input_c > .icon-guanbi1{
    color: #fff;
    position: absolute;
    width: 52px;
    height: 52px;
    color: rgba(255,255,255,.6);
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

.right_input_c{
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 140px;
}

.right_input_c .loading_pic{
    display: flex;
    justify-content: center;
    position: absolute;
    left: calc(50% - 150px);
}

.right_input_c .loading_pic img{
    width: 300px;
}

.right_input_c .right_input.moveTop{
    transform: translateY(-82px);
    -webkit-transform: translateY(-82px);
    -moz-transform: translateY(-82px);
    -ms-transform: translateY(-82px);
    -o-transform: translateY(-82px);
}

.right_input_c .icon-loading{
    display: inline-block;
    animation:turn 1s linear infinite;
    margin-right: 6px;
}

.right_input_c .right_input > button.disable{
    opacity: .7;
    pointer-events: none;
}

.video_split_result_c{
    display: flex;
    flex-direction: column;
    transform: translateY(-84px);
    -webkit-transform: translateY(-84px);
    -moz-transform: translateY(-84px);
    -ms-transform: translateY(-84px);
    -o-transform: translateY(-84px);
}

.video_result_info{
    display: flex;
    align-items: center;
    width: 400px;
    margin-top: 16px;
}

.video_result_info_pic{
    width: 160px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.video_result_info_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_result_info_pic span{
    color: rgba(255,255,255,.6);
    font-size: 40px;
    position: absolute;
    cursor: pointer;
}

.video_result_info_text{
    display: flex;
    flex-direction:column;
    flex: 1;
}

.video_result_info_text p{
    font-size: 14px;
    color: rgba(255,255,255,.85);
}

.video_result_info_text .options{
    display: flex;
    margin-top: 16px;
}

.video_result_info_text .options a{
    border-radius: 4px;
    width: 88px;
    height: 28px;
    background: rgba(255,255,255,.16);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

.video_result_info_text .options a:last-child{
    margin-left: 16px;
}

.video_result_table{
    display: flex;
    width: 100%;
    flex-direction: column;
    /* overflow: hidden; */
    border-radius: 16px;
    border:1px solid #EBECF0;
}

.video_result_table.no_audio{
    margin-top: 32px !important;
}

.video_result_table.audio{
    margin-top: 16px;
}

.video_result_table .thead{
    display: flex;
    background: #EBECF0;
    box-sizing: border-box;
    height: 40px;
    border-radius: 16px 16px 0 0;
}

.video_result_table .thead p{
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #16172F;
    justify-content: space-between;
    flex: 1;
}

.video_result_table .thead p:last-child{
    width: 256px;
    flex: none;
}

.video_result_table .thead p.format_t{
    width: 100px;
    flex: none;
}

.video_result_table .tbody{
    display: flex;
    flex-direction: column;
    max-height: 288px;
    overflow-y: auto;
}

.video_result_table .tbody .item{
    display: flex;
    border-bottom: 1px solid #EBECF0;
    box-sizing: border-box;
    height: 48px;
    position: relative;
    flex-shrink: 0;
}

.video_result_table .tbody .item:last-child{
    border-bottom: none;
}

.video_result_table .tbody .item .resolution img{
    height: 24px;
}

.video_result_table .tbody .item > div{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_result_table .tbody .item > div:last-child{
    width: 256px;
    flex: none;
}

.video_result_table .tbody .item .size,
.video_result_table .tbody .item .size_{
    font-size: 14px;
    color: #16172F;
}

.video_result_table .tbody .item .download a{
    color: #d2d3d6;
    font-size: 20px;
    cursor: pointer;
}

.video_result_table .tbody .item .download .public_download_btn{
    background-color: #2D55FF;
    height: 32px;
    padding: 0 16px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
}

.video_result_table .tbody .item .download .public_marge_btn{
    border: 1px solid #2D55FF;
    height: 32px;
    padding: 0 16px;
    border-radius: 100px;
    color: #2D55FF;
    box-sizing: border-box;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    background: none;
}

.video_result_table .tbody .item .download .copy_link_btn{
    border: 1px solid #16172F;
    border-radius: 100px;
    height: 32px;
    padding: 0 16px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 14px;
    color: #16172F;
    margin-right: 16px;
}

.video_result_table .tbody .item .download a.disable{
    opacity: .3;
    pointer-events: none;
}

.video_result_table .tbody .item .format{
    width: 100px;
    flex:none;
    position: relative;
}

.video_result_table .tbody .item .format span{
    display: inline-block;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 6px;
    color: #15182a;
    font-size: 12px;
    position: relative;
}

.video_result_table .tbody .item .merge_options{
    position: absolute; 
    right: -108px;
    width: 100px;
    z-index: 1;
    height: 26px;
    top: 5px;
    display: flex;
    align-items: center;
}

.video_result_table .tbody .item .merge_options .merge_init_btn{
    border-radius: 4px;
    font-size: 14px;
    color: #060624;
    background: #fff;
    width: 100%;
    text-align: center;
    line-height: 26px;
}

.video_result_table .tbody .item .merge_options .merge_loading{
    border-radius: 4px;
    font-size: 14px;
    color: #999;
    background: #fff;
    width: 100%;
    text-align: center;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.video_result_table .tbody .item .merge_options .merge_loading span{
    color: #999;
    font-size: 14px;
    margin-right: 4px;
    display: flex;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    align-items: center;
    justify-content: center;
    animation:turn 1s linear infinite;
}

.video_result_table .format span img{
    width: 14px;
    height: 14px;
    margin-left: 3px;
}

.video_result_table.audio .thead p.format_t{
    flex: 1;
}

.video_result_table.audio .tbody .format{
    flex: 1;
}

.none_voice{
    cursor: pointer;
}

.none_voice::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, .1));
    left: 20px;
    top: -8px;
    transform: translateX(0%) translateY(-10px);
    z-index: 101;
}

.none_voice::after {
    font-size: 12px;
    color: #949BA4;
    content: attr(aria-controls);
    position: absolute;
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    z-index: 100;
    left: -12px;
    top: -30px;
    transform: translateX(-50%) translateY(-6px);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
}

.none_voice::after,
.none_voice::before{
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: all 0.3s ease 0.2s;
    box-sizing: border-box;
}

.none_voice:hover::before,
.none_voice:hover::after{
    visibility: visible;
    opacity: 1;
}

/*【无音频】标识被挡住，声明第一个改变位置*/
.url_result .video_result_table .tbody .item:first-child .none_voice::after{
    top: -2px;
    right: -76px;
    left: initial;
}


























/*public top end*/

/*public_select*/
.public_select_c{
    width: 480px;
    box-sizing: border-box;
    position: relative;
}

.public_select_c .select_t{
    width: 100%;
    position: relative;
    height: 42px;
    display: flex;
    justify-content: space-between;
    padding: 0 16px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fafafa;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.public_select_c .select_t p{
    color: #15182a;
    opacity: .85;
}

.public_select_c .select_t .icon-icon-arrow-bottom2{
    font-size: 12px;
    color: #666;
    display: flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    transition: .2s all;
}

.public_select_c .select_t .icon-icon-arrow-bottom2.active{
    transform: rotate(180deg);
}

.public_select_c .platform_list{
    width: 100%;
    height: 200px;
    
    border-radius: 8px;
    box-sizing: border-box;
    padding: 16px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 52px;
    background-color: #fff;
    overflow-y: auto;
    box-shadow:  0 0 1px rgba(0, 0, 0, .8);
    display: none;
}

.public_select_c .platform_list.show{
    display: flex;
    flex-wrap: wrap;
}

.public_select_c .platform_list .platform_item{
    height: 32px;
    background-color: #f6f6f6;
    border-radius: 500px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 4px;
    width: calc(25% - 6px);
    margin-right: 8px;
    margin-bottom: 14px;
    transition: .2s all;
    justify-content: center;
}

.public_select_c .platform_list::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: 0px;
    left: 24px;
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.8));
    z-index: 10;
    opacity: 0;
    transition: .3s all;
}

.public_select_c .platform_list_c.hide::after{
    display: block;
    top: 8px;
    opacity: 1;
}

.public_select_c .platform_list .platform_item:hover{
    background-color: #ededed;
}

.public_select_c .platform_list .platform_item:nth-child(4n){
    margin-right: 0;
}

.public_select_c .platform_list .platform_item .pic_box{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 4px;
}

.public_select_c .platform_list .platform_item .pic_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public_select_c .platform_list .platform_item .pic_box p{
    color: #15182a;
}




/*public_select*/


/**footer css start*/
.footer{
    width: 100%;
    background-image: url(../imgs/index/downni_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.footer .footer_c{
    margin: 0 auto;
    width: 1200px;
}

.footer_c .left_info{
    display: flex;
    flex-direction: column;
    width: 456px;
    margin-right: 100px;
}

.footer_c .left_info .logo_t_{
    display: flex;
    flex-direction: column;
    margin: 32px 0 8px 0;
}

.footer_c .left_info .logo_t_ .logo_text{
    font-size: 40px;
    line-height: 30px;
}

.footer_c .left_info .logo_t_ > p{
    color: rgba(255,255,255,.8);
    margin-top: 12px;
    line-height: 16px;
}

.footer_c .left_info .desc{
    color: rgba(255,255,255,.6);
}

.footer_c .left_info .share_list{
    display: flex;
    margin: 16px 0;
}

.footer_c .left_info .share_list a{
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .6);
    margin-right: 4px;
    text-align: center;
    line-height: 32px;
}

.footer_c .left_info .share_list a:last-child{
    margin-right: 0;
}

.footer_c .left_info .share_list a span{
    color: rgba(255,255,255,.8);
    font-size: 20px;
}

.footer_c .left_info .icp_text{
    display: flex;
    margin-bottom: 32px;
    flex-direction: column;
}

.footer_c .left_info .icp_text > a{
    color: rgba(255,255,255,.2);
    font-size: 12px;
}

.footer_c .left_info .icp_text p{
    color: rgba(255,255,255,.2);
}

.footer_c .left_info .icp_text p:first-child{
    margin-right: 16px;
}


@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);}
}

/**footer css end*/


/*登录后头像样式 start*/

.public_nav .banner_head_c {
    position: relative;
    width: 32px;
    height: 32px;
    padding-left: 12px;
    cursor: pointer;
}

.public_nav .banner_head_c .head {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #CD9044;
}

.public_nav .banner_head_c .head_label {
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 0px;
    right: 0px;

}

.user_head_list {
    width: 240px;
    border-radius: 12px;
    background: #fff;
    position: absolute;
    left: -194px;
    z-index: 1000;
    top: 42px;
    padding: 16px 16px 0 16px;
    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;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    box-shadow: 0px 16px 48px 1px rgb(37 37 89 / 20%);
}

.user_head_list::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    right: 10px;
    top: -6px;
}

.banner_head_c:hover .user_head_list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.user_head_list .vip_card {
    width: 100%;
    height: 78px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 8px 16px;
}

.user_head_list .vip_card.normal_user {
    background: linear-gradient(135deg, #D2DCF5 0%, #8392BB 100%);
}

.user_head_list .vip_card.vip_user {
    background: linear-gradient(135deg, #4E4C54 0%, #232326 100%);
}

.user_head_list .vip_card {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    position: relative;
}

.user_head_list .vip_card .vip_card_bg {
    background-image: url(../imgs/vip_card_bg.png);
    background-repeat: no-repeat;
    background-size: 208px 78px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.user_head_list .vip_card .vip_card_text {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.vip_card_text .free_time_text{
    font-weight: 400 !important;
    font-size: 12px !important;
}

.user_head_list .vip_card>p {
    color: rgba(255, 255, 255, .87);
    font-size: 12px;
    line-height: 20px;
}

.user_head_list .vip_card .vip_card_text>span>img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.user_head_list .vip_card .vip_card_text>span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
}
.user_head_list .vip_card .vip_card_text .vip_card_text_label{
    position: absolute;
    right: -16px;
    top: -20px;
}

.user_head_list .vip_card .vip_card_text>a {
    color: #3B2812;
    font-size: 12px;
    padding: 2px 11px;
    line-height: 20px;
    display: inline-block;
    margin-left: auto;
    border-radius: 100px;
    background: linear-gradient(270deg, #B28344 0%, #EBAE71 100%);
}

.user_head_list_item {
    display: flex;
    flex-direction: column;
}

.user_head_list_item .item {
    display: flex;
    align-items: center;
    height: 64px;
}

.user_head_list_item .item p {
    line-height: 22px;
    font-size: 14px;
    color: rgba(0, 0, 0, .9);
    margin-right: auto;
}

.user_head_list_item .item .icon-you {
    margin-left: auto;
    color: rgba(0, 0, 0, 0.26);
    font-size: 12px;
}

.user_head_list_item .item .user_list_icon {
    color: rgba(0, 0, 0, 0.6);
    margin-right: 8px;
    font-size: 22px;
}

.user_head_list_item .item:hover .user_list_icon {
    color: #CD9044;
}

.user_head_list_item .item:hover p {
    color: #CD9044;
}

.right_input .copy_tips{
    position: absolute;
    left: 0;
    top: -26px;
    color: rgba(255,255,255,.6);
    font-size: 12px;
    display: flex;
    align-items: center;
}

.right_input .copy_tips span{
    color: #59e97f;
    margin-right: 4px;
    font-size: 12px;
}
/*登录后头像样式 end*/



/*vip layer css start*/
.vip_layer{
    /* display: none; */
    width: 1000px;
    height: auto;
    border-radius: 8px;
    background-color: #15182c;
    position: relative;
    overflow: hidden;
    margin: 54px auto;
}

.vip_layer_model{
    overflow: hidden !important;
    border-radius: 8px !important;
    height: auto !important;
}

.vip_layer_content{
    width: 100%;
    height: auto;
    display:flex;
    flex-direction: column;
    position: relative;
}

.vip_layer_content > .icon-guanbi{
    position: absolute;
    color: rgba(255,255,255,.6);
    font-size: 18px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    right:16px;
    top:16px;
}

.vip_layer_content .title{
    padding: 0 32px;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color:#15182c;
    background-image: url(../imgs/index/vip_layer_tit_bg.png);
    background-repeat: no-repeat;
    background-size: 277px 35px;
    background-position: 600px 25px;
}

.vip_layer_content .title > img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right:8px;
}

.vip_layer_content .title .user_name_backInfo{
    display: flex;
    flex-direction: column;
}

.base_accountReg .base_form_submit {
    margin-top: 20px;
}

.resetpass_account .base_form_submit {
    margin-top: 20px;
}

.vip_layer_content .title .user_name_backInfo .nick_name{
    color: #fff;
    font-weight: bold;
}

.vip_layer_content .title .user_name_backInfo .back_info{
    color: #fe7d07;
}

.vip_layer_content .vip_main{
    flex: 1;
    display: flex;
    background: #f3f5f9;
}

.vip_layer_content .vip_main .vip_main_left{
    width: 225px;
    box-sizing: border-box;
    border-right:1px solid #dfdfe1;
    height:100%;
    display: flex;
    flex-direction: column;
}

.vip_layer_content .vip_main .vip_main_left .vip_main_left_rights{
    display: flex;
    flex-direction: column;

}

.vip_layer_content .vip_main .vip_main_left .vip_main_left_rights > h2{
    line-height: 54px;
    font-size: 16px;
    font-weight: bold;
    color: #15182a;
    text-align: center;
}

.vip_layer_content .vip_main .vip_main_left .vip_main_left_rights .rights_list{
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
    border-bottom: 1px solid #dfdfe1;
    padding: 0 16px 16px 16px;
    box-sizing: border-box;
}

.vip_layer_content .vip_main .vip_main_left .vip_main_left_rights .rights_list .rights_item{
    display: flex;
    justify-content: space-between;
    height:30px;
    align-items: center;
}

.vip_layer_content .vip_main .vip_main_left .vip_main_left_rights .rights_list .rights_item span{
    color: rgba(8,10,20,.6);
    font-size: 12px;
}

.vip_layer_content .vip_main .vip_main_left .vip_main_left_rights .rights_list .rights_item p{
    color: #15182a;
    font-size: 12px;
}

.vip_layer_content .vip_main .vip_main_left .platform_link{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vip_layer_content .vip_main .vip_main_left .platform_link > p{
    font-size: 14px;
    text-align: center;
    color: #86521e;
    line-height: 44px;
}

.vip_layer_content .vip_main .vip_main_left .platform_link .platform_link_c{
    width: 190px;
    height: 130px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    padding: 8px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.vip_layer_content .vip_main .vip_main_left .platform_link .platform_link_c.active{
    margin-bottom: 48px;
}

.vip_layer_content .vip_main .vip_main_left .platform_link .platform_link_c .platform_icon_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
    height:100%;
}

.vip_layer_content .vip_main .vip_main_left .platform_link .platform_link_c .platform_icon_list img{
    width: 54px;
    height: 54px;
    border-radius: 4px;
}

.vip_layer_content .vip_main .vip_main_left .platform_link .platform_link_c .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.vip_layer_content .vip_main .vip_main_left .platform_link .platform_link_c .mask a{
    width: 68px;
    height: 22px;
    display: flex;
    text-align: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 200px;
    line-height: 20px;
    background: rgba(255, 255, 255, .16);
}

.vip_layer_content_bottom_right ul{
    display: flex;
    flex-direction: column;
    
}

.vip_layer_content_bottom_right ul li img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.vip_layer_content_bottom_right .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.rand_list{
    display: flex;
    align-items: center;
    border-radius:100px;
    background: #f3f3f3;
    padding: 0 6px;
    height: 32px;
    box-sizing: border-box;
    margin: 6.5px 0;
}

.rand_list img{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
}

.rand_list p{
    font-size: 12px;
    color: #ab8864;
    font-weight: 400;
}

.rand_list .name{
    margin-right: 8px;
}

.vip_layer_content_bottom_right{
    height: 90px;
    overflow: hidden;
    width: auto !important;
}

.vip_main_right{
    padding: 32px 40px;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.vip_main_right .price_list{
    display: flex;
    margin-bottom: 14px;
    justify-content: space-between;
}

.vip_main_right .price_list .price_item{
    position: relative;
    /* width: 128px !important;   暂时隐藏体验会员*/
    width: 160px !important;
    height: 172px;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-bottom:8px;
    background-color: #fff;
    cursor: pointer;
}

.vip_main_right .price_list .price_item .name{
    color: #15182a;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    border-bottom:1px solid #f5dccb;
}

.vip_main_right .price_list .price_item .price_c{
    display: flex;
    align-items: center;
    height: 64px;
    justify-content: center;
    margin-top: 20px;
}

.vip_main_right .price_list .price_item .price_c > span{
    font-size: 12px;
    color: #15182a;
    line-height: 12px;
    margin-top: 6px;
}

.vip_main_right .price_list .price_item .price_c strong{
    font-weight: 700;
    color: #15182a;
    font-size: 30px;
    line-height: 30px;
}

.vip_main_right .price_list .price_item .price_c > p{
    font-size: 12px;
    color: #15182a;
    line-height: 12px;
    margin-top: 6px;
}

.vip_main_right .price_list .price_item .bottom_text{
    display:flex;
    flex-direction: column;
}

.vip_main_right .price_list .price_item .bottom_text > p{
    font-size: 12px;
    color: #ba8c65;
    line-height: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.vip_main_right .price_list .price_item .price_tag{
    position: absolute;
    top: -14px;
    border-radius: 8px 2px 8px 2px;
    background-image: linear-gradient(to right, #ffd906 , #fdeb85);
    font-size: 12px;
    line-height: 20px;
    padding: 0 8px;
    color: #995e14;
    left: -2px;
}

.vip_main_right .price_list .price_item.active{
    border: 2px solid #ff7810;
    background-color: #f4eae2;
}

.vip_main_right .price_list .price_item.always{
    background-image: linear-gradient(to right, #fc504f , #fe7d07);
    border: 2px solid #fc504f;
}

.vip_main_right .price_list .price_item.always .name{
    border-color: rgba(255,255,255,.16);
}

.vip_main_right .price_list .price_item.always span,
.vip_main_right .price_list .price_item.always p,
.vip_main_right .price_list .price_item.always strong{
    color: #fff;
}

.vip_main_right .discount_c{
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #d5c2b2;
    display: flex;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box; 
    margin-bottom: 14px;
    background-color: #fff;
}

.vip_main_right .discount_c > span{
    display: flex;
    width: 27px;
    height: 22px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
    background-image: linear-gradient(to bottom, #ff7f00 , #ff4100);
    margin-right: 6px;
    text-align: center;
    line-height: 22px;
    justify-content: center;
}

.vip_main_right .discount_c p{
    color: #744618;
    font-size: 14px;
}

.vip_main_right .discount_c strong{
    color: #ff5b00;    
    margin-left: 8px;
}

.vip_main_right .discount_c .djs_c{
    display: flex;
    align-items: center;
    height: 20px;
    padding: 0 8px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #f28921 , #feb668);
}

.vip_main_right .discount_c .djs_c p{
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
}

.vip_main_right .discount_c .djs_c span{
    color: rgba(240, 32, 24, .8);
    font-size: 12px;
}

.bottom_qrcode_c{
    border-radius: 8px;
    background-color: #fff;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    overflow: hidden;
    margin-top: auto;
}

.bottom_qrcode_c .qrcode_c{
    width: 130px;
    height: 130px;
    position: relative;
    background-color: rgba(0, 0, 0, .16);
    margin-right: 16px;
}

.bottom_qrcode_c .real_price_c{
    margin-top: auto;
}

.bottom_qrcode_c .real_price_c .price_c{
    display: flex;
    align-items: flex-end;
    margin-bottom: 12px;

}

.bottom_qrcode_c .real_price_c .price_c p{
    font-size: 14px;
    color: #15182a;
    line-height: 16px;
}

.bottom_qrcode_c .real_price_c .price_c span{
    font-size: 12px;
    color: #ff5b00;
    line-height: 14px;
}

.bottom_qrcode_c .real_price_c .price_c strong{
    font-size: 30px;
    color: #ff5b00;
    line-height: 24px;
    font-weight:400;
}

.bottom_qrcode_c .real_price_c i{
    font-style: normal;
    font-size: 14px;
    color: #ff5b00;
    line-height: 16px;
}

.bottom_qrcode_c .real_price_c .pay_djs{
    height: 20px;
    border-radius: 2px;
    background-color: #f7f2e9;
    padding: 0 8px;
    display: flex;
    margin: 12px 0;
    align-items: center;
    width: 120px;
    justify-content: center;
}

.bottom_qrcode_c .real_price_c .pay_djs p{
    font-size: 12px;
    color: #747774;
}

.bottom_qrcode_c .real_price_c .pay_djs span{
    font-size: 12px;
    color: #eb2b00;
    margin-left: 8px;
}

.bottom_qrcode_c .real_price_c .pay_icon{
    display: flex;
    align-items: center;
}

.bottom_qrcode_c .pay_icon img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.bottom_qrcode_c .pay_icon p{
    line-height: 16px;
    font-size: 14px;
    color: #15182a;
}

.buy_user_c{
    display: flex;
    flex-direction: column;
}

.buy_user_c > a{
    color: #86521e;
    font-size: 14px;
    display: inline-flex;
    text-align: right;
    text-decoration: underline;
    margin-left: auto;
}

.vip_foot{
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.vip_foot .vip_foot_invoice_c{
    display: flex;
}

.vip_foot .vip_foot_invoice_c .take_invoice{
    color: #86521e;
    text-decoration: underline;
    position: relative;
    margin-right: 16px;
}

.vip_foot .vip_foot_invoice_c .take_invoice::after{
    content: '';
    width: 1px;
    background-color: #cdcfd4;
    height: 16px;
    position: absolute;
    top: 0;
    right: -8px;
}

.vip_foot .vip_foot_invoice_c p{
    font-size: 14px;
    color: #666666;
}

.vip_foot .vip_foot_invoice_c p a{
    color: #86521e;
    text-decoration: underline;
}

.vip_foot .vip_foot_phone{
    display: flex;
}

.vip_foot .vip_foot_phone p{
    font-size: 14px;
    color: #666666;
}

.vip_foot .vip_foot_phone .phone{
    font-size: 14px;
    color: #86521e;
}

.vip_foot .vip_foot_phone .kefu_layer{
    font-size: 14px;
    color: #86521e;
    text-decoration: underline;
}

.vip_foot .vip_foot_phone .aff_kefu_layer{
    font-size: 14px;
    color: #86521e;
    text-decoration: underline;
}

.bottom_qrcode_c .load_mask{
    position: absolute;
    top: 24px;
    left: 24px;
    width: 130px;
    height: 130px;
    background-color: rgba(0, 0, 0, .95);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
}

.bottom_qrcode_c .load_mask.show{
    display: flex;
}

.bottom_qrcode_c .load_mask span{
    color: #fff;
    display: inline-block;
    animation:turn 1s linear infinite;
}

.bottom_qrcode_c .load_mask p{
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    margin-top: 4px;
}

.bottom_qrcode_c .load_mask .none_use{
    display: none;
    text-align: center;
    color: rgba(255,255,255,.8);
    font-size: 12px;
    font-weight: 400;
}

.bottom_qrcode_c .load_mask.none_show span,
.bottom_qrcode_c .load_mask.none_show p{
    display: none;
}

.bottom_qrcode_c .load_mask.none_show .none_use{
    display: block !important;
}

.overdueMask{
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .95);
    position: absolute;
    left: 0;
    top: 0;
}

.overdueMask p{
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    margin-bottom: 4px;
}

.overdueMask button{
    display: flex;
    align-items: center;
    height: 20px;
    padding: 0 8px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    background-image: linear-gradient(to right, #f28921 , #feb668);
}

.pay_success_layer > .close_layer{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    margin: 8px 0 32px 0;
}

.pay_success_layer{
    width: 560px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: none;
    text-align: center;
    position: relative;
}

.pay_success_layer > img {
    width: 200px;
    margin: 64px 0 32px 0;
}

.pay_success_layer .text{
    font-size: 14px;
    color: #606266;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
}

.pay_success_layer .text.active{
    color: rgb(144, 147, 153);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
}

.pay_success_layer .title{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay_success_layer .title a{
    display: inline-flex;
    align-items: center;
    justify-content:center;
    height: 40px;
    height: 40px;
    color: rgba(0, 0, 0, .9);
}

.pay_success_layer .title a span{
    font-size: 20px;
}

.tts_apply_kf_model{
    width: 300px;
    height: 330px;
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
    display: none;
}
.tts_apply_kf_model .layer_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px;
    color: #333333;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}
.tts_apply_kf_model .layer_title p {
    font-size: 16px;
}
.tts_apply_kf_model .close_layer {
    font-size: 22px;
    color: #333333;
}
.tts_apply_kf_model .layer_content img {
    width: 200px;
    display: block;
    margin: 40px auto;
}

/*vip layer css end*/


/*collect web tips start*/
.collect_web_container{
    width: 280px;
    height: 160px;
    border-radius: 8px;
    display: none;
    flex-direction: column;
    background-color: #252632;
    position: absolute;
    left: 0;
    top:88px;
    overflow: hidden;
}


.collect_web_container .collect_web_text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 96px;
}

.collect_web_container .collect_web_text .t_{
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
}

.collect_web_container .collect_web_text .t{
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
    display: none;
}

.collect_web_container .collect_web_keybord{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    background-color: #40424b;
}

.collect_web_container .collect_web_keybord .key_c{
    display: flex;
    align-items: center;
    display: none;
}

.collect_web_container .collect_web_keybord .key_c .collect_key{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #999aa1;
    background-color: #323442;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
}

.collect_web_container .collect_web_keybord .key_c .collect_key i{
    font-size: 12px;
    font-weight: 300;
    line-height: 1px;
}

.collect_web_container .collect_web_keybord .key_c .add{
    font-size: 12px;
    margin: 0 16px;
    color: rgba(255,255,255,.6);
}

.collect_web_container.chrome,
.collect_web_container.chrome .t.chrome,
.collect_web_container.chrome .key_c.chrome{
    display: flex;
}

.collect_web_container.safari,
.collect_web_container.safari .t.safari,
.collect_web_container.safari .key_c.safari{
    display: flex;
}


/*collect web tips end*/

.footer .icon-guanbi1.hide{
    display: none !important;
}


/*transfer_layer css start*/
.transfer_layer{
    display: none;
    width: 600px;
    height: 700px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.transfer_model{
    overflow: hidden !important;
    border-radius: 8px !important;
}

.transfer_content{
    width: 100%;
    height: 700px;
    display:flex;
    flex-direction: column;
    position: relative;
}

.transfer_layer > .icon-guanbi{
    position: absolute;
    color: rgba(0,0,0,.6);
    font-size: 20px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    right:12px;
    top:12px;
}

.transfer_content *{
    box-sizing: border-box;
}

.transfer_content .title_c{
    width: 100%;
    display: flex;
    padding-left: 24px;
    height: 54px;
}

.transfer_content .title_c .tit_item{
    font-size: 16px;
    font-weight: 500;
    color: #666;
    font-weight: 400;
    line-height: 54px;
    cursor: pointer;
}

.transfer_content .title_c .tit_item.active{
    color: #141626;
    font-weight: bold;
    pointer-events: none;
}

.transfer_content .title_c .tit_item:last-child{
    margin-left: 48px;
}

.transfer_content .transfer_c{
    display: flex;
    flex-direction: column;
    position: relative;
}

.transfer_content .transfer_c .transfer_main{
    display: flex;
    flex-direction: column;
}

.transfer_content .transfer_c .transfer_main.submit .process{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    background: rgba(219,236,251,.4);
}

.transfer_content .transfer_c .transfer_main.submit .process p{
    font-size: 14px;
    font-weight: 500;
    color: #141626;
    line-height: 36px;
}

.transfer_content .transfer_c .transfer_main.submit .process span{
    margin: 0 16px;
    color: #666;
    font-size: 12px;
}

.transfer_content .transfer_form{
    padding: 24px 42px 24px 24px;
    display: flex;
    flex-direction: column;
}

.transfer_content .transfer_form .form_item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
}

.transfer_content .transfer_form .form_item > span{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #141626;
    opacity: 0.68;
    margin-right: 32px;
    width: 100px;
}

.transfer_content .transfer_form .form_item > span.mt13{
    margin-top: 13px;
}

.transfer_content .transfer_form .form_item > p{
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    color: #141626;
}

.transfer_content .transfer_form .form_item > p > strong{
    color: #F0282C;
}

.transfer_content .transfer_form .form_item input{
    height: 40px;
    border: 1px solid #C0CCDA;
    border-radius: 4px;
    padding-left: 8px;
    flex: 1;
}

.transfer_content .transfer_form .form_item textarea{
    height: 100px;
    border: 1px solid #C0CCDA;
    border-radius: 4px;
    padding: 8px;
    flex: 1;
}

.transfer_content .transfer_form .form_item .upload_c{
    display: flex;
}

.transfer_content .transfer_form .form_item .upload_c .upload_pic{
    width: 64px;
    height: 64px;
    margin-right: 24px;
    position: relative;
}

.transfer_content .transfer_form .form_item .upload_c .upload_pic .upload_pic_add{
    width: 64px;
    height: 64px;
    background: #F3F4F9;
    border: 1px dashed #C0CCDA;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #869EB9;
    cursor: pointer;
}

.transfer_content .transfer_form .form_item .upload_c .upload_pic input[type="file"]{
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    top: 0;
    opacity: 0;
}

.transfer_content .transfer_c .transfer_main > button{
    background-color: #141626;
    color: #fff;
    height: 40px;
    border-radius: 4px;
    width: 120px;
    margin-left: 156px;
}

.transfer_content .transfer_c .transfer_main.table{
    display: flex;
    flex-direction: column;
}

.transfer_content .transfer_c .transfer_main.table .process{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 42px;
    background: rgba(219,236,251,.4);
    padding: 0 24px;

}

.transfer_content .transfer_c .transfer_main.table .process p{
    width: 120px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #141626;
}

.transfer_content .transfer_c .transfer_main.table .process p:last-child{
    width: auto;
    flex: 1;
}


/*transfer_layer css end*/


/*get_clipboard_layer css start*/
.get_clipboard_layer{
    width: 480px;
    height: 160px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: none;
}

.get_clipboard_model{
    overflow:  hidden !important;
    border-radius: 8px !important;
}

.get_clipboard_layer > a{
    position: absolute;
    color: rgba(0,0,0,.6);
    font-size: 20px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    right:12px;
    top:12px;
    z-index: 10;
}

.get_clipboard_c{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 16px;
}

.get_clipboard_content{
    display: flex;
    align-items: center;
}

.get_clipboard_content > img{
    margin-right: 12px;
    width: 60px;
}

.get_clipboard_text {
    display: flex;
    flex-direction: column;
    width: calc(100% - 72px);
}

.get_clipboard_text > h2{
    font-size: 16px;
    font-weight: bold;
    color: #15182a;
    margin-bottom: 8px;
}

.get_clipboard_text > .url_input{
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    border-radius: 4px;
    color: #666;
    padding-left: 8px;
    box-sizing: border-box;
    font-size: 12px;
    height: 32px;
    line-height: 30px;
}

.get_clipboard_text p{
    font-size: 12px;
    color: #141626;
    margin-top: 4px;
}

.get_clipboard_c .button_c{
    display: flex;
    justify-content: flex-end;
}

.get_clipboard_c .button_c button{
    border-radius: 4px;
    height: 40px;
    box-sizing: border-box;
    font-size: 14px;
}

.get_clipboard_c .button_c .myself_btn{
    margin-right: 12px;
    border: 1px solid #f0f0f0;
    background-color: #f7f7f7;
    color: #999;
    padding: 0 12px;
}

.get_clipboard_c .button_c .parsing_btn{
    background-color: #141626;
    color: #fff;
    padding: 0 32px;
}

/*get_clipboard_layer css end*/
.nav_item.active{
    pointer-events: none;
}

.nav_item.active{
    background-color: rgba(255,255,255,.08);
}

.public_nav_c.fixed_white .nav_item.active{
    background-color: #141626;
}

.public_nav_c.fixed_white .nav_item.active a{
    color: #fff;
    font-weight: 500;
}

/*side start*/
.tts_side {
    width: 72px;
    position: fixed;
    right: -76px;
    top: 80%;
    transform: translateY(-50%);
    z-index: 5000;
    display: flex;
    flex-direction: column;
    transition: .2s ease-in-out;
}

.tts_side.active {
    right: 0px;
}

.tts_side_vip {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 72px;
    height: 96px;
    position: relative;
}

.tts_side_list {
    margin-top: 4px;
    border-radius: 4px;
    box-shadow: 0px 4px 24px 1px rgba(37, 37, 89, 0.16);
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 100;
}

.tts_side_list .item {
    width: 72px;
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.tts_side_list .item > img{
    width: 32px;
    height: 32px;
}

.tts_side_list .item:hover {
    background: rgba(0, 0, 0, .01);
}

.tts_side_list .item:hover .qrcode {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.tts_side_list .item:hover .phone_numb {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.tts_side_list .item>p {
    line-height: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, .9);
    margin-top: 4px;
}

.tts_side_list .item .qrcode {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    padding: 8px 12px;
    left: -136px;
    top: 0;
    box-shadow: 0px 4px 24px 1px rgba(37, 37, 89, 0.16);
    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(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
}

.tts_side_list .item .phone_numb {
    position: absolute;
    background: #fff;
    border-radius: 4px;
    padding: 16px 18px;
    left: -142px;
    box-shadow: 0px 4px 24px 1px rgba(37, 37, 89, 0.16);
    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(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
}

.tts_side_list .item .phone_numb p {
    line-height: 22px;
    font-size: 14px;
    color: rgba(0, 0, 0, .9);
    font-weight: 600;
}

.tts_side_list .item .qrcode>img {
    display: block;
    margin: auto;
    width: 108px;
    height: 108px;
}

.tts_side_list .item .qrcode>p {
    line-height: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, .9);
    margin-top: 4px;
    text-align: center;
}

.tts_side_go_top {
    width: 72px;
    height: 72px;
    border-radius: 4px;
    margin-top: 4px;
    box-shadow: 0px 4px 24px 1px rgb(37 37 89 / 16%);
    background: #fff;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tts_side_go_top>img {
    width: 34px;
    height: 34px;
}

.tts_side_go_top>p {
    line-height: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, .9);
    margin-top: 2px;
}

.tts_side_vip>img {
    width: 100%;
    height: 100%;
    position: absolute;
}

/*side end*/

.bottom_qrcode_c .load_mask a{
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    background-color: #ff5b00;
    border-radius: 4px;
    padding: 0 6px;
    margin-top:8px;
    color: #fff;
    text-align: center;
    display: none;
}

.bottom_qrcode_c .load_mask a.show_login_btn{
    display: flex;
}

.not_support_browser_layer{
    width: 320px;
    height: 250px;
    background-color: #fff;
    display: none;
    position: relative;
    border-radius: 12px !important;
}

.not_support_browser_model{
    border-radius: 12px !important;
}

.not_support_browser_layer > a{
    position: absolute;
    right: 16px;
    top: 16px;
    color: #ccc;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    font-size: 20px;
}

.not_support_browser_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 16px;
}

.not_support_browser_content > img{
    width: 60px;
    height: 60px;
    margin: 32px 0 16px 0;
}

.not_support_browser_content > p{
    font-size: 14px;
    line-height: 24px;
    color: #222;
}

.not_support_browser_content > a{
    width: calc(100% - 40px);
    height: 48px;
    background-color: #2772e5;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    margin-top: auto;
    margin-bottom: 20px;
}





/* base_login_model */

.base_content .top_close{
    position: absolute;
    left: 16px;
    top: 16px;
    height: 24px;
    display: flex;
    cursor: pointer;
    align-items: center;
    color: rgba(6, 6, 36, 0.6);
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
}

.base_content .top_close span{
    font-size: 14px;
    color: rgba(0, 0, 0, .67);
}

.base_content .top_close p{
    font-size: 14px;
    margin-left: 4px;
}


.login_container {
    width: 100%;
    height: 100%;
    position: relative;
}

.base_login_model_c {
    position: relative;
}

.base_login_model_c * {
    position: relative;
}

.base_login_model_c input {
    outline: none;
}

.base_login_model_c.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.base_login_model_c .base_login_top_height {
    height: 30%
}

.base_login_model_c {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none;
}

.base_login_model_c.login_model_foot{
    background-color: rgba(0,0,0,.6);
}


.base_login_left_c_text {
    color: #CD9044;
    font-size: 21px;
    margin-top: 24px;
    line-height: 28px;
    position: absolute;
    top: 80px;
    left: 50px;
}

.base_login_model_c .base_close {
    color: rgba(255,255,255,.6) !important;
    position: absolute;
    right: -32px;
    top: -32px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
}

.base_login_model_c .base_content {
    display: flex;
    width: 403px;
    height: 458px;
    background: #fff;
    margin: 0 auto;
    border-radius: 12px
}

.base_login_model_c .base_content .base_login_left_c {
    width: 403px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;


}

.base_login_model_c .base_content .base_login_left_c .base_login_left_logo {
    width: 213px;
    height: 64px;
    position: absolute;
    top: 32px;
    left: 40px;
}

.base_login_model_c .base_content .base_login_left_c .base_login_left_text {
    width: 300px;
    position: absolute;
    top: 120px;
    left: 54px;
}

.base_login_model_c .base_content .base_login_logo {
    width: 85px;
    display: block;
    margin: 38px auto 0
}

.base_login_model_c .base_content .base_login_logo_desc {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #0C0E21;
    line-height: 24px;
    text-align: center;
}

.base_login_model_c .base_content .base_login_left_c .base_login_title {
    font-size: 30px;
    color: #fff !important;
    padding: 0 20px
}

.base_login_model_c .base_content .base_login_left_c .base_login_sub_title {
    margin-top: 20px;
    font-size: 16px;
    color: #fff !important
}

.base_login_model_c .base_switch {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 48px;
    height: 48px;
    display: block;
    cursor: pointer;
    z-index: 9
}

.base_login_model_c .base_content .base_login_right_c {
    flex-grow: 1;
    border-radius: 12px;
    background: #fff;
    padding: 57px 56px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    height: 458px;
}

.base_login_model_c .base_login_scan.base_content .base_title {
    margin-top: 80px
}

.base_login_model_c .base_content .base_title {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 30px;
    font-weight: 500
}

.base_login_model_c .base_content .base_tabs {
    display: flex;
    justify-content: flex-start;
    height: 28px;
}

.base_login_model_c .base_switch_text {
    margin-top: 40px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.base_login_model_c .base_switch_text span {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.4);
}

.base_login_model_c .base_switch_text .base_switch_line {
    width: 2px;
    height: 16px;
    background: #F0F0F0;
    border-radius: 1px 1px 1px 1px;
    opacity: 1;
    margin: 0 16px;
}

.base_login_model_c .base_content .base_tabs .base_tab {
    font-size: 16px;
    cursor: pointer;
    transition: none;
    color: #5A6073 !important;
    font-weight: 400;
    line-height: 28px;
}

.base_login_model_c .base_content .base_tabs .base_tab:first-child {
    margin-right: 40px;
}

.base_login_model_c .base_content .base_tabs .base_tab.active {
    color: #0C0E21 !important;
    font-weight: bold;
}

.base_login_model_c .base_form_content {
    margin: 40px 0 0 0;
}

.base_login_model_c .base_input_content {
    height: 48px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.base_login_model_c .base_input_content:first-child {
    margin-top: 0px;
}

.base_login_model_c .base_input_content input {
    width: 0;
    height: 100%;
    flex-grow: 1;
    border: none;
    font-size: 14px;
}

.base_login_model_c .base_input_content .country_num {
    font-size: 18px;
    font-weight: 400;
    color: #0C0E21;
    position: relative;
    display: inline-flex;
    width: 42px;
    line-height: 48px;
    margin-right: 8px;
}

.base_login_model_c .base_input_content .country_num::after {
    content: '';
    width: 1px;
    height: 12px;
    background: #E2E2E2;
    position: absolute;
    right: 0;
    top: 18px;
}



.base_login_model_c .base_form_content .base_desc {
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.base_login_model_c .base_form_content .base_desc a {
    font-size: 13px;
    color: #999 !important
}

.base_login_model_c .base_form_content .base_form_submit {
    display: block;
    background: #060624;
    border: none;
    color: rgba(255, 255, 255, .8);
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.base_login_model_c .base_form_content .base_form_submit.loading{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #A8A8B2;
  color: rgba(255, 255, 255, .6);
  pointer-events: none;
}

.base_login_model_c .base_form_content .base_form_submit.loading::before{
  content: '\e685';
  color: rgba(255, 255, 255, .6);
  font-family: 'iconfont';
  font-size: 16px;
  margin-right: 8px;
  animation: turn 1s linear infinite;
}

.base_login_model_c .base_form_content .base_form_submit.disable {
    background: #A8A8B2;
    color: rgba(255, 255, 255, .6);
}

.base_login_model_c .base_scan_ewm_c {
    width: 178px;
    height: 178px;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 12px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.base_login_model_c .loading_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.base_login_model_c .loading_mask.hide {
    display: none;
}

.base_login_model_c .loading_mask span {
    color: rgba(255, 255, 255, 1);
    display: inline-flex;
    width: 32px;
    height: 32px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: turn 1s linear infinite;
}

.base_login_model_c .loading_mask p {
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


.base_login_model_c .base_scan_ewm {
    width: 170px;
    height: 170px;
    display: block;
    border: none;
    opacity: 0;
}

.base_login_model_c .base_scan_desc {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    text-align: center
}

.base_login_model_c .base_get_login_code {
    height: 100%;
    border: none;
    background: 0 0;
    color: #427EF7;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 6px;
}

.base_login_model_c .base_restpass {
    color: #9EA5BB;
    font-size: 12px;
    cursor: pointer;
}

.base_login_model_c .base_reg_text {
    color: #9EA5BB;
    font-size: 12px;
    margin-top: 8px;
}

.base_login_model_c .base_login_reg_text {
    font-size: 20px;
    font-weight: 600;
    color: #0C0E21;
    line-height: 28px;
}

.base_login_model_c .go_reg_text {
    cursor: pointer;
    color: #427EF7 !important
}

.base_login_model_c .go_login_text {
    cursor: pointer;
    color: #427EF7 !important
}

.base_login_model_c .base_login_check_xieyi {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
}

.base_login_model_c .base_login_check_box {
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;

    border: 2px solid #9EA5BB;
}

.base_login_model_c .base_login_check_box.active {
    border: 2px solid #427EF7;
}

.base_login_model_c .base_login_check_box.active::before {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    content: "\e613";
    color: #427EF7;
    position: absolute;
    top: -1px;
    left: -1px;
    transform: scale(.9);
    font-weight: bold;
}

.scan_ewm_loading{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.scan_ewm_loading span{
    font-size: 20px;
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color:#141626;
    animation:turn 1s linear infinite;
}

/* base_login_model */


.base_login_scan {
    box-sizing: border-box;
}

.base_login_scan .logo_c {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.base_login_scan .logo_c .logo_text {
    font-size: 50px;
    line-height: 50px;
}

.base_login_scan .logo_c .logo_text:hover {
    color: transparent;
}

.base_login_scan .logo_c .desc {
    font-size: 12px;
    font-weight: 400;
    color: #9EA5BB;
    line-height: 20px;
    margin-top: 4px;
}

.app_down_qrcode {
    width: 192px;
    position: relative;
    margin: 24px auto 0;
}

.app_down_qrcode .app_down_btn {
    width: 172px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #060624;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.app_down_qrcode .app_down_btn span,
.app_down_qrcode .app_down_btn p {
    color: #060624;
}

.app_down_qrcode .app_down_btn span {
    margin-right: 4px;
    font-size: 20;
    font-weight: 700;
    display: inline-flex;
    width: 20px;
    height: 38px;
    line-height: 38px;
    align-items: center;
    justify-content: center;
}

.app_down_qrcode .app_down_btn p {
    font-size: 14px;
    font-weight: 400;
    color: #060624;
    line-height: 22px;
}

.app_down_qrcode .app_qrcode_c {
    width: 192px;
    height: 192px;
    border-radius: 4px;
    box-shadow: 0px 6px 12px 0px rgba(6, 6, 36, 0.16);
    position: absolute;
    top: -216px;
    left: 0;
    background-color: #fff;
    box-sizing: border-box;
    padding: 16px;
    text-align: center;

    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: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);

    transition-delay: .1s;
}

.app_down_qrcode:hover .app_qrcode_c {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.app_down_qrcode .app_qrcode_c .tips {
    display: flex;
    align-items: center;
}

.app_down_qrcode .app_qrcode_c .tips span {
    color: #060624;
    margin-right: 4px;
}

.app_down_qrcode .app_qrcode_c .tips p {
    font-size: 14px;
    font-weight: 400;
    color: #0C0E21;
    line-height: 22px;
}

.app_down_qrcode .app_qrcode_c::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    bottom: -8px;
    left: calc(50% - 8px);
    filter: drop-shadow(0px 6px 12px rgba(6, 6, 36, 0.16));
    z-index: 10;
    transition: .3s all;



}

.app_down_qrcode .app_qrcode_c>img {
    width: 124px;
    height: 124px;
    margin-top: 12px;
}

.base_login_right_c.login_account .base_form_submit {
    margin-top: 32px;
}

.base_login_right_c .agrement_text_c {
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #C8CCDB;
    line-height: 20px;
    margin-top: 12px;
    display: none;
}

.base_login_right_c .agrement_text_c.active {
    display: flex;
}

.base_login_right_c .agrement_text_c a {
    color: #427EF7;
    margin: 0 4px;
}

.base_login_right_c .other_login_list {
    width: 217px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.base_login_right_c .other_login_list .item {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.base_login_right_c .other_login_list .item span {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
}

.base_login_right_c .other_login_list .item.sina {
    background: #EA5D5C;
}

.base_login_right_c .other_login_list .item.qq {
    background: #5690FE;
}

.base_login_right_c .other_login_list .item.apple {
    background: #0C0E21;
}

.base_login_right_c .other_login_list .item.pass {
    background: #9EA5BB;
    display: none;
}

.base_login_right_c .other_login_list .item.acc {
    background: #B58D63;
    display: none;
}

.base_login_right_c .other_login_list .pass.active {
    display: flex;
}

.base_login_right_c .other_login_list .acc.active {
    display: flex;
}

.base_login_right_c .other_login_list .item.acc .base_input_content input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: #C8CCDB;
}

.base_login_right_c .other_login_list .otehr_login_mask{
    width: calc(100% + 64px);
    position: absolute;
    background: rgba(255,255,255,.63);
    height: 64px;
    border-radius: 8px;
    left: -32px;
    top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: bold;
    backdrop-filter: blur(3px);
}

.base_login_right_c .bottom_tips{
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-top: 16px;
}

.base_input_content input:-moz-placeholder {
    /* Firefox版本4-18 */
    color: #C8CCDB;
}

.base_input_content input::-moz-placeholder {
    /* Firefox版本19+ */
    color: #C8CCDB;
}

.base_input_content input:-ms-input-placeholder {
    /* IE浏览器 */
    color: #C8CCDB;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.form_login_switch {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.form_login_switch.active {
    display: flex;
}

.base_login_right_c.bind_account .base_login_check_xieyi{
    margin-top: 54px;
}

.base_content .switch_login_type{
    width: 56px;
    height: 56px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    z-index: 1;
}

.base_content .switch_login_type .switch_pic{
    width: 100%;
    height: 100%;
    display: none;
    position: relative;
}

.base_content .switch_login_type .switch_pic.active{
    display: block;
}

.base_content .switch_login_type .switch_pic img{
    width: 100%;
    height: 100%;
}

.base_login_model_c .base_login_right_container{
    display: none;
    width: 100%;
}

.base_content .switch_login_type .switch_pic::after{
    content: attr(data-text);
    border-radius: 4px;
    color: #9EA5BB;
    font-size: 12px;
    position: absolute;
    top: 20px;
    left: -48px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    width: 120px;
    transform: rotate(45deg);
}


.study_video_layer {
    width: 800px;
    height: 450px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: none;
}

.study_video_model {
    overflow: hidden !important;
    border-radius: 8px !important;
}

.study_video_layer>a {
    color: #fff;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 32px;
    text-shadow: 0 0 4px rgb(0 0 0 / 40%);
    z-index: 8;
}

.study_video_layer video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.activity_pic {
    width: 1200px;
    height: 100px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.activity_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.activity_pic span{
    color: rgba(255,255,255,.55);
    font-size: 24px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.activity_model{
    cursor: pointer;
}

.activity_model img{
    height: 46px;
}

.get_new_year_activity_model{
    position: relative;
    display: none;
    text-align: center;
    width: 352px;
}

.get_new_year_activity_model > a{
    width: 32px;
    height: 32px;
    font-size: 24px;
    border: 1px solid rgba(255,255,255,.56);
    background-color: rgba(255,255,255,.24);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -36px;
    right: -12px;
}

.get_new_year_activity_model_c{
    width: 320px;
    cursor: pointer;
}

.get_new_year_model{
    background: none !important;
    box-shadow: none !important;
}

.get_new_year_model .layui-layer-content{
    overflow: visible !important;
}

.get_new_year_activity_model_c_{
    width: 228px;
    height: 116px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    top: 90px;
    left: 34px;
}

.get_new_year_activity_model_c_ .activity_item{
    width: 108px;
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;    
}

.get_new_year_activity_model_c_ .activity_item i{
    font-style: normal;
    color: #E44A42;
    font-size: 12px;
    margin-right: 2px;
}

.get_new_year_activity_model_c_ .activity_item .activity_price{
    display: flex;
    align-items: baseline;
}

.get_new_year_activity_model_c_ .activity_item .activity_price span{
    color: #E44A42;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    margin-right: 2px;
}

.get_new_year_activity_model_c_ .activity_item .activity_price p{
    color: #E44A42;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.get_new_year_activity_model_c_ .activity_item > p{
    color: #52432A;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 2px;
}

.get_new_year_activity_model_c > a{
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 263px;
    height: 48px;
}







.repeat_refresh_browser_layer{
    width: 400px;
    height: 300px;
    background-color: #fff;
    display: none;
    position: relative;
    border-radius: 12px !important;
}

.repeat_refresh_browser_model{
    border-radius: 12px !important;
}

.repeat_refresh_browser_layer > a{
    position: absolute;
    right: 16px;
    top: 16px;
    color: #ccc;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    font-size: 20px;
}

.repeat_refresh_browser_layer .content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.repeat_refresh_browser_layer .content > svg{
    width: 120px;
    height: 120px;
    margin: 32px 0 16px 0;
}

.repeat_refresh_browser_layer .content > p{
    font-size: 16px;
    line-height: 24px;
    color: #222;
}

.repeat_refresh_browser_layer .content > a{
    width: calc(100% - 40px);
    height: 48px;
    background-color: #2772e5;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    margin-top: 24px;
    margin-bottom: 20px;
}


.activity_side{
    width: 150px;
    height: 195px;
    position: fixed;
    bottom: 50%;
    right: -160px;
    transition: all .3s ease-in-out;
}

.activity_side.active{
    right: 16px;
}

.activity_side .icon-guanbi{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 24px;
    display: flex;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: #A2A2AB;
    font-size: 20px;
    cursor: pointer;
}

.activity_side .activity_side_content{
    width: 150px;
    height: 167px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
}



/*4.0css start*/

.public_nav .nav_item.mobile_more{
    display: none;
}

.public_nav_c .public_nav .logo a{
    background: -webkit-linear-gradient(left, #9D46FE, #8B9FF3 25%, #7CE9EA 50%, #4978FE 75%, #9D46FE);
    color: transparent;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    animation: masked-animation 5s infinite linear;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    margin-right: 32px;
}

.download_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin:auto;
    padding-top: 80px;
    box-sizing: border-box;
}

.download_container .top_logo_content{
    display: flex;
    align-items: center;
    justify-content: center;
}

.download_container .top_logo_content span{
    background: -webkit-linear-gradient(left, #9D46FE, #8B9FF3 25%, #7CE9EA 50%, #4978FE 75%, #9D46FE);
    color: transparent;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    animation: masked-animation 5s infinite linear;
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
}

.download_container .top_logo_content p{
    background: -webkit-linear-gradient(left, #9D46FE, #4978FE 25%, #7CE9EA 50%, #8B9FF3 75%, #9D46FE);
    color: transparent;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    animation: masked-animation 5s infinite linear;
    font-size: 72px;
    font-weight: 700;
    line-height: 80px;
    margin-left: 48px;
    position: relative;
}

.download_container .top_logo_content p::after{
    content: '';
    width: 30px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    top: 40px;
    left: -38px;
    background-color: #84C5EE;
}

.download_container .tips{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    margin: 24px 0 40px 0;
}

.download_container .content_input{
    width: 800px;
    height: 64px;
    display: flex;
    align-items: center;
    border: 1px solid #2D55FF;
    border-radius: 16px;
    box-sizing: border-box;
    position: relative;
}

.download_container .content_input .copy_tips{
    display: flex;
    align-items: center;
    color: #fff;
    position: absolute;
    top: -22px;
    left: 0;
}

.download_container .content_input .copy_tips span{
    color: #05CC69;
    margin-right: 8px;
}



.download_container .content_input .input_c{
    background-color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    flex: 1;
    border-radius: 16px 0 0 16px;
    padding: 0 32px 0 16px;
    box-sizing: border-box;
    position: relative;
} 

.download_container .content_input .input_c a{
    color: #16172F;
}

.download_container .content_input .input_c button{
    position: absolute;
    color: #737482;
    top: 24px;
    right: 16px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.download_container .content_input .input_c input{
    flex: 1;
    border: none;
    outline: none;
    background: none;
    padding: 0 12px;
    height: 100%;
    font-size: 16px;
    color: #16172F;
}

.download_container .content_input > button{
    border-radius:0 16px 16px 0;
    background: #2D55FF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 100%;
    border: none;
    cursor: pointer;
}

.download_container .content_input > button span{
    margin-right: 8px;
}

.download_container .content_input span{
    color: #fff;
    background: none;
    transform: rotate(-90deg);
}

.download_container .test_tips{
    font-weight: 500;
    text-decoration-line: underline;
    cursor: pointer;
    background: linear-gradient(91deg, #78FFE7 0%, #456EFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 24px 0 64px 0;
    position: relative;
}

.download_container .test_tips::before{
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(91deg, #78FFE7 0%, #456EFF 100%);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.download_container .runing_nums{
    display: flex;
    align-items: flex-end;
}

.download_container .runing_nums p.first_t{
    background: linear-gradient(91deg, #9E41FF 0%, #60BAF2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.download_container .runing_nums .num{
    margin: 0 4px -6px 4px;
    font-size: 40px;
    color: #fff;
}

.download_container .runing_nums p{
    color: #4876FE;
}

.download_container .runing_nums .num span{
    color: #fff;
}

.download_container .bottom_tips{
    margin: 16px 0 40px 0;
    width: 640px;
    text-align: center;
    color: #fff;
}

.download_container .icon_list{
    padding: 8px 24px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
}

.download_container .icon_list .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 48px;
}

.download_container .icon_list .item:last-child{
    margin-right: 0;
}

.download_container .icon_list .item .icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2D55FF;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    margin-bottom: 8px;
}

.download_container .icon_list .item .icon span{
    color: #fff;
}

.download_container .icon_list .item > p{
    color: #fff;
}


.down_footer{
    background: #060624;
    padding: 70px 0;
    background-image: url(../imgs/step/foot_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.down_footer .top_logo_content{
    margin-bottom: 40px;
}

.down_footed{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #060624;
    padding: 48px 0 64px 0;
}

.down_footed .footed_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
}

.down_footed .footed_content .left_info{
    display: flex;
    flex-direction: column;
    width: 420px;
}

.down_footed .footed_content .left_info .logo_t_{
    display: flex;
    flex-direction: column;
}

.down_footed .footed_content .left_info .logo_t_ p{
    color: #fff;
}

.down_footed .footed_content .left_info .desc{
    color: #fff;
    margin-top: 8px;
}

.down_footed .footed_content .left_info .share_list{
    display: flex;
    margin-top: 24px;
}

.down_footed .footed_content .left_info .share_list a{
    color: rgba(255,255,255,.55);
    margin-right: 24px;
}

.down_footed .footed_content .left_info .icp_text{
    color: rgba(255,255,255,.55);
    margin-top: 16px;
}

.down_footed .footed_content .right_input{
    display: flex;
    align-items: flex-start;
    padding-top: 32px;
}

.down_footed .footed_content .right_input .serve_content{
    display: flex;
    flex-direction: column;
    margin-right: 160px;
}

.down_footed .footed_content .right_input .serve_content P{
    color: #fff;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
}

.down_footed .footed_content .right_input .serve_content a{
    color: rgba(255,255,255,.55);
    margin-top: 16px;
}

.down_footed .footed_content .right_input .qrcode_c{
    width: 134px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.down_footed .footed_content .right_input .qrcode_c img{
    width: 117px;
    height: 117px;
    margin-top: 8px;
}

.down_footed .footed_content .right_input .qrcode_c p{
    text-align: center;
    color: #16172F;
    margin: 8px 0;
}

.down_footed .footed_content .left_info .logo_text{
    font-size: 40px;
    line-height: 48px;
}


.mobile_options_menu_layer{
    display: none;
    width: 100%;
    background:#fff;
}

.mobile_options_menu_model{
    border-radius: 16px 16px 0 0 !important;
    box-shadow: none !important;
    overflow: hidden;
}

.mobile_options_menu_content{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mobile_options_menu_content a{
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #16172F;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #EBECF0;
}

.mobile_options_menu_content a:last-child{
    border-bottom: none;
}

.result_layer_content .mobile_tabs{
    display: none;
    margin-bottom: 24px;
}

.result_layer_content .mobile_tabs span{
    cursor: pointer;
    border-radius: 100px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #16172F;
    margin-right: 24px;
    padding: 0 24px;
    background-color: #F6F7FC;
}

.result_layer_content .mobile_tabs span:last-child{
    margin-right: 0;
}

.result_layer_content .mobile_tabs span.active{
    pointer-events: none;
    background-color: #16172F;
    color: #fff;
    font-weight: bold;
}

.result_layer_content .mobile_pic_result{
    display: none;
    margin-top: 32px;
}

.result_layer_content .mobile_pic_result > a{
    width: 100%;
    height: 56px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background-color: #16172F;
}

.result_layer_content .mobile_pic_result > a span{
    color: #fff;
    margin-right: 4px;
}

.result_layer_content .mobile_title_result{
    display: none;
    margin-top: 32px;
}

.result_layer_content .mobile_title_result > a{
    width: 100%;
    height: 56px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background-color: #16172F;
}

.download_container .content_input button .icon-loading{
    display: flex;
    align-items: center;
    justify-content: center;
    animation: turn 1s linear infinite;
}

.result_layer_content  .download.loading a,
.result_layer_content  .download .icon-loading{
    display: flex;
    align-items: center;
    justify-content: center;
    animation: turn 1s linear infinite;
    color: #2D55FF !important;
}

.is_weixin_tips{
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background: rgba(0,0,0,.85);
}

.is_weixin_tips .iwt_text{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.is_weixin_tips .iwt_text img{
    width: 80px;
}

.is_weixin_tips .iwt_text p{
    color: #fff;
    text-align: center;
    padding-right: 24px;
}

.down_msg .swiper-pagination{
    display: none;
}



.demo_tips_layer{
    width: 320px;
    display: none;
    position: relative;
}

.demo_tips_model{
    border-radius: 16px !important;
    box-shadow: none !important;
}

.demo_tips_layer .demo_tips_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 16px;
}

.demo_tips_layer .demo_tips_content strong{
    color: #16172F;
    margin: 12px 0;
}

.demo_tips_layer .demo_tips_content > p{
    color: #737482;
}

.demo_tips_layer .demo_tips_content .options_btns{
    display: flex;
    margin-top: 12px;
    width: 100%;
    justify-content: flex-end;
}

.demo_tips_layer .demo_tips_content .options_btns button{
    height: 40px;
    border-radius: 100px;
    padding: 0 24px;
    margin-right: 24px;
}

.demo_tips_layer .demo_tips_content .options_btns button:first-child{
    color: #16172F;
    border: 1px solid #EBECF0;
    background: none;
}

.demo_tips_layer .demo_tips_content .options_btns button:last-child{
    color: #fff;
    background: #2D55FF;
    margin-right: 0;
}

.mobile_options_menu_model.layer-anim-close{
    -webkit-animation-name: layer-ssOut !important;
    animation-name: layer-ssOut !important;
}

.mobile .result_mobile_model.layer-anim-close{
    -webkit-animation-name: layer-ssOut !important;
    animation-name: layer-ssOut !important;
}

@-webkit-keyframes layer-ssOut {
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }

    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes layer-ssOut {
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%)
    }

    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }
}

.item .merge_error_c{
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item .merge_error_c > span{
    color: #DC4B4B;
    margin-right: 4px;
}

.item .merge_error_c > p{
    color: #DC4B4B;
    font-size: 12px;
}

.item .merge_error_c .replay_c{
    display: inline-flex;
    align-items: center;
    width: 80px !important;
    height: 28px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    margin-left: 16px;
}

.item .merge_error_c .replay_c span{
    color: #666;
    font-size: 16px;
    margin-right: 2px;
}

.item .merge_error_c .replay_c::before{
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid rgba(255,255,255, .16);
    position: absolute;
    top: 9px;
    left: -4px;
}

.no_merge_sup_c{
    display: flex;
    align-items: center;
    margin-right: 240px;
}

.no_merge_sup_c > img{
    width: 100px;
    height: 100px;
    opacity: .8;
    margin-right: 24px;
}

.no_merge_sup_c p{
    font-size: 14px;
    margin-bottom: 8px;
    color: rgba(255,255,255, .85);
}

.no_merge_sup_c p a{
    color: #ff5b00;
    margin: 0 4px;
}

.no_merge_sup_text > a{
    border: 1px solid #fff;
    color: #fff;
    opacity: .8;
    padding: 4px 8px;
    border-radius: 4px;
    margin-top: 8px;
}
/*4.0css end*/

.viewer-container{
    z-index: 99999999 !important;
}

/*layer confirm css start*/
.layui-layer-dialog {
    border-radius: 8px !important;
}

.layui-layer-dialog .layui-layer-content{
    padding: 32px 20px !important;
}

.layui-layer-dialog .layui-layer-btn{
    padding: 0;
    display: flex;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #dedede;
}

.layui-layer-dialog .layui-layer-btn .layui-layer-btn0{
    background: none;
    color: #999 !important;
    border: none;
}

.layui-layer-dialog .layui-layer-btn .layui-layer-btn1{
    color: #2D55FF;
}

.layui-layer-dialog .layui-layer-btn a{
    height: 48px;
    width: 50%;
    margin: 0;
    padding: 0;
    line-height: 48px;
    border: none;
    border-left: 1px solid #dedede;
}
/*layer confirm css end*/

.zpb_matrix_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #3B2812;
  position: relative;
  padding: 0 16px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 100px 100px 100px 100px;
  color: rgba(255, 255, 255, .85);
  font-size: 16px;
  transition: all .3s;
  box-sizing: border-box;
  cursor: pointer;
}

.fixed_white .zpb_matrix_btn{
  border: 1px solid rgba(0, 0, 0, .55);
  color: rgba(0, 0, 0, .85);
}

.zpb_matrix_btn > p{
  display: flex;
  align-items: center;
}

.zpb_matrix_btn > p i{
  margin-left: 4px;
  transition: all .3s;
}

.zpb_matrix_container{
  position: absolute;
  top: 54px;
  left: 0;
  border-radius: 16px;
  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;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  pointer-events: none;
}

.zpb_matrix_btn:hover .zpb_matrix_container{
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

.zpb_matrix_btn:hover > p i{
  transform: rotate(-180deg);
}

.zpb_matrix_container::before{
  content: '';
  width: 100%;
  height: 18px;
  position: absolute;
  top: -16px;
  left: 0;
}

.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;
  margin-bottom: 0 !important;
}

.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;
}