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

.service-introduction .left {
    width: 5.97rem;
    height: 4.42rem;
    background: url('/static/img/newVersion/videoBg.png') no-repeat;
    background-size: cover;
}

.service-introduction .left .img-box {
    width: 100%;
    height: 100%;
}

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

.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;
    position: relative;
}

.service-introduction .right p::after {
    content: '';
    width: 1.62rem;
    height: 0.04rem;
    background: #BF2A32;
    position: absolute;
    left: 0;
    bottom: -0.3rem;
}

.service-type {
    padding: 0.54rem 0;
}

.service-type-content {
    margin-top: 0.75rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.81rem;
    position: relative;
}

.type-left {
    width: 7.9rem;
    padding-left: 0.2rem;
}

.type-left h4 {
    font-family: Montserrat;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.37rem;
    letter-spacing: 0.05em;
    color: #BF2A32;
    position: relative;
}

.type-left h4::after {
    content: '';
    width: 0.05rem;
    height: 0.37rem;
    background: #BF2A32;
    position: absolute;
    left: -0.15rem;
    bottom: 0;
}

.type-left .text {
    margin-top: 0.24rem;
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #3D3D3D;
}

.type-left ul {
    margin-top: 0.1rem;
    overflow: auto;
}

.type-left li {
    width: 100%;
    padding: 0.24rem 0.2rem;
    margin-top: 0.19rem;
    background: rgba(237, 237, 237, 0.2);
}

.type-left li h6 {
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: 0.05em;
    color: #BF2A32;
}

.type-left li p {
    font-family: Montserrat;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    letter-spacing: normal;
    color: #3D3D3D;
}

.type-left ul .active {
    background: #BF2A32;
}

.type-left ul .active h6,
.type-left ul .active p {
    color: #fff;
}

.swiper-container {
    width: 3.54rem;
    height: 4.52rem;
}

.swiper-slide {
    width: 3.54rem;
    height: 4.52rem;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    width: 3.54rem !important;
    right: 0 !important;
    left: auto !important;
    bottom: -0.3rem !important;
}

.swiper-pagination-bullet {
    width: 0.34rem;
    height: 0.05rem;
    border-radius: 0.05rem;

}

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

.advantages-list {
    width: 12rem;
    padding-top: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.advantages-list div h4 {
    padding: 0.15rem 0.33rem;
    border-radius: 0.57rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #BF2A32;
    font-family: Montserrat;
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.36rem;
    letter-spacing: 0.1em;
    color: #3D3D3D;
    position: relative;
}





.advantages-list h4::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 0.14rem solid transparent;
    border-right: 0.14rem solid transparent;
    border-top: 0.18rem solid white;
    /* 白色填充 */
    right: 1.04rem;
    bottom: -0.14rem;
    position: absolute;
}

.advantages-list h4::before {
    content: "";
    position: absolute;
    border-left: 0.16rem solid transparent;
    border-right: 0.16rem solid transparent;
    border-top: 0.2rem solid #BF2A32;
    /* 红色边框 */
    z-index: -1;
    right: 1.02rem;
    bottom: -0.15rem;
}

.advantages-list div:nth-child(1) {
    margin-left: 1.0rem;
    animation: float 8s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0);
    }
}

.advantages-list div:nth-child(2) {
    margin: 0.38rem 0 0 0.77rem;
    animation: float2 8s ease-in-out infinite;
}
@keyframes float2 {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}
.advantages-list div:nth-child(3) {
    animation: float3 8s ease-in-out infinite;
}

@keyframes float3 {
    0% {
        transform: translateY(-10px);
        transform: translateX(-5px);
    }
    25% {
        transform: translateY(5px);
        transform: translateX(2px);
    }
    50% {
        transform: translateY(3px);
        transform: translateX(-4px);
    }
    75% {
        transform: translateY(-5px);
        transform: translateX(5px);
    }
    100% {
        transform: translateY(0);
        transform: translateX(0);
    }
}
.advantages-list div:nth-child(4) {
    margin: 0.3rem 0 0 0.72rem;
    animation: float4 8s ease-in-out infinite;
}

@keyframes float4 {
    0% {
        transform: translateY(-6px);
        transform: translateX(-4px);
    }
    25% {
        transform: translateY(4px);
        transform: translateX(-3px);
    }
    50% {
        transform: translateY(0);
        transform: translateX(0);
    }
    75% {
        transform: translateY(-2px);
        transform: translateX(5px);
    }
    100% {
        transform: translateY(0);
        transform: translateX(0);
    }
}

.advantages-list div:nth-child(5) {
    margin: 0.3rem 0 0 0;
    animation: float 8s ease-in-out infinite;
}


@keyframes float5 {
    0% {
        transform: translateY(6px);
        transform: translateX(-10px);
    }
    25% {
        transform: translateY(-10px);
        transform: translateX(-9px);
    }
    50% {
        transform: translateY(0);
        transform: translateX(10px);
    }
    75% {
        transform: translateY(-5px);
        transform: translateX(-7px);
    }
    100% {
        transform: translateY(0);
        transform: translateX(0);
    }
}

.advantages-list .red-bg {
    background: #BF2A32;
    color: #fff;
}

.advantages-list .red-bg::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 0.14rem solid transparent;
    border-right: 0.14rem solid transparent;
    border-top: 0.18rem solid #BF2A32;
    /* 白色填充 */
    right: 1.04rem;
    bottom: -0.14rem;
    position: absolute;
}

.service-display {
    width: 100%;
    height: 8.26rem;
    margin-top: 1rem;
    background-image: url('/static/img/senior-student-service/fwzsBg.png');
    background-size: cover;
    background-position: center;
}

.service-display-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #BF2A32 30%, rgba(191, 42, 50, 0) 75%);
    display: flex;
    justify-content: center;
    gap: 0.8rem;
}

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

.service-display-bg .left .dot-list :nth-child(1) {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #FFFFFF;
}

.service-display-bg .left .dot-list :nth-child(2) {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    margin: 0 0.08rem;
}

.service-display-bg .left .dot-list :nth-child(3) {
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 50%;
    background: #EDEDED;
}

.service-display-bg .left .new-title {
    align-items: flex-start;
    position: relative;
}

.service-display-bg .left .new-title h3,
.service-display-bg .left .new-title h6 {
    color: white;
}

.service-display-bg .left .new-title::after {
    content: '';
    width: 1.62rem;
    height: 0.04rem;
    position: absolute;
    left: 0;
    bottom: -0.8rem;
}

.see-details{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2.4rem;
}

.see-details .btn{
    width: 2.6rem;
    height: 0.65rem;
    background: #FFFFFF;
    border-radius: 0.65rem;
    display: flex;
    align-items: center;
    color: #BF2A32;
    font-size: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.see-details .btn div{
    width: 0.33rem;
    height: 0.33rem;
    border-radius: 0.33rem;
    background: #BF2A32;
    display: flex;
    align-items: center;
    justify-content: center;
}

.see-details .btn div img{
    width: 0.29rem;
    height: auto;
}

.see-details .code{
    width: 2rem;
    height: 2rem;
    margin-left: 0.5rem;
}

.see-details .code img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.service-display-bg .right {
    height: 100%;
    overflow: hidden;
    display: flex;
    gap: 0.1rem;
}

.service-display-bg .right .img-item {
    height: 100%;
    overflow: hidden;
    position: relative;
    background: none !important;
}

.service-display-bg .right .img-item1 {
    width: 2.16rem;
}

.service-display-bg .right .img-item2 {
    width: 1.9rem;
}

.service-display-bg .right .img-item3 {
    width: 2.78rem;
}

.service-display-bg .right .img-item img {
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
    display: block;
}
