#page {
    position: relative;
    padding-top: 178px;
    width: 1264px;
    height: 876px;
    margin: 0 auto;
}

.main-panel {
    position: relative;
    height: 100%;
    background: url(../images/main-panel-bg.png) no-repeat 0 0;
}

.main-panel-inner {
    position: relative;
    top: 247px;
    left: 56px;
    width: 1154px;
    height: 593px;
    background: url(../images/main-panel-inner.png) no-repeat 0 0;
}

.main-panel-tabs {
    padding-top: 6px;
}

.main-panel-tabs .tabs-panels-right {
    border: none;
}

.main-panel-tabs .tabs-panels-right .panel-body {
    background: none;
}

.main-panel-tabs .tabs-header {
    /*width: 235px;*/
    width: 230px;
    padding-right: 5px;
    height: 578px;
    background: #d2a673;
    border: none;
}

.main-panel-tabs .tabs-header .tabs-wrap{
    padding-top: 229px;
    /*height: 345px;*/
    height: 265px;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

.main-panel-tabs .tabs-header .tabs {
    /*padding-top: 229px;*/
    /*height:auto;*/
    /*height: 345px;*/
    height: 265px;
    /*overflow-y: scroll;*/
    border: none;
    overflow-x: hidden;
    position: relative;
}

.main-panel-tabs .tabs-header .tabs li {
    width: 210px;
    height: 70px;
    background: url(../images/tabs-btn.png) no-repeat 0 0;
}

.main-panel-tabs .tabs-header .tabs .tabs-selected {
    background-position: 0 -80px;
}

.main-panel-tabs .tabs-header .tabs .tabs-selected .tabs-title {
    color: #daf7a9;
    /* text color */
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 2px 6px rgba(19, 109, 1, .38);
    /* drop shadow */

}

.main-panel-tabs .tabs li.tabs-selected a.tabs-inner {
    background: none;
    border: none;
}

.main-panel-tabs .tabs li a.tabs-inner {
    background: none;
    border: none;
}

.main-panel-tabs .tabs li a.tabs-inner .tabs-title {
    display: block;
    line-height: 70px;
    text-align: center;
    color: #ffdfb7;
    /* text color */
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 2px 6px rgba(98, 63, 33, .38);
    /* drop shadow */

}

.main-panel-inner .lt-box {
    position: absolute;
    left: 40px;
    top: 46px;
    z-index: 1;
}

.main-panel-inner .lt-box img {
    display: block;
    width: 160px;
    height: 120px;
    margin-bottom: 10px;
}

.main-panel-inner .lt-box .link-btn {
    display: block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
    background-color: #9b613b;
    /* layer fill content */
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    /* drop shadow */
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    /* drop shadow */
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    /* drop shadow */

    color: #d1a573;
    /* text color */
    font-size: 16px;
    text-shadow: 1px 2px 6px rgba(98, 63, 33, .38);
    /* drop shadow */
    text-align: center;

}

/*datagrid*/
.datagrid-sort .datagrid-sort-icon {
    background-image: url(../images/datagrid_icons.png);
}

.main-panel-inner .datagrid-header {
    background: #bf8d5c;
    border: none;
}

.main-panel-inner .datagrid-header::before {
    content: '';
    display: block;
    height: 3px;
    background: #748730;
}

.main-panel-inner .datagrid .panel-body {
    border: none;
}

.main-panel-inner .datagrid-htable {
    height: 37px;
    border-collapse: collapse;
}

.main-panel-inner .datagrid-row-over {
    background: none;
}

.main-panel-inner .datagrid-htable td {
    border-right: 1px solid #542f1b;
    border-left: 1px solid #824f31;
    color: #ffdbab;
    font-size: 14px;
    text-shadow: 0 3px 6px #5b3521;
    line-height: 37px;
}

.main-panel-inner .datagrid-htable td span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.main-panel-inner .datagrid-htable td .datagrid-cell {
    text-align: center;
}

.main-panel-inner .datagrid-htable td .datagrid-sort-icon {
    height: 16px;
}

.main-panel-inner .datagrid-htable .datagrid-header-over {
    background: #4f8435;
}

.main-panel-inner .datagrid-htable .datagrid-header-over .datagrid-sort-icon {
    background: url(../images/datagrid_icons_hover.png) no-repeat 4px 0;
}

.main-panel-inner .datagrid-htable .datagrid-header-over .datagrid-sort-asc .datagrid-sort-icon {
    background-position: 4px -20px;
}

.main-panel-inner .datagrid-htable .datagrid-header-over .datagrid-sort-desc .datagrid-sort-icon {
    background-position: 4px -38px;
}

.main-panel-inner .datagrid-htable .datagrid-header-over span {
    color: #c5fb79;
    text-shadow: 0 3px 6px #3b612d;

}

.main-panel-inner .datagrid-btable {
    border-collapse: collapse;
}

.main-panel-inner .datagrid-btable td {
    position: relative;
    /*border:none;*/
    border-color: transparent;
}

.main-panel-inner .datagrid-btable tr {
    cursor: pointer;
}

.main-panel-inner .datagrid-btable tr:hover {
    background-color: #deb982;
}

.main-panel-inner .datagrid-btable .datagrid-row-selected {
    background: none;
    color: #553521;
}

.main-panel-inner .datagrid-btable td div {
    height: 45px;
    line-height: 45px;
    color: #553521;
    font-size: 14px;
}

.main-panel-inner .datagrid-row {
    height: 45px;
    border-bottom: 1px dashed #bc9b6f;
}

.main-panel-inner .datagrid-body {
    overflow: hidden;
}

.datagrid-mask-msg {
    background-color: #e8c48e;
    border: 1px solid #bf8d5c;
    color: #ffdbab;
    font-size: 14px;
    text-shadow: 0 3px 6px #5b3521;
}



.rank-num-1,
.rank-num-2,
.rank-num-3 {
    display: inline-block;
    width: 35px;
    height: 37px;
    background-image: url(../images/rank-icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    text-indent: 9999px;
}

.rank-num-1 {
    background-position: 0 0;
}

.rank-num-2 {
    background-position: 0 -46px;
}

.rank-num-3 {
    background-position: 0 -92px;
}

.rank-num {
    display: inline-block;
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    border-top: 1px solid #dcb47d;
    border-left: 1px solid #e1bc8a;
    border-right: 1px solid #cba272;
    border-bottom: 1px solid #bc9a6a;
    background: #d2a876;
}

.main-panel-inner .datagrid-pager {
    position: relative;
    margin-top: 20px;
    border: none;
}

.main-panel-inner .datagrid-pager table {
    float: right;
    margin-right: 20px;
}

.main-panel-inner .datagrid-pager table a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.main-panel-inner .datagrid-pager td {
    padding-right: 10px;
}

.main-panel-inner .pagination-links a {
    margin-left: 10px;
}

.main-panel-inner .pagination-links a:first-child {
    margin-left: 0;
}

.pagination-num-wrapper,
.main-panel-inner .pagination-link {
    background-color: #4f8335;
    /* layer fill content */
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    /* drop shadow */
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    /* drop shadow */
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    /* drop shadow */
}

.pagination-num-wrapper {
    padding: 2px;
    color: #ccf97d;
    /* text color */
}

.main-panel-inner .pagination-link .l-btn-text {
    width: auto;
    min-width: 24px;
    padding: 0 5px 0 5px;
    color: #ccf97d;
    /* text color */
    font-size: 12px;
}

.main-panel-inner .pagination-link.l-btn-selected {
    background: #9b623c;
}

.main-panel-inner .pagination-link.l-btn-selected .l-btn-text {
    color: #ffdfb7;
}


.pagination-sp-btn {
    min-width: 63px;
    height: 28px;
    line-height: 28px;
    background-color: #4f8335;
    /* layer fill content */
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    /* drop shadow */
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    /* drop shadow */
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    /* drop shadow */
    color: #ccf97d;
    /* text color */
    font-size: 12px;
}

.pagination-sp-btn:hover {
    color: #ccf97d;
    /* text color */
    background-color: #4f8335;
    text-decoration: none;
}

.pagination-sp-btn .l-btn-text {
    width: auto;
}

.left-arrow-icon,
.right-arrow-icon {
    display: inline-block;
    width: 11px;
    height: 19px;
    vertical-align: middle;
}

.left-arrow-icon {
    margin-right: 5px;
    background: url(../images/left-arrow.png) no-repeat 0 0;
}

.right-arrow-icon {
    margin-left: 5px;
    background: url(../images/right-arrow.png) no-repeat 0 0;
}

.main-panel .search {
    position: absolute;
    right: 60px;
    top: 206px;
    width: 274px;
    height: 35px;
    background: url(../images/search.png) no-repeat 0 0;
}

.main-panel .search input {
    display: block;
    width: 222px;
    height: 35px;
    margin-left: 12px;
    line-height: 35px;
    border: none;
    outline: none;
    background: transparent;
    color: #553521;
    /* text color */
    font-size: 14px;
}

.main-panel .search a {
    position: absolute;
    right: 6px;
    top: 2px;
    display: block;
    width: 32px;
    height: 32px;
}

.no-result-tips,
.search-result-panel {
    display: none;
    position: relative;
    top: 257px;
    left: 60px;
    width: 1140px;
    height: 579px;
    background-color: #e7c38d;
    /* layer fill content */
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    /* drop shadow */
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    /* drop shadow */
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    /* drop shadow */
}

.no-result-tips .return-btn,
.search-result-panel .return-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 93px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
    background-color: #4f8335;
    /* layer fill content */
    color: #c5fb79;
    /* text color */
    font-size: 14px;
}

.no-result-tips img {
    display: block;
    width: 152px;
    height: 171px;
    margin: 0 auto;
    margin-top: 128px;
    margin-bottom: 12px;
}

.no-result-tips .return-btn {
    display: block;
    position: static;
    right: auto;
    top: auto;
    margin: 0 auto;
}

.no-result-tips-text {
    display: block;
    color: #553521;
    /* text color */
    font-size: 16px;
    text-align: center;
    margin-bottom: 44px;
}

.no-result-tips-text em {
    font-style: normal;
}

.search-result-panel:before {
    content: '';
    display: block;
    height: 3px;
    background: #788d35;
}

.search-result-title {
    display: block;
    height: 40px;
    margin-bottom: 28px;
    line-height: 40px;
    color: #553521;
    /* text color */
    font-size: 16px;
    background: #cfa370;
    text-indent: 16px;
    font-weight: normal;
}

.search-result-title span {
    font-weight: bold;
}

.search-result-panel .panel-body {
    background: transparent;
}

.search-result-tabs .tabs-header {
    background: transparent;
    border: none;
}

.search-result-tabs .tabs-panels{
    width: 100%;
    text-align: center;
    border: none;
}

.search-result-tabs .tabs-header .tabs {
    height: 52px;
    /*width: 100%;*/
    width: 1116px;
    margin-left: -10px;
    padding: 0;
    text-align: center;
    border: none;
}

.search-result-tabs .tabs-header .tabs li {
      /* float: none;
    margin-right: 26px;*/
    /*width: 182px;*/
    width: 182px;
    height: 45px;
    margin: 0 20px 15px 20px;
}


.search-result-tabs .tabs-header .tabs li a {
    /*width: 182px;
    height: 45px;*/
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: url(../images/tabs-btn2.png) no-repeat 0 0;


}

.search-result-tabs .tabs-header .tabs .tabs-title {
    color: #ffdfb7;
    /* text color */
    font-size: 22px;
    font-weight: bold;
    text-shadow: 1px 2px 6px rgba(98, 63, 33, .38);
    /* drop shadow */
}

.search-result-tabs .tabs-header .tabs .tabs-selected .tabs-title {
    color: #daf7a9;
}

.search-result-tabs .tabs-header .tabs .tabs-selected a {
    background-position: 0 -55px;
}

.search-result-content {
    height: 432px;
}

.search-result-content3,
.search-result-content4,
.search-result-content5,
.search-result-content6,
.search-result-content7,
.search-result-content8,
.search-result-content9{
    background: url(../images/coner-bg.jpg) no-repeat right bottom;
}

.search-result-content .wrapper {
    position: relative;
    float: left;
    height: 425px;
}

.search-result-content .left-wraper {
    width: 526px;
}

.search-result-content .right-wraper {}

.search-result-content:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    *zoom: 1;
}

.search-result-info-panel .top-area {
    /*padding-top: 88px;*/
    padding-top: 50px;
    margin-bottom: 24px;
}

.search-result-info-panel .info-table1,
.search-result-info-panel .info-table2 {
    width: 546px;
    text-align: center;

}

.search-result-info-panel .info-table2 {
    height: 170px;
    background: #d9b07e url(../images/coner.png) no-repeat right top;
}

.search-result-info-panel .info-table1 span {
    display: block;
    padding-top: 20px;
    color: #553521;
    /* text color */
    font-size: 16px;

}

.search-result-info-panel .info-table2 .col {
    width: 100%;
    color: #553521;
    /* text color */
    font-size: 16px;
    line-height: 2.6em;
    text-align: left;
}

.search-result-info-panel .info-table2 .col td:first-child {
    width: 125px;
    padding-left: 54px;
}

.search-result-content3 .search-result-info-panel,
.search-result-content4 .search-result-info-panel,
.search-result-content5 .search-result-info-panel,
.search-result-content6 .search-result-info-panel,
.search-result-content7 .search-result-info-panel,
.search-result-content8 .search-result-info-panel,
.search-result-content9 .search-result-info-panel{
    position: relative;
    left: -16px;
    width: 652px;
    height: 217px;
    margin: 0 auto;
    margin-top: 22px;
    padding-top: 120px;
    background: url(../images/search-result-info-bg.png) no-repeat 0 0;
}
.search-result-content3 .info-table1,
.search-result-content4 .info-table1,
.search-result-content5 .info-table1,
.search-result-content6 .info-table1,
.search-result-content7 .info-table1,
.search-result-content8 .info-table1,
.search-result-content9 .info-table1 {
    width: 502px;
    margin: 0 auto;
}
.search-result-content3 .info-table1 td{
    width: 25%;
}

.search-result-content4 .info-table1 td,
.search-result-content5 .info-table1 td,
.search-result-content6 .info-table1 td,
.search-result-content7 .info-table1 td,
.search-result-content8 .info-table1 td,
.search-result-content9 .info-table1 td{
    width: 20%;
}
.result-icon1,
.result-icon2,
.result-icon3,
.result-icon4 {
    display: inline-block;
    height: 42px;
    background: url(../images/search-result-icon.png) no-repeat 0 0;
}

.result-icon1 {
    width: 42px;
}

.result-icon2 {
    width: 35px;
    background-position: -52px 0;
}

.result-icon3 {
    width: 36px;
    background-position: -98px 0;
}

.result-icon4 {
    width: 42px;
    background-position: -143px 0;
}

.chart {
    width: 340px;
    height: 302px;
    margin-left: 92px;
    margin-top: 50px;
}

.no-data-result-tips {
    display: none;
    margin-top: 210px;
    text-align: center;
    color: #553521;
    font-size: 16px;
}

.no-data-result-tips span {
    display: block;
}

.duanwei1 {
    color: #ff0000;
}

.duanwei2 {
    color: #000000;
}

.duanwei3 {
    color: #00a600;
}

.duanwei4 {
    color: #00e3e3;
}

.duanwei5 {
    color: #ffff6f;
}

.duanwei6 {
    color: #fcfcfc;
}

.duanwei7 {
    color: #8e8e8e;
}

.duanwei8 {
    color: #ff5809;
}
.mCSB_scrollTools .mCSB_draggerContainer{
    background: #e8c48e;

}
.mCSB_scrollTools .mCSB_dragger{
    height: 20px;
    background: #bf8d5c;
}
.mCSB_scrollTools{
    background: #e8c48e;
    width: 6px;
}
.mCSB_inside > .mCSB_container{
    margin-right: 8px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #bf8d5c;

}
.mCSB_scrollTools .mCSB_draggerRail{
    background: #e8c48e;

}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background: #bf8d5c;
}
.tabs-scroller-right,
.tabs-scroller-left{
    border-color: #e7c38d;
    background: #e7c38d;
}
.search-result-tabs .tabs-wrap{
    overflow: -webkit-paged-y;
    overflow: unset;
}



