.zdmb-banner-content {
    position: absolute;
    margin: 0 45px;
    top: 50%;
    /* left: 50%; */
    transform: translate(0, -50%);
    z-index: 1;
    width: calc(100% - 90px);
}

.zdmb-banner-title>h3>span:first-child {
    font-weight: bold;
}

.banner-title-subtitle>p {
    margin-top: 2px;
}

.zdmb-sensor {
    margin: 25px 0;
}

.zdmb-collector-swiper-warp,
.zdmb-sensor-swiper-warp {
    position: relative;
}

.zdmb-collector-slide-content {
    /* width: 345px; */
    /* min-height: 670px; */
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    /* padding: 23px 15px 0; */
}

.collector-slide-btm {
    background: #F4F5F7;
    padding: 16px 16px;
    /* height: 374px; */
}

.collector-slide-btm>a {
    width: 100%;
}

.collector-slide-btm-desc {
    position: relative;
}

.collector-slide-btm-desc>p {
    font-size: 15px;
    line-height: 25px;
    color: #333333;
}

.zdmb-main {
    padding: 25px 15px 40px;
}

.collector-slide-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 23px 15px 0;
}

.slide-swiper-img {
    width: 345px;
    height: 205px;
    padding: 0 15px 15px;
    margin: 0 auto;
}

.slide-swiper-img>img {
    width: 100%;
    height: 100%;
}

.slide-top-left {
    width: 40%;
}

.slide-top-left>p {
    font-size: 12px;
    font-weight: bold;
    line-height: 19px;
    color: #333333;
}

.slide-top-left>h1 {
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    color: #333333;
}

.slide-top-right {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    align-items: flex-end;
}

.slide-top-right>img {
    width: 28px;
    height: 28px;
}

.slide-top-right-mode {
    margin: 2px 0;
    text-align: right;
}

.slide-top-right-mode>span:first-child {
    font-size: 12px;
    line-height: 12px;
    color: #333333;
}

.slide-top-right-mode>span:last-child {
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    color: #333333;
}

.slide-top-right-moreicon {
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    color: #C7000B;
}

.toggle-icon,
.toggle-icon-zdpc-en {
    font-size: 15px;
    /* position: absolute; */
    line-height: 12px;
    color: #C7000B;
    right: 0;
    bottom: 4px;
    display: flex;
    justify-content: flex-end;
    /* align-items: center; */
    background: #F4F5F7;
}

.toggle-icon>span,
.toggle-icon-zdpc-en>span {
    margin-right: 4px;
}

.collector-slide-btm-features {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    margin-top: 30px;
}

.collector-slide-btm-features>div {
    text-align: center;
}

.features-img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.features-text {
    font-size: 8px;
    line-height: 15px;
    color: #999999;
    margin-top: 6px;
}

.features-text-en {
    line-height: normal;
    text-align: center;
}

.view-btn {
    height: 33px;
    background: #C7000B;
    border: 1px solid #C7000B;
    line-height: 33px;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 12px;
}

.ph-swiper-pagination {
    top: 270px;
    /* top: 56%; */
    position: absolute;
    z-index: 10;
    text-align: center;
    bottom: unset !important;
    left: unset !important;
}

.ph-swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #999;
    opacity: .2;
}

.ph-swiper-pagination .swiper-pagination-bullet-active {
    background: #333;
}

.ph-collector-swiper-button-prev,
.ph-sensor-swiper-button-prev {
    z-index: 10;
    position: absolute;
    left: 10px;
    top: 165px;
    /* top: 30%; */
}

.ph-collector-swiper-button-prev img,
.ph-sensor-swiper-button-prev img {
    width: 22px;
}

.ph-collector-swiper-button-next,
.ph-sensor-swiper-button-next {
    z-index: 10;
    position: absolute;
    right: 10px;
    top: 165px;
    /* top: 30%; */
}

.ph-collector-swiper-button-prev img,
.ph-collector-swiper-button-next img,
.ph-sensor-swiper-button-prev img,
.ph-sensor-swiper-button-next img {
    width: 22px;
}

.zdmb-scene-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    color: #333333;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 16px;
}

.zdmb-scene-content-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.zdmb-scene-item {
    padding: 8px;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    width: 107px;
    height: 69px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333333;
    transition: all 0.5s;
}

.zdmb-scene-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zdmb-scene-item-top>span {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;

}

.zdmb-scene-item-top>img {
    width: 20px;
    height: 20px;
    visibility: hidden;
}

.zdmb-scene-item-title {
    font-size: 14px;
    line-height: 16px;

}

.zdmb-scene-img {
    margin-top: 17px;
}

.collector-slide-btm-desc>p:first-child {
    margin-bottom: 10px;
}


/* 移动端 */
/* 移动端隐藏PC */
@media (max-width: 1023px) {
    .pc {
        display: none;
    }

    .zdmb-main {
        padding: 0;
    }

    .dec_content {
        gap: 1.5rem;
    }

    .homecarousel-indicators li.active-mb {
        border: 1px solid #c7000b !important;
    }
}

/* PC端隐藏移动 */
@media (min-width: 1024px) {
    .mobile {
        display: none;
    }
}

.classification {
    padding: 0 1.5rem;
}

.classification-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
    width: 100%;
    /* 父容器宽度可根据需求调整 */
    padding: 1rem 2rem;
    border-radius: 5px;
    /* margin: 2rem; */
    /* margin-bottom: 1.5rem; */
    /* padding-right: 1rem; */
}

.current {
    background-color: #c7000b;
}

.item-img {
    /* flex: 0 0 10%;  */
    width: calc(100%)
}

.item-info {
    /* flex: 0 0 80%;  */
    min-width: calc(100% - 26%);
    margin-left: 1rem;
}

.info-name {
    color: #333;
    font-size: 1.7rem;
}

.info-dec {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    color: #333;
    font-size: 1.3rem;
    margin-top: 1rem;
}

.item-btn {
    width: calc(100% - 60%);
    color: #fff;
    /* text-align:center; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-right: 1rem; */
}

.current-info {
    color: #fff;
}

.product_list {
    background: #f2f2f2;
    margin-bottom: 2rem;
}

.popup-body .popup-body-left .popup-body-bottom .dec_layout .dec_content-mb {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.popup-body .popup-body-left .popup-body-bottom .dec_layout .dec_content-mb img {
    width: 1rem;
    height: 1rem;
}

.dec_content_item-mb {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    /* align-items: center; */
}

.active-mb {
    border: 1px solid #c7000b !important;
}

.pour {
    transform: rotate(180deg);
    transition: transform 0.5s ease-in-out;
}

.restoration {
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
}