.app-wrapper-main {
    width: 100%;
    z-index: 1;
}

.section {
    width: 100%;
}

.section-wrapper-1{
    width: 100%;
    height: 4.9rem;
    background:url('../images/agents-bg1.png') no-repeat center center;
    background-size: 100% 100%;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-wrapper-1-title{
    font-size: 0.5rem;
    font-weight: 800;
    color: #424242;
    line-height: 0.5rem;
    margin-top: 0.5rem;
}
.cooperation{
    /* width: 5.5rem;
    height: 0.8rem; */
    /* height: 0.47rem; */
    width: 80%;
    margin-top: -0.3rem;
}

.section-wrapper-2{
    width: 100%;
}

.block-item{
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-wrapper-2-left{
    background:url('../images/agents-bg-lan.png') no-repeat center center;
    background-size: 100% 100%;
    object-fit: cover;
}
.section-wrapper-2-right{
    background:url('../images/agents-bg-hei.png') no-repeat center center;
    background-size: 100% 100%;
    object-fit: cover;
}

.content{
    width: 60%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content p{
    font-size: 0.32rem;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content p img{
    margin: 0px 0.15rem;
 }

.projects{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.7rem;
}
.projects-item{
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.projects-item span{
    font-size: 0.24rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.15rem;
}

.content-r{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.content-r p{
    font-size: 0.32rem;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-r p img{
   margin: 0px 0.15rem;
}

.projects-r{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.7rem;
}
.projects-it{
    width: 100%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.projects-it span{
    font-size: 0.22rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.3rem;
}
.qrcode{
    width: 1rem;
    height: 1rem;
}


.section-wrapper-3{
    width: 100%;
    height: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.solution-advantage {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.solution-advantage-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
}

.solution-advantage-title img{
   transform: scale(0.6);
}
.solution-advantage-title-desc{
    font-size: 0.36rem;
    letter-spacing: 0.03rem;
    margin-top: -0.9rem;
    z-index: 999;
}

.solution-advantage-rows{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.solution-advantage-rows dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0.3rem;
}

.solution-advantage-rows dl dt  img{
  transform: scale(0.7);
}

.solution-advantage-rows dl dd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.2rem;
}

.solution-advantage-rows dl dd b{
    font-size: 0.16rem;
    color: #333333;
    font-weight: bold;
}

.solution-advantage-rows dl dd p{
    font-size: 0.14rem;
    color: #394867;
    margin-top: 0.2rem;
}

.section-wrapper-4{
    width: 100%;
    /* height: 12rem; */
}

.solution-business{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.solution-business-title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.8rem;
}

.solution-business-title img{
   transform: scale(0.7);
}

.solution-business-title-desc{
    font-size: 0.36rem;
    letter-spacing: 0.03rem;
    margin-top: -0.9rem;
    z-index: 999;
}

.solution-business-rows {
    width: 100%;
    margin-top: 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 0.25rem;
    box-sizing: border-box;
}

.solution-business-rows p{
   width: 3rem;
   height: 0.6rem;
   background-color: #394867;
   border-radius: 0.3rem;
   color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 0.24rem;
}

.solution-business-process{
    width: 100%;
    padding: 0.3rem;
    box-sizing: border-box;
    /* flex: 1; */
}

.solution-business-process img{
    width: 100%;
    height: 100%;
    transform: scale(0.8);
    object-fit: cover;
}