/*banner导航*/
.slide{
    width: 100%;
    height: 6.72rem;
    background-image: url(../image/solveScheme/solve-yj-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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{
    padding: 1.6rem 0.3rem;
}
.main-yj-tel{
    width: 6.9rem;
    height: 4rem;
    background-image: url('../image/solveScheme/solve-yj-tel.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    padding-right: 0.4rem;
    margin-bottom: 0.88rem;
}
.main-yj-tel-title{
    font-size: 18px;
    font-weight: 500;
}
.main-yj-tel-con{
    font-size: 14px;
    margin: 0.2rem auto 0.48rem auto;
}
.main-yj-tel-btn{
    width: 2.08rem;
    height:0.8rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    color: #1869FF;
    line-height: 0.8rem;
    text-align: center;
    font-size: 14px;
    margin: auto;
}
.main-yj-tel-box{
    text-align: center;
}
.main-row{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}
.main-row-item{
    width: 3.36rem;
    height: 3.76rem;
    border-radius: 0.09rem;
    border: 1px solid #DBDBDB;
}
.main-row-top{
    width: 100%;
    height: 2.04rem;   
}
.main-row-tit{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 0.4rem;
    margin: 0.32rem 0 0.08rem 0;
    text-align: center;
}
.main-row-num{
    font-size: 12px;
    color: #999;
    text-align: center;
}
.main-row-top-img{
    width: 100%;
    height: 100%;
}