<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*reset*/
.site-page {
    margin: 28px 0 30px 0;
    padding: 0;
    min-height: 200px;
}
.header{
    box-shadow: 0 10px 45px rgba(0, 0, 0, .08);
    z-index: 10;
    background: #fff;
}
.single-page-header{
    /*position: sticky;*/
    position: fixed;
    top: 0;
    width: 100%;
}
table{overflow: auto}
.browser-search .tables-filter{padding: 0}
.marketData #table_loading_progress{display: inline-block;line-height: 40px}
.home-table .tr::-webkit-scrollbar{}
/*.dataBrowse .box .tables-filter .dataBrowseBtn{margin-left: 3px}*/
/*.databrowse-detail .filter-condition .editable-select::-webkit-input-placeholder,*/
/*.thematicStatistics-detail  .filter-condition .editable-select::-webkit-input-placeholder {color: #777}*/
.top-user a{cursor: pointer}

.site-page&gt;.container, .nav-tab-menu .container{
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}
/*nav导航*/
.nav-tab-menu{
    line-height: 1;
    font-size: 16px;
}
.nav-tab-menu .container{padding: 0 42px;}
.nav-tab-menu .ul-container{
    overflow: hidden;
}
.nav-tab-menu ul{
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    display: flex;
    width: max-content;
    width: -moz-max-content;
    transition: all 0.3s ease-out;
    align-items: center;
}
.nav-tab-menu li{
    /*margin: 0 10px;*/
    padding: 0 12px;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 15px;
    height: 50px;
}
.nav-tab-menu li.has-child{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpolygon points='0,0 8,0 4,8' fill='%23666'/%3E%3C/svg%3E") no-repeat 100% 52%;
}
.nav-tab-menu li&gt;a{
    /* display: inline-block; */
    color: inherit;
    /* padding: 0; */
    /* margin: 0; */
    vertical-align: middle;
    text-decoration: none;
    font-size: inherit;
    cursor: pointer;
    white-space: nowrap;
}

.nav-tab-menu .nav-controls{
    display: none;
    width: 100%;
    /* position: absolute; */
    bottom: 0;
}
.nav-tab-menu .nav-prev,
.nav-tab-menu .nav-next{
    /* margin-top: -35px; */
    position: absolute;
    top: auto;
    bottom: 15px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: rgba(212, 231, 255, 0.5) center center/12px no-repeat;
}
.nav-tab-menu .nav-prev {
    left: 18px;
    background-image: url(/images/arrow-blue-2.svg);
}
.nav-tab-menu .nav-next {
    right: 18px;
    background-image: url(/images/arrow-blue.svg);
}
.nav-tab-menu .nav-title{
    float: left;
    margin: 12px 35px 0 8px;
    font-size: 26px;
    color: #000;
}
.nav-tab-menu .level-1 .nav-title{margin-left: -16px}

.nav-tab-menu .level-1{
    border-top: 1px solid #efefef;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.03), 3px 3px 15px rgba(0,0,0,0.03) inset;
}
/*.nav-tab-menu .level-1:not(.no-title) .container{padding: 0 42px 0 18px;}*/
.nav-tab-menu .level-1 li{
    padding: 0 15px;
    margin: 5px 0;
    border-radius: 3px;
    color: #000;
    height: 40px;
}
.nav-tab-menu .level-1 li.has-child{
    /*background-position: 100% 52%;*/
    border-radius: 3px 3px 0 0;
}
.nav-tab-menu .level-1 li:not(.active)&gt;a:hover{color: #0061d8;}
.nav-tab-menu .level-1 li.active{background: #0061d8;color: #fff;}
.nav-tab-menu .level-1 li.active.has-child{height: 45px;margin-bottom: 0;}

.nav-tab-menu .level-2{
    background: #0061d8;
    min-height: 3px;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.03);
}
.nav-tab-menu .level-2 li{color: #adcaee}
.nav-tab-menu .level-2 li.active, .nav-tab-menu .level-2 li&gt;a:hover{color: #fff}
.nav-tab-menu .level-2 li.active{font-weight: 600}
.nav-tab-menu .level-2 li.has-child.active{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10'%3E%3Cpolygon points='8,0 16,10 0,10' fill='%23fff'/%3E%3C/svg%3E") no-repeat center 102%;
}

.nav-tab-menu .level-3 li{color: #666}
.nav-tab-menu .level-3 li&gt;a:hover{color: #0061d8}
.nav-tab-menu .level-3 li.active{color: #0061d8; font-weight: 600}
/*nav导航 end*/
/*box*/
.box {
    position: relative;
    margin: 0 0 30px 0;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0 10px 45px rgba(0,0,0,0.05);
    background: #fff;
    height: auto;
}
.no-border{
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.box .text-content {
    border-top: 1px solid #e8ecef;
    padding: 20px 0 0 0;
    margin: 10px 0 0 0;
    line-height: 25px;
}
.box-header{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
    padding: 0 0 18px; /*给表格单位绝对定位留出空间*/
}
.box-header::before, .box-header::after, .clearfix::before, .clearfix::after {
    content: ' ';
    display: table;
    clear: both;
    font-size: 0;
    height: 0;
}
.box-header-title {
    color: #0061d8;
    font-size: 23px;
    float: left;
    margin: 0;
    /*height: 38px;*/
    line-height: 40px;
    vertical-align: top;
}
.box-tools {
    display: flex;
    margin-left: auto;
    float: right;
    flex-wrap: wrap;
    align-items: center;
}
.box-filter{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*height: 40px;*/
    flex-wrap: wrap;
    vertical-align: top;
}
.box-filter+.box-filter{margin-left: 8px}
/*.box-filter+.box-filter{margin-left: 8px}!*间隔*!*/
/*input[type="text"].box-filter{margin: 0 4px}!*common.css*!*/
/*.box .tools, .box .tables-filter, .box .filter-condition{font-size: 0;display: inline-block}*/
/*.box .tools&gt;*, .box .tables-filter&gt;*, .box .filter-condition&gt;*{*/
/*    !* height: 40px; 有可能会换行*!*/
/*    line-height: 40px;*/
/*    margin-left: 5px;*/
/*    vertical-align: middle;*/
/*    font-size: 14px;*/
/*}*/
/*.box .tools&gt;*:first-child, .box .tables-filter&gt;*:first-child, .box .filter-condition&gt;*:first-child {margin-left: 0}*/
/*.box .tables-filter{display: flex;height: auto;align-items: center;!*margin: 0*!}*/
/*.box .search-input {min-width: 260px;  padding: 9px 10px 6px 10px;  margin: 0 6px 0 0; font-size: 14px;vertical-align: middle;} stock-input*/
.box .btn{vertical-align: top;height: 40px;padding: 0 15px;}
.box .btn-default{border: 1px solid #0061d8;background-color: transparent;color: #0061d8;}
.box .btn-primary {color: #fff;background-color: #0061d8;border-color: #0061d8;}
/*.box .tables-filter input {*/
/*    !* border: 1px solid #ced1d8; *!*/
/*    box-sizing: border-box;*/
/*    color: #333;*/
/*    display: inline-block;*/
/*    font-size: 14px;*/
/*    outline: none;*/
/*    padding: 9px 10px 7px 10px;*/
/*    !* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); *!*/
/*    border-radius: 3px;*/
/*    background: transparent;*/
/*}*/
.box .tables-filter input[type="checkbox"]{padding: 0}
.box .stock-select{
    display:inline-block;
    width: auto;
    font-size: 14px;
    color: #555;
    padding: 6px 25px 5px 8px;
    margin: 0;
    min-width: 100px;
    border: 1px solid #cecece;
    border-radius: 3px;
    height: 40px;
    line-height: normal;
}
.box .stock-select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12'%3E%3Cpolyline points='1,4 5,8 9,4' style='fill:none;stroke:%23555;stroke-width:1.5' /%3E%3C/svg%3E") no-repeat right center;
}
.box .stock-select::-ms-expand{display: none}
.box .stock-select:focus{border-color: #52a8ec}
/*.box .stock-select.editable-select{height: 38px;width: 160px!important;}*/
/*editableSelect start*/
input.editable-select {
    width: 160px;
}
.editable-select-options {
    position: absolute;
    display: none;
    overflow: auto;
    margin: 0;
    padding: 0;
    background: #FFF;
    border: 1px solid #CCC;
    z-index: 10;
    width: 160px;
}
.editable-select-iframe {
    position: absolute;
    background: #FFF;
    z-index: 9;
    display: none;
}
.editable-select-options ul {
    margin: 0;
    padding: 0;
    z-index: 10;
    list-style: none;
}
.editable-select-options li {
    cursor: default;
    padding: 2px 4px;
}
.editable-select-options li.selected {
    background: dodgerblue;
    color:#fff;
}
/*editableSelect end*/
.box div.date-picker, .box span.date-picker{
    border: 1px solid #ced1d8;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 0 10px 0 30px;
    height: 40px;
    line-height: 38px;
    min-width: 160px;
    color: #333;
    display: inline-block;
    display: inline-flex;
    position: relative;
    /*overflow: hidden; 会导致日期选择框出不来*/
}
.box input.date-picker{

}
.box div.date-picker::after{
    content: " ";
    background: url("/images/icon-clock.png") no-repeat center left/18px;
    position: absolute;
    font-size: 30px;
    left: 6px;
    top: 0;
    width: 20px;
    height: 38px;
}
.date-picker .date-picker__input-date, .date-picker .date{
    background-color: rgba(0,0,0,0)!important;
    /*min-width: 220px;两个input长度*/
    font-size: 15px;
    /*width: auto; 会导致宽度超过父元素，挡住按钮*/
    width: 100%;
    height: 100%;
    border: none!important;
    box-shadow: none;
    padding: 0;
    vertical-align: inherit;
    margin: auto;
    text-align: center;
    outline: none;
}
.date-picker .date.start, .date-picker .date.end{
    width: 120px;
}
.date-picker__modal{
    position: absolute;
    z-index: 9;
    width: 270px;
    padding: 20px;
    border: 1px solid #e0e4e9;
    background-color: #ffffff;
    border-radius: 2px;
    left: 0;
    top: 100%;
}
.date-picker__shortcut, .date-picker__div-start-end, .date-picker__footer{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
}
.date-picker__shortcut__item {
    width: 45px;
    height: 35px;
    margin: 5px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    cursor: pointer;
}
.date-picker__shortcut__item.active {
    border-bottom-color: #0081f2;
}
.date-picker__span-start-date, .date-picker__span-end-date{width: 50%}
.date-picker .date-picker__input-start-date, .date-picker .date-picker__input-end-date{
    width: 45%;
    margin: 0;
    padding: 5px;
}
.date-picker__footer{margin-top: 20px}
.date-picker__footer__btn {
    width: 90px;
    height: 40px;
    font-weight: 500;
}
/*.box .tables-filter .filter-other-item{height: 40px;display: inline-block}*/
.box .filter-name{
    font-size: 14px;
    margin-right: 4px;
    margin-bottom: 0;
    display: inline-block;
    line-height: 40px;
    vertical-align: top;
    cursor: default;
}
.box .stock-input{
    height: 40px;
    border-radius: 3px;
    /*margin: 0; box-filter*/
    margin-bottom: 0;/*common.css*/
    font-size: 14px;
}
/* .box .tables-filter .stock-select{height: 38px;margin: 0;} */
.box .stock-input-short{width: 200px}
.box .stock-input-keyword{width: 280px;}
.box .stock-search {
    height: 40px;
    border: none;
    border-radius: 3px;
    padding: 0 15px;
}
hr.line-break{width: 100%;margin: 0;padding: 0;border: 0;height: 0}

.searchDataPopUp{
    display: none;
    position:absolute;
    top: 100%;
    left:0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 100;
}
.searchDataPopUp p:hover{background: #f5f5f5;}
.searchDataPopUp p{
    padding: 5px 10px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
}
.searchDataPopUp p .popUp-jump{
    margin-right: -10px;
    float: right;
}
.searchDataPopUp p .popUp-jump&gt;span{
    border: 1px solid #0061d8;
    border-radius: 1px;
    color: #0061d8;
    padding: 1px 2px;
    margin: 0 4px;
}
.searchDataPopUp p .popUp-jump&gt;span:hover{
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.searchDataPopUp p .popUp-jump&gt;span:first-of-type{
    border-color: #ecc20a;
    color: #ecc20a;
}

.relative{position: relative}
/*.box .tables-filter input.form-control{border-radius: 3px}*/
.box .single-date-style{width: 160px}
.box .twin-date-style{width: 300px}
/*.box .twin-date-style&gt;input{width: 120px;text-align: center;}*/
.box a.download-btn {
    display: inline-block;
    border: 1px solid #0061d8;
    padding: 0 12px 0 38px;
    border-radius: 3px;
    background: url(/images/icon-download.png) no-repeat 12px center;
    background-size: 20px;
    cursor: pointer;
    color: #0061d8;
    line-height: 38px;
    text-decoration: none;
}
.box a.download-btn:hover{ background-color: rgba(0, 115, 255, 0.1)}
.box a.download-btn.disabled {
    border-color: #aaa;
    opacity: 0.3;
    cursor: not-allowed;
}
.box-header .stock-name {
    font-size: 21px;
    margin: 5px 0 5px 0;
    color: #333;
    font-weight: 400;
}
.box-block-group{
    display: block;
    /*padding: 30px 0;*/
    padding: 0;
}
.box-block-group .box-group-name{
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #e5e7e9;
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}
/*.box-block-group .box-group-name&gt;*{vertical-align: middle}*/
.box-block-group .order{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    font-size: 13px;
    margin: 0 7px 0 0;
    background: #0061d8;
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    vertical-align: text-bottom;
}
.icon-checkbox{display: none}
.icon-checkbox+i{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    border: 1px solid #d6d8dc;
    border-radius: 3px;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.icon-checkbox:checked+i{
    border: 1px solid #0061d8;
    background: #0061d8 url(/images/icon-right.png) no-repeat center center;
    background-size: contain;
}
/*i.icon-search{
    background: url(/images/icon-search.png) no-repeat center center;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    margin: 8px;
    opacity: 0.3;
}*/
/*treeMenu*/
ul.treemenu, .box-data-content ul{
    /*margin-left: 5px;*/
    line-height: 30px;
}
.tree-opened&gt;.treemenu{margin-left: 10px}
.treemenu li&gt;span, .treemenu li [data-name], .box-data-content li [data-name]{
    font-size: 13px;
    color: #333;
}
.treemenu li&gt;span.active, .treemenu li [data-name].active, .box-data-content li [data-name].active{
    color: #248DC1;
    font-weight: bold;
}
.treemenu li&gt;.toggler:before{color: #004ea1}
.treemenu li.tree-closed&gt;.toggler:before {
    content: '▼';
    transform: rotateZ(-90deg);
}
.treemenu li.tree-opened&gt;.toggler:before {
    content: '▼';
}
.treemenu li.tree-empty&gt;.toggler:before {
    content: '　';
}
/*treeMenu end*/
.box-data-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    color: #333;
    font-size: 14px;
    background: #f4f7fa;
    padding: 5px 15px;
    border-bottom: 1px solid #e5e7e9;
}
.box-data-header .check-count{float: right;margin-left: auto;}
.box-data-header .check-count&gt;i{font-style: normal;}
.box-data-title{
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}
.box-data-list{
    display: inline-block;
    width: 285px;
    height: 350px;
    margin-right: 30px;
    border: 1px solid #e5e7e9;
    vertical-align: top;
    border-radius: 4px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.03);
    overflow: hidden;
}
.box-data-select{
    display: inline-block;
    width: 285px;
    height: 350px;
    border: 1px solid #e5e7e9;
    float: left;
    border-radius: 4px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.03);
    overflow: hidden;
}
.box-data-transfer{
    display: inline-block;
}
.box-data-transfer .item-search {
    display: flex;
    flex: 1;
}
.box-data-list .box-data-content, .box-data-select .box-data-content{
    overflow: auto;
    height: 300px;
    width: 100%;
    padding: 5px 15px;
}
.box-data-select .item-search+.box-data-content{height: 254px}
.box-data-header .item-search, .box-data-transfer .item-search{
    display: flex;
    flex: 1;
    align-items: center;
    border: 1px solid #e5e7e9;
    border-radius: 3px;
    background: #fff;
}
.box-data-header+.item-search{margin: 8px 8px 5px;}
.item-search .icon-search:hover{cursor: pointer; opacity: 0.6}
.box-data-transfer&gt;.select-box{display: flex; flex-wrap:wrap}
.box-data-header .item-search&gt;input, .box-data-transfer .item-search&gt;input{flex: 1;outline: none!important;border: none!important;margin: 0;}
/*.box-data-list .fa-search, .box-data-transfer .fa-search{float: right;margin: 6px 12px 0 0;}*/

/*box*/
.box-table {
    /*margin: 10px 0 5px;*/
    position: relative;
    font-size: 15px;
    border: none;
    /* border-radius: 3px; */
    overflow: visible;
    width: 100%;
}
.box-table .fixed-table-body, .box-border {
    border: 1px solid #e8ecef;
    border-radius: 3px;
    /*overflow: auto;*/
}
.box-table table{
    table-layout: auto;
    border: 0;
    text-align: left;
    width: 100%;
}
.box-table table.dataTable{
/*    margin-bottom: 0;*/
    border-collapse: collapse;
    border-bottom: 0;
}
.box-table table.dataTable a{color: #0058b6; cursor: pointer}
.box-table table.dataTable a:hover{text-decoration: underline}
.box-table table.dataTable thead{border:none}
.box-table table.dataTable th{
    background: #f4f7fa;
    color: #768596;
    font-weight: 400;
    border-left: 1px solid #e8ecef;
    padding: 9px 13px 7px 13px;
    vertical-align: top;
    white-space: nowrap;
    line-height: 22px;
    position: relative;
}
/*.box-table table.dataTable th:first-child{border-left: 0}*/
/*.box-table table.dataTable tr{border-bottom: 1px solid #e8ecef}*/
.box-table table.dataTable tr:nth-of-type(2n){background: #fafbfc;}
.box-table table.dataTable tr:nth-of-type(2n+1){background: #fff;}
.box-table table.dataTable.table-hover tr:hover{background: #f2f5f8;}
.box-table table.dataTable td{
    color: #333;
    line-height: 22px;
}
.box-table table.dataTable th, .box-table table.dataTable td{
    border: 1px solid #e8ecef;
}
/*.box-table table.dataTable td:first-child{border-left: 0}*/
.box-table table.dataTable .blue td{color: #165cb3}
.box-table table.dataTable .red td{color: #e82626}
/*.box-table table.dataTable tr:last-child{border-bottom:0}*/
.box-table table.dataTable th, .box-table table.dataTable td{
    /*padding: 9px 24px 7px 13px;*/
    padding: 8px;
    height: auto;
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.box-table table.dataTable.linefeed th, .box-table table.dataTable.linefeed td{white-space: normal; overflow: visible}
.box-table table.linefeed{min-width: auto}
/*.box-table table.dataTable th .th-inner{max-width: 300px}*/
.box-table table.dataTable .inner{display: inline-block}
.stock-title{ font-size: 28px; text-align: center; margin: 0 0 40px; color: #0061d8 }
/*.th-inner-hidden, .box-table .tooltip{display: none; visibility: hidden}*/
.box-table .fixed-table-container thead th .th-inner{
    /*display: inline-block;*/
    /*padding: 9px 8px 7px;*/
    padding: 8px;
    line-height: 22px;
}
.box-table .table-column-adjustable table{
    max-width: none;
}
.box-table .table-column-adjustable thead th{cursor: col-resize}
.box-table .table-column-adjustable thead th:hover{box-shadow: inset -10px 0 0 0 #e8ecef}
.box-table .table-column-adjustable thead th .th-inner{margin-right: 10px}
.box-table .fixed-table-container thead th .sortable{
    padding-right: 22px;
    cursor: pointer;
}
.user-select-none, .user-select-none *{user-select: none}
.box-table table.dataTable .sortable:after {
    content:" ";
    position: absolute;
    top: 12px;
    right: 6px;
    display: block;
    width: 15px;
    height: 15px;
    opacity: 0.4;
    background: url(/images/icon-sorting.png) no-repeat right center;
    background-size: 15px;
    cursor: pointer;
}
.box-table table.dataTable .sortable:hover:after {opacity: 1;}
.box-table table.dataTable .sortable.desc:after {
    opacity: 1;
    background: url(/images/icon-sorting_desc.png) no-repeat right center;
    background-size: 15px;
    cursor: pointer;
}
.box-table table.dataTable .sortable.asc:after {
    opacity: 1;
    background: url(/images/icon-sorting_asc.png) no-repeat right center;
    background-size: 15px;
    cursor: pointer;
}
.box-table .card-views{
    margin: -8px;
    background: white;
}
.box-table .card-view{
    border-bottom: 1px solid #e8ecef;
    display: flex;
    /* align-items: center; */
}
.box-table .card-view:last-of-type{
    border-bottom: none;
}
.box-table .card-view:nth-of-type(2n){
}
.box-table .card-view:nth-of-type(2n+1){background: #fafbfc;}
.box-table .card-view&gt;.title{display: inline-block;background: #f4f7fa;color: #768596;font-weight: 400;border-right: 1px solid #e8ecef;padding: 9px 13px 7px 13px;vertical-align: middle;/* flex: auto; */}
.box-table .card-view&gt;.value{display: inline-block;padding: 9px 13px 7px 13px;vertical-align: middle;white-space: pre-wrap;}
.dataBrowse .box-table .card-view&gt;.title{width: 170px;min-width: auto;overflow: hidden;text-overflow: ellipsis;}
.dataBrowse .box-table .card-view&gt;.value{width: calc(100% - 170px);}
.dataBrowse .box-table .card-view&gt;span{position: relative}
.fixed{
    position: fixed;
}
.bootstrap-table .no-records-found{background: #fff!important}
.bootstrap-table .no-records-found&gt;td{position:static!important; color: transparent!important; line-height: 100px!important}
.bootstrap-table .no-records-found&gt;td:before{
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
    font-weight: normal;
    font-size: 16px;
    /*line-height: 16px;*/
    color: #b2bbcc;
    content: '暂无数据';
    text-align: center;
    padding-left: 50px;
    white-space: nowrap;
    background: url(/images/icon-empty-data.png) calc(50% - 60px) center / 48px 32px no-repeat;
}
html[lang^="en"] .bootstrap-table .no-records-found&gt;td:before{content: 'No data available'}
.dataTable.col-title-odd td:nth-of-type(odd){
    font-weight: bold;
    /*white-space: nowrap;*/
}
.box-table .show-overflow{
    width: auto!important;
    max-width: 10000px!important;
    overflow: visible!important;
}
.box-table table.dataTable.no-title&gt;thead{display: none!important}

h1.text-bold, h2.text-bold, h3.text-bold, h4.text-bold, h5.text-bold,
span.text-bold, p.text-bold, td.text-bold,
.dataTable.text-bold td,
.dataTable.text-bold-c1 td:nth-of-type(1),
.dataTable.text-bold-c2 td:nth-of-type(2),
.dataTable.text-bold-c3 td:nth-of-type(3),
.dataTable.text-bold-c4 td:nth-of-type(4),
.dataTable.text-bold-c5 td:nth-of-type(5) {
    font-weight: bold;
}

.dataTable.text-left td, .dataTable.text-left th,
.dataTable.text-left-c1 td:nth-of-type(1), .dataTable.text-left-c1 th:nth-of-type(1),
.dataTable.text-left-c2 td:nth-of-type(2), .dataTable.text-left-c2 th:nth-of-type(2),
.dataTable.text-left-c3 td:nth-of-type(3), .dataTable.text-left-c3 th:nth-of-type(3),
.dataTable.text-left-c4 td:nth-of-type(4), .dataTable.text-left-c4 th:nth-of-type(4),
.dataTable.text-left-c5 td:nth-of-type(5), .dataTable.text-left-c5 th:nth-of-type(5) {
    text-align: left;
}

.dataTable.text-right td, .dataTable.text-right th,
.dataTable.text-right-c1 td:nth-of-type(1), .dataTable.text-right-c1 th:nth-of-type(1),
.dataTable.text-right-c2 td:nth-of-type(2), .dataTable.text-right-c2 th:nth-of-type(2),
.dataTable.text-right-c3 td:nth-of-type(3), .dataTable.text-right-c3 th:nth-of-type(3),
.dataTable.text-right-c4 td:nth-of-type(4), .dataTable.text-right-c4 th:nth-of-type(4),
.dataTable.text-right-c5 td:nth-of-type(5), .dataTable.text-right-c5 th:nth-of-type(5) {
    text-align: right;
}

/*h1.text-center, h2.text-center, h3.text-center, h4.text-center, h5.text-center,*/
.dataTable.text-center td, .dataTable.text-center th, .dataTable.text-center-th th,
.dataTable.text-center-c1 td:nth-of-type(1), .dataTable.text-center-c1 th:nth-of-type(1),
.dataTable.text-center-c2 td:nth-of-type(2), .dataTable.text-center-c2 th:nth-of-type(2),
.dataTable.text-center-c3 td:nth-of-type(3), .dataTable.text-center-c3 th:nth-of-type(3),
.dataTable.text-center-c4 td:nth-of-type(4), .dataTable.text-center-c4 th:nth-of-type(4),
.dataTable.text-center-c5 td:nth-of-type(5), .dataTable.text-center-c5 th:nth-of-type(5) {
    text-align: center;
}

span.text-link,
.dataTable.text-link td,
.dataTable.text-link-c1 td:nth-of-type(1),
.dataTable.text-link-c2 td:nth-of-type(2),
.dataTable.text-link-c3 td:nth-of-type(3),
.dataTable.text-link-c4 td:nth-of-type(4),
.dataTable.text-link-c5 td:nth-of-type(5){
    color: #0058b6;
    cursor: pointer;
}
.dataTable.text-link td,
.dataTable.text-link-c1 td:nth-of-type(1):hover,
.dataTable.text-link-c2 td:nth-of-type(2):hover,
.dataTable.text-link-c3 td:nth-of-type(3):hover,
.dataTable.text-link-c4 td:nth-of-type(4):hover,
.dataTable.text-link-c5 td:nth-of-type(5):hover {
    text-decoration: underline;
}

.dataTable.w-p10 td, .dataTable.w-p10 th,
.dataTable.w-p10-c1 th:nth-of-type(1),
.dataTable.w-p10-c2 th:nth-of-type(2),
.dataTable.w-p10-c3 th:nth-of-type(3),
.dataTable.w-p10-c4 th:nth-of-type(4),
.dataTable.w-p10-c5 th:nth-of-type(5) {
    width: 10%;
}
.dataTable.w-p15 th,
.dataTable.w-p15-c1 th:nth-of-type(1),
.dataTable.w-p15-c2 th:nth-of-type(2),
.dataTable.w-p15-c3 th:nth-of-type(3),
.dataTable.w-p15-c4 th:nth-of-type(4),
.dataTable.w-p15-c5 th:nth-of-type(5) {
    width: 15%;
}
.pre-wrap, .box-table table.dataTable.pre-wrap td{white-space: pre-wrap}
.table-date-width .th-inner{
    width: 100px;
}
/*bootstrap-table*/
.fixed-table-container{
    border: none;
}
.fixed-table-container thead th .both, .fixed-table-container thead th .desc, .fixed-table-container thead th .asc{
    background-image: none;
}
.box .fixed-table-pagination {
    margin-left: 0;
    margin-top: 20px;
    height: 56px;
    display: flex;
    justify-content: flex-end;
}
.box .fixed-table-pagination .pagination-detail{margin: 7px 10px 0 0}
.box .pagination {
    display: inline-flex;
    flex: 0;
    text-align: center;
    font-size: 0;
    justify-content: space-between;
}
.box .pagination .page-list .btn{padding: 6px 8px 6px 10px;}
.box .fixed-table-pagination .page-list .btn{border: 1px solid #ccc;color: #333;}
.box .fixed-table-pagination .page-list .btn:hover, .fixed-table-pagination .page-list .btn:focus, .pagination &gt; li &gt; a:hover{
    color: #0061d8;
    background-color: #edf2f8;
}
.box .pagination&gt;li{
    display: inline-flex;
    flex: 1;
    justify-content: center;
}
.box .pagination&gt;li+li{margin-left: 2px}
.box .pagination&gt;li&gt;a {
    font-size: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    color: #3e3e3e;
    padding: 0;
    max-width: 80px;
    min-width: 36px;
    display: inline-flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.detail-view-scroll{
    white-space: pre-line;
    overflow: auto;
    max-height: 200px;
    padding: 12px;
    background-color: #fafafa;
    box-shadow: inset 0 0 1px 0px #aaa;
}
td[colspan]&gt;.detail-view-scroll{margin: -8px}
.detail-view-scroll::-webkit-scrollbar{
    width: 8px;
    height: 6px;
    background-color: transparent;
}
.detail-view-scroll::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: #0061d8;
}
.dataTable.data-loading{
    min-height: 100px;
}
.data-loading{position: relative}
.data-loading::after{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
    background-color: #fff;
    background-image: linear-gradient(90deg, #fff, #ececec, #fff, #ececec);/*linear-gradient(90deg, #fff, #ccc, #fff, #ccc);*/
    background-size: 300% 100%;
    animation: data-loading 4s infinite linear;
}
@keyframes data-loading{
    0%{background-position: 100% 0}
    100%{background-position: 0 0}
}
@media (max-width: 500px){
    .box .pagination&gt;li&gt;a{min-width: 0}
}
.box .pagination&gt;.active&gt;a, .box .pagination&gt;.active&gt;a:focus, .box .pagination&gt;.active&gt;a:hover, .box .pagination&gt;.active&gt;span, .box .pagination&gt;.active&gt;span:focus, .box .pagination&gt;.active&gt;span:hover {
    color: #fff;
    background: #0061d8;
}
.box .dropdown-menu&gt;li&gt;a{
    background-color: inherit;
    padding: 7px 20px;
}
.box .dropdown-menu&gt;.active&gt;a, .box .dropdown-menu&gt;.active&gt;a:focus, .box .dropdown-menu&gt;.active&gt;a:hover {
    background: #fff;
    color: #004ea1;
}
.box .dropdown-menu&gt;li&gt;a:hover{box-shadow: inset #eee 0 0 10px 0px;}
/*bootstrap-table end*/
.stock-input{
    width: 220px;
    padding: 6px 10px;
    border: 1px solid #cecece;
}
.inline-block{display: inline-block}
.noVisible{visibility: hidden}
/*body&gt;div&gt;.container-fluid{position: relative;}*/
.header.header-hide{top: -72px;}
.header1{
    position: fixed;
    top: 70px;
    transition: all 0.3s ease-out;
    width: 100%;
    z-index: 1;
}
.header1.header-hide{top: 0}
.ten-div span{margin: 0 6px 6px 0}
.box .nav-pills{font-size: 0}
.box .nav-pills&gt;li{
    display: inline-block;
    float: none;
    min-width: 100px;
    text-align: center;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    padding: 11px 12px;
    border-radius: 3px;
    background-color: #eff3f8;
    margin: 5px 10px 5px 0;
}
.box .nav-pills&gt;li&gt;a{
    padding: 0;
    color: inherit;
    background-color: inherit;
    transition: none;
}
.box .nav-pills&gt;li.active{background-color: #0061d8;color: #fff}
.box .nav-pills&gt;li.active&gt;a, .box .nav-pills&gt;li.active&gt;a:hover, .box .nav-pills&gt;li.active&gt;a:focus{
    background-color: inherit;
    color: inherit;
}
.box-with-tab{padding: 0}
.box-with-tab .nav-tabs {
    display: block;
    background: #f7f9fb;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 0;
}
.box-with-tab .nav-tabs&gt;li a{
    cursor: pointer;
    float: left;
    padding: 16px 28px;
    color: #333;
    border: none;
    font-size: 18px
}
.box-with-tab .nav-tabs&gt;li:hover a{
    background: #fcfcfc;
}
.box-with-tab .nav-tabs&gt;li.active a{
    color: #0061d8!important;
    background-color: #fff;
    font-weight: 500;
}
.box-with-tab .tab-content{padding: 30px}
.box-data-transfer .arrow-btns {
    width: 80px;
    height: 350px;
    float: left;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.box-data-transfer .arrow-btns .arrow-btn {
    width: 44px;
    height: 44px;
    border: 1px solid;
    cursor: pointer;
    border-radius: 100%;
    font-size: 14px;
    text-align: center;
    color: #fff;
    outline: none;
    margin: 20px 12px;
}
.box-data-transfer .arrow-btns .arrow-btn.left {
    border-color: #e82626;
    background: #e82626;
}
.box-data-transfer .arrow-btns .arrow-btn.right {
    border-color: #0061d8;
    background: #0061d8;
}

.select-box-header {
    padding: 5px 0 5px 20px;
    font-weight: 600;
    display: inline-block;
}
/*.databrowse-detail .keys-search-left{margin: 6px}*/
.box-marketData{
    padding: 23px 30px 15px;
    margin: 0 0 10px 0;
}
.box .box-pagination{margin: 0}
.box .box-pagination .pagination{margin: 0}
.box .box-pagination .pagination&gt;li&gt;a{line-height: 1.428571429}
.box-marketData .box-header{margin: 0 0 6px}

.map-image{max-width: 100%}
.box textarea{max-width: 100%; padding: 6px 10px}
.box pre{margin: 10px 0; padding: 10px;overflow: auto}
.max-w750{max-width: 750px}
.max-w1000{max-width: 1000px}

/*.container {
    position: relative;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1480px;
}*/
.download-tip{text-align: center}
.disabled{opacity: 0.6!important; cursor: not-allowed!important}
.overflowX-scrollbar{position: relative; transition: none}
.overflowX-scrollbar .scroll-arrow{
    opacity: 0; position: absolute; top:auto; left:0; width: 40px; height: 40px;
    background: url(/images/arrow-white.svg) no-repeat center/80%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}
.overflowX-scrollbar:hover .scroll-arrow{opacity: 0.8}
.overflowX-scrollbar .left-arrow{transform: scaleX(-1)}
.flex{display: flex}
html[lang^="en"] .showing-locale-zh{display: none!important}
html[lang^="zh"] .showing-locale-en{display: none!important}

@media (max-width: 1440px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1000px){
    .showing-mobile{display: none!important}
}
/*移动端页面*/
@media (max-width: 1000px){
    .showing-pc{display: none!important}
    .site-page .container {padding: 0}
    .header.header-hide{top: -60px;}
    .header-hide .nav-title{display: none;}
    .box-tools, .tab-pane, .filter-name, .input-group, .stock-search{width: 100%}
    .date-picker, .stock-select, .stock-input{width: 100%!important}
    .box-header-title {
        width: 100%;
        margin: 0;
        text-align: center;
        font-size: 21px;
    }
    .box .box-filter{
        width: 100%!important;
        margin: 5px 0;
    }
    .box .filter-condition{width: 100%}
    .box .pagination{flex: 1}
    .box div.pagination {margin: 10px auto}
    .box .pagination-detail {display: none}

    .nav-tab-menu .nav-row.level-1 .container {
        padding: 0 42px;
    }
    .nav-tab-menu .nav-title{
        float: none;
        margin: 8px 0 0;
        text-align: center;
        font-size: 20px;
    }
    .nav-tab-menu .level-1 .nav-title{margin-left: 0}
    .nav-tab-menu .nav-row.level-1 li&gt;a{
        font-size: 15px;
    }
    .nav-tab-menu .nav-row li&gt;a{
        font-size: 14px;
    }
    .box a.download-btn{
        text-align: center;
        padding: 0;
        width: 100%;
    }
    .box-data-list, .box-data-transfer, .box-data-select{
        width: 100%;
    }
    .box-data-list{
        margin: 0 0 20px;
    }
    .box-data-transfer .arrow-btns{
        height: auto;
        width: 100%;
    }
    .box .nav-pills&gt;li{
        margin: 5px;
    }
}
</pre></body></html>