#contentToCapture {
    /* background: url(./img/down/bg.webp) 100% no-repeat; */
    /* background: url(../img/down/bg.webp) 100% no-repeat;
    background-size: 100% auto;
    background-position: top;
    min-height: 100vh;

    color: #fff;
    padding-top: 45.9vw;
    padding-bottom: 5vw;
    box-sizing: border-box; */
    position: fixed;
    z-index: -99999;
  }

  #contentToCapture .active-code-box {
    width: 77.8vw;
    height: 76.4vw;
    margin: 0 auto;
    background: url(../img/down/bg_2.webp) 100% no-repeat;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 11.8vw;

    box-sizing: border-box;
  }

  #contentToCapture .cont-1 {
    justify-content: center;
  }
  #contentToCapture .cont-1 .hua-box {
    width: 5.3vw;
    height: 9.9vw;
  }
  #contentToCapture .cont-1 .title-box {
    padding: 0 0.8vw;
  }
  #contentToCapture .cont-1 .title-box .name {
    color: #9c590b;
    font-weight: 600;
    font-size: 5.9vw;
    line-height: 5.9vw;
    margin-bottom: 1vw;
  }
  #contentToCapture .cont-1 .title-box .nav-name {
    color: #9c590b;
    font-weight: 600;
    font-size: 4.3vw;
    line-height: 4.3vw;
    justify-content: center;
  }
  #contentToCapture .cont-1 .title-box .nav-name span {
    margin: 0 1.3vw;
  }
  #contentToCapture .cont-1 .active-line {
    width: 3.2vw;
    height: 0.5vw;
  }

  #contentToCapture .cont-2 {
    margin: 7vw auto 8.5vw;
    width: 42.1vw;
    height: 11.7vw;
    line-height: 11.7vw;
    border: 1px solid #fff7ed;
    border-radius: 1.6vw;
    background: #7a5c4e;
    /* box-shadow: 0 1.1vw 2.1vw #6244204d, 0 0 1.6vw #503011 inset; */

    color: #fff5f0;
    font-weight: 600;
    font-size: 6.4vw;
    text-align: center;
  }

  #contentToCapture .cont-3 {
    border-top: 1px dashed #ab8d7e;
    color: #74594c;
    font-size: 2.9vw;
    line-height: 3.7vw;
    padding: 6.9vw 0 0;
    margin: 0 auto;
    width: calc(100% - 10vw);
    box-sizing: border-box;
  }

  #contentToCapture .app-qr-code-box {
    background: url(../img/down/ercode_line.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 13.3vw auto 10.7vw;
    padding: 2.7vw;
    width: 32.3vw;
    height: 32.3vw;
    box-sizing: border-box;
  }
  #contentToCapture .app-qr-code-box .qr-code {
    border-radius: 3.3vw;
    overflow: hidden;
    width: 26.7vw;
    height: 26.7vw;
  }
  #contentToCapture .app-qr-code-box .qr-code img {
    width: 100%;
    height: 100%;
  }

  #contentToCapture .text-sty-1,
  #contentToCapture .text-sty-2 {
    text-align: center;
    color: #ffdab9;
  }
  #contentToCapture .text-sty-1 {
    font-weight: 600;
    font-size: 4.3vw;
  }
  #contentToCapture .text-sty-2 {
    font-size: 2.7vw;
    margin-top: 5.3vw;
  }