.header-pc {
    border-bottom: none;
}
.swiper-banner .swiper-slide {
    overflow: hidden;
}
.swiper-banner .swiper_content{
    margin-left: 150px;
}
.swiper-banner .swiper_content .swiper-tt{
    font-size: 3rem;
    line-height: 40px;
}
@media (min-width: 1024px){
    .swiper-banner .swiper-slide.dx-0{
        flex-shrink:0;
        transition-property:auto;
        background:url(/exhibitionh5/img/kv-bg-0413.png);
        background-size:cover;
        background-position:center;
    }
    .swiper-banner .swiper-slide .zt-dw-pc {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 100;
        top: 0;
        left: 0;
    }
    .swiper-banner .swiper-slide .zt-dw-pc img {
        position: absolute;
        width: 200px;
        height: 20px;
        transition: inherit;
    }
    .swiper-banner .swiper-slide .zt-dw-pc img.txt-right {
        right: 6%;
        top: 14%;
        width: 18%;
        height: initial;
        transform: scale(1);
        transition: all 10s
    }
    .swiper-banner .swiper-slide .zt-dw-pc img.txt-left {
        left: 5%;
        bottom: 11%;
        width: 20%;
        height: initial;
        transform: scale(1);
        transition: all 10s;
    }
    .swiper-banner .swiper-slide .zt-dw-sp{
        display:none;
    }
}
@media screen and (max-width: 768px) {
    .swiper-banner .swiper_content {
        left: 50%;
        transform: translate(-50%, -50%);
        margin-left: 0;
    }

    .swiper-banner .swiper_content .swiper-tt {
        font-size: 1.5rem;
        line-height: 24px;
    }

    .swiper-content-video {
        width: 238px;
        height: 112px;
    }

    .swiper-banner .swiper-slide .zt-dw-pc {
        display: none;
    }

    .swiper-banner .swiper-slide .zt-dw-sp {
        display: block;
        margin-top: 104px;
        position: relative;
        background: white;
        width: 100%;
        height: calc(100vh - 104px);
        background: white url(/exhibitionh5/img/kv-logo.svg) no-repeat center;
        background-size: 100% 100%;
    }

    .swiper-banner .swiper-slide .zt-dw-sp img {
        transition: inherit;
        height: inherit;
        transform: scale(1);
        max-width: 100%;
        -o-object-fit: inherit;
           object-fit: inherit;
    }

    .swiper-banner .swiper-slide .zt-dw-sp .txt-top {
        position: absolute;
        top: 0;
        left: 0;
    }

    .swiper-banner .swiper-slide .zt-dw-sp .txt-right {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}


.swiper-banner{
    height: 100%;
}
.swiper-banner .swiper-slide img{
    height: 100%;
}

.activity-link{
    position: absolute;
    left: 105px;
    bottom: 125px;
}
.activity-link a{
    display: flex;
    align-items: center;
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: 24px;
    padding: 8px 58px 8px 18px;
    transition: all .4s;
    font-weight: bold;
    font-size: 20px;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0;
    line-height: 28px;
}
.activity-link a::after{
    content: '';
    width: 23px;
    height: 22px;
    background-image: url(/img/activity/shop/activity-link.png);
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
}
.activity-link a:hover{
    border: 2px solid rgba(255,255,255,1);
    background: rgba(255,255,255,0.2);
    color: rgba(255,255,255,1);
}
.activity-link a:hover::after{
    background-image: url(/img/activity/shop/activity-link-white.png);
}
@media screen and (max-width: 768px){
    .activity-link{
        left: 50%;
        transform: translateX(-50%);
    }
    .activity-link a{
        font-size: 18px;
    }
}

/* 20240820修改 */
.original-price{
    color: #999999;
    margin-left: 4px;
    margin-right: 12px;
    text-decoration: line-through;
}
.list-item-img{
    position: relative;
}
.list-item-tag{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    gap: 4px;
}
.tag-discount{
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 4px 4px 2px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-left: 4px;
    background: #EF0D0D;
}
.tag-promotion{
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 4px;
    padding: 4px 4px 2px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-left: 4px;
    background: #FA8C16;
}

 /*seo 开始*/
 .seoind {
     margin-bottom: 10px;
     margin-top: -30px;
     font-size: 10px !important;
     color: #fff;
 }

.seoind ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.seoind ul li {
    width: 33.33%;
    text-align: center
}

.seoind li a {
    color: #fff;
    pointer-events: none;
    cursor: default;
    text-decoration: underline;
}

@media all and (max-width: 768px) {
    .seoind ul {
        display: block
    }

    .seoind ul li {
        width: 100%;
        text-align: left;
    }
}

/*seo 结束*/

