.modal {
  .content {
    font-size: 14px;
    line-height: 28px;
  }
  .copyAreaWrap {
    margin: 24px 0;
    .copyArea {
      display: flex;
      justify-content: space-between;
      padding: 12px;
      background-color: #f8f8f8;
      input {
        width: 300px;
        background-color: transparent;
        border: none;
      }
      span {
        color: #85d767;
        cursor: pointer;
      }
    }
    .messageTips {
      color: #f22;
    }
  }
}
