/* 
 *[焦作市公共资源交易平台信息化升级改造项目--场地信息，主体信息]
 *author:[zsy]
 *date:2021-02-03
 */


/* 场地信息页面 */

.condition>.input-tips>.input-box,
.ewb-datetime {
    /* width: 206px; */
    width: 160px;
    height: 40px;
    line-height: 38px;
    border-radius: 10px;
    vertical-align: middle;
    border: 1px solid #dce1e6;
    padding: 0 10px;
    box-sizing: border-box;
}

.ewb-datetime {
    padding: 0 40px;
}

.condition {
    margin: 0 15px;
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #dfebf8;
}

.input-tips+.input-tips {
    margin-left: 40px;
}

.condition>.input-tips,
.condition>.search>.input-tips {
    display: inline-block;
    vertical-align: top;
}

.condition>a,
.condition>.search>.input-tips>a {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #1c87e3;
    font-size: 15px;
    color: #fff;
    margin-left: 23px;
}

.condition>.search>.input-tips>a {
    margin-left: 11px;
}

.ewb-datetime {
    cursor: pointer;
    background: url(../images/date_icon.png) 179px center no-repeat;
}

.table {
    margin: 20px 10px;
}

.table-hd {
    margin-left: 10px;
    font-size: 16px;
}

.table-list {
    margin: 0 10px;
    width: calc(100% - 21px);
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid transparent;
}

.table-list:hover {
    border: 1px solid #1c87e3;
    background-color: #f2f9ff;
    box-shadow: 0 0 15px 0 #eaf4fc;
}

.table-list:hover>li {
    color: #1c87e3;
}

.table-list:nth-child(even) {
    background-color: #f2f9ff;
}

.table-list>li,
.table-hd>li {
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
}

.table-list>li {
    color: #666;
    height: 50px;
    line-height: 50px;
}

.table-hd>li {
    background-color: #f2f6fa;
    color: #333;
    height: 45px;
    line-height: 45px;
}

.table-hd>li+li {
    margin-left: 2px;
}

.table-list>li+li {
    margin-left: 2px;
}

.table-list>li:first-child,
.table-hd>li:first-child {
    border-radius: 5px 0 0 5px;
}

.table-list>li:last-child,
.table-hd>li:last-child {
    border-radius: 0 5px 5px 0;
}

.table-hd>li:nth-child(1),
.table-list>li:nth-child(1) {
    width: 4%;
}

.table-hd>li:nth-child(2),
.table-list>li:nth-child(2) {
    width: 12%;
}

.table-hd>li:nth-child(3),
.table-list>li:nth-child(3){
    width: 23%;
}

.table-hd>li:nth-child(4),
.table-list>li:nth-child(4) {
    width: 26%;
}

.table-hd>li:nth-child(5),
.table-list>li:nth-child(5){
    width: 14.5%;
}

.table-hd>li:nth-child(6),
.table-list>li:nth-child(6) {
    width: 15.7%;
}

.table-hd>li:nth-child(7),
.table-list>li:nth-child(7) {
    width: 13.7%;
}

.pager {
    margin: 56px 49px 52px 0;
}

.mainInfo>.pager {
    margin-bottom: 37px;
}


/* 主体信息页面 */

.check-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 15px;
    background: url(../images/check_btn.png) no-repeat center;
}

.mainInfo>.table>.table-list {
    box-sizing: border-box;
}

.mainInfo>.table {
    margin-top: 0;
}

/* .mainInfo>.table>.table-hd>li:first-child,
.mainInfo>.table>div>.table-list>li:first-child {
    width: 13%;
} */
.placeInfo>.table>.table-hd>li:first-child,
.placeInfo>.table>div>.table-list>li:first-child {
    width: 7%;
}

.mainInfo>.condition {
    margin: 0 20px;
    padding: 30px 0;
    border-bottom: none;
}

.choose-item {
    float: left;
    width: 120px;
    height: 45px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #ecf5ff;
    color: #1c87e3;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.choose-item.current {
    background-color: #1c87e3;
    color: #fff;
}

.choose-item+.choose-item {
    margin-left: 18px;
}

.search {
    margin-top: 2px;
}


/* 下拉框 */

.sel-box {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    width: 80px;
}

.ewb-sel {
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 6px;
    border: 1px solid #dce1e6;
}

.chosen-container {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: "Microsoft YaHei";
}

.chosen-container-single .chosen-single {
    height: 40px;
    border: 1px solid #dce1e6;
    box-shadow: none;
    border-radius: 5px;
    font-size: 15px;
    color: #999;
    text-align: left;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single.cur {
    color: #999;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #dce1e6;
}

.chosen-container-single .chosen-single span {
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
}

.chosen-container-single .chosen-single div {
    width: 20px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 20px;
    height: 38px;
    background: url(../images/main_down_arrow.png) left center no-repeat;
}

.chosen-container-single .chosen-drop {
    top: 35px;
    border: 1px solid #dce1e6;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.chosen-container .chosen-search {
    display: none;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #999;
}

.chosen-container .chosen-results li {
    text-align: left;
    padding-left: 8px;
    line-height: 20px;
}

.chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #0087ff;
}

.condition>.search>.input-tips {
    position: relative;
    font-size: 15px;
    color: #999;
}

.condition>.search>.input-tips>.input-box {
    width: 300px;
    height: 40px;
    line-height: 38px;
    border-radius: 5px;
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid #dce1e6;
}

.condition>.search>.input-tips>.input-placeholder {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.input-tips+.input-tips {
    margin-left: 20px;
}

.ewb-datetime {
    width: 260px;
    background: url("../images/date_icon.png") 230px center no-repeat;
}