@media screen and (min-width: 800px) {
    body {
        user-select: none;
    }
    ul,
    li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .tabs {
        width: 280px;
        margin: 0 auto;
        background: #fff;
        color: #fff;
        border: 1px solid #f5f5f5;
        text-align: left;
        text-indent: 30px;
        color: black;
    }
    .tabs-cell {
        line-height: 50px;
        border: 1px solid #f5f5f5;
    }
    .tabs-cell ul {
        display: none;
    }
    .tabs-cell-2 li {
        padding: 7px 0;
        background: fff;
        padding: 4px 0;
        border: 1px solid #f5f5f5;
    }
    .tabs-cell div {
        font-size: 15px;
    }
    .tabs-cell .tabs-box {
        font-size: 16px;
    }
    .icon-menu-s {
        font-size: 20px;
    }
    .tabs-cell-2 {
        transition: .5s;
    }
    .tabs-cell-2:hover {
        background-color: #003477;
        color: #fff;
    }
    .dz_container {
        width: 1200px;
        text-align: center;
        margin: auto;
    }
    .dz_center {
        display: flex;
    }
    .dz_left-nav-title {
        line-height: 50px;
        border: 1px solid #f5f5f5;
        /* color: #003477; */
        text-align: left;
        text-indent: 30px;
    }
    .dz_right-box {
        flex: 1;
        margin-left: 50px;
    }
    .dz_right-title {
        line-height: 50px;
        background-color: #003477;
        width: 100%;
        text-align: left;
        text-indent: 30px;
        font-size: 16px;
        color: #fff;
    }
    .active {
        background-color: #003477;
        color: #fff;
    }
    .dz_right-box {
        text-align: left;
    }
    .dz_right-box .dz_right-content {
        margin-top: 30px;
    }
    .dz_btn-box {
        width: 100%;
        text-align: center;
        display: none;
    }
    .dz_editor-btn {
        display: block;
        width: 100px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background-color: #003477;
        color: #fff;
        margin: auto;
        margin-top: 50px;
    }
}

@media screen and (max-width: 800px) {
    body {
        user-select: none;
    }
    ul,
    li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .tabs {
        width: 90%;
        margin: 0 auto;
        background: #fff;
        color: #fff;
        border: 1px solid #f5f5f5;
        text-align: left;
        text-indent: 30px;
        color: black;
    }
    .tabs-cell {
        line-height: 50px;
        border: 1px solid #f5f5f5;
    }
    .tabs-cell ul {
        display: none;
    }
    .tabs-cell-2 li {
        padding: 7px 0;
        background: fff;
        padding: 4px 0;
        border: 1px solid #f5f5f5;
    }
    .tabs-cell div {
        font-size: 15px;
    }
    .tabs-cell .tabs-box {
        font-size: 16px;
    }
    .icon-menu-s {
        font-size: 20px;
    }
    .tabs-cell-2 {
        transition: .5s;
    }
    .tabs-cell-2:hover {
        background-color: #003477;
        color: #fff;
    }
    .dz_container {
        text-align: center;
        margin: auto;
    }
    .dz_center {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .w_grid-001 {
        min-height: 0 !important;
    }
    .dz_left-nav-title {
        line-height: 50px;
        border: 1px solid #f5f5f5;
        /* color: #003477; */
        text-align: left;
        text-indent: 30px;
    }
    .dz_right-box {
        margin-top: 50px;
    }
    .dz_right-title {
        line-height: 50px;
        background-color: #0D64B6;
        width: 100%;
        text-align: left;
        text-indent: 30px;
        font-size: 16px;
        color: #fff;
    }
    .active {
        background-color: #003477;
        color: #fff;
    }
    .dz_right-box {
        text-align: left;
    }
    .dz_right-box .dz_right-content {
        margin-top: 30px;
    }
    .dz_btn-box {
        width: 100%;
        text-align: center;
        display: none;
    }
    .dz_editor-btn {
        display: block;
        width: 100px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background-color: #003477;
        color: #fff;
        margin: auto;
        margin-top: 50px;
    }
    .dz_bottom-ipt {
        margin-top: 360px;
    }
    .dz_textare {
        width: 100%;
        height: 100px;
    }
    .dz_left-nav-title img {
        margin-left: 24px;
    }
}<!--ºÄÊ±0.00024795532226562Ãë-->