.dataAccessPopBg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 20, 41, 0.8);
  .dataAccessPopHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 82px;
    padding-right: 24px;
    padding-left: 24px;
    .dataAccessPopHeaderTitle {
      color: #000;
      font-weight: 500;
      font-size: 24px;
      font-family: PingFang SC;
      font-style: normal;
      line-height: normal;
    }
  }
  .dataAccessPopBox {
    width: 720px;
    background-color: #fff;
    border-radius: 10px;
  }
  .dataAccessPopContent {
    padding: 0 24px;
  }
  .dataAccessPopItem {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
  }
  .dataAccessPopItemTxt {
    display: flex;
    align-items: center;
    height: 32px;
    margin-right: 12px;
    color: #5f6085;
    font-size: 14px;
  }
  .dataAccessPopItemInfo {
    padding: 0 24px 24px;
    background: var(--io-n-02, #fafafb);
    border-top: 1px solid transparent;
    border-radius: 8px;
  }
  .dataAccessPopItemInfoTitle {
    display: flex;
    align-items: center;
    margin-top: 24px;
    color: #021429;
    font-weight: 500;
    font-size: 14px;
  }
  .dataAccessPopItemInfoTitle::before {
    display: inline-block;
    width: 3px;
    height: 14px;
    margin-right: 8px;
    background: #165dff;
    content: '';
  }
  .dataAccessPopItemInfoTxt {
    margin: 16px 0 0 12px;
    color: #67727f;
    font-size: 14px;
  }
  .dataAccessPopStepLine {
    width: 368px;
    margin: 36px 82px 0;
    border-top: 1px dashed #e6e7ea;
  }
  .dataAccessPopStep {
    display: flex;
    justify-content: space-between;
    margin-top: -12px;
  }
  .dataAccessPopStepItem {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
  }
  .dataAccessPopStepNum {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #fff;
    background: #165dff;
    border-radius: 12px;
  }
  .dataAccessPopStepTxt {
    color: #67727f;
    font-size: 14px;
  }
  .dataAccessPopStepLink {
    margin-top: 10px;
    color: #165dff;
    font-size: 14px;
    cursor: pointer;
  }
  .dataAccessPopStepTiShi {
    display: flex;
    align-items: center;
    margin-top: 16px;
    color: #9aa1a9;
    font-size: 14px;
  }
  .dataAccessPopFooter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 80px;
    padding-right: 24px;
    border-top: 1px solid #f2f3f4;
  }
  .ant-radio-group .ant-radio-button-wrapper-checked {
    color: #165dff;
    background: #e8efff;
    border-color: #165dff;
  }
  .ant-radio-group .ant-radio-button-wrapper:hover {
    color: #165dff;
    background: #e8efff;
    border-color: #165dff;
  }
  .ant-radio-group .ant-radio-button-wrapper:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .ant-radio-group .ant-radio-button-wrapper:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
