/*
 * @Description: 场地详情查看
 * @Author: fxyue
 * @LastEditTime: 2022-10-17
 */
 
 a {
   color: inherit;
   text-decoration: none;
 }
 
.content {
    margin-top: 40px;
    padding: 25px 20px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(6, 19, 60, 0.078);
	min-height: 250px;
}

.info-search {
    text-align: center;
    padding: 20px 0;
    background: #f7f9fd;
}

.info-label {
    line-height: 42px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.info-input {
    display: inline-block;
    vertical-align: top;
    height: 42px;
    border: 1px solid #c7c7c7;
    background: url("../images/date_blue.png") 482px 50% no-repeat #fff;
    text-indent: 18px;
    width: 525px;
    cursor: pointer;
    color: #666;
    margin-left: 15px;
}

.ewb-search-sub {
    cursor: pointer;
    width: 66px;
    height: 38px;
    text-align: center;
    color: #fff;
    background: #ffae00;
    border: 0;
    outline: 0;
}

.ewb-search-sub:hover {
    background: #ff9c00;
}

.ewb-trade-tb {
    width: 100%;
    table-layout: fixed;
    margin-top: 7px;
}

.ewb-trade-th {
    background-color: #4782ce;
    height: 36px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
}

.ewb-trade-th:first-child {
    text-align: center;
}

.ewb-trade-td {
    font-size: 14px;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
}

.ewb-trade-td:first-child {
    text-align: center;
}

.ewb-trade-td>a {
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-trade-tr:nth-child(odd) {
    background: #f5f5f5;
}

.ewb-trade-tr:hover {
    background: #fff0d0;
}
