/**!
 * å•†å“ç»´æŠ¤-å•†å“ä¸Šæž¶
 * date:2017-12-11
 * author: csxiang;
 */
.quit-searh .search {
    width: 790px;
    height: 31px;
    line-height: 31px;
    margin: 0 auto;
}

    .quit-searh .search input {
        width: 308px;
        margin-left: 10px;
    }

    .quit-searh .search .serh-btn {
        display: inline-block;
        width: 97px;
        height: 31px;
        text-align: center;
        color: #db2323;
        background-color: #ffe7e7;
    }
.filter-box {
    width: 1049px;
    height: 299px;
    border: 1px solid #e5e5e5;
    position: relative;
    font-size: 12px;
}

.filter-con2 {
    display: none;
    overflow-y: auto;
    height: 300px;
}

    .filter-con2 li {
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }

        .filter-con2 li input {
            margin: 0 8px;
            position: relative;
            top: 2px;
        }

        .filter-con2 li.active,
        .filter-con2 li:hover {
            background-color: #F9E4E4;
        }

.filter-con1 {
    width: 1049px;
    height: 299px;
    background-color: #fff7f7;
}

.filter-box .arrow-left,
.filter-box .arrow-right {
    position: absolute;
    top: 115px;
    width: 25px;
    height: 75px;
    cursor: pointer;
}

.filter-box .arrow-left {
    left: 15px;
    background: url(../images/arrow-left1.png) no-repeat;
}

.filter-box .arrow-right {
    right: 12px;
    background: url(../images/arrow-right1.png) no-repeat;
}

.filter-con {
    position: absolute;
    top: 11px;
    width: 1049px;
    overflow: hidden;
}

.filter-list {
    width: 9999px;
}

    .filter-list > li {
        float: left;
        width: 192px;
        height: 271px;
        padding: 8px;
        border: 1px solid #e5e5e5;
        background-color: #fff;
    }

.filter-item .filter-input {
    width: 190px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #e5e5e5;
}

    .filter-item .filter-input i {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../images/searchicon.png) no-repeat;
        background-size: 100%;
        float: left;
        margin: 6px 10px;
    }

    .filter-item .filter-input input {
        float: left;
        height: 29px;
        line-height: 29px;
        vertical-align: middle;
        width: 124px;
        border: none;
        outline: none;
    }
/* cate-wrap */
.cate-wrap {
    margin-top: 8px;
    height: 230px;
    overflow-y: auto;
    overflow-x: hidden;
}

.letter-sort .letter-item {
    float: left;
    height: 13px;
    width: 13px;
    line-height: 14px;
    text-align: center;
    margin: 3px 9px 0;
    color: #fff;
    background-color: #999;
    font-family: arial;
}

.cate-wrap .cate-item {
    margin-bottom: 2px;
    height: 22px;
    line-height: 19px;
    padding-left: 16px;
    width: 174px;
    cursor: pointer;
}

    .cate-wrap .cate-item > p {
        width: 80%;
    }

.cate-wrap .cate-item-next {
    background: url(../images/jtouright.png) 164px center no-repeat;
}

.cate-wrap .cate-item:hover, .cate-wrap .cate-item.active {
    background-color: #F9E4E4;
}
/* filter-curr */
.filter-curr {
    position: relative;
    height: 28px;
    line-height: 28px;
    width: 1049px;
    margin-top: 10px;
    background-color: #fff1f1;
    border: 1px solid #efb8b8;
    font-size: 14px;
}

    .filter-curr i {
        position: absolute;
        display: inline-block;
        left: 86px;
        top: -7px;
        width: 11px;
        height: 7px;
        background: url(../images/arrow_top1.png) no-repeat;
    }

    .filter-curr p {
        margin-left: 30px;
    }
/* searchno */
.searchno {
    display: none;
}

    .searchno .serh-ns {
        text-align: center;
        height: 32px;
        line-height: 32px;
        width: 266px;
        margin: 25px auto;
    }

    .searchno .ns-icon {
        float: left;
        height: 32px;
        margin-right: 10px;
    }

    .searchno .ns-content {
        float: left;
        font-size: 16px;
        font-weight: 700;
        color: #f60;
    }
