.service-introduction {
    margin: 1rem auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.76rem;
}

.service-introduction .left {
    width: 6.43rem;
    height: 4.34rem;
    position: relative;
    ;
}

.service-introduction .left .gray-bg {
    width: 1.71rem;
    height: 0.94rem;
    background: #767676;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.service-introduction .left .red-bg {
    width: 1.4rem;
    height: 0.91rem;
    background: #BF2A32;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.service-introduction .left .img-box {
    width: 5.95rem;
    height: 3.86rem;
    margin: 0.19rem 0 0 0.29rem;
}

.service-introduction .right {
    width: 5.37rem;
}

.service-introduction .right .dot-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.1rem;
}

.service-introduction .right .dot-list :nth-child(1) {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #767676;
}

.service-introduction .right .dot-list :nth-child(2) {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #A1A1A1;
    margin: 0 0.08rem;
}

.service-introduction .right .dot-list :nth-child(3) {
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #C8C8C8;
}

.service-introduction .right .new-title {
    align-items: flex-start;
}

.service-introduction .right .new-title h3 {
    color: #BF2A32;
}

.service-introduction .right .new-title h6 {
    color: #767676;
}

.service-introduction .right p {
    margin: 0.42rem 0 0.29rem;
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #3D3D3D;
}

.advantages {
    margin: 0.54rem 0 1.1rem 0;
}

.advantages-list {
    margin-top: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.advantages-list .advantages-item {
    width: 2.77rem;
    height: 3.42rem;
    padding: 0.4rem 0.17rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    /* 阴影/低阴影 */
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}

.advantages-list .advantages-item:hover {
    background: #BF2A32;
}

.advantages-list .advantages-item .svg-box {
    width: 0.81rem;
    height: 0.81rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BF2A32;
}

.advantages-list .advantages-item:hover .svg-box {
    background: #FFFFFF;
}

.advantages-list .advantages-item .svg-box svg {
    fill: #fff;
}

.advantages-list .advantages-item:hover svg {
    fill: #BF2A32;
}

.advantages-list .advantages-item h5 {
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: 0.05em;
    color: #3D3D3D;
    margin: 0.32rem auto 0.3rem auto;
}

.advantages-list .advantages-item:hover h5 {
    color: #FFFFFF;
}

.advantages-list .advantages-item p {
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: 300;
    line-height: 0.24rem;
    text-align: center;
    letter-spacing: normal;
    color: #767676;
}

.advantages-list .advantages-item:hover p {
    color: #FFFFFF;
}

.presentation-list {
    margin-top: 0.84rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.67rem;
}

.presentation-list .presentation-item {
    width: 5.3rem;
    height: 3.9rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.poster {
    padding: 0.54rem 0;
    position: relative;
}

.poster-swiper-container {
    width: 3.5rem;
    margin: 0.5rem auto 0 auto;
    padding-bottom: 0.5rem;
    position: relative;
}
.poster-swiper-container .container{
    position: relative;
    height: 5.96rem;
    margin: 0 auto;
}
.cards-list {
    width: 3.5rem;
    height: 5.96rem;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px !important;
    /* display: flex; */
    /* align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    transition: all 0.3s ease;
    opacity: 0.7; */
    
    position: absolute;
    left: 0;
    top: 0;
    transition: 330ms;
}

.cards-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-active {
    opacity: 1;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.swiper-slide-next,
.swiper-slide-prev {
    opacity: 0.8;
}

.swiper-pagination-bullet-active {
    background: #BF2A32;
}