/**!
* 交易公告
* date:2021-10-11
* author: gl;
*/
.box {
    padding-top: 20px;
}

.mod-hd {
    margin-bottom: 12px;
}

/* 今日统计 */
.statistics-item {
    box-sizing: border-box;
    height: 90px;
    width: calc(25% - 16px);
    border-radius: 4px;
    padding-left: 40px;
    border: 1px solid #e2edfb;
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-color: #f1f7fd;
}

.statistics-item+.statistics-item {
    margin-left: 16px;
}

.statistics-item:nth-child(1) {
    background-image: url("../images/transaction/statistics_ico1.png");
}

.statistics-item:nth-child(2) {
    background-image: url("../images/transaction/statistics_ico2.png");
}

.statistics-item:nth-child(3) {
    background-image: url("../images/transaction/statistics_ico3.png");
}

.statistics-item:nth-child(4) {
    background-image: url("../images/transaction/statistics_ico4.png");
}

.statistics-item .num {
    color: #999;
    padding-top: 8px;
}

.statistics-item .num>span {
    font-size: 28px;
}

.statistics-item .title {
    font-size: 18px;
}

.statistics-item:nth-child(1) .num>span {
    color: #448eea;
}

.statistics-item:nth-child(2) .num>span {
    color: #01abca;
}

.statistics-item:nth-child(3) .num>span {
    color: #fd5151;
}

.statistics-item:nth-child(4) .num>span {
    color: #f5ad23;
}

/* 交易公告 */
.map-wrap {
    position: relative;
    width: 418px;
    height: 423px;
    border-radius: 4px;
    background-color: rgb(241, 247, 253);
}

.map-select {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 110px;
    box-shadow: 0px 2px 10px 0px rgba(21, 85, 151, 0.08);
    z-index: 10;
}

.map-select select {
    display: none;
}

.map-select .chosen-container-single .chosen-single {
    height: 32px;
    line-height: 30px;
    color: #333;
    background-color: #fff;
}

.map-select .chosen-container-single .chosen-single div {
    width: 30px;
}

.map-select .chosen-container-single .chosen-single div b {
    background-image: url("../images/transaction/map_sel.png");
}

.map-select .chosen-container .chosen-drop {
    background-color: #fff;
    top: 100%;
    bottom: auto;
}

.map-select .chosen-container .chosen-results li {
    color: #333;
}

.map-select .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #fff;
    border-radius: 4px 4px 0 0;
}

.map-select .chosen-container .chosen-results li.highlighted {
    color: #fff;
}

.map-select .chosen-search {
    display: none;
}

.back-city {
    display: none;
    position: absolute;
    top: 57px;
    left: 24px;
    color: #448eea;
    cursor: pointer;
    z-index: 9;
}

.map-chart {
    width: 100%;
    height: 100%;
}

.public {
    margin-left: 438px;
}

.public-tab {
    margin-top: 13px;
}

.notice-hd {
    border-bottom-width: 2px;
}

.notice-item {
    line-height: 44px;
    border-bottom-width: 2px;
    padding-left: 0;
}

.more {
    color: #a0d3f7;
    margin-top: 12px;
    transition: color .1s linear;
}

.more:hover {
    color: #fd9334;
}

/* 今日交易 */
.today-info {
    color: #93a0b0;
    line-height: 28px;
}

.today-info>span {
    color: #448eea;
    margin: 0 3px;
}

.today {
    position: relative;
    height: 206px;
    margin-top: 16px;
}

.today .swiper-wrapper {
    height: 177px;
}

.today .swiper-slide {
    display: block;
    box-sizing: border-box;
    height: 80px;
    padding: 8px 15px;
    color: #333;
    border-radius: 4px;
    background: url("../images/transaction/today_img.png") no-repeat right top #f5f9fd;
    border: 1px solid #e2edfb;
    transition: all .1s ease-in-out;
}

.today .swiper-slide:hover {
    color: #fd9334;
    border-color: #fec999;
    background-image: url("../images/transaction/today_imgh.png");
    background-color: #fdf9f3;
}

.today-tt {
    line-height: 20px;
    font-weight: 600;
    max-height: 60px;
    overflow: hidden;
}

/* 分页 */
.swiper-pagination {
    left: 0;
    right: 0;
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 15px;
    border-radius: 15px;
    background-color: #448eea;
    outline: 0;
}

.swiper-pagination-bullet-active {
    width: 30px;
}

/* 竞价大厅 */
.price {
    margin-top: 16px;
}

.price-hd {
    width: 190px;
}

.price-tt {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding-left: 63px;
    height: 64px;
    line-height: 66px;
    border-radius: 6px;
    background-position: 27px center;
    background-repeat: no-repeat;
    background-color: #e2edfb;
    transition: all .1s linear;
}

.price-tt+.price-tt {
    margin-top: 12px;
}

.price-tt:nth-child(1) {
    background-image: url("../images/transaction/price_ico1.png");
}

.price-tt:nth-child(2) {
    background-image: url("../images/transaction/price_ico2.png");
}

.price-tt:nth-child(3) {
    background-image: url("../images/transaction/price_ico3.png");
}

.price-tt.active {
    color: #fff;
    background-color: #448eea;
}

.price-tt:nth-child(1).active {
    background-image: url("../images/transaction/price_ico1h.png");
}

.price-tt:nth-child(2).active {
    background-image: url("../images/transaction/price_ico2h.png");
}

.price-tt:nth-child(3).active {
    background-image: url("../images/transaction/price_ico3h.png");
}

.price-bd {
    position: relative;
    margin-left: 208px;
    height: 244px;
}

.price-bd .swiper-container {
    height: 216px;
}

.price-bd .swiper-slide {
    padding: 8px 18px;
    box-sizing: border-box;
    height: 98px;
    border-radius: 4px;
    border: 1px solid #e2edfb;
    background-color: #f5f9fd;
    transition: all .1s linear;
}

.price-bd .code {
    padding-right: 120px;
    color: #448eea;
}

.price-bd .name {
    padding-right: 120px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 4px;
}

.price-bd .info {
    color: #999;
}

.price-bd .info span {
    font-size: 22px;
    color: #f5ad23;
    margin: 0 3px;
}

.price-btn {
    position: absolute;
    top: 13px;
    right: 18px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #448eea;
}

.price-bd .swiper-slide:hover {
    border-color: #fd9334;
    background-color: #fdf9f3;
}

.price-bd .swiper-slide:hover .price-btn {
    background-color: #fd9334;
}