.productCenter220624 * {
    box-sizing: border-box;
}

.productCenter220624 {
    max-width: 320px;
}

.productCenter220624 .productCenterTitle {
    margin-bottom: 20px;
}

.productCenter220624 .productCenterTitle .swiper-slide {
    width: 33.33% !important;
}

.productCenter220624 .productCenterTitle .swiper-slide::before,
.productCenter220624 .productCenterTitle a::before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    background: #ddd;
    bottom: 0;
    left: 0;
    transition: all 0.8s;
}

.productCenter220624 .productCenterTitle .swiper-slide::before {
    transform: scaleX(0);
    z-index: 1;
}

.productCenter220624 .productCenterTitle .swiper-slide-active::before {
    background: #e6202d;
    transform: scaleX(1);
}

.productCenter220624 .productCenterTitle .swiper-slide-active a,
.productCenter220624 .productCenterTitle .swiper-slide-active svg path {
    color: #e6202d;
    fill: #e6202d;
}

.productCenter220624 .productCenterTitle .swiper-slide svg {
    font-size: 12px;
}

.productCenter220624 .productCenterTitle a {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 16px;
    color: #777;
}

.productCenter220624 .productCenterTitle a .title {
    margin-left: 6px;
}

.productCenter220624 .productCenterContent {
    padding-left: 10px;
}

.productCenter220624 .productCenterContent .normalImg {
    width: 100%;
    height: 96px;
}

.productCenter220624 .productCenterContent .normalImg img {
    max-width: 100%;
    display: block;
    border: none;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 6px;
}

.productCenter220624 .productCenterContent .time {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productCenter220624 .productCenterContent .productCenterList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.productCenter220624 .productCenterContent .productCenterList li {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 10px;
}

.productCenter220624 .productCenterContent .productCenterList li a {
    width: 100%;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    background: #fff;
    display: block;
    border-radius: 6px;
}

.productCenter220624 .productCenterContent .productCenterList li a .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
    padding: 6px;
}