.followQRcode-box {
  // position: fixed;
  // top: 0;
  // left: 0;
  // bottom: 0;
  // right: 0;
  // background: rgba(0, 0, 0, .6);
  // z-index: 1;

  .followQRcode {
    width: 290px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -145px;
    margin-top: -180px;
    text-align: center;

    .content {
      background-color: #fff;
      border-radius: 10px;
      padding: 20px;

      .title {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
      }

      .desc {
        font-size: 12px;
        color: #5B5B5B;
        text-align: left;

        span {
          display: inline-block;
          width: 13px;
          height: 13px;
          background-color: #5B5B5B;
          color: #fff;
          border-radius: 50%;
          line-height: 15px;
          text-align: center;
          margin-right: 5px;
          font-size: 12px;
        }
      }

      img {
        width: 130px;
        height: 130px;
      }

      .tip {
        font-size: 14px;
        color: #333;
      }
    }

    .close {
      height: 24px;
      line-height: 24px;
      margin-top: 30px;
      i{
        font-size: 24px;
        color: #fff;
      }
    }
  }
}