.seek .seek-bg {
    background: url(../../images/home/seek-bar2.jpg) no-repeat left 0 top 0;
    background-size: 100% 100%;
}
.seek .seek-box .seek-center {
    width: 14rem;
    height: 1.25rem;
}
.seek .seek-box .seek-center .seek-center-left {
    width: calc(100% - 2.125rem);
}
.seek .seek-box .seek-center .seek-center-right {
    width: 2.125rem;
    font-size: 0.6rem;
    line-height: 1.25rem;
}
.classify .del-setting a {
    font-size: 14px;
}
.wholesale-list {

}
.wholesale-list ul {
    margin-right: -0.55rem;
}
.wholesale-list .item {
    margin-right: 0.55rem;
    width: 6.475rem;
    float: left;
    position: relative;
    margin-top: 0.65rem;
}
.wholesale-list .item .item-box {
    display: block;
    padding: 9px 9px 0;
    background: #fff;
    border: 1px #fff solid;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
}
.wholesale-list .item .item-box .img {
    width: 100%;
    height: calc(6.75rem - 18px);
}
.wholesale-list .item .item-box .tips {
    width: 100%;
    height: 25px;
    font-size: 14px;
    color: #fff;
    padding-left: 9px;
    box-sizing: border-box;
    line-height: 25px;
}
.wholesale-list .item .item-box .title {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    font-size: 14px;
    color: #616161;
    line-height: 16px;
    height: 32px;
    margin: 12px 0;
    text-align: center;
}
.wholesale-list .item .item-box .detail {
    width: calc(100% + 18px);
    margin-left: -9px;
    height: 50px;
    background: linear-gradient(91deg, #FF5000, #FE036F);
}
.wholesale-list .item .item-box .detail .detail-left {
    float: left;
    height: 100%;
    padding-left: 15px;
}
.wholesale-list .item .item-box .detail .detail-left .price {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-top: 6px;
}
.wholesale-list .item .item-box .detail .detail-left .price span {
    font-size: 20px;
}
.wholesale-list .item .item-box .detail .detail-left .txt {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
.wholesale-list .item .item-box .detail .detail-right {
    background: #feee9b;
    height: 100%;
    float: right;
    position: relative;
    padding: 10px 0.2rem 10px 0.8rem;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    line-height: 18px;
    color: #A97C02;
}
.wholesale-list .item .item-box .detail .detail-right .hot {
    height: 100%;
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    z-index: 1;
    top: 0;
}