﻿@charset "UTF-8";

/**!
 * 交易大厅
 * author: wangkai;
 * date: 2019-05-18
 */


/* 层高 */

.floor1 {
    position: relative;
    height: 222px;
}

.floor2 {
    position: relative;
    height: 481px;
}

.floor3 {
    position: relative;
    height: 326px;
}


/* 今日统计 */

.count {
    padding: 22px 17px;
    overflow: hidden;
}

.count-list {
    margin: -10px -14px 0 0;
}

.count-node {
    float: left;
    width: 25%;
    vertical-align: top;
}

.count-item {
    display: block;
    margin: 10px 14px 0 0;
    padding: 38px 0 0 160px;
    height: 144px;
    background-color: #eff7ff;
    background-position: 40px center;
    background-repeat: no-repeat;
}

.count-item.icon1 {
    background-image: url("../images/subPage/trade_icon1.png");
}

.count-item.icon2 {
    background-image: url("../images/subPage/trade_icon2.png");
}

.count-item.icon3 {
    background-image: url("../images/subPage/trade_icon3.png");
}

.count-item.icon4 {
    background-image: url("../images/subPage/trade_icon4.png");
}

.count-number {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #666666;
}

.count-number span {
    margin-right: 4px;
    font-size: 42px;
    font-weight: bold;
    color: #2c7edc;
}

.count-name {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}


/* 交易公告 */

.noitce {
    padding: 16px 17px 0 17px;
}

.notice-region {
    position: relative;
    float: left;
    width: 28.5%;
    height: 413px;
}

.notice-region img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

option {
    color: #666;
}

.notice-region .chosen-container {
    height: 30px;
    line-height: 30px;
}

.notice-region .chosen-single {
    padding-left: 18px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border: none;
    border-radius: 15px;
    overflow: hidden;
    background: url("../images/subPage/sel_bg.png") repeat;
}

.notice-region .chosen-single span {
    margin-right: 42px;
    height: 30px;
    line-height: 30px;
}

.notice-region .chosen-single div {
    width: 42px;
}

.notice-region .chosen-single div b {
    width: 42px;
    height: 30px;
    background: url("../images/subPage/sel_ico1.png") 14px center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/subPage/sel_ico1_cur.png") 14px center no-repeat;
}

.region-select {
    position: absolute;
    top: 13px;
    left: 11px;
    width: 95px;
    height: 30px;
    line-height: 29px;
}

.reigon-sel {
    display: none;
}

.chosen-search {
    display: none;
}

.notice-region .chosen-drop {
    top: 30px;
    border: 0;
    border-radius: 0 0 15px 15px;
    width: 95px;
    background: url("../images/subPage/sel_bg.png") repeat;
}

.notice-region .chosen-results {
    max-height: 900px;
    padding-top: 2px;
}

.notice-region .chosen-results li {
    padding-left: 13px;
    padding-right: 13px;
    color: #fff;
}

.notice-region .chosen-container .chosen-results li.highlighted {
    color: #133684;
    background-color: #d3eafc;
}

.region-mask {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 77px;
    background: url("../images/subPage/region_mask.png") right repeat-y;
}

.region-return {
    float: right;
    width: 109px;
    height: 77px;
    background: url("../images/subPage/return_bg.jpg") no-repeat;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.region-return span {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

.region-return i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.notice-wrap {
    position: relative;
    float: right;
    width: 100%;
}

.notice-hd {
    height: 35px;
}

.tab-node {
    position: relative;
    float: left;
    margin-left: 40px;
    vertical-align: top;
    padding: 0 15px;
    height: 28px;
    background-color: #ecf5ff;
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
}

.tab-node:first-child {
    margin-left: 6px;
}

.tab-name {
    display: block;
    height: 28px;
    line-height: 27px;
    text-align: center;
    font-size: 16px;
    color: #2c7edc;
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
}

.tab-node.active {
    background-color: #339aed;
}

.tab-node.active .tab-name {
    color: #fff;
}

.tab-cur {
    display: none;
    position: absolute;
    top: 33px;
    right: -2px;
    left: 1px;
    height: 2px;
    background-color: #339aed;
    transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
}

.tab-cur i {
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -6px;
    display: block;
    width: 12px;
    height: 5px;
    background: url("../images/subPage/tab_jt.png") no-repeat;
}

.tab-node.active .tab-cur {
    display: block;
}

.tab-view .column-more {
    position: absolute;
    top: 4px;
    right: 2px;
    margin: 0;
}

.sub-tab {
    height: 35px;
    line-height: 35px;
    background-color: #ecf5ff;
}

.sub-name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
    margin-right: 23px;
    font-size: 14px;
    color: #999999;
}

.sub-name.active {
    color: #297edd;
}

.sub-name.active:before {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: "";
    width: 100%;
    height: 7px;
    background: url("../images/subpage/tab_second.png") no-repeat;
}

.bdl {
    display: none;
}

.notice-list {
    padding-top: 10px;
}

.list-node {
    height: 45px;
    line-height: 45px;
}

.list-name {
    max-width: 80%;
}

.type {
    color: #2c7edc;
}

.third-tab .sub-tab {
    background-color: #fff;
}

.third-tab .sub-name.active:before {
    display: none;
}


/* 今日交易 */

.trade-remind {
    padding: 0 20px;
    height: 54px;
    line-height: 54px;
    color: #999;
}

.trade-total {
    margin: 0 1px;
    color: #2c7edc;
}

.trade-slider {
    padding: 0 27px;
    height: 220px;
}

.trade-slider .item {
    padding: 0 7px;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.trade-slider ul {
    margin: -14px -14px 0 0;
}

.trade-slider ul li {
    float: left;
    width: 25%;
    vertical-align: top;
}

.trade-item {
    display: block;
    margin: 14px 14px 0 0;
    padding: 0 15px;
    height: 103px;
    border: 1px solid #f5f9ff;
    background-color: #f5f9ff;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.trade-conent {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 30px;
}

.trade-item i {
    width: 0;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.trade-conent h3,
.trade-conent span {
    height: 30px;
    line-height: 30px;
    max-width: 100%;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.trade-conent .item-name {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}

.trade-conent span {
    padding-left: 20px;
    font-size: 12px;
    color: #999;
    background-position: left center;
    background-repeat: no-repeat;
}

.item-room {
    margin-right: 12px;
    background-image: url("../images/subPage/room_ico1.png");
}

.item-time {
    background-image: url("../images/subPage/time_ico1.png");
}

.trade-item:hover {
    border: 1px solid #257cf5;
}

.trade-item:hover .item-name {
    font-weight: bold;
    color: #2c7edc;
}

.trade-slider .owl-nav.disabled {
    display: block;
}

.trade-slider .owl-prev,
.trade-slider .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    width: 12px;
    height: 26px;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.trade-slider .owl-prev span,
.trade-slider .owl-next span {
    display: none;
}

.trade-slider .owl-prev {
    left: 14px;
    background: url("../images/subPage/prev.png") no-repeat;
}

.trade-slider .owl-next {
    right: 15px;
    background: url("../images/subPage/next.png") no-repeat;
}

.trade-slider .owl-prev:hover {
    background-image: url("../images/subPage/prev_cur.png");
}

.trade-slider .owl-next:hover {
    background-image: url("../images/subPage/next_cur.png");
}


/* 竞价大厅 2021-06-14 zsy */

.tab {
    margin-top: 13px;
}

.tab .tab-node {
    padding: 0;
    width: 75px;
    margin-left: 0;
    margin-right: 15px;
}

.remind-text {
    margin-left: 5px;
}

.floor4 .tab-node {
    width: 120px;
}

.floor-bd {
    padding: 0 18px 16px;
}

.floor-bd .trade-remind {
    padding: 0;
}

.tab-head {
    width: 163px;
}

.tab-body {
    margin-left: 190px;
}

.head-name {
    position: relative;
    display: block;
    height: 108px;
    line-height: 108px;
    padding-left: 65px;
    font-size: 18px;
    color: #fff;
    background: url("../images/subpage/tab_head_bg.jpg") no-repeat;
}

.head-name.active {
    font-weight: bold;
    color: #2c7edc;
    border: 1px solid #2c7edc;
    background: #ecf5ff;
}

.head-name:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 20px center;
}

.head-name:nth-child(1):before {
    background-image: url("../images/subpage/tab_head_ico1.png");
}

.head-name:nth-child(2):before {
    background-image: url("../images/subpage/tab_head_ico2.png");
}

.head-name:nth-child(3):before {
    background-image: url("../images/subpage/tab_head_ico3.png");
}

.head-name:nth-child(1).active:before {
    background-image: url("../images/subpage/tab_head_ico1_h.png");
}

.head-name:nth-child(2).active:before {
    background-image: url("../images/subpage/tab_head_ico2_h.png");
}

.head-name:nth-child(3).active:before {
    background-image: url("../images/subpage/tab_head_ico3_h.png");
}

.compete-list {
    margin-left: -18px;
}

.compete-item {
    width: calc(50% - 18px);
    margin-left: 18px;
    margin-top: 24px;
}

.compete-item:nth-child(1),
.compete-item:nth-child(2) {
    margin-top: 0;
}

.compete-item a {
    position: relative;
    display: block;
    height: 150px;
    padding: 17px 30px 0;
    border: 1px solid #e5e5e5;
    overflow: hidden;
	cursor: default;
}

.compete-item a:hover {
    border-color: #2c7edc;
}

.compete-item a:hover .tab-node {
    background-color: #2c7edc;
}

.compete-item a:hover .tab-name {
    color: #fff;
}

.compete-item .code {
    height: 28px;
    line-height: 28px;
    color: #999;
}

.compete-item .tab-node {
    position: absolute;
    right: -5px;
    top: 17px;
    width: auto;
    padding: 0 20px;
    margin-left: -20px;
	cursor: pointer;
}

.compete-item .tab-name {
    color: #666;
}

.compete-item .headline {
    font-size: 16px;
    color: #666;
}

.compete-item .price {
    color: #999;
}

.compete-item .price span {
    font-size: 16px;
    color: #2c7edc;
}

.price-box {
    margin-top: 40px;
}