@media screen and (max-width:1400px) {
  .kv{
    .container {
      transform: scale(.8);
      width: 67%;
      left: -70px;
      position: relative;
    }
    
    .kv-a1{
      transform: scale(0.8);
      left: calc(40% + 0px);
      top: calc(18% + 0px);
    }
    .kv-a2{
      top: calc(0% + -100px);
      transform: scale(1.2);
    }
  }
  .p2 .box:nth-child(1) .txt {
      left: 0px;
  }
  .p2 .box:nth-child(2) .txt {
      left: 0px;
  }
  
}

@media screen and (max-width: 1200px) {

  .w1200,.w1000,.w900 {
    padding: 0 15px;
  }

  .header {
    height: 60px;
  }

  .logo {
    top: 15px;
    left: 20px;
  }
  .logo img {
    max-width: 140px;
  }


  .kv {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    overflow: hidden;
    padding-bottom: 60px;
  }

  .kv .kv-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    background-position-y: -40px;
  }

  .kv .kv-a2{
    top: calc(10% + -0px);
    right: calc(-4% + 0px);
    transform: scale(1);
    z-index: -1;
  }

  .kv .btn{
    top: 30px;
    transition: all 0.3s ease;
  }

  .kv .kv-a1 {
    order: 2;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: 90px;
    width: 100%;
    margin: 10px auto 0;
    z-index: 1;
  }
 
  .kv .w1200 {
    order: 1;
    width: 100%;
  }

  .kv .container {
      width: 100%;
      margin: 0 auto;
      padding-top: 70px;
      padding-bottom: 0px;
      left: 0;
      transform: scale(1);
  }

  .kv .btn:hover{
      transform: scale(1);
    }

  .kv div h1 {
    max-width: 480px;
    height: 92px;
  }
  .kv h2 {
    max-width: 360px;
    height: 54px;
  }
  .kv h3 {
    max-width: 520px;
  }
  .kv h3::before{
    left: 0;
    top: 0;
  }
  .kv .tt1 {
    left: 0px;
    top: 40%;
    position: relative;
  }
  .kv .tt1 p {
    font-size: 22px;
  }
  .kv .tt1 p:nth-child(1) {
    padding-top: 40px;
  }

  .p2 .container {
    gap: 80px;
  }
  .p2 .box .txt {
    width: 100%;
    max-width: 500px;
    min-height: 210px;
    padding: 20px 0px;
  }
/* 
  .p2 .box .txt::after{
    bottom: -48px;
  }
   */
  .p3 .left{
    display: none;
  }
  .p3 .right {
    align-items: center;
  }
  .p3 .title h3{
    font-size: 1.8rem;
    max-width:220px ;
  }
  .p3 .row div:first-child{
    max-width:150px ;
  }
  .p3 .table .row div {
    font-size: 1.4rem;
  }

  .p4 .container::after,
  .p4 .container::before {
    display: none;
  }
  .p4 .title h2 {
    font-size: 36px;
  }
  .p4 .title h2 span:first-child {
    font-size: 56px;
  }
  .p4 .title h2 span:last-child {
    font-size: 36px;
  }
  .p4 .title p {
    font-size: 22px;
  }
  .p4 .browser::before,
  .p4 .browser::after {
    display: none;
  }
  .p4 .step-wrap {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
  .p4 .step {
    width: calc(50% - 18px);
    height: auto;
    min-height: 300px;
  }
  .p4 .step:not(:first-child)::after {
    display: none;
  }

  .input .form-card {
    padding: 40px 60px 30px;
  }
  
  .kv .kv-b3{
    width: 250%;
    background-size: cover;
    max-width: 1200px;
    top: 0px;
    left: 50px;
    transform:rotate(2deg);
    transition:  all 0.8s ease;
    }
}


@media screen and (max-width: 1090px){
  .p2 .box .txt h4 {
    font-size: 1.6rem;
  }
  .p2 .box .txt {
    height: 210px;
  }
  /* .p2 .box .txt::after {
        bottom: -15px;
    }
  .p2 .box2 .txt::after {
        bottom: -45px;
    } */



}

@media screen and (max-width: 992px) {
  .kv-b4{
    display: none;
  }
 .kv .kv-b3{
    top: 0px;
    left: 0px;
    transform: rotate(2deg);
 }
  .kv .kv-bg{
    background-position-y: 57px;
    height: 960px;
    background-size: cover;
    background-color: #e0f6f4;
  }
  .kv .kv-a1 {
    bottom: 0;
  }
  .kv a{
    position: absolute;
    bottom: -550px;
  }
  .p2 {
    padding-bottom: 50px;
  }
  .p2 br,.p2 .box{
     display: block;
     padding-bottom: 10px;
  }
  .p2 .box .txt p  br{
    display: none;
  }
  .p2 .box{
        display: flex;
    flex-direction: column;
}

  .p2 h2 {
    letter-spacing: 2px;
  }
  .p2 h2 span {
    padding-top: 50px;
    letter-spacing: 2px;
  }
  .p2 .bg {
    display: none;
  }
  .p2 .container {
    flex-direction: column;
    gap: 0px;
  }


  .p2 .container .box{
    max-width: 600px !important;
  }
  .p2 .container .box2{
    max-width: 600px !important;
  }
  
  /* .p2 .box .txt::after {
    bottom: -45px;
  } */



    .p2 .box .txt p {
        padding: 0px 50px;
    }

  .box3{
    display: none;
  }
    
  .p3{
    height: auto;
  }

  .p3 h2 {
    padding-top: 160px;
  }

  .p3 .container {
    border-radius: 24px;
    flex-direction: column-reverse;
    align-items: center;
  }
  
  .p3 .left {
    top:0;
    left: 0;
    transform: scale(.7);
    height: 210px;
    display: block;
    position: relative;
    z-index: 1;
  }

  .p3 .person::after{
    top: 0px;
    right: -120px;
  }

  .p3 .person::before{
    top: 0px;
    left: -120px;
  }

  .p3 .right {
    width: 100%;
    z-index: 2;
  }
 
  .p3 .item {
    flex-direction: column;
  }

  .p3 .title {
    border-radius: 20px 20px 0 0;
    
    align-items: center;
    border-bottom: 3px solid #f2d98b;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .p3 .table {
    border-radius: 0 0 20px 20px;
  }

  .p3 .row div {
    font-size: 16px;
    padding: 10px 8px;
  }

  .p3 .row div:first-child {
    width: 120px;
    border-left:none;
  }

  .p4 {
    padding-top: 60px;
  }
  .p4 .tt img {
    max-width: 60px;
  }

  .p2 .box .txt span::after ,
  .p2 .box:first-child span::after {
    left: -20px;
  }
  .p4 .step {
    width: 100%;
  }

  .input {
    padding: 40px 0;
  }
  .input h2.title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .input .form-card {
    padding: 30px 30px 24px;
  }
  .input .row {
    flex-direction: column;
    gap: 10px;
  }

  .footer br {
    display: block;
  }
  .footer {
    font-size: 14px;
    padding: 16px 0;
  }
}

@media screen and (max-width: 640px) {
  .kv {
    padding-bottom: 0;
    }
   .kv .btn{
      top: 20px;
    }

  .kv .kv-a1 {
    transform: scale(0.8);
  }

  .kv .kv-bg{
        background-position-y: 40px;
  }
 
  .p2 h2,.p3 h2,.input h2 {
    font-size: 36px;
  }
  .p4 .title h2 span:first-child {
    font-size: 44px;
  }
  .p4 .title h2 span:last-child {
    font-size: 36px;
  }

      .p2 .box .txt h4 {    
        text-align: left;
    margin-left: 50px;
    line-height: 45px;}



      .p2 .box .txt {
        height: auto;
    }

  .p3 .row div {
    font-size: 14px;
    padding: 8px 6px;
  }
  .p3 .row div:first-child {
    width: 100px;
  }


    .p3 .title h3 {
        font-size: 1.5rem;
        max-width: 220px;
    }
  .p4 .step-wrap {
    flex-direction: column;
    gap: 24px;
    padding: 30px 20px;
  }
  .p4 .step {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    height: auto;
    min-height: auto;
    padding: 24px 15px;
  }
  .p4 .icon {
    max-width: 130px;
    height: 120px;
  }
  .p4 .step h3 {
    font-size: 1.6rem;
  }
  .p4 .step p {
    font-size: 1.4rem;
    text-align: center;
  }

  .input .form-card {
    border-radius: 30px;
    padding: 26px 20px 20px;
  }
  .input .phone-group {
    flex-wrap: nowrap;
  }
  .input .customer-row {
    flex-wrap: wrap;
  }
  .input .captcha-row {
    flex-wrap: wrap;
  }
  footer br{
      display: block;
  }
  .input .customer-row span{
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .kv {
      height: 800px;
      padding-bottom: 0;
  }

  .kv .container{
    gap: 2px;
  }

  .kv .kv-a1 {
      transform: scale(0.8);
  }

  .kv .kv-a2 {
            top: calc(-1% + -0px);
        right: calc(-5% + 0px);
        position: absolute;
        width: 40%;}

  .kv .tt1 p{
    font-size: 1.1em;
  }

  .kv .kv-bg {
    background-position-y: -76px;
    background-size: cover;
  }

  .kv a {
    position: absolute;
    bottom: -400px;
  }
  
  .logo img {
    max-width: 110px;
  }

  .p2 .box .txt{
    padding: 10px 0;
  }
  .p2 .box .txt p{
    padding: 0px 30px 0px 40px;
  }
  .p2 .box2 .txt p{
    padding: 0px 30px 0px 48px;
  }

  .p3 .row div {
    font-size: 13px;
  }
  .p3 .row div:first-child {
    width: 120px;
  }
  
  .p4 .tt {
    gap: 6px;
  }
  .p4 .tt img {
    max-width: 40px;
  }
 .p3 .row br {
        display: block;
    }
  .input .form-card {
    padding: 20px 14px 16px;
  }

  footer {
    padding: 12px 10px;
  }
      .kv .a {
        bottom: -420px;
    }
    
}



@media screen and (max-width: 495px) {
  .kv {height: 700px; padding-bottom: 0;}
  .kv h3::before {top: -40px;}
  .kv h3 {height: 70px;}
  .kv a {bottom: -395px;}
  .p3 .container {display: flex; padding: 70px 10px;}
  .kv .kv-bg {
        background-position-y: -146px;
        background-size: cover;
    }
  .p3 .row br ,.p4 .title p br, .p4 .tt h2 br, .p2 .box .txt  h4 br,.p4 .step p br{display: block;;}
  .p2 .box .txt  h4 {
    text-align: center;
    margin-left: 0px;
    margin-top: 5px;
  }
  .p2 .box >img{
    width: 80%;
  }
  .p2 br,.p2 .box .txt h4 br{
    display: block;
    padding-bottom: 10px;
  }
  .p2 .box .txt img {
    position: absolute;
    top: -20px;
    left: calc(46% + 0px);
    width: 10%;
  }
  .p2 .box .txt span::after, .p2 .box:first-child span::after {
    top: 35px;  
  }
  .p3 .table .row div {
        font-size: 1.2rem;
    }
  
}

@media screen and (max-width: 375px) {
  .kv .kv-bg { background-position-y: -156px;}
  .p3 .table .row div {
        font-size: 1rem;
    }
}


@media screen and (max-width: 320px) {
  .p3 .table .row div {
    font-size: 1rem;
  }
}