html {
    overflow: auto;
}

.layui-layer-btn .continue {
    background-color: #58B7C4;
    border-color: #58B7C4;
    height: 38px;
    width: 111px;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    line-height: 38px;
    color: #fff;
}

.contentAlert {
    height: 130px !important;
}

.layui-layer-btn .return {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(148, 148, 148, 1);
    height: 38px;
    width: 111px;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    line-height: 38px;
    color: #868686
}

.btnAll {
    text-align: center !important;
}

.layui-layer-molv .layui-layer-setwin {
    /* display:none; */
}

.boxContent {
    /* background: url(newimages/bgcolor.png) no-repeat; */
    width: 240px;
    /* height: 240px; */
    height: 180px;
    position: absolute;
    top: 80px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 0 3px rgba(86, 96, 117, 0.3);
    display: none;
    /* left: 89px; */
}

.boxContent>ul {
    width: 0px;
}

.boxContent>ul li:nth-child(1) {
    margin-top: 20px;
}

.boxContent>ul li {
    cursor: pointer;
    width: 160px;
    float: left;
}

.boxContent>ul li span {
    margin-left: 10px;
    color: #83868d;
}

.boxContent>ul li span.green {
    color: #54B9CD;
}

.boxContent>ul li span.blue {
    color: #4281e8;
    background-color: #fff;
}

.boxContent>ul li span.gray {
    color: #4281e8;
}


/* inner style */

#index .bom-0 {
    margin-bottom: 0;
}

.gray-bg .hide-wrap {
    display: none;
}

#index .top-0 {
    padding-top: 0px;
}

#logout-btn1 {
    color: white;
    font-size: 18px;
    font-weight: 100;
}

#content-main {
    height: calc(100% - 5px);
}

.navbar-top-left .menulist {
    margin-left: 10px;
}

#side-menu .nav-label {
    display: inline-block;
    min-width: 110px;
}

@media only screen and (min-device-width: 1441px) and ( max-device-width:1680px) {
    .boxContent {
        top: 60px;
        /* left: 74px; */
    }
    .navbar-top-left .menulist {
        margin-right: 10px;
    }
}

@media only screen and (min-device-width: 1025px) and ( max-device-width:1440px) {
    .navbar-top-left .menulist {
        margin-left: 10px;
        margin-right: 10px;
    }
    .boxContent {
        top: 60px;
        /* left: 59px; */
    }
}


/* blank fixed change */

#themeBtn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.navbar-static-side .nav li a {
    font-size: 0;
}

.navbar-static-side .nav li a img,
.navbar-static-side .nav li a span {
    font-size: 16px;
    vertical-align: middle;
}

@media only screen and (max-device-width: 1680px) and (min-device-width: 1441px) {
    .navbar-static-side .nav li a img,
    .navbar-static-side .nav li a span {
        font-size: 13px;
    }
    #side-menu .nav-label {
        min-width: 80px;
    }
}

@media only screen and (max-device-width: 1440px) and (min-device-width: 1025px) {
    .navbar-static-side .nav li a img,
    .navbar-static-side .nav li a span {
        font-size: 12px;
    }
    #side-menu .nav-label {
        min-width: 80px;
    }
}