/* 分页 */
.paging-box {
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    display: table;
}

.paging-item {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    float: left;
    border: 1px solid #EDEDED;
    margin-right: 8px;
    font-size: 16px;
    color: #666666;
    border-radius: 3px;
}

.paging-item:hover {
    background: #d50000;
    color: #fff;
}

.paging-item-active {
    background: #d50000;
    color: #fff;
}

.paging-item img {
    width: 14px;
}

.paging-item .next-hover {
    display: none;
}

.paging-item .next-nohover {
    display: inline-block;
}

.paging-item:hover .next-hover {
    display: inline-block;
}

.paging-item:hover .next-nohover {
    display: none;
}

.paging-next:hover {
    background: #fff;
}

/* 没有结果 */
.no-result {
    padding-top: 50px;
    overflow: hidden;
}

.no-result-img {
    float: left;
    width: 179px;
    height: 179px;
    margin: 55px 58px 0 132px;
}

.no-result-form {
    float: left;
}

.no-result-sorry {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.no-result-tip {
    color: #888888;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0;
}

/* 没结果表单 */
.no-result-common {
    display: block;
    width: 286px;
    height: 34px;
    margin-bottom: 8px;
    padding: 0 10px;
    border-radius: 2px;
    border: 1px solid #EDEDED;
}

.item-cates span {
    float: left;
    color: #AFAFAF;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
}

.item-cates span.js-selected {
    color: #333333;
}

.item-cates img {
    float: right;
    width: 14px;
    height: 14px;
    margin: 10px 0;
}

.item-cates img.js-active {
    transform: rotate(180deg);
}

.item-cates-select {
    display: none;
    position: absolute;
    box-shadow: 2px 6px 20px 0px rgb(215 224 230 / 30%);
}

.item-cates-select li {
    width: 288px;
    height: 36px;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    line-height: 36px;
    padding: 0 10px;
    background-color: #FFFFFF;
}

.item-cates-select li:hover {
    color: #D50000;
    background-color: #F2F3F5;
}

.no-result-submit {
    width: 100px;
    height: 28px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
    border-radius: 2px;
    background-color: #D50000;
    cursor: pointer;
}

.no-result-submit:hover {
    background-color: #b60e0e;
}
.no-click{
    cursor: default;
}