.solution-desc{
    margin-bottom: 140px;
}
.solution-desc .solution-text {
    padding: 130px 0 65px 70px;
}
.solution-desc .solution-text p{
    width: 45%;
    font-size: 18px;
    line-height: 30px;
}
/*pretreatment */
.pretreatment{
    width: 100%;
    background: #F5F6F8;
}
.pretreatment ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 60px;
}
.pretreatment ul li{
    width: calc(50% - 20px);
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pretreatment ul li:nth-child(3),
.pretreatment ul li:last-child{
    margin-bottom: 0;
}
.pretreatment ul li img{
    border-radius: 30px;
}
.pretreatment ul li .text{
    width: 65%;
    margin-left: 35px;
}
.pretreatment 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;
    font-family: 'Roboto-Bold';
    margin-top: 5px;
}
.pretreatment ul li h4{
    font-size: 20px;
    color: var(--fttcolor);
    font-family: 'Roboto-Bold';
    margin: 10px 0 8px;
}
.pretreatment ul li p{
    font-size: 16px;
    color: var(--ftcolor);
    line-height: 24px;
}
.pretreatment .bottom,
.refining .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;
}
.pretreatment .bottom h3::before,
.refining .bottom h3::before{
    display: none;
}
.pretreatment .bottom h3,
.refining .bottom h3{
    display: inline-block;
    width: 60%;
    max-width: 630px;
    background: url("/static/images/solution-single/rapeseed/henan-huatai-bg.jpg") no-repeat;
    background-size: 100% 100%;
    line-height: 65px;
    font-size: 32px;
    color: var(--bgscolor);
    font-family: 'Roboto-Bold';
    text-align: center;
    text-transform: unset;
    margin-bottom: 30px;
}
/* pressing */
.pressing .container{
    display: flex;
    justify-content: space-between;
}
.pressing .container>div{
    width: calc(50% - 35px);
}
.pressing .pressing-text{
    padding-top: 60px;
}
.pressing .pressing-text span{
    font-size: 18px;
    color: var(--bgscolor);
    font-family: 'Roboto-Medium';
}
.pressing .pressing-text h3{
    font-size: 28px; font-weight: 600;
    color: var(--fttcolor);
    margin: 8px 0 15px;
}
.pressing .pressing-text p{
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 30px;
}
.pressing .pressing-img img{
    border-radius: 50px 0px 50px 0px;
}

/* cold pressing */
.cold-pressing{
    width: 100%;
    background: #f6f6f6;
}
.cold-pressing h2{
    font-size: 42px;
}
.cold-pressing .main{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.cold-pressing .cpo-left{
    width: 50%;
    margin-right: 70px;
    position: relative;
}
.cold-pressing .cpo-right{
    width: 50%;
    padding-top: 90px;
}
.cold-pressing .cpo-left img{
    border-radius: 50%;
}
.cold-pressing ul{
    width: 50%;
    max-width: 300px;
    position: absolute;
    right: 0;
    bottom: 55px;
    z-index: 2;
}
.cold-pressing ul li{
    display: inline-block;
    width: 100%;
    height: 50px;
    background: var(--white);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,.1);
    font-size: 20px;
    color: var(--fttcolor);
    text-align: center;
    border-radius: 15px;
    padding: 8px 0;
    line-height: 24px;
}
.cold-pressing ul li:nth-child(2){
    margin: 30px 0;
}
.cold-pressing span{
    font-size: 18px;
    color: var(--bgscolor);

}
.cold-pressing h4{

    font-size: 28px;
    color: var(--fttcolor);
    margin: 8px 0 13px;
}
.cold-pressing p{
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 30px;
}
.cold-pressing a{
    width: 160px;
    height: 40px;
    background: var(--bgscolor);
    border-radius: 20px;
    font-size: 14px;
    color: var(--white);
    line-height: 40px;
    text-align: center;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 30px;
}
/* extraction */
.extraction .pressing-text,
.customized .pressing-text{
    order: 2;
    padding-top: 70px;
}
/* refining */
.refining .container{
    display: flex;
    justify-content: space-between;
}
.refining .cpo-right {
    width: 42%;
    padding-top: 110px;
}
.refining p{
    font-size: 18px;
    line-height: 30px;
}
.refining .cpo-left{
    width: 38%;
    order: 2;
    margin-right: 0;
}
.refining ul {
    right: unset;
    left: -110px;
}
.refining ul li{
    padding: 0;
    line-height: 65px;
}
.refining ul li:nth-child(2){
    padding: 8px 0;
    line-height: 24px;
}
.refining .cpo-right h3 { font-size:28px; font-weight: 600; margin:8px 0 15px;
}
.refining .bottom{
    margin-top: 40px;
}
.refining .bottom h3{
    max-width: 705px;
}
.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){
    .pretreatment .bottom h2, .refining .bottom h2{
        font-size: 26px;
    }
    .extraction .pressing-text, .customized .pressing-text{
        padding-top: 30px;
    }
    .pressing .pressing-text span {
        font-size: 16px;
    }
    .pressing .pressing-text h2 {
        font-size: 26px;
    }
    .pressing .pressing-text p {
        font-size: 16px;
        line-height: 24px;
    }
    .cold-pressing ul li{
        font-size: 16px;
        padding: 12px 0;
        line-height: 20px;
    }
    .refining ul li{
        line-height: 65px;
        padding: 0;
    }
    .refining ul li:nth-child(2){
        padding: 12px 0;
        line-height: 20px;
    }
    .refining .cpo-right,
    .cold-pressing .cpo-right{
        padding-top: 50px;
    }
}

@media(min-width:1025px) and (max-width:1260px){
    .pretreatment ul li span {
        width: 80px;
        height: 35px;
        font-size: 16px;
        line-height: 35px;
    }
    .pretreatment ul li h3{
        font-size: 20px;
        margin: 15px 0 10px;
    }
    .pretreatment ul li p {
        font-size: 14px;
        line-height: 21px;
    }
    .pretreatment .bottom h2, .refining .bottom h2{
        font-size: 24px;
    }
    .extraction .pressing-text, .customized .pressing-text{
        padding-top: 30px;
    }
    .pressing .pressing-text span {
        font-size: 16px;
    }
    .pressing .pressing-text h2 {
        font-size: 26px;
    }
    .pressing .pressing-text p {
        font-size: 16px;
        line-height: 24px;
    }
    .cold-pressing ul li{
        font-size: 16px;
        padding: 12px 0;
        line-height: 20px;
    }
    .refining ul li{
        line-height: 65px;
        padding: 0;
    }
    .refining ul li:nth-child(2){
        padding: 12px 0;
        line-height: 20px;
    }
    .refining .cpo-right,
    .cold-pressing .cpo-right{
        padding-top: 30px;
    }
}

@media(min-width:768px) and (max-width:1024px){
    .pretreatment ul li span {
        width: 60px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .pretreatment ul li h3 {
        font-size: 18px;
        margin: 10px 0 6px;
    }
    .pretreatment .bottom h2, .refining .bottom h2{
        font-size: 20px;
    }
    .extraction .pressing-text, .customized .pressing-text{
        padding-top: 15px;
    }
    .pressing .pressing-text span {
        font-size: 14px;
    }
    .pressing .pressing-text h2 {
        font-size: 20px;
    }
    .pressing .pressing-text p {
        font-size: 16px;
        line-height: 22px;
    }
    .cold-pressing ul li{
        font-size: 16px;
        padding: 12px 0;
        line-height: 20px;
    }
    .refining ul li{
        line-height: 65px;
        padding: 0;
    }
    .refining ul li:nth-child(2){
        padding: 12px 0;
        line-height: 20px;
    }
    .refining .cpo-right,
    .cold-pressing .cpo-right{
        padding-top: 15px;
    }
}

@media screen and (max-width:768px){
    .solution-desc .solution-text p{
        font-size: 16px;
        line-height: 22px;
    }
    .solution-desc{
        margin-bottom: 40px;
    }
    /* pretreatment sm */
    .pretreatment ul {
        margin-top: 30px;
    }
    .pretreatment ul li{
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .pretreatment ul li:nth-child(3){
        margin-bottom: 30px;
    }
    .pretreatment ul li:last-child{
        margin-bottom: 0;
    }
    .pretreatment ul li img{
        width: 100%;
        max-width: unset;
        margin-right: 0;
        border-radius: 10px;
    }
    .pretreatment ul li .text{
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .pretreatment ul li h3 {
        font-size: 20px;
        margin: 15px 0 10px;
    }
    .pretreatment ul li span {
        display: inline-block;
        width: 70px;
        height: 35px;
        border-radius: 5px;
        text-align: center;
        font-size: 16px;
        line-height: 35px;
    }
    .pretreatment ul li p {
        font-size: 16px;
        line-height: 22px;
    }
    .pretreatment .bottom,
    .refining .bottom {
        padding: 20px 15px;
        margin-top: 25px;
    }
    .pretreatment .bottom h2,
    .refining .bottom h2{
        width: 100%;
        max-width: unset;
        font-size: 20px;
        line-height: 24px;
        background-size: 100% 100%;
        margin-bottom: 15px;
    }
    /* pressing sm*/
    .pressing .container{
        flex-wrap: wrap;
    }
    .pressing .container>div{
        width: 100%;
    }
    .pressing .pressing-text{
        order: 2;
        padding-top: 30px;
    }
    .pressing .container .pressing-img img{
        border-radius: 25px 0 25px 0;
    }
    .pressing .pressing-text span{
        font-size: 14px;
    }
    .pressing .pressing-text h2 {
        font-size: 24px;
        line-height: 24px;
        margin: 6px 0 10px;
    }
    .pressing .pressing-text p {
        font-size: 16px;
        line-height: 24px;
    }
    /* cold pressing sm*/
    .cold-pressing .container{
        flex-wrap: wrap;
    }
    .cold-pressing h2{
        font-size: 26px;
    }
    .cold-pressing .main{
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .cold-pressing .cpo-left {
        width: 100%;
        margin-right: 0px;
    }
    .cold-pressing ul{
        width: 52%;
        max-width: unset;
        bottom: 30px;
    }
    .cold-pressing ul li {
        height: 45px;
        font-size: 14px;
        border-radius: 8px;
        padding: 6px 0;
        line-height: 18px;
    }
    .cold-pressing ul li:nth-child(2) {
        margin: 15px 0;
        padding: 5px 0;
    }
    .cold-pressing .cpo-right {
        padding-top: 20px;
        width: 100%;
    }
    .cold-pressing span {
        font-size: 14px;
    }
    .cold-pressing h3 {
        font-size: 20px;
        margin: 5px 0 10px;
    }
    .cold-pressing p {
        font-size: 16px;
        line-height: 24px;
    }
    .cold-pressing a{
        width: 45%;
        font-size: 16px;
        margin: 25px auto 0;
    }
    /* refining sm */
    .refining .cpo-left{
        order: 1;
    }
    .refining .cpo-right{
        order: 2;
    }
    .refining ul{
        left: unset;
        right: 0;
    }
    .refining ul li{
        padding: 0;
        line-height: 45px;
    }
    .refining ul li:nth-child(2){
        padding: 6px 0;
        line-height: 18px;
    }
}