.auditLog-list {
  .select-box {
    margin-right: 8px;
    display: inline-block;
    .scSelect .ant-select {
      width: 160px !important;
    }
  }
  .right {
    height: 26px;
    margin-top: 4px;
    display: flex;
    align-items: center;
  }
  .fail-log {
    vertical-align: middle;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    line-height: 22px;
    margin-right: 6px;
  }
  .idc_select {
    min-width: 160px !important;
  }

  .tips_box {
    padding: 24px 24px 0 24px;
  }
  .error-tip {
    padding: 16px 0 16px 24px;
    border-radius: 4px;
    // background: #f0f8fd;
    background: linear-gradient(96deg, #f0f8fd 0%, rgba(240, 248, 253, 0) 100%);
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
    .tip-icon {
      font-size: 18px;
      color: #008cd3;
    }
  }
  .arrow {
    display: inline-block;
    margin-right: 10px;
    :hover {
      color: #008cd3;
    }
  }
  .arrow.active {
    transform: rotate(90deg);
  }
  .select {
    width: 100px;
  }
  .rowActive {
    background: #f1f6fe;
  }
  .account-list {
    font-size: 12px;
    .copy-btn {
      color: #1890ff;
    }
  }
  .table_title {
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    margin: 8px 0;
  }

  .detail_box {
    width: 98%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .account-item {
    flex: 1;
    margin: 10px 5px 5px 0; // 间隙为5px
    background-color: #fff;
    width: calc((100% - 10px) / 2);
    min-width: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    &:nth-child(2n) {
      margin-right: 0;
    }

    .account-label {
      font-size: 14px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.4);
      line-height: 19px;
    }
    .account-value {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.6);
      line-height: 19px;
      display: inline-block;
    }
    .copy-btn {
      color: #1890ff;
    }
  }

  .code-copy-text {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 999;
    background-color: white;
    padding: 2px 8px;
    margin: 8px;
    border-radius: 4px;
    cursor: pointer;
  }

  .detail-footer {
    margin-top: 24px;
  }
  tr.ant-table-expanded-row {
    background: #f8faff;
  }
  .copy-btn {
    color: #008cd3 !important;
  }
  .ant-table-column-title {
    font-weight: 500;
    color: #000000e6;
  }
  .cm-content {
    background: #000;
  }
  .ant-form-inline .ant-form-item {
    margin-right: 8px !important;
  }

  .copy-btn {
    display: none;
  }
  .icon-value:hover ~ .icon_box .copy-btn {
    display: inline-block !important;
    color: rgba(0, 0, 0, 0.6) !important;
  }
  .icon_box {
    width: 16px;
    height: 16px;
    display: inline-block;
  }
  .icon_box:hover > .copy-btn {
    display: inline-block !important;
    color: #008cd3 !important;
  }
  .scTag {
    border: 0 none !important;
  }

  .arrears-table-expanded-wrap {
    .ant-table-expanded-row {
      td:first-child {
        color: transparent;
      }
      td:last-child {
        padding: 0 0 0 16px !important;
      }
    }
  }
}
