.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 102;
  .header {
    padding: 14px 11px 30px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    span {
      padding: 8px 0;
    }
    svg{
      width: 49px;
      height: 49px;
      fill: #1679ff;
      cursor: pointer;
    }
  }

  .scan_box {
    display: block;
    width: 236px;
    height: 236px;
    background: url(https://originalfileserver.aminer.cn/sys/aminer/loading.gif) no-repeat 50%;
    background-size: 57px 57px;
    // width: 180px;
    // height: 180px;

    margin: 0 auto;
    text-align: center;
    .image {
      display: block;
      width: 100%;
      height: 100%;
    }
  }
  .tip{
    margin: 20px 0 40px 0;
  }
  .tool{
    white-space: pre;
    a{
      color: #4A4A4E;
    }
  }
  // max-width: 400px;
}

@media screen and(max-width: 480px) {
}
