@charset 'UTF-8';

/**!
 * 交易信息
 * author: shenyh;
 * date: 2020-03-04
 */

/* 信息类型 */
.info-type {
    height: 56px;
    margin-top: 20px;
    background: #f9f9f9;
}

.info-type>h2 {
    float: left;
    line-height: 56px;
    padding-left: 26px;
    padding-right: 10px;
    color: #666;
    font-size: 16px;

}

.info-type-items {
    padding-top: 14px;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.info-type-item {
    height: 28px;
    padding: 0 15px;
    margin:0 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.info-type-item>a {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #333;
}

.info-type-item.current {
    background: #e5322c;
    border-radius: 12px;
}

.info-type-item.current>a {
    color: #fff;
}

.infos-hd .name{
    padding-left: 30px;
}
.infos-hd .time{
    float:right;
    padding-right: 35px;
}