html {
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'Microsoft YaHei';
    margin: 0px 0px 0px 0px;
    display: block;
    font-size: 18px;
    background-color: #1E6096;
}

body {
    z-index: 100;
    max-width: 1280px;
    margin: auto;
}

img {
    vertical-align: middle;
    cursor: pointer;
}

a.anchor {
    display: block;
    position: relative;
    top: -43px;
    visibility: hidden;
}

ul {
    list-style: none;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

li {
    list-style-type: none;
    list-style-position: outside;
    text-align: center;
    float: left;
    display: inline;
    vertical-align: middle;
}

canvas,
.noSelect {
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
}

.canvas_table {
    margin: 0;
    padding: 0, 0, 10px, 0;
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
    background-color: #0C1016;
}

.nomargin {
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

.select_box {
    position: relative;
    z-index: 17;
    display: block;
    color: white;
    font-size: 15px;
    float: right;
    width: 120px;
    cursor: pointer;
    background: url(../img/select_box_bg.png);
    background-repeat: no-repeat;
}

.select_box .select_box_btn {
    text-align: left;
    padding-left: 5px;
    width: 115px;
    height: 21px;
}

.select_box .select_box_content {
    position: absolute;
    left: 0px;
    top: 21px;
    display: none;
    z-index: 17;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    max-height: 300px;
    overflow-y: scroll;
}

.select_box:hover .select_box_content {
    display: block;
}

.select_box a {
    color: black;
    background-color: white;
    padding-left: 5px;
    width: 114px;
    font-size: 15px;
    height: 24px;
    display: block;
    text-align: left;
    text-decoration: none;
}

.select_box a:hover {
    color: white;
    background-color: dodgerblue;
    text-decoration: none;
}

.header {
    position: fixed;
    width: 1280px;
    height: 43px;
    top: 0px;
    margin: auto;
    background-color: #000000;
    z-index: 500;
}

.div_sec_code_name {
    float: left;
    width: 150px;
    height: 30px;
    text-align: center;
    background: url(../img/code_name.png);
}

.sec_name {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    color: white;
}

.sec_code {
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    color: red;
}

.nav {
    display: block;
    width: 1130px;
    height: 30px;
    float: right;
    position: relative;
    background: url(../img/header_bg.png);
    background-repeat: repeat-x;
}

.nav li {
    width: 92px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
}

.nav li.nav_li_selected {
    width: 92px;
    height: 24px;
    text-align: center;
    background: url(../img/nav-selected.jpg);
}

.nav li:hover {
    background: url(../img/nav-hover.jpg);
    color: gold;
}

.nav li a {
    text-decoration: none;
    font-size: 15px;
    color: #dddddd;
}

.nav li a:hover {
    text-decoration: none;
    font-size: 15px;
    color: gold;
}

.sub_nav {
    height: 24px;
    float: left;
    width: 1060px;
    padding-left: 220px;
    background-color: #071E3D;
}

.sub_nav li {
    width: 70px;
    line-height: 24px;
    vertical-align: middle;
}

.sub_nav li a {
    font-size: 14px;
    text-decoration: none;
    color: wheat;
}

.sub_nav li a:hover {
    font-size: 14px;
    text-decoration: none;
    color: red;
}

.content_wrap {
    margin-top: 53px;
    width: 1280px;
    z-index: 10;
    position: relative;
    background-color: #0E5086;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.content_block {
    background-color: black;
}

.content_head {
    display: block;
}

.content_head .content_head_title {
    float: left;
    text-align: left;
    color: white;
    font-size: 15px;
    line-height: 24px;;
    width: 150px;
    height: 24px;
    background: url(../img/title_head.png);
}

.content_head .content_head_tabs {
    font-size: 16px;
    text-align: right;
    float: right;
    width: 1130px;
    height: 24px;
    background-color: cornflowerblue;
    background: url(../img/title_head_tile.png) repeat-x;
}

.content_head ul {
    margin: 0px 0px 10px;
    float: right;
}

.content_head li {
    width: 90px;
    height: 24px;
    font-size: 14px;
    background: url(../img/title_tab.png);
}

.content_head li.selected_tab {
    width: 90px;
    height: 24px;
    font-size: 14px;
    background: url(../img/title_tab_s.png);
}

.content_head li a {
    text-decoration: none;
    color: #202020;
}

.content_head li a:hover {
    text-decoration: none;
    color: #223756;
}

.scrollbar_div_wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 46px;
}

.viewport {
    width: 1280px;
    overflow: hidden;
    position: relative;
}

.overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
}

.scrollbar {
    position: absolute;
    background-position: 0 0;
    bottom: -30px;
    height: 14px;
}

.leftbtn {
    position: absolute;
    left: 150px;
    top: 0px;
    width: 20px;
    height: 20px;
    color: red;
    z-index: 16;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rightbtn {
    position: absolute;
    left: 1260px;
    top: 0px;
    width: 20px;
    height: 20px;
    color: red;
    z-index: 16;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.track {
    background-color: #CCCCCC;
    width: 100%;
    height: 15px;
    position: relative;
}

.thumb {
    background-color: #8495A6;
    height: 25px;
    width: 20px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: -6px;
}

.thumb .end {
    background-color: #8495A6;
    overflow: hidden;
    width: 5px;
    height: 25px;
}

.disable {
    display: none;
}

.fixed_datatable_left {
    margin: 0;
    padding: 0;
    width: 150px;
    background-color: aquamarine;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 14;
}

.overview_with_width {
    margin: 0;
    padding: 0;
    background-color: pink;
    position: absolute;
    top: 0px;
    z-index: 13;
}

.data_table {
    font-size: 11px;
    border-collapse: collapse;
    border-width: 0px;
}

/*first row first cell*/
.tdfr {
    background: #000000;
    color: #EEEEEE;
    width: 150px;
    height: 24px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
}

/*first row cell*/
.tdfrc {
    background: #000000;
    color: #EEEEEE;
    width: 100px;
    height: 24px;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
}

/*first clickable column*/
.tdfc {
    background: #18202D;
    color: #8495A6;
    cursor: pointer;
    width: 150px;
    height: 24px;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
}

/*first group column */
.tdmfc {
    background: #18202D;
    color: #D9E8FC;
    width: 150px;
    height: 24px;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
}

/*first selected column*/
.tdsfc {
    background: #28364C;
    color: #DDECFF;
    width: 150px;
    height: 24px;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
}

/*group cell*/
.tdmc {
    background: #18202D;
    color: #D9E8FC;
    width: 100px;
    height: 24px;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
    text-align: center;
}

/*data cell odd #8495A6*/
.tdc1 {
    background: #020305;
    color: #8495A6;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
    width: 100px;
    text-align: right;
}

.tdc1_r {
    background: #020305;
    color: #EE0000;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
    width: 100px;
    text-align: right;
}

.tdc1_g {
    background: #020305;
    color: #00EE00;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
    width: 100px;
    text-align: right;
}

/*data cell even*/
.tdc2 {
    background: #0C1016;
    color: #8495A6;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
    width: 100px;
    text-align: right;
}

.tdc2_r {
    background: #0C1016;
    color: #EE0000;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
    width: 100px;
    text-align: right;
}

.tdc2_g {
    background: #0C1016;
    color: #00EE00;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
    width: 100px;
    text-align: right;
}

/*selected cell color:#DDECFF*/
.tds {
    background: #28364C;
    color: #DDECFF;
    background: darkcyan;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
    width: 100px;
    text-align: center;
}

.footer {
    width: 1280px;
    z-index: 10;
    position: relative;
    background-color: #0E5086;
    text-align: center;
    color: gray;
    font-size: 16px;
}

.float_help {
    font-size: 16px;
    background-color: #1D2F49;
    border-color: #365787;
    border-width: 2px;
    border-style: solid;
    text-align: left;
    vertical-align: middle;
    position: absolute;
    width: 300px;
    height: 150px;
    display: none;
    z-index: 11;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.float_help_text {
    color: white;
    width: 280px;
    height: 116px;
    margin: 24px 10px 10px 10px;
    word-wrap: break-word;
}

.float_help_close {
    float: right;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin-right: 2px;
    margin-top: 2px;
    background: url(../img/close.png);
}

.float_help_close:hover {
    background: url(../img/close_hover.png);
}

.feedback_btn {
    position: fixed;
    left: 50%;
    top: 80%;
    margin-left: -501px;
    width: 25px;
    height: 60px;
    background-color: #5B0003;
    color: lightpink;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
}

.feedback_btn:hover {
    background-color: darkred;
    color: white;
}

.feedback_div {
    position: fixed;
    left: 50%;
    top: 80%;
    margin-left: -475px;
    margin-top: -140px;
    background-color: white;
    border-width: 1px;
    border-color: gray;
    border-style: solid;
    width: 280px;
    height: 180px;
    z-index: 18;
    display: none;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
}

.feedback_div_btn {
    width: 60px;
    height: 24px;
    line-height: 24px;
    background-color: #5B0003;
    color: lightpink;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

.feedback_div_btn:hover {
    color: white;
    background-color: darkred;
}

.feedback_div_close {
    color: gray;
    position: absolute;
    left: 282px;
    top: 0px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 16px;
}

.feedback_div_close:hover {
    color: black;
}


.aa {
    color: #A0a0c0;
    text-decoration: none;
}

.bdiv {
    font-size: 16px;
    width: 1280px;
    color: #A0A0A0;
}

.btb {
    width: 100%;
    font-size: 16px;
    color: #A0A0A0;
}

.bth {
    background: #18202D;
    color: #D9E8FC;
    height: 24px;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
    padding-left: 10px;
    padding-right: 10px;
}

.btd1 {
    background: #28303D;
    color: #D9E8FC;
    height: 24px;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
    padding-left: 10px;
    padding-right: 10px;
}

.btd2 {
    background: #38404D;
    color: #D9E8FC;
    height: 24px;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    border-color: #364659;
    padding-left: 10px;
    padding-right: 10px;
}

.ba {
    color: #eeeefe;
    text-decoration: none;
}

.ba:hover {
    color: #FF6060;
}

/* Pagination styles */
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 0;
    width: 100%;
    background-color: #0C1016;
    border-top: 1px solid #364659;
}

.pagination-button {
    background-color: #1E6096;
    color: white;
    border: none;
    padding: 8px 16px;
    margin: 0 5px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 3px;
    min-width: 80px;
    font-weight: bold;
}

.pagination-button:hover {
    background-color: #134b7c;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

.pagination-button:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.page-info {
    color: white;
    font-size: 14px;
    margin: 0 15px;
    min-width: 120px;
    text-align: center;
}