/**!
 * 场地预约使用情况
 * author: fxyue
 * date:2021-01-11
 */

.ewb-trade {
    padding: 10px 10px 24px;
}

.ewb-trade-hd {
    height: 50px;
    color: #fff;
    line-height: 50px;
    padding: 0 0 0 35px;
    background: url("../images/trade_hd_bg_04.png") no-repeat;
}

.ewb-trade-tt {
    float: left;
    font-size: 20px;
}


.ewb-choose {
    border-radius: 5px;
    margin: 24px 18px;
    padding: 7px 0 18px;
    background: #f2f4f9;
}

.ewb-choose-list {
    line-height: 32px;
    margin-top: 15px;
}

.ewb-choose-list:first-child {
    margin-top: 0;
}

.ewb-choose-label {
    float: left;
    padding: 5px 0;
    width: 95px;
    text-align: right;
    color: #000;
    font-size: 16px;
}

.ewb-choose-box {
    margin-left: 115px;
}

.ewb-choose-box ul {
    margin-left: -5px;
}

.ewb-choose-node {
    float: left;
    padding: 5px 20px;
}

.ewb-choose-node>span {
    float: left;
    padding: 0 25px;
    text-align: center;
    height: 32px;
    border-radius: 16px;
    color: #7f7f7f;
    cursor: pointer;
}

.ewb-choose-node.active>span {
    background: #1c92ff;
    color: #fff;
}

.ewb-choose-date {
    float: left;
    width: 206px;
    height: 35px;
    border-radius: 3px;
    padding-left: 10px;
    margin: -2.5px 0 -2.5px 10px;
    border: 1px solid #d1d7dc;
    display: none;
    background: url("../images/date_icon.png") right center no-repeat;
}

.ewb-choose-node.active .ewb-choose-date {
    display: block;
}

.ewb-choose-date>input {
    width: 100%;
    height: 100%;
    background: none;
}

.ewb-com-chosen {
    float: left;
    width: 240px;
}

.ewb-choose-back {
    float: left;
    color: #14a4ff;
    margin: 10px 0 0 20px;
    line-height: 22px;
    font-size: 16px;
    text-decoration: underline;
}
    .cur {
        font-weight: bold;
    }
/* 表格 */
.ewb-place {
    margin: 8px 18px 0;
}

.ewb-place table {
    table-layout: fixed;
    width: 100%;
}

.ewb-place td {
    font-size: 16px;
    text-align: center;
    border: 1px solid #ebebeb;
}

.ewb-place thead td {
    color: #305f97;
}

.ewb-place-title {
    margin: 5px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #1492ff;
    background: #f3f8ff;
}

.ewb-palce-h {
    height: 33px;
    line-height: 33px;
    padding: 0 8px;
}

.bg1 {
    background: #f3f8ff;
}

.bg2 {
    background: #fcfcfd;
}

.ewb-palce-wrap {
    text-align: left;
    font-size: 0;
}

.ewb-place-img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}

.ewb-place-img>img {
    display: block;
}