div.body > div.main {
    min-height: calc(100vh - 321px);
    border-top: 16px solid #B10009;
    position: relative;
    overflow: hidden;
}
p {
    color: #333333;
    line-height: 1.2;
}
video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .5;
}

.container {
    z-index: 1000;
}
.card {
    padding: 20px;
    border-radius: 5px;
}
.card-header {
    background: white;
}
.require {
    color: white;
    background: #5589C4;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 10px;
    margin-left: 16px;
}
.require-danger {
    color: red;
    margin-left: 30px;
}
.styled-none {
    list-style: none;
}

.logo-pc {
    display: block;
    width: 424px;
}
.logo-sp {
    display: none;
    width: 160px !important;
}
.btn-header-login > i {
    display: none;
}
.for-pc {
    display: block;
}
.for-sp {
    display: none;
}
.table>:not(:first-child) {
    border-top: 2px solid #4f4f4f3d;
}
.form-control {
    background-color: #f8f8f8!important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef!important;
    opacity: 1;
}


@media screen and (max-width: 1440px) {
    .logo-pc {
        display: block;
        width: 300px;
    }
}
@media(max-width: 991px) {
    .main .container {
        padding: 20px 0;
    }
    .menu-panel .menu-list > li > .nav-link {
        width: 100%;
        font-size: 11px;
    }
    .subcontent {
        padding-left: 0 !important;
    }

    #pc-navs {
        display: none;
    }
    #sp-navs {
        display: block !important;
        margin-top: 10px;
    }
    #header .header-nav-main nav {
        background: white!important;
        margin: 0 0 0 auto;
        height: 100%;
        max-height: 100%;
    }
    .btn-header-login {
        padding: 4px 15px;
    }
    .btn-header-login > span {
        font-size: 14px !important;
    }
    #header .header-nav-main nav > ul li a {
        line-height: 8px;
    }
}

@media(max-width: 575px) {
    .main .container {
        padding: 8px;
    }
    .for-pc {
        display: none;
    }
    .for-sp {
        display: block;
    }
    .logo-pc {
        display: none !important;
    }
    .logo-sp {
        display: block !important;
    }
    .language-switcher {
        margin-left: 4px!important;
    }
    #header.header-effect-shrink {
        height: 65px !important;
    }
    #header .header-body .header-container {
        background: white !important;
        height: 65px !important;
    }
    #header .header-btn-collapse-nav {
        margin-left: 4px;
    }
    .table-responsive table th {
        white-space: nowrap;
    }
    .balance-tab a {
        font-size: 10px!important;
        padding: 4px 12px!important;
    }
}
