html {
    height: 100%;
    -ms-overflow-style: none;
    overflow: -moz-hidden-unscrollable;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    -ms-overflow-style: none;
}

body::-webkit-scrollbar {
    display: none;
}

.main {
    flex: 1 0 auto;
}

.bot {
    flex: 0 0 auto;
}

.jdt h2 {
    color: #2F92F4;
    font-weight: bold;
}

.link ul .name a {
    padding: 0;
    color: #24344d;
    display: initial;
    text-align: center;
    width: auto;
    margin: 0;
    font-size: 12px;
    border: 0;
}

.name.noLogin {
    width: 100px;
}

.name.noLogin a {
    font-size:15px!important;
}
.link ul a {
    padding: 0 0px;
    color: #ffffff;
    display: table;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    border-bottom: #1c4474 1px solid;
    font-size: 18px;
    padding: 20px 0;
}

.link ul .name a {
    color: #24344d;
    padding: 0;
}

.link ul .name a:hover {
    color: #60779b;
}

.link_iphone_display {
    z-index: 10000 !important;
}

.sidebar_box {
    width: 100%;
    margin: 0 auto;
}

.sidebar_box dl {
    width: 100%;
    border-bottom: #fed853 1px solid;
    padding: 0px 0px;
}

.sidebar_box dt2.active,.system dt.active,.sidebar_box dd a.active {
    color: #fed853;
}

.sidebar_box dt {
    background: url(/new/images/nup_1.png) no-repeat right;
    background-size: 30px;
    color: #fff;
    line-height: 65px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    padding: 0 20px 0 20px;
}

.sidebar_box dt2 {
    display: block;
    background-size: 30px;
    color: #fff;
    line-height: 65px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    padding: 0 20px 0 20px;
}

.sidebar_box dt.on {
    background: url(/new/images/ndown_1.png) no-repeat right;
    background-size: 30px;
    color: rgb(254, 216, 83);
    padding: 0 20px 0 20px;
    line-height: 65px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
}

.sidebar_box dd {
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0px;
    margin-top: 10px;
}

.sidebar_box dd a {
    margin: 0 auto;
    line-height: 26px;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    padding: 8px 20px;
    display: table;
}

.system dt:hover {
    color: #fed853;
}

dt2:hover {
    color: #fed853;
}

.icd {
    display: none;
}

.pop {
    display: none !important;
}

.collapsing {
    width: 0;
    transition-property: width;
    height: 100%;
}

.navbar-default {
    background: radial-gradient(circle farthest-side at 0 0, #c2dcff 0%, #fbfdff 100%);
    height: 70px;
    border: unset;
    margin-bottom: 0;
}

.navbar-default .navbar-toggle {
    border: unset;
}

.container-fluid,
.navbar-header {
    height: 70px;
}

.navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    margin: 0 !important;
}

.button-prev,
.navbar-toggle {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background: rgba(36, 96, 196, 0.3);
}


.navbar-default .container-fluid {
    padding: 0;
}

.navbar-default .button-prev {
    left: 10px;
    position: relative;
}

.button-prev {
    display: block;
}

.navbar-default .button-prev img {
    width: 35px;
    height: 35px;
}

.navbar-toggle {
    display: block;
    padding: 0;
    margin: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    display: block;
    width: 15px;
    height: 3px;
    border-radius: 3px;
    margin: 3px auto;
}

.navbar-default .navbar-toggle:hover {
    background: rgba(36, 96, 196, 0.3);
}

.button-prev:active,
.navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
    background: rgba(36, 96, 196, 0.6);
}

.header-left {
    width: 20%;
}

.header-center {
    width: 60%;
}

.header-right {
    width: 20%;
}

.header-right {
    padding-right: 10px;
}

.header-center {
    color: #335fa8;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

.header-center span,
.btn-pop span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.layright {
    float: right;
    display: inline-block;
    margin-top: 3px;
    margin-right: 10px;
}

.navigation_mask {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    display: none;
}

.link {
    width: 300px;
    height: 100vh;
    text-align: center;
    background: rgba(39, 77, 122, 0.7);
    border-top: none;
    display: none;
    position: absolute;
    top: 0px;
    z-index: 999;
    right: 0;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
}

.link::-webkit-scrollbar {
    display: none;
}

.container {
    position: relative;
}

header.container {
    position: fixed;
    top: 0;
    z-index: 101;
    margin: 0 auto;
    left: 0;
    right: 0;

}

.navbar.navbar-default {
    box-shadow: 0 0px 10px #c8c8c8;
}


.gd_icon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 10;
    float: unset;
    margin-right: 0;
}

.btn-pop span {
    width: 60px;
    text-align: center;
}

.name {
    background: #fed853;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    color: #24344d;
    padding: 0 7px;
    cursor: pointer;
    display: table;
}

.tk_topk {
    margin-top: 55px;
}

.sidebar_box dt {
    background: url(/new/images/ndown_1.png) no-repeat right;
    background-size: 30px;
}

.sidebar_box dt.on {
    background: url(/new/images/nup_3.png) no-repeat right;
    background-size: 30px;
}

@media (max-width: 1024px) {
    .link ul .name a {
        padding: 0;
        color: #24344d;
        display: initial;
        text-align: center;
        width: auto;
        margin: 0;
        font-size: 12px;
        border: 0;
    }
}


@media (max-width: 820px) {
    header.container {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .link {
        width: 70%;
    }

    .link ul .name a {
        font-weight: initial;
    }
}

@media (max-width: 450px) {
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 320px) {
    .layright a {
        margin-left: 0px !important;
        margin-right: 0px;
    }
}
