.banner {
    width: 100%;
    margin-top: 1.28rem;
    position: relative;

}
.bannerImg{
    width: 100%;
    display: block;
}
.bannerInfo {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1.07rem;
    box-sizing: border-box;
}
.bannerInfo .title1 {
    color: #1d2129;
    text-align: center;
    font-family: "Alimama ShuHeiTi";
    font-size: 0.75rem;
    font-weight: 700;
}

.bannerInfo .title2 {
    color: #4e5969;
    text-align: center;
    font-family: "Alibaba PuHuiTi";
    font-size: 0.43rem;
    font-weight: 400;
    letter-spacing: 0.04rem;
    margin-top: 0.32rem;
}
.main_title {
    color: #1d2129;
    font-size: 0.64rem;
    font-weight: 500;
}

.sub_title {
    color: #86909c;
    font-size: 0.37rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0.21rem;
}
/* 创新亮点 */
.ld_module {
    width: 100%;
    padding: 0.85rem 0.43rem 0.53rem;
    box-sizing: border-box;
}
.ld_module .ld_top_info {
    width: 100%;
}
.ld_module .ld_top_info1{
    margin-top: 0.64rem;
}
.ld_module .ld_item {
    width: 4.43rem;
    height: 4.43rem;
    background: linear-gradient(180deg, #F5F8FF 0%, #FFF 50%);
    filter: drop-shadow(0 0.11rem 0.27rem #648bc633);
    color: #86909c;
    font-size: 0.32rem;
    margin-bottom: 0.29rem;
    border-radius: 0.21rem;
    padding: 0 0.32rem;
    box-sizing: border-box;
}

.ld_module .ld_item img {
   width: 1.87rem;
   height: 1.87rem;
}
.ld_module .ld_item_title {
     color: #1d2129;
     text-align: center;
     font-family: "Alibaba PuHuiTi";
     font-size: 0.43rem;
     font-weight: 500;
     margin: 0.21rem 0;
}

.ld_module .ld_item_sub_title {
    text-align: center;
    line-height: normal;
    font-weight: 400;
}
/* 零距离租赁网 */
.zero_module {
    width: 100%;
    padding: 0.85rem 0.43rem 1.6rem;
    box-sizing: border-box;
    color: #86909c;
    font-size: 0.37rem;
}
.zero_module .zero_info1,
.zero_info2 {
    line-height: 0.67rem;
    margin-top: 0.64rem;
    color: #86909c;
}
.zero_module .zero_bottom {
    width: 100%;
    margin-top: 0.64rem;
    font-weight: 400;
    color: #4e5969;
    font-size: 0.43rem;
}
.zero_module .zero_bottom .line {
    width: 0.03rem;
    height: 1.07rem;
    opacity: 0.5;
    background: #C9CDD4;
}
.zero_module .zero_bottom .top_zero_item{
    flex: 1;
}
.zero_module .zero_bottom .top_zero_item:nth-of-type(1) {
    padding-left: 0;
}
.zero_module .zero_bottom .top_zero_item:nth-of-type(3) {
    border: none;
}
.zero_module .zero_bottom .top_zero_item .title {
    color: #4384f7;
    font-weight: 700;
    margin-bottom: 0.43rem;
    font-size: 0.48rem;
}
.zero_module .light_item {
    font-weight: 500;
}
.left_zero {
    margin-top: 0.37rem;
    width: 100%;
}
/* 场景 */
.scene_module {
    width: 100%;
    padding: 0rem 0.43rem 0.85rem;
    box-sizing: border-box;
}
.mySwiper {
    width: 100%;
    overflow: hidden;
    margin-top: 0.53rem;
    position: relative;
    padding-bottom: 0.85rem;
}
.swiper-wrapper{
    width: 9.15rem;
    height: 6.61rem;
}
.swiper-slide{
    width: 9.15rem;
    height: 6.61rem !important;
    border-radius: 0.21rem !important;
    position: relative;
}

.title_name{
    position: absolute;
    width: 9.15rem;
    height: 6.61rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 888;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.21rem !important;
    color: #ffffff;
    font-size: 0.53rem;
}
.slide-img::after {
    content: "";
    position: absolute;
    width: 9.15rem;
    height: 6.61rem !important;
    top: 0;
    left: 0;
    z-index: 887;
    background: rgba(11, 25, 73, 0.4);
    pointer-events: none; /* 如果你不希望蒙版影响点击事件 */
    border-radius: 0.21rem !important;
}

.mySwiper .swiper-pagination {
    width: auto !important;
    background: transparent;
    left: 50% !important;
    bottom: 0rem !important;
    transform: translateX(-50%);
}

.mySwiper .swiper-pagination-bullet {
    width: 0.53rem;
    height: 0.16rem;
    background: #4384f733;
    margin: 0 0.16rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px !important;
    opacity: 1 !important;
}

.mySwiper .swiper-pagination-bullet::after {
    content: "";
    width: 0.85rem;
    height: 0.16rem;
    background: #4384f733;
}

.mySwiper .swiper-pagination-bullet-active {
    width: 0.85rem;
    height: 0.16rem;
    background: #4384F7;
}

.mySwiper .swiper-pagination-bullet-active::after {
    background: #4384F7;
}
.slide-img{
   width: 9.15rem;
   height: 6.61rem !important;
   border-radius: 0.21rem !important;
}
.slide-img img{
    display: block;
    width: 9.15rem;
    height: 6.61rem !important;
    border-radius: 0.21rem !important;
    object-fit: cover;
}


