@charset "UTF-8";


.button-cursor {
    cursor: pointer;
}


.body-swiper-wrapper {
    margin-top: 20px;
    margin: 0 auto;
    min-width: 1382px;
}

.body-swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.category-wrapper {
    border: 1px solid #eee;
    padding: 15px;
    margin-top: 30px;
    margin: 0 auto 30px auto;
    min-width: 1350px;
}

.category-wrapper .top-wrapper {
    display: flex;
    justify-content: space-between;
}
.category-wrapper .title-wrapper {
    font-size: 28px;
    margin-bottom: 15px;
}
.category-wrapper .category-main-wrapper {
    height: 465px;
    display: flex;
}
.category-wrapper .category-main-wrapper .left-wrapper {
    position: relative;
    height: 100%;
    min-width: 275px;
}
.category-wrapper .category-main-wrapper .left-wrapper .img-wrapper {
    height: 100%;
    width: 348px;
}
.category-wrapper .category-main-wrapper .left-wrapper .img-wrapper img {
    height: 100%;
    width: 100%;
}
.category-wrapper .category-main-wrapper .left-wrapper .info-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 15px;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.category-wrapper .category-main-wrapper .right-wrapper {
    flex: 1;
    background-color: #fff;
    overflow: hidden;
}
.category-wrapper .category-main-wrapper .right-wrapper .list-item-wrapper {
    margin-top: -50px;
    width: 105%;
    display: flex;
    flex-wrap: wrap;
}
.category-wrapper .category-main-wrapper .right-wrapper .list-item-wrapper .item-wrapper {
    height: 190px;
    display: flex;
    margin-left: 13px;
    margin-top: 50px;
}
.category-wrapper .category-main-wrapper .right-wrapper .list-item-wrapper .item-wrapper .img-wrapper {
    width: 126px;
    height: 100%;
    margin-right: 14px;
}
.category-wrapper .category-main-wrapper .right-wrapper .list-item-wrapper .item-wrapper .img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
}
.category-wrapper .category-main-wrapper .right-wrapper .list-item-wrapper .item-wrapper .item-info-wrapper {
    width: 170px;
    height: 100%;
    position: relative;
}
.category-wrapper .category-main-wrapper .right-wrapper .list-item-wrapper .item-wrapper .item-info-wrapper .title-wrapper {
    font-size: 15px;
    display: -webkit-box; /* 将元素设置为弹性伸缩盒子 */
    -webkit-box-orient: vertical; /* 设置内容垂直排列 */
    -webkit-line-clamp: 2; /* 限制显示的行数 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis;
}
.category-wrapper .category-main-wrapper .right-wrapper .list-item-wrapper .item-wrapper .item-info-wrapper .sub-title-wrapper {
    font-size: 14px;
    color: #aaa;
}
.category-wrapper .category-main-wrapper .right-wrapper .list-item-wrapper .item-wrapper .item-info-wrapper .price-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    color: #f72a73;
    line-height: 18px;
}

body {
    background-color: #fff;
}

.no-data-wrapper {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (min-width:1920px){
    .body-content-wrapper {
        padding: 0 15%;
    }
}
@media screen and (min-width:1701px) and (max-width: 1920px) {
    .body-content-wrapper {
        padding: 0 160px;
    }
}
@media screen and (min-width:1601px) and (max-width: 1701px) {
    .body-content-wrapper {
        padding: 0 9%;
    }
}
/*# sourceMappingURL=index.css.map */
