.mainBox {
    width: 100%;
    padding: 0 0 100px;
    background-color: transparent;
}

.mainBox .category-content {
    /* position: fixed;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3; */
    position: relative;
    height: 78px;
    padding: 40px 0 0;
    text-align: center;
    box-sizing: border-box;
    z-index: 3;
}

.mainBox .category-content .category-item {
    display: inline-block;
    padding: 6px 20px;
    color: #1e1e1e;
    font-family: "Source Han Sans CN";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-right: 30px;
    cursor: pointer;
}

.mainBox .category-content .category-item.active {
    color:  #fff;
    background-color: #1E1E1E;
    border-radius: 100px;
}

.mainBox .category-content .category-item:last-child {
    margin-right: 0;
}

.mainBox .goods-content {
    width: var(--content-width1);
    padding-top: 30px;
    margin: 0 auto;
}

#advFocus.swiper-container .cover {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.mainBox .empty-list {
    padding: 40px 0;
}

.mainBox .empty-list>img {
    display: block;
    margin : 0 auto;
}

.mainBox .goods-list {
    margin-right: -20px;
}

.mainBox .page-count {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainBox .goods-list .adv-item {
    position: relative;
    float: left;
    width: 345px;
    height: 432px;
    border-radius: 15px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.mainBox .goods-list .adv-item .item-ablums {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mainBox .goods-list .adv-item .item-ablums .cover {
    width: 100%;
}



.mainBox .goods-list .goods-item {
    float: left;
    width: 345px;
    height: 432px;
    padding: 15px;
    border-radius: 15px;
    background: #FFF;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.mainBox .goods-list .goods-item .item-ablums {
    position: relative;
    display: flex;
    align-items: center;
    width: 315px;
    height: 315px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.mainBox .goods-list .goods-item .item-ablums .cover {
    width: 100%;
}

.mainBox .goods-list .goods-item .item-ablums .tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
}

.mainBox .goods-list .goods-item .item-title {
    height: 24px;
    color: #1e1e1e;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}

.mainBox .goods-list .goods-item .item-subtitle {
    height: 16px;
    color: #62616b;
    text-align: center;
    font-family: "Source Han Sans CN";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.mainBox .goods-list .adv-item:hover,
.mainBox .goods-list .goods-item:hover {
    box-shadow: 0 0 60px 0 #62616b26;
}