html,
body {
    height: 100%;
    overflow: hidden;
    background-color: rgb(42, 53, 66);
}

ul {
    margin-top: 0;
}
.am-container {
    min-width: 1150px !important;
    /* min-width: 85% !important; */
}
.admin-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* z-index: -1500; */
    font-size: 1.4rem;
    margin-bottom: 0;
    background-color: rgb(42, 53, 66);
    border-bottom: 1px solid rgb(42, 53, 66);
}

.admin-header-list a:hover:after {
    content: none;
}

.admin-header-list >li:hover {
    background-color: #2F4F4F;
}

.admin-header-list >li>a:hover {
    color: #458B74 !important;
}

.admin-main {
    height: 100%;
    /* padding-top: 51px; */
    background-color: rgb(42, 53, 66);
}

/* .admin-menu {
    position: fixed;
    z-index: 10;
    bottom: 30px;
    right: 20px;
}
 */

.admin-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* background: rgb(241, 242, 247); */
    background-color: white;
}

.admin-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.admin-content-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media only screen and (min-width: 641px) {
    .admin-offcanvas-bar {
        position: static;
        width: auto;
        background: none;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


@media only screen and (max-width: 640px) {}

.admin-user {
    background-color: #fff;
    margin: 15px;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #f3f3f3;
}

.admin-content-footer {
    background-color: rgb(91, 110, 132);
    height: 5%;
    padding-top: 5px;
    color: white;
    text-align: center;
}

.am-list > li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: rgb(42, 53, 66);
    border: 0px solid #dedede !important;
    border-width: 1px 0;
}

.article-tip {
    padding: 15px;
    background-color: #fff;
    border-left: 3px solid #5eb95e;
}
.admin-index{width: 100%;height: 100px;margin-top: 8px}
.admin-index dl{width: 23%;margin: 10px 1%;background-color: #fff;float: left;border-radius: 5px;overflow: hidden}
.admin-index dt{width: 40%;float: left;line-height: 100px;font-size: 45px;text-align: center;color: #FFF}
.admin-index dd{width: 60%;text-align: center;font-size: 20px;line-height: 45px;float: right;margin-top: 15px;color: #c6cad6}
.admin-index .f12{font-size: 14px;line-height: 16px;margin-top: 5px}
.admin-index .qs{background-color: #6ccac9}
.admin-index .cs{background-color: #ff6c60}
.admin-index .hs{background-color: #f8d347}
.admin-index .ls{background-color: #57c8f2}
