@font-face {
    font-family: sf-pro-text-light;
    src: url('/fonts/sf-pro-text-light.ttf');
    font-display: swap;
}

@media screen and (max-width:768px) {
    .el-dialog {
        width: 90% !important;
    }
}

@media screen and (min-width:768px) {
    .el-dialog {
        width: 70% !important;
    }
}

@media screen and (min-width:992px) {
    .el-dialog {
        width: 60% !important;
    }
}

@media screen and (min-width:1200px) {
    .el-dialog {
        width: 50% !important;
    }
}


@media screen and (min-width:1920px) {
    .el-dialog {
        width: 40% !important;
    }
}

body {
    font-family: "sf-pro-text-light";
    margin: 0;
    background: rgb(255, 255, 255);
    /*background: #05239b;*/
    min-height: 100%;
    height: auto;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    padding: 0 !important;
    color: #F8FAFC;
}

a {
    text-decoration: none;
}

.login_bg {
    /*background-image: url("/avp_res/call_bg.png");*/
    background-color: #0F1C2E;
    /*background-color: #888888;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    background-attachment: fixed;
    width: 100%;
    /*height: 100%;*/
    min-height: 100vh;
    color: #F8FAFC;
}

.order_list_page,
.garb_page_bg,
.profile_page_bg,
.home_page_bg {
    background-color: #0F1C2E;
    /*background-color: #888888;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    background-attachment: fixed;
    width: 100%;
    /*height: 100%;*/
    min-height: 100vh;
    color: white;
}

.second_page_color_bg {
    background-color: #262e40;
    height:100vh;
}


.my-text-center {
    text-align: center !important;
    align-items: center;
}

.content_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content_center_between {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

.content_hor_center {
    display: flex;
    justify-content: center;
}

.content_colum_center {
    display: flex;
    align-items: center;
}

.content_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.my_info_block {
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: #234378;
    border-style: solid;
    border-color: #475569;
}

.main_head {
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 9;
    background: rgb(36 69 124);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
}

.web_top_head {
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 9;
    background: rgb(36 69 124);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
}

.normal_page_btn,
.normal_page_btn:active,
.normal_page_btn:focus,
.normal_page_btn:hover {
    width: 100%;
    /*margin-left: 5%;*/
    /*margin-right: 5%;*/
    /*rbg(21,15,93)*/
    background-color: transparent;
    background: linear-gradient(135deg, #5865ca 0%, #2949bb 50%, #130cae 100%);
    /*box-shadow: 0 0 10px black;*/
    color: white;
    border-radius: 9999px;
    border-style: solid;
    border-width: 2px;
}

.forget_page_btn,
.forget_page_btn:active,
.forget_page_btn:focus,
.forget_page_btn:hover {
    background: linear-gradient(135deg, #4d59b8 0%, #3f3fb0 50%, #3f64a1 100%);
    color: white !important;
    border-radius: 0px;
}

.register_page_btn,
.register_page_btn:active,
.register_page_btn:focus,
.register_page_btn:hover {
    width: 100%;
    background-color: transparent;
    background: linear-gradient(135deg, #0f7e79 0%, #0a939f 50%, #780cae 100%);
    color: white;
    border-radius: 9999px;
    border-style: solid;
    border-width: 2px;
}

.log_out_btn,
.log_out_btn:active,
.log_out_btn:focus,
.log_out_btn:hover {
    width: 100%;
    /*margin-left: 5%;*/
    /*margin-right: 5%;*/
    /*background-color: #ff2020;*/
    background-color: transparent;
    background-image: linear-gradient(180deg, #ff0625 0%, #000000 100%);
    color: white;
}


.index_run_image_block {
    margin: 20px auto;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}

.index_run_image_block ul {
    display: table-cell;
}

.index_run_image_block li {
    display: table-cell;
}

.index_run_image_size {
    height: 40px;
    margin: 10px;
}

.index_run_image {
    vertical-align: middle;
    width: 100%;
    /*border: 1px solid #00aeef;*/
    /*width: 50%;*/
    margin: 10px;
    padding: 10px 0;
    /*border-radius: 10px;*/
}

.index_bottom_image {
    width: 80%;
    object-fit: contain;
}

.home_top_cs {
    height: 40px;
    align-self: center;
}

.home_top_logo {
    align-self: center;
    margin-left: 10px;
    height: 60px;
}

.run-block-text {
    width: fit-content;
    animation: run-txt 30S linear infinite;
    color: white;
}

.run-block.run-block-text {
    position: relative;
    content: attr(text);
}

@keyframes run-txt {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.home_user_info_title {
    font-size: 1.2rem;
}

.home_welcome_title {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px;
}

.user_level_img {
    width: 24px;
}

.action_icon_text {
    font-size: 0.8rem;
    margin-bottom: 10px;
    text-align: center !important;
    min-height: 2rem;
}

.action_icon {
    width: 40px;
    height: 40px;
    background: #ffffff2b;
    border-radius: 10px;
    /*box-shadow: 0 0 5px #000000;*/
    padding: 10px;
}

.action_content {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    background: #2b456d;
    padding: 10px;
}


.membership_content {
    background: #1e293b;
    border-radius: 10px;
    box-shadow: 0 0 3px #ffffff;
    padding: 10px;
    margin: 10px;
}

.membership_title {
    padding: 0px 10px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 15px;
}

.home_level_img {
    height: 40px;
    vertical-align: middle;
}

.home_level_name {
    margin-left: 10px;
    font-size: 0.9rem;
}

.home_level_lock {
    height: 30px;
    margin-top: 5px;
    margin-right: 10px;
}

.tabbar_content {
    position: fixed;
    width: 100%;
    height: 80px;
    bottom: 0;
}

.tabbar_image {
    padding: 2px;
    width: 30px;
}

.tabbar_text {
    color: white;
}

.tabbar_block_sub {
    background: #254d83;
    height: 100%;
}

.tabbar_block_sub .active {
    width: 100%;
    height: 100%;
    background: #6655dd;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), 10%, #6655dd 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), color-stop(100%, #6655dd));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 10%, #6655dd 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #6655dd 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 30%, #6655dd 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, #6655dd 100%);
}

.big_font_color {
    color: #36b7f4 !important;
}

.decor_font_color {
    color: #1de164 !important;
    font-size: 1.2rem;
    font-weight: bold;
}

.bind_wallet_page .el-form-item__label {
    color: #1de164 !important;
}

.huobi_size {
    font-size: 0.9rem;
}

.balloon_container {
    position: relative;
    overflow: hidden;
    background: #03243D;
    background-image: url("/appod_res/garb/container_bg.gif");
    background-repeat: no-repeat;
    background-size: center;
    background-position: center;
    width: 100%;
    min-height: 300px;
}

.balloon {
    background-image: url("/appod_res/garb/bubble_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    /*绝对定位*/
    top: 0;
    left: 0;
    height: 60px;
    width: 60px;
    margin: 0 auto;

}

.balloon_img {
    padding: 15px;
    width: 30px;
}

.bottom_company_detail {
    font-size: 0.9rem;
}

.list_item {
    /*margin: 20px 10px;*/
    margin-top: 20px;
    border-radius: 10px;
    background: #eeeeee;
    /*box-shadow: 0 0 10px #cccccc;*/
    padding: 5px;
}

.order_list_item_title {
    /*padding: 0;*/
    font-weight: normal;
    margin: 2px 10px;
    font-size: 14px;
    color: black;
}

.interest_page_pledge {
    color: #dd0000;
}

.pending_icon_style {
    width: 80px;
    height: 80px;
    position: absolute;
    transform: rotate(322deg);
}

.order_list_item_img {
    width: 40px;
    border-radius: 5px;
}

.order_list_item_value {
    /*padding-right: 10px;*/
    color: #1E54B6;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
    margin: 2px 10px;
}

.order_list_item_value_tag {
    /*padding-right: 10px;*/
    color: #1E54B6;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
    margin: 5px 10px;
}

.order_pending_color {
    background-color: transparent;
    background-image: linear-gradient(180deg, #55cccc 0%, #22aaaa 100%);
    color: white;
}

.order_completed_color {
    background: #5481c6 !important;
    color: white !important;
}

.order_list_btn,
.order_list_btn:active,
.order_list_btn:focus,
.order_list_btn:hover {
    width: 100%;
    /*margin-left: 5%;*/
    /*margin-right: 5%;*/
    /*rbg(21,15,93)*/
    /*background-color: #fff200;*/
    /*box-shadow: unset;*/
    /*color: black;*/
}

.profile_vip {
    width: 50px;
}

.second_page_bg {
    background: #3d5a80;
    /*background: #FFF20022;*/
    background-image: url("/appod_res/bg.png");
    /*background-color: #888888;*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top;
    background-attachment: fixed;
    width: 100%;
    /*height: 100%;*/
    height: 100%;
    min-height: 100vh;
    color: white;
}

.withdrawal_account_block {
    /*box-shadow: 0 0 10px #cccccc;*/
    /*background: rgba(130,130,130,0.6);*/
    background: #22222299;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    background-image: linear-gradient(to top, #6a85b6 0%, #bac8e0 100%);
}

.withdrawal_input_section_bg {
    background: white;
    /*box-shadow: 0 0 30px #cccccc*/
    padding: 20px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.withdrawal_input_title_value,
.withdrawal_page_account_value {
    color: #1Ef4f6;
}

.withdrawal_wise_logo {
    height: 20px;
}

.withdrawal_inner_page_input_bg {
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
    height: 60px;
    box-shadow: 0 0 30px #cccccc;
}

.withdrawal_page_title {
    color: #1E54B6;
    font-size: 20px;
}

.withdrawal_page_form_control input:focus,
.withdrawal_page_form_control input:active,
.withdrawal_page_form_control {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    text-align: right;
    flex-grow: 1;
    min-width: 0;
    padding-right: 20px;
}

.deposit_page_item_bg {
    background: #deeede;
    /*box-shadow: 0 0 30px #cccccc;*/
    border-radius: 10px;
    margin: 1rem;
    padding: 10px;
    background-image: linear-gradient(to top, #6a85b6 0%, #bac8e0 100%);
}

.big_logo {
    height: 30px;
}

.invite_desc {
    font-size: 0.8rem;
    margin: 5px;
}

.share_code_block {
    background: #11111199;
    /*box-shadow: 0 0 30px #cccccc;*/
    margin: 40px;
    padding: 40px 0;
    border-radius: 10px;
}

.home_level_detail_icon {
    width: 60px;
}

.transaction_page .el-card__body {
    padding: 3px !important;
}

.el-button {
    border: none;
    padding: 12px 20px;
    height: 2.5rem;
}

.el-button--success.is-disabled {
    color: black;
}

.el-tabs__active-bar {
    background-color: #1E54B6;
}

.el-tabs__item.is-active,
.el-tabs__item:hover {
    color: #1E54B6;
}

.el-tabs__item {
    color: white;
}

.el-tabs__item.is-active,
.el-tabs__item:hover {
    color: #fff200;
}

.rot_oder_detail_row {
    padding: 10px 0 10px 0;
}

.web_text_title_large {
    font-size: 1.2rem;
}

.web_text_title_normal{
    font-size: 1rem;
}

.el-dialog {
    border-radius: 20px;

    background: linear-gradient(220.55deg, #25537a 0%, #10336e 100%);
}

.el-dialog__header {
    font-weight: bold;
}

.el-dialog__title {
    font-size: 22px;
    color: white;
}

.el-dialog__body {
    color: white;
    word-break: break-word;
    padding: 0 20px 10px 20px;
}

.el-dialog__headerbtn .el-dialog__close {
    color: red;
}

.el-link,
.el-link--default {
    color: white;
}

.el-link.el-link--primary {
    color: white;
}

.el-form-item {
    margin-bottom: 20px;
}

.el-message-box__header {
    color: white
}

.el-tabs__item.is-active,
.el-tabs__item {
    color: white;
}

.el-progress-bar__outer {
    background-color: white !important;
}

.el-textarea__inner:hover,
.el-input__wrapper,
.el-input__wrapper:hover,
.el-input__wrapper:focus {
    background-color: transparent;
    border-bottom: 1px solid #000 !important;
    color: white !important;
    box-shadow: 0 1px 0 0 #dcdfe6 !important;
}

.el-input__inner {
    color: white;
}

.el-textarea__inner:hover,
.el-input__inner,
.el-input__inner:hover,
.el-input__inner:focus {
    background-color: transparent;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    color: white;
    border-color: white;
}

.el-message-box {
    width: 220px;
    border: none;
    background: linear-gradient(220.55deg, #5D85A6 0%, #0E2C5E 100%);
}

.el-message-box__message {
    color: white;
}

.el-message-box__header {
    color: white;
}

.el-input-group__append {
    border: none;
}

.el-message-box__title {
    color: white;
}

.el-divider--horizontal {
    margin: 0;
}

.el-progress-bar__outer {
    background-color: white !important;
}

.el-progress__text {
    color: white !important;
}

.el-page-header__header {
    height: 100%;
}

.el-page-header {
    height: 4rem !important;
    line-height: 4rem;
    background: #9f9a9d99;
    background-image: linear-gradient(-225deg, #4D648D 0%, #4f8ac3 48%, #6BBBFF 100%);
    color: white;
}

.el-page-header__left::after {
    background-color: white;
}

.el-page-header .el-page-header__content {
    color: white;
}

.el-page-header .el-page-header__left {
    margin-left: 20px;
}

.el-main {
    height: calc(100vh - 4rem);
    padding: 0;
}