.solution-desc{
    margin-bottom: 140px;
}
.solution-desc .solution-text {
    padding: 125px 0 80px 70px;
}
.solution-desc .solution-text p{
    width: 45%;
    font-size: 18px;
    line-height: 30px;
}
.steps{
    width: 100%;
    background: #f6f6f6;
}
.steps .main{
    display: flex;
    justify-content: space-between;
}
.steps .main>div{
    width: calc(50% - 32px);
}
.steps .main img{
    border-radius: 50px 0px 50px 0px;
}
.steps .main .text{
    padding-top: 60px;
}
.steps .text>span{
    font-size: 20px;
    color: var(--bgscolor);

}
.steps .text h3{
    font-size: 30px;
    color: var(--fttcolor);

    margin: 8px 0 15px;
}
.steps .text p{
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 30px;
}
.steps .text p>span{

}
.steps .bottom{
    width: 100%;
    text-align: center;
    padding: 30px 48px 45px;
    border-radius: 20px;
    background: rgba(236, 111, 44, .1);
    border: 2px dashed var(--bgscolor);
    margin-top: 60px;
}
.steps .bottom h2::before{
    display: none;
}
.steps .bottom h3{
    display: inline-block;
    width: 60%;
    max-width: 650px;
    background: url("/static/images/solution-single/rapeseed/henan-huatai-bg.jpg") no-repeat;
    background-size: 100% 100%;
    line-height: 65px;
    font-size: 30px;
    color: var(--bgscolor);

    text-align: center;
    text-transform: unset;
    margin-bottom: 30px;
}
/*pressing */
.pressing ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}
.pressing ul li{
    width: calc(50% - 20px);
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pressing ul li:nth-child(3),
.pressing ul li:last-child{
    margin-bottom: 0;
}
.pressing ul li img{
    border-radius: 30px;
}
.pressing ul li .text{
    width: 65%;
    margin-left: 35px;
}
.pressing ul li span{
    display: inline-block;
    width: 83px;
    height: 30px;
    background: var(--bgscolor);
    border-radius: 15px;
    text-align: center;
    font-size: 18px;
    color: var(--white);
    line-height: 30px;

    margin-top: 5px;
}
.pressing ul li h4{
    font-size: 24px;
    color: var(--fttcolor);

    margin: 10px 0 8px;
}
.pressing ul li p{
    font-size: 16px;
    color: var(--ftcolor);
    line-height: 26px;
}
/* refining */
.refining{
    width: 100%;
    background: #f6f6f6;
}
.refining .advantage-item{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.refining .advantage-item>div{
    width: calc(50% - 15px);
}
.refining .advantage-text{
    padding: 48px 60px 70px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 30px;
    position: relative;
}
.refining .advantage-item:last-child .advantage-text{
    padding: 35px 60px 42px;
}
.refining .advantage-text::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    background: url("/static/images/solution-single/sunflower/sunflower-oil-refining-icon.png") no-repeat;
}
.refining .advantage-text span{
    font-size: 18px;
    color: var(--bgscolor);

}
.refining .advantage-item h4{
    font-size: 24px;
    color: var(--fttcolor);
    line-height: 38px;
    margin: 8px 0 15px;
}
.refining .advantage-item p{
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 30px;
}
.refining .advantage-img img{
    border-radius: 30px;
}
/* features */
.features .main{
    margin-top: 70px;
}
.features .main ul {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.features .main ul li{
    width: 50%;
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 2px solid #E8E8E8;
    font-size: 22px;
    color: #999999;

    cursor: pointer;
}
.features .main ul li.featuresActive{
    border-color: var(--bgscolor);
    color: var(--bgscolor);
}
.features .main ol li{
    display: none;
    justify-content: space-between;
}
.features .main ol li:first-child{
    display: flex;
}
.features .main ol li .img{
    width: 57%;
}
.features .main ol li img{
    border-radius: 30px;
}
.features .main ol li .text{
    width: 42%;
    margin: 60px 0 0 65px;
}
.features .main ol li span{
    font-size: 20px;
    color: var(--bgscolor);
    font-family: 'Roboto-Medium';
}
.features .main ol li h4{
    font-size: 24px;
    color: var(--fttcolor);
    line-height: 40px;
    margin: 8px 0 15px;
}
.features .main ol li p{
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 30px;
}
.solution-video {
    width: 100%;
    background: #f6f6f6;
}
#related-cases{
    background: var(--white);
}
#related-news{
    margin: 0;
    padding: 90px 0 70px;
    background: #f6f6f6;
}
@media(min-width:1261px) and (max-width:1440px){
    .steps .bottom h2{
        font-size: 26px;
    }
    .steps .main .text{
        padding-top: 30px;
    }
    .steps .text>span {
        font-size: 16px;
    }
    .steps .text h2 {
        font-size: 26px;
    }
    .steps .text p {
        font-size: 16px;
        line-height: 24px;
    }
    .refining .advantage-text,
    .refining .advantage-item:last-child .advantage-text{
        padding: 30px 45px 35px;
    }
    .refining .advantage-item h3 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .refining .advantage-item p {
        font-size: 16px;
        line-height: 24px;
    }
    .refining .advantage-text::after {
        width: 36px;
        height: 36px;
        background-size: cover;
    }
    .features .main ol li .text{
        margin-top: 30px;
    }
    .features .main ol li h3 {
        font-size: 32px;
        line-height: 38px;
    }
    .features .main ol li p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media(min-width:1025px) and (max-width:1260px){
    .pressing ul li span {
        width: 80px;
        height: 35px;
        font-size: 16px;
        line-height: 35px;
    }
    .pressing ul li h3{
        font-size: 20px;
        margin: 15px 0 10px;
    }
    .pressing ul li p {
        font-size: 14px;
        line-height: 21px;
    }
    .steps .bottom h2{
        font-size: 24px;
    }
    .steps .main .text{
        padding-top: 30px;
    }
    .steps .text>span {
        font-size: 16px;
    }
    .steps .text h2 {
        font-size: 26px;
    }
    .steps .text p {
        font-size: 16px;
        line-height: 24px;
    }
    .refining .advantage-text,
    .refining .advantage-item:last-child .advantage-text{
        padding: 20px 30px 35px;
    }
    .refining .advantage-item h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .refining .advantage-item p {
        font-size: 16px;
        line-height: 24px;
    }
    .refining .advantage-text::after {
        width: 36px;
        height: 36px;
        background-size: cover;
    }
    .features .main ol li .text {
        margin-top: 15px;
    }
    .features .main ol li span {
        font-size: 16px;
    }
    .features .main ol li h3 {
        font-size: 28px;
        line-height: 35px;
    }
}
@media(min-width:768px) and (max-width:1024px){
    .pressing ul li span {
        width: 60px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .pressing ul li h3 {
        font-size: 18px;
        margin: 10px 0 6px;
    }
    .steps .bottom h2{
        font-size: 20px;
    }
    .steps .bottom h2{
        font-size: 24px;
    }
    .steps .main .text{
        padding-top: 15px;
    }
    .steps .text>span {
        font-size: 14px;
    }
    .steps .text h2 {
        font-size: 20px;
    }
    .steps .text p {
        font-size: 16px;
        line-height: 22px;
    }
    .refining .advantage-text,
    .refining .advantage-item:last-child .advantage-text{
        padding: 20px 30px 35px;
    }
    .refining .advantage-item h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .refining .advantage-item p {
        font-size: 14px;
        line-height: 18px;
    }
    .refining .advantage-text::after {
        width: 25px;
        height: 25px;
        background-size: cover;
    }
}
@media screen and (max-width:768px){
    .solution-desc .solution-text p{
        font-size: 16px;
        line-height: 22px;
    }
    .solution-desc{
        margin-bottom: 40px;
    }
    /* steps sm */
    .steps .main{
        flex-wrap: wrap;
    }
    .steps .main>div {
        width: 100%;
    }
    .steps .main img {
        border-radius: 25px 0 25px 0;
    }
    .steps .main .text{
        padding-top: 30px;
    }
    .steps .text>span{
        font-size: 14px;
    }
    .steps .text h2 {
        font-size: 24px;
        line-height: 24px;
        margin: 6px 0 10px;
    }
    .steps .text p{
        font-size: 16px;
        line-height: 24px;        
    }
    .steps .bottom{
        padding: 20px 15px;
        margin-top: 25px;
    }
    .steps .bottom h2{
        width: 100%;
        max-width: unset;
        font-size: 18px;
        line-height: 24px;
        background-size: 100% 100%;
        margin-bottom: 15px;
    }
    /* pressing sm */
    .pressing ul {
        margin-top: 30px;
    }
    .pressing ul li{
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .pressing ul li:nth-child(3){
        margin-bottom: 30px;
    }
    .pressing ul li:last-child{
        margin-bottom: 0;
    }
    .pressing ul li img{
        width: 100%;
        max-width: unset;
        margin-right: 0;
        border-radius: 10px;
    }
    .pressing ul li .text{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .pressing ul li h3 {
        font-size: 20px;
        margin: 15px 0 10px;
    }
    .pressing ul li span {
        display: inline-block;
        width: 70px;
        height: 35px;
        border-radius: 5px;
        text-align: center;
        font-size: 16px;
        line-height: 35px;
    }
    .pressing ul li p {
        font-size: 16px;
        line-height: 22px;
    }
     /* refining sm */
     .refining .advantage-item{
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .refining .advantage-item>div {
        width: 100%;
    }
    .refining .advantage-text,
    .refining .advantage-item:last-child .advantage-text{
        padding: 20px 15px 25px;
        border-radius: 10px;
        order: 2;
        margin-top: 20px;
    }
    .refining .advantage-text span{
        font-size: 14px;
    }
    .refining .advantage-item h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .refining .advantage-item p {
        font-size: 16px;
        line-height: 22px;
    }
    .refining .advantage-text::after {
        bottom: 15px;
        right: 15px;
        width: 25px;
        height: 25px;
        background-size: cover;
    }
    .refining .advantage-img img{
        border-radius: 10px;
    }
    /* features sm */
    .features .main{
        margin-top: 30px;
    }
    .features .main ul {
        margin-bottom: 25px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .features .main ul li{
        padding: 0 10px 8px;
        border-bottom: 1px solid #E8E8E8;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 15px;
    }
    .features .main ul li:nth-child(3),
    .features .main ul li:last-child{
        margin-bottom: 0;
    }
    .features .main ol li{
        flex-wrap: wrap;
    }
    .features .main ol li .img{
        width: 100%;
    }
    .features .main ol li img {
        border-radius: 10px;
    }
    .features .main ol li .text {
        margin: 20px 0 0 0px;
        width: 100%;
    }
    .features .main ol li span{
        font-size: 14px;
    }
    .features .main ol li h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 5px 0 10px;
    }
    .features .main ol li p {
        font-size: 16px;
        line-height: 22px;
    }
}