::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
}

::-webkit-scrollbar-track {
    background: #2E2F36 !important;
    border: 1px solid #3F414B;
}

::-webkit-scrollbar-thumb {
    background-color: #3F414B !important;
    background-clip: content-box;
    border: 3px solid transparent;
}

.animate__animated.animate__fadeIn {
    --animate-duration: 0.4s;
}

.wrap {
    min-height: auto;
    background: #1C1D1F;
}

.wrap>#page-content {
    min-height: 97% !important;
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    /*   background-color: #F7F9FE; */
}

.navbar-default .navbar-nav>li {
    width: auto;
    /* min-width: 110px; */
    line-height: 64px;
}

.navbar-nav .download_button {
    padding: 0px !important;
    border: none !important;
    margin-top: -2px;
}

.navbar-default .navbar-brand {
    line-height: 64px;
}

.nav_logo {
    height: 35px;
    margin-top: -5px;
}

#w1>li {
    margin-right: 12px;
    padding: 0 10px;
}

#w3 .coin_menu li {
    margin-bottom: 10px;
}

#w3 .coin_menu li:last-child {
    margin-bottom: 0px;
}

#usermenu {
    margin-top: 6px !important;
    /* margin-left: -200px; */
    right: -75% !important;
    border-radius: 12px;
    min-height: unset !important;
    border: none !important;
    background: linear-gradient(233deg, rgba(46, 47, 54, 0.95) 5%, #2E2F36 95%);
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active {
    opacity: 0.8 !important;
    border-bottom: none !important;
    color: #fff !important;
}

#usermenu .uli {
    width: 307px;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px 10px;
}

.nav_accounts_ul {
    max-height: 340px;
    overflow: auto;
    border-radius: 10px;
    border: none !important;
}

.nav_accounts_ul li {
    min-height: 80px;

    margin-bottom: 4px;
}



/* 导航栏 */

.pc-nav .open .nav_cart {
    transform: rotate(180deg);
}

.scroll_btn {
    cursor: pointer;
    width: 24px;
    height: 24px;
}

#w0 {
    transition: all 0.3s;
    /* background: transparent; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.w0_bottom {
    background: #1F1F24 !important;
}

.nav_index {
    background: transparent;
}

.nav_other {
    background: #1F1F24;
}

#w0 .container {
    /* width: 95% !important; */
    width: 1440px !important;
    display: flex;
    flex-direction: row;
}

#w0 .container .navbar-brand {
    margin: 0;
}

#w0 *:before,
#w0 *:after {
    display: none !important;
}

.nav_item a {
    font-size: 16px;
    color: #2B2C30;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    line-height: 40px !important;
}

.nav_item a:hover {
    border-bottom: none !important;
    color: #1F1F24 !important;
}

.btn-login-primary {
    line-height: 0px !important;
    min-width: 80px;
    padding-left: 0px;
    padding-right: 0px;
    color: #FFFFFF !important;
    box-sizing: border-box;
    border-radius: 384px !important;
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: 500;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0em;
    background: transparent !important;
    padding: 0 18px;
}

.btn-register-primary {
    border-radius: 384px !important;
    color: var(--text-black-color) !important;
    min-width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(270deg, #F6CA7F 0%, #FFDB9E 100%), #FFFFFF;
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: 500;
}

.btn-register-primary:hover {
    color: var(--text-black-color) !important;
    background-color: #FFFFFF;
}

.navbar-nav .active {
    border-bottom: none !important;
    border-radius: 6px;
    color: #fff;
}

.navbar-nav .active a {
    /*    font-weight: 700 !important; */
    pointer-events: none;
}

.navbar-nav .active a:hover {
    /*     font-weight: 700 !important; */
}

.nav_cart {
    border-top-color: #fff !important;
}

/* 页脚 */
.footer {
    height: unset !important;
    width: 100% !important;
    /* background: #1F1F24 !important; */
    background-image: url('/images/main/footer_background.png') !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    box-shadow: unset !important;
}

.footer_pool_grid {
    width: 1280px;
    margin: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 20px;
    gap: 160px;
}

.footer_pool_grid.de-DE {
    width: unset;
    margin-left: 200px;
    margin-right: 200px;
    gap: 100px;
}

.footer_pool_grid.ru-RU {
    width: unset;
    margin-left: 200px;
    margin-right: 200px;
    gap: 60px;
}

.footer_pool_grid.es-ES {
    width: unset;
    margin-left: 200px;
    margin-right: 200px;
    gap: 100px;
}

.footer_pool_logo_div {
    /*  border-bottom: 1px solid rgba(128, 135, 154, 0.1); */
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
    margin-top: 0px;
    padding-bottom: 40px;
}

.footer_pool_logo_div .footer_top_div.one {
    width: 100%;
}

.footer_pool_logo_div .footer_top_div.two {
    flex: 1;
    width: 100%;
}

/* .footer_pool_logo_div .footer_top_div.three {
    flex: 1.5;
    width: 100%;
} */


.footer_pool_item {
    display: flex;
    justify-content: left;
    width: initial;
}

/* .footer_pool_item:first-child {
    justify-content: left;
}
.footer_pool_item:last-child {
    justify-content: right;
} */


.footer_pool_item2 {
    width: 28%;
    display: flex;
    justify-content: right;
}

.footer_pool_item_h {
    font-size: 15px;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-family: "Inter Regular";
    font-weight: 500;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0em;
}

.kas_fyi .footer_pool_item_h,
.iceriver .footer_pool_item_h {
    margin-bottom: 16px;
}

.footer_pool_grid.de-DE .footer_pool_item_h,
.footer_pool_grid.ru-RU .footer_pool_item_h,
.footer_pool_grid.es-ES .footer_pool_item_h {
    font-size: 16px;
    line-height: 160%;
}

.footer_pool_item_a {
    text-transform: none;
    text-decoration: none;
    color: #80879A;
    cursor: pointer;
    transition: all 0.5s;
    text-decoration: none !important;
}

.footer_pool_item_a:hover,
.footer_pool_item_a:active,
.footer_pool_item_a:focus {
    text-decoration: none !important;
    color: var(--primary) !important;
}

.footer_pool_item_a p {
    font-family: "Inter Regular";
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
}

.footer_pool_grid.de-DE .footer_pool_item_a p,
.footer_pool_grid.ru-RU .footer_pool_item_a p,
.footer_pool_grid.es-ES .footer_pool_item_a p {
    font-size: 14px;
    line-height: 160%;
}

.footer_pool_logo_chat {
    margin-top: 20px;
    display: flex;
    height: 57px;
    align-items: center;
    gap: 30px;
}

.footer_plc_item {
    text-align: left;
}

.footer_plc_item a img {
    transition: all 0.3s;
}

.footer_plc_item a img:hover {
    margin-top: -3px;
}

.footer_pool_logo_chat a {
    padding-top: 10px;
}

.footer_pool_logo_chat a:hover {
    padding-top: 5px;
}

.footer_plc_item img {
    width: 48px;
    cursor: pointer;
}


.footer_pool_logo_v img {
    height: 30px;
}

.footer_pool_items {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

/* 模态框 */
.modal_header {
    min-height: 16.43px;
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 0px;
    text-align: center;
}

.host_message_modal_content {
    text-align: center;
    margin: 30px 0px;
    font-size: 17px;
}

/* .modal_footer {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    text-align: center;
} */

/* .popup_modal_blue_btn {
    color: #fff;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
} */

body {
    height: 100%;
    width: 100%;
    min-width: unset !important;
    background: var(--theme-black);
}

.pool_nav_user_btn {
    max-width: 300px;
    padding-right: 1px;
    overflow: hidden;
    display: flex !important;
    justify-content: right !important;
    align-items: center !important;
}

.pool_nav_user_btn_png {
    width: 24px;
    margin-right: 5px;
}

.pool_nav_user_info_li {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*     border-top-right-radius: 8px;
    border-top-left-radius: 8px; */
    border-radius: 8px;
    border-bottom: 1px solid #3F414B;
}

.pool_nav_user_info_li:hover {
    background: #35373E !important;
    border: none !important;
}


.pool_nav_user_info {
    box-shadow: none;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    font-family: "Inter Regular";
}

.pool_nav_user_info_i {
    display: flex;
    width: 100%;
    line-height: 23px;
}

.pool_nav_user_info_left {
    text-align: left;
    width: 55%;
    font-family: "Inter Regular";
    font-size: 15px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0px;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
}


.pool_nav_user_info_right {
    text-align: right;
    width: 45%;
    font-family: "Inter Regular";
    font-size: 15px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0px;
    font-feature-settings: "kern" on;
    color: #FFDB9E;
}

.pool_nav_user_remark {
    margin-top: 6px;
    font-family: "Inter Regular";
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-feature-settings: "kern" on;
    color: #80879A;
}

.pool_nav_user_info a {
    text-decoration: none;
    width: 307px;
    height: 85px;
    background: inherit;
    background-color: rgba(227, 236, 247, 1);
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.pool_nav_user_options_li {}

.pool_nav_user_options_div {
    align-items: center;
    grid-template-columns: auto auto;
    display: grid;
    padding: 10px 0;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    /* border-top: 1px solid #F0F0F0; */
}

.pool_nav_user_options_item {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.pool_nav_user_options_item1 {
    justify-content: right;
    padding-right: 10px;
}

.pool_nav_user_options_item2 {
    justify-content: left;
    padding-left: 10px;
}

.pool_nav_user_options_item_a {
    text-align: center;
    line-height: 25px !important;
    min-width: 118px;
    height: 37px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #1F1F24;
    border-radius: 59px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none !important;
    box-shadow: none;
    color: #1F1F24;
    width: auto !important;
    transition: .5s;
}

.nav_login_btn {
    /* margin-bottom: 10px; */
}

.nav_login_btn:hover,
.nav_login_btn:focus,
.nav_login_btn:active {
    background: var(--primary);
    color: #fff !important;
}

#w0-collapse {
    position: relative;
    max-height: fit-content;
    flex: 1;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    min-width: 0;
}

#w0-collapse>ul {
    display: flex;
    flex-direction: row;
}

#w0-collapse .scroll_area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 55%;
    max-width: 650px;
}

#w0-collapse .scroll_area>ul.scroll_down {
    display: flex;
    flex-direction: row;
    max-width: 600px;
    overflow-x: auto;
}

#w0-collapse .scroll_area>ul.scroll_down .more_acc {
    position: unset;
}

#w0-collapse .scroll_area>ul.scroll_down::-webkit-scrollbar {
    display: none;
}

#w0-collapse>ul.scroll_down .scrool_more .dropdown-menu {}

#w0-collapse>ul>li,
/* #w0-collapse>ul>li a, */
#w0-collapse>ul>li button,
#w0-collapse .scroll_area>ul>li,
#w0-collapse .scroll_area>ul>li a,
#w0-collapse .scroll_area>ul>li button {
    display: flex;
    align-items: center;
    flex-direction: row;
    white-space: nowrap;
}

#w0-collapse .scroll_area>ul>li>a {
    align-items: center;
    justify-content: center;
}

.nav_height {
    width: 100%;
}

/* .information_copyright {
    margin-left: auto;
    margin-right: auto;
    width: 1400px;
    border-top: 1px solid #F0F0F0;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.information_copyright span {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    color: #7E7E7E;
} */

.lan_menu {
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 5px !important;
    background: linear-gradient(221deg, rgba(46, 47, 54, 0.95) 7%, #2E2F36 94%);
    border-radius: 12px !important;
    right: -40% !important;
}

.lan_menu>li>a {
    font-family: "Inter Regular";
    color: #80879A;
    height: 50px;
    border-radius: 8px;
}

.lan_menu>li>a:hover,
.lan_menu>li>a:focus {
    background: #35373E !important;
    color: #FFDB9E !important;
}

.lan_action {
    color: #FFDB9E !important;
    background: #35373E !important;
}

.lan_zh {
    /* border-bottom: 1px solid #D8D8D8; */
}


.caret_up {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


/* 导航栏 支持多币种 */
.nav_coin_a {
    transition: all 0.5s;
    background: transparent !important;
}


.nav_coin_a img {
    margin-top: -7px;
    height: 27px;
    margin-right: 10px;
}

.nav_coin_a span {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0em;
    color: #2B2C30;
}

.pool_nav_username {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #fff;
}

.pool_nav_username:hover {
    opacity: 0.8;
}

#drop4 i {
    /*     top: 3px !important; */
}

#lan_nav_button,
#user_nav_button {
    font-size: 14px;
    color: #fff;
    border: none;
    background: transparent;
    margin: auto;
    font-weight: normal;
    font-family: "Inter Regular";
}

#lan_nav_button span,
#user_nav_button span {
    margin-right: 2px;
}

#lan_nav_button img,
#user_nav_button img {
    height: 24px;
    margin-right: 4px;
    /*     margin-top: -3px; */
}

.information_copyright {
    margin-left: auto;
    margin-right: auto;
    /* width: 1280px; */
    border-top: 1px solid rgba(128, 135, 154, 0.1);
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.information_copyright.de-DE,
.information_copyright.ru-RU,
.information_copyright.es-ES {
    padding-top: 18px;
    padding-bottom: 60px;
}

.information_copyright span {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    color: var(--text-gray-color);
}

#lan_nav_button:hover,
#user_nav_button:hover {
    opacity: 0.8;
}

.nav_coin_a:hover {
    background: #EAF0FC !important;
}

.coin_menu {
    /* max-height: 256px; */
    overflow-y: auto;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    min-width: 240px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 5px !important;
    border-radius: 12px !important;
    right: -100% !important;
    left: auto !important;
    z-index: 1200;
    background: linear-gradient(238deg, rgba(46, 47, 54, 0.95) 4%, #2E2F36 96%);
    padding: 10px;
    gap: 4px;

}

.coin_menu::-webkit-scrollbar {
    display: none;
}

/* 美化滚动条 */

/* .coin_menu::-webkit-scrollbar-track {
    width: 5px;
    background: #3F414B !important;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.coin_menu::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, .3);
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    transition: background-color .5s;
    cursor: pointer;
}

.coin_menu::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144, 147, 153, .3);
}
 */
.coin_menu li {
    background-color: transparent;
}

.coin_border {
    height: 1px;
    background: #F1F1F1;
    width: 80%;
    margin: auto;
}

.nav_coin_btn {
    min-width: 88px;
}

.nav_coin_btn img {
    height: 24px;
    margin-top: -2px;
    margin-right: 3px;
}

.nav_coin_btn span {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #fff;
    margin-right: 2px;
}

.nav_coin_btn span:hover {
    opacity: 0.8 !important;
}

/* chart loading */
.chart_loading {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.chart_loading_centent {
    height: fit-content;
    width: fit-content;
}

.chart_loading_img {
    height: 37px;
}


.navbar-default .navbar-nav>li>a {
    color: #fff;
    /* transition: all 0.5s; */
    font-family: "Inter Regular";
    font-weight: normal;
}

.nav_hr {
    height: 1px;
    width: 100%;
    margin: auto;
    opacity: 0.8;
    background: radial-gradient(50% 50% at 50% 50%, rgba(96, 249, 245, 0.35) 0%, rgba(77, 130, 245, 0) 100%);
}

.coin_menu li {
    display: flex;
}

.coin_menu li:first-child {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.coin_menu li:first-child a:first-child {
    border-top-left-radius: 6px;
}

.coin_menu li:first-child a:last-child {
    border-top-right-radius: 6px;
}

.coin_menu li:last-child {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.coin_menu li:last-child a:first-child {
    border-bottom-left-radius: 6px;
}


/* 暂时隐藏 */
.coin_menu li:last-child a:last-child {
    /* border-bottom-right-radius: 6px; */
}

.coin_menu li a {
    display: flex;
    padding: 6.5px 20px !important;
    gap: 8px;
    width: 223px !important;
    border-radius: 8px;
    border: none !important;
}

.coin_menu li a:hover {
    background: #35373E !important;
    color: #FFDB9E !important;
    border: none !important;
}

.coin_menu li a:last-child {
    /* border-right: 1px solid transparent; */
}

.coin_menu li:last-child a {
    border-bottom: 1px solid transparent;
}

.a_nav_coin_a {
    width: 25% !important;
    padding: 0px !important;
}

.a_nav_coin_a span {
    transition: all .3s;
}

.a_nav_coin_a:hover span {
    color: #FFDB9E !important;
}

.a_nav_coin_a:hover {
    background: transparent !important;
}

.a_nav_coin_a_active {
    background: #35373E !important;
    color: #FFDB9E !important;
    border-radius: 8px !important;
}

.a_nav_coin_a_active .a_nav_coin_a2 span {
    color: #FFDB9E !important;
}

.a_nav_coin_a_active:hover {
    background: rgba(60, 105, 255, 0.1) !important;
    border: 1px solid #1F1F24 !important;
}

.a_nav_coin_a img {
    width: 26px;
    height: 26px;
    /* text-align: center; */
}

.a_nav_coin_a1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.a_nav_coin_a2 {
    text-align: center;
    color: #80879A;
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    padding-top: 11px;
    padding-bottom: 11px;
}


.footer_pool_logo_p {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    color: #B8B8B8;
    font-family: "Inter Regular";
}

.footer_pool_logo_span {
    font-family: "Inter Regular";
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0em;
    color: #FFFFFF;
    min-width: 320px;
}


.phone_footer {
    display: none;
    padding-left: 2%;
    padding-right: 2%;
}

.phone_footer .phone_footer_title {
    font-family: "Inter Regular";
    font-size: 15px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.phone_footer_item .phone_footer_title>div img {
    width: 9px;
}

.phone_footer_item.active .phone_footer_title>div img {
    transform: rotate(180deg);
}

.phone_footer .pb_item {
    display: flex;
}

.phone_footer_last_item {
    padding-top: 20px;
    padding-bottom: 25px;
}

.phone_footer .phone_footer_item {
    padding-top: 10px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(128, 135, 154, 0.1);
}

.phone_footer_item .phone_footer_body {
    display: none;
}

.phone_footer_item.active .phone_footer_body {
    display: block;
}

.phone_footer_last_item p {
    text-align: center;
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #80879A;
    margin-bottom: 10px;
}

.phone_footer_logo {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.phone_footer_logo img {
    height: 30px;
}

.pb_item img {
    height: 27px;
}

/* .phone_footer_last_item {
    padding-top: 20px;
    padding-bottom: 25px;
}

.phone_footer_last_item p {
    text-align: center;
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #80879A;
    margin-bottom: 10px;
}

.phone_footer_last_item p:last-child {
    margin-bottom: 0px;
} */

.phone_download_app {
    display: none;
}

.ir_logo {
    height: 14px !important;
    margin-bottom: 10px;
}

.layui-layer-content {
    font-family: "Inter Regular" !important;
}


.nav_miner_c {
    /* display: flex; */
}

.nav_miner_c .coin {
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-right: 4px;
}

.nav_miner_c .nav_miner_gif {
    width: 35px;
    height: 35px;
}

.more_acc .dropdown-menu {
    border-radius: 12px !important;
    background: linear-gradient(227deg, rgba(46, 47, 54, 0.95) 6%, #2E2F36 95%);
}

.more_select {
    margin: 0px 10px 10px 0px !important;
}

#miners-w2 a {
    border-radius: 5px !important;
    color: #80879A !important;
    background: #3F414B;
}

.more_acc #w2 li a {
    color: #80879A;
}

.more_acc #w2 li a:hover,
.more_acc #w2 li a:focus,
#miners-w2 a:hover,
#miners-w2 a:focus {
    background: #35373E !important;
    color: #FFDB9E !important;
    border-radius: 8px;
}

.more_acc #w2 li.active a,
#miners-w2 li.active a {
    background-color: #35373E !important;
    color: #FFDB9E !important;
    border-radius: 8px;
}

#miners-w2 li:focus-visible,
#miners-w2 li a:focus {
    color: #1F1F24 !important;
    outline: none !important;
}

.language_li {
    padding: 0 10px;
    margin-bottom: 4px;
}

.language_li a {
    line-height: 40px !important;
}


.language_li:first-child {
    margin-top: 14px;
}

.account_center_li {
    padding: 0 10px;
    margin-bottom: 4px;
    min-width: 223px;
}

.account_center_li a img {
    margin-right: 10px;
    width: 21px;
    margin-bottom: 4px;
}

.account_center_li a {
    line-height: 40px !important;
}

.account_center_li:first-child {
    margin-top: 14px;
}


#hoverMenu {
    display: none;
    position: absolute;
    background: #3F414B;
    /*  border: 1px solid rgba(0, 0, 0, .15); */
    z-index: 1000;
    margin-left: 10px;
    border-radius: 12px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


.miners_viewing>li>a {
    font-family: "Inter Regular";
    background-color: #fff;
    color: #262626 !important;
    display: block;
    padding: 4px 20px;
    clear: both;
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 40px !important;
    text-decoration: none;
    box-sizing: border-box;
}

#hoverMenu a:hover {
    background-color: #2E2F36 !important;
    color: #FFDB9E !important;
}

input {
    color: #FFFFFF;
    height: 48px;
    border-radius: 8px;
    background: #2B2B2E;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

input:-webkit-autofill {
    color: #FFFFFF !important;
    background: #2B2B2E !important;
    /*     -webkit-box-shadow: 0 0 0 1000px #2B2B2E inset !important; */
}

input:-moz-autofill {
    color: #FFFFFF !important;
    background: #2B2B2E !important;
    /*     -webkit-box-shadow: 0 0 0 1000px #2B2B2E inset !important; */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

#activityDraw .modal-content {
    background: unset !important;
    gap: 0px;
    border: none !important;
}

#activityDraw .popup_modal_header {
    border-bottom: none;
    padding: 0px 24px;
}

#activityDraw .draw_checkbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

#activityDraw .draw_checkbox {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    align-items: center;
}

#activityDraw .draw_checkbox .check-input {
    height: 16px;
    width: 16px;
    border: 1px solid #F5BA47 !important;
    background: transparent;
    cursor: pointer;
}

#activityDraw .draw_checkbox .check-input[type="checkbox"]:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

#activityDraw .draw_checkbox .txt {
    color: #80879A;
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}

.activity_modal_close {
    position: absolute;
    z-index: 100;
    width: 24px;
    height: 24px;
    margin: 0px !important;
    right: 40px;
    top: 40px;
}

/* 首页活动class */
.padding0 {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.active_content {
    display: flex;
    position: relative;
}

.active_content .check_whether {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    width: 100%;
}

.active_content .a_left {
    min-width: 228px;
    width: 228px;
    border-radius: 12px;
    background: #F7F9FE;
    min-height: 484px;
    padding: 30px 10px
}

.active_content .a_content {
    padding-top: 30px;
    /* padding-left: 30px;
    padding-right: 30px; */
    padding-bottom: 40px;
    background: #1C1D20;
    border: 1px solid #3F414B;
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
}

.active_content .a_content>div:not(.index_banner) {
    margin: 0 30px;
}

.active_content .check_activity_detail {
    max-width: 420px;
    width: 100%;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(270deg, #F6CA7F 0%, #FFDB9E 100%);
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    color: #1F1F24 !important;
    text-decoration: none !important;
}

.active_content .check_activity_detail:hover {
    color: #1F1F24 !important;
}

.padding0 {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.activity_modal_close {
    position: absolute;
    z-index: 100;
    width: 24px;
    height: 24px;
    margin: 0px !important;
    right: 40px;
    top: 40px;
}

.active_content {
    display: flex;
    position: relative;
}

.active_content .a_left {
    min-width: 228px;
    width: 228px;
    border-radius: 12px;
    background: #F7F9FE;
    min-height: 484px;
    padding: 30px 10px
}

.active_content .a_content {
    padding-top: 30px;
    /* padding-left: 30px;
    padding-right: 30px; */
    padding-bottom: 40px;
    background: #1C1D20;
    border: 1px solid #3F414B;
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
}

.active_content .a_content>div:not(.index_banner) {
    margin: 0 30px;
}

.active_content .check_activity_detail {
    max-width: 420px;
    width: 100%;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(270deg, #F6CA7F 0%, #FFDB9E 100%);
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    color: #1F1F24 !important;
    text-decoration: none !important;
}

.active_content .check_activity_detail:hover {
    color: #1F1F24 !important;
}

.activity_checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.activity_checkbox .txt {
    color: #FFFFFF;
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}

.activity_checkbox .check-input {
    margin: 4px 0 0;
    height: 16px;
    width: 16px;
    background: transparent !important;
    padding: 0;
    border: 1px solid #FFFFFF !important;
}

.activity_checkbox .check-input[type="checkbox"]:checked {
    background: var(--primary) !important;
}

.active_content .op {
    text-align: center;
}

.a_content .pic {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.a_left .pics .item {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.a_left .pics .item::before {
    position: absolute;
    content: ' ';
    z-index: 10px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
}

.a_left .pics .item.active::before {
    content: '';
    background: transparent !important;
}

#activityModal .a_content .text {
    margin-top: 30px;
    margin-bottom: 30px;
}

#activityModal .movable_popup {
    display: none;
}

#activityModal .a_content .text .title {
    padding-left: 15px;
    position: relative;
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    line-height: 140%;
    color: #FFDB9E;
    margin-bottom: 10px;
}

#activityModal .a_content .text .title::before {
    content: "";
    width: 4px;
    height: 14px;
    position: absolute;
    background: linear-gradient(270deg, #F6CA7F 0%, #FFDB9E 100%);
    top: 4px;
    left: 0px;
}

#activityModal .a_content .text .content {
    padding-left: 15px;
}

#activityModal .a_content .text .content.ALEO-24-8 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

#activityModal .a_content .text .content.ALEO-24-8 .check-input {
    margin-top: 4px;
}

#ALEO-24-8-tip {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    max-width: 400px !important;
    left: 0% !important;
    transform: translateX(-10%);
    z-index: 500 !important;
    opacity: 1;
}

#ALEO-24-8-tip .tooltip-inner {
    background: rgba(255, 219, 158, 1) !important;
    padding: 2px 8px !important;
    color: #1F1F24 !important;
}

#ALEO-24-8-tip .tooltip-arrow {
    border-top-color: #FFDB9E !important;
}

#activityModal .a_content .text .content p {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 160%;
    color: #80879A;

    /* 最多显示两行 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#activityModal .a_content .text .content .rule {
    font-family: "Inter Regular";
    font-weight: 500;
    font-size: 16px;
}

#activityModal .a_content .text .content .time {
    color: #FAAD14;
}

#activityModal .index_banner {
    margin-top: 10px;
    margin-bottom: 30px;
    border-top: 1px solid rgba(63, 65, 75, 0.4);
    border-bottom: 1px solid rgba(63, 65, 75, 0.4);
    padding: 10px 30px;

    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: left;
    align-items: center;
}

#activityModal .index_banner .swiper-slide {
    position: relative;
    border: none !important;
    width: calc(25% - 6px) !important;

    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

#activityModal .index_banner .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#activityModal .index_banner .swiper-slide.active::before,
#activityModal .index_banner .swiper-slide:hover:before {
    content: none;
}


.swiper-button-prev.dialog,
.swiper-button-next.dialog {
    width: 21px;
}

@media only screen and (max-width: 767px) {}

/* 首页活动class */

.modal-backdrop.fade {
    opacity: 0.8 !important;
}

@media only screen and (max-width: 900px) {
    .phone_footer {
        display: block;
    }

    .pc_footer {
        display: none;
    }
}



@media only screen and (max-width: 1500px) {

    .lan_menu {
        /* margin-left: -50px; */
        right: 0%;
    }
}


@media only screen and (max-width: 1640px) {
    .footer_pool_grid {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        gap: 100px;
    }

    .footer_pool_grid.de-DE {
        gap: 10px;
    }

    .footer_pool_grid.ru-RU {
        gap: 10px;
    }

    .footer_pool_grid.es-ES {
        gap: 10px;
    }

    /*     .information_copyright {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    } */
}

@media only screen and (max-width: 1400px) {
    .pool_nav_user_btn {
        height: 70px;
    }

    .pool_nav_username {
        font-size: 14px;
        max-width: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #usermenu {
        margin-left: -110px;
    }

    .pool_nav_user_btn_png {
        margin-top: -4px;
    }
}


/* 自适应css */
@media only screen and (max-width: 1200px) {

    .navbar-toggle {
        margin-top: 15px;
    }

    .navbar-header {
        float: none;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 69px !important;
        padding-top: 7px;
    }

    #w1 {
        padding-left: 0px !important;
        width: fit-content !important;
    }

    #w1 a {
        padding-left: 0px;
        text-align: center;
    }

    #w1 li {
        min-width: 90px !important;
    }

    .nav_height {
        width: 100%;
        height: 70px;
    }

}


@media only screen and (max-width: 1200px) {

    #lan_nav_button,
    #user_nav_button {
        min-width: unset;
    }

    .nav_coin_btn {
        min-width: unset;
    }

    .sigup_li {
        display: none !important;
    }

    #w1>li {
        margin-right: 5px;
    }

    #usermenu {
        margin-left: -150px;
    }


    .footer_pool_item_temp {
        display: none;
    }

    .footer_pool_grid {
        display: block;
        height: auto;
        padding-bottom: 50px;
    }

    .footer_pool_logo_div {
        width: 100%;
        border-right: none;
        padding-bottom: 20px;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: left;
    }

    .footer_pool_logo_div .footer_top_div.one {
        flex: none;
        width: 100%;
    }

    .footer_pool_logo_div .footer_top_div.two {
        flex: none;
    }

    /*  .footer_pool_logo_div .footer_top_div.three {
        flex: none;
        width: 55%;
    } */

    .footer {
        height: fit-content !important;
    }

    .footer_pool_item,
    .footer_pool_item2 {
        /* width: 33%; */
        justify-content: center;
    }

    .footer_pool_items {
        width: 100%;
    }


    .footer_pool_logo_div {
        margin-bottom: 30px;
        justify-content: center;
    }

    .footer {
        padding-left: 10%;
        padding-right: 10%;
    }

    .footer_plc_item {
        text-align: center;
    }

    .footer_plc_item a img:hover {
        margin-top: 0px;
    }

    .nav_miner_c .nav_miner_gif {
        margin-top: 10px;
    }
}



@media only screen and (max-width: 900px) {


    .footer_pool_logo_v img {
        /* height: 35px; */
    }

    .footer_pool_grid {
        padding-top: 40px;
        padding-bottom: 30px;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    /*     .information_copyright {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    } */

    .footer_pool_item_content {
        text-align: center;
    }

    .footer_pool_logo_div {
        padding-top: 40px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    .footer_pool_logo_div .footer_top_div.one {
        width: 100%;
    }

    .footer_pool_logo_div .footer_top_div.two {
        flex: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_pool_logo_div .footer_top_div.three {
        width: 100%;
    }

    .index_register .input_register input {
        max-width: unset;
    }

    .footer_pool_items {
        display: block;
    }

    .footer_pool_item {
        width: 100%;
        margin-bottom: 1em;
    }

    /*     .information_copyright {
        margin: 0px;
    } */

    .lan_menu {
        /* margin-left: -100px; */
    }

    #w0 .container {
        width: 98% !important;
    }

    .nav_coin_btn span {
        display: none;
    }

    .coin_menu {
        margin-left: -17px;
    }
}

#w0 .container .navbar-toggle {
    border-color: transparent !important;
    margin-right: 2% !important;
}




/* 手机端 nav */
.phone-nav {
    display: none !important;
    background: #fff !important;
    border-radius: 0px 0px 20px 20px !important;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 99vh;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.phone_nav_item {
    line-height: 60px !important;
    color: #3D3D3D !important;
    font-family: "Inter Regular" !important;
    font-size: 14px !important;
    /* border-bottom: 1px solid #f0f0f0; */
    padding-left: 0px !important;
}

.phone_lan {
    line-height: 60px !important;
    /* border-bottom: 1px solid #f0f0f0 !important; */
    text-align: left !important;
    padding-left: 0px !important;
    color: #3D3D3D !important;
    text-decoration: none !important;
}

.phone_lan:hover,
.phone_lan:focus,
.phone_lan:active {
    text-decoration: none !important;
    background: transparent !important;
}

.phone_account {
    line-height: 60px !important;
    /* border-bottom: 1px solid #f0f0f0 !important; */
    text-align: left !important;
    padding-left: 0px !important;
    color: #3D3D3D !important;
    text-decoration: none !important;
}

.phone_account:hover,
.phone_account:focus,
.phone_account:active {
    text-decoration: none !important;
    background: transparent !important;
}





.phone_login-btn {
    line-height: 0px !important;
    background: linear-gradient(0deg, #FFDB9E, #FFDB9E), #FFFFFF !important;
    width: 88px;
    color: #1F1F24 !important;
    box-sizing: border-box;
    border-radius: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    font-family: "Inter Regular";
    font-weight: normal;
    text-align: center;
    letter-spacing: 0em;
    width: 100%;
}



.phone_lan_item {
    background: linear-gradient(0deg, #FFDB9E, #FFDB9E), #FFFFFF !important;
    border: 1px solid #AAAAAA !important;
    color: #1F1F24 !important;
    font-family: "Inter Regular" !important;
    border-radius: 10px !important;
}


.phone_nav_coin {
    float: right;
    display: flex !important;
    align-items: center;
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 50px !important;
    margin-top: 13px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 37px !important;
    margin-right: 5px;
    font-size: 13px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff !important;
}

.phone_nav_coin img {
    height: 70%;
    margin-right: 5px;
}

.phone_coin_menu {
    padding: 1px;
    background: #fff !important;
    right: 50px;
    left: auto;
    top: 60px;
    border-radius: 6px !important;
    box-shadow: 0px 0px 6px 0px rgba(142, 142, 142, 0.45);
    border: 1px solid #fff !important;
}

.phone_coin_menu li {
    display: flex;
}

.phone_coin_menu li {
    border-bottom: 1px solid #f0f0f0;
}

.phone_coin_menu li:last-child {
    border-bottom: 1px solid transparent;
}

.phone_coin_menu li .a_nav_coin_a {
    border-right: 1px solid #f0f0f0;
}

.phone_coin_menu li .a_nav_coin_a:last-child {
    border-right: 1px solid transparent;
}

/* 圆角 */
.phone_coin_menu li:first-child .a_nav_coin_a:last-child {
    border-top-right-radius: 6px !important;
}

.phone_coin_menu li:first-child .a_nav_coin_a:first-child {
    border-top-left-radius: 6px !important;
}

.phone_coin_menu li:last-child .a_nav_coin_a:first-child {
    border-bottom-left-radius: 6px !important;
}

/* .phone_coin_menu li:last-child .a_nav_coin_a:last-child {
    border-bottom-right-radius: 6px !important;
} */

/* 圆角 */

.phone_nav_coin_dropdown {
    display: none;
}

.phone_current_hash {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    float: right;
    margin-right: 15px;
    letter-spacing: 0px;
    color: var(--primary);
}




.nav-close {
    font-size: 27px;
}

.nav-hidden {
    display: none !important;
}

.nav-block {
    display: block !important;
}


/* 动画 */
.animate__animated.animate__backInDown {
    --animate-duration: 0.6s !important;
}

/* 动画 */



/* 多账户优化css */
.nav_logout_btn {
    color: #000000 !important;
    border: 1px solid #BFBFBF !important;
}

.nav_logout_btn:hover,
.nav_logout_btn:focus,
.nav_logout_btn:active {
    color: var(--primary) !important;
    border: 1px solid #BFBFBF !important;
}

#usermenu .nav_accounts_ul .current_account {
    background: #35373E !important;
    border-bottom: none !important;
}


.nav_accounts_ul::-webkit-scrollbar {
    display: none;
    width: 5px;
    height: 10px;
}

.nav_accounts_ul::-webkit-scrollbar-track {
    width: 5px;
    background: #3F414B !important;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.nav_accounts_ul::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, .3);
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    transition: background-color .5s;
    cursor: pointer;
}

.nav_accounts_ul::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144, 147, 153, .3);
}

.pool_nav_user_one {
    display: flex;
    padding-top: 14px;
    padding-bottom: 14px;
}

.pool_nav_user_star {
    width: 16px;
    line-height: 140%;
    margin-right: 6px;
}

.pool_nav_user_content {
    width: 100%;
}

textarea::placeholder {
    font-family: "Inter Regular" !important;
    color: rgba(128, 135, 154, 0.4);
    font-weight: 400 !important;
}

/* 统一设置 placeholder 颜色 */
input::placeholder,
input::-webkit-input-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {
    color: rgba(128, 135, 154, 0.4) !important;
    /* 设置透明度的灰色 */
}

input::placeholder {
    color: rgba(128, 135, 154, 0.4) !important;
}

input:not([type="checkbox"]):not([type="radio"]):hover,
input:not([type="checkbox"]):not([type="radio"]):focus {
    border-color: #FFDB9E !important;
    box-shadow: none !important;
}


.msg_error {
    font-family: "Inter Regular";
    font-size: 13px !important;
    font-weight: normal;
    line-height: 15px !important;
    letter-spacing: 0em;
    color: #FF4D4F !important;
    min-height: 21px;
    padding-top: 6px;
}

#w0-collapse::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

#w0-collapse::-webkit-scrollbar-track {
    width: 5px;
    background: rgba(#101F1C, 0.1);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

#w0-collapse::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, .3);
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    transition: background-color .5s;
    cursor: pointer;
}

#w0-collapse::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144, 147, 153, .3);
}


.phone_account_nav_item {
    border: 1px solid #C3D3F8;
    border-radius: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.phone_nav_remark {
    font-family: "Inter Regular";
    font-size: 12px;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0px;
    white-space: normal;
    word-break: break-all;
}

.phone_nav_username {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    line-height: 120%;
    letter-spacing: 0px;
    color: #262626;
}

.phone_nav_hash {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    line-height: 120%;
    color: var(--primary);
    float: right;
}

.account_menu {
    max-height: 220px;
    overflow: auto;
}

.account_menu li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.account_menu li:first-child {
    padding-top: 15px !important;
}

.account_menu li:last-child {
    padding-bottom: 15px !important;
}

.phone_btns {
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
}

.phone_loginOut-btn {
    line-height: 0px !important;
    background: #fff !important;
    color: var(--primary) !important;
    box-sizing: border-box;
    border-radius: 6px !important;
    border: 1px solid var(--primary) !important;
    font-family: "Inter Regular";
    font-weight: normal;
    text-align: center;
    letter-spacing: 0em;
    width: 100%;
}

.phone_accountset-btn {
    line-height: 0px !important;
    background: #fff !important;
    color: var(--primary) !important;
    box-sizing: border-box;
    border-radius: 6px !important;
    border: 1px solid var(--primary) !important;
    font-family: "Inter Regular";
    font-weight: normal;
    text-align: center;
    letter-spacing: 0em;
    width: 100%;
}

.phone_btn1 {
    width: 50%;
    padding-right: 7px;
}

.phone_btn2 {
    width: 50%;
    padding-left: 7px;
}



.account_menu::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.account_menu::-webkit-scrollbar-track {
    width: 5px;
    background: rgba(#101F1C, 0.1);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.account_menu::-webkit-scrollbar-thumb {
    background-color: rgba(144, 147, 153, .3);
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    transition: background-color .5s;
    cursor: pointer;
}

.account_menu::-webkit-scrollbar-thumb:hover {
    background-color: rgba(144, 147, 153, .3);
}


/* #w2>li::after {
    content: '';
    position: absolute;
    top: 34%;
    right: 0;
    height: 33%;
    width: 1px;
    background-color: #fff;
} */

#w2>li:last-child:after {
    width: 0px;
}


#w2 {
    border: none;
}

#w2>li {
    margin-bottom: 4px;
}

.more_acc #w2 {
    font-family: "Inter Regular";


}

.more_acc #w2>li:first-child {
    margin-top: 10px;
}

.more_acc #w2>li:last-child {
    margin-bottom: 10px;
}

#w2>li,
#w3>li {
    margin-right: 0px;
    padding-left: 14px;
    padding-right: 14px;
}

.sign_right_border {
    position: relative;
}

.sign_right_border::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50%;
    background-color: rgba(128, 135, 154, 0.4);
    transform: translateY(-50%);
}

#miners-w2 li {
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 4px;
}

#miners-w2 {
    padding: 10px 0px;
    border: none;
    background: #3F414B;
    border-radius: 12px;
}

#miners-w2>li:last-child:after {
    width: 0px;
}


.nav_cart {
    width: 12px;
}

/* 下载app */

.app_dowmload_title {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    line-height: 100%;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: left;

    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    cursor: pointer;
    text-decoration: none !important;
}

.app_dowmload_title img {
    width: 24px !important;
    height: 24px !important;
}

.app_download_ul.animate__animated.animate__fadeIn {
    background: transparent !important;
    border: none !important;
}

.app_download_content {
    display: flex;
    background: var(--input-black-background-color) !important;
    border-radius: 12px;
}

.app_download_nav_span1 {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0em;
    color: var(--primary);
    margin-bottom: 10px;
}

.app_download_nav_span2 {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0em;
    color: #3D3D3D;
    margin-bottom: 5px;
}

.app_download_left {
    padding: 20px;
    display: flex;
    align-items: center;
}

.app_download_top {
    padding: 16px 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 26px;
    width: 160px;
}

.app_download_top>div {
    display: flex;
    flex-direction: column;
}

.app_download_top>div p {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
}

.app_download_top>div p:hover {
    color: var(--primary) !important;
}


.app_download_top>div>div:first-child {
    border-bottom: 1px solid #3F414B;
}

.app_download_top img {
    width: 160px;
}

.nologin_btns {
    display: flex;
}

.nologin_btns .nologin_btn1 {
    padding-right: 10px;
}

.nologin_btns .nologin_btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
}


.google_loading_icon {
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-top-color: transparent;
    border-radius: 100%;
    animation: circle infinite 0.75s linear;
}


/* echarts */
.echart_main {
    height: 500px;
}

@media only screen and (max-width: 767px) {
    .echart_main {
        height: 250px !important;
    }

    .chart_loading_img {
        height: 25px !important;
    }


    /* 美化滚动条 */
    ::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }

    /* 美化滚动条 */
}

/* echarts */



/* loading */
.loading_icon {
    width: 35px;
    height: 35px;
    border: 3px solid var(--primary);
    border-top-color: transparent;
    border-radius: 100%;
    animation: circle infinite 0.75s linear;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99999;
    width: 100%;
    min-height: 100vh;
    background-color: var(--theme-black);
}

.blue_btn_loading {
    width: 18px;
    height: 18px;
    border: 3px solid var(--primary);
    border-top-color: transparent;
    border-radius: 100%;
    animation: circle infinite 0.75s linear;
    margin: auto;
}

.dropdown-toggle .caret {
    display: none;
}

.more_acc.dropdown i,
.pc-nav .nav_cart {
    transition: transform;
    left: 2px;
    top: -1px;
}

.more_acc.dropdown.open i.active {
    transform: rotate(180deg);
}

@keyframes circle {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* loading */

.nav_host {
    margin-top: -10px;
    margin-left: 4px;
    height: 20px;
}


.hp_loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.hp_loading_backdrop {
    position: fixed;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 70px);
    background: #000;
    z-index: 1000;
    width: 100%;
    opacity: .6;
}

.loading_dialog {
    position: fixed;
    z-index: 51;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 0rem);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    pointer-events: auto;
    outline: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100vw;
}


#hpLoading {
    width: 50px;
    height: 50px;
}


/* 置顶class */
.progress-wrap {
    position: fixed;
    right: 27px;
    bottom: 100px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
    box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(130%);
    -ms-transform: translateX(130%);
    transform: translateX(130%);
    z-index: 99;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap::after {
    position: absolute;
    content: "\f108";
    font-family: flaticon !important;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #005de0;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
    display: block;
    z-index: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #005de0;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.progress-wrap-3 {
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 85, 56, 0.2);
    box-shadow: inset 0 0 0 2px rgba(255, 85, 56, 0.2);
}

.progress-wrap-3::after {
    color: #ff5538;
}

.progress-wrap-3 svg.progress-circle path {
    stroke: #ff5538;
}


@media only screen and (max-width: 767px) {
    .progress-wrap {
        right: 20px;
    }
}


/* checkbox */

.check-input {
    width: 16px;
    height: 16px;
}

/* 设置默认的checkbox样式 */
input.check-input[type="checkbox"] {
    -webkit-appearance: none;
    outline: none;
    border-radius: 4px;
    border: 1px solid #3F414B;
    background: #FFF;
    position: relative;
    margin-top: 0px;
    margin-right: 5px;
    background: transparent;
}

/* 设置选中状态下的checkbox样式 */
input.check-input[type="checkbox"]:checked {
    background-color: var(--primary);
    border-color: transparent;
}

/* 显示对勾 */
input.check-input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    margin-top: 1px;
    margin-left: 1px;
    width: 12px;
    height: 12px;
    position: absolute;
    background-image: url('/images/common/checkbox_j.svg?v=1');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* 不能选中样式 */
input.not-checked[type="checkbox"]:checked {
    /* background-color: #BFBFBF !important; */
}


input.not-checked[type="checkbox"] {
    border: 1px solid #F0F0F0 !important;
    /* background: #F0F0F0 !important; */
}

.username_menu {
    transform: rotate(0deg);
}

.open .username_menu {
    transform: rotate(180deg);
    top: -3px;
}

.has_no_data_tr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.has_no_data {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.has_no_data .has_no_data_img {
    margin-bottom: 10px;
}

.has_no_data_img img {
    width: 82px;
}

.has_no_data_tip {

    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: var(--text-gray-color);

}

/* 全局class start */
:root,
.light-theme {
    --primary: #FFDB9E;
    --theme-black: #1F1F24;
    --theme-gray-border: #3F414B;
    --theme-light-gray: #2E2F36;
    --text-gray-color: #80879A;
    --text-black-color: #1F1F24;
    --text-blue-color: #346BE5;
    --text-red-color: #E81919;
    --text-white-color: #FFF;
    --input-gray-color: #80879A;
    --input-white-color: #FFF;
    --input-black-background-color: #2E2F36;
    --input-gray-border-color: #3F414B;
    --btn-yellow-background-color: #FFDB9E;
    --btn-black-background-color: #2E2F36;
    --btn-gray-color: #80879A;
    --btn-black-color: #1F1F24;
    --btn-primary-background: linear-gradient(270deg, #FFCC57 0%, #FFDB9E 100%);
}

body {
    font-family: "Inter Regular";
    line-height: 1.6;
}

.mBottom15 {
    margin-bottom: 15px !important;
}

.mBottom20 {
    margin-bottom: 20px;
}

.mBottom30 {
    margin-bottom: 30px;
}

.mBottom40 {
    margin-bottom: 40px;
}

.mTop20 {
    margin-top: 20px;
}

.mTop30 {
    margin-top: 30px;
}

.mTop40 {
    margin-top: 40px;
}

.mRight20 {
    margin-right: 20px;
}

.mRight30 {
    margin-right: 30px;
}

.mRight40 {
    margin-right: 40px;
}

.mLeft20 {
    margin-left: 20px;
}

.mLeft30 {
    margin-left: 30px;
}

.mLeft40 {
    margin-left: 40px;
}

.wp-btn {
    border-radius: 8px !important;
    background: var(--btn-yellow-background-color);
    color: #1F1F24 !important;
    font-family: "Inter Regular";
}

.fs20 {
    font-size: 20px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs14 {
    font-size: 14px !important;
}

.textLeft {
    text-align: left !important;
}

.textRight {
    text-align: right !important;
}

.textCenter {
    text-align: center !important;
}



@media only screen and (max-width: 1200px) {

    .mBottom30,
    .mBottom40 {
        margin-bottom: 20px;
    }

    .mTop30,
    .mTop40 {
        margin-top: 20px;
    }

    .mRight30,
    .mRight40 {
        margin-right: 20px;
    }

    .mLeft30,
    .mLeft40 {
        margin-left: 20px;
    }
}

/* 全局class end */

@media only screen and (max-width: 767px) {
    .has_no_data_img img {
        width: 82px;
    }
}

/* mobile nav start */
.mobile-nav {
    width: 100%;
    position: fixed;
    z-index: 99;
    background-color: var(--theme-black);
    height: 64px;
    display: none;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
}

.mobile-nav>.nav-logo img {
    height: 24px;
}

.mobile-nav>.nav-right-container {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* coin */
.mobile-nav .nav-select-coin {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 93px;
    border: 1px solid var(--theme-gray-border);
    background: var(--theme-black);
    opacity: 1 !important;
    padding-left: 12px;
    padding-right: 12px;
}

.mobile-nav .nav-select-coin>.current-coin-iamge {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
}

.mobile-nav .nav-select-coin>span {
    color: var(--text-while-color);
    font-size: 14px;
    line-height: normal;
}

.mobile-nav .nav-select-coin .triangle {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid var(--text-gray-color);
}

.mobile-nav .nav-select-coin.open .triangle {
    transform: rotate(180deg);
}

.mobile-select-coin-main {
    padding-top: 64px;
    background-color: var(--theme-black);
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    border-radius: 0px 0px 12px 12px;
}

.mobile-select-coin-main .mobile_coin_item_a {
    width: 33%;
    text-decoration: none !important;
    overflow-y: hidden;
}

.mobile-select-coin-main .mobile_coin_item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mobile-select-coin-main .mobile_coin_item .mobile-coin-image {
    margin-bottom: 5px;
    text-align: center;
}

.mobile-select-coin-main .mobile_coin_item .mobile-coin-image img {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
}

.mobile-select-coin-main .mobile_coin_item .mobile-coin-text {
    text-align: center;
}

.mobile-select-coin-main .mobile_coin_item .mobile-coin-text>span {
    color: var(--text-white-color);
}

/* coin */

/* list */
.mobile-nav .nav-list,
.mobile-nav .nav-user,
.nav-close-list,
.nav-close-user {
    width: 28px;
    min-width: 28px;
    height: 28px;
    cursor: pointer;
}

#select-list-direction,
#select-user-direction {
    background-color: var(--theme-black);
}

.mobile-select-list-main,
.mobile-select-user-main {
    width: 300px;
    /* height: 100vh; */
    height: 100%;
    background-color: var(--theme-black);
}


.mobile-select-list-main a,
.mobile-select-user-main a {
    text-decoration: none !important;
}

.mobile-select-list-main .nav-list-close,
.mobile-select-user-main .nav-user-close {
    padding-left: 19px;
    padding-right: 16px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: right;
}

.mobile-select-list-main .nav-list-item {
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--text-white-color);
}

.mobile-select-list-main a.nav-list-a {
    text-decoration: none !important;
    width: 100%;
    cursor: pointer;
}

/* #sleectLan{
    display: flex;
    justify-content: space-around;
} */

#sleectLan>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-select-list-main .nav-list-item:hover {
    background: var(--theme-light-gray);
}

.mobile-select-list-main a.current-item .nav-list-item {
    background: var(--theme-light-gray);
    color: var(--primary);
}

.mobile-select-list-main .mobile-lan {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    background-color: var(--theme-black) !important;
}

.mobile-select-list-main .mobile-lan>.mobile-lan-btn {
    border-radius: 384px;
    color: var(--text-gray-color);
    border: 1px solid var(--theme-gray-border);
    width: 129px;
    height: 32px;
    background: var(--theme-black);
    font-size: 14px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
}

.mobile-select-list-main .mobile-lan>.mobile-lan-btn:hover,
.mobile-select-list-main .mobile-lan>.mobile-lan-btn.current-lan {
    color: var(--primary);
}

.mobile-select-list-main .mobile-site {
    display: flex;
    justify-content: space-between;
    background: var(--theme-black) !important;
}

.mobile-select-list-main .mobile-site>.moblie-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3F414B;
    /* width: 124px; */
    min-width: 124px;
    padding: 0 10px !important;
    height: 40px;
    border-radius: 510px;
    color: var(--text-while-color);
    background: var(--theme-black);
    text-decoration: none !important;
}

.mobile-select-list-main .mobile-site>.moblie-signup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary);
    /* width: 124px; */
    min-width: 124px;
    padding: 0 10px !important;
    height: 40px;
    border-radius: 510px;
    color: var(--text-black-color);
    background: var(--primary);
    text-decoration: none !important;
}

/* list */

/* user */
.mobile-select-user-main .nav-user-close {
    padding-bottom: 0px;
}

.mobile-select-user-main .nav-user-item {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    padding-left: 19px;
    padding-right: 19px;
}

.mobile-select-user-main .nav-user-info {
    padding-top: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 30px;
}

.mobile-select-user-main .nav-user-info img {
    width: 32px;
    height: 32px;
    min-width: 32px !important;
}

.mobile-select-user-main .nav-user-info span {
    font-size: 24px;
    color: var(--text-white-color);
    line-height: 1;
}

.mobile-select-user-main .setting-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.mobile-select-user-main .setting-item span {
    font-size: 14px;
    color: var(--text-white-color);
    line-height: 1;
}

.mobile-select-user-main .mobile-logout .setting-item span {
    color: var(--text-red-color);
}

.mobile-select-user-main .change-account-btn {
    border: 1px solid #3F414B;
    color: var(--primary);
    font-size: 14px;
    background: var(--theme-black) !important;
    width: 100%;
    height: 32px;
    border-radius: 510px;
    text-align: center;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 16px;

}

.mobile-select-user-main .current-user-item,
.mobile-select-user-main .all-account-item {
    background: var(--theme-light-gray) !important;
    border-width: 1px 0px 1px 0px;
    border-style: solid;
    border-color: #3F414B;
}

.mobile-select-user-main .current-user-item .info-item,
.mobile-select-user-main .all-account-item .info-item {
    display: flex;
    margin-bottom: 4px;
    justify-content: space-between;
    align-items: center;
}

.mobile-select-user-main .current-user-item .info-item .name-info,
.mobile-select-user-main .all-account-item .info-item .name-info {
    display: flex;
    align-items: center;
    gap: 7px;
}

.mobile-select-user-main .current-user-item .info-item .name-info .mobile-star,
.mobile-select-user-main .current-user-item .info-item .name-info .mobile-star img,
.mobile-select-user-main .all-account-item .info-item .name-info .mobile-star,
.mobile-select-user-main .all-account-item .info-item .name-info .mobile-star img {
    width: 14px;
    min-width: 14px;
    margin-top: -2px;
}

.mobile-select-user-main .current-user-item .info-item .mobile-name,
.mobile-select-user-main .all-account-item .info-item .mobile-name {
    color: var(--text-white-color);
    font-size: 14px;
    line-height: 1;
}

.mobile-select-user-main .current-user-item .info-item .hash-info,
.mobile-select-user-main .all-account-item .info-item .hash-info {
    font-size: 15px;
    color: var(--primary);
}

.mobile-select-user-main .current-user-item .remark-item,
.mobile-select-user-main .all-account-item .remark-item {
    font-size: 13px;
    color: #80879A;
    padding-left: 20px;
}

.mobile-select-user-main .all-account-item {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #3F414B !important;
    border-top: none !important;
    background: var(--theme-black) !important;
}

.mobile-change-a {
    text-decoration: none !important;
}

.return-item {
    padding-top: 27px;
    padding-left: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #3F414B;
}

.return-item img {
    width: 30px;
    min-width: 30px;
    height: 100%;
    cursor: pointer;
}

.return-item img {
    width: 10px;
    min-width: 10px;
}

.mobile-select-user-main .change-account-main .title-item {
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 10px;
    color: var(--text-gray-color);
}

/* user */



.layui-layer-shade {
    z-index: 99 !important;
}

.layui-layer-shade.select-coin-custom-shade {
    z-index: 87 !important;
}

#select-coin-direction {
    background: rgb(0, 0, 0);
}

/* mobile nav end */


/* 中奖活动弹窗 class start */
#eventWinModal {
    transition: none;
}

#eventWinModal.modal.fade .modal-dialog {
    opacity: 0;
    transform: translate(0, 30px);
    transition: opacity .5s linear, transform .5s ease;
}

#eventWinModal.modal.fade.in .modal-dialog {
    opacity: 1;
    transform: translate(0, 0);
}

#eventWinModal .modal-content {
    background-color: transparent !important;
    max-width: unset;
    border: none !important;
}

#eventWinModal .modal-dialog {
    overflow: hidden;
    width: 100% !important;
}

#eventWinModal .modal-content .popup_modal_content {
    padding: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

#eventWinModal .event-win-path {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 12px;
    background: #1C1D20;
    border: 1px solid #3F414B;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#eventWinModal .event-win-path .ew-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
}

#eventWinModal .event-win-path .ew-describe {
    text-align: center;
}

#eventWinModal .event-win-path .ew-describe p {
    font-size: 16px;
    color: #80879A;
    font-weight: normal;
}

#eventWinModal .event-win-path .ew-describe p span {
    color: var(--primary);
}

.f-coupon {
    display: flex;
    min-height: 170px;
}

.f-coupon .f-coupon-left {
    background-image: url(/images/mining_machine/registered_left.png?v=1);
    background-size: 100% 100%;
    background-position: left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 212px;
    min-width: 212px;
}

.f-coupon .f-coupon-left .h3_fee span {
    font-size: 80px;
    font-weight: 700;
}

.f-coupon .f-coupon-left .h3_fee {
    font-weight: 700;
    font-size: 32px;
    font-weight: bold;
    color: var(--text-white-color);
    margin-bottom: 8px;
    text-align: center;
}

.f-coupon .f-coupon-left p {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-white-color);
    text-align: center;
}

.f-coupon .f-coupon-right {
    background-image: url(/images/mining_machine/registered_right.png?v=1);
    background-size: 100% 100%;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 12px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 12px;

    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    overflow: hidden;
}

.f-coupon .f-coupon-right>.f-coupon-item {
    width: 100%;
}

.f-coupon .f-coupon-right>.f-coupon-item label {
    font-size: 14px;
    font-weight: normal;
    color: #80879A;
    margin-bottom: 0px;
}

.f-coupon .f-coupon-right>.f-coupon-item div {
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#eventWinModal .ew-btn-area {
    display: flex;
    flex-direction: row;
    gap: 13px;
}

#eventWinModal .ew-btn {
    text-align: center;
    width: 100%;
}

#eventWinModal .ew-btn a {
    width: 100%;
    height: 40px;
    text-decoration: none !important;
}

#eventWinModal .ew-btn .gray {
    background: #1F1F24 !important;
    box-sizing: border-box !important;
    border: 1px solid #3F414B !important;
    color: #80879A !important;
    width: 100%;
}

#eventWinModal #getCounponBtn {
    color: #1F1F24 !important;
    height: 40px;
    text-decoration: none !important;
}

#eventWinModal .event-win-background {
    position: absolute;
    z-index: -1;
    animation: rotateAnimation 20s linear infinite;
}

#eventWinModal .event-win-background img {
    width: 800px;
    height: 800px;
}


@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media only screen and (max-width: 1200px) {
    #eventWinModal .event-win-path .ew-title {
        font-size: 20px;
    }

    #eventWinModal .event-win-path .ew-describe p {
        font-size: 14px;
    }

}

@media only screen and (max-width: 1000px) {
    .active_content .a_content {
        padding-top: 10px;
        border-radius: 12px;
        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: 990px) {
    .mobile-nav {
        display: flex;
    }
}

@media only screen and (max-width: 767px) {

    #eventWinModal .event-win-path {
        width: 95%;
        max-width: 450px;
    }

    #eventWinModal .event-win-background img {
        width: 700px;
        height: 700px;
    }

    .f-coupon {
        min-height: 80px;
    }

    .f-coupon .f-coupon-left {
        width: 100px;
        min-width: unset;
        padding-left: 20px;
        padding-right: 20px;

        background-image: url(/images/mining_machine/registered_left_h5.png?v=1);
        background-size: 100% 100%;
    }

    .f-coupon .f-coupon-left .h3_fee span {
        font-size: 32px !important;
        background: linear-gradient(270deg, #F5BA47 0%, #FFEABA 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }

    .f-coupon .f-coupon-left .h3_fee {
        font-size: 32px !important;
        background: linear-gradient(270deg, #F5BA47 0%, #FFEABA 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        white-space: nowrap;
        margin-bottom: 0;
    }

    .f-coupon .f-coupon-left p {
        font-size: 14px;
    }

    .f-coupon .f-coupon-right {
        flex: 1;
        max-width: 300px;
        background-image: url(/images/mining_machine/registered_right_h5.png?v=1);
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .f-coupon .f-coupon-right>.f-coupon-item div {
        white-space: normal;
    }

    .f-coupon .mBottom30 {
        justify-content: center;
        max-width: unset !important;
    }

    .f-coupon .f-coupon-only-pc {
        display: none;
    }

    .f-coupon .f-coupon-only-h5 {
        display: block !important;
    }

    .f-coupon .h5_coupon_describe {
        font-size: 14px !important;
        font-weight: bold;
        line-height: 140%;
        letter-spacing: 0px;
        font-variation-settings: "opsz" auto;
        font-feature-settings: "kern" on;
        background: linear-gradient(270deg, #F5BA47 0%, #FFEABA 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;

        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .f-coupon .f-coupon-right>.f-coupon-item div.f_currency {
        font-size: 11px;
        font-weight: normal;
        line-height: 140%;
        letter-spacing: 0px;
        color: #80879A;

        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    #eventWinModal #getCounponBtn {
        min-width: unset;
        max-width: 400px;
        width: 100%;
    }

    .active_content .a_content{
        max-width: unset;
    }

    .active_content .a_content>div:not(.index_banner) {
        margin: 0 10px;
    }

    .active_content .check_whether {
        bottom: -48px;
    }

    #activityModal .index_banner .swiper-slide {
        width: calc(33.33% - 6px) !important;
    }
}

/* 中奖活动弹窗 class end */


/* 抽奖弹窗 */
#activityDraw .start-button {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    margin-top: -60px;
}

#activityDraw .activity_draw_content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* 抽奖弹窗 */

.overflow_listening {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}