/* 轮播图容器样式 */
.shop-banner {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
    padding: 60px;
    box-sizing: border-box;
}
/* Swiper 容器样式 */
.shop-banner2 {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
/* 轮播图片样式 */
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    transition: transform 0.3s ease;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.swiper-slide:hover img {
    transform: scale(1.05);
}

/* 分页器样式 */
.swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #e61a23;
    transform: scale(1.2);
}

/* 导航按钮样式 */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #e61a23;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: none;
    outline: none;
}

.swiper-button-next {
    right: 20px;
}

.swiper-button-prev {
    left: 20px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {

    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

/* 隐藏Swiper默认的箭头图标 */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
}

.swiper-button-next img,
.swiper-button-prev img {
    width: 55px;
    height: 55px;
    transition: transform 0.3s ease;
    display: block;
    object-fit: contain;
}

.swiper-button-next:hover img {
    transform: translateX(2px);
}

.swiper-button-prev:hover img {
    transform: translateX(-2px);
}



/* 按钮样式 */
.btn {
    display: block;
    width: 360px;
    height: 70px;
    background: #dc1e14;
    color: white;
    text-decoration: none;
    font-size: 24px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(230, 26, 35, 0.3);
    text-align: center;
    line-height: 70px;
    margin: 50px auto 0;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(230, 26, 35, 0.4);
    background: linear-gradient(50px, #c41230, #e61a23);
}

.btn:active {
    transform: translateY(0);
}
/* 内容信息样式 */
.content-info{ 
    display: flex; 
    display: -webkit-flex; 
    margin: 85px auto 150px; 
    width: 1280px; 
    -webkit-align-items: center; 
    align-items: center; 
}

.content-info .info-detail{ 
    margin-right: 80px;
}

.content-info .info-detail .logo{ 
    margin-right: 10px; 
    width: 97px;
    border-radius: 10px; 
}

.content-info .info-detail .name{
    top: 50%;
    width: 465px;
    font-size: 58px; 
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
    word-wrap: break-word; 
    word-break: normal;
}

.content-info .info-img{ 
    width: 681px; 
    overflow: hidden; 
}

.content-info .info-img img{ 
    object-fit: fill;
    width: 100%;
    height: 100%; 
    -webkit-border-radius: 80px; 
    border-radius: 80px;
}

.content-info .item-text{ 
    margin: 10px 0 20px; 
    width: 490px; 
    font-size: 15px; 
    color: #868686;
}

.content-info .item-follow{
    display: flex; 
    display: -webkit-flex;
    font-size: 18px;  
    color: #363636; 
    line-height: 40px; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    -webkit-align-items: center; 
    align-items: center;
}

.content-info .ico-list a{ 
    width: 40px; 
    height: 40px;
}

.content-info .btn-list{ 
    margin-top: 20px;
}

.follow-text{
    margin-left: 10px;
}
@media only screen and (max-width: 1080px) {
    .content-info{ 
        margin: 50px auto 80px; 
        margin-left: 30px;
        width: auto;
    }
    
    .content-info .info-detail{ 
        margin-right: 50px;
    }
    
    .content-info .info-detail .logo{ 
        margin-right: 10px; 
        width: 64px;
        border-radius: 10px; 
    }
    
    .content-info .info-detail .name{ 
        left: 80px; 
        top: 50%;
        width: 465px;
        font-size: 32px;
    }
    
    .content-info .info-img img{ 
        width: 80%;
        min-width: 480px;  
        border-radius: 32px;
    }
    
    .content-info .item-text{ 
        margin: 10px 0 20px; 
        width: 300px; 
        font-size: 15px; 
        color: #868686;
    }
    
    .content-info .item-follow{
        font-size: 18px; 
        line-height: 40px;
        letter-spacing: 1px;
    }
    
    .content-info .ico-list a{ 
        width: 40px; 
        height: 40px;
    }
    
    .content-info .btn-list{ 
        margin-top: 20px;
    }
    
    .follow-text { 
        font-size: 15px; 
    }
    
    .shop-banner {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 60px;
    }
    
    .shop-banner2 {
        width: 100%;
        height: 500px;
        border-radius: 36px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    }
}
@media only screen and (max-width: 720px) {
    .content-info{ 
        margin: 40px auto 50px; 
        margin-left: 30px;
        width: auto;
    }
    
    .content-info .info-detail{ 
        margin-right: 10px;
    }
    
    .content-info .info-detail .logo{ 
        margin-right: 10px; 
        width: 64px;
        border-radius: 10px; 
    }
    
    .content-info .info-detail .name{ 
        left: 80px; 
        top: 50%;
        width: 465px;
        font-size: 25px;
    }
    
    .content-info .info-img img{ 
        width: 80%;
        min-width: 360px;  
        border-radius: 32px;
    }
    
    .content-info .item-text{ 
        margin: 10px 0 20px; 
        width: 300px; 
        font-size: 13px; 
        color: #868686;
    }
    
    .content-info .item-follow{
        font-size: 18px;
        letter-spacing: 1px; 
        gap: 20px;
    }
    
    .content-info .ico-list a{ 
        width: 40px; 
        height: 40px;
    }
    
    .content-info .btn-list{ 
        margin-top: 20px;
    }
    
    .follow-text { 
        font-size: 15px;
    }
    
    /* 720px 以下隐藏导航按钮 */
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    
    .shop-banner {
        width: 100%;
        margin: 0 auto 40px;
        padding: 20px;
    }
    
    .shop-banner2 {
        height: 320px;
    }
    
    .swiper-pagination {
        bottom: 15px;
    }
    
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
}

/* 添加淡入动画 */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.shop-banner {
    animation: fadeIn 0.8s ease-out;
}

/* 添加滑动过渡效果 */
.swiper-slide-active {
    z-index: 2;
}

.swiper-slide-prev,
.swiper-slide-next {
    z-index: 1;
}

/* 触摸设备优化 */
@media (hover: none) and (pointer: coarse) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 60px;
        height: 60px;
    }
    
    .swiper-button-next img,
    .swiper-button-prev img {
        width: 24px;
        height: 24px;
    }
} 