.notice .el-dialog__body {
  padding: 40px !important;
}
.notice .notice_title {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 24px;
}
.notice .notice_msg {
  margin-bottom: 40px;
}
.notice .notice_msg p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

.fund_dataform .USDT_remark {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.fund_dataform .issue_icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #000000ad;
  color: #fff;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  margin-left: 5px;
  font-size: 12px;
}
.el-tooltip__popper {
  max-width: 45%;
  font-size: 13px;
}

.ellipsis-text[data-v-27c210fa] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.search_mode[data-v-4fb6124c] {
  margin: 5px;
}
.cx[data-v-4fb6124c] {
  width: 100px !important;
}
.search_icon[data-v-4fb6124c] {
  padding: 12px !important;
  margin-top: 5px !important;
  margin-left: 5px !important;
}

