.main-title{
    line-height: 5rem;
    font-size: 4.8rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.1rem;
    color: rgba(29, 33, 41, 1);
}
.section-banner{
    background: url("https://test-biubiubiu.oss-cn-shenzhen.aliyuncs.com/public/wwwItasaasCom/1754445137_about-bg.jpg") no-repeat;
    background-size: 100% 60rem;
    text-align: center;
    min-height: 60rem;
    padding-top: 8rem;
}
.section-banner .banner-desc{
    font-size: 1.6rem;
    margin-top: 4rem;
    color: rgba(78, 89, 105, 1);
}
.section-banner .banner-pic{
  margin-top: 4rem;
  height: 62.6rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(22px);
  border-radius: 1.37rem;
  padding: 1.6rem;
}
.section-banner .banner-pic img{
    width: 100%;
    border-radius: 1rem;
}

.section1{
   background: rgba(247, 249, 252, 1);
   padding: 4rem 4rem 3.2rem 4rem;
}
.section1 .content-box{
    margin-top: 4rem;
    background: rgba(255, 255, 255, 1);
    border-radius: 1.6rem;
    display: flex;
    justify-content: space-between;
    padding: 3.2rem;
}
.section1 .list-box{
    flex: 1;
}
.section1 .system-title{
    color: rgba(29, 33, 41, 1);
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 1.6rem;
}
.section1 .btn-box{
    margin-bottom: 3.2rem;
}
.section1 .btn-box a{
    border: 0.1rem solid rgba(229, 230, 235, 1);
    border-radius: 0.4rem;
    line-height: 4rem;
    color: rgba(78, 89, 105, 1);
    font-size: 1.4rem;
    padding: 0 3.6rem;
    letter-spacing: 0.1rem;
    display: inline-block;
}
.section1 .btn-box a:hover{
    border: 0.1rem solid  #165DFF;
    color: #165DFF;
}
.section1 .list{
    margin-bottom: 2.4rem;
}
.section1 .list:last-child{
    margin-bottom: 0;
}
.section1 .list .title{
    line-height: 3rem;
    font-size: 1.6rem;
    color: rgba(29, 33, 41, 1);
    letter-spacing: 0.1rem;
}
.section1 .list .desc{
    margin-top: 0.6rem;
    line-height: 2.2rem;
    font-size: 1.4rem;
    color:rgba(78, 89, 105, 1);
    letter-spacing: 0.1rem;
}

.section1 .mobile-we-doing{
    display: none;
}

.section2{
    padding: 8rem 4rem 8rem 4rem;
}
.section2 .content-box{
    margin-top: 4rem;
    display: flex;
    gap: 1.6rem;
    flex-wrap: wrap;

}
.section2 .content-box li{
    width: 15.455%;
}
.section2 .content-box img{
    width: 100%;
}
.section3{
    background: rgba(247, 249, 252, 1);
    padding: 4rem 4rem 3.2rem 4rem;
    height: 65rem;
}
.section3 .container{
  height: 100%;
    position: relative;
}
.section3 .swiper-container{
    position: relative;
}
.section3 .founderSwiper{
    height: 100%;

}
.section3 .founder-content{
  margin-top: 11.7rem;
  width: 72.4rem;
  height: 25.8rem;
  background: rgba(255, 255, 255, 1);
  border-radius: 1.6rem;
  padding: 6rem 6rem 4rem 6.2rem;
  position: relative;

}
.section3 .founder-content .content-box{
    padding-right: 24%;
}
.section3 .founder-content .user-box{
    display: flex;
    gap:2.4rem;
    align-items: center;
    margin-bottom: 4.8rem;
}
.section3 .founder-content .moniker{
    color:rgba(29, 33, 41, 1);
    font-size: 2.4rem;
    font-weight: 700;
    position: relative;

}
.section3 .founder-content .moniker:before{
    content: ' ';
    position: absolute;
    left:0;
    right: 0;
    bottom: -0.9rem;
    margin: auto;
    height: 0.9rem;
    width: 100%;
    background: url(https://test-biubiubiu.oss-cn-shenzhen.aliyuncs.com/public/wwwItasaasCom/1754459183_user-bottom-icon.svg) no-repeat;
    background-size: 100% 100%;
}
.section3 .founderSwiper .swiper-slide:nth-child(2) .moniker:before{
    background: url(https://test-biubiubiu.oss-cn-shenzhen.aliyuncs.com/public/wwwItasaasCom/1754467365_icon2.svg) no-repeat;
    background-size: 100% 100%;
}
.section3 .founder-content .company-founder{
    color:rgba(78, 89, 105, 1);
    font-weight: 500;
    font-size: 1.8rem;
    line-height:3rem ;

}
.section3 .founder-content .list-desc{
    font-weight: 500;
    font-size:1.4rem;
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
    color: rgba(78, 89, 105, 1);
    margin-bottom: 2.4rem;
    position: relative;
    padding-left: 1.5rem;
}
.section3 .founder-content .list-desc:last-child{
    margin-bottom: 0;
}
.section3 .founder-content .list-desc:before{
    position: absolute;
    content: ' ';
    left: 0;
    top: 0.7rem;
    margin: auto;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: rgba(255, 151, 0, 1);;
}
.section3 .founder-content .founder-img{
    position: absolute;
    right: -25.4rem;
    bottom: -15.5rem;
    height: 59.2rem;
}
.section3 .founder-content .founder-img img{
    height: 100%;
}
.swiper-button-prev{
    background: url(/assets/img/left-arrow.svg) no-repeat;
    background-size: 14px 14px;
    background-position: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    left: -40px;
}
.swiper-button-next{
    background: url(/assets/img/right-arrow.svg) no-repeat;
    background-size: 14px 14px;
    background-position: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    right: -40px;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    border: 1px solid #387bff;
}

.swiper-button-prev:after, .swiper-button-next:after{
    content: '';
}
@media screen and (max-width: 768px) {
    .main-title{
        font-size: 2.4rem;
        line-height:3.2rem ;
    }
    .section-banner{
        min-height: unset;
        padding-top:4rem;
    }
    .section-banner .banner-desc{
        font-size: 1.4rem;
        margin-top: 1.5rem;
    }
    .section-banner .banner-pic{
        margin-top: 2rem;
        height: unset;
        width: 90%;
    }

    .section1 .pc-we-doing{
        display: none;
    }
    .section1 .mobile-we-doing{
        display: block;
        margin-top: 4rem;
    }
    .section1{
        padding: 1.5rem 0;
    }
    .section1 .btn-box{
        margin-bottom: 1.6rem;
    }
    .section1 .system-title{
        font-size: 1.4rem;
        font-weight: 400;
    }
    .section1 .list{
        margin-bottom: 1.6rem;
    }
    .section1 .list .title{
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .section1 .list .desc{
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .section2{
        padding: 1.5rem;
    }
    .section2 .container{
        padding: 0;
    }
    .section2 .content-box{
       margin-top: 2.4rem;
        gap:0;

    }
    .section2 .content-box li{
        width: 47%;
        margin-bottom: 1.6rem;
    }
    .section2 .content-box li:nth-child(2n){
        margin-left: 1.6rem;
    }
    .section3{
        padding: 4rem 0;
        height: unset;
    }
    .section3 .container{
        margin-top:2.4rem;
    }
    .section3 .founder-content{
        margin-top: 0;
        padding: 1.6rem;
        width: 90%;
        height: unset;
        text-align: justify;
    }
    .section3 .founder-content .user-box{
        margin-bottom: 2.4rem;
        gap:1.2rem
    }
    .section3 .founder-content .moniker{
        font-size: 1.4rem;
    }
    .section3 .founder-content .company-founder{
        font-size: 1.2rem;
    }
    .section3 .founder-content .founder-img{
        position: unset;
        height: unset;
    }
    .section3 .founder-content .founder-img img{
        height: unset;
        width: 100%;
    }
    .section3 .founder-content .content-box{
        padding-right: 0;
    }
    .section3 .founder-content .list-desc{
        margin-bottom: 1.2rem;
        font-size: 1.2rem;
        line-height: 1.6rem;
    }


}