
/* 招投标列表 */
.row-bid1 .cont {background:#fff;padding:40px;box-shadow:0px 2px 6px 2px rgba(0,0,0,0.08);border-radius:2px;}
.row-bid1 .item {margin-top:20px;}
.row-bid1 .item:first-child {margin-top:0;}
.row-bid1 .item .tit {font-size:16px;width:100px;line-height:46px;}
.row-bid1 .seach {position:relative;border:2px solid rgba(9,8,9,0.2);border-radius:4px;height:46px;line-height:42px;}
.row-bid1 .seach input {width:100%;height:100%;padding:0 20px;color:rgba(32,32,32,0.8);}
.row-bid1 .seach .seach-sub {position:absolute;right:20px;top:0;}
.row-bid1 .seach input::placeholder {color:rgba(32,32,32,0.8);}
.row-bid1 .seach .seach-sub {right:0;padding:0 20px;background:transparent;border:none;height:42px;cursor:pointer;}
.row-bid1 .seach .seach-sub::after {content:'';display:inline-block;border-left:1px solid rgba(9,8,9,0.2);height:70%;position:absolute;left:0;top:15%;}
.row-bid1 .seach i {font-size:24px;}
.row-bid1 .country-list,.row-bid1 .country-list .tit{line-height:30px;}
.row-bid1 .country {position:relative;padding-left:20px;}
.row-bid1 .country .po-eq {position:absolute;left:0;top:0;}
.row-bid1 .country .list {width:35.33%;float:left;padding-left:20px;}
.row-bid1 .country .list:nth-child(3n){width: 29.33%;}
.row-bid1 .country .list .con {display:block;float:left;margin:0 8px;}
.row-bid1 .box-type {font-size:0;}
.row-bid1 .box-type .con {display:inline-block;min-width:100px;padding:0 5px;text-align:center;border:1px solid #0573c4;margin-right:4px;margin-bottom:4px;font-size:14px;line-height:44px;border-radius:10px}
.row-bid1 .country-list .con.on,.row-bid1 .country-list .con:hover {color:#0573c4;}
.row-bid1 .item:not(.country-list) .con.on,.row-bid1 .item:not(.country-list) .con:hover {background:#0573c4;color:#fff;}

@media only screen and (max-width:1199px){
    .row-bid1 .cont {padding:30px 20px;}
    .row-bid1 .item {margin-top:16px;}
    .row-bid1 .seach {height:32px;line-height:28px;}
    .row-bid1 .seach i {font-size: 20px;}
    .row-bid1 .box-type .con {min-width:68px;line-height:32px;font-size:12px;padding:0 8px;}
    .row-bid1 .country {padding-left:0;}
    .row-bid1 .country .po-eq {position:static;line-height:24px;}
    .row-bid1 .country .list {width:100%;float:none;padding-left:0;line-height:24px;margin-top:12px;}
    .row-bid1 .country .list:nth-child(3n){width: 100%;}
    .row-bid1 .country .list .con {margin:0;margin-right:18px;}
    .row-bid1 .item .tit {width:100%;float:none;margin-bottom:6px;line-height:32px;}
    .row-bid1 .box-type {white-space:nowrap;overflow:auto;}
    .row-bid1 .seach {float:none;width:100%;height:36px;line-height:32px;border-width:1px;}
    .row-bid1 .seach .seach-sub {padding:0 12px;height:32px;}
}

/* 表格 */
.box-table {background:#fff;}
.box-table table {text-align:center;}
.box-table th {font-size:16px;width:12%;}
.box-table th:nth-child(3) {width:52%;}
.box-table thead tr:nth-child(1) {background:#eee}
.box-table thead tr:nth-child(1) td {border:none;}
.box-table .form-checked .checked-btn {width:14px;height:14px;border:1px solid rgba(9,8,9,0.6);}
.box-table .form-checked input:checked+.checked-btn {border:1px solid #0573c4;background:#0573c4;}
.box-table .form-checked .checked-btn i {font-size:14px;}
.box-table .form-checked input:checked+.checked-btn i {color:#fff;}
.table-sel {width:90%;height:30px;padding:0 6px;background:#fff;border:1px solid #D4D4D4;border-radius:4px;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;}
.box-page {border:1px solid #D0D0D0;border-top:none;padding:50px 0;}
.box-page .pages {margin-top:0;}

.box-table tr:hover{
    background: #f5f7f9;
}
.box-table td a:hover{
    color: #0573c4;
}

@media only screen and (max-width:768px){
    .table-scr {overflow-x:auto;}
    .box-table table {width:768px;}
    .box-table th:nth-child(1) {width:6%;}
    .box-table th:nth-child(3) {width:38%;}
    .box-page {padding:30px 0;}
}

/* 招投标详情 begin */
.row-details1 .text p{
    white-space:pre-line
}
.row-details1 .btn-bm{
    width: 330px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #0573c4;
    border-radius: 4px;
    cursor: pointer;
    margin: 80px auto 0;
    text-align: center;
    font-size: 18px;
}
.row-details1 .btn-bm:hover{
    background: #0573c4;
    color: #fff;
}

@media only screen and (max-width:768px){
    .row-details1 .btn-bm{
        margin-top: 30px;
        width: 100%;
    }
}

/* 弹框 */
.pop-bm .cont {border-radius:4px;max-width:570px;padding:50px;}
.pop-bm textarea {resize:none;border-radius:4px;}
.bm-form .form-inp:not(:first-child) {margin-top:20px;position:relative;}
.bm-form .form-inp input {border-radius:4px;}
.bm-form .form-inp.bm-yzm input {padding-right:140px;}
.bm-form .bm-code {position:absolute;right:0;top:10px;padding:0 10px;border-left:1px solid #dbd8d8;width:110px;cursor:pointer;}
.bm-sub {width:100%;height:40px;line-height:40px;border-radius:4px;font-weight:bold;}

@media only screen and (max-width:768px){
    .pop-bm .cont {
        padding: 30px 20px;
    }
    .bm-form .form-inp:not(:first-child) {
        margin-top: 10px;
    }
}
/* 招投标详情 end */