.linkModal {
  width: 1000px;
  right: unset !important;
  left: unset !important;
  .modalWrap {
    .linkType {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 13px;
      color: #575966;
      .typeItem {
        padding: 5px 12px;
        margin-right: 12px;
        cursor: pointer;
      }
      .typeTitle {
        padding: 5px 12px;
        margin-right: 12px;
      }
      .selected {
        background: #4477ee;
        border-radius: 2px;
        color: #fff !important;
      }
    }
    .content {
      padding: 12px;
      .cotTitle {
        padding: 6px 0 6px 52px;
        width: 100%;
        font-size: 13px;
        font-weight: bold;
        color: #2d3040;
        background: #f5f6f7;
        box-shadow: inset 0 -1px 0 0 #e0e0e0;
      }
      .cotItem {
        width: 100%;
        height: 38px;
        background: #ffffff;
        box-shadow: inset 0 -1px 0 0 #f0f0f0;
        display: flex;
        align-items: center;
      }
    }
    .footer {
      padding: 10px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-top: 1px solid #e0e0e0;
    }
    .total {
      font-family: NunitoSans-Regular;
      font-size: 13px;
      color: #2d3040;
    }
  }
  .ant-modal-body {
    padding: 16px 16px 0 16px !important;
  }
  .ant-form-item {
    margin-bottom: 4px;
  }
  .ant-modal {
    top: 25px;
  }
}
