.mb0 {
    margin-bottom: 0 !important;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexS {
    justify-content: flex-start;
}

.flexSB {
    justify-content: space-between;
}

.flexBT {
    align-items: flex-end;
}

.Service {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bannerDiv9 {
    background-image: url('/static/home/product/images/电池租赁/banner.webp');
  }

@media (min-width: 550px) and (max-width: 800px) {

    .bannerDiv9 {
        background-size: cover;
    }
}  

@media (max-width: 549px){
    .bannerDiv9 {
        background-size: cover;
    }
}

.scheme {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
    width: 70vw;
    height: 16vw;
    gap: 1vw;
}
@media(min-width: 800px){
    .modular .w70vw{
        width: 70vw;
    }
}
@media(max-width: 800px) {
    .w70vw{
        width: 100%;
    }
    .scheme {
        width: 100%;
    }
}
.scheme .schemeList {
    width: 22.3vw;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #EDF9FC;
    padding: 3vw 3.3vw;
}
@media(min-width: 549px) {
    .scheme .schemeList {
        text-align: center;
    }
    .scheme .schemeList:nth-child(1){
        background: url('/static/home/product/images/电池租赁/Group 180@2x.png') no-repeat center center;
        background-size: contain;
    }
    .scheme .schemeList:nth-child(2){
        background: url('/static/home/product/images/电池租赁/Group 181@2x.png') no-repeat center center;
        background-size: contain;
    }
    .scheme .schemeList:nth-child(3){
        background: url('/static/home/product/images/电池租赁/Group 182@2x.png') no-repeat center center;
        background-size: contain;
    }
    .scheme .schemeList .s74{
        display: none;
    }
}


.scheme .schemeList .s74 {
    color: #02B5D2;
    font-weight: bold;
}

.scheme .schemeList .s34 {
    display: inline-block;
    width: 96%;
    color: #333;
    font-weight: 600;
    margin-bottom: 0.7vw;
}

.scheme .schemeText {
    color: #828282;
    line-height: 1.75;
    text-align: left;
    width: 100%;
    word-spacing: 5px;
    letter-spacing: 1px;
    
}

.advantages {
    width: 70vw;
    height: 15vw;
    margin-left: -3vw;
    gap: 10px;
}
.advantagesTitle{
    margin-top: 2.5vw;
    font-weight: 400;
    cursor: pointer;
}
.advantages .advantagesList{
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    padding: 1vw;
}

/* 有多种图片，多张图片高度不一样，处理成一样高 */
.advantages .advantagesList img{
    width: 15vw;
    display: block;
    cursor: pointer;
}

.advantages .advantagesList .desc{
    text-align: center;
    font-size: 0.7em;
    margin-top: 1em;
    color: #6F6F6F;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    display: flex;
    gap: 1vw;
}
.advantages .advantagesList:hover .desc{
    opacity: 1;
}

.advantages .advantagesList:hover{
    background-color: #F9F9F9;
}

@media screen and (max-width: 1200px) {
    .advantages {
        width: 100%;
        height: 100%;
        align-items: start;
    }

    .advantagesTitle {
        margin-top: 5vw;
    }
    .advantages .advantagesList{
        padding: 4vw 1vw;
        font-size: 0.3rem;
    }
    .advantages .advantagesList .desc{
        margin-top: 0;
        flex-direction: column;
    }
    /* 有多种图片，多张图片高度不一样，处理成一样高 */
    .advantages .advantagesList img {
        width: auto;
        min-height: 10vw;
    }

    .advantages .advantagesList .advantagesText {
        font-size: calc(24 * 1rem / 100);
        color: #F9F9F9;
    }
}
/* 移动端1280px */
/* #asd1234 {
    --base-font-size: clamp(12px, 0.833vw + 0.1rem, 24px);
    font-size: var(--base-font-size) !important;
} */
.yd-bannerDiv9 {
    position: relative;
}

.yd-bannerDiv9-cn {
    text-align: center;
    transform: scale(1.3);
    font-weight: bold;
}

.yd-bannerDiv9 .img {
    width: 100%;
}

.yd-bannerDiv9 .yd-bannerTitle {
    width: 100%;
    padding: 5vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.yd-bannerDiv9 .yd-bannerTitle .title {
    font-size: 0.55rem;
    margin-bottom: 0.35em;
}
.yd-scheme{
    margin-top: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 7vw;
}
.yd-scheme .item{
    position: relative;
}
.yd-scheme .item .text{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5em;
}
.yd-scheme .item .text .title{
    font-weight: 500;
    transform: scale(1.3);
}
.yd-scheme .item .text .desc{
    text-wrap: nowrap;
    color: #828282;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5em;
    letter-spacing: 1px;
    word-spacing: 5px;
}
.yd-advantages{
    padding: 5em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2em;
}
.yd-advantages .item{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 2.5em 5em;
    gap: 5em;
}
.yd-advantages .item img{
    width: 12vw;
    height: 12vw;
}

.yd-advantages .item .content .title{
    font-weight: 600;
    margin-bottom: 0.25em;
}
.yd-advantages .item .content .desc{
    color: #666;
}
.yd-scene{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5em;
}
.yd-scene .item{
    padding: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5em;
    background: #F9F9F9;
}
.yd-scene .item .title{
    font-weight: bold;
    transform: scale(1.3);
}
.yd-scene .item .list{
    text-wrap: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    color: #6f6f6f;
}