/*banner导航*/
.slide{
    width: 100%;
    height: 6.72rem;
    padding-top: 2rem;
    background-image: url('../image/solve-ds-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-title{
    height: 0.8rem;
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    line-height:0.8rem;
    text-align: center;
}
.slide-btn{
    width: 2.4rem;
    height: 0.8rem;
    background: #1869FF;
    border-radius: 0.08rem;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 0.8rem;
    text-align: center;
    margin: 0.8rem auto 0;
}
.main-title{
    font-size: 22px;
    text-align: center;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.88rem;
}
/*行业痛点*/
.main-pain{
    padding: 1.6rem 0.2rem;
}
.main-pain-row{
    display: flex;
    justify-content: space-between;
    
}
.main-pain-row-item-img{
    width: 2.4rem;
    height: 2.4rem;
    background-image: url('../image/pain-job.png');
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    line-height: 2.4rem;
    font-size: 15px;
    color: #fff;
    margin: auto;
}
.main-pain-row-item-desc{
    width: 3.38rem;
    color: #555;
    font-size: 13px;
    line-height: 0.4rem;
    text-align: center;
    margin-top: 0.36rem;
}
.main-pain-row:nth-child(2){
    margin-bottom: 0.6rem;
}
.main-solves-plan-bot{
    padding: 0.6rem 0.3rem 1.2rem ;
}
.main-solves-plan-img{
    width: 100%;
    height: 6rem;
}
.main-solves-plan-title{
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 0.2rem;
}
.main-solves-plan-desc{
    font-size: 13px;
    color: #888;
    line-height: 0.4rem;
    text-align: center;
}
.main-solves-plan-1{
    padding-top: 0.88rem;
    background-color: #F8F9FB;
}
.main-solves-plan-img-1{
    width: 100%;
    height: 6rem;
}
.main-solves-plan-2{
    padding-top: 1.2rem;
}
/*成功案例*/
.main-success-exam{
    padding: 1.6rem 0.4rem 0 0.4rem;
}
.main-sue-box{
    width: 6.7rem;
    height: 7.58rem;
    margin: auto;
}
.main-sue-box-img{
    width: 100%;
    height: 3.5rem;
}
.main-sue-box-content{
    padding: 0.48rem 0.3rem 0 0.3rem;
    background: #FFFFFF;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0.12rem;
}
.main-sue-box-title{
    color: #333;
    font-size: 17px;
    line-height: 0.56rem;
    margin-bottom: 0.16rem;
}
.main-sue-box-desc{
    font-size: 13px;
    color: #888;
    line-height: 0.44rem;
}
.main-sue-box-bot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.48rem;
}
.main-sue-box-bot-img{
    width: 2.3rem;
    height: 0.96rem;
}
.main-sue-box-bot-more-img{
    width: 0.14rem;
    height: 0.24rem;
    margin-left: 0.12rem;
}
.main-sue-box-bot-more{
    font-size: 14px;
    color: #333;
}
.main-sue-btn-box{
    border-top: 1px solid #DBDBDB;
}
.main-bot-wrap{
    width: 100%;
    margin: auto;
    border-top: 1px solid #DBDBDB;
    margin-top: 1.6rem;
}
.mian-bot-btn{
    width: 2.08rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #1869FF;
    border-radius: 0.08rem;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin:0.88rem auto 1.6rem auto;
}