/*
 * @Description: 南充区县场地预约
 * @Autor: zzongyi
 * @LastEditTime: 2021-01-05
 */

.content {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(6, 19, 60, 0.08);
    margin: 40px auto;
    padding: 26px;
}

/* 筛选 */
.filter {
    height: 104px;
    background-color: #f7f9fd;
    padding-top: 30px;
}


/* 搜索 */
.sec-search {
    font-size: 16px;
    border-radius: 5px;
    overflow: hidden;
    margin-left: 48px;
}

.sec-search input {
    width: 300px;
    height: 45px;
    padding: 0 25px;
}

.sec-search button {
    display: inline-block;
    width: 96px;
    height: 45px;
    padding-left: 40px;
    color: #fff;
    cursor: pointer;
    background: url("../images/reserve/sec-serach-btn.png") no-repeat 16px center #438cd1;
}

/* 时间 */
.time {
    margin-right: 48px;
}

.time-span {
    width: 23px;
    height: 29px;
    vertical-align: middle;
    background: url("../images/reserve/last-week.png") no-repeat center center;
    cursor: pointer;
}

.time-span:hover {
    background: url("../images/reserve/last-week1.png") no-repeat center center;
    transform:rotate(180deg);
}

.time-span:last-child {
    transform: rotate(180deg);
}

.time-span:last-child:hover {
    transform: rotate(0deg);
}

.time-box {
    display: inline-block;
    width: 356px;
    line-height: 45px;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 10px;
    vertical-align: middle;
}

.time-text {
    width: 290px;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
}

/* 提示 */
.hint {
    font-size: 16px;
    color: #c4261d;
    line-height: 24px;
    letter-spacing: 2px;
    margin: 22px auto 24px auto;
}


.time-item {
    float: left;
    background-color: #438cd1;
    line-height: 23px;
    padding-top: 7px;
}

.infor-hd {
    font-size: 18px;
    color: #fff;
}

.room,
.date {
    line-height: 55px;
    background-color: #438cd1;
}

.room {
    width: 153px;
}

.date {
    width: 104px;
}

table {
    width: 100%;
}

thead th{
    text-align: center;
    background-color: #438cd1;
    line-height: 23px;
    padding: 7px 0 3px 0;
    color: #fff;
    font-size: 18px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

tbody td p {
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    color: #666;
    cursor: pointer;
}
tbody td {
    background-color: #f4f7fd;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    color: #666;
    font-size: 18px;
}

tbody td p:nth-child(1) {
    border-bottom: 1px solid #fff;
}

.reserve1 {
    content: "预约信息";
    color: #666;
}

tbody td p.reserve0 {
    color: transparent;
    border-bottom: transparent;
}

.reserve {
    padding-left: 27px;
    background-repeat:no-repeat;
    background-position: 10px center;
	cursor: default;
}

.icon1 {
    background-image: url("../images/reserve/place_tudi.png");
}
.icon2 {
    background-image: url("../images/reserve/place_gongcheng.png");
}
.icon3 {
    background-image: url("../images/reserve/place_chanquan.png");
}
.icon4 {
    background-image: url("../images/reserve/place_caigou.png");
}


th:nth-child(8),
th:nth-child(9){
    background-color: #61d6eb;
}


td:nth-child(8),
td:nth-child(9) {
    background-color: #f2fbfd;
}

/* 2022-1-12 */
.reserve {
    text-align: left;
    font-size: 0;
}

.reserve span {
    display: inline-block;
    width: 25%;
    height: 100%;
    background-repeat:no-repeat;
    background-position: center center;
}

.reserve {
    padding-left: 0;
}
