<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #F0F4F6;
}


.nj-tabs-wrapper {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.nj-tabs {
    width: 100%;
    height: 36px;
    background: #0095D5;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    border-top: solid 1px #92D6E9;
    border-bottom: solid 1px #E2E2E2;
    overflow: hidden;
}


.nj-tabs-tab {
    line-height: 36px;
    border-right: solid 1px #FFFFFF;
    color: white;
    font-size: 14px;
    padding: 0px 40px;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-family: 微软雅黑 宋体;
}

.nj-tab-beginplaceholder {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.nj-tabs-layout-leftmenu .nj-tab-beginplaceholder {
    width: 100%;
    margin-bottom: 12px;
}

.nj-tab-endplaceholder {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: right;
    /*height:36px;
   line-height:36px;*/
    vertical-align: middle;
}

.nj-tabs-tabcontent {
    overflow: hidden;
}

.nj-tabs-tab-avtived {
    background-color: #326A98;
}

.nj-tabs-tab:hover {
    background-color: #326A98;
}

.nj-tabs-layout-leftmenu .nj-tabs {
    position: relative;
    width: 190px;
    padding: 30px 0px;
    background-color: #F3F3F3;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-top: none;
    box-shadow: 5px 0px 10px rgba(185,185,185,0.5);
}

.nj-tabs-layout-leftmenu .nj-tab-endplaceholder {
    width: 100%;
    height: auto;
}

.nj-tabs-layout-leftmenu .nj-tabs-tab {
    position: relative;
    display: block;
    border-width: 0px;
    background-color: transparent;
    color: #65B0D3;
    margin: 10px 12px 10px 12px;
    padding-left: 12px;
    padding-right: 6px;
    text-align: left;
}


.nj-tabs-layout-leftmenu .nj-tabs-tab-avtived {
    background-color: #3E98C5;
    color: #fff;
}

.nj-tabs-layout-leftmenu .nj-tabs-tab:hover {
    background-color: #3E98C5;
    color: #fff;
}

.nj-tabs-layout-leftmenu .icon {
    width: 1.6em;
    height: 1.6em;
    vertical-align: -0.5em;
    text-align: center;
    fill: currentColor;
    overflow: hidden;
    margin-right: 12px;
}

.nj-tabs-layout-leftmenu .nj-tabs-tab-icon {
    position: absolute;
    top: 7px;
    background-repeat:no-repeat;
    background-position: center 0px;
    width: 26px;
    height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 12px;
    vertical-align: middle;
}

.nj-tabs-layout-leftmenu .nj-tabs-tab .text {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 22px;
    margin-left: 36px;
    width: 108px;
    padding: 10px 0px 10px 0px;
}
.nj-tabs-layout-leftmenu.no-tab-icon .nj-tabs-tab .text 
{
    margin-left: 0px;
    width: 100%;
}

.layout-short .nj-tabs{
    width: 38px !important;
    position: relative;
}

    .layout-short .nj-tabs-tab {
        width: 38px !important;
        height: 42px !important;
        margin-top: 0px !important;
        margin-left: 0px !important;
    }

    .layout-short .nj-tabs-tab-icon, .layout-short .text {
        display: none !important;
    }

    .layout-short .short-name {
        display: inline-block !important;
    }

.nj-tabs-wrapper .btn-toggle {
    cursor: pointer;
    position: absolute;
    background-color:#97D1FF;
    top: 6px;
    left: 150px;
    width: 24px;
    height: 24px;
    background-image: url(images/toggle.png);
    background-position: center center;
    background-repeat: no-repeat;
}
.nj-tabs-wrapper .btn-toggle:hover {
    background-color:#F2A43F;
}

.layout-short .btn-toggle {
    left:7px;
    top:3px;
    background-color:#F2A43F;
}

.nj-tabs-layout-leftmenu .short-name {
    display: none;
}

.short-handler {
    z-index: 888;
    cursor: pointer;
    background-color: #3E98C5;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -36px;
    border: solid 1px #3E98C5;
    padding: 10px 10px 10px 10px;
    height: 42px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    font-family: 微软雅黑 宋体;
    font-weight: bold;
}

.nj-tabs-layout-leftmenu .icon-baseinfo {
    background: url(images/baseinfo.png);
}
.nj-tabs-layout-leftmenu .icon-list {
    background: url(images/list.png);
}
.nj-tabs-contents {
    width: 100%;
}

.nj-tabs-layout-leftmenu .nj-tabs-contents {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.nj-tabs-content {
    width: 100%;
    height: 100%;
    display: none;
}

.nj-tabs-layout-leftscrollmenu .nj-tabs-contents {
    overflow-y: auto;
}

.nj-tabs-layout-leftscrollmenu .nj-tabs-content {
    height: auto;
    min-height: 80px;
}

.nj-tab-content-title {
    border-bottom: solid 2px #30A7F4;
    padding: 14px 3px 0px 0px;
    color: #35A0DA;
    font-size: 22px;
    font-weight: 900;
    margin: 5px 15px;
    font-family: 黑体;
    margin-bottom: 6px;
}

    .nj-tab-content-title span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        height: 100%;
        padding: 2px 10px 2px 8px;
        border-bottom: solid 1px #30A7F4;
    }

.nj-tab-content {
    margin: 12px 18px;
}

.top-tab2 .nj-tabs {
    background-color: #FFF;
    height: 40px;
    padding-top: 5px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: solid 1px #DDDDDD;
}

    .top-tab2 .nj-tabs .nj-tabs-tab {
        background-color: #FFF;
        color: #43ABDF;
        font-weight: normal;
        padding: 0px 12px;
        line-height: 30px;
        border-top: solid 3px #FFF;
    }

    .top-tab2 .nj-tabs .nj-tabs-tab-avtived {
        color: #575756;
    }

.top-tab2 .tab-place {
    display: block;
    position: absolute;
    border-top: solid 3px #D12610;
    border-bottom: solid 1px #FFF;
    border-left: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
}</pre></body></html>