﻿/**!
 * 通用列表
 * author: zsy;
 * date: 2020-07-15
 */

.trade-hd {
    height: 57px;
    background: url("../images/subpage/colu_fbg.jpg") repeat-x left bottom;
}

.trade-hd .heading {
    height: 32px;
    line-height: 32px;
    padding-left: 30px;
    color: #2c7edc;
    font-weight: bold;
    font-size: 18px;
    background: url("../images/subpage/tarde_title.png") no-repeat;
}

.query-tips {
    position: relative;
    padding-left: 12px;
    width: 190px;
    height: 29px;
    border: 1px solid #e5e5e5;
    border-right: none;
}

.query-tips .input-placeholder {
    position: absolute;
    top: 0;
    left: 12px;
    height: 27px;
    line-height: 26px;
    color: #999;
    cursor: text;
}

.query-tips .input-box {
    width: 100%;
    height: 27px;
    line-height: 26px;
    border: 0;
    background: none;
    vertical-align: top;
}

.query-btn {
    width: 29px;
    height: 29px;
    background: #fb7000 url("../images/subpage/search_btn.png") no-repeat center;
    cursor: pointer;
}

.query-btn:hover {
    background-color: #fb7000;
}

.context-box {
    padding: 23px 18px 0;
    margin-top: 20px;
    border: 1px solid #f3f5f8;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px #f6f8fa;
}

.context-hd {
    position: relative;
    height: 38px;
    line-height: 38px;
    padding-left: 30px;
    border-bottom: 1px solid #d9e4f7;
}

.context-hd:before,
.context-hd:after {
    position: absolute;
    left: 0;
    content: "";
    width: 24px;
}

.context-hd:before {
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    background: url("../images/subpage/list_icon.png") no-repeat center top;
}

.context-hd:after {
    bottom: -1px;
    height: 0;
    border-bottom: 1px solid #1c87e3;
}

.context-hd .headline {
    position: relative;
    font-family: "SourceHanSansCN-Medium";
    font-size: 18px;
    color: #666;
}

.context-hd .headline:before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: "";
    width: 6px;
    height: 1px;
    background-color: #fff;
}

.context-hd .more {
    font-size: 15px;
    color: #999;
}

.context-bd {
    position: relative;
    min-height: 283px;
    padding-top: 13px;
    box-sizing: border-box;
}

.trade-list {
    position: relative;
}

.trade-list:before {
    position: absolute;
    left: 12px;
    top: 20px;
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    background-color: #eee;
}

.trade-item {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 37px;
    font-size: 15px;
}

.trade-item:before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #b0cbf9;
}

.trade-item a {
    width: calc(100% - 100px);
    color: #666;
}

.trade-item:hover a,
.trade-item:hover .date {
    color: #339aed;
}

.trade-item .date {
    color: #999;
}


/* 暂无更多信息内容 */

.no-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 137px;
    font-size: 21.13px;
    color: #d0d7e5;
    background: url("../images/subpage/no_info.png") no-repeat center top;
}


/* 交易列表更多 */

.pager {
    margin: 24px 0 -10px;
    padding-bottom: 0;
}