body {
    font-size: 16px;
    line-height: 1.3;
    color: #010818;
}

i {
    font-style: normal;
}

[v-cloak] {
    display: none !important;
}

img {
    max-width: 100%;
}

.m_show {
    display: none !important;
}

.wrap {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1240px;
}

.wrap_max {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1480px;
}

.padding_150 {
    padding: 150px 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 666;
    transition: all 0.5s ease;
    background: transparent;
}

header.topFixed {
    background-color: #010818;
    backdrop-filter: blur(4px);
}

.header_cnt {
    height: 70px;
}

.logo_img {
    width: 136px;
    display: flex;
}

header .login_btn {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
}

header .i_line {
    width: 1px;
    height: 20px;
    background: #555B6C;
    margin: 0 10px;
    display: block;
}

header .reg_btn {
    padding: 10px 20px;
    border-radius: 8px;
    border: 1px solid #fff;
    min-width: 108px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-left: 12px;
    text-align: center;
}

.lang_btn {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.lang_btn>img {
    width: 20px;
    margin-right: 6px;
}

.tabLang_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    /* color: rgba(255, 255, 255, 0.4); */
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0e1425;
    padding: 8px 0;
}

.tabLang_item img {
    height: 14px;
    margin-right: 6px;
}

.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #69d84f0f;
    color: #69d84f;
}

.btn_sx {
    background: #12B76A;
    border-radius: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: initial;
    color: #fff;
    width: 100%;
    height: 64px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_sx:hover {
    background: #69d84f;
}

.btn_dis {
    background-color: #d0d5dd;
    color: #555b6c;
    border-radius: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: initial;
    width: 100%;
    height: 64px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: not-allowed;
}

.side_KF {
    width: 62px;
    height: 62px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 66;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    padding: 11px;
}

.side_KF span {
    width: 0;
    overflow: hidden;
    display: block;
    transition: all 0.25s ease-in-out;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.side_KF:hover {
    width: 180px;
}

.side_KF:hover span {
    width: 100px;
    margin-left: 8px;
    word-break: keep-all;
}

.font_52 {
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: initial;
}

.FONT_Small .font_52 {
    font-size: 40px;
}

.center_1000 {
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.col_up {
    color: #29a76d;
}

.col_down {
    color: #df543a;
}

.bg_ok {
    background-color: #12b76a;
}

.bg_ing {
    background-color: #f59f00;
}

.bg_no {
    background-color: #f97066;
}

.gre_ok {
    background-color: #6ce9a6;
}

.gre_ing {
    background-color: #ffd661;
}

.gre_no {
    background-color: #fda29b;
}

.head_collapse .el-dropdown-menu__item {
    padding: 0;
}

.head_collapse .tabMenu_item {
    padding: 0 20px;
}

.tabMenu_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #555b6c;
    font-size: 14px;
    min-width: 120px;
    min-height: 48px;
    background: transparent;
}

.tabMenu_item.active {
    background: #F8F8F9;
    color: #010818;
    font-weight: 500;
}

.tabMenu_item>img {
    margin-right: 8px;
}

.user_head {
    height: auto;
    margin-left: 30px;
    color: #afbcc6;
    font-size: 16px;
    cursor: pointer;
}

.user_head img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    border-radius: 50%;
    object-fit: cover;
}

.page_body .user_head {
    margin: 0;
}

header .el-icon-caret-bottom,
header .el-icon-arrow-down {
    margin-left: 4px;
    font-size: 12px;
}


.header_nav {
    padding-left: 18px;
}

.header_nav .header_nav_item {
    margin-left: 24px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header_nav .header_nav_item.active {
    color: #69d84f;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

footer {
    background-color: #010818;
    padding: 60px 0 20px;
}

footer p {
    color: #555B6C;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

footer .foot_cnt_1 {
    margin-bottom: 30px;
}

footer .foot_cnt_1 .dl a {
    color: #AFBCC6;
    font-size: 14px;
    font-weight: 400;
}

footer .foot_cnt_1 .dl i {
    color: #AFBCC6;
    font-size: 14px;
    font-weight: 400;
    margin: 0 8px;
}

footer .lang_btn {
    border-radius: 12px;
    border: 1px solid #555B6C;
    padding: 2px 10px 2px 12px;
    color: #AFBCC6;
    font-size: 14px;
    font-weight: 400;
}

footer .lang_btn i {
    font-size: 12px;
    margin-left: 4px;
}

footer .foot_cnt_2 {
    margin-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

footer .foot_cnt_2 p:first-child {
    margin-bottom: 16px;
}

footer .foot_icon_box a {
    margin-right: 24px;
}

footer .foot_icon_box button {
    border-radius: 8px;
    border: 0.5px solid #FFF;
    background: transparent;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .foot_icon_box button span {
    color: #AFBCC6;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 4px;
}


.mask_sty {
    position: fixed;
    z-index: 699;
    background: rgba(1, 8, 24, 0.8);
    backdrop-filter: blur(3px);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.mask_sty_cnt {
    width: calc(100% - 32px);
    max-width: 540px;
    border-radius: 12px;
    background: #fff;
}

.mask_sty_cnt_head {
    padding: 30px 20px 20px;
    border-bottom: 1px solid #f2f4f7;
}

.mask_sty_cnt_head span {
    flex: 1;
    color: #0e1425;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mask_sty_cnt_box {
    padding: 0px 20px 30px;
    max-height: 70vh;
    overflow-y: scroll;
}

.side_kf_box {
    position: fixed;
    padding: 0 16px;
    right: 0;
    bottom: 288px;
    z-index: 99;
}

.side_kf_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    position: relative;
}

.side_kf_item span {
    position: absolute;
    right: 58px;
    border-radius: 21px;
    background: #000;
    padding: 2px 6px 3px 6px;
    top: 15px;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    width: max-content;
}

.side_kf_item span,
.side_kf_item .img_hov,
.side_kf_item:hover .img_def {
    display: none;
}

.side_kf_item:hover span,
.side_kf_item:hover .img_hov {
    display: block;
}

.side_kf_box .item_6 {
    display: none;
}

.m_head_pub {
    display: none !important;
}

.side_kf_box .item_4 {
    width: 48px;
    height: 48px;
    position: relative;
}

#side_kf_lottie {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
    top: 50%;
    margin-top: -45px;
}

.sideVideoAlert_box {
    z-index: 666;
    overflow: hidden;
    max-width: 555px;
    position: fixed;
    right: 80px;
    bottom: 20px;
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #F8F9F9;
    box-shadow: 0px 4px 20px 0px rgba(1, 8, 24, 0.20);
}

.sideVideoAlert_box button {
    padding: 20px;
    width: 100%;
    gap: 12px;
    color: #010818;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #F2F4F7;
    background-color: #fff;

}

.sideVideoAlert_box .v_box {
    padding: 20px;
}

.dropdown_info {
    padding: 2px 12px 12px;
    gap: 10px;
    min-width: 200px;
}

.dropdown_info>img {
    max-width: 40px;
}

.dropdown_info>div {
    flex: 1;
}

.dropdown_info>div span {
    color: #010818;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.dropdown_info>div p {
    color: #AFBCC6;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    margin-top: 4px;
}

.no_loginALert {
    border-radius: 12px;
    padding: 85px 30px 30px;
    max-width: 540px;
    width: calc(100% - 32px);
    position: relative;
    border-radius: 12px;
    background: url(../images/member/right_bg2.png) lightgray 50% / cover no-repeat;
}

.no_loginALert .i_1 {
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 2;
}

.no_loginALert .i_2 {
    max-width: 84px;
    margin: 0 auto;
    display: block;
}

.no_loginALert .i_3 {
    color: #C77100;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 138%;
    margin-top: 12px;
}

.no_loginALert .r_3 {
    padding: 30px;
    margin: 30px 0;
}

.no_loginALert .i_4 {
    border-radius: 8px;
    background: #FFF4EA;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.no_loginALert .i_4>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no_loginALert .i_4 img {
    width: 46px;
    height: 46px;
}

.no_loginALert .i_4 span {
    color: #010818;
    font-size: 16px;
    font-weight: 600;
    line-height: 138%;
    margin-top: 12px;
}

.no_loginALert .i_5 {
    margin: 0 auto;
    width: 240px;
    height: 64px;
    padding: 12px 24px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 138%;
    padding: 16px 20px;
    border-radius: 8px;
    background: linear-gradient(180deg, #F0B676 0%, #A6612E 100%);
}

.noLive_tips {
    margin-top: 20px;
    display: flex;
    padding: 4px 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    background: #FEF3F2;
    color: #F04438;
    font-size: 14px;
    font-weight: 400;
    line-height: 138%;
    width: fit-content;
}

.noLive_tips span {
    flex: 1;
}

.foot_download {
    display: none;
}
.down_box{
    display: flex;
    padding: 0px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 50px;
    height: 70px;
    
    position: relative;
}
.down_box:hover{
    background: #1B2232;
}
.down_box .down_box_img{
    background: url(../images/trading-community/down1.svg) center no-repeat;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
#qrcode-popup{
    display: none;
    position: absolute;
    top: 70px;
    left: 50%; 
    transform: translateX(-50%);
    background: white;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    text-align: center; 
    width: 240px;
    z-index: 1000;
}
#qrcode-popup img{
    width: 158px;
    height: 158px;
}
#qrcode-popup .down_p1{
    color:  #010818;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
#qrcode-popup .down_p2{
    color:  #98A2B3;
    text-align: center;
    font-size: 12px;
    font-weight: 450;
}
#qrcode-popup::before {
    content: "";
    position: absolute;
    top: -10px; /* 向上偏移显示在二维码框上方 */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white; /* 三角颜色和二维码框背景一致 */
}

.item_0{
    cursor: pointer;
}

#qrcode-popup2{
    display: none;
    position: absolute;
    top: 0px;
    right: -120%; 
    transform: translateX(-50%);
    background: white;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    text-align: center; 
    width: 240px;
    z-index: 1000;
}
#qrcode-popup2 img{
    width: 158px;
    height: 158px;
}
#qrcode-popup2 .down_p1{
    color:  #010818;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
#qrcode-popup2 .down_p2{
    color:  #98A2B3;
    text-align: center;
    font-size: 12px;
    font-weight: 450;
}

.item_0{
    cursor: pointer;
}

.down_box_show3,.down_box_show4,.down_box_show5{
    position: relative;
}

#qrcode-popup3,#qrcode-popup4,#qrcode-popup5{
    display: none;
    position: absolute;
    transform: translateX(-50%);
    background: white;
    padding: 16px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    text-align: center; 
    width: 240px;
    z-index: 1000;
    left: 50%;
    top:60px;
}
#qrcode-popup3 img,#qrcode-popup4 img,#qrcode-popup5 img{
    width: 158px;
    height: 158px;
}
#qrcode-popup3 .down_p1,#qrcode-popup4 .down_p1,#qrcode-popup5 .down_p1{
    color:  #010818;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
#qrcode-popup3 .down_p2,#qrcode-popup4 .down_p2,#qrcode-popup5 .down_p2{
    color:  #98A2B3;
    text-align: center;
    font-size: 12px;
    font-weight: 450;
}

@media only screen and (max-width: 850px) {
    .m_head_pub {
        display: block !important;
    }

    .pc_head_pub {
        display: none !important;
    }

    .header_cnt {
        height: 52px;
    }

    .logo_img {
        width: 83px;
    }

    .side_KF {
        width: 40px !important;
        height: 40px;
        right: 16px;
        bottom: 16px;
        padding: 0;
    }

    .side_KF img {
        width: 25px;
    }

    .side_KF span {
        display: none !important;
    }

    .el-dropdown-menu__item {
        padding: 0 16px;
    }

    .tabMenu_item {
        height: 44px;
    }

    header .reg_btn {
        padding: 0 12px;
        font-size: 12px;
        height: 30px;
        margin-left: 10px;
        display: flex;
        align-items: center;
        border-radius: 6px;
        min-width: auto;
    }

    .m_menu_btn {
        display: flex;
        margin-left: 10px;
    }

    .header_nav_m {
        position: fixed;
        top: 50px;
        width: 100%;
        left: 0;
        z-index: 666;
        padding: 0 0 12px;
        background-color: #fff;
        box-shadow: 0px 4px 10px 0px rgba(1, 8, 24, 0.06);
        overflow-y: scroll;
        max-height: 80vh;
    }

    .header_nav_m .header_nav_item {
        display: flex;
        width: 100%;
        padding: 16px;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        color: #555b6c;
    }

    .header_nav_m .header_nav_item.active {
        background: #f8f9f9;
        color: #010818;
        font-weight: 500;
    }

    .header_nav_m .el-dropdown {
        width: 100%;
    }

    .header_nav_m .lang_btn {
        justify-content: flex-start;
    }

    .user_head_m {
        padding: 16px;
        /* background: #1b2232; */
        color: #555b6c;
    }

    .user_head_m img {
        width: 30px;
        height: 30px;
    }

    .user_head_m span {
        flex: 1;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 0 12px;
    }

    .router_list {
        border-top: 1px solid #eaecf0;
        border-bottom: 1px solid #eaecf0;
    }

    .router_list .el-collapse {
        border: 0;
    }

    .el-collapse.active .el-collapse-item__header {
        background: #f8f9f9;
        color: #010818;
        font-weight: 500;
    }

    .router_list .el-collapse-item__header {
        height: 56px;
        line-height: 56px;
        padding-left: 16px;
        border: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        color: #555b6c;
    }

    .router_list .el-collapse-item__content {
        padding: 0 12px;
    }

    .router_list .el-collapse-item__wrap {
        border: 0;
    }

    .router_collapse_list .header_nav_item {
        padding: 12px;
    }

    footer {
        padding-bottom: 16px;
    }

    footer p {
        font-size: 12px;
        line-height: 19px;
    }

    footer .foot_cnt_2 p:first-child {
        margin-bottom: 12px;
    }

    footer .foot_cnt_1 {
        display: none;
    }

    footer .foot_icon_box button {
        display: none;
    }

    footer .foot_cnt_2 {
        /*margin-top: 30px;*/
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 450px) {
    .sideVideoAlert_box {
        overflow: hidden;
        max-width: 100%;
        position: initial;
        right: initial;
        bottom: initial;
        border-radius: 0;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .side_kf_box {
        bottom: 115px;
    }

    .side_kf_item {
        width: 42px;
    }

    .side_kf_box .item_6 {
        display: flex;
    }

    .side_kf_box .item_2,
    .side_kf_box .item_3,
    .side_kf_box .item_5,
    .side_kf_item span {
        display: none !important;
    }

    .side_kf_box .item_4 {
        width: 42px;
        height: 42px;
    }

    #side_kf_lottie {
        width: 70px;
        height: 70px;
        position: absolute;
        left: 50%;
        margin-left: -35px;
        top: 50%;
        margin-top: -35px;
    }


    .wrap,
    .wrap_max {
        padding: 0 16px;
        max-width: 100%;
    }

    .pc_show {
        display: none !important;
    }

    .m_show {
        display: block !important;
    }

    .btn_sx,
    .btn_kx,
    .btn_dis {
        font-size: 16px;
        padding: 10px 20px;
        height: 46px;
        border-radius: 6px;
    }

    .btn_sx:hover {
        background: #12B76A;
    }

    .padding_150 {
        /* padding: 80px 0; */
        padding: 60px 0;
    }

    .font_52,
    .FONT_Small .font_52 {
        font-size: 30px;
        line-height: 1.3;
    }





    .mask_sty_cnt {
        width: calc(100% - 32px);
        max-width: 540px;
        border-radius: 12px;
        background: #fff;
    }

    .mask_sty_cnt_head {
        padding: 20px 12px 12px;
    }

    .mask_sty_cnt_head span {
        font-size: 16px;
    }

    .mask_sty_cnt_box {
        padding: 0px 12px 20px;
        max-height: 65vh;
    }

    .no_loginALert {
        padding: 50px 16px 20px;
    }

    .no_loginALert .i_1 {
        right: 16px;
        top: 20px;
    }

    .no_loginALert .i_2 {
        max-width: 70px;
    }

    .no_loginALert .i_3 {
        font-size: 20px;
        margin-top: 12px;
    }

    .no_loginALert .i_4 {
        padding: 20px 12px;
        gap: 12px;
        margin: 16px 0;
    }

    .no_loginALert .i_4 img {
        width: 32px;
        height: 32px;
    }

    .no_loginALert .i_4 span {
        font-size: 14px;
        margin-top: 12px;
    }

    .no_loginALert .i_5 {
        width: 240px;
        height: auto;
        font-size: 16px;
        padding: 12px 20px;
    }

    .noLive_tips {
        margin-top: 16px;
        padding: 6px 8px;
        border-radius: 8px;
        font-size: 12px;
        width: 100%;
    }

    .foot_download {
        display: none;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        width: 100%;
        padding: 12px 16px;
        background: #F2F4F7;
        height: 60px;
    }

    .footDown_x {
        display: flex;
    }

    .footDown_logo {
        width: 36px;
        height: 36px;
        margin: 0 8px 0 6px;
    }

    .foot_download>div {
        flex: 1;
        padding-right: 10px;
    }

    .footDown_p {
        color: #5E5F6F;
        font-size: 12px;
        font-weight: 400;
        line-height: 100%;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-top: 4px;
        padding-bottom: 4px;
    }

    .footDown_a {
        text-align: center;
        color: #FFF;
        font-family: "IBM Plex Sans SC";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        max-width: 88px;
        padding: 8px 16px;
        border-radius: 8px;
        background: linear-gradient(97deg, #3D75DB 0%, #2955A5 100%);
    }

    .foot_download .el-rate__text {
        display: none;
    }

    .foot_download .el-rate__icon {
        margin-right: 0;
    }

    .foot_download .el-rate__icon.el-icon-star-on {
        /* color: #c0c4cc !important; */
    }
}