/**!
 * 详情页
 * date:2021-11-30
 * author: zsy;
 */

.condition-box {
    padding: 16px 30px;
}

.condition {
    /* height: 26px; */
    line-height: 26px;
    padding: 11px 0;
    color: #666;
}

.condition+.condition {
    border-top: 1px solid #f2f2f2;
}

.condition-tt {
    width: 66px;
    font-weight: 600;
    text-align: right;
}

.condition-list {
    margin: -5px 0 0 76px;
    overflow: hidden;
}

.condition-list +.condition-list {
    margin-top:5px;
}

.condition-item {
    position: relative;
    padding: 0 8px;
    margin: 5px 0 0 32px;
    border-radius: 2px;
    cursor: pointer;
}

.condition-item.current {
    color: #fff;
    background-color: #8ac8fc;
    background-image: linear-gradient(to bottom, #8ac8fc, #509cf8);
}

.datetime {
    display: none;
    position: absolute;
    right: -217px;
    top: 0;
    width: 212px;
    height: 26px;
    line-height: 24px;
    padding-left: 10px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    color: #666;
    background: url("../images/subpage/date_ico.png") no-repeat right 8px center;
}

.condition-item.current .datetime {
    display: block;
}

.table-list {
    margin-top: 24px;
    padding-bottom: 32px;
}

.com-hd {
    height: 52px;
    line-height: 52px;
    padding: 0 15px 0 18px;
    color: #555;
    background-color: #f5f5f6;
    background-image: linear-gradient(to bottom, #fff, #f5f5f6);
}

.table-item {
    padding-right: 5px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-item+.table-item {
    text-align: center;
}

.com-hd .table-item {
    font-size: 20px;
    font-weight: 600;
}

.table-item:nth-child(1) {
    width: 57.6%;
}

.table-item:nth-child(2) {
    width: 8.5%;
}

.table-item:nth-child(3) {
    width: 10.8%;
}

.table-item:nth-child(4) {
    width: 12%;
}

.table-item:nth-child(5) {
    width: 11.1%;
}

.table-bd {
    padding: 8px 15px 0;
}

.body-item {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}

.body-item:hover {
    color: #415dbb;
    background-color: #f9f9f9;
}

.body-item:hover .info {
    color: #415dbb;
}

.body-item+.body-item {
    margin-top: 10px;
}

.table-item .state {
    width: 90px;
    font-size: 15px;
    color: #41bb72;
}

.body-item.over .state {
    color: #ef5273;
}

.table-item .info {
    width: calc(100% - 251px);
    margin-right: 5px;
    color: #333;
}

.table-item .nozbgg {
    width: calc(100% - 30px) !important;
    margin-right: 5px;
    color: #333;
}

.table-item .btn {
    width: 70px;
    height: 24px;
    line-height: 24px;
    margin: 9px 8px 0 0;
    border-radius: 15px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}

.table-item .insure {
    background-color: #6689eb;
}

.table-item .public {
    background-color: #f4bb22;
}

.table-item .day {
    color: #ef5273;
}

.condition-area-box {
    margin-left: 76px; 
}

.condition-area-box .condition-list {
    margin-left:0;
}

.condition-area {
    margin: 0 0 0 32px;
    color: #666;
}

.condition-area a {
    margin-left: 20px;
    position:relative;
    color: #666;
}

.condition-area a:before {
    content:'>';
    position:absolute;
    left:-14px;
}

.condition-area a:first-child {
    margin-left:0;
}

.condition-area a:first-child:before {
    display:none;
}