.banner-inner{
    background: url("/static/images/banner/banner-solution.jpg") no-repeat;
    background-size: 100% 100%;
}
/* solution top */
.solution-desc .container{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.solution-desc .solution-left{
    width: 100%;
    margin-left: -70px;
    margin-right: 136px;
}
.solution-desc .solution-text{
    padding: 75px 0 45px 70px;
    background: #F5F6F8;
    border-radius: 50px 0px 0px 0px;
}
.solution-desc h2{
    display: inline-block;
    font-size: 32px;
    color: var(--fttcolor);
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.solution-desc h2::before{
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 26px;
    height: 26px;
    background: var(--bgscolor);
    z-index: -1;
}
.solution-desc .solution-text p{
    width: 50%;
    max-width: 590px;
    font-size: 16px;
    color: var(--fttcolor);
    line-height: 24px;
}
.solution-desc .process-img{
    margin-left: 65px;
    margin-top: 30px;
    width: 41%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.solution-desc .process-img{
    width: 100%;
}
.solution-desc .solution-right{
    position: absolute;
    right: 0;
    top: 64px;
}
.solution-desc .solution-right img{
    border-radius: 50px 0px 50px 0px;
}
/* solution precess */
.solution-precess{
    width: 100%;
    background: #F6F6F6;
}
.top{
    text-align: center;
}
.top h3{
    display: inline-block;
    font-size: 32px;
    color: var(--fttcolor);
    position: relative;
    z-index: 1;
}
.top h3::before{
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    width: 26px;
    height: 26px;
    background: var(--bgscolor);
    z-index: -1;
}
.top h4 {font-size:30px;}
.top p{
    width: 70%;
    font-size: 18px;
    color: var(--ftcolor);
    line-height: 26px;
    margin: 20px auto 0;
}
.solution-precess ul{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.solution-precess ul li{
    width: calc(33% - 35px);
    margin-bottom: 35px;
}
.solution-precess ul li h3{
    font-size: 24px;
    color: var(--fttcolor);
    margin-bottom: 15px;
}
.solution-precess ul li p{
    font-size: 18px;
    color: var(--ftcolor);
    line-height: 24px;
}
.solution-precess img{
    width: 100%;
}
/* solution video */
.solution-video h3{
    display: inline-block;
    font-size: 30px;
    color: var(--fttcolor);
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.solution-video h3::before{
    content: '';
    position: absolute;
    right: -10px;
    bottom: 3px;
    width: 164px;
    height: 10px;
    border-radius: 5px;
    background: var(--bgscolor);
    z-index: -1;
}
.solution-video h3::after{
    content: '';
    position: absolute;
    right: -26px;
    bottom: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bgscolor);
    z-index: -1;
}
.solution-video .tit{
    text-align: center;
}
.solution-video .video-content{
    display: flex;
    justify-content: space-between;
}
.solution-video .video-main{
    position: relative;
    cursor: pointer;
    border-radius: 0 50px 0 50px;
    width: 70%;
    max-width: 930px;
    margin-right: 70px;
}
.solution-video .video-main iframe{
    width: 100%;
    border-radius: 0 50px 0 50px;
}
.solution-video .video-text{
    width: 30%;
    padding-top: 38px;
}
.solution-video .video-text span{

    font-size: 18px;
    color: var(--bgscolor);
    text-transform: uppercase;
}
.solution-video .video-text h4{

    font-size: 24px;
    color: var(--fttcolor);
    line-height: 32px;
    margin: 10px 0 25px;
}
.solution-video .video-text p{
    font-size: 18px;
    color: var(--ftcolor);
    line-height: 30px;
    margin-bottom: 40px;
}
.solution-video .video-text a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 50px;
    margin-left: -120px;
    font-size: 20px;
    color: var(--white);
    position: relative;
    z-index: 9999;
}
.solution-video .video-text a::before{
    content: '';
    width: 100%;
    height: 100%;
    background: var(--bgscolor);
    border-radius: 25px 0 25px 0;
    position: absolute;
    z-index: -1;
}
.solution-video .video-text a i{
    display: inline-block;
    font-size: 28px;
    color: var(--white);
    margin-left: 20px;
}
.solution-video .video-text a span{
    content: '';
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 86%;
    height: 100%;
    background: RGBA(211, 211, 211, .5);
    border-radius: 25px 0 25px 0;
    z-index: -2;
}
.solution-video .video-text a::after{
    content: '';
    position: absolute;
    right: -30px;
    top: -8px;
    width: 25%;
    height: 100%;
    background: var(--bgcolor);
    border-radius: 50% 0 50% 0;
    z-index: -3;
}

@media(min-width:768px) and (max-width:1440px){
    .solution-desc{
        margin-bottom: 70px!important;
    }
    .solution-desc .solution-left {
        width: 93%;
        margin-left: 0;
        margin-right: 0px;
    }
    .solution-desc .solution-right{
        width: 40%;
        right: 80px;
    }
    .solution-desc ul{
        margin-left: 0px;
        width: 50%;
    }
}

@media(min-width:768px) and (max-width:1260px){
    .solution-desc .solution-text p{
        font-size: 16px!important;
        line-height: 22px!important;
    }
}

@media(min-width:768px) and (max-width:1024px){
    .solution-desc ul{
        width: 65%;
    }
}

@media screen and (max-width:768px){
    .banner-inner{
        background: url("/static/images/banner/banner-solution-sm.jpg") no-repeat;
        background-size: 100% 100%;
    }
    .banner-inner .banner-text{
        padding-top: 60px;
    }
    .banner-single .banner-text h1 {
        line-height: 50px;
    }
    .solution-desc .container{
        flex-wrap: wrap;
    }
    /* solution desc sm */
    .solution-desc .solution-left{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        order: 2;
    }
    .solution-desc .solution-text {
        padding: 30px 15px 25px 15px!important;
        background: #F5F6F8;
        border-radius: 0 0px 25px 0px;
    }
    .solution-desc .solution-right {
        position: unset;
        order: 1;
    }
    .solution-desc .solution-right img {
        width: 100%;
        border-radius: 25px 0px 0 0px;
    }
    .solution-desc h2 {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .solution-desc h2::before {
        left: -6px;
        top: -6px;
        width: 18px;
        height: 18px;
    }
    .solution-desc .solution-text p{
        width: 100%!important;
        max-width: unset;
    }
    .solution-desc .process-img{
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }
    /* solution precess sm  */
    .top h2{
        font-size: 26px;
        display: inline;
        line-height: 30px;
    }
    .top h2::before{
        left: -6px;
        top: -2px;
        width: 18px;
        height: 18px;
    }
    .top p {
        width: 100%!important;
        font-size: 14px;
        line-height: 21px;
        margin-top: 10px;
    }
    .solution-precess ul{
        margin-top: 30px;
    }
    .solution-precess ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .solution-precess ul li h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .solution-precess ul li p {
        font-size: 16px;
        line-height: 22px;
    }
    /* solution video sm */
    .solution-video h2{
        display: inline;
        font-size: 26px;
        line-height: 30px;
    }
    .solution-video h2::before{
        left: -6px;
        top: -4px;
        width: 18px;
        height: 18px;
        border-radius: 0;
    }
    .solution-video h2::after{
        display: none;
    }
    .solution-video .video-content{
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .solution-video .video-main {
        border-radius: 0 25px 0 25px;
        width: 100%;
        max-width: unset;
        margin-right: 0;
    }
    .solution-video .video-main iframe{
        height: 200px;
        border-radius: 0 25px 0 25px;
    }
    .solution-video .video-text {
        width: 100%;
        padding-top: 20px;
    }
    .solution-video .video-text span {
        font-size: 16px;
    }
    .solution-video .video-text h3 {
        font-size: 18px;
        color: var(--fttcolor);
        line-height: 24px;
        margin: 10px 0 20px;
    }
    .solution-video .video-text p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .solution-video .video-text a {
        width: 60%;
        height: 45px;
        margin-left: 0;
        font-size: 16px;
        margin: 0 auto;
    }
    .solution-video .video-text a i {
        font-size: 22px;
        margin-left: 15px;
    }
    .solution-video .video-text a span {
        right: -5px;
        bottom: -5px;
        width: 100%;
        height: 100%;
    }
    .solution-video .video-text a::after {
        right: -20px;
        top: -5px;
    }
}