/*风格皮肤start*/
@font-face {
    font-family: 'PingFangRegular';
    src: url('../webfonts/PingFang Regular.ttf') format('truetype');
}

body {
    background-color: var(--bg1Color);
    color: var(--text1Color);
    font-size: 14px;
    line-height: normal;
    font-weight: lighter;
    font-family: 'PingFangRegular'
}

* {
    box-sizing: border-box;
    cursor: default;
}

a, a span, button i {
    cursor: pointer !important;
}

input {
    cursor: initial;
}

    input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
        -webkit-text-fill-color: var(--text2Color) !important;
        -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
        background-color: transparent;
        background-image: none;
        transition: background-color 50000s ease-in-out 0s;
    }

.checkbox-inline.checkbox-danger input:checked + label:before, .checkbox.checkbox-danger input:checked + label:before {
    background: #f4cc8c;
    border-color: #f4cc8c;
}

.btn-red-change {
    background: linear-gradient(135deg,#ef2b2c 0%, #f86346 100%);
    color: #fff;
    border: none;
}

.btn-green-change {
    background: linear-gradient(135deg,#07cdae 0%, #84d9d2 100%);
    color: #fff;
    border: none;
}

.btn-golden-change {
    background: linear-gradient(81deg,#f7d8a7 0%, #f4cc8c 100%);
    color: #22252f;
    border: none;
}

.btn-danger-change:hover {
    color: #fff;
}

.btn-outline-danger {
    color: #f46c70 !important;
    border-color: #f46c70 !important;
}

    .btn-outline-danger:hover {
        background-color: #f46c70 !important;
        color: #fff !important;
    }

.hidden {
    overflow: hidden;
}
.font-bold {
    font-weight: bold;
}
.text-danger {
    color: #f46c70 !important;
}

.text-yellow {
    color: #edea07 !important;
}

.text-rise {
    color: #ff4248 !important;
}

.text-light {
    color: #838795 !important;
}

.text-white {
    color: var(--text0Color) !important;
}

.text-golden {
    color: #e3c79b !important;
}
/*上涨*/
.text-fall {
    color: #07e1bc !important;
}

.badge-fall {
    background-color: #07e1bc !important;
    color: #22252f;
}
/*下跌*/
.text-grey {
    color: #f23645 !important;
}

.badge-grey {
    background-color: #f23645 !important;
    color: #22252f;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

a:hover {
    text-decoration: none;
    color: var(--text0Color) !important;
}

.app-flex {
    display: flex;
}

.app-flex-item {
    flex: 1;
}

.app-align-items {
    align-items: center;
}

*::-webkit-scrollbar { /*滚动条整体样式*/
    width: 6px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}

*::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 2px rgba(0,0,0,0.2);
    background: var(--bg2Color);
}

*::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.1);
    border-radius: 0;
    background: var(--bg1Color);
}

.form-control:focus, button:focus {
    box-shadow: none !important;
    outline: none !important;
}

.tradingSystem a, .tradingSystem a {
    text-decoration: none;
}

.tradingSystem .btn {
    white-space: nowrap;
}

.tradingSystem ul, .tradingSystem ul li {
    margin: 0;
    list-style: none;
    padding: 0;
}

.tradingSystem.app {
    padding-top: 67px;
}

    .tradingSystem.app .app-sidebar, .tradingSystem.app .app-sidebar:before {
        width: 300px;
        top: 67px;
        background-color: var(--bg2Color);
        border-radius: 0 5px 0 0;
    }

.tradingSystem .app-header {
    height: 62px;
    /*border-bottom: 1px solid rgba(0,0,0,.15);*/
    background-color: var(--bg2Color);
    padding: 0;
}

    .tradingSystem .app-header .navbar-brand {
        width: auto;
        height: 62px;
        padding-left: 22px;
    }
        .tradingSystem .app-header .navbar-brand img {
            height:100%;
        }

    .tradingSystem .app-header .navbar-toggle {
        width: 60px;
        margin: 0px;
        padding: 0px;
    }

        .tradingSystem .app-header .navbar-toggle i {
            display: block;
            width: 20px;
            height: 20px;
            background: url(../img/icon/i_m.png) no-repeat center center;
            margin: auto;
            background-size: 100%;
        }

.tradingSystem .navbar-title {
    font-weight: bold;
    font-size: 20px;
    color: #f5f5f5;
}

.tradingSystem .navbar-nav {
    padding-right: 10px;
}

.tradingSystem .app-header .navbar-nav .nav-item {
    height: auto;
}

    .tradingSystem .app-header .navbar-nav .nav-item .nav-link {
        color: var(--text1Color);
        padding: 0 12px 0 0;
        border-radius: 40px;
        background-color: var(--bg1Color);
        height: 36px;
    }

.tradingSystem .dropdown-menu {
    background-color: var(--bg3Color);
    margin-top: 10px;
}

    .tradingSystem .dropdown-menu::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        border-color: transparent transparent var(--bg3Color) transparent;
        right: 20px;
        top: -12px;
    }

    .tradingSystem .dropdown-menu .dropdown-divider {
        border-top-color: var(--bg1Color);
    }

    .tradingSystem .dropdown-menu .dropdown-item {
        color: var(--text1Color);
    }

        .tradingSystem .dropdown-menu .dropdown-item:hover {
            color: #fff;
            background-color: transparent;
        }

        .tradingSystem .dropdown-menu .dropdown-item img {
            margin-top: -3px;
        }

.navbar-toggle-box {
    display: none;
}
/*nav*/
.tradingSystem.app.app-sidebar-minified .app-sidebar, .tradingSystem.app.app-sidebar-minified .app-sidebar:before {
    width: 0;
}

    .tradingSystem.app.app-sidebar-minified .app-sidebar .var-sidebar-box {
        width: 0;
        overflow: hidden;
    }

.var-sarch-box {
    position: relative;
    z-index: 99;
    margin: 20px 20px;
    border-radius: 50px;
    background-color: var(--bg1Color);
    padding: 0px 12px;
}

    .var-sarch-box input {
        border: none;
        background: none;
        line-height: 30px;
        outline: none;
        color: var(--text0Color);
    }

        .var-sarch-box input::-webkit-input-placeholder {
            color: #454858;
        }

    .var-sarch-box i.fa-search {
        color: #333643;
        padding: 5px;
        cursor: pointer;
    }

        .var-sarch-box i.fa-search:hover {
            color: var(--text1Color);
        }

.var-card .nav {
    border-bottom: 1px solid var(--bg1Color);
    display: block;
}

    .var-card .nav li {
        display: inline-block;
        margin: 0 10px;
    }

        .var-card .nav li .card-title {
            display: block;
            padding: 0 0 14px 0;
            position: relative;
            color: var(--text1Color);
            font-size: 15px;
            margin-bottom: 0;
        }

            .var-card .nav li .card-title.active {
                color: #f7d8a7!important;
            }

                .var-card .nav li .card-title.active:before {
                    position: absolute;
                    content: '';
                    height: 3px;
                    background-color: #f7d8a7;
                    left: 0;
                    right: 0;
                    bottom: -1px;
                    border-radius: 5px;
                }

.var-card-modal.var-card {
    background-color: var(--bg3Color);
}

    .var-card-modal.var-card .nav {
        border-bottom: none;
    }

        .var-card-modal.var-card .nav li .card-title {
            font-size: 16px; /*color:#282b37!important;*/
        }
/*.var-card-modal.var-card .nav li .card-title.active {
                color: #22252f!important;
            }
            .var-card-modal.var-card .nav li .card-title.active:before {
                background-color:#22252f
            }*/
.varieties-list-box {
    position: absolute;
    overflow-y: auto;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 145px;
}

.varieties-list .varieties-list-top {
    border-bottom: 1px solid var(--bg1Color);
    height: 40px;
    color: #838795;
    padding: 0 10px;
    position: relative;
    z-index: 1000;
}

.varieties-list .w10 {
    width: 10%;
    padding: 0 5px;
}

.varieties-list .w15 {
    width: 15%;
    padding: 0 5px;
}

.varieties-list .w20 {
    width: 20%;
    padding: 0 5px;
}

.varieties-list .w30 {
    width: 30%;
    padding: 0 5px;
}

.varieties-list .w33 {
    width: 33%;
    padding: 0 5px;
}

.varieties-list .w34 {
    width: 34%;
    padding: 0 5px;
}

.varieties-list .w25 {
    width: 25%;
    padding: 0 5px;
}

.varieties-list .px-0 {
    padding: 0 !important;
}

.varieties-list-item {
    border-bottom: 1px solid var(--bg1Color);
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

    .varieties-list-item.active {
        background-color: #22252f;
    }

.fa-star-collect {
    color: #f7d8a7 !important;
}

.fa-sm.fa-star {
    margin-bottom: -1px;
    margin-left: -5px;
    cursor: pointer;
}

    .fa-sm.fa-star + span.ml-1 {
        cursor: pointer;
    }
/*展开隐藏*/
.app-switch {
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 20px;
    z-index: 1000;
}

    .app-switch.app-switch-left {
        left: 268px;
    }

    .app-switch.app-switch-right {
        right: 288px;
    }

    .app-switch i {
        position: absolute;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: var(--bg1Color);
        top: 0px;
        line-height: 32px;
        color: #838795;
    }

        .app-switch i:hover {
            color: var(--text0Color);
        }

    .app-switch.app-switch-left i {
        left: 15px;
        padding-left: 8px;
    }

    .app-switch.app-switch-right i {
        right: 16px;
        padding-left: 16px;
    }

.app-switch-down {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #838795;
}
/*展开隐藏end*/
/*right*/
.app-right-minified .app-right {
    width: 0;
}

.app-right {
    width: 320px;
    background-color: var(--bg2Color);
    border-radius: 5px 0 0 5px;
    top: 67px;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 1000;
}

    .app-right:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 10px;
        height: 30px;
        background: linear-gradient(180deg,var(--bg2Color) 0%, rgba(39,43,55,0) 100%);
        border-radius: 5px;
        z-index: 1000;
        content: '';
    }

.purchase-box {
    padding: 18px 20px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0px;
}

.purchase-item-group {
    background-color: var(--bg1Color);
    border-radius: 5px;
    line-height: 50px;
    padding: 0 5px;
}

    .purchase-item-group input, .purchase-item-group button {
        border: none;
        background: none;
        outline: none;
        line-height: 48px;
    }

    .purchase-item-group input {
        font-size: 18px;
        color: var(--text0Color);
    }

    .purchase-item-group button.quantity-btn {
        width: 50px;
        color: #a5a8b4;
        cursor: pointer !important;
        font-size: 18px;
    }

        .purchase-item-group button.quantity-btn:hover {
            color: var(--text0Color);
        }

.tradingSystem ul.purchase-multiple {
    margin-top: 0.5rem;
}

.purchase-multiple li:nth-child(2) {
    margin: auto
}

.purchase-multiple li a {
    display: block;
    color: #a5a8b4;
    width: 50px;
    text-align: center;
    margin: 0 auto;
}

.purchase-multiple li a:active {
    color: #22252f !important;
    background-color: #f7d8a7;
}

.choice-group {
    position: relative;
}

    .choice-group .choice-group-info {
        padding: 0 15px;
        font-size: 16px;
    }

.tradingSystem .choice-group .dropdown-menu {
    right: 0;
    border-radius: 5px;
    margin-top: 5px;
}

    .tradingSystem .choice-group .dropdown-menu li a {
        color: #a5a8b4;
        font-size: 16px;
        display: block;
    }

    .tradingSystem .choice-group .dropdown-menu::after, .chart-nav .dropdown-menu::after {
        display: none;
    }

.purchase-profit {
    font-size: 24px;
    margin: 40px 0 20px;
    text-align: center;
    line-height: 30px;
}

.profit-dc {
    position: absolute;
    line-height: 22px;
    top: 10px;
    background-color: rgba(247,216,167,0.1);
    color: #f7d8a7;
    border-radius: 30px;
    padding: 0 10px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.purchase-profit + .purchase-profit {
    border-left: solid 1px var(--bg3Color);
}

.purchase-btn-group a {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    border-radius: 5px;
}
/*挂单交易*/
.purchase-item-group .purchase-item-group {
    background-color: #2d303d;
}

    .purchase-item-group .purchase-item-group input {
        font-size: 16px;
    }

.datepicker th, .datepicker td {
    text-align: center;
}

.datepicker.dropdown-menu {
    box-shadow: none;
}

.purchase-item-group .purchase-item-prepend {
    border-right: 1px solid #22252f;
    padding: 0 0.3rem 0 0.5rem;
    font-size: 16px;
    white-space: nowrap;
}
/*content*/
.tradingSystem .app-content {
    margin-left: 305px;
    margin-right: 325px;
    position: fixed;
    padding: 0;
    bottom: 0;
    left: 0;
    right: 0;
    top: 67px;
    height: auto;
}

.tradingSystem.app.app-sidebar-minified .app-content {
    margin-left: 5px;
}

.tradingSystem.app.app-right-minified .app-content {
    margin-right: 5px;
}

.app-content .app-content-content {
    border-radius: 5px;
    background-color: var(--bg2Color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(70% - 5px);
}

.important-top {
    display: flex;
    padding: 30px 35px 20px;
    position: relative;
    z-index: 1000;
}

    .important-top .tit {
        font-size: 26px;
    }

    .important-top .latest-price {
        font-size: 42px;
    }

    .important-top .latest-price-box .badge {
        padding: 8px 14px;
        font-size: 16px;
        margin-left: 20px;
    }

    .important-top .latest-price-box {
        display: flex;
        align-items: center;
    }

    .important-top .price-item {
        display: flex;
        align-items: center;
    }

        .important-top .price-item div {
            margin-right: 20px;
        }

.tradingSystem ul.chart-nav {
    background-color: #22252f;
    border-radius: 50px;
    padding: 5px;
    position: relative;
}

.chart-nav li a {
    display: block;
    line-height: 26px;
    padding: 0 15px;
    color: #fff;
    text-align: center;
}

.chart-nav li.active > a, .chart-nav li.active > a:hover {
    background-color: #f7d8a7;
    color: #22252f !important;
    border-radius: 50px;
}

.chart-nav .dropdown-menu li a {
    line-height: 46px;
}

.chart-nav .dropdown-menu li.active a {
    background-color: transparent;
    color: #f7d8a7 !important;
}

.chart-nav .dropdown-menu li a:hover {
    color: #f7d8a7 !important;
}
.chart-nav i.i_jz{
    display:inline-block;
    width:20px;height:20px;
    margin-top:3px;
    background: url(../img/i_jz.png) no-repeat;
    cursor:pointer;
}
.chart-nav i.i_jz.i_jz_active {
    background: url(../img/i_jz_a.png) no-repeat;
}

.app-content .app-content-bottom {
    border-radius: 5px 5px 0 0;
    background-color: var(--bg2Color);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30%;
}

.app-down-minified .app-content .app-content-content {
    height: calc(100% - 58px) !important;
}

.app-down-minified .app-content .app-content-bottom {
    height: 53px !important;
}
/*图表*/
#chartapp {
    border-radius: 5px;
    overflow: hidden;
}

    #chartapp canvas {
        background-color: #272b37 !important;
    }
/*#chartapp .trading-vue-botbar{
    position:absolute!important;
    height:28px;
    bottom:0;
    top:auto!important;
    width:100%;
}
    #chartapp .trading-vue-section {
        height: calc(100% - 28px) !important;
    }
    #chartapp .trading-vue-grid-0 {
        height: 100% !important;
    }
        #chartapp .trading-vue-grid-0 canvas {
            height: 100% !important;
        }
    #chartapp .trading-vue-sidebar-0 {
        right:0;
        height:100%;
        
    }
        #chartapp .trading-vue-sidebar-0 canvas {
            height: 100% !important;
        }
    #chartapp .trading-vue {
        
    }*/
.loadMore {
    border: none;
    background-color: transparent;
    border-radius: 50px;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 5px 10px;
    cursor: pointer;
    color: #fff;
    font-family: initial;
}

    .loadMore:active {
        background-color: #f7d8a7;
        border-color: #f7d8a7;
        color: #22252f;
    }
/*bottom*/
.datepicker .datepicker-days table tbody tr:last-child td{border-bottom:none;}
.var-table table {
    background-color: #2d303d;
    margin: 0;
}

    .var-table table .fa-times-circle {
        color: #838795;
        cursor: pointer;
    }

        .var-table table .fa-times-circle:hover {
            color: #fff;
        }

    .var-table table td {
        border-top: 1px solid #22252f;
    }

    .var-table table th {
        color: #838795;
        border-bottom: 1px solid #22252f;
        border-top: none;
        font-weight: normal;
        white-space: nowrap;
    }

    .var-table table tr.td-summary, .var-table table tr.td-summary:hover td {
        background-color: #22252f;
    }

    .var-table table tr:hover td {
        background-color: rgb(247,216,167,.1)
    }

.var-table-overflow {
    position: absolute;
    left: 0;
    top: 91px;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

.var-table-screen {
    padding: 10px 17px;
}

    .var-table-screen + .var-table table th {
        border-top: 1px solid #22252f;
    }

    .var-table-screen .var-sarch-box {
        margin: 0;
    }

        .var-table-screen .var-sarch-box .sarch-prepend {
            padding: 0 5px 0 8px;
            border-right: 1px solid var(--bg3Color);
        }

        .var-table-screen .var-sarch-box input {
            max-width: 135px;
        }

    .var-table-screen .screen-btn {
        border: 1px solid var(--text1Color);
        color: var(--text1Color);
        border-radius: 50px;
        background-color: var(--bg2Color);
        line-height: 28px;
        padding: 0 12px;
        cursor: pointer;
    }

        /*.var-table-screen .screen-btn:hover {
            color: #22252f;
            background-color: #ddd;
        }*/
/*表格*/
/*弹窗*/
.app .modal.show {
    display: flex !important;
    align-items: center;
}

.app .modal .close {
    color: #fff;
}

.app .modal .modal-header {
    align-items: center;
    border-color: var(--bg3Color);
}

    .app .modal .modal-header h4 {
        color: var(--text0Color);
        font-size: 16px;
        font-weight: normal;
    }

.modal-backdrop.fade.show {
    display: none;
}

.app .modal .modal-dialog {
    width: 32.25rem;
}

    .app .modal .modal-dialog .modal-content {
        background-color: #3a3f50;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

    .app .modal .modal-dialog .purchase-item-group {
        background-color: var(--bg3Color);
    }

.app .modal .text-light {
    color: var(--text2Color) !important
}

.app .modal .table td {
    border: 1px solid var(--bg3Color)
}

    .app .modal .table td.tdBg {
        text-align: right;
        background-color: rgba(0,0,0,0.05);
        width: 120px;
    }
/*登录*/
#login {
    position: fixed;
    z-index: 9999999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--bg2Color);
}

    #login > .l_main {
        opacity: 1 !important;
        transition: opacity .2s;
        transition-delay: .1s;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--text2Color);
        height: 100vh;
        position: relative;
    }

.l_box {
    min-width: 420px;
    margin-bottom: 2rem;
}

    .l_box h2 {
        font-weight: normal;
        margin-bottom: 2rem;
    }


.loginForm .form-group {
    border-radius: 5px;
    background-color: var(--bg1Color);
    padding: 8px;
    position: relative;
    display: flex;
}

    .loginForm .form-group label {
        padding: 10px 10px;
        margin: 0;
        line-height: normal;
        height: 36px;
        width: 36px;
        overflow: hidden;
        flex-shrink: 0;
        margin-right: -7px;
    }

        .loginForm .form-group label.label-txt {
            width: 102px;
            margin: 0;
            padding: 0 5px 0 10px;
            text-align: right;
            line-height: 36px;
            position: relative;
        }

            .loginForm .form-group label.label-txt::after {
                position: absolute;
                content: '';
                height: 18px;
                right: 0px;
                top: 50%;
                margin-top: -9px;
                background-color: #3a3d4e;
                width: 1px;
            }

        .loginForm .form-group label i {
            display: inline-block;
            width: 16px;
            height: 16px;
        }



    .loginForm .form-group .form-control {
        border: none !important;
        outline: none !important;
        background-color: transparent;
        color: var(--text0Color);
    }

    .loginForm .form-group .a_eye {
        width: 36px;
        height: 36px;
        flex-shrink: 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .loginForm .form-group .a_eye img {
            width: 20px;
            cursor: pointer;
        }

    .loginForm .form-group .a_2wm {
        background-color: #3d404e;
        min-width: 80px;
    }

.loginForm .btn {
    line-height: 46px;
    font-size: 16px;
}

    .loginForm .btn.f-s-12 {
        flex-shrink: 0;
        padding: 0 10px;
        line-height: 34px;
    }



.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

    .fileinput-button i {
        font-size: 16px;
        vertical-align: top;
        margin-top: 6px;
    }

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        direction: ltr;
        cursor: pointer;
        left: 0;
        bottom: 0;
    }



.var-table table td, .var-table table th {
    font-size: 12px;
    padding: .625rem 0.325rem;
}

@media (max-width: 1630px) {
}

@media (max-width: 1268px) {
    .tradingSystem ul.sharesListed li {
        width: 50%;
        padding: 0 0 0 80px;
    }

        .tradingSystem ul.sharesListed li:nth-child(3n) {
            border-right: 1px solid rgba(50,53,65,0.7);
        }

        .tradingSystem ul.sharesListed li:nth-child(2n) {
            border: none;
        }
}

/*移动端样式*/
.MobileApp {
    max-width: 991.98px;
}

.place-order {
    height: 70px;
    width: 100%;
}

    .place-order .place-order-btn {
        border-radius: 50px;
        line-height: 50px;
        position: fixed;
        left: 30%;
        right: 30%;
        bottom: 10px;
        text-align: center;
        font-size: 16px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        z-index: 100;
    }

@media (max-width: 991.98px) {
    .font-12 {
        font-size: 12px;
    }

    .font-14 {
        font-size: 14px;
    }

    .font-16 {
        font-size: 16px;
    }

    .tradingSystem .navbar-nav {
        border-top: none !important;
    }

    .app-sidebar-minified #closeBg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: '';
        background-color: rgba(0,0,0,0.5);
        z-index: 1066;
    }

    .tradingSystem.app {
        padding-top: 62px;
    }

        .tradingSystem.app.app-sidebar-minified {
            overflow: hidden;
            height: 100%;
        }

    .app-sidebar, .app-sidebar:before {
        left: -320px;
        top: 0 !important;
    }

    .app-right {
        top: 100%;
        bottom: auto;
        left: 0;
        width: 100%;
        border-radius: 0;
        height: 100%;
        z-index: 10000;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

    .tradingSystem .app-content, .app-content .app-content-content, .app-content .app-content-bottom {
        position: initial;
        margin: 0;
        border-radius: initial;
    }

    .tradingSystem .app-header {
        min-height: auto
    }
    /*登录*/
    .l_box {
        min-width: auto;
    }

    .navbar-toggle-box {
        display: block;
    }

    .app-hidden {
        display: none !important;
    }

    .tradingSystem.app.app-sidebar-minified .app-sidebar, .tradingSystem.app.app-sidebar-minified .app-sidebar:before {
        width: 300px;
        left: 0;
        box-shadow: 2rem 0 10rem rgba(0,0,0,0.3);
    }

        .tradingSystem.app.app-sidebar-minified .app-sidebar .var-sidebar-box {
            width: auto;
        }

    .tradingSystem .app-header {
        display: flex;
    }

    .important-top {
        /*display: block;*/
    }

    .var-table-overflow {
        position: initial;
    }

    .important-top .latest-price-box {
        display: block;
    }

        .important-top .latest-price-box .badge {
            margin-left: 0;
            border-radius: 30px;
            display: inline-block;
            margin-bottom: 5px;
            margin-top: 10px;
        }

    .important-top .price-item {
        border-radius: 1rem;
        background-color: #2d303d;
        display: block;
        padding: 0.625rem 1.25rem;
    }

        .important-top .price-item div {
            margin: 5px 0;
        }

    .app-switch.app-switch-right {
        right: 20px;
    }

        .app-switch.app-switch-right i {
            right: 0;
            padding: 0;
            text-align: center;
            color: #fff;
            background-color: #3d4150;
        }

    .sweet-alert button {
        color: #22252f !important;
    }

    .sweet-alert .sa-icon.sa-success .sa-line {
        background-color: #f4cc8c !important;
    }

    .sweet-alert .sa-icon.sa-success .sa-placeholder {
        border-color: rgb(244,204,140,0.2)
    }
    /*表格*/
    .var-table {
        overflow-x: auto;
    }

        .var-table table th, .var-table table td {
            white-space: nowrap;
        }

    .file-excel {
        position: absolute;
        top: 16px;
        right: 16px;
        display: none;
        font-size: 12px;
        color: #ddd
    }

    .var-card .nav li .card-title.active + .file-excel {
        display: block;
    }

    .var-table-screen {
        padding: 16px;
    }

    .btn-scroll-top:focus, .btn-scroll-top:hover{
        background-color:#f4cc8c;
    }
    .chart-nav li a{
        padding:0;
    }
}
/*图表*/



.table-form {
    width: 100%;
    background-color: var(--bg3Color);
}

    .table-form .table-form-tr {
        border-bottom: 1px solid var(--bg1Color);
        display: flex;
    }
    .table-form .table-form-br {
        border-bottom: 1px solid var(--bg1Color);
        position: relative;
    }

        .table-form .table-form-br .btn-times {
            position: absolute;
            right: -18px;
            top: 50%;
            margin-top: -15px;
            border-radius: 50%;
            background-color: var(--bg1Color);
            width: 36px;
            height: 30px;
            line-height: 30px;
            padding-left: 8px;
        }
        .table-form .table-form-tr:hover {
            background-color: rgb(247,216,167,.05)
        }

        .table-form .table-form-tr.table-form-th:hover, .table-form .table-form-tr.table-form-summary {
            background-color: transparent;
        }

        .table-form .table-form-tr.table-form-th .table-form-td {
            color: #838795;
            white-space:nowrap;
        }

        .table-form .table-form-tr .table-form-td {
            padding: 0.625rem 0.525rem;
            font-size: 12px;
        }

    .table-form .table-form-tr.table-form-summary {
        background-color: var(--bg1Color);
    }
.app-down-minified .app-content .app-content-bottom .tab-content {
    display:none;
}
.table-form-abs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:100
}
.table-form-sort {
    color: var(--text1Color)!important;
}

#tv_chart_container {
    height: 100% !important;
}

.zoom_bottom:hover {
    top:0;
    height:auto!important;
}

/* 预加载preloader*/
.preloader {
    background: #282b37;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.loaderInner {
    width: 70px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mask {
    position: absolute;
    border-radius: 2px;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.plane {
    background: #fff;
    width: 400%;
    height: 100%;
    position: absolute;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    /*transition: all 0.8s ease; */
    z-index: 100;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.animation {
    transition: all 0.3s ease;
}

#top .plane {
    z-index: 2000;
    -webkit-animation: trans1 1.3s ease-in infinite 0s backwards;
    animation: trans1 1.3s ease-in infinite 0s backwards;
}

#middle .plane {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    background: #fff;
    -webkit-animation: trans2 1.3s linear infinite 0.3s backwards;
    animation: trans2 1.3s linear infinite 0.3s backwards;
}

#bottom .plane {
    z-index: 2000;
    -webkit-animation: trans3 1.3s ease-out infinite 0.7s backwards;
    animation: trans3 1.3s ease-out infinite 0.7s backwards;
}

#top {
    width: 53px;
    height: 20px;
    left: 20px;
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
    z-index: 100;
}

#middle {
    width: 33px;
    height: 20px;
    left: 20px;
    top: 15px;
    -webkit-transform: skew(-15deg, 40deg);
    transform: skew(-15deg, 40deg);
}

#bottom {
    width: 53px;
    height: 20px;
    top: 30px;
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
}

.preloader p {
    color: #fff;
    position: absolute;
    left: -3px;
    top: 45px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0;
}

@-webkit-keyframes trans1 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}

@keyframes trans1 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}

@-webkit-keyframes trans2 {
    from {
        -webkit-transform: translate3d(-160px, 0, 0);
        transform: translate3d(-160px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
}

@keyframes trans2 {
    from {
        -webkit-transform: translate3d(-160px, 0, 0);
        transform: translate3d(-160px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
}

@-webkit-keyframes trans3 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0);
    }
}

@keyframes trans3 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0);
    }
}

.submenu-toggler {
    display: none;
}
/*pc端个人中心*/
.app-content .page-header {
    color: var(--text0Color);
    padding-bottom: 15px;
}

    .app-content .page-header s {
        display: inline-block;
        margin-right: 10px;
        border-radius: 50px;
        background-color: #f7d8a7;
        width: 7px;
        height: 25px;
    }

.inputFilePC {
    position: absolute;
    border: none !important;
    background-color: red !important;
    top: 0;
    left: 0;
    width: 65px;
    opacity: 0;
    height: 30px;
}