﻿* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 微软雅黑;
}
.bh input[type=checkbox] {
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 15px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.bh input[type=checkbox]:after {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -1px;
    left: -1px;
    content: " ";
    background-color: #ffffff;
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.bh input[type=checkbox]:checked:after {
    content: "✓";
    font-size: 12px;
    background-color: #fe552e;
}
.shou {
    color: #9b9ea0 !important;
    font-size: 15px;
}
.shou:hover {
    color: #fe552e !important;
}
/*面包屑导航*/
.crumbs {
    padding: 10px 0;
}
.crumbs-cont {
    font-size: 14px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 20px;
}
.crumbs-cont a {
    text-decoration: none;
}
.crumbs .toggle-btn {
    float: right;
    height: 24px;
    margin: 3px 0 0 5px;
    line-height: 24px;
    border: 1px solid #e0e0e0;
    padding: 0 9px;
    background: #fff;
    color: #666;
    cursor: pointer;
    text-decoration: none;
}
.crumbs .show-collapse .collapse, .crumbs .show-expend .expand {
    display: inline-block;
    color: #626262;
    cursor: pointer;
    font-size: 13px;
}
.crumbs .show-expend .collapse {
    display: none;
}
.show-expend span {
    font-size: 14px;
}
.show-expend:hover span {
    color: #E94B01;
}
.show-expend:hover .icon1 {
    color: #E94B01;
}
.icon1 {
    font-size: 10px;
}
.crumbs-nav-item {
    font-size: 15px;
    line-height: 30px;
    color: #000;
}
.crumbs-arrow {
    color: #000;
    font-size: 16px;
}
.crumbs-nav-item.current {
    font-weight: 400;
    color: #000;
}
.crumbs-select-item {
    position: relative;
    margin-right: 5px;
    padding: 1px 27px 1px 4px;
    max-width: 144px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #E94B01;
    color: #666;
    background: #fff;
    font-size: 14px;
    text-decoration: none;
    display: none;
    cursor: pointer;
}
.glyphicon-remove:before {
    content: "✖";
}
.crumbs-select-item .icon3 {
    position: absolute;
    right: 0;
    width: 24px;
    text-align: center;
    bottom: 0;
    top: -1px;
    line-height: 22px;
    font-size: 12px;
    color: #ccc;
}
.crumbs-select-item:hover {
    border: 1px solid #E94B01;
    color: #000;
}
.crumbs-select-item:hover .icon3 {
    color: #fff;
    background: #E94B01;
}
.clear-all {
    cursor: pointer;
    border: 1px dashed #000;
    color: #000;
    padding: 1px 12px;
    line-height: 18px;
    font-size: 13px;
    border-radius: 2px;
    white-space: nowrap;
    text-decoration: none;
    display: none;
}
.clear-all:hover {
    color: #E94B01;
    border-radius: 2px;
    border: 1px solid #E94B01;
}
.Collection-box {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
/*整个搜索的框*/
.numpagebox {
    width: 100%;
}
.screen-list-box {
    width: 1230px;
    margin: 0 auto;
    font-family: 微软雅黑;
    border: 1px solid #e0e0e0;
    border-top: 0 none;
    margin-top: 20px;
    background: #FFEEE4;
}
.screen-list {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    overflow: hidden;
    position: relative;
}
.screen-list-yx {
    width: 1230px;
    margin: 0 auto;
    font-family: 微软雅黑;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    background: #FFEEE4;
    display: none;
}
.screen-list:first-child {
    border-top: none;
}
.screen-list-left-ys {
    width: 120px;
    float: left;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 17px 0;
    position: relative;
}
.screen-list-left {
    width: 120px;
    background: #FFEEE4;
    float: left;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
    /*border-left: 1px solid #e0e0e0;*/
}
.screen-list-left .screen-list-top {
    position: absolute;
    top: 42px;
}

    .screen-list-left .screen-item, .screen-list-left-ys .screen-item {
        display: inline-block;
        width: 5em;
        font-family: "微软雅黑";
        font-weight: 600;
        font-size: 15px;
        text-align: right;
        color: #000;
    }

.screen-list-right-ys {
    /*    width: 1108px;*/
    width: calc(100% - 120px);
    float: right;
    background: #f4f4f4;
    overflow: hidden;
    border-left: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 11px;
    line-height: 32px;
}

.screen-list-right {
    /*    width: 1108px;*/
    width: calc(100% - 120px);
    float: right;
    border-left: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 11px 20px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.slt-one {
    width: 100px;
    height: 25px;
    border: 1px solid #D2D5DA;
    outline: none;
}

.slt-tow {
    width: 100px;
    height: 25px;
    border: 1px solid #D2D5DA;
    outline: none;
    margin-left: 10px;
}

.screen-btn {
    width: 53px;
    height: 25px;
    display: inline-block;
    background: #0188CA;
    color: white;
    line-height: 25px;
    text-align: center;
    margin-left: 20px;
}

.screen-list-lefttext {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    white-space: nowrap
}
    .screen-list-lefttext + .screen-list-rightbox {
        margin-left: 4em;
    }


    .screen-list-lefttext .quanbu {
        padding: 3px 0;
        /*background: #E94B01;
        color: #fff;
        padding: 4px 6px;*/
    }
    .screen-list-lefttext .quanbu:hover{
        color:#fe552e !important;
    }
    .screen-list-lefttext .quanbu2 {
        /*border:1px solid #E94B01;*/
        color: black;
        padding: 3px 6px;
        margin-left: 10px;
    }

    .screen-list-lefttext .screen-list-top {
        /*position: absolute;
        top: 30px;*/
    }

.screen-list-rightbox {
    /*width: 1047px;
    float: right;*/
    overflow: hidden;
}

.screen-list-yd, .screen-list-lt, .screen-list-dx {
    overflow: hidden;
    display: none;
    position:relative;
}
.yd_zk {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 10px; 
}

.screen-list-lt {
    margin: 4px 0;
}

.screen-list-rightbox .yd-lefttext {
    width: 52px;
    float: left;
    color: black;
}

.screen-list-rightbox .lists {
    width: 85%;
    /*
    float: right;*/
    overflow: hidden;
    color: #0088ca;
    max-height: 20px;
}

.screen-list-rightbox .item {
    position: relative;
    float: left;
    margin: 0px 17px 0 0;
    padding: 3px 3px;
    border: 1px solid transparent;
    border-radius: 3px;
    height: 20px;
    line-height: 13px;
    color: black;
    text-decoration: none;
    cursor:pointer;
}
.screen-list-rightbox .item:hover {
    border: 1px solid #E94B01;
    color: #E94B01;
}
.screen-list-rightbox .item.active {
    color: #fff !important;
    background: #E94B01;
}
.screen-list-rightbox .item.active:hover {
    margin-right: 3px;
}
.screen-list-rightbox .item.active:hover::after {
    content: '✖';
    padding-left: 3px;
}        
.screen-list-rightbox .removable {
    color: #fff;
    /*margin-right: 25px;*/
    /*padding-right: 14px;*/
}
.screen-list-rightbox .removable:after {
    background: #0088ca;
    position: absolute;
    right: 0;
    top: -1px;
    width: 24px;
    height: 20px;
    line-height: 20px;    
    text-align: center;    
    color: #fff;    
    margin-right: -22px;    
    /*padding-right: 14px;*/
    content: "✖";   
    border-radius: 0 3px 3px 0;
    cursor: pointer;        
}

.regularity-attr {
    display: flex;
    flex-wrap: wrap;
}
    .regularity-attr .screen-regularity {
        width: 100%;
        margin: 4px 0;
    }

/*最高至最低*/
.input-price {
    width: 72px;
    height: 22px;
    border: 1px solid #D0D1CF;
    outline: none;
    text-align: center;
    font-weight: 100;
}
.input-price::placeholder {
    font-size: 12px;
}
.xi {
    font-weight: 500;
}
.pricefilter {
    height: 22px;
    padding: 3px 8px;
    font-size: 12px !important;
    margin-left: 4px;
    color: #fff;
    background: #E94B01;
    cursor: pointer;
}
.xlk {
    width: 100px;
    height: 22px;
    color: black;
    padding-left: 5px;
    border: 1px solid #D0D1CF;
    outline: none;
    font-weight: 500;
    float: left;
    margin-right: 5px;
    margin-left: 10px;
}
.bhsz {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: black;
    border: 1px solid #D0D1CF;
    font-weight: 500;
    float: left;
    background: url(../image/xl.png) right center no-repeat;
    padding-left: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.bhsz .xlk-cnt {
    width: 70px;
    height: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zjgl {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: black;
    border: 1px solid #D0D1CF;
    font-weight: 500;
    float: left;
    background: url(../image/xl.png) right center no-repeat;
    padding-left: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.wsgl {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: black;
    border: 1px solid #D0D1CF;
    font-weight: 500;
    float: left;
    background: url(../image/xl.png) right center no-repeat;
    padding-left: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.szsx {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: black;
    border: 1px solid #D0D1CF;
    font-weight: 500;
    float: left;
    background: url(../image/xl.png) right center no-repeat;
    padding-left: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.jxhm {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: black;
    border: 1px solid #D0D1CF;
    font-weight: 500;
    float: left;
    background: url(../image/xl.png) right center no-repeat;
    padding-left: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.shfs {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: black;
    border: 1px solid #D0D1CF;
    font-weight: 500;
    float: left;
    background: url(../image/xl.png) right center no-repeat;
    padding-left: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.border_shadow {
    box-shadow: 0px 0px 5px #888888;
}
.zjgl-box {
    width: 1230px;
/*    height: 115px;*/
    background: white;
    position: absolute;
    z-index: 99;
    border: 1px solid #D0D1CF;
    top: 40px;
    left: -122px;
    display: none;
    padding: 10px 0;
    box-shadow: 0px 0px 5px #888888;
}
.zjgl-box span{
    display: block;
    background: #fff;
    width: 98px;
    height: 10px;
    position: absolute;
    top: -6px;
    left: 142px;
}
.zjgl-box div {
    float: left;
    padding: 5px 10px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.zjgl-box div:hover {
    background: #F65C0E;
    color: white;         
}
.ty {
    background: #F65C0E;
    color: white;
}
.szsx-box {
    display: none;
    width: 1230px;
    /*height: 115px;*/
    padding: 10px 0;
    border: 1px solid #D0D1CF;
    position: absolute;
    top: 40px;
    z-index: 999;
    left: -122px;
    background: #fff;
    box-shadow: 0px 0px 5px #888888;
}
.szsx-box span{
    display: block;
    background: #fff;
    width: 98px;
    height: 10px;
    position: absolute;
    top: -6px;
    left: 252px;
}
.szsx-box div {
    float: left;
    padding: 5px 10px;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.szsx-box div:hover {
    background: #F65C0E;
    color: white;        
}
.wsgl-box {
    width: 200px;
    overflow: hidden;
    padding: 10px 0;
    border: 1px solid #D0D1CF;
    position: absolute;
    top: 30px;
    z-index: 999;
    left: 120px;
    background: white;
    display: none;
}

    .wsgl-box div {
        float: left;
        padding: 5px 10px;
        margin-left: 5px;
        margin-top: 5px;
        cursor: pointer;
    }

        .wsgl-box div:hover {
            background: #F65C0E;
            color: white;
        }

.jxhm-box {
    width: 1230px;
    /*height: 115px;*/
    display: none;
    padding: 10px 0;
    border: 1px solid #D0D1CF;
    position: absolute;
    top: 40px;
    z-index: 999;
    left: -122px;
    background: white;
    display: none;
    box-shadow: 0px 0px 5px #888888;
}
.jxhm-box span{
    display: block;
    background: #fff;
    width: 98px;
    height: 10px;
    position: absolute;
    top: -6px;
    left: 362px;
}
    .jxhm-box div {
        float: left;
        padding: 5px 10px;
        margin-left: 5px;
        margin-top: 5px;
        cursor: pointer;
    }

        .jxhm-box div:hover {
            background: #F65C0E;
            color: white;
        }

.shfs-box {
    width: 1230px;
   /* height: 115px;*/
    display: none;
    padding: 10px 0;
    border: 1px solid #D0D1CF;
    position: absolute;
    top: 40px;
    z-index: 999;
    left: -122px;
    background: white;
    display: none;
    box-shadow: 0px 0px 5px #888888;
}
.shfs-box  span {
    display: block;
    background: #fff;
    width: 98px;
    height: 10px;
    position: absolute;
    top: -6px;
    left: 472px;
}
    .shfs-box div {
        float: left;
        padding: 5px 10px;
        margin-left: 5px;
        margin-top: 5px;
        cursor: pointer;
    }

        .shfs-box div:hover {
            background: #F65C0E;
            color: white;
        }

.hidden-box {
    width: 1230px;
    /*height: 115px;*/
    background: white;
    position: absolute;
    left: -122px;
    top: 40px;
    z-index: 999;
    border: 1px solid #D0D1CF;
    display: none;
    box-shadow: 0px 0px 5px #888888;
}
.hidden-box>span {
    display: block;
    background: #fff;
    width: 98px;
    height: 10px;
    position: absolute;
    top: -6px;
    left: 582px;
}
/*.hidden-box2{ 

}*/
.bh {
    /*width:80px;*/
    height: 25px;
    margin-left: 15px;
    float: left;
    margin-top: 10px;
}

    .bh input {
        /*margin-top: 6px;*/
        float: left;
    }

    .bh span {
        font-size: 12px;
        line-height: 25px;
        margin-left: 3px;
    }

.bh-btnbox {
    width: 100%;
    overflow: hidden;
    margin-bottom:10px;
}

.qd-btn {
    width: 60px;
    height: 25px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: white;
    border: 1px solid #D0D1CF;
    float: left;
    background: #E04531;
    margin-left: 460px;
    margin-top: 20px;
    cursor: pointer;
}

.qx-btn {
    width: 60px;
    height: 25px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #6F6E6F;
    border: 1px solid #D0D1CF;
    float: left;
    background: #F7F7F6;
    margin-left: 10px;
    margin-top: 20px;
    cursor: pointer;
}
/*限制尾数规律的高*/
.limited-height {
    max-height: 20px;
    overflow: hidden;
    float: left !important;
    width: 930px;
}

.weishuall {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 30px;
}

    .weishuall:hover {
        color: #F65C0E;
    }
/* 搜索 */
.box {
    position: relative;
    z-index: 1;
    width: 1230px;
    min-height: 105px;
    margin: 0 auto -21px;
    font-family: 微软雅黑;
}

.box-left {
    position: relative;
    overflow: hidden;
    padding-left: 121px;
    /* width: 590px; */
    /* height: 100%; */
    border: 1px solid #e0e0e0;
    /* float: left; */
}

.box-right {
    position: relative;
    overflow: hidden;
    /* width: 620px; */
    /* height: 100%; */
    border: 1px solid #e0e0e0;
    margin-top: -1px;
    padding-left: 121px;
    /* float: right; */
}

.box-left-head {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 121px;
    border-right: 1px solid #e0e0e0;
    background: #FFEEE4;
    line-height: 35px;
    font-weight: 700;
    color: black;
}

    .box-left-head span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5em;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-size: 15px;
        text-align: right;
        white-space: nowrap;
    }


.box-left-min {
    /* width: 100%;
    height: 30px;
    margin-top: 10px; */
    padding: 10px 0;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    float: left;
    margin-left: 20px;
}

.box-left-one {
    margin-left: 20px;
    color: #000;
    float: left;
}

.box-left-two {
    width: 235px;
    height: 30px;
    border: 1px solid #fe552e;
    outline: none;
    float: left;
    padding-left: 10px;
    margin-left: 3px;
}

    .box-left-two::placeholder {
        font-size: 14px;
    }

.box-left-three {
    margin-left: 15px;
    margin-right: 5px;
    font-weight: 500;
    float: left;
    color: black;
}

.box-left-four {
    color: black;
    float: left;
    font-weight: 500;
    margin-left: 8px;
}

.box-left-five {
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fe552e;
    color: white;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    float: left;
    margin-top: 4px;
    overflow: hidden;
    border-radius: 5px;
}

.box-left-six {
    width: 70px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #fe552e;
    color: white;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    margin-top: 4px;
    border-radius:5px;
}

.box-right-head {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 121px;
    border-right: 1px solid #e0e0e0;
    background: #FFEEE4;
    line-height: 35px;
    font-weight: 700;
    color: #000;
}

    .box-right-head span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5em;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-size: 15px;
        text-align: right;
        white-space: nowrap
    }


.box-right-min {
    /* width: 100%;
    height: 30px;
    margin-top: 10px; */
    float: left;
    padding: 10px 0;
    line-height: 30px;
    font-size: 14px;
    margin-left: 20px;
}

.box-right-one {
    margin-left: 20px;
    color: #000;
}

.box-right-two {
    width: 25px;
    height: 30px;
    border: 1px solid #CDCFCE;
    outline: none;
    text-align: center;
}

.box-right-min .box-right-two:nth-child(3) {
    margin-right: 10px;
}

.box-right-min .box-right-two:nth-child(7) {
    margin-right: 10px;
}

.box-right-five {
    width: 70px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #fe552e;
    color: white;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 5px;
}

.box-right-six {
    width: 70px;
    height: 25px;
    margin-left: 7px;
    line-height: 25px;
    text-align: center;
    background: #ababab;
    color: white;
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
}

.sc2 {
    width: 50%;
    height: 100%;
    color: white;
    float: left;
    background: #FF9000;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    display: none;
}

.box-right-foot {
    float: left;
    margin-top: 15px;
    color: #949494;
    font-size: 13px;
}

.box-right-foot span {
    margin-left: 33px;
}

input[type="radio"] {
    position: relative;
    width: 0;
    height: 16px;
    margin-right: 21px;
    vertical-align: -4px;
}
    input[type="radio"]::before {
        content: '';
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 1px solid #FE552E;
        background-color: #ffffff;
    }
input[type="radio"]:checked::before {
    border: 1px solid #FE552E;
}
    input[type="radio"]:checked::after {
        content: '';
        position: absolute;
        top: 3px;
        left: 3px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #FE552E
    }
/* 筛选 */

/* 号码表格 */
.num-box {
    width: 1230px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}

.num-box-left {
    width: 1002px;
    float: left;
}

/*
.num-box-left-head {
    width: 100%;
    height: 40px;
    background: #F4F4F3;
    border: 1px solid #D2D5DA;
    line-height: 40px;
}

.num-box-head-nav1 {
    display: inline-block;
    width:100px;
    font-weight: 900;
    height: 39px;
    border-right: 1px solid #D2D5DA;
    text-align: center;
    float: left;
    font-size: 14px;
}

.num-box-head-nav2 {
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    text-align: center;
    float: left;
    font-size: 13px;
    color: #6E838A;
}

    .num-box-head-nav2 img {
        width: 10px;
        height: 15px;
       
    }

.num-box-head-nav3 {
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    text-align: center;
    float: left;
    font-size: 13px;
    color: #6E838A;
}

    .num-box-head-nav3 img {
        width: 10px;
        height: 15px;
        margin-bottom: 3px;
    }

.num-box-left-head input {
    width: 150px;
    height: 30px;
    border: 1px solid #D8DAD7;
    padding-left: 10px;
    font-size: 14px;
    color: #A5A5A5;
    outline: none;
    float: left;
    margin-top: 5px;
    margin-left: 30px;
}

.num-btn {
    line-height: 30px;
    width: 50px;
    height: 30px;
    border: 1px solid #D8DAD7;
    float: left;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    border-left:none;
}
*/
.filter .sort-row {
    height: 41px;
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
}

.filter .sorts {
    float: left;
    line-height: 39px;
}

    .filter .sorts .sort {
        float: left;
    }

.icon2 {
    font-size: 10px;
}

li {
    list-style: none;
}


.filter .sorts .link {
    float: left;
    height: 39px;
    margin-left: -1px;
    min-width: 98px;
    text-align: center;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    color: #6d6d6d;
    text-decoration: none;
}

    .filter .sorts .link.first {
        margin-left: 0;
        border-left: none;
    }

    .filter .sorts .link.active, .filter .sorts .link:hover {
        position: relative;
        z-index: 1;
        font-weight: 700;
        background-color: #fff;
        border-color: #e5e5e5;
        color: black;
        cursor:pointer;
    }

.filter .search {
    float: left;
    margin: 5px 0 0 10px;
}

    .filter .search .search-input {
        float: left;
        width: 150px;
        height: 30px;
        border-radius: 0;
        position: relative;
    }

.search-input::placeholder {
    font-size: 14px;
}

.form-inline .form-control {
    display: inline-block;
}

.form-control {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #4c5161;
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    border: 1px solid #dcdfe6;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
    color: #4c5161;
    border: 1px solid #d0d0d5;
    border-radius: 4px;
    padding: 9px 15px;
    min-width: 60px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    text-decoration: none;
    transition: border-color .15s,background-color .15s,opacity .15s;
    cursor: pointer;
    overflow: visible;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

    .btn:focus {
        outline: 0;
    }

.filter .search .submit-btn {
    float: left;
    height: 30px;
    padding: 0;
    border-radius: 0;
    margin-left: -1px;
    border-color: #e0e0e0;
    background: #f5f5f5;
    color: #333;
}

.filter .search .submit-btn:hover {
    color: #fff;
    background: #fe552e;
}

.btn-primary.btn-plain {
    background-color: transparent;
    color: #0088ca;
}

.btn-primary {
    color: #fff;
    background-color: #df3033;
    border-color: #df3033;
}


.num-box-right-head {
    width: 100%;
    height: 50px;
    background: #B5E2FF;
    line-height: 50px;
    text-align: center;
}


/* 分页 */
.paging {
    width: 250px;
    height: 40px;
    margin-left: 750px;
    margin-top: 50px;
}

.paging-btn {
    float: left;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    border: 1px solid #E6E6E6;
    text-align: center;
    line-height: 35px;
    margin-top: 2px;
}





.psn {
    position: relative;
}

/*分页*/
.pagination-fr {
    float: right;
}

.pagination > li > a:hover {
    border: 1px solid #fe552e !important;
    color: #fe552e !important;
    background: white;
}

.pagination > li > a:active {
    color: white !important;
    background: #fe552e !important;
}


.num-list {
    width: 100%;
    height: 100%;
    list-style: none;
    overflow: hidden;
}

.num-tab {
    border: 1px solid #F4F4F4;
    width: 200px;
    height: 100.5px;
    position: relative;
    margin: -1px -1px 0px 0px;
    float: left;
}
.num-list .num-tab:nth-child(1) {
    margin-top: 0;
}
.num-list .num-tab:nth-child(2) {
    margin-top: 0;
}
.num-list .num-tab:nth-child(3) {
    margin-top: 0;
}
.num-list .num-tab:nth-child(4) {
    margin-top: 0;
}
.num-list .num-tab:nth-child(5) {
    margin-top: 0;
}
.num-tab a{
    color:#000000;
}
.bg-lt {
    background: url(../image/bg-lt.png) 100% no-repeat;
}

.bg-yd {
    background: url(../image/bg-yd.png) 100% no-repeat;
    background-size: 80px 80px;
}

.bg-dx {
    background: url(../image/bg-dx.png) 100% no-repeat;
    background-size: 80px 80px;
}

.num-hd {
    width: 100%;
    line-height: 30px;
    font-size: 22px;
    font-weight: 900;
    padding-left: 10px;
    margin-top: 10px;
}

.num-md {
    width: 100%;
    line-height: 25px;
    padding-left: 20px;
}

.city-yys {
    color: #979998;
    font-size: 14px;
    display: inline-block;
    max-width: 9em;
    height: 25px;
    overflow: hidden;
    vertical-align: -7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.num-lab-lh {
    padding: 1px 3px;
    background: #F84F4F;
    color: #fff;
    border-radius: 3px;
    margin-left: 5px;
}

.num-lab-ql {
    padding: 1px 3px;
    background: #FB6DDE;
    color: white;
}

.num-lab-sr {
    padding: 1px 3px;
    background: #FC8B42;
    color: white;
}

.num-fd {
    width: 100%;
    line-height: 25px;
    padding-left: 15px;
}

.price {
    font-size: 14px;
    color: #F43F4F;
}

.hf {
    color: #979998;
    margin-left: 10px;
}

.num-split {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 22px;
    vertical-align: text-bottom;
}

.blue {
    color: #FF552E;
}

.after:before {
    content: "-";
    color: #AFAFB1;
}

.num-tab-move {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer
}

.num-hd-move {
    width: 100%;
    line-height: 30px;
    font-size: 22px;
    font-weight: 900;
    padding-left: 10px;
    margin-top: 10px;
    color: white;
}
.num-btn-box {
    width: 100%;
    overflow: hidden;
    display: flex;
    margin-top: 10px;
}
.num-btn-box div{
    width: 70px;
    height: 30px;
}
.sc-btn {
    line-height: 30px;
    color: white;
    text-align: center;
    font-size: 14px;
    margin-left: 20px;
    background: #393232;
}
.yy-btn {
    line-height: 30px;
    color: white;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
    background: #df3033;
}
.num-tab:hover .num-tab-move {
    display: block;
}
.num-tab:hover .num-hd span {
    color: white !important;
}
.num-tab:hover .num-hd .after:before {
    color: white !important;
}
.xx-sc {
    width: 17px;
    height: 20px;
    background:url(../image/xingxing.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.m-l {
    margin-left: 27px !important;
}
.gocs {
    display: inline-block;
    width: 70px;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    padding: 0 10px;
    background: #ababab;
    color: white;
    text-align: center;
    cursor: pointer;
}
.jgpx {
    width: 16px;
    height: 16px;
}
.sxicon {
    width: 16px;
    height: 16px;
}
.yys_nav{
    font-size:15px;
}
.lt_colorbg {
    background: url("../image/flter_lt.png") no-repeat;
    background-size:100% 100%;
}
.yd_colorbg {
    background: url("../image/flter_yd.png") no-repeat;
    background-size: 100% 100%;
}
.dx_colorbg {
    background: url("../image/flter_dx.png") no-repeat;
    background-size: 100% 100%;
}
.gd_colorbg {
    background: url("../image/flter_gd.png") no-repeat;
    background-size: 100% 100%;
}







