.modular .mb45 {
    margin-bottom: 45px;
}

.awpom {
    width: calc(100% - 23em);
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexS {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flexSB {
    justify-content: space-between;
}

.flexE {
    justify-content: flex-end;
}

.flexDC {
    flex-direction: column;
}

.products {
    width: 66vw;
    height: 36vw;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
}

@media(max-width: 768px) {
    .products {
        width: 90vw;
        height: 60vw;
    }

    .products-bottom {
        height: 80vw;
    }
}

.productsBg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.productsBg .w15 {
    width: 15vw;
    height: 100%;
    padding: 2.5vw 0 0 2.5vw;
    background-color: #F5FCFF;
    transform: translateX(1px);
}

.productsBg .w15 .w15-text {
    display: none;
}

.productsBg .w15 .w15-text .w15-text-title {
    color: var(--themes);
    font-weight: bold;
}

.productsBg .w15 .w15-text .w15-text-content p {
    margin-top: 0.6vw;
}

.productsBg .w15 .active {
    display: block;
}

.productsBg .productMask {
    width: calc(100% - 15vw);
    height: 100%;
    position: relative;
    background: linear-gradient(117deg, #F5FCFF 1%, rgba(245, 252, 255, 0.183) 54%, rgba(245, 252, 255, 0) 66%);
    background-size: cover;
}

.productsBg .productMask img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
}

@media(max-width: 768px) {
    .productsBg .w15 {
        width: 30vw;
    }

    .productsBg .productMask {
        width: calc(100% - 30vw);
    }
}

.productsMenu {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 2.5vw;
    width: 38vw;
    flex-wrap: wrap;
    background: transparent;
    padding-left: 2vw;
}

.productsMenu .PM-list {
    width: 25%;
    height: 6vw;
    border-radius: 4px;
    border: 1px solid #b2b2b2;
    margin-right: 0.8vw;
    margin-bottom: 0.8vw;
    background: transparent;
    cursor: pointer;
    padding: 0.9vw;
    padding-top: 0.3vw;
    color: #333;
}

.productsMenu .PM-list .flex {
    width: 100%;
}

.productsMenu .PM-list .flex .PM-s1 {
    display: block;
    width: 2vw;
}

.productsMenu .PM-list .flex .PM-s2 {
    display: none;
}

/* .productsMenu .PM-list .s20{
    margin-top: 15px;
} */

.productsMenu .select {
    border: 0;
    color: #fff;
    background: linear-gradient(180deg, #51B6CD -8%, #51CEC2 108%);
}

.productsMenu .select .flex .PM-s1 {
    display: none;
}

.productsMenu .select .flex .PM-s2 {
    display: block;
    width: 2vw;
}

@media(max-width: 768px) {
    .productsMenu {
        justify-content: end;
        right: auto;
        bottom: auto;
        top: calc(50% + 1vw);
        left: calc(50% + 15vw);
        transform: translate(-50%, -50%);
        width: 52vw;
        margin: 0;
    }

    .productsMenu .PM-list {
        background-color: rgba(255, 255, 255, 0.4);
        height: calc(15vw - 1px);
        width: 31%;
        text-wrap: nowrap;
    }

    .productsMenu .PM-list .flex .PM-s1 {
        width: auto;
    }

    .productsMenu .select .flex .PM-s2 {
        width: auto;
        width: 5vw;
    }

}

.titlemenu {
    margin-bottom: 3vw;
}

@media(max-width: 768px) {
    .titlemenu {
        transform: scale(0.8);
    }
}

.titlemenu .ad-t-list6 {
    cursor: pointer;
    color: #3d3d3d;
    padding: 0 50px;
    border-right: 1px solid #D8D8D8;
}

.titlemenu .ad-t-list6:last-child {
    border-right: none;
}

.titlemenu .active2 {
    color: var(--themes);
}

.advantagesCon {
    width: 100%;
}

.ad-c-list6 {
    width: 100%;
    display: none;
}

.select2 {
    display: flex;

}

@media(max-width: 768px) {
    .select2 {
        width: 90vw;
        height: 40vw;
        position: relative;
        margin-left: 50%;
        transform: translateX(-50%);
    }
}

/* 智能化 */
.tagListDiv {
    flex-wrap: wrap;
    width: 100%;
    height: 25.5vw;
}

.tagListDiv .tagList {
    width: 22%;
    height: 4vw;
    margin-right: 4%;
    margin-bottom: 2vw;
    color: var(--themes);
    background-color: #E9FDFD;
    font-weight: bold;
}

.tagListDiv .tagList:nth-child(4n) {
    margin-right: 0;
}

/* 高效率 */
.ad-s-list {
    width: 31vw;
    height: 25.5vw;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #DEDEDE;
}

.ad-s-list .ad-s-list-title {
    width: 100%;
    height: 5vw;
    color: var(--themes);
    background-color: #E9FDFD;
    font-weight: bold;
}

.ad-s-list .ad-s-list-content {
    width: 100%;
    height: 100%;
    position: relative;
}

.ad-s-list .ad-s-list-content img {
    width: 100%;
    height: 100%;
}

.ad-s-list .ad-s-list-content .mask {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

@media(max-width: 768px) {
    .ad-s-list {
        width: 44vw;
        height: 35.5vw;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #DEDEDE;
    }

    .ad-s-list .ad-s-list-title {
        height: 7vw;
    }
}

/* 高品质 */
.ad-s-list2 {
    width: 31%;
    height: 15vw;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #DEDEDE;
}

.ad-s-list2 .ad-s-list-title {
    width: 100%;
    height: 5vw;
    color: var(--themes);
    background-color: #E9FDFD;
    font-weight: bold;
}

.ad-s-list2 .ad-s-list-content {
    width: 100%;
    height: 10vw;
}

@media(max-width: 768px) {
    .ad-s-list2 {
        width: 44vw;
        height: 35.5vw;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #DEDEDE;
    }

    .ad-s-list2 .ad-s-list-title {
        height: 7vw;
    }
}

.productsBg-zip {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.productsBg-bg-zip {
    height: 39vw;
    width: 100%;
    background-color: #F7F7F7;
    top: 92vw;
    position: absolute;
    overflow: hidden;
    z-index: -1;
}

.productsBg-zip .item {
    flex: 0 0 33.33%;
    padding: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s;
    background-color: #fff;
    overflow: hidden;
    line-height: 2.5em;
    height: 50%;
}

.productsBg-zip .item .imgHover {
    display: none;
}

.productsBg-zip .item .img,
.imgHover {
    width: 5.6vw;
    height: 5.6vw;
    transition: all 0.3s;
    margin-bottom: 1vw;
}

.productsBg-zip .item .title {
    transition: margin-top 0.3s;
    transform: scale(0.8);
}

.productsBg-zip .item .desc {
    text-align: center;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s;
    line-height: 1.5em;
}

.productsBg-zip .item.active {
    color: #FFF;
}

.productsBg-zip .item:nth-child(1) {
    border-bottom: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}

.productsBg-zip .item:nth-child(2) {
    border-bottom: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
}

.productsBg-zip .item:nth-child(3) {
    border-bottom: 1px solid #DEDEDE;
}

.productsBg-zip .item:nth-child(4) {
    border-right: 1px solid #DEDEDE;
}

.productsBg-zip .item:nth-child(5) {
    border-right: 1px solid #DEDEDE;
}

.productsBg-zip .item:hover {
    cursor: pointer;
}

.productsBg-zip .item:nth-child(1).active {
    background: url('/static/home/product/images/电池维修/电池检测bg@2x.png') no-repeat center center;
    background-size: cover;
}

.productsBg-zip .item:nth-child(1).active .img {

    display: none;
}

.productsBg-zip .item:nth-child(1).active .imgHover {

    display: block;
}

.productsBg-zip .item:nth-child(1).active .title {
    margin-top: -1.5vw;
    margin-bottom: 0.5vw;
    transform: scale(1);
}

.productsBg-zip .item:nth-child(1).active .desc {
    z-index: 0;
    position: inherit;
    opacity: 1;
}

.productsBg-zip .item:nth-child(2).active {
    background: url('/static/home/product/images/电池维修/电池维修bg@2x.png') no-repeat center center;
    background-size: cover;
}

.productsBg-zip .item:nth-child(2).active .img {

    display: none;
}

.productsBg-zip .item:nth-child(2).active .imgHover {

    display: block;
}

.productsBg-zip .item:nth-child(2).active .title {
    margin-top: -1.5vw;
    margin-bottom: 0.5vw;
    transform: scale(1);
}

.productsBg-zip .item:nth-child(2).active .desc {
    z-index: 0;
    position: inherit;
    opacity: 1;
}

.productsBg-zip .item:nth-child(3).active {
    background: url('/static/home/product/images/电池维修/电池仓储bg@2x.png') no-repeat center center;
    background-size: cover;
}

.productsBg-zip .item:nth-child(3).active .img {

    display: none;
}

.productsBg-zip .item:nth-child(3).active .imgHover {

    display: block;
}

.productsBg-zip .item:nth-child(3).active .title {
    margin-top: -1.5vw;
    margin-bottom: 0.5vw;
    transform: scale(1);
}

.productsBg-zip .item:nth-child(3).active .desc {
    z-index: 0;
    position: inherit;
    opacity: 1;
}

.productsBg-zip .item:nth-child(4).active {
    background: url('/static/home/product/images/电池维修/电池数据bg@2x.png') no-repeat center center;
    background-size: cover;
}

.productsBg-zip .item:nth-child(4).active .img {
    display: none;

}

.productsBg-zip .item:nth-child(4).active .imgHover {
    display: block;

}

.productsBg-zip .item:nth-child(4).active .title {
    margin-top: -1.5vw;
    margin-bottom: 0.5vw;
    transform: scale(1);
}

.productsBg-zip .item:nth-child(4).active .desc {
    z-index: 0;
    position: inherit;
    opacity: 1;
}

.productsBg-zip .item:nth-child(5).active {
    background: url('/static/home/product/images/电池维修/电池物流bg2@2x.png') no-repeat center center;
    background-size: cover;
}

.productsBg-zip .item:nth-child(5).active .img {

    display: none;
}

.productsBg-zip .item:nth-child(5).active .imgHover {

    display: block;
}

.productsBg-zip .item:nth-child(5).active .title {
    margin-top: -1.5vw;
    margin-bottom: 0.5vw;
    transform: scale(1);
}

.productsBg-zip .item:nth-child(5).active .desc {
    z-index: 0;
    position: inherit;
    opacity: 1;
}

.productsBg-zip .item:nth-child(6).active {
    background: url('/static/home/product/images/电池维修/末端处理bg@2x.png') no-repeat center center;
    background-size: cover;
}

.productsBg-zip .item:nth-child(6).active .img {

    display: none;
}

.productsBg-zip .item:nth-child(6).active .imgHover {

    display: block;
}

.productsBg-zip .item:nth-child(6).active .title {
    margin-top: -1.5vw;
    margin-bottom: 0.5vw;
    transform: scale(1);
}

.productsBg-zip .item:nth-child(6).active .desc {
    z-index: 0;
    position: inherit;
    opacity: 1;
}

@media(max-width: 768px) {

    .productsBg-zip .item:nth-child(1).active .imgHover,
    .productsBg-zip .item:not(:first-child).active .imgHover {
        transform: scale(1);
    }

    .productsBg-zip .item:nth-child(1).active .title,
    .productsBg-zip .item:not(:first-child).active .title {
        margin-top: 2vw;
        transform: scale(0.7);
    }

    .productsBg-zip .item:nth-child(1).active .desc,
    .productsBg-zip .item:not(:first-child).active .desc {
        transform: scale(0.7);
    }
}

.ServiceLayout-box {
    margin: 3vw;
    height: 7vw;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ServiceLayout-box .img {
    width: 1.2vw;
    height: 1.2vw;
    margin: 0 2.5vw;
}

.ServiceLayout-box .item {
    line-height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #EFFAFB;
    width: 100%;
    height: 100%;
    border-radius: 1vw;
    padding: 2vw;
}

.inChina{
    width: 100%;
    display: block;
}

@media(max-width: 768px) {
    .ServiceLayout-box {
        margin: 6vw;
        gap: 5vw;
        height: 110vw;
        flex-direction: column;
    }

    .ServiceLayout-box .img {
        width: 5vw;
        height: 5vw;
        transform: rotate(90deg);
    }

    .ServiceLayout-box .item {
        line-height: inherit;
        padding: 5vw 3vw;
    }
}

.ServiceLayout-box .item .s16 {
    transition: all 0.3s;
    opacity: 1;
    color: #666;
}

.ServiceLayout-box .item .title {
    font-weight: 600;
}

.ServiceLayout-box .item .data {
    z-index: -1;
    position: absolute;
    opacity: 0;
    color: #fff;
    transition: all 0.3s;
}

.ServiceLayout-box .item .data hr {
    width: 2vw;
    min-width: 16px;
    border: 1px solid #FFFFFF;
}

.ServiceLayout-box .item .data .desc {
    text-align: center;
}

.ServiceLayout-box .item:hover {
    color: #fff;
    background-image: linear-gradient(180deg, #47D7DD 0%, #49CADA 100%);
}

.ServiceLayout-box .item:hover .s16 {
    display: none;
    color: #fff;
}

.ServiceLayout-box .item:hover .data {
    z-index: 0;
    position: inherit;
    opacity: 1;
}

.ServiceLayout {
    /* background: url('/static/home/product/images/电池维修/地图 3@2x.png') no-repeat center center;
    background-size: cover; */
}

.ServiceLayout video {
    position: absolute;
    top: 0;
    /* 改为0，避免50%导致的内容偏移 */
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 保持比例并覆盖整个容器 */
    z-index: -1;
    border: none;
    /* 移除边框 */
    outline: none;
    /* 移除轮廓线 */
}

.ServiceLayout-desc {
    width: 95%;
    margin-left: 2.5%;
    line-height: 2em;
    color: #7CBED1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -7vw;
}

.ServiceLayout-desc ul {
    width: 80vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2vw;
    gap: 2vw;
}

.ServiceLayout-desc li {
    padding: 1.5vw 3vw;
    background: linear-gradient(to bottom right, #f2f9fb 0%, #e8f5f8 100%);
}

.ServiceLayout-desc li::before {
    content: "";
    position: absolute;
    margin-left: -1vw;
    margin-top: 0.5vw;
    background-color: #7CBED1;
    border-radius: 50%;
    width: 0.3vw;
    height: 0.3vw;
}

.ServiceLayout-seat-desc {
    display: none;
}

@media(max-width: 768px) {
    .ServiceLayout-desc {
        display: none;
    }

    .ServiceLayout-seat-desc {
        width: 100%;
        line-height: 2em;
        position: absolute;
        bottom: 0;
        color: #7CBED1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ServiceLayout-seat-desc ul {
        width: 80vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 2vw;
        gap: 2vw;
    }

    .ServiceLayout-seat-desc li {
        padding: 1.5vw 3vw;
        background: linear-gradient(to bottom right, #F2F9FB 0%, #E8F5F8 100%);
    }

    .ServiceLayout-seat-desc li::before {
        content: "";
        position: absolute;
        margin-left: -1vw;
        margin-top: 0.5vw;
        background-color: #7CBED1;
        border-radius: 50%;
        width: 0.3vw;
        height: 0.3vw;
    }
}

/* 移动端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-text {
    color: #7F7F7F;
    margin: 5vw 0;
    text-align: center;
}

.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-products {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.yd-products .nav {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5vw 0;
}

.yd-products .nav span {
    text-align: center;
    width: 100%;
    display: block;
    border-left: 1px solid #DEDEDE;
}

.yd-products .nav span:first-child {
    border-left: none;
}

.yd-products .nav span.active {
    color: #51B2CE;
}

.yd-products .list .item:not(.active) {
    display: none;
}

.yd-products .list .item.active {
    display: block;
}

.yd-products .list .item {
    overflow: hidden;
}

.yd-products .list .item img {
    object-fit: cover;
    object-position: center;
}

.yd-ServicePlan {
    padding: 10vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5vw;
    box-shadow: 0 2px 10px 0 #00000014;
}

.yd-ServicePlan .list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.yd-ServicePlan hr {
    width: 90%;
    border: 1px solid rgba(0, 0, 0, 0.025);
}

.yd-ServicePlan .list .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.yd-ServicePlan .list .item img {
    width: 50%;
}

.yd-ServicePlan .list .item p {
    font-weight: 400;
    margin: 2.5vw 0;
    margin-bottom: 2.15vw;
}

.yd-ServicePlan .list .item span {
    color: #666666;
}

.yd-ServiceLayout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3vw;
    margin-bottom: 20px;
}

.yd-ServiceLayout .img {
    width: 4.5vw;
    transform: rotate(90deg);
}

.yd-ServiceLayout .map {
    width: 100%;
    height: 100%;
    margin: 5vw 0;
    transform: scale(1.2);
}

.yd-ServiceLayout .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #F2F9FB;
    border-radius: 1vw;
    padding: 5vw 2vw;
    position: relative;
}

.yd-ServiceLayout .item .title {
    font-weight: bold;
    margin-bottom: 2vw;
}

.yd-ServiceLayout .item span {
    color: #666666;
}

.yd-ServiceLayout .desc {
    padding: 1em;
    padding-left: 2em;
    padding-bottom: 0.5em;
    background: linear-gradient(to top right, #ffffff 0%, #E8F5F8 100%);
    position: relative;
    color: #7CBED1;
    top: -2em;
}

.yd-ServiceLayout .desc li {
    margin-bottom: 1em;
}

.yd-ServiceLayout .desc li::before {
    content: "";
    position: absolute;
    margin-left: -1em;
    margin-top: 0.5em;
    background-color: #7CBED1;
    border-radius: 50%;
    width: 0.4em;
    height: 0.4em;
}
.yd-inChina{
    width: 100%;
    display: block;
}