.app-qrcode {
    padding: 150px 0;
    box-sizing: border-box;
  }
  
  .banner-content-box {
    /* top: 530px; */
    height: 30px;
    bottom: 0;
    height: fit-content;
    transform: translate(-50%, 50%);
  }
  
  .app-qrcode .item {
    height: 555px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 3px solid #dbdbdb;
    padding: 40px;
    box-sizing: border-box;
    margin: 15px 0;
  }
  
  .app-qrcode .title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #004ea1;
  }
  
  .app-qrcode .min-title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #616161;
    margin-top: 15px;
  }
  
  .app-qrcode .qrcodes {
    width: 100%;
    margin-top: 50px;
  }
  
  .app-qrcode .qr-item {
    width: 40%;
  }
  
  .app-qrcode .qr-item .top {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #090909;
  }
  
  .app-qrcode .qr-item .top img {
    object-fit: contain;
    margin-right: 8px;
  }
  
  .app-qrcode .qr-item .bottom {
    width: 100%;
    object-fit: contain;
    margin-top: 10px;
  }
  
  .app-qrcode .qr-item .tips {
    font-size: 16px;
    color: #616161;
    margin-top: 25px;
  }
  
  .app-qrcode {
  }
  
  /* ²âÊÔ */
  /* .header {
    top: 32px;
  } */
  
  /* banner */
  .banner-content-box {
    height: 30px;
    bottom: 0;
    height: fit-content;
    transform: translate(-50%, 50%);
  }
  
  .banner-content .box-content {
    width: 18%;
    height: 130px;
  }
  
  .banner-content .box-item {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    border: 2px solid #ffffff;
    backdrop-filter: blur(30px);
    box-shadow: 0px 4px 10px 0px rgba(197, 216, 246, 0.1);
  }
  
  .banner-content .box-item .title {
    font-size: 18px;
    /* Ö÷ÌâÉ« */
    color: #004ea1;
    position: relative;
    z-index: 9;
  }
  
  .banner-content .box-item .title span {
    margin-right: 6px;
    font-size: 40px;
    font-weight: bold;
  }
  
  .banner-content .box-item .labels {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #616161;
    margin-top: 10px;
    position: relative;
    z-index: 9;
  }
  
  .banner-content .box-item .box-bg {
    object-fit: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
  
  @media screen and (max-width: 1200px) {
    .banner-content .box-content {
      height: 100px;
    }
  
    .banner-content .box-item .title {
      font-size: 20px;
    }
  
    .banner-content .box-item .labels {
      font-size: 14px;
    }
  
    .banner-content .box-item .box-bg {
      transform-origin: bottom right;
      transform: scale(0.8);
    }
  }
  
  @media screen and (max-width: 992px) {
    .banner-content-box {
      display: none;
    }
  }
  <!--ºÄÊ±1755816817.0355Ãë-->