* {
    font-family: 'Microsoft YaHei';
}

html {
    background: #EEEFF3;
    height: 100vh;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: 12px/1.5 Simsun,Arial,Georgia;
    font-family: 'Microsoft YaHei';
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #333;
    outline: none;
}

iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.g1 {
    width: 10%;
}

.g2 {
    width: 20%;
}

.g3 {
    width: 30%;
}

.g4 {
    width: 40%;
}

.g5 {
    width: 50%;
}

.g6 {
    width: 60%;
}

.g7 {
    width: 70%;
}

.g8 {
    width: 80%;
}

.g9 {
    width: 90%;
}

.g10 {
    width: 100%;
}

input[type=submit], button {
    cursor: pointer;
}

strong, b, .b {
    font-weight: 700;
}

em, i {
    font-style: normal;
}

.u {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.show, .block {
    display: block;
}

.hide, .none {
    display: none;
}

.yahei {
    font-family: "Microsoft YaHei";
}

.songti {
    font-family: SimSun;
}

.verdana {
    font-family: Verdana;
}

.vm {
    vertical-align: middle;
}

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}

.lh1 {
    line-height: 1;
}

.lh2 {
    line-height: 2;
}

.lh3 {
    line-height: 3;
}

.cup {
    cursor: pointer;
    font-family: Microsoft YaHei;
    color: #2A303D;
}

.noborder {
    border: 0 none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}

.fix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fix {
    display: inline-table;
}

* html .fix {
    height: 1%;
}

.fix {
    display: block;
    *zoom: 1;
}

body {
    position: relative;
    /*min-width: 860px;*/
    min-height: 700px;
    font-family: "SimSun";
    height: 100%;
    font-size: 14px;
    background: #fff;
    overflow: hidden;
}

.wrapper {
    height: 100%;
}

    .wrapper:after {
        clear: both;
        content: ' ';
        display: block;
    }

.main-sidebar {
    float: left;
    width: 180px;
    box-shadow: 3px 0 3px 0 rgba(0,0,0,.3);
    min-height: 100%;
    background: #2A303D;
    font-family: "Microsoft YaHei";
    transition: all .2s ease-in-out;
}

    .main-sidebar li {
        cursor: pointer;
        padding: 10px 0;
    }

        .main-sidebar li .pic {
            background: url(/img/g3.png) no-repeat;
            display: inline-block;
            margin-bottom: 5px;
        }

        .main-sidebar li .text {
            font-size: 14px;
            color: #999;
            display: block;
        }

        .main-sidebar li .p1 {
            background-position: -120px 0;
            width: 31px;
            height: 31px;
        }

        .main-sidebar li .p2 {
            background-position: 0 0;
            width: 27px;
            height: 27px;
        }

        .main-sidebar li .p3 {
            background-position: -40px -40px;
            width: 22px;
            height: 31px;
        }

        .main-sidebar li .p4 {
            background-position: -80px -40px;
            width: 22px;
            height: 29px;
        }

        .main-sidebar li .p5 {
            background-position: -120px -40px;
            width: 26px;
            height: 23px;
        }

        .main-sidebar li .p6 {
            background-position: -80px -160px;
            width: 26px;
            height: 23px;
        }

        .main-sidebar li .p7 {
            background-position: 0 -80px;
            width: 26px;
            height: 23px;
        }

        .main-sidebar li .p8 {
            background-position: -40px -160px;
            width: 26px;
            height: 23px;
        }

.content-wrap {
    margin-left: 180px;
    transition: all .2s ease-in-out;
}

.header {
    background: #38485F;
    height: 35px;
    display: flex;
}

    .header::after {
        clear: both;
        content: ' ';
        display: table;
    }

    .header .header-nav {
        position: absolute;
        left: 0;
        font-size: 12px;
        letter-spacing: 1px;
    }

        .header .header-nav::after {
            clear: both;
            content: ' ';
            display: table;
        }

.header-nav .one-level:after {
    clear: both;
    content: ' ';
    display: table;
}

.header-nav .one-level li {
    position: relative;
    width: 180px;
    padding: 0px;
    transition: all .2s ease-in-out;
}

    .header-nav .one-level li:hover > ul {
        opacity: 1;
        z-index: 10;
    }

.header-nav .one-level > li {
    float: left;
    position: relative;
}

    .header-nav .one-level > li > label > img {
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .header-nav .one-level > li:hover {
        background-color: #1C2129;
        border-top: 0px solid #233b47;
    }

        .header-nav .one-level > li:hover > label {
            border: none;
            color: #EBEDED;
        }

        .header-nav .one-level > li:hover > b:before {
            color: #bdbbbb;
            font-size: 12px;
        }

    .header-nav .one-level > li.current-li > b:before {
        color: #bdbbbb;
        font-size: 12px;
    }

    .header-nav .one-level > li:hover > i {
        height: 50px;
        width: 5px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #1BA2FF;
    }

.header-nav .one-level .current-li {
    background-color: #1C2129;
    border-top: 0px solid #233b47;
}

    .header-nav .one-level .current-li label {
        border: none;
        color: #EBEDED;
    }

    .header-nav .one-level .current-li i {
        height: 50px;
        width: 5px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #4496BB;
    }

.header-nav .one-level img {
    width: 20px;
    height: 20px;
}

.header-nav .one-level .current-li img {
    top: 14px;
}

.header-nav .one-level > li > label {
    font-size: 14px;
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    margin: 0 10px;
    border-bottom: 1px solid #333944;
    color: #ACABAC;
    padding-left: 35px;
    -webkit-transition: color .6s;
    transition: color .6s;
}

.header-nav .one-level > li > i {
    display: none;
}

.header-nav .two-level {
    display: flex;
    top: 0px;
    left: 180px;
    min-height: 50px;
    background-color: #1C2129;
    position: absolute;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
    padding-top: 5px;
    max-width: 760px;
    opacity: 0;
    z-index: -100;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-right:20px;
    border-radius: 4px;
    flex-flow:row wrap;
    width:1000px;
}

    .header-nav .two-level:before {
        position: absolute;
        top: 0px;
        right: 0;
        bottom: 0;
        left: -4px;
        opacity: 0.5;
        content: " ";
        z-index: -1;
    }

.header-nav .three-level {
    top: 0;
    padding: 0;
}

.header-nav .two-level li {
    width: 180px;
    border: none;
    padding-top: 5px;
}

    .header-nav .two-level li a:hover {
        color: #1890FF;
    }

.two-level label {
    display: block;
    white-space: nowrap;
    color: #fff !important;
    font-size: 14px;
}

.two-level a {
    color: #C3C5C7;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 140px;
    display: inline-block;
    -webkit-transition: color .6s;
    transition: color .3s;
}

    .two-level a:hover {
        color: #fff;
    }

    .two-level a.a_search {
        width: auto !important;
        margin-right: 10px;
    }

    .two-level a small {
        display: none;
        font-size: 12px;
        color: #f2f2f2;
        background-color: #1C9D1C;
        border-radius: 4px;
        padding: 0px 3px 1px 3px;
    }

.two-level .lbl_twoleveltitle {
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

    .two-level .lbl_twoleveltitle span {
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        font-size: 14px;
        cursor: text;
        font-weight: 600;
    }

.two-level .a_search {
    position: absolute;
    right: 0;
    padding: 1px 0;
}

/*Ê×Ò³¶¥²¿µ¼º½*/
.shrinkage-img {
    height: 35px;
    padding-left: 15px;
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
}

    .shrinkage-img img {
        cursor: pointer;
    }

.system-switch label {
    cursor: pointer;
    font-weight: normal;
    color: #fff;
    font-family: 'Microsoft YaHei';
    transition: color .5s;
}

    .system-switch label:hover {
        color: #19AAFA;
    }

.header .custom-menu {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}

    .header .custom-menu .left {
        float: left;
        color: #fff;
        line-height: 35px;
        margin-right: 5px;
        max-width: 500px;
        overflow: hidden;
        height: 35px;
        font-size: 12px;
        font-family: 'Microsoft YaHei';
    }

    .header .custom-menu > ul {
        display: flex;
        margin: 0;
    }

        .header .custom-menu > ul > li {
            margin: 0 15px;
            position: relative;
            display: flex;
            align-items: center;
        }

    .header .custom-menu .link .pic {
        display: inline-block;
        cursor: pointer;
    }

    .header .custom-menu .link .num-tag {
        background: red;
        border-radius: 50%;
        width: 14px;
        height: 14px;
        line-height: 14px;
        color: #fff;
        font-size: 10px;
        position: absolute;
        top: -8px;
        right: -4px;
        display: inline-block;
        text-align: center;
    }

    .header .custom-menu .messages-menu .pic {
        background: url(/img/g33.png) no-repeat 0 0;
        width: 17px;
        height: 16px;
    }

    .header .custom-menu .notifications-menu > label {
        max-width: 100px;
        color: #fff;
        font-weight: normal;
        height: 35px;
        line-height: 40px;
        padding-left: 10px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .header .custom-menu .operation-menu {
        margin-top: 8px;
    }

    .header .custom-menu .pic-list {
        position: absolute;
        top: 40px;
        background: #38485F;
        transform: translate(-50%,0);
        box-shadow: 0 0 3px 0 #eee;
        opacity: 0;
        z-index: -1;
        transition: all .3s ease-in-out;
    }

    .header .custom-menu .operation-menu .pic-list {
        left: 0;
    }

    .header .custom-menu .notifications-menu .pic-list {
        left: 10px;
    }

    .header .custom-menu .system-menu .pic-list {
        left: -32px;
    }

    .header .custom-menu .pic-list > ul {
        width: 120px;
        position: relative;
        background: #38485F;
        padding: 5px 10px;
    }

    .header .custom-menu .pic-list:before {
        position: absolute;
        top: -5px;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.01;
        content: " ";
        z-index: -1;
    }

    .header .custom-menu .operation-menu.link:hover .pic-list {
        z-index: 100;
        opacity: 1;
    }

    .header .custom-menu .notifications-menu.link:hover .pic-list {
        z-index: 100;
        opacity: 1;
    }

    .header .custom-menu .system-menu.link:hover .pic-list {
        z-index: 100;
        opacity: 1;
    }

    .header .custom-menu .pic-list li {
        border-bottom: 1px solid #dcdcdc;
        line-height: 2.2;
        white-space: nowrap;
        text-align: center;
        float: none;
        width: 100px;
        font-size: 12px;
        cursor: pointer;
    }

        .header .custom-menu .pic-list li a {
            color: #fff;
            font-family: 'Microsoft YaHei';
            transition: color .5s;
        }

            .header .custom-menu .pic-list li a:hover {
                color: #19AAFA;
            }

        .header .custom-menu .pic-list li:last-child {
            border-bottom: none;
        }

    .header .custom-menu .operation-menu .pic {
        width: 24px;
        height: 24px;
        background-position: -80px 0;
    }

.header .notice {
    margin: 0 0px 0 5px !important;
    width: 40px;
    height: 35px;
}

    .header .notice label {
        position: absolute;
        left: 12px;
        top: 4px;
        background: red;
        border-radius: 50%;
        padding: 0px 5px;
        color: #fff;
        display: initial;
        cursor: pointer;
    }

.content-top-menu {
    background: #FFFCFC;
    color: #1E262A;
    font-family: Î¢ÈíÑÅºÚ;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}

    .content-top-menu .nav-arrow {
        width: 48px;
        text-align: center;
        position: absolute;
        height: 35px;
        right: 0;
        z-index: 1;
        right: 5px;
    }

    .content-top-menu .arrow {
        width: 20px;
        text-align: center;
        cursor: pointer;
        display: none;
        position: absolute;
        top: -2px;
        right: 29px;
    }

    .content-top-menu .arrow-right {
        position: absolute;
        right: 0px;
        top: -2px;
        transform: rotate(180deg);
    }

    .content-top-menu .menulist-wrap {
        position: relative;
        overflow: hidden;
        white-space: nowrap;
        height: 33px;
        width: 9999px;
    }

    .content-top-menu .menu-list {
        position: absolute;
        left: 0;
        top: 0;
    }

    .content-top-menu li {
        cursor: pointer;
        vertical-align: middle;
        padding: 0 15px;
        height: 33px;
        line-height: 33px;
        float: left;
        color: #666;
        border: 1px solid #ccc;
        border-bottom: none;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

        .content-top-menu li:first-child {
            border-top-left-radius: 0px;
        }

        .content-top-menu li.on {
            background-color: #19AAFA;
            position: relative;
            color: #fff;
            border: none;
        }

        .content-top-menu li span {
            font-size: 14px;
            display: inline-block;
            font-family: Microsoft YaHei;
        }

        /*.content-top-menu li i {
            position: relative;
            top: 0px;
            right: -8px;
            width: 10px;
            height: 10px;
            display: inline-block;
            background: url(/img/navTop/navTop-07.png);
            background-size: 100%;
        }

        .content-top-menu li.on i {
            background: url(/img/navTop/navTop-06.png);
            background-size: 100%;
        }*/

    .content-top-menu .btmline {
        position: absolute;
        bottom: 0px;
        top: 31px;
        left: 1px;
        width: 98px;
        border-left: none;
        border-right: none;
        border: 0px solid #A7C6C6;
    }

.iframe-item {
    height: 100%;
    position: relative;
}

.iframe-item {
    height: 100%;
    position: relative;
    background:#eeeff3;
}

.iframe-loading {
    /*background: url(/img/bigloading.gif) no-repeat center 40%;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    background-color: #000;
    border: 1px solid #000;*/
    background-color: #000;
    opacity: 3;
}

    .iframe-loading .loading-mask {
        height: 100%;
        width: 100%;
        position: absolute;
        opacity: 0.3;
        background-color: #000;
        border: 1px solid #000;
    }

    .iframe-loading .loading-cont {
        position: absolute;
        margin-top: -65px;
        margin-left: -38px;
        left: 50%;
        top: 50%;
        text-align: center;
    }

        .iframe-loading .loading-cont .loading-img {
            width: 39px;
            height: 39px;
            display: inline-block;
            background: url(/img/bigloading.gif) no-repeat center 40%;
        }

        .iframe-loading .loading-cont .loading-txt {
            color: #fff;
            display: block;
            margin-top: 5px;
        }

.wrap404 {
    padding-top: 50px;
    min-height: 540px;
    margin: 0 auto;
    width: 825px;
    text-align: center;
}

    .wrap404 .icon {
        margin: 0 auto;
        margin-top: 30px;
    }

    .wrap404 h3 {
        font-size: 30px;
        margin-bottom: 15px;
        margin-top: 50px;
    }

    .wrap404 > p {
        font-size: 22px;
        line-height: 1.8;
        font-size: 16px;
        color: #616161;
        margin-top: 20px;
        font-family: "Microsoft YaHei";
    }

    .wrap404 .btns {
        margin-top: 33px;
    }

        .wrap404 .btns .btn {
            border-radius: 6px;
            background-color: #469FC7;
            color: #fff;
            text-decoration: none;
            display: inline-block;
            padding: 10px 30px;
            font-size: 24px;
        }

            .wrap404 .btns .btn:hover {
                background-color: #398BAF;
            }

.logo-img {
    position: relative;
    left: 25px;
    top: 18px;
}

.logo-txt {
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2A303D;
}

    .logo-txt .shiji-logo {
        width: 214px;
        height: 30px;
        display: inline-block;
        background: url(/img/common/BestechSoftware.png) no-repeat;
        background-size: 100%;
    }

    .logo-txt .shiji-logo-small {
        width: 32px;
        height: 34px;
        background: url(/img/common/logo.png) no-repeat;
        background-size: 100%;
    }

    .logo-txt label, .logo-txt span {
        font-size: 26px;
        position: relative;
        top: 5px;
    }

    .logo-txt label {
        color: #fff;
    }

    .logo-txt span {
        color: #6091A6;
    }

    .logo-txt img {
        position: absolute;
        right: 10px;
        top: 13px;
        cursor: pointer;
    }

    .logo-txt small {
        position: absolute;
        top: 42px;
        left: 15px;
        color: #73777A;
        font-size: 12px;
    }

.clear {
    clear: both;
}

.columns-box {
    border: 1px solid #ccc;
    width: 300px;
    height: 400px;
}

.nav-top-menu {
    width: 100px;
    position: absolute;
    color: #545454;
    font-size: 14px;
    background: #fff;
    text-align: center;
    font-family: 'Microsoft YaHei';
    border: 1px solid #ccc;
    z-index: 10;
}

    .nav-top-menu ul {
        margin: 0;
    }

        .nav-top-menu ul > li:last-child {
            border: none;
        }

        .nav-top-menu ul li {
            cursor: pointer;
            transition: all .5s;
        }

            .nav-top-menu ul li:hover {
                color: #19AAFA;
                background: #E6F7FF;
            }

.close-disabled {
    color: #ccc;
    pointer-events: none;
}
