.solution-desc .solution-text {
    padding: 115px 0 85px 80px;
}
.solution-desc .solution-text p{
    font-size: 20px;
    line-height: 30px;
}
.solution-desc {
    margin-bottom: 130px;
}
/* peanut-pretreatment */
.peanut-pretreatment{
    width: 100%;
    background: #F6F6F6;
}
.peanut-pretreatment .top p{
    width: 77%;
}
.peanut-pretreatment ul{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.peanut-pretreatment ul li{
    width: 33.33333%;
    padding: 95px 40px 125px;
    background: url("/static/images/solution-single/peanut/peanut-cleaning.jpg") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.peanut-pretreatment ul li:first-child{
    border-top-left-radius: 80px;
    padding-top: 90px;
}
.peanut-pretreatment ul li:nth-child(2){
    background: url("/static/images/solution-single/peanut/peanut-shelling.jpg") no-repeat;
    background-size: 100% 100%;
}
.peanut-pretreatment ul li:last-child{
    background: url("/static/images/solution-single/peanut/peanut-crushing.jpg") no-repeat;
    background-size: 100% 100%;
    border-bottom-right-radius: 80px;
}
.peanut-pretreatment ul li img{
    display: inline-block;
}
.peanut-pretreatment ul li h3{
    font-family: 'Roboto-Bold';
    font-size: 30px;
    color: var(--white);
    line-height: 38px;
    text-shadow: 1px 1px 2px var(--fttcolor);
    margin-bottom: 15px;
    margin-top: 45px;
}
.peanut-pretreatment ul li p{
    font-size: 16px;
    color: var(--white);
    line-height: 22px;
    text-shadow: 1px 1px 2px var(--fttcolor);
}
.peanut-pretreatment ul li:nth-child(2) h3{
    margin-top: 45px;
}
.peanut-pretreatment ul li:last-child h3{
    margin-top: 39px;
}
/* peanut-process */
.peanut-process .container{
    display: flex;
    justify-content: space-between;
}
.peanut-process .cpo-left{
    width: 50%;
    margin-right: 70px;
    position: relative;
}
.peanut-process .cpo-right{
    width: 50%;
    padding-top: 20px;
}
.peanut-process .cpo-left img{
    border-radius: 50%;
}
.peanut-process ul{
    width: 60%;
    max-width: 300px;
    position: absolute;
    right: 0;
    bottom: 50px;
    z-index: 2;
}
.peanut-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;
}
.peanut-process ul li:last-child{
    margin-bottom: 0;
}
.peanut-process .cpo-right>span{
    font-size: 20px;
    color: var(--bgscolor);
    font-family: 'Roboto-Medium';
}
.peanut-process h2{
    font-family: 'Roboto-Bold';
    font-size: 32px;
    color: var(--fttcolor);
    margin: 8px 0 13px;
}
.peanut-process p{
    font-size: 18px;
    color: var(--fttcolor);
    line-height: 26px;
}
.peanut-process p span{
    font-family: 'Roboto-Bold';
}
.peanut-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;
}
/*solution peanut */
.solution-peanut{
    width: 100%;
    background: #f6f6f6;
}
.solution-peanut .peanut-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.solution-peanut .peanut-item>div{
    width: calc(50% - 35px);
}
.solution-peanut .peanut-text p{
    font-size: 20px;
    color: var(--fttcolor);
    line-height: 28px;
}
.solution-peanut .peanut-item:nth-child(2) .peanut-text p{
    font-size: 18px;
    line-height: 24px;
}
.solution-peanut .peanut-img img{
    width: 100%;
    border-radius: 50px 0px 50px 0px;
}
.solution-peanut .solvent-process{
    width: 100%;
    padding: 25px 75px 25px 52px;
    margin: 40px 0 60px;
    border-radius: 20px;
    background: rgba(236, 111, 44, .1);
    border: 2px dashed var(--bgscolor);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.solution-peanut .solvent-process span{
    font-family: 'Roboto-bold';
    font-size: 24px;
    color: var(--bgscolor);
    line-height: 28px;
}
/* peanut refining */
.automatic .container{
    flex-wrap: wrap;
}
.automatic ul{
    right: unset;
    left: -110px;
}
.automatic ul li{
    font-size: 18px;
}
.automatic ul li::after{
    display: none;
}
.automatic .cpo-left{
    width: 38%;
    order: 2;
    margin-right: 0;
}
.automatic .cpo-right{
    width: 45%;
    margin-right: 120px;
    padding-top: 117px;
}
.solution-video {
    width: 100%;
    background: #f6f6f6;
}
#related-cases{
    background: var(--white);
}
#related-news{
    margin: 0;
    padding: 90px 0 70px;
    background: #f6f6f6;
}
@media(min-width:768px) and (max-width:1440px){
    .solution-desc .solution-text p{
        font-size: 20px;
        line-height: 26px;
    }
    .solution-peanut h2{
        font-size: 36px;
    }
    .solution-peanut .top p{
        width: 75%;
    }
    .solution-peanut .peanut-text span {
        max-width: 140px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
    .solution-peanut .peanut-text p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}
@media(min-width:768px) and (max-width:1024px){
    .solution-peanut h2{
        font-size: 30px;
    }
    .solution-peanut .top p {
        width: 100%;
    }
    .solution-peanut .peanut-text{
        margin-right: 30px;
    }
    .solution-peanut .peanut-item:nth-child(2) .peanut-text {
        margin-right: 0;
        margin-left: 30px;
    }
    .solution-peanut .peanut-item:first-child .peanut-text {
        margin-top: 30px;
    }
    .solution-peanut .peanut-text span {
        max-width: 120px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
    }
    .solution-peanut .peanut-text p {
        font-size: 14px;
        line-height: 21px;
    }
}

@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;
    }
    .peanut-pretreatment ul {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .peanut-pretreatment ul li {
        width: 100%;
        padding: 50px 25px 80px!important;
        margin-bottom: 20px;
        border-radius: 40px 0 40px 0!important;
    }
    .peanut-pretreatment ul li img {
        width: 15%;
    }
    .peanut-pretreatment ul li h3 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px!important;
        margin-top: 20px!important;
    }
    .peanut-pretreatment ul li p {
        font-size: 18px;
        line-height: 26px;
    }
    .peanut-pretreatment ul li:last-child{
        margin-bottom: 0;
    }
    .peanut-process .container{
        flex-wrap: wrap;
    }
    .peanut-process .cpo-left {
        width: 100%;
        margin-right: 0px;
    }
    .peanut-process ul{
        width: 52%;
        max-width: unset;
    }
    .peanut-process ul li {
        height: 35px;
        font-size: 14px;
        border-radius: 8px;
        line-height: 35px;
    }
    .peanut-process .cpo-right {
        width: 100%;
        padding-top: 20px;
        margin-right: 0;
        order: 2;
    }
    .peanut-process .cpo-right>span {
        font-size: 16px;
    }
    .peanut-process h2 {
        font-size: 20px;
        margin: 5px 0 10px;
    }
    .peanut-process p {
        font-size: 16px;
        line-height: 24px;
    }
    .peanut-process a{
        width: 45%;
        font-size: 16px;
        margin: 20px auto 0;
    }

    /* solution peanut sm  */
    .solution-peanut .peanut-item{
        flex-wrap: wrap;
        margin-top: 35px;
    }
    .solution-peanut .peanut-item>div{
        width: unset;
    }
    .solution-peanut .peanut-text{
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        order: 2;
    }
    .solution-peanut .peanut-img{
        width: 100%;
        order: 1;
    }
    .solution-peanut .peanut-img img{
        border-radius: 25px 0px 25px 0px;
    }
    .solution-peanut .peanut-item:first-child {
        margin-top: 25px;
        align-items: unset;
    }
    .solution-peanut .peanut-text span {
        font-size: 14px;
    }
    .solution-peanut .peanut-text h3{
        font-size: 20px;
        line-height: 22px;
        margin: 6px 0 12px;
    }
    .solution-peanut .peanut-text p {
        font-size: 16px;
        line-height: 24px;
    }
    .solution-peanut .solvent-process{
        padding: 20px 20px 25px 20px;
        margin: 20px 0 40px;
        border-radius: 10px;
        flex-wrap: wrap;
    }
    .solution-peanut .solvent-process span {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .solution-peanut .solvent-process span br{
        display: none;
    }
    .solution-peanut .peanut-item:last-child .peanut-text{
        margin-left: 0;
        margin-top: 20px;
    }
    .automatic ul{
        left: unset;
        right: 0;
    }
    .automatic ul li{
        margin-bottom: 15px;
    }
    .automatic .bottom {
        padding: 20px 15px;
        margin-top: 30px;
    }
    .automatic .bottom h2{
        width: 100%;
        max-width: unset;
        font-size: 20px;
        line-height: 24px;
        background-size: 100% 100%;
        margin-bottom: 15px;
    }
}