body {
  overflow: hidden;
}
.page {
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    width: auto;
    height: 100%;
    overflow: hidden;
  }
.group_1 {
    background-color: rgba(245, 249, 247, 1);
    height: 1080px;
    width: 60%;
    position: relative;
  }
  
  .group_2 {
    width: 286px;
    height: 55px;
    margin: 47px 0 0 67px;
    position: absolute;
  }
  
  .image_1 {
    width: 93px;
    height: 55px;
  }
  
  .text_1 {
    width: 168px;
    height: 55px;
    overflow-wrap: break-word;
    color: rgba(27, 38, 36, 1);
    font-size: 24px;
    font-family: HuXiaoBo-NanShen;
    font-weight: NaN;
    text-align: right;
    line-height: 55px;
  }
  
  .group_3 {
    width: 80%;
    /* height: 638px; */
    margin-top: 170px;
    margin-left: 300px;
    /* position: absolute; */
  }
  
  .image_2 {
    width: 30em;
    height: auto;
    margin-top: 32px;
  }
  
  .group_4 {
    /* width: 472px; */
    /* height: 502px; */
    margin-left: 500px;
  }
  
  .text-group_1 {
    width: 396px;
    height: 158px;
    margin-left: 49px;
  }
  
  .paragraph_1 {
    width: 396px;
    height: 110px;
    overflow-wrap: break-word;
    color: rgba(27, 38, 36, 1);
    font-size: 36px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: right;
    line-height: 55px;
  }
  
  .text_2 {
    width: 336px;
    height: 14px;
    overflow-wrap: break-word;
    color: rgba(121, 131, 158, 1);
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: NaN;
    text-align: center;
    white-space: nowrap;
    line-height: 21px;
    margin: 34px 0 0 30px;
  }
  
  .box_1 {
    position: relative;
    width: 470px;
    height: auto;
    margin: 50px 0 0 2px;
  }
  
input::placeholder {
    /* width: 80px;
    height: 18px; */
    overflow-wrap: break-word;
    color: rgb(185, 192, 214);
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 27px;
    margin: 26px 0 0 83px;
  }

  /* input输入后字的css */
  input {

    color: black;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;

  }
  
  .image-wrapper_1 {
    border-radius: 10px;
    height: 74px;
    border: 2px solid rgba(229, 231, 239, 1);
    width: 474px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng1bc905c1b053f96755d2ba485c2a7a7f77fed9b037d4b3ea257435d18e71917e") no-repeat 30px center;
    background-size: 26px 24px;
    text-indent: 80px;
  }
  .image-wrapper_2 {
    border-radius: 10px;
    height: 74px;
    border: 2px solid rgba(229, 231, 239, 1);
    width: 474px;
    position: relative;
    background: url("https://lanhu.oss-cn-beijing.aliyuncs.com/SketchPng5b0b57354df7db284dce665821712fad790bc0b25fde9e1600f2cd905757a35a") no-repeat 30px center;
    background-size: 26px 24px;
    text-indent: 80px;
  }
  .label_1 {
    width: 26px;
    height: 28px;
    margin: 23px 0 0 31px;
  }
  
  .box_2 {
    width: 213px;
    height: 24px;
    margin: 100px 0 0 0;
    position: relative;
  }
  
  .label_2 {
    width: 26px;
    height: 24px;
  }
  
  .text_4 {
    width: 162px;
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(185, 192, 210, 1);
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    font-weight: NaN;
    text-align: center;
    white-space: nowrap;
    line-height: 27px;
    margin-top: 3px;
  }
  
  .text-wrapper_1 {
    background-color: rgba(102, 165, 108, 1);
    border-radius: 10px;
    height: 70px;
    margin-top: 73px;
    width: 470px;
  }
  
  .text_5 {
    width: 45px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 30px;
    margin: 18px 0 0 213px;
    
  }
  
  .group_5 {
    border-radius: 10px;
    position: relative;
    left: 1279px;
    /* top: 602px; */
    width: 474px;
    height: 74px;
    border: 2px solid rgba(229, 231, 239, 1);
  }
  

  #overlay {
    position: absolute; /* Fixed/sticky position */
    top: 0; /* Place the overlay at the top */
    left: 0; /* Place the overlay at the left */
    width: 100%; /* This will cover the whole parent */
    height: 100%; /* This will cover the whole parent */
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    z-index: -1;
    display: flex;
    justify-content: center; /* 添加这一行 */
    align-items: center; /* 添加这一行 */
    /* visibility: hidden; */
    opacity: 0;
    transition: opacity 0.2s ease-in-out,z-index 0.2s 0s ease-in-out;
  }

  #overlay.visible {
    /* visibility: visible; */
    opacity: 1;
    z-index: 1;
    
  }

  .popup_warpper {
    position: relative;
    width: 643px;
    height: 375px;
    border-radius: 30px;
    background: white;
    overflow: hidden;
    z-index: 0;
  }
  
  .popup_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: url(./img/SketchPngc5694ce2896384dc42145856b3cc307d0628caf9fb10131defc697fcfdce7c05.png)
      100% no-repeat;
    display: flex;
    justify-content: center; /* 添加这一行 */
    align-items: center; /* 添加这一行 */
    flex-direction: column;
  }
  .popup_title {
    overflow-wrap: break-word;
    color: rgba(10, 9, 9, 1);
    font-size: 26px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    line-height: 37px;
  }
  .popup_body {
    margin-top: 120px;
    display: flex;
    justify-content: center; /* 添加这一行 */
    align-items: center; /* 添加这一行 */
    flex-direction: column;
  }
  .popup_text {
    overflow-wrap: break-word;
    color: rgba(32, 34, 32, 1);
    font-size: 20px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
  }
  .popup_btn {
    background-color: rgba(102, 165, 108, 1);
    border-radius: 10px;
    height: 64px;
    margin-top: 20px;
    width: 400px;
    z-index: 100;
  }
  .popup_btn_text {
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 25px;
  }
  .popup_image {
    position: absolute;
    left: 70px;
    top: 290px;
  }

  /* 所有按钮hover */
  button:hover {
    cursor: pointer;
  }