#smBankModule {
    width: 1170px;
    min-height: 300px;
}

.smBankModule_item {
    width: 1162px;
    /*margin-left: 5px;*/
    border: 1px solid #f4f4f4;
    /*overflow: hidden;*/
    padding: 10px 10px;
    margin: 20px 0 0 4px;
    position: relative;
}

.renzheng {
    margin-top: -4px;
}

.smBankModule_item .interBtn {
    /*float: right;*/
    /*margin-right: 140px;*/
    /*margin-top: 60px;*/
    display: block;
    width: 100px;
    height: 30px;
    background: #00B8EE;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 60px;
    bottom: 111px;
}

.smBankModule_item .interBtn:hover {
    cursor: pointer;
    background: #01aadb;
}


/*筛选框*/

#screening {
    width: 1170px;
    margin-top: 17px;
}

#screening .kind_box {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 1170px;
    border: 1px solid #e5e5e5;
}

.kind_box li {
    width: 100%;
    padding: 9px 0;
}

.kind_box li .list_box {
    width: 1170px;
}

.list_box .kind {
    width: 102px;
    height: 100%;
    font-size: 12px;
    text-align: left;
    line-height: 24px;
    text-indent: 20px;
    color: #333;
    float: left;
}

.list_box .kind_list {
    width: 1068px;
    height: 100%;
    min-height: 24px;
    float: left;
    border-left: 1px solid #e5e5e5;
    padding: 0 30px;
}

.list_box .kind_list .all {
    width: 77px;
    display: block;
    font-size: 12px;
    margin-top: 1px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.list_box .kind_list .fontColorRed {
    color: #ff0000;
}

.list_box .kind_list .service_list {
    width: 920px;
    height: 100%;
    float: left;
}

.list_box .kind_list .service_list>span {
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 24px;
    margin: 0 15px;
    cursor: pointer;
    float: left;
}

.list_box .kind_list .service_list>span.fontColorRed {
    color: #ff0000;
}


/*综合筛选*/

#screening .options_box {
    width: 1170px;
    height: 40px;
    margin-top: 12px;
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
}

#screening .options_box .border_box {
    position: relative;
}

#screening .options_box .border_box .options_kinds {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 40px;
    display: block;
    float: left;
}

#screening .options_box .border_box .options_kinds li {
    width: 80px;
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    color: #666;
    float: left;
    cursor: pointer;
}

#screening .options_box .border_box .options_kinds li.act {
    background-color: #00b8ee;
    color: #fff;
}

#screening .options_box .border_box .options_kinds li i {
    font-size: 12px;
    color: #fff;
}

#screening .options_box .border_box .price_cel {
    float: left;
    height: 38px;
    padding-right: 20px;
}

#screening .options_box .border_box .price_cel .bg {
    height: 23px;
    margin-top: 8px;
    margin-left: 20px;
}

#screening .options_box .border_box .price_cel .bg a {
    width: 44px;
    height: 23px;
    display: block;
    float: right;
    margin-left: 10px;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    color: #fff;
    background-color: #00b8ee;
    display: none;
}

#screening .options_box .border_box .price_cel .bg a:hover {
    background-color: #00aadb;
}

#screening .options_box .border_box .price_cel .bg input {
    width: 55px;
    height: 23px;
    display: inline-block;
}

#screening .city_box {
    width: 1170px;
    height: 40px;
    margin: 0;
    padding: 0;
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
    border-top: none;
    overflow: hidden;
}

#screening .city_box .city span {
    width: 65px;
    height: 40px;
    display: inline-block;
    float: left;
    line-height: 40px;
    text-indent: 26px;
}

#screening .city_box .city select {
    width: 70px;
    height: 26px;
    display: block;
    border-radius: 0;
    font-size: 12px;
    padding: 0;
    margin: 0;
    float: left;
    margin-left: 5px;
    margin-top: 7px;
}

#screening .city_box .city input {
    margin-left: 10px;
    margin-top: 14px;
}

#screening .city_box .city label {
    font-size: 12px;
    color: #333;
    margin-bottom: -2px;
    overflow: hidden;
}

#screening .options_box .border_box .clearBtn {
    width: 175px;
    height: 40px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #fff;
    position: absolute;
    top: 35px;
    right: 452px;
    z-index: 3;
    padding: 8px;
    display: none;
}

#screening .options_box .border_box .clearBtn>a {
    width: 74px;
    height: 24px;
    display: block;
    float: left;
    text-align: center;
    line-height: 24px;
    color: #000;
}

#screening .options_box .border_box .clearBtn>a.a1 {
    background-color: #00b8ee;
    color: #fff;
}

#screening .options_box .border_box .sales {
    font-size: 12px;
    color: #333;
    width: 120px;
    height: 20px;
    padding: 0 20px;
    margin-top: 9px;
    line-height: 20px;
}

#screening .options_box .border_box .sales label,
#screening .options_box .border_box .sales input {
    cursor: pointer;
}

#search_info {
    margin-top: 20px;
    display: none;
}

#search_info .keyword,
#search_info .results>span {
    color: #ff0000
}

#search_info .results {
    margin-left: 30px;
}

#seacher_err {
    width: 250px;
    margin: 100px auto;
    display: none;
}

#seacher_err>i {
    color: #FFA500;
    display: block;
    float: left;
}

#seacher_err>span {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    padding-left: 8px;
    display: block;
    float: left;
    color: #EE0000;
}
