#filtrate {
    margin-top: 10px;
    clear: both;
}

#filtrateDiv {
    width: 100%;
    border: 1px solid #f4f4f4;
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#filtrateDiv .form-control {
    width: 150px;
    height: 25px;
    padding: 0;
    float: left;
    margin-left: 10px;
    border-radius: 0;
}

#filtrateDiv a {
    margin: 0px 20px 0 10px;
    color: #333;
}


/*#filtrateDiv a:hover{
    color: #00B8EE;
    cursor: default;
}*/

#smHallModule {
    min-height: 600px;
}

.smHallModule_icon {
    margin-left: 0;
    padding-left: 0;
}

#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;
}


/*服务详情*/

#service_goods_list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 1170px;
    overflow: hidden;
}

#service_goods_list .service_box {
    width: 218px;
    height: 237px;
    display: block;
    overflow: hidden;
    float: left;
    outline: 1px solid #f8f8f8;
    margin-bottom: 20px;
    position: relative;
}

#service_goods_list .service_box .preference {
    position: absolute;
    top: 0px;
    left: 0px;
}

.service_box .smHallImg {
    width: 218px;
    height: 165px;
    overflow: hidden;
    position: relative;
}

.service_box .smHallImg img {
    width: 218px;
    height: 165px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.service_box .smHallImg img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.service_box .smHallImg .mask {
    width: 218px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.service_box .smHallImg .mask>p {
    font-size: 12px;
    margin: 0;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.service_box .smHallImg .mask>p i {
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
}

.service_box .info {
    width: 218px;
    height: 75px;
    overflow: hidden;
    padding: 0 8px;
}

.service_box .info a {
    width: 200px;
    display: block;
    margin: 6px 0 9px 0;
    font-size: 13px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.service_box .info a:hover {
    color: #00b8ee;
}

.service_box .info .price {
    width: 200px;
    display: block;
    margin: 0;
    font-size: 12px;
    color: #999;
}

.service_box .info .price .price_num {
    font-size: 16px;
    color: #ff0000;
    display: block;
    float: left;
    margin-top: -4px;
}

.service_box .info .price .comments {
    font-size: 12px;
    color: #999;
    display: block;
    float: right;
}

.service_box .info .old_price {
    width: 200px;
    display: block;
    float: left;
    font-size: 12px;
    color: #999;
    margin-top: -5px;
}


#search_info{
    display: none;
    margin-bottom: 15px;
}
#search_info .keyword,
#search_info .results>span{
    color: #ff0000
}
#search_info .results{
    margin-left:30px;
}
