    p {
      margin: 0;
    }

    .wrap {
      position: relative;
    }

    .faceBtn {
      position: absolute;
      width: 60vw;
      height: 12vw;
      right: 20vw;
      bottom: 12vw;
      -webkit-animation: stress 1s linear infinite;
      animation: stress 1s linear infinite;
    }

    @keyframes stress {
      0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
      }

      50% {
        -webkit-transform: scale(1);
        transform: scale(1);
      }

      100% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
      }
    }

    .open {
      position: absolute;
      top: 138vw;
      left: 4vw;
      height: 25vw;
      width: 44vw;
    }

    .lq {
      position: absolute;
      top: 138vw;
      right: 4vw;
      height: 25vw;
      width: 44vw;
    }

    .box1 {
      position: absolute;
      top: 193vw;
      left: 4vw;
      height: 56vw;
      width: 44vw;
    }

    .box2 {
      position: absolute;
      top: 193vw;
      right: 4vw;
      height: 56vw;
      width: 44vw;
    }

    .banner1 {
      position: absolute;
      bottom: 13vw;
      left: 4vw;
      height: 23vw;
      width: 92vw;
    }

    .banner2 {
      position: absolute;
      bottom: 20vw;
      left: 4vw;
      height: 23vw;
      width: 92vw;
    }

    .tipBox,
    .alertNote-box {
      position: fixed;
      bottom: 16px;
      left: 5%;
      display: none;
      box-sizing: border-box;
      width: 90%;
      z-index: 999;
      font-size: 16px;
      color: rgba(0, 0, 0, .9);
      padding: 24px 24px 0;
      text-align: center;
      border-radius: 8px;
      background-color: #fff;
    }

    .know,
    .toconfirm {
      color: #007dff;
      font-size: 16px;
      line-height: 36px;
      font-weight: 500;
      padding: 8px 0px;
    }

    .mask1 {
      position: fixed;
      display: none;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      z-index: 100;
      background-color: rgba(0, 0, 0, 0.6);
    }



    .rulebtn {
      position: fixed;
      top: 200px;
      right: 0px;
      width: 30px;
      z-index: 99;
    }

    #issuerId {
      width: 80%;
      padding: 10px;
      text-align: center;
      margin: 3vw 10%;
    }

    .issuerIdName {
      text-align: center;
      line-height: 2;
    }

    #issuerIdName,
    .cardName {
      margin-bottom: 10px;
      text-align: center;
    }

    .cardImg {
      text-align: center;
    }

    #cardImg {
      width: 200px;
      border-radius: 8px;
    }

    .title {
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: 14px;
    }

    .kind {
      font-weight: bold;
    }

    #supportDevices,
    #supportSeries {
      border: 1px solid #000;
      padding: 10px;
    }

    #supportDevices p,
    #supportSeries p {
      margin-bottom: 10px;
    }

    .scheme {
      text-align: center;
      margin: 10px;
    }

    #supportDevicesGz {}

    .flexBox {
      display: flex;
      flex-flow: wrap;
      font-size: 1vw;
      width: 100%;
      overflow: hidden;
    }

    .flexBox div {
      width: 16%;
      justify-content: center;
      display: flex;
      text-align: center;
      align-items: center;
      padding: 2px;
      height: 5vw;
      border: 1px solid #000;
      margin: -1px -1px 0px 0px;
    }

    td {
      text-align: center;
      height: 24px;
    }