/* index chart */
.tooltip_all {
    padding: 10px;
    background: #346BE5;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    opacity: 0.95;
    border-radius: 4px;
}

.tooltip_all .tooltip_c {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tooltip_all .tooltip_c:last-child {
    margin-bottom: 0px;
}

.tooltip_all .tooltip_pirce_icon {
    width: 6px;
    height: 6px;
    opacity: 1;
    background: #ECAB3D;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    min-width: 8px;
    margin-right: 5px;
    min-height: 8px;
}

.tooltip_all .tooltip_hash_icon {
    width: 6px;
    height: 6px;
    opacity: 1;
    background: #346BE5;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    min-width: 8px;
    margin-right: 5px;
    min-height: 8px;
}

.highcharts-tracker .highcharts-halo {
    fill: transparent !important;
}

.go_help {
    color: #346BE5 !important;
    transition: all .3s;
    text-decoration: none !important;
}

.go_help:hover {
    opacity: .8;
    color: #346BE5 !important;
}

.a_index_select_coin_item {
    display: flex;
}

@media only screen and (max-width: 1640px) {
    .IC_detail_btn {
        height: 30px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }

    /*     .index_charts {
        overflow: auto !important;
        padding: 0px 5px !important;
    } */
}

/* index chart */

/* index swtich */
.layui-form-switch {
    border-radius: 36px !important;
    min-width: 103px;
    height: 30px;
    background: #3C69FF !important;
    box-shadow: none;
    border-color: transparent;
}

.layui-form-switch i {
    height: 22px;
    min-width: 49px;
    background: #fff !important;
}

.layui-form-onswitch i {
    margin-left: -52px;
}

.select {
    color: #3C69FF;
    font-family: "Inter Regular";
    font-size: 13px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    letter-spacing: 0px;
    margin-top: -3px !important;
}

.layui-form-switch div {
    padding-top: 3px !important;
}

.layui-form-switch span {
    font-family: "Inter Regular";
    font-size: 13px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0px;
    color: #fff;
    margin-left: 29px;
    margin-top: 10px;
}

.layui-form-onswitch_margin_left {
    margin-left: -32px !important;
}

/* index swtich */


/* index banner */
.index_banner {
    width: 100%;
    min-width: 400px;
    position: relative;
    display: flex;
    justify-content: center;
}


#ID-carousel-demo-image {
    right: 0px;
    left: auto !important;
    width: 80%;
    background: transparent !important;
}

#ID-carousel-demo-image div.layui-this {
    background: transparent !important;
}

.index_h1 {
    font-family: "Inter Bold";
    font-size: 64px;
    font-weight: 900;
    line-height: 140%;
    letter-spacing: 0em;
    background: linear-gradient(270deg, #FFDB9E 0%, #FFCC57 47%, #FFDB9E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-font-smoothing: antialiased;
    display: flex;
    text-align: center;
}


/* 首页下载按钮 */
.index_hl_app {
    display: flex;
    width: 100%;
    padding-top: 50px;
    justify-content: center;
}

.index_hl_app .index_hl_app_item {
    margin-right: 30px;
}

.index_hl_app .index_hl_app_item:last-child {
    margin-right: 0px;
}

.app_store,
.google_play {
    width: 216px;
    height: 44px;
    border-radius: 6px;
    opacity: 1;
    background: #2E2F36;
    box-sizing: border-box;
    border: 1px solid #3F414B;
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #80879A;
}

.app_store:hover,
.google_play:hover {
    color: #1F1F24 !important;
    border: unset !important;
    background: linear-gradient(270deg, #F6CA7F 0%, #FFDB9E 100%) !important;
    opacity: .95 !important;
}

.index_download_btn .index_h1_img {
    padding-right: 10px;
    height: 24px;
    margin-top: -8px;
}

.app_download_ul {}

@media only screen and (max-width: 1500px) {

    .index_h1_btn {
        width: 100%;
        padding: 0px !important;
    }

    .index_hl_app .index_hl_app_item {
        width: 50%;
    }

    .app_store {
        width: 100%;
        padding: 0px !important;
    }

    .google_play {
        width: 100%;
        padding: 0px !important;
    }

    .index_hl_input {
        width: 100%;
    }

    .app_download_right img {
        width: 130px;
    }

    .index_h1.ru-RU {
        font-size: 60px;
    }
}

@media only screen and (max-width: 1400px) {
    .app_download_right img {
        width: 120px;
    }
}


@media only screen and (max-width: 1300px) {
    .app_download_right img {
        width: 110px;
    }

    .index_h1.de-DE {
        font-size: 60px;
    }

    .index_h1.ru-RU  {
        font-size: 56px;
    }
}

@media only screen and (max-width: 1200px) {
    .index_download_btn {
        font-size: 14px !important;
        padding: 0px !important;
    }

    .index_h1_img {
        padding-right: 5px;
        height: 17px;
    }


    .app_download_right {
        padding: 20px 20px;
    }

    .index_h1 {
        font-size: 24px !important;
    }

}


@media only screen and (max-width: 1650px) {

    .index_hl_tip {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1550px) {
    .index_hl_tip {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1450px) {

    .index_hl_tip {
        font-size: 18px;
    }
}


@media only screen and (max-width: 1000px) {
    .index_banner {
        display: flex;
        justify-content: center;
        width: 100%;
        min-width: unset;
    }
}

@media only screen and (max-width: 767px) {


    .index_header_content {
        padding-top: 38px;
    }
}

@media only screen and (max-width: 520px) {
    .index_h1.ru-RU {
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 480px) {
    .index_h1.de-DE {
        font-size: 18px !important;
    }

    .index_h1.es-ES  {
        font-size: 20px !important;
    }

    .index_h1.ru-RU {
        font-size: 16px !important;
    }
}

/* index drop */
.regular_div {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 500;
    top: 71px;
}

.regular_content {
    padding-top: 20px;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.regular_header {
    padding-bottom: 20px;
}


.regular_index_table {
    margin: 0px !important;
}

.dropdown_index_coin {
    position: fixed;
    top: 110px;
    z-index: 600;
    width: 840px;
}

.index_table_regular_tbody {
    border-bottom: 1px solid #F3F5F9;
}

.index_table_regular_th {
    box-shadow: 0px 8px 13px 0px rgba(224, 230, 241, 0.48);
}

.index_table_regular_tbody .unit {
    font-family: "Inter Regular";
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    color: #878787;
    margin-left: 5px;
}

.index_table_regular_tbody td {
    height: 66px;
}

@media only screen and (max-width: 1500px) {
    .regular_content {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (max-width: 1360px) {

    .dropdown_index_coin {
        width: 60%;
    }
}

@media only screen and (max-width: 1200px) {

    .dropdown_index_coin {
        width: 55%;
    }

    .regular_div {
        top: 65px;
    }

    .dropdown_index_coin {
        top: 100px;
    }
}

@media only screen and (max-width: 1130px) {

    .dropdown_index_coin {
        width: 50%;
    }
}


@media only screen and (max-width: 1040px) {

    .dropdown_index_coin {
        width: 500px;
    }
}


@media only screen and (max-width: 1000px) {
    .regular_div {
        display: none !important;
    }

    .dropdown_index_coin {
        position: unset !important;
        top: unset;
        z-index: unset;
        width: 100%;
    }

}

/* index drop */


.animate__animated.animate__pulse {
    --animate-duration: 0.3s !important;
}

/* alph active */
.feast_icon {
    display: inline-block;
    width: 80px;
    margin-top: -13px;
}

.feast_icon img {
    height: 24px !important;
}

.feast_icon_phone {
    display: inline-block;
    width: 0px;
    margin-top: -35px;
    margin-left: 5px;
}

.feast_icon_phone img {
    height: 20px !important;
}

.alph_activity {
    height: 55px !important;
    position: absolute;
    margin-left: -11px;
}

.alph_activity_phone {
    margin-right: 0px;
}

.alph_activity_phone img {
    height: 45px !important;
    margin-left: -8px;
}

/* alph active */






@media only screen and (max-width: 1000px) {
    /* .active_content {
        display: block;
    }

    .active_content .a_left .pics {
        display: flex;
        overflow-x: auto;
        grid-column-gap: 10px;
    }

    .a_left .pics .item {
        margin-bottom: 0px;
    }

    .a_left .pics .item img {
        height: 70px;
    }

    .active_content .a_left {
        width: 100%;
        min-height: unset;
    }

    .activity_modal_close {
        right: 25px;
        top: 110px;
    } */

    .active_content .a_content {
        padding-top: 10px;
        border-radius: 12px;
        /*    padding-left: 10px;
        padding-right: 10px; */
        padding-bottom: 20px;
    }

    .active_content .a_left {
        display: none;
    }

    .activity_modal_close {
        right: 20px;
        top: 20px;
    }

    .active_content .check_activity_detail {
        height: 45px;
        line-height: 44px;
        font-size: 14px;
    }

}

@media only screen and (max-width: 767px) {
    .active_content .a_content>div:not(.index_banner) {
        margin: 0 10px;
    }
}

/* 首页活动class */