html{
    scroll-behavior: smooth;
}
body{
    padding: 0;
    margin: 0;
}
.tabs{
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 68px;
    z-index: 20;
    background-color: #F6F7F9;
}
.tab{
    display: flex;
    align-items: center;
    padding: 0 4%;
    line-height: 1.2;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    background-image: url(./home/header_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 68px;
}

.tab .logo{
    display: flex;
    align-items: center;
    flex-shrink: 1;
    min-width: 0;
}
.tab .logo img{
    width: 44px;
    height: 44px;
    margin-top: 0;
    flex-shrink: 0;
}
.tab .logo .logoname{
    line-height: 1.2;
    margin-left: 10px;
    font-weight: 600;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: min(200px, 22vw);
}
.mao {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.mao .item{
    margin-right: 0;
    flex-shrink: 0;
}
.mao .item a{
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    white-space: nowrap;
    letter-spacing: 0.01em;
    line-height: 1.2;
    display: inline-block;
    padding: 4px 0;
}
.mao .item a:hover {
   color: #fff;
  }
  .active{
    padding-bottom: 6px;
    border-bottom: 2px solid #fff;
  }
.banner{
width: 100%;
height: 800px;
background-size: cover;
background-image: url(./img/top.png);
}
.banner .banner_text{
    font-size: 48px;
    font-weight: 600;
    width: 600px;
    margin-left: 10%;
    padding-top: 300px;
}
.product{
    margin-top: 120px;
    padding: 0 10%;
    text-align: center;
    scroll-margin-top: 88px;
}
.product_min{
    font-size: 22px;
    margin-bottom: 10px;
}
.product_title{
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 30px;
}
.product_box{
    display: flex;
    justify-content: space-between;
}
.product_box  .item_step{
    padding: 30px;
    box-sizing: border-box;
}

.product_box .product_box img{
    width: 60px;
    height: 60px;
    margin: 50px 65px;
}
.product_box .item_step .imgtitle{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin:20px 0;
}
.product_box .item_step .text{
    text-align: center;
    font-size: 16px;
    color: #999;
}
.efe{
    margin-top: 120px;
    padding: 0 10%;
    display: flex;
    justify-content: space-between;

}
.efe .left img{
    width: 400px;
}
.efe .right .title{
    font-size: 24px;
    font-weight: 600;
    margin-top: 100px;
   
}

.efe .right .text{
    font-size: 18px;
    color: #999;
    margin-top: 30px;
}
.step{
    margin-top: 100px;
    height: 600px;
    width: 100%;
    background-image: url(./home/step_bg.png);
    background-size: 100% 100%;
}
.step_title{
    text-align: center;
    padding-bottom: 80px ;
    padding-top: 80px;
    font-size: 28px;
    font-weight: 600;
}
.step_box{
    display: flex;
    justify-content: space-between;
    margin:0 10%;
}
.step_box .item_step{
    background-color: #fff;
    border-radius: 15px;
    width: 250px;
    height: 300px;
    cursor: pointer;
}
.step_box .item_step:hover{
    transform: scale(1.1);
}
.step_box .item_step img{
    width: 120px;
    height: 120px;
    margin: 50px 65px;
}
.step_box .item_step .text{
    text-align: center;
    font-size: 20px;
}

.addve{
    margin-top: 100px;
    height: 600px;
    width: 100%;
}
.addve_title{
    text-align: center;
    padding-bottom: 80px ;
    font-size: 28px;
    font-weight: 600;
}
.addve_box{
    display: flex;
    justify-content: space-between;
    margin:0 10%;
}
.addve_box .item_addve{
    border-radius: 15px;
    width: 250px;
    height: 300px;
    cursor: pointer;
}
.addve_box .item_addve:hover{
    transform: scale(1.1);
}
.addve_box .item_addve img{
    width: 100%;
    margin-bottom: 10px;
}
.addve_box .item_addve .text{
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
}
.addve_box .item_addve .tip{
    text-align: left;
    font-size: 16px;
    color: #999;
}
.bottom{
    margin-top: 150px;
    background-color: #000;
    color: #fff;
   
}
.bottom .bootom_text{
    display: flex;
    padding:100px 10%;
    justify-content: space-between;
    box-sizing: border-box;
}
.bottom .copyr{
    text-align: center;
    padding:10px;
    border-top: 1px solid #F6F7F9;
}

.cous{
    margin-top: 100px;
    background-image: url(./home/bootom.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px 10%;
    display: flex;
    justify-content: space-between;
    
}
.leftform .phone{
    width: 360px;
}
.leftform .phone .mleft{
    width: 100%;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 8px;
    display: flex;
}

.leftform .phone .mleft img{
   margin-top: 10px;
    width: 48px;
    height: 48px;
    margin-right: 20px;
    vertical-align: middle;
}
.leftform .phone .mleft .tt{
    vertical-align: middle;
}
.leftform .phone .mleft .tp{
    font-weight: 600;
    margin-bottom: 5px;
}
.rightform{
    background: #FFFFFF;
    width: 400px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 50px 20px 20px 20px;
}
.rightform .formtitle{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.rightform .formtext{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #999;
}
.rightform .inputtext {
    width: 100%;
    height: 50px;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    
  }

  .rightform .inputtext2 {
    margin-bottom: 20px;
    width: 100%;
    height: 150px;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .rightform .form-submit-wrap{
    width: 100%;
    overflow: hidden;
  }
  .rightform .sendbtn{
    height: 40px;
    background-color: #D0EC00;
    text-align: center;
    padding:0 20px ;
    line-height: 40px;
    border-radius: 5px;
    width: 120px;
    float: right;
    cursor: pointer;
  }
  .rightform .form-consent{
    width: 100%;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 16px;
  }
  .rightform .consent-row{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.45;
    color: #666;
    font-weight: 400;
    cursor: pointer;
  }
  .rightform .consent-row:last-child{
    margin-bottom: 0;
  }
  .rightform .consent-row input[type="checkbox"]{
    flex-shrink: 0;
    margin-top: 3px;
    cursor: pointer;
  }
  .rightform .consent-row span{
    flex: 1;
  }

  /* loan page */
  .abus{
    margin-top: 100px;
    width: 80%;
    margin-left: 10%;
  }
  .abus .mintext{
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 6px;
    color: #999;

  }
  .abus .maintext{
    text-align: center;
    font-weight: 800;
    font-size: 38px;
    
  }
  .line{
    margin-top: 60px;
    margin-bottom: 60px;
    height: 2px;
    background-color: #eee;
  }
  .abus .aboutform{
    display: flex;
    justify-content: space-between;
  }
  .aboutform .abt_l{
    width: 35%;
  }
  .aboutform .abt_r{
    width: 50%;
  }
  .abt_title{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 100px;
  }
  .abt_min{
    color: #999;
    line-height: 1.8;
  }
  .Servicios{
    display: flex;
    height: 300px;
    margin-top: 100px;
    width: 80%;
    margin-left: 10%;
  }
  .Serviciosl {
    background: #FFFFFF;
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
border-radius: 16px 0 0 16px;
padding: 30px;
  }
  .Serviciosl .ser_t{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .Serviciosl .ser_text{
    color: #999;
  }
  .Serviciosr img{
    height: 100%;
  }
  .Nuestra{
    background-image: url(./img/moeny1bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding: 60px 10%;
    box-sizing: border-box;
    height: 500px;
    margin-top: 150px;
    display: flex;
  }
  .Nuestra .Nuestral img{
    width: 300px;
  }
  .Nuestrar{
    margin-left: 50px;
  }
  .Nuestrar .n_tiyt{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .Nuestro{
    background-image: url(./img/skybg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding: 60px 10%;
    box-sizing: border-box;
    height: 700px;
    margin-top: 150px;
    position: relative;
  }
  .Nuestrol{
    width: 30%;
    margin-left: 10%;
    background: #FFFFFF;
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
border-radius: 16px;
z-index: 2;
margin-top: 50px;
position: absolute;
padding: 20px;
  }
  .nu_title{
    margin: 20px 0;
    font-size: 22px;
    font-weight: 600;
  }
  .nu_text{
    color: #999;
  }
  .Nuestror{
    width: 40%;
    z-index: 1;
    position: absolute;
    left: 50%;
  }
  .Nuestror img{
    width: 100%;
  }

  /* about */
  .procesotitle{
    font-size: 48px;
    font-weight: 800;
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
  }
  .proceso{
    margin-top: 50px;
    width: 100%;
    padding: 50px 10%;
    display: flex;
    background-image: url(./ab/bg1.png);
    background-size: 100% 100%;
    height: 600px;
    box-sizing: border-box;
  }
  .proceso_left img{
    height: 400px;
    margin-top: 100px;
  }
  .proceso_right{
    margin-left: 40px;
  }
  .proceso_right .per_title{
    margin-top: 100px;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .ustitle{
    font-size: 48px;
    font-weight: 600px;
    margin-top: 150px;
    text-align: center;
  }
 .bigPhone_content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    .left {
      text-align: right;
      float: left;
    }
    .middle {
     

      width: 300px;
      height: 650px;
      margin: 0 100px;
      .img{
        
      }
    }
    .item {
      cursor: pointer;
      width: 320px;
      height: 130px;
      line-height: 30px;
      overflow: hidden;
      text-align: left;
      border-radius: 20px;
      margin-bottom: 120px;
      box-shadow: 5px 5px 20px 0 rgba(90, 90, 90, 0.116);
      .left {
        width: 100px;
        display: inline-block;
        img {
          width: 60px;
          margin: 0px 15px;
        }
      }
      .right {
        width: 210px;
        font-size: 14px;

        display: inline-block;
        .rp {
          font-size: 12px;
        }
        .number {
          font-family: Helvetica-Bold;
          font-size: 24px;
          margin-top: 20px;
          color: #333333;
          text-align: left;
        }
        p {
          margin-top: 20px;
          font-family: Helvetica;
          font-size: 14px;
          color: #999999;
          text-align: left;
        }
      }
      div {
        display: inline-block;
        font-size: 14px;
      }
      img {
        width: 60px;
        display: inline-block;

        margin: 30px 20px;
        vertical-align: middle;
      }
    }
    .item:hover {
      box-shadow: 5px 5px 20px 0#ccc;
      transform: scale(1.02);
    }
  }
  #policy2{
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    background-color: #D0EC00;
    color: #000;
    padding: 50px;
    border-radius: 50px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
  }


  .bottom .bootom_text .div[data-v-72cf74f6] {
    width: 30%;
    margin-right: 3%;
  }
  .titlename {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .compAdd {
    color: #999;
}
.banner .banner_text_min {
  font-size: 20px;
  width: 650px;
  margin-left: 10%;
  padding-top: 20px;
  color: #7c7979;
  line-height: 1.6;
}