.swiper-banner1 img {
    width: 100%;
    height: 1.953125rem;
    display: block;
    object-fit: cover;
}

.container {
    width: 5.625rem;
    margin: auto;
    padding: 0.234375rem 0;
}

.container .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.1171875rem;
}

.container .title-box p {
    position: relative;
    font-size: 0.109375rem;
    font-weight: 500;
    line-height: 0.15625rem;
    color: rgba(51, 51, 51, 1);
}

.container .title-box p::after {
    content: '';
    width: 0.4921875rem;
    height: 0.015625rem;
    background: linear-gradient(270deg, rgba(11, 157, 244, 0) 0%, rgba(5, 100, 229, 1) 100%);
    position: absolute;
    bottom: -0.03125rem;
    left: 0;
}

.container .title-box .sort {
    display: flex;
    align-items: center;
    font-size: 0.109375rem;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    cursor: pointer;
}

.container .title-box .sort div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0.03125rem;
}

.container .title-box .sort img {
    width: 0.0703125rem;
    height: 0.0390625rem;
    margin: 2px 0;
    display: block;
}

.menu li {
    display: flex;
    justify-content: space-between;
}

.menu li:first-of-type img {
    width: 2.7578125rem;
    height: 1.4765625rem;
    margin-bottom: 0.125rem;
    display: block;
}

.menu li:last-of-type img {
    width: 1.8046875rem;
    height: 1.0859375rem;
    display: block;
}

.goods-box {
    background: rgba(247, 248, 252, 1);
}

.goods-box ul {
    display: flex;
    flex-wrap: wrap;
}

.goods-box ul li a {
    display: flex;
    width: 1.8203125rem;
    border-radius: 0.0390625rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 0.0390625rem rgba(153, 153, 153, 0.3);
    padding: 0.0625rem;
    margin-right: 0.078125rem;
    margin-top: 0.1171875rem;
}

.goods-box ul li:nth-of-type(3n) a {
    margin-right: 0;
}

.goods-box ul li a img {
    flex-shrink: 0;
    display: block;
    width: 0.6640625rem;
    height: 0.6640625rem;
    border-radius: 0.0234375rem;
    object-fit: cover;
    margin-left: 0.09375rem;
}

.goods-box ul li .left {
    width: 100%;
    height: 0.6640625rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.goods-box ul li .name {
    font-size: 0.078125rem;
    font-weight: 500;
    line-height: 0.1328125rem;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.goods-box ul li .price {
    font-size: 0.078125rem;
    font-weight: 400;
    line-height: 0.109375rem;
    color: rgba(153, 153, 153, 1);
}