.contactBusinessTitle {
  font-size: 22px;
}
.modalContainer {
  :global {
    .ant-modal-content {
      background: #ffffff;
      border-radius: 10px;
    }
    .ant-modal-header {
      border-radius: 10px 10px 0 0;
    }
    .ant-modal-body {
      border-radius: 10px;
      padding: 0;
    }
  }
}
.qrContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 43px 0;
}
.qrTitle {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #333333;
  margin-bottom: 25px;
}
.qrImg {
  width: 218px;
  height: 218px;
  background-color: #000;
  img {
    width: 100%;
    height: 100%;
  }
}
.contact {
  display: flex;
  align-items: center;
  height: 67px;
  background: #1063cb;
  border-radius: 0 0 10px 10px;
  color: #ffffff;
}
.qrImg {
}
.contactkid {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 300;
  color: #ffffff;
  i {
    margin-right: 5px;
  }
}
