html, body {
    min-width: 1200px;
    /*min-height: 768px;*/
    height: 100%;
    background: #D4D9E2;
    overflow: hidden;
}

select::-ms-expand {
    display: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.container-fluid {
    height: 100%;
    padding-left: 0;
}

/* header start */
.header {
    /*position: absolute;*/
    z-index: 2002;
    padding-left: 160px;
    width: 100%;
    height: 60px;
    margin-right: 10px;
    line-height: 60px;
    background: #E3E6ED url(../images/title-logo.png) no-repeat;
    background: #F3F3F3;
}

.headTit {
    padding: 0 0 0 15px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bolder;
    color: #000;
}

.messagebox {
    position: relative;
}

.headNav > li:hover {
    background: #edf0f6;
    transition: .5s;
}

.headNav > li > a {
    display: block;
    padding: 0 15px 0 44px;
    color: #5c667a;
    border-left: solid 1px #D4D9E2;
    transition: .5s;
}

    .headNav > li > a:hover,
    .headNav > li > a:focus,
    .layout:hover,
    .layout:focus {
        color: #15a5af;
        text-decoration: none;
    }

.commandCenter {
    background: url(../images/commandCenter.png) no-repeat 12px center;
}

    .commandCenter:hover {
        background: url(../images/commandCenter-hover.png) no-repeat 12px center;
    }

.message {
    position: relative;
    background: url(../images/message.png) no-repeat 12px center;
}

.nums {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background: #18bcc7;
    border-radius: 20px;
}

.line12 {
    line-height: 12px;
}

.message:hover {
    background: url(../images/message-hover.png) no-repeat 12px center;
}

.customerService {
    background: url(../images/customerService.png) no-repeat 12px center;
}

    .customerService:hover {
        background: url(../images/customerService-hover.png) no-repeat 12px center;
    }

.helpCenter {
    background: url(../images/helpCenter.png) no-repeat 12px center;
}

    .helpCenter:hover {
        background: url(../images/helpCenter-hover.png) no-repeat 12px center;
    }

.setting {
    background: url(../images/setting.png) no-repeat 12px center;
}

    .setting:hover {
        background: url(../images/setting-hover.png) no-repeat 12px center;
    }

.backstage {
    border-right: solid 1px #D4D9E2;
    background: url(../images/backstage.png) no-repeat 12px center;
}

    .backstage:hover {
        background: url(../images/backstage-hover.png) no-repeat 12px center;
    }

.nameBox {
    position: relative;
    padding: 0 15px;
}

.username {
    display: inline-block;
    width: 80px;
    text-align: left;
    color: #5c667a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

    .username:hover {
        color: #15a5af;
    }

.personBtn {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 20px 0;
    line-height: 20px;
    background: url(../images/arrow1.png) no-repeat center;
}

.person {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 60px;
    display: none;
    width: 100px;
    padding: 10px 0;
    background: #ffffff;
}

    .person > li {
        line-height: 30px;
    }

        .person > li > a {
            display: block;
            color: #8591A6;
        }

        .person > li:hover > a {
            color: #6495ed;
        }

.layout {
    padding-left: 15px;
    color: #5c667a;
}
/* header end */

.wrapper {
    position: relative;
    height: calc(100% - 60px);
    padding-top: 10px;
}

.content {
    height: 100%;
    margin-right: 10px;
    background: #D4D9E2;
}

.main {
    height: calc(100% - 50px);
    margin-top: 0px;
    margin-bottom: 25px;
}

/*.main{
	height: calc(100% - 50px);
	margin-right: 0;
	background: #fff;
}*/

/* nav start */
body.fixed-sidebar .navbar-static-side, body.canvas-menu .navbar-static-side {
    position: relative;
    z-index: 2001;
    left: 0;
    float: left;
    width: 160px;
    height: 100%;
    /*padding-top: 70px;*/
}

body.fixed-sidebar .navbar-static-side {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.navbar-static-side {
    background: #242424 url(../images/2.png) no-repeat center bottom;
    color: transparent;
    opacity: 1;
    /*border-right: solid 1px #3B445C;*/
}

.navIcon {
    float: right;
    position: relative;
    width: 30px;
    height: 30px;
    background: url(../images/menu.png) no-repeat center;
    z-index: 99999;
    position: relative;
    z-index: 99999;
}

    .navIcon:hover {
        background: url(../images/menu-hover.png) no-repeat center;
    }

.leftNav {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100% !important;
    height: calc(100% - 30px) !important;
    overflow: hidden;
    /*border-right: solid 1px #3B445C;*/
}

.overflow {
    overflow: hidden;
}

.leftNav > li {
    margin-bottom: 1px;
    text-align: left;
}

    .leftNav > li:hover,
    .leftNav > li.active {
        background-color: #15a5af;
    }

    /*.leftNav>li.active a:after{
	content: '';
    position: absolute;
    z-index: 2002;
    top: 1px;
    right: -2px;
    display: block;
    width: 2px;
    height: calc(100% - 2px);
    background: #252B35;
}*/

    .leftNav > li > a {
        position: relative;
        display: block;
        height: 46px;
        padding-left: 55px;
        line-height: 46px;
        text-align: left;
        font-size: 15px;
        color: #fff;
    }

.workbench {
    background: url(../images/workbench.png) no-repeat 15px center;
}

.leftNav > li:hover .workbench,
.leftNav > li.active .workbench,
.leftNav > li:hover .communityMt,
.leftNav > li.active .communityMt,
.leftNav > li:hover .jc,
.leftNav > li.active .jc,
.leftNav > li:hover .businessMt,
.leftNav > li.active .businessMt,
.leftNav > li:hover .Member,
.leftNav > li.active .Member,
.leftNav > li:hover .hiddenDangerMt,
.leftNav > li.active .hiddenDangerMt,
.leftNav > li:hover .safetySupervisionMt,
.leftNav > li.active .safetySupervisionMt,
.leftNav > li:hover .serviceCenterMt,
.leftNav > li.active .serviceCenterMt,
.leftNav > li:hover .socialGroupMt,
.leftNav > li.active .socialGroupMt,
.leftNav > li:hover .examine,
.leftNav > li.active .examine,
.leftNav > li:hover .emergencyMt,
.leftNav > li.active .emergencyMt,
.leftNav > li:hover .examine,
.leftNav > li.active .examine,
.leftNav > li:hover .forewarningMt,
.leftNav > li.active .forewarningMt,
.leftNav > li:hover .pointMt,
.leftNav > li.active .pointMt,
.leftNav > li:hover .randomcheck,
.leftNav > li.active .randomcheck {
    background-color: #15a5af;
}

.communityMt {
    background: url(../images/communityMt.png) no-repeat 15px center;
}

.jc {
    background: url(../images/jc.png) no-repeat 15px center;
}

.businessMt {
    background: url(../images/businessMt.png) no-repeat 15px center;
}

.Member {
    background: url(../images/Member.png) no-repeat 15px center;
}

.hiddenDangerMt {
    background: url(../images/serviceCenterMt.png) no-repeat 15px center;
}

.safetySupervisionMt {
    background: url(../images/hiddenDangerMt.png) no-repeat 15px center;
}

.serviceCenterMt {
    background: url(../images/safetySupervisionMt.png) no-repeat 15px center;
}

.socialGroupMt {
    background: url(../images/SafetyCommitteeMt.png) no-repeat 15px center;
}

.SafetyCommitteeMt {
    background: url(../images/SafetyCommitteeMt.png) no-repeat 15px center;
}

.examine {
    background: url(../images/socialGroupMt.png) no-repeat 15px center;
}

/*.examine{
	background: url(../images/examine.png) no-repeat 15px center;
}

.leftNav>li:hover .examine,
.leftNav>li.active .examin.leftNav > li:hover, .leftNav > li.activee{
	background: url(../images/examine-hover.png) no-repeat 15px center;
}*/

.emergencyMt {
    background: url(../images/emergencyMt.png) no-repeat 15px center;
}

.forewarningMt {
    background: url(../images/forewarningMt.png) no-repeat 15px center;
}

.pointMt {
    background: url(../images/pointMt.png) no-repeat 15px center;
}

/* nav end */
/* subNav start */
.subNav {
    position: absolute;
    top: -100%;
    left: 100%;
    width: 148px !important;
    height: calc(100% - 50px) !important;
    padding-top: 30px;
    background: #15a5af;
    border-left: solid 1px #15a5af;
    overflow: hidden;
}

.second {
    display: none;
    color: #fff;
}

    .second > li {
        padding: 10px 10px 15px 15px;
        text-align: left;
        transition: .5s;
    }

        .second > li > a {
            position: relative;
            padding-right: 12px;
            display: block;
            color: #fff;
            cursor: pointer;
        }

            .second > li > a.active,
            .second > li > a:hover {
                color: #faf408;
            }

.secondTit > b {
    position: absolute;
    top: 3px;
    right: 0;
    width: 15px;
    height: 15px;
    background: url(../images/arrow.png) no-repeat center;
    transition: .5s;
}

.secondTit.active > b,
.secondTit:hover > b {
    /*border-left-color: #6495ed;*/
    background: url(../images/arrow-hover.png) no-repeat center;
    transform: rotate(90deg);
}

.third {
    display: none;
    padding: 0 10px;
}

    .third > li {
        font-size: 12px;
    }

        .third > li > a {
            display: inline-block;
            margin-top: 10px;
            color: #fff;
            cursor: pointer;
        }

            .third > li > a.active,
            .third > li > a:hover {
                color: #faf408;
            }

/* subNav end */

/* footer start */
.footer {
    position: absolute;
    left: 160px;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #999999;
    background: #fff;
}

.version {
    color: #333333;
    font-size: 14px !important;
}

.police {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/police.png) no-repeat;
}

.polices {
    padding-left: 20px;
    background: url(../images/police.png) no-repeat;
}
/*下面的备案号*/
.trading {
    color: #999999;
    text-decoration: underline;
}

/*版本号*/
.versionNumber {
    position: fixed;
    bottom: 11px;
    color: #faf408;
    z-index: 1000;
    font-size: 10px;
}
/* footer end */

.container-fluid > .company {
    width: 160px;
    height: 60px;
    background-image: linear-gradient(to right, #15a5af,#063d40);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: bolder;
    position: absolute;
    top: 0;
    left: 0;
}