.wrap-banner-bottom-position{
    position: relative;
}
.wrap-banner-bottom{
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 100px;
    z-index: 1;
}
.banner-bottom{
    background: #fff;
    box-shadow: 0 20px 60px -20px rgba(26,26,51,.2);
    border: 1px solid #e6e7eb;
    border-radius: 16px;
    padding: 46px 80px;

}
.intro-title-0{
    color: #1a1a33;
    font-size: 36px;
    font-weight: 700;
}
.intro-title-1{
    color: #f25749;
    font-size: 36px;
    font-weight: 700;
}
.intro-title-1>span{
    font-size: 20px;
    color: #1a1a33;
}
.intro_tip{
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
}
.d-right{
    text-align: right;
}
.d-right span{
    font-weight: 400;
}

/* 小屏幕时，图片和文字调换位置顺序 */
@media (max-width: 992px) {
    .intro-title{
        font-size: 22px;
        margin-top: 0px;
    }
    .intro-title-0{
        font-size: 24px;
    }
    .intro-title-1{
        font-size: 30px;
    }
    .d-right{
        text-align: left;
    }
    .wrap-banner-bottom-position{
        margin-bottom: 237px;
    }
    .wrap-banner-bottom{
        padding: 0px;
        width: 88%;
        top: -20px;
    }
    .banner-bottom{
        padding: 20px 15px;
        border-radius: 6px;
    }
    .d-left .intro_tip, .d-right .intro_tip{
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 20px;
        display: block;
        text-align: center;
    }
    .d-right span{
        font-size: 16px;
    }
    .appBanner>div{
        font-size: 20px;
    }
 
  }
.service-wrap{
 padding: 0 100px;  
 margin-top: 122px; 
}
  .service{
        /* width:100%; */
        margin: 0 auto;
    padding: 50px 80px;
    background: #fff;
    border: 1px solid #e6e7eb;
    box-shadow: 0 20px 60px -20px rgba(26,26,51,.2);
    border-radius: 16px;
  }