.moMenuBtn {
    display: none;
}

.moMenuVar {
    display: none;
}

.navTabBtn {
    display: none;
}

@media (max-width: 1100px) {
    .userBox{height: auto !important; padding-bottom: .5rem !important;}
    .userBox .ti .clt .welcome,.userBox .ti .clt .level{
        display: block !important;
    }
    .navbar{
        padding: .2rem 15px !important;
    }
    .navbar .breadcrumb-container{
        padding-top: 0;
    }
    .navTabBtn {
        display: block;
        position: absolute;
        left: 100%;
        top: 50%;
        width: 22px;
        height: 35px;
        background: url(../images/nav-tab2.png) no-repeat center;
        background-size: 15px;
    }

    #app.uxa .navTabBtn {
        transform: rotate(180deg);
    }

    #app.uxa .navTabBor {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100vw;
        height: 100vh;
    }

    #app.kio .moMenuVar {
        display: block;
    }

    #app .prSubnav {
        left: 0;
        transform: translateX(-100%);
        transition: all .6s;
    }

    #app.uxa .prSubnav {
        transform: translateX(0);
    }

    #app .prSubnav .tit {
        display: none;
    }

    #app .main-container.mainPy {
        width: 100%;
    }

    #app .app-container {
        position: relative;
    }

    #app .main-container .app-container .left {
        order: 2;
        width: 100%;
    }

    /* #app .main-container .app-container .left:nth-child(1) {
        margin-top: 120px;
    } */

    #app .main-container .app-container .bottomListWrap .left {
        margin-top: 0;
        margin-right: 0;
    }

    .editorUploadWrap{
        display: flex;
        flex-wrap: wrap;
    }

    #app .main-container .app-container .right {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
        /* margin-top: -252px; */
        /* position: absolute;
        left: 20px;
        top: 0; */
    }

    #app .main-container .app-container .search_wrap {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    #app .main-container .app-container .search_wrap .search_box {
        width: 100%;
        text-align: left;
    }

    #app .main-container .app-container .left .search_wrap .tag {
        display: none;
    }

    .moMenuVar {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
    }

    #app .login-container .right {
        width: 100vw;
    }

    #app .login-container .login-form {
        padding-top: 50px;
    }

    #app .login-container .verify .el-input {
        width: calc(100% - 106px);
    }

    #app .topBox .moMenuBtn {
        display: block;
        width: 40px;
        height: 40px;
        background: url(../images/moMenuBtn.png) no-repeat center;
        background-size: 30px;
        position: absolute;
        right: 13px;
        top: 9px;
    }

    #app .com-top .right-menu {
        float: left;
    }

    #app .topBox .com-top {
        background-color: #2b2f3e;
    }

    #app .sidebar-container {
        transform: translateX(-100%);
        /* z-index: 10000 !important; */
        transition: all .6s !important;
    }

    #app .sidebar-logo-container {
        margin-bottom: 20px;
        padding-top: 65px;
    }

    #app.kio .sidebar-container {
        transform: translateX(0);
    }


    #app .fixed-header {
        height: 60px;
        overflow: hidden;
    }

    #app .com-top .sys_name {
        display: none;
    }

    #app .com-top {
        padding: 0 20px;
    }

    #app .com-top .user_name {
        margin-top: 5px;
        margin-left: 10px;
        font-size: 14px;
        max-width: 74px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow-wrap: break-word;
    }

    .com-top .right-menu .avatar-container .avatar-wrapper {
        transform: scale(.8);
        margin-top: -12px;
        margin-left: -14px;
    }

    #app .com-top .right-menu .global-search {
        margin-right: 0;
        margin-top: 5px;
    }

    #app .main-container.header-fixed {
        padding-top: 60px;
    }

    #app .cContent .Le {
        width: 100%;
    }

    #app .cContent .Ri {
        width: 100%;
    }

    #app .cContent .Le .col-l {
        min-width: 0;
    }

    #app .cContent .Le .serverInfo {
        height: auto;
    }

    #app .cContent .serverInfo {
        display: block;
    }

    #app .cContent .serverInfo .le {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    #app .cContent .serverInfo .le>img:nth-child(1) {
        display: block;
        margin-right: 70%;
    }

    #app .cContent .serverInfo .le .count2 {
        margin-right: 30px;
    }

    #app .cContent .serverInfo .ri {
        width: 100%;
        padding-left: 0;
        padding-bottom: 40px;
    }

    #app .cContent .serverInfo .ri .line {
        display: none;
    }

    #app .cContent .serverInfo .link {
        width: 220px;
    }

    #app .cContent .Ri .userBox {
        margin-bottom: 10px;
        width: 100%;
    }

    #app .com_foot>span,
    #app .com_foot>img {
        display: none;
    }

    #app .com_foot {
        padding-top: 16px;
    }

    .search_wrap .search_box>.el-select {
        width: 80px !important;
    }

    .search_wrap .search_box>.el-input {
        width: 100px;
    }

    .search_wrap .search_box>.el-date-editor {
        width: 260px;
    }

    .el-date-range-picker {
        width: 80vw !important;
        overflow-x: auto;
    }

    .el-date-range-picker .el-picker-panel__body {
        min-width: 0 !important;
        width: 470px;
    }

    .bottomListWrap {
        float: left;
        overflow-x: auto;
        width: 100%;
    }

    .bottomListWrap .bottom {
        width: 700px !important;
    }

    .foot .total {
        margin-bottom: 20px;
    }

    .modal-title {
        font-size: 24px !important;
    }

    #app .isSticky .sub-navbar {
        left: 0;
        top: 0;
    }

    #app .isSticky .pin-wrapper {
        height: 60px;
        width: 100vw;
        padding-top: 10px;
    }

    #app .pin-wrapper .el-button {
        padding: 12px 14px;
    }

    #app .app-container .el-form-item .editor-custom-btn-container {
        right: 0;
        top: -33px;
    }

    #app .app-container .right {
        width: 100%;
    }

    #app .app-container .el-form-item .el-form-item__label {
        width: 70px !important;
        line-height: 1.3;
        align-items: center;
        display: flex;
        min-height: 40px;
        font-size: 12px;
    }

    #app .app-container .el-form-item .el-form-item__content {
        margin-left: 70px !important;
    }

    #app .app-container .el-form-item .tinymce-container {
        margin-left: -70px !important;
        width: calc(100% + 70px) !important;
        margin-top: 40px;
    }

    #app .rn_right_dialog_wrap .rn_right_dialog {
        /* width: 320px; */
        width: 85vw;
        min-width: 0;
        padding: 60px 20px;
    }

    #app .tox-editor-header {
        height: 50px;
        /* overflow: auto; */
    }

    #app .rn_right_dialog_wrap .tox-toolbar-overlord {
        width: 2240px;
    }

    #app .el-form .el-form-item__content .el-textarea {
        width: 100% !important;
        margin-bottom: 20px;
    }

    #app .app-container .stylePage .el-form-item .el-form-item__content {
        margin-left: 0 !important;
    }

    #app .app-container .left {
        width: 100%;
    }

    #app .app-container .isSticky {
        margin: 0 0 20px;
        z-index: 1 !important;
    }

    #app .app-container .isSticky .comAdd {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        z-index: 1;
    }

    #app .app-container {
        overflow: hidden;
    }

    .el-dialog[aria-label="插入图片"] {
        width: 100vw !important;
        height: 100vh;
        overflow: auto;
    }

    .el-dialog[aria-label="插入图片"] .source {
        position: relative;
    }

    .el-dialog[aria-label="插入图片"] .right {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .main-container .app-container .editorUploadWrap .left:nth-child(1),
    .el-dialog[aria-label="插入图片"] .left {
        margin-top: 0 !important;
        width: 100%;
    }

    .el-dialog[aria-label="插入图片"] .search_wrap {
        padding: 0;
    }

    .editorUploadWrap .search_box>.el-select,
    .el-dialog[aria-label="插入图片"] .search_wrap .search_box>.el-select {
        width: 130px !important;
    }

    #app .el-pagination .el-pager li,
    .editorUploadWrap .el-pagination li,
    .el-dialog[aria-label="插入图片"] .el-pagination .el-pager li {
        width: 30px !important;
        height: 40px !important;
        line-height: 40px !important;
        margin: 0 2px !important;
    }

    #app .el-pagination button,
    .editorUploadWrap .el-pagination button,
    .el-dialog[aria-label="插入图片"] .el-pagination button {
        width: 30px !important;
        height: 40px !important;
    }

    .editorUploadWrap .pagination-container {
        padding: 20px 0 !important;
        width: 100% !important;
    }

    .editorUploadWrap .source-wrap {
        padding: 30px 10px !important;
    }

    .editorUploadWrap .source-list li:nth-child(7n) {
        margin-right: 10px !important;
    }

    .editorUploadWrap .source-list {
        margin-right: -10px !important;
    }

    .source-list li,
    .editorUploadWrap .source-list li,
    .el-dialog[aria-label="插入图片"] .source-list li {
        width: calc((100% - 42px) / 4) !important;


    }

    .el-dialog[aria-label="插入图片"] .source-list {
        max-height: none !important;
    }

    .main-container .app-container>.nav_wrap .right {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }

    .el-dialog[aria-label="插入图片"] .search_wrap .tag {
        display: none;
    }

    .el-dialog[aria-label="插入图片"] .search_box {
        width: 100%;
    }

    #app .nav_wrap .home_nav {
        margin-top: 110px;
    }

    .modal-header {
        padding: 20px !important;
    }

    .modal-title {
        font-size: 20px !important;
    }

    .modal-body {
        padding: 20px !important;
        font-size: 14px !important;
    }

    .modal-footer {
        padding: 20px !important;
    }

    .modal-footer .btn {
        padding: 10px 20px !important;
        margin: 0 10px !important;
    }

    #app .main-container .app-container>.right:nth-child(1) {
        position: relative;
        width: 100%;
        left: 0;
    }

        .pagination-container{
            padding: 20px 0 !important;
        }
    .foot {
        padding-right: 10px !important;
    }

        .el-form .source-list li{
            width: 90px !important;
            height: 90px !important;
        }

}