<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-size: 9pt;
}

a:link,
a:visited {
    text-decoration: none;
    color: #4FAEFF;
}

img {
    border: 0 none;
}

body {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFFFFF !important;
    min-width: 1100px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.navbar {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0px;
    height: 60px;
    background-color: #4a90e2;
    overflow: hidden;
}

.nav {
    height: 100%;
}

.nav a {
    padding-top: 30px;
    float: left;
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #000000;
    box-sizing: unset !important;
    webkit-box-sizing: unset !important;
}

.nav a:hover {
    background-color: #ffffff;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.nav .show {
    background-color: #f9f9f9 !important;
    ;
    color: #4a90e2;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    border-bottom: 4px solid #4a90e2;
}

.userinfo {
    padding-right: 10px;
    padding-top: 7px;
    width: 700px;
    height: 40px;
}

.center {
    margin: auto;
    width: 100%;
    overflow: hidden;
}


/*主框架头*/

.mainHader {
    height: 2%;
}


/*主框架Tab*/

.mainTab {
    height: 8%;
}

.i8-logo {
    width: 221px;
    height: 45px;
    margin-top: 10px;
    z-index: 999;
    background: url("../../../NG3Resource/UicImg/logo.png");
}

.footer {
    text-align: center;
    font-size: 9pt;
    min-height: 30px;
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    margin-top: 20px;
    /*    border-top-style: solid;
        border-width: 1px;
        border-color: #999;*/
}

.row {
    display: table;
    margin: auto;
    margin-top: 10px;
    padding-bottom: 5px;
    width: 100%;
}

.container {
    float: left;
    width: 100%;
    padding-right: 10px;
}

.row div:first-child {
    margin-left: 0px;
}

.btnTd {
    min-width: 90px;
}

.btn {
    border: 1px solid #4FAEFF;
    padding: 5px 15px 5px 15px;
    border-radius: 5px 5px 5px 5px;
    margin: 3px 10px 3px 10px;
}

.btn font {
    color: #4FAEFF;
}

.btn:hover {
    background-color: #4FAEFF;
}

.btn:hover font {
    color: #FFFFFF;
}

.btn.on {
    background-color: #4FAEFF;
}

.btn.on font {
    color: #FFFFFF;
}

.panel,
.grid,
.tabPanel {
    padding: 10px;
    border-width: 0px;
    /*  box-shadow: 3px 3px 10px #E7E8E3;*/
    border-top-style: solid;
}


/*装饰线*/

.decorateLine {
    width: 95%;
    float: left;
    position: relative;
    top: 10px;
    left: 8px;
    height: 1px;
    border-bottom: 1px solid #DBDBDB;
}

table {
    margin-top: 25px;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.gridBody {
    min-height: 460px;
}

.grid table {
    table-layout: fixed
}

.grid tr,
.grid th,
.grid td,
.tabPanel tr,
.tabPanel th,
.tabPanel td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    border-width: 0px 0px 1px 0px;
    height: 30px;
}

.tiptext {
    visibility: hidden;
    width: 90px;
    background-color: #f9f9f9;
    white-space: normal;
    word-break: break-all;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* 定位 */
    position: absolute;
    z-index: 20;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.grid tr:hover:first-child,
.tabPanel tr:hover:first-child {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
}

.grid td:first-child {
    text-align: left !important;
}

.grid tr:hover:first-child,
.tabPanel tr:hover:first-child {
    border-color: #F5F5F5;
    background-color: #F5F5F5;
}

.grid th {
    color: #000000;
    height: 30px;
    font-size: 10pt;
    text-align: center;
    background-color: #f9f9f9;
}

.title {
    font-size: 14pt;
    float: left;
    font-weight: bold;
    color: #000000;
}

.more {
    float: right;
}

.ptitle {
    text-align: center;
    font-family: 黑体;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 5px;
    padding-bottom: 5px;
}

.psummary {
    text-align: center;
    padding-bottom: 5px;
    color: #999999;
}

.panel table {
    text-align: left;
    width: 80%;
    padding-top: 5px;
    margin: auto;
}

.panel tr {
    height: 22px;
}

.panel .bbar {
    margin: auto;
    margin-top: 35px;
    margin-bottom: 10px;
    text-align: center;
}

.panel .bbar input {
    margin: 0px 20px 0px 20px;
}

.tabPanel table {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #DAD6D3;
}

.tabPanel th {
    color: #999999
}

.tab {
    margin-top: 30px;
}

.tab .tabLink {
    color: #4a90e2;
}

.tab a {
    float: left;
    width: 100px;
    height: 25px;
    list-style-type: none;
    padding-top: 8px;
    text-align: center;
    font-size: 16px;
    font-family: 黑体;
}

.tip {
    border-style: solid solid hidden solid;
    border-width: 1px 1px 0px 1px;
    border-color: #4FAEFF;
    border-radius: 10px 10px 0px 0px;
    float: left;
    width: 100px;
    height: 20px;
    list-style-type: none;
    padding-top: 8px;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    margin-left: 15px;
    z-index: 99;
    background-color: #F5F5F5;
}

.tab a:hover {
    background-image: url('../../Resource/img/button1.png');
    background-repeat: repeat-x;
}

.pagebar {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pagebar .btn {
    margin: 0px;
}

.x-toolbar-footer {
    background: white !important;
}

.x-window-header-default {
    border-color: #4a90e2 !important;
}

.x-window-header-default-top {
    background-color: #4a90e2 !important;
}

.x-window-default {
    border-color: #4a90e2 !important;
}

.content {
    background-color: rgba(155, 155, 155, 0.1);
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.content ul {
    list-style-type: none;
}

.content ul li {
    text-align: left;
    font-size: 12pt;
    margin: 10px 0px 10px 0px;
}

.content ul li:first-child {
    font-weight: bold;
    font-size: 15pt;
}


/* 滚动条样式 */

::-webkit-scrollbar {
    width: 9px;
    height: 9px
}

::-webkit-scrollbar-button:vertical {
    display: inl
}

::-webkit-scrollbar-track:vertical {
    background-color: black
}

::-webkit-scrollbar-track-piece {
    background: #f4f4f4
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #d3d3d3;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #a9a9a9
}

::-webkit-scrollbar-corner:vertical {
    background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #ff6e00
}

::-webkit-scrollbar-button:horizontal {
    display: none
}

::-webkit-scrollbar-track:horizontal {
    background-color: black
}

::-webkit-scrollbar-track-piece {
    background: #f4f4f4
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #d3d3d3;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:horizontal:hover {
    background-color: #a9a9a9
}

::-webkit-scrollbar-corner:horizontal {
    background-color: #535353
}

::-webkit-scrollbar-resizer:horizontal {
    background-color: #ff6e00
}

/*toolbar上面按钮的角标*/
.digitalAngleMark {
    background: #f00;
    border-radius: 10px;
    height: 16px;
    width: 20px;
    color: #fff;
    position: absolute;
    text-align: center;
    z-index: 19000;
    top: 1px;
}

/*顶部按钮样式*/
.headBar {
    float: left;
    padding-left: 10px;
}</pre></body></html>