.nts-tickers-contairn {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #dedfe2;
  @apply w-[550px] min-h-[427px] pt-[16px] pb-[13px] bg-white;
}

/* 搜索 */
.nts-ticker-search {
  @apply px-[16px];
}

/* table表格 */
.nts-column {
  @apply text-base text-gray-16 cursor-pointer;
}
