/*banner导航*/
.slide{
    width: 100%;
    height: 6.72rem;
    padding-top: 2rem;
    background-image: url('https://www.wshoto.com/mobile/image/solveScheme/kf/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('https://www.wshoto.com/mobile/image/solveScheme/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{
}
.main-solves-plan-bot{
    padding: 0.6rem 0.3rem 1.2rem ;
}
.main-solves-plan-img{
    width: 100%;
    height: 5.5rem;
}
.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: 5.56rem;
}
.main-solves-plan-2{
    padding-top: 1.2rem;
}
.main-plan{
    padding: 1.6rem 0 0.64rem 0;
}
.main-plan .plan-title{
    height: 1.2rem;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 0.6rem;
    margin: auto;
    text-align: center;
    margin-bottom: -0.2rem;

}
.plan-img{
    width: 7.5rem;
    height: 12.8rem;
}
.click-big{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 0.32rem;
    text-align: center
}