/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.crypto {
  width: 100%;
  max-width: 850px;
  font-family: "Lato", "Microsoft Jhenghei", "Pingfang TC", sans-serif;
}

.crypto .crypto-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 16px;
}

.crypto .crypto-header--title {
  line-height: 30px;
  font-size: 22px;
  font-weight: 600;
  padding-left: 20px;
}

.crypto .crypto-header--title::before {
  content: '';
  width: 5px;
  height: 24px;
  background: #e03f19;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}

.crypto .crypto-header--title a {
  color: #000;
  text-decoration: none;
}

.crypto .crypto-header .crypto-readmore--updatetime {
  font-size: 12px;
  color: #909090;
  padding-right: 16px;
  border-right: solid 2px #e2e8f1;
}

.crypto .crypto-header .crypto-readmore a {
  font-size: 13px;
  color: #e03f19;
  padding-left: 16px;
  text-decoration: none;
}

.crypto .crypto-header .crypto-readmore a span {
  font-weight: bolder;
  margin-left: 4px;
}

.crypto .crypto-header .crypto-readmore a img {
  height: 10px;
  margin-left: 4px;
}

.crypto .crypto-content {
  width: 100%;
}

.crypto .crypto-content--top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.crypto .crypto-content--bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: scroll;
  gap: 5px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  overflow-y: hidden;
}

.crypto .crypto-content--bottom::-webkit-scrollbar {
  /* This is the magic bit for WebKit */
  display: none;
}

.card {
  min-height: 128px;
  margin-bottom: 8px;
  text-decoration: none;
  cursor: pointer;
  outline: 1px solid #e2e8f1;
  border-radius: 6px;
  background: #fff;
  margin: 1px;
  position: relative;
}

.card .group-title {
  top: 0;
  position: absolute;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.card .group-title span {
  text-align: center;
  margin: 0 auto;
  padding: 6px 13px;
  background: #515c69;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.card .card-header {
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  padding-left: 8px;
}

.card .card-header--title {
  font-size: 17px;
  color: #1c1e2f;
  font-weight: 500;
  margin-right: 8px;
}

.card .card-header img {
  margin-right: 8px;
  width: 42px;
  height: 42px;
  border: 1px solid #e2e8f1;
  border-radius: 50%;
  box-shadow: 0 0 6px 0 rgba(0, 65, 143, 0.1);
  background: #fff;
}

.card .card-content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.card .card-content--top {
  width: 206px;
  height: 120px;
}

.card .card-content--bottom {
  width: 278px;
  height: 184px;
}

@media screen and (max-width: 768px) {
  .card .card-content--top {
    width: 100%;
  }
  .card .card-content--bottom {
    width: 278px;
  }
}

.card .card-content .card-features {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 100%;
}

.card .card-content .card-features img {
  width: 36px;
  height: 36px;
}

.card .card-content .card-features span {
  display: inline-block;
}

.card .card-content .card-features .card-feature {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  font-weight: 600;
}

.card .card-content .card-features .card-feature h3 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #383838;
  margin: 4px 0;
}

.card .card-content .card-features .card-feature div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card .card-content .card-features .card-feature--description {
  color: #515c69;
  font-weight: normal;
}

.card .card-content .card-features .card-feature .pionex-theme {
  color: #ff7028;
}

.card .card-content .card-features .card-feature .binance-theme {
  color: #daa500;
}

.card .card-content table {
  width: 257px;
  height: 168px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin: 4px auto 0 auto;
}

.card .card-content table thead {
  height: 24px;
  color: #848d97;
  text-align: left;
}

.card .card-content table thead th {
  vertical-align: middle;
}

.card .card-content table thead th:nth-of-type(1) {
  padding-left: 8px;
  min-width: 80px;
}

.card .card-content table thead th:nth-of-type(2) {
  text-align: right;
  width: 120px;
}

.card .card-content table thead th:nth-of-type(3) {
  text-align: right;
  padding-right: 8px;
  width: 42px;
}

.card .card-content table tbody {
  height: 144px;
  color: #383838;
}

.card .card-content table tbody tr:nth-of-type(odd) {
  background: #f6f8fc;
}

.card .card-content table tbody tr {
  height: 36px;
  text-align: left;
}

.card .card-content table tbody tr td {
  vertical-align: middle;
}

.card .card-content table tbody tr td:nth-of-type(1) {
  font-weight: 600;
  padding-left: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 36px;
}

.card .card-content table tbody tr td:nth-of-type(1) img {
  margin-right: 4px;
}

.card .card-content table tbody tr td:nth-of-type(1) .symbol-tag {
  color: #848d97;
  margin-left: 14px;
  font-weight: normal;
}

.card .card-content table tbody tr td:nth-of-type(2) {
  font-size: 16px;
  font-weight: bold;
  color: #e03f19;
  text-align: right;
}

.card .card-content table tbody tr td:nth-of-type(3) {
  color: #515c69;
  text-align: right;
  padding-right: 8px;
}

.card-top {
  margin-top: 8px;
  margin-bottom: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding-top: 40px;
  padding-bottom: 16px;
  width: 206px;
}

.card-top .card-logo {
  width: 206px;
  height: 48px;
}

.card-top h3 {
  font-size: 14px;
  color: #1c1e2f;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.card-top .card-price {
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-top .card-price-ntd {
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-top .description {
  line-height: 24px;
  font-size: 14px;
  color: #848d97;
}

.card-top .description-ntd {
  color: #1c1e2f;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .card-top {
    width: 49%;
  }
}

.card-bottom {
  padding-top: 34px;
}
