body {
    position: relative;
  }
  .form-wrap {
    background-color: #f6f6f6;
  }
  
  .form {
    background-color: #fff;
    padding: 50px 100px;
    background: #fff;
  }
  .child{
    background-color: #F6F6F6;
  }
  .form-thank {
    /* width: 480px;
    height: 78px; */
    margin-bottom: 20px;
  }
  header .image-inner{
    opacity: 1;
  }
  .form-item-t {
    position: relative;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    padding: 0 0 14px 0px;
    box-sizing: border-box;
    border-bottom: 1px dotted #dddddd;
    margin: 30px 0 20px 0;
  }
  .form-thank {
    max-width: 403px;
    /* max-height: 45px; */
    margin-bottom: 20px;
  }
  .form-item-t p {
    position: relative;
    z-index: 2;
  }
  
  .form-item-t-s {
    width: 20px;
    height: 20px;
    background: rgba(251, 167, 37, 1);
    position: absolute;
    top: -4px;
    z-index: 0;
  }
  
  .rotate {
    animation: rotate 5s infinite linear;
  }
  
  @keyframes rotate {
    0% {
      transform: rotate(0);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .donate {
    /* position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3; */
    width: 180px;
    height: 48px;
    background: #0A3D93;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
  }
  
  .pay-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .pay-item {
    width: 142px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 20px 0;
    border: 1px solid #e8e3e8;
    cursor: pointer;
  }
  
  #app .active {
    position: relative;
    border: 1px solid #0A3D93;
  }
  
  #app .active::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 20px solid #0A3D93;
    border-left: 30px solid transparent;
  }
  
  .pay-item-img {
    width: 90px;
    height: 28px;
  }
  
  .form-check-icon {
    width: 13px;
    height: 9px;
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
  }
  
  .form-fix-money-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .form-fix-money-item {
    margin: 0 20px 20px 0;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #333;
    font-size: 16px;
  }
  
  .fix-active {
    color: #fff;
    background-color: #0A3D93;
  }
  
  .min-money {
    color: #666;
  }
  
  .donate-cate-tip {
    color: #666;
  }
  
  .donate-suc {
    position: fixed;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .donate-pay-wrap {
    position: relative;
    background-color: #fff;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
  }
  
  .donate-suc-wrap {
    position: relative;
  
    background-color: #fff;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
  }
  
  .donate-suc-wrap .icon {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
  }
  
  .donate-suc-wrap div {
    color: #333;
    font-size: 24px;
  }
  
  #qrcode {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
  }
  
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
  }
  
  input[type='number'] {
    -moz-appearance: textfield !important;
  }
  
  .close {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -60px;
  }
  
  .suc {
    background-color: #fff;
    min-height: 500px;
    padding-top: 100px;
  }
  
  .suc-wrap {
    width: 100%;
    padding: 70px 100px;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .wrap-left {
    display: flex;
  }
  
  .wrap-left-img img {
    width: 37px;
    height: 37px;
    margin-right: 20px;
  }
  
  .wrap-left-p p:nth-of-type(1) {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 28px;
    margin-bottom: 10px;
  }
  
  .wrap-left-p p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    line-height: 20px;
  }
  
  .wrap-right {
    display: flex;
    align-items: center;
  }
  
  .wrap-right-code {
    width: 138px;
    height: 138px;
  }
  
  .wrap-right-hand {
    width: 83px;
    height: 132px;
  }
  
  .wrap-hand-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 60px;
    flex-direction: column;
  }
  
  .wrap-hand-box p {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
  }
  
  .back-btn {
    width: 258px;
    height: 48px;
    background: #f2f2f2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #9b9b9b;
    margin: 70px auto;
    cursor: pointer;
  }
  
  @media (max-width: 600px) {
    .form {
      padding: 30px;
    }
  
    .form-thank {
      /* width: 320px;
      height: 40px; */
    }
  
    .pay-list {
      justify-content: space-between;
    }
  
    .pay-item {
      margin-right: 0;
    }
  
    .donate-suc-wrap {
      background-color: #fff;
      width: 200px;
      height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      border-radius: 10px;
    }
  
    .donate-suc-wrap .icon {
      width: 70px;
      height: 70px;
      margin-bottom: 30px;
    }
  }
  
  @media (max-width: 400px) {
    .form {
      padding: 30px;
    }
  
    .form-thank {
      /* width: 300px;
      height: 40px; */
    }
  }