.wholesale-home {
    background-color: #EEF0F3;
}

.wholesale-home,
.wholesale-home .header-top .van-sticky {
    background-image: url("/skins/wholesale/images/home/bg_top.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.wholesale-home .van-image {
    display: block;
    transition: 0.05s linear;
}

.wholesale-home .header-navbar {
    height: 2.625rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wholesale-home .header-navbar img {
    width: auto;
    height: 2.625rem;
}

.wholesale-home .header-search {
    width: 21.3125rem;
    height: 1.9375rem;
    background: #F5F7FA;
    border-radius: 0.9375rem;
    margin: 0 auto 0.625rem;
    display: flex;
    padding: 0.125rem 0.1875rem 0.125rem 0.75rem;
    align-items: center;
}

.wholesale-home .header-search-input {
    font-weight: 500;
    font-size: 0.875rem;
    color: #A1A9C3;
    margin-left: 0.3125rem;
    flex: 1;
}

.wholesale-home .header-search-button {
    display: flex;
    width: 3.625rem;
    height: 100%;
    background: var(--green);
    border-radius: 0.8125rem;
    font-weight: 400;
    font-size: 0.875rem;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}

.wholesale-home .banner-box {
    width: 21.625rem;
    margin: 0 auto 0.625rem;
    overflow: hidden;
}

.wholesale-home .banner-box,
.wholesale-home .banner-box .van-image {
    border-radius: 0.75rem;
}

.wholesale-home .grid-box {
    margin: 0 auto 0.625rem;
}

.wholesale-home .grid-box .van-grid-item__content {
    padding: 0;
    overflow: hidden;
}

.wholesale-home .grid-box .van-grid-item__content,
.wholesale-home .grid-box .van-grid-item__content .van-image {
    border-radius: 0.875rem;
}

.wholesale-home .goods-box {
    background: #F5F7FA;
    border-radius: 0.625rem 0.625rem 0 0;
    min-height: 50vh;
}

.wholesale-home .goods-box .van-tabs__line {
    bottom: 1.2rem;
}

.wholesale-home .goods-box .van-tabs .van-tab {
    padding: 0 0.75rem;
    font-weight: 400;
    font-size: 0.8125rem;
    color: #707580;
    height: 3rem;
}

.wholesale-home .goods-box .van-tabs .van-tab--active {
    font-weight: 600;
    font-size: 1rem;
    color: #222951;
}
