.merchant-contact-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 3.2vmin 4.27vmin 3.2vmin;
  &.vertical-screen {
    height: 100vmin;
  }
  .title {
    padding: 3.2vmin 0;
    color: #333;
    text-align: center;
    font-weight: 500;
    font-size: 4.27vmin;
    line-height: 6.41vmin;
  }
  .prompt {
    margin: 4.27vmin 0;
    color: #999;
    text-align: center;
    font-size: 3.74vmin;
  }
  .qrcode-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 4.27vmin;
    .qrcode {
      width: 31vmin;
    }
    .qrcode-prompt {
      margin-top: 4.27vmin;
      color: #aaa;
      font-size: 3.2vmin;
    }
  }
  .wechat-number-box {
    box-sizing: border-box;
    padding: 4.27vmin;
    width: 100%;
    border-radius: 2.14vmin;
    background: #f5f6f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    .desc {
      color: #999;
      font-size: 3.74vmin;
    }
    .num {
      font-size: 3.74vmin;
    }
  }
  .copy-btn {
    font-size: 3vmin;
    width: 24.36vmin;
    height: 7.48vmin;
  }
}
