.solution-desc .solution-text {
    padding: 107px 0 60px 80px;
}
.solution-desc p {text-indent: 38px;}
.solution-desc .solution-text p{
    font-size: 18px;
    line-height: 30px;text-indent: 38px;
}
.solution-desc .solution-text p a{
    color: var(--bgscolor);
}
.solution-desc .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: 150px;
    display: flex;
    justify-content: space-between;
}
.solution-desc .bottom h2::before{
    display: none;
}
.solution-desc .bottom h3{
    display: inline-block;
    width: 80%;
    max-width: 485px;
    background: url("/static/images/solution-single/walnut/hot-pressing-bg.png") no-repeat;
    background-size: 100% 100%;
    line-height: 58px;
    font-size: 32px;
    color: var(--bgscolor);
    font-family: 'Roboto-Bold';
    text-align: center;
    text-transform: unset;
    margin-bottom: 30px;
}
.solution-desc .bottom .item{
    width: 50%;
}
.solution-desc .bottom .item:last-child h2{
    width: 100%;
    max-width: 526px;
    background: url("/static/images/solution-single/walnut/cold-pressing-bg.png") no-repeat;
}
.solution-desc .bottom .item:last-child{
    padding-left: 46px;
    position: relative;
}
.solution-desc .bottom .item:last-child::before{
    content: '';
    position: absolute;
    left: 0;
    top: 95px;
    border: 1px dashed rgba(236, 111, 44, .3);
    height: 80%;
}
/* pretreatment */
.pretreatment p {text-indent: 36px;}
.pretreatment{
    width: 100%;
    background: #f6f6f6;
}
.pretreatment .main{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.pretreatment .main .img{
    width: 52%;
    max-width: 728px;
}
.pretreatment .img img{
    display: none;
    border-radius: 50px 0px 50px 0px;
}
.pretreatment .img img:first-child{
    display: block;
}
.pretreatment .text{
    width: 43%;
}
.pretreatment .text ul{
    display: flex;
    align-items: center;
    margin: 30px 0 50px;
}
.pretreatment .text ul li{
    font-size: 26px;
    color: rgba(153, 153, 153, .8);
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    cursor: pointer;
}
.pretreatment .text ul li:last-child{
    margin-right: 0;
}
.pretreatment .text ul li.pretreatmentActive::before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(236, 111, 44, .2);
    }
.pretreatment .text ul li.pretreatmentActive{
    color: var(--bgscolor);
}
.pretreatment .text ol li{
    display: none;
}
.pretreatment .text ol li:first-child{
    display: block;
}
.pretreatment .text ol h4{
    font-size: 28px;
    color: var(--fttcolor);
    margin-bottom: 15px;
}
.pretreatment .text ol p{
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 30px;
}
.pretreatment .text ol 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: 25px;
}
/* refining-process */
.refining-process .container{
    display: flex;
    justify-content: space-between;
}
.refining-process .cpo-left{
    width: 38%;
    order: 2;
    margin-right: 0;
    position: relative;
}
.refining-process .cpo-right{
    width: 40%;
    padding-top: 120px;
}
.refining-process .cpo-right h3{

}
.refining-process .cpo-left img{
    border-radius: 50%;
}
.refining-process ul{
    width: 60%;
    max-width: 300px;
    position: absolute;
    left: -110px;
    bottom: 30px;
    z-index: 2;
}
.refining-process ul li{
    display: inline-block;
    width: 100%;
    height: 56px;
    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;
    font-family: 'Roboto-Bold';
    line-height: 56px;
    margin-bottom: 20px;
}
.refining-process ul li:last-child{
    margin-bottom: 0;
}
.refining-process .cpo-right>span{
    font-size: 18px;
    color: var(--bgscolor);

}
.refining-process h3{
    font-size: 32px;
    color: var(--fttcolor);
    margin: 8px 0 13px;
}
.refining-process p{
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 26px;
}
.refining-process p span{
    font-family: 'Roboto-Bold';
}
.refining-process 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;
    font-family: 'Roboto-Bold';
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: 25px;
}
.refining-process .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: 65px;
}
.refining-process .bottom h2::before{
    display: none;
}
.refining-process .bottom h3{
    display: inline-block;
    width: 60%;
    max-width: 563px;
    background: url("/static/images/solution-single/walnut/walnut-oil-refining-process-flow-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;
}
/* refining */
.refining {
    width: 100%;
    background: #f6f6f6;
}
.refining .main{
    margin-top: 70px;
}
.refining .main ul {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.refining .main ul li{
    width: 25%;
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 2px solid #E8E8E8;
    font-size: 20px;
    color: #999999;
    font-family: 'Roboto-Medium';
    cursor: pointer;
}
.refining .main ul li.refiningActive{
    border-color: var(--bgscolor);
    color: var(--bgscolor);
}
.refining .main ol li{
    display: none;
    justify-content: space-between;
}
.refining .main ol li:first-child{
    display: flex;
}
.refining .main ol li .img{
    width: 57%;
}
.refining .main ol li img{
    border-radius: 30px;
}
.refining .main ol li .text{
    width: 42%;
    margin: 80px 0 0 65px;
}
.refining .main ol li span{
    font-size: 16px;
    color: var(--bgscolor);

}
.refining .main ol li h4{

    font-size: 28px;
    color: var(--fttcolor);
    line-height: 40px;
    margin: 8px 0 15px;
}
.refining .main ol li p{
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 30px;
}
@media(min-width:1261px) and (max-width:1440px){
    .refining .main ul li{
        padding: 0 44px 12px;
    }
    .refining .main ol li .text{
        margin-top: 30px;
    }
    .refining .main ol li h3 {
        font-size: 30px;
        line-height: 38px;
    }
    .refining .main ol li p {
        font-size: 16px;
        line-height: 24px;
    }
    .refining .main ul li {
        padding: 0 35px 12px;
    }
}
@media(min-width:1025px) and (max-width:1260px){
    .refining .main ol li .text {
        margin-top: 15px;
    }
    .refining .main ol li span {
        font-size: 16px;
    }
    .refining .main ol li h3 {
        font-size: 28px;
        line-height: 35px;
    }
    .refining .main ul li {
        padding: 0 20px 12px;
    }
}

@media screen and (max-width:768px){
    .solution-desc{
        margin-bottom: 40px;
    }
    .solution-desc .solution-text{
        padding: 30px 15px 25px 15px;
    }
    .solution-desc .solution-text p {
        font-size: 16px;
        line-height: 24px;
    }
    .solution-desc .bottom{
        padding: 20px 15px;
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .solution-desc .bottom .item{
        width: 100%;
    }
    .solution-desc .bottom .item:last-child{
        padding-top: 30px;
        padding-left: 0;
    }
    .solution-desc .bottom .item:last-child::before{
        top: 15px;
        height: unset;
        width: 100%;
    }   
    .solution-desc .bottom h2{
        width: 100%;
        max-width: unset;
        font-size: 20px;
        line-height: 30px;
        background-size: 100% 100%;
        margin-bottom: 15px;
    }
    .solution-desc .bottom .item:last-child h2{
        background-size: 100% 100%;
    }

    /* pretreatment sm */
    .pretreatment .main{
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .pretreatment .main .img {
        width: 100%;
        max-width: unset;
    }
    .pretreatment .img img {
        border-radius: 25px 0px 25px 0px;
    }
    .pretreatment .text {
        width: 100%;
    }
    .pretreatment .text ul {
        margin: 25px 0 20px;
        justify-content: space-between;
    }
    .pretreatment .text ul li {
        font-size: 18px;
        padding-left: 20px;
        margin-right: 0;
    }
    .pretreatment .text ul li.pretreatmentActive::before {
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
    }
    .pretreatment .text ol h3 {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .pretreatment .text ol p {
        font-size: 16px;
        line-height: 24px;
    }
    .pretreatment .text ol a{
        width: 45%;
        font-size: 16px;
        margin: 20px auto 0;
    }

    /* refining-process sm */
    .refining-process .container{
        flex-wrap: wrap;
    }
    .refining-process .cpo-left {
        width: 100%;
        margin-right: 0px;
    }
    .refining-process ul{
        width: 52%;
        max-width: unset;
        left: unset;
        right: 0;
    }
    .refining-process ul li {
        height: 35px;
        font-size: 14px;
        border-radius: 8px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .refining-process .cpo-right {
        width: 100%;
        padding-top: 20px;
        margin-right: 0;
        order: 2;
    }
    .refining-process .cpo-right>span {
        font-size: 16px;
    }
    .refining-process h2 {
        font-size: 20px;
        margin: 5px 0 10px;
    }
    .refining-process p {
        font-size: 16px;
        line-height: 24px;
    }
    .refining-process a{
        width: 45%;
        font-size: 16px;
        margin: 20px auto 0;
    }

    .refining-process .bottom {
        padding: 20px 15px;
        margin-top: 25px;
    }
    .refining-process .bottom h2{
        width: 100%;
        max-width: unset;
        font-size: 20px;
        line-height: 24px;
        background-size: 100% 100%;
        margin-bottom: 15px;
    }

    /* refining sm */
    .refining .main{
        margin-top: 30px;
    }
    .refining .main ul {
        margin-bottom: 25px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .refining .main ul li{
        width: 48%;
        padding: 0 10px 8px;
        border-bottom: 1px solid #E8E8E8;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 15px;
    }
    .refining .main ul li:nth-child(3),
    .refining .main ul li:last-child{
        margin-bottom: 0;
    }
    .refining .main ol li{
        flex-wrap: wrap;
    }
    .refining .main ol li .img{
        width: 100%;
    }
    .refining .main ol li img {
        border-radius: 10px;
    }
    .refining .main ol li .text {
        margin: 20px 0 0 0px;
        width: 100%;
    }
    .refining .main ol li span{
        font-size: 14px;
    }
    .refining .main ol li h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 5px 0 10px;
    }
    .refining .main ol li p {
        font-size: 16px;
        line-height: 22px;
    }
}