﻿/**!
 * 江苏省公共资源交易网
 * author: wuzhou
 * editor: qianyuting
 * last edit date: 2021-10-19
 */

.trade-mid {
    background: url(../images/trade_bg.jpg) center top no-repeat #f2f2f2;
    padding-bottom: 30px;
}

.trade-left {
    min-height: 873px;
    background-color: #ecf6ff;
}

.trade-tt {
    width: 280px;
    height: 55px;
    font-size: 18px;
    margin-left: -7px;
    color: #fff;
    text-align: center;
    line-height: 49px;
    background: url(../images/trade_tt_bg.png) center top no-repeat #e6f4ff;
    background-size: 100% 100%;
}

/* 地区选择 */

.area-tt {
    border-top: 2px solid #52b0ff;
    background-color: #f7f7f7;
}

.area-left {
    line-height: 48px;
    text-align: right;
    width: 62px;
    font-weight: bold;
    color: #333;
}

.area-right {
    width: 666px;
}

.area-ritems {
    padding-top: 11px;
}

.area-ritems>li {
    width: 72px;
    height: 26px;
    line-height: 26px;
    float: left;
    padding-bottom: 5px;
    margin-right: 10px;
}

.area-ritems>li>a {
    display: block;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.area-ritems>li>a:hover,
.area-ritems>li.cur>a {
    color: #fff;
    font-weight: bold;
    background-color: #ffae00;
}


/* 搜索 */

.trade-search {
    margin: 0 20px;
    padding-top: 15px;
    border-top: 1px dashed #cbcbcb;
}

.stxt {
    line-height: 30px;
}

.trade-input {
    display: block;
    border: 1px solid #e1e1e1;
    width: 158px;
    height: 28px;
    outline: none;
    line-height: 28px;
}

.w168 {
    width: 168px;
}

.trade-sel {
    display: block;
    width: 72px;
    height: 30px;
    border: 1px solid #e1e1e1;
    line-height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    outline: none;
}

.sbtn {
    display: block;
    width: 52px;
    height: 30px;
    outline: none;
    border: 0;
    cursor: pointer;
    background: url(../images/s_wico.png) center no-repeat #ffae00;
}

.sbtn:hover {
    background-color: #f60;
}

.ml30 {
    margin-left: 30px;
}

.ml5 {
    margin-left: 5px;
}

.trade-tb {
    width: 100%;
    table-layout: fixed;
    margin-top: 20px;
}

.w44 {
    width: 44px;
}

.w133 {
    width: 133px;
}

.w108 {
    width: 108px;
}

.trade-th {
    background-color: #5cc5fb;
    height: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.trade-pro {
    text-align: left;
    text-indent: 20px;
}

.trade-td {
    font-size: 14px;
    height: 41px;
    border-bottom: 1px dashed #d8d8d8;
    text-align: center;
    vertical-align: top;
    line-height: 41px;
}

.trade-td>a {
    display: block;
    color: #333;
    text-align: left;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.trade-tr:hover {
    background-color: #fff3e4;
}

/* 多选 */

.posr {
    position: relative;
}

.more {
    position: absolute;
    right: 36px;
    top: 50px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #dad9d9;
    padding: 0 2px;
    line-height: 15px;
}

#whole {
    position: absolute;
    right: 36px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #dad9d9;
    padding: 0 2px;
    line-height: 15px;
}

.multi {
    padding-top: 8px;
    width: 600px;
}

.multi {
    line-height: 30px;
}

.choose {
    height: 65px;
    overflow: auto;
}

.choose>label {
    display: inline-block;
    margin-right: 5px;
}

.btns {
    text-align: center;
}

.sure {
    display: inline-block;
    border-radius: 2px;
    height: 20px;
    width: 42px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    outline: none;
    background: #F94700;
    border: 1px solid #F94700;
}

.trade-search {
    padding: 10px 0;
}

.trade-tb {
    margin-top: 10px;
}


/* 新增css */

.input-frame {
    width: 158px;
    height: 28px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.trade-input {
    display: block;
    border: 0;
    width: 148px;
    height: 28px;
    outline: none;
    line-height: 28px;
}

.input-clear {
    display: none;
    width: 7px;
    height: 14px;
    margin-top: 5px;
    margin-right: 3px;
    color: #666;
    font-size: 12px;
    cursor: pointer;
    font-style: normal;
    background-color: #fff;
}

.input-box {
    display: block;
}