    .productCenter2205191604 {
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .productCenter2205191604 * {
        box-sizing: border-box;
    }
    
    .productCenter2205191604 .swiper-slide a {
        display: block;
        text-decoration: none;
        color: #000;
        margin: 0 auto;
        text-align: center;
        border-bottom: 2px solid #000;
        position: relative;
        padding-bottom: 20px;
        background: #fff;
    }
    
    .productCenter2205191604 .swiper-container {
        height: 440px;
    }
    
    .productCenter2205191604 .swiper-slide .moreBtn {
        display: inline-block;
        width: 66%;
        position: absolute;
        left: 17%;
        bottom: -20px;
    }
    
    .productCenter2205191604 .swiper-slide .btnIcon {
        padding: 8px 12px;
        height: 38px;
        line-height: 38px;
        background: #000;
        color: #fff;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        transition: all 0.3s linear;
    }
    
    .productCenter2205191604 .swiper-slide a .proContent {
        padding: 10px;
    }
    
    .productCenter2205191604 .swiper-slide a .proContent .title {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 18px;
        margin-bottom: 16px;
        height: 18px;
        font-size: 14px;
        line-height: 1.2;
    }
    
    .productCenter2205191604 .swiper-slide a .proContent .dec {
        height: 18px;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: 12px;
        margin-bottom: 10px;
    }
    
    .productCenter2205191604 .swiper-slide a:hover {
        transition: all 0.3s linear;
        border-bottom: 2px solid #0192f9;
        box-shadow: 3px 6px 30px rgb(0 0 0 / 10%);
    }
    
    .productCenter2205191604 .swiper-slide a:hover .moreBtn .btnIcon {
        background: #0192f9;
    }
    
    .productCenter2205191604 .swiper-slide a .proImg {
        overflow: hidden;
        width: 100%;
        height: 286px;
        position: relative;
        transition: background 0.5s linear;
    }
    
    .productCenter2205191604 .swiper-slide a .proImg img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        border: none;
        transition: all 0.4s ease-in-out;
    }
    
    .productCenter2205191604 .swiper-slide a:hover .proImg:before {
        opacity: 1;
    }
    
    .productCenter2205191604 .swiper-slide a:hover .proImg img {
        transform: scale(1.1);
    }
    
    .productCenter2205191604 .swiper-slide a:hover .btnIcon {
        background: #000;
    }
    
    .productCenter2205191604 .swiper-slide a:hover .btnIcon svg path {
        fill: #fff;
    }
    
    .productCenter2205191604 .swiper-button-next,
    .productCenter2205191604 .swiper-button-prev {
        background: rgba(51, 51, 51, .3);
        width: 46px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }
    
    .productCenter2205191604 .swiper-button-next {
        right: 0;
    }
    
    .productCenter2205191604 .swiper-button-prev {
        left: 0;
    }
    
    .productCenter2205191604 .swiper-button-prev svg {
        transform: rotate(180deg);
    }
    
    .productCenter2205191604 .swiper-button-next:hover,
    .productCenter2205191604 .swiper-button-prev:hover {
        background: rgba(51, 51, 51);
    }