/**!
* é’æµ·çœå…¬å…±èµ„æºäº¤æ˜“ç½‘
* date:2021-09-27
* author: gaoli&zsy;
*/

.mod {
    padding: 22px 20px 0;
    box-shadow: -5.706px 1.854px 38px 0px rgba(31, 57, 171, 0.13);
    border-radius: 6px;
    margin-top: 28px;
    background-color: #fff;
    box-sizing: border-box;
}

.mod:first-child {
    margin-top: 15px;
}

.trade-notice {
    height: 683px;
}

.com-hd {
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    background: url("../images/trade_head.png") no-repeat right center;
}

.com-hd .headline {
    display: inline-block;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 800;
    background: url("../images/headlione_before.png") no-repeat left center;
}

.trade-tab {
    margin-top: 30px;
}

.tradetab-hd {
    text-align: center;
    font-size: 0;
}

.tradetab-hdl {
    display: inline-block;
    margin: 0 50px;
}

.tradetab-hdl a {
    display: block;
}

.trade-ico {
    position: relative;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 7px 25px 0px rgba(0, 82, 190, 0.22);
}

.trade-ico:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
}

.tradetab-hdl:nth-child(1) .trade-ico:before {
    background-image: url("../images/tab_ico1.png");
}

.tradetab-hdl:nth-child(2) .trade-ico:before {
    background-image: url("../images/tab_ico2.png");
}

.tradetab-hdl:nth-child(3) .trade-ico:before {
    background-image: url("../images/tab_ico3.png");
}

.tradetab-hdl:nth-child(4) .trade-ico:before {
    background-image: url("../images/tab_ico4.png");
}

.tradetab-hdl:nth-child(5) .trade-ico:before {
    background-image: url("../images/tab_ico6.png");
}

.tradetab-hdl:nth-child(6) .trade-ico:before {
    background-image: url("../images/tab_ico6.png");
}

.tradetab-hdl:nth-child(1).active .trade-ico:before {
    background-image: url("../images/tab_ico1h.png");
}

.tradetab-hdl:nth-child(2).active .trade-ico:before {
    background-image: url("../images/tab_ico2h.png");
}

.tradetab-hdl:nth-child(3).active .trade-ico:before {
    background-image: url("../images/tab_ico3h.png");
}

.tradetab-hdl:nth-child(4).active .trade-ico:before {
    background-image: url("../images/tab_ico4h.png");
}

.tradetab-hdl:nth-child(5).active .trade-ico:before {
    background-image: url("../images/tab_ico6h.png");
}

.tradetab-hdl:nth-child(6).active .trade-ico:before {
    background-image: url("../images/tab_ico6h.png");
}

.tradetab-hdl.active .trade-ico {
    box-shadow: 0px 3px 13px 0px rgba(251, 171, 127, 0.47);
    background-color: #fba980;
    background-image: linear-gradient(to bottom, #fba980, #f6cb6c);
}

.trade-txt {
    line-height: 25px;
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

.tradetab-bd {
    margin-top: 30px;
}

.bdl {
    display: none;
}

.noticetab-hd {
    height: 50px;
    line-height: 50px;
    border-radius: 35px;
    background-color: #eff4f9;
}

.noticetab-hdl {
    width: 16.666%;
}

.noticetab-hdl a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #666;
    z-index: 1;
}

.noticetab-hdl.active a {
    font-weight: 800;
    color: #ffb22b;
}

.noticetab-hdl.active a:before {
    position: absolute;
    left: 0;
    top: -3px;
    content: "";
    width: 100%;
    height: 56px;
    border-radius: 35px;
    border: 2px solid #f8be74;
    box-sizing: border-box;
    box-shadow: 1.5px 2.598px 13px 0px rgba(251, 170, 127, 0.19);
    background-color: #fff;
    z-index: -1;
}

.noticetab-bd {
    padding: 15px 0 0 12px;
}

.news-item {
    position: relative;
    line-height: 55px;
    font-size: 17px;
}

.news-item+.news-item {
    border-top: 1px dashed #d5d9e4;
}

.news-item:before {
    position: absolute;
    content: "";
    left: 2px;
    top: 50%;
    margin-top: -11px;
    width: 20px;
    height: 22px;
    background: url("../images/pro_ico.png") no-repeat left center;
}

.news-item .link {
    padding-left: 38px;
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 120px;
}

.news-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.news-item:hover .link,
.news-item:hover .news-time {
    color: #ffb22b;
}

.news-item:hover:before {
    background-image: url("../images/pro_icoh.png");
}


/* å¼€æ ‡æƒ…å†µ */

.bidinfo-box .com-hd {
    width: 870px;
    background-size: 780px auto;
}

.date-select {
    width: 120px;
    height: 38px;
    margin-left: 15px;
}

.date-select .select {
    display: none;
}

.date-select .chosen-container-single .chosen-single {
    border-color: #ced5dc;
    line-height: 38px;
    border-radius: 3px;
    font-size: 16px;
    height: 38px;
}

.date-select .chosen-container-single .chosen-single span {
    margin-right: 19px;
}

.date-select .chosen-container-single .chosen-single div {
    width: 19px;
}

.date-select .chosen-container-single .chosen-single div b {
    background: url("../images/select_down.png") no-repeat right 9px center;
}

.date-select .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/select_top.png") no-repeat right 9px center;
}

.date-select .chosen-with-drop .chosen-single {
    border-radius: 3px 3px 0 0;
}

.date-select .chosen-container .chosen-drop {
    border-color: #ced5dc;
    font-size: 15px;
}

.bid {
    border-top: 1px solid #3078e1;
    margin-top: 20px;
    padding-top: 1px;
    font-size: 16px;
}

.bid-hd {
    height: 38px;
    line-height: 38px;
    color: #fff;
    background-color: #3366cc;
}

.bid-item {
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bid-item:nth-child(1) {
    width: 5%;
}

.bid-item:nth-child(2) {
    width: 40%;
}

.bid-item:nth-child(3) {
    width: 22%;
}

.bid-item:nth-child(4) {
    width: 14%;
}

.bid-item:nth-child(5) {
    width: 19%;
}

.bid-item.text-left {
    text-align: left;
    padding-left: 20px;
    padding-right: 40px;
}

.bid-bd .bid-info:hover {
    color: #ffb22b;
    background-color: #fdfaf4;
}

.bid-scroll {
    height: 365px;
    font-size: 17px;
    overflow: hidden;
}

.bid-info {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #eee;
}

.bid-info:first-child {
    border-top: none;
}


/* æ•°æ®ç®€æŠ¥ */

.data-intro {
    padding-bottom: 40px;
}

.data-intro .com-hd {
    width: 993px;
    background-size: 780px auto;
}

.data-bd {
    margin-top: 30px;
}

.map-wrap {
    width: 550px;
}

.map-button {
    text-align: center;
    margin-top: 54px;
}

.map-link {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 36px;
    line-height: 34px;
    margin: 0 10px;
    box-sizing: border-box;
    color: #333;
    padding-left: 50px;
    border-radius: 25px;
    font-size: 16px;
    text-align: left;
    border: 1px solid #e6e6e6;
    background: url("../images/map_ico.png") no-repeat 24px center #f7f7f7;
}

.map-link.active {
    color: #3078e1;
    border-color: #78a3e1;
    background: url("../images/map_icoh.png") no-repeat 24px center #e9f0fb;
}

.map-chart {
    height: 550px;
}

.data-right {
    width: 595px;
}

.chart-shadow {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.data-item {
    width: calc(25% - 16px);
    margin-left: 16px;
    text-align: center;
    overflow: hidden;
}

.data-item:first-child {
    margin-left: 0;
}

.data-top {
    box-sizing: border-box;
    height: 98px;
    padding: 12px 5px;
}

.data-top .name {
    font-size: 18px;
    color: #666;
}

.data-top .number {
    color: #999;
    font-size: 15px;
    margin-top: 8px;
}

.data-top .number .weight {
    font-family: "D-DIN";
    font-weight: 800;
    font-size: 32px;
    color: #ffb22b;
    letter-spacing: -1px;
    margin-right: 5px;
}

.data-item .add {
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #797878;
    background-color: #ebf5fe;
}

.line-chart {
    height: 282px;
    margin-top: 20px;
}

.tooltip-name {
    margin: 0 5px;
    font-size: 24px;
    font-family: 'D-DIN';
    font-weight: 600;
}

.series-name {
    margin-right: 15px;
}


/* æ•°æ®æ€»è§ˆ */

.all-province {
    padding: 20px 30px 30px;
}

.all-province .com-hd {
    width: 993px;
    padding-left: 0;
    background-size: 780px auto;
}

.total-box {
    height: 580px;
}

.total-box.left {
    width: 282px;
    padding: 12px 10px 0 22px;
    box-sizing: border-box;
    background-color: #eff5fe;
}

.total-tt {
    line-height: 30px;
    font-size: 18px;
    color: #666;
}

.total-item+.total-item {
    margin-top: 10px;
}

.total-num {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #999;
}

.total-num span {
    margin-right: 10px;
    font-family: 'D-DIN';
    font-size: 20px;
    font-weight: 600;
    color: #3078e1;
}

.total-item.total .total-num span {
    font-size: 32px;
    font-weight: 800;
    color: #ffb22b;
}

.total-item.total .total-num {
    height: 50px;
    line-height: 50px;
    text-align: right;
}

.total-item:nth-child(2) {
    margin-top: 23px;
}

.total-item:nth-child(3) {
    margin-top: 37px;
}

.total-box.center {
    width: 570px;
    margin-left: 18px;
}

.total-box.center .line-chart {
    height: 280px;
}

.total-box.center .line-chart:first-child {
    margin-top: 0;
}

.total-box.right {
    width: 250px;
}

.right-item+.right-item {
    margin-top: 20px;
}

.right-item {
    position: relative;
    height: 180px;
    padding: 35px 15px 0 24px;
    border: 2px solid #fff;
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
}

.right-item:nth-child(1) {
    box-shadow: 0px 7px 25px 0px rgba(0, 82, 190, 0.22);
    background-color: #569fff;
    background-image: linear-gradient(to bottom, #569fff, #0f74e4);
}

.right-item:nth-child(2) {
    box-shadow: 0px 3px 13px 0px rgba(22, 179, 166, 0.47);
    background-color: #3fd1ba;
    background-image: linear-gradient(to bottom, #3fd1ba, #03b79c);
}

.right-item:nth-child(3) {
    box-shadow: 0px 3px 13px 0px rgba(250, 177, 60, 0.47);
    background-color: #f9ba56;
    background-image: linear-gradient(to bottom, #f9ba56, #eb9309);
}

.right-item:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 77px;
    height: 92px;
    background: url("../images/right_bg.png") no-repeat;
}

.right-tt {
    line-height: 30px;
    padding-left: 17px;
    font-size: 24px;
    font-weight: 600;
    background: url("../images/right_tt.png") no-repeat left center;
}

.right-num {
    line-height: 33px;
    margin-top: 40px;
    font-size: 16px;
    text-align: right;
}

.right-num span {
    margin-right: 20px;
    font-size: 30px;
    font-weight: 800;
    font-family: 'D-DIN';
}