@media screen and (min-width: 768px) {
  #h06-section {
    width: 100%;
  }
  #h06-section .h06-section {
    width: 100%;
    position: relative;
  }
  #h06-section .h06-section > img {
    width: 100%;
  }
  #h06-section .h06-section .code-container {
    width: 100%;
    position: absolute;
    top: 5.2083333333vw;
    color: #fff;
  }
  #h06-section .h06-section .code-container h3 {
    font-size: 1.6666666667vw;
    line-height: 2.5vw;
    text-align: center;
    margin-bottom: 4.1666666667vw;
    font-family: HYQiHeiX1-GEW, HYQiHeiX1;
  }
  #h06-section .h06-section .code-container .qr-code {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #h06-section .h06-section .code-container .qr-code li {
    width: 8.75vw;
    margin-right: 5.8333333333vw;
  }
  #h06-section .h06-section .code-container .qr-code li img {
    width: 100%;
    margin-bottom: 1.09375vw;
  }
  #h06-section .h06-section .code-container .qr-code li p {
    font-size: 1.1458333333vw;
    line-height: 1.875vw;
    text-align: center;
    font-family: HYQiHeiX1-DEW, HYQiHeiX1;
  }
  #h06-section .h06-section .code-container .qr-code li:last-child {
    margin-right: 0;
  }
}
/* mob */
@media screen and (max-width: 767.98px) {
  #h06-section {
    width: 100vw;
  }
  #h06-section .h06-section {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #h06-section .h06-section > img {
    width: 100%;
  }
  #h06-section .h06-section .code-container {
    width: 81%;
    position: absolute;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #h06-section .h06-section .code-container h3 {
    font-size: 4vw;
    line-height: 6.4vw;
    font-family: HYQiHeiX1-GEW, HYQiHeiX1;
    letter-spacing: 1.6vw;
    margin-top: 4.2666666667vw;
  }
  #h06-section .h06-section .code-container .qr-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #h06-section .h06-section .code-container .qr-code li {
    width: 17.6vw;
    margin-right: 6.4vw;
  }
  #h06-section .h06-section .code-container .qr-code li img {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }
  #h06-section .h06-section .code-container .qr-code li p {
    font-size: 2.6666666667vw;
    line-height: 3.2vw;
    text-align: center;
    color: #000;
    font-family: HYQiHeiX1-DEW, HYQiHeiX1;
  }
  #h06-section .h06-section .code-container .qr-code li:first-child {
    margin-right: 0;
  }
}