.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;
}