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

.section {
    width: 100%;
}

.section-wrapper-1 {
    width: 100%;
    height: 4.6rem;
    background: url('../images/section-bg1.png') no-repeat;
    background-size: 100% 100%;
    object-fit: cover;
    position: relative;
}

.section-wrapper-1-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#section-wrapper-1-inner-title {
    font-size: 0.32rem;
    font-weight: 500;
    color: #333333;
    margin-top: 1.2rem;
}

.sub-title {
    font-size: 0.28rem;
    font-weight: 400;
    color: #195FA5;
    margin-top: 0.15rem;
}

.sub-tip {
    font-size: 0.2rem;
    font-weight: 400;
    color: #333333;
    margin-top: 0.15rem;
}

.sub-pcr {
    width: 2.7rem;
    height: 2rem;
    margin-top: 0.3rem;
}

.red-dot {
    width: 1.6rem;
    height: 0.8rem;
    position: absolute;
    right: 0.24rem;
    bottom: 0.3rem;
}

.section-wrapper-2 {
    width: 100%;
    height: 11rem;
    background: url('../images/section-bg2.png') no-repeat;
    background-size: 100% 100%;
    object-fit: cover;
    padding-top: 0.9rem;
}

.section-wrapper-2-inner-title {
    width: 100%;
    height: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.section-wrapper-2-inner-title h1 {
    font-size: 0.3rem;
    font-weight: bold;
    color: #195EA3;
    letter-spacing: 0.02rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.section-wrapper-2-inner-title h1>.line {
    width: 0.5rem;
    height: 0.02rem;
    background-color: #195EA3;
    display: inline-block;
    margin: 0px 0.12rem;
}

.section-wrapper-2-inner-title p {
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.02rem;
}

.section-wrapper-2-inner-params {
    width: 100%;
    height: 7.8rem;
    margin-top: 0.5rem;
}

.params-item-row {
    width: 96%;
    margin: auto;
    display: flex;
}

.params-item-row:last-child {
    border-bottom: none;
}

.params-item-row1 {
    height: 1.5rem;
}

.params-item-row2 {
    height: 4rem;
}

.params-item-row3 {
    height: 2.3rem;
}

.w17 {
    width: 17%;
    height: 100%;
    background: rgba(205, 219, 233, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 0.02rem solid #e9eef4;
}

.w17 .icon-desc {
    font-size: 0.20rem;
    font-weight: 500;
    color: #195FA5;
    margin-top: 0.2rem;
}

.w23 {
    width: 24%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(224, 232, 240, .6);
    border-bottom: 0.05rem solid #e9eef4;
}

.w23 p {
    box-sizing: border-box;
    font-size: 0.16rem;
    font-weight: 400;
    color: #333333;
    padding-left: 0.12rem;
    margin: 0.1rem 0rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.w60 {
    width: 59%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 0.01rem solid #fefefe;
}

.w60 p {
    padding-left: 0.12rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    font-weight: 400;
    color: #898989;
    margin: 0.1rem 0rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.icon-box {
    width: 0.45rem;
    height: 0.45rem;
    background: #195FA5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box img {
    width: 0.14rem;
    height: 0.15rem;
}



.section-wrapper-3{
    width: 100%;
    height: 15.25rem;
    background-color: #FFFFFF;
}

.section-wrapper-3-inner{
    width: 96%;
    margin: auto;
}
.section-wrapper-3-inner-title{
    width: 100%;
    height: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.section-wrapper-3-inner-title h1{
    font-size: 0.3rem;
    font-weight: bold;
    color: #195EA3;
    letter-spacing: 0.02rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.section-wrapper-3-inner-title h1>.line{
    width: 0.5rem;
    height: 0.02rem;
    background-color: #195EA3;
    display: inline-block;
    margin: 0px 0.12rem;
 }

.section-wrapper-3-inner-title p{
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.02rem;
}

.section-wrapper-3-inner-steps{
    width: 100%;
    margin-top: 0.75rem;
}
.section-wrapper-3-inner-steps-item{
    width: 100%;
    height: 3rem;
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
    /* border: 0.02rem solid #F1F1F1; */
    margin-bottom: 1rem;
}
.item::after{
    content:'';
    display: block;
    width: 0.20rem;
    height: 0.18rem;
    background-image: url('../images/next.png');
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-top: 0.4rem;
}
.section-wrapper-3-inner-steps-item-inner{
    width: 100%;
    height: 100%;
}
.steps-item-inner-border{
    display: flex;
    width: 100%;
    height: 100%;
}
.item-inner-head{
    width: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border-right: 0.01rem solid #F1F1F1; */
    position: relative;
    font-size: 0.2rem;
}


.item1::before{
    content:'';
    display: block;
    width: 0.04rem;
    height: 1.15rem;
    background: #FFC103;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0.2rem;
}
.item2::before{
    content:'';
    display: block;
    width: 0.04rem;
    height: 1.15rem;
    background: #3DDCAA;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0.2rem;
}
.item3::before{
    content:'';
    display: block;
    width: 0.04rem;
    height: 1.15rem;
    background: #FD5F5F;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0.2rem;
}

.item4::before{
    content:'';
    display: block;
    width: 0.04rem;
    height: 1.15rem;
    background: #4771BB;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 0.2rem;
}



.item-inner-head b{
   width: 0.2rem;
   font-size: 0.2rem;
   font-weight: 500;
}
.item-inner-head span{
    width: 0.2rem;
    font-size: 0.2rem;
    font-weight: 500;
    color: #333333;
    margin-top: 0.1rem;
}

.item-inner-content{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-inner-content img{
    /* margin-left: -1rem; */
}
.step-1-img{
  /* width: 3rem;
  height: 2.6rem; */
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.step-2-img{
    /* width: 3rem;
    height: 2.25rem; */
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.step-3-img{
    /* width: 3.25rem;
    height: 1.8rem; */
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.step-4-img{
    /* width: 3.25rem;
    height: 1.8rem; */
    width: 100%;
    height: 100%;
    object-fit: contain;
}

  
.item-desc-text{
    font-size: 0.2rem;
    font-weight: 500;
    color: #000000;
    position: absolute;
    right: 0.5rem;
    top: 50%;
}
.b-step1{
    color: #FFC103
}
.b-step2{
    color: #3DDCAA;
}
.b-step3{
    color: #FD5F5F;
}
.b-step4{
    color: #4771BB;
}


.section-wrapper-4{
    width: 100%;
    height: 5.6rem;
    background-color: #FFFFFF;
    margin-top: 0.5rem;
}
.section-wrapper-4-inner{
    width: 100%;
}
.section-wrapper-4-inner-title{
    width: 100%;
    height: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.section-wrapper-4-inner-title h1{
    font-size: 0.3rem;
    font-weight: bold;
    color: #195EA3;
    letter-spacing: 0.02rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.section-wrapper-4-inner-title h1>.line{
    width: 0.5rem;
    height: 0.02rem;
    background-color: #195EA3;
    display: inline-block;
    margin: 0px 0.12rem;
 }
.section-wrapper-4-inner-title p{
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.02rem;
}

.section-wrapper-4-inner-feature{
    width: 100%;
    display: flex;
    margin-top: 0.8rem;
}
/* .feature-l{
    width: 65%;
    height: 100%;
    background: url('../images/shouchi.png') no-repeat;
    background-size: 100% 100%;
    object-fit: cover;
    position: relative;
} */
/* .feature-l-content{
    position: absolute;
    width: 3rem;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    right: 10%;
    top: 10%;
  }

  .feature-l-content h1{
      font-size: 0.24rem;
      font-weight: bold;
      color: #000000;
  }
  
  .feature-l-content p{
      font-size: 0.18rem;
      color: #000000;
  } */
  
.feature-r{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feature-r-item {
   width: 49.5%;
   height: 1.3rem;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 0.24rem;
   color: #FFFFFF;
   margin-top: 0.1rem;
   font-weight: 500;
}
.r0{
    background: #f8f6f7;
    color:#333;
}
.r1{
    background: #424242;
}
.r2{
    background: #3973C1;
}
.r3{
    background: #f8f6f7;
    color: #333;
}
