<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flex-align-center {
    align-items: center;
}
.flex {
    display: flex;
}
.details_head {
    height: 100px;
}
.between {
    justify-content: space-between;
}
.flex-align-center {
    align-items: center;
}
.flex {
    display: flex;
}
.column {
    flex-direction: column;
}
.hentry-head {
    /*background: #fff;*/
    padding: 10px;
    margin-bottom: 20px;
    color:#fff;
}
.coin-logo {
    margin-right: 10px;
}
img {
    display: inline-block;
    border: none;
    vertical-align: middle;
}
.head_coin_zh {
    margin-left: 5px;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #89939E;
    margin-right: 10px;
}
.rank {
    padding: 3px 10px;
    border: 1px solid #14B185;
    color: #14B185;
    text-align: center;
    line-height: 20px;
    margin-left: 20px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: normal !important;
}
.money {
    width: 450px;
}
.sum {
    width: 100%;
}
.money .sum span {
    color: #89939E;
    font-size: 30px;
    line-height: 24px;
    margin: 0 5px;
}
.money .sum span {
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;
}
.wordFall span {
    color: #000;
}
.red {
    color: #E1322D !important;
}
.price_num {
    margin: 0 10px 0 0 !important;
}
#rise_fall_amount {
    font-size: 18px !important;
    font-weight: normal !important;
}
.money .btn {
    background: #00B98C;
    border-radius: 2px;
    color: #fff !important;
    padding: 2px 10px;
    font-size: 14px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.priceProgress {
    width: 100%;
    align-items:center;
    display:flex;
    justify-content:space-between;
}
.priceProgress .priceStyle {
    font-weight: 400;
    font-size: 12px;
    color: #89939E;
}
.priceProgress .priceStyle .convert {
    font-size:14px
}

.index_progressWrapper__8JxEc {
    width: 100%;
    margin: 6px 0;
    height: 8px;
    background-color: #D2D6DE;
    border-radius: 8px;
    overflow: hidden;
}
.index_progressSlider__fv9Gk {
    background-color: #0073B7;
    border-radius: 8px;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    transition: width .6s ease;
}
.index_sliderTooltip__UOm3O {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    line-height: 16px;
    padding: 8px;
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    white-space: nowrap;
}
.index_sliderTooltip__UOm3O .index_arrow__4UHum {
    background-color: #000;
    height: 8px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: 26px;
    transform: translateX(-50%);
    transform: rotate(45deg);
    transform-origin: center;
    width: 8px;
}

.chart-left{
    width: 66.6%;
    float: left;
}
.chart-right{
    width: 33.3%;
    float: right;
    padding-left: 15px;
    color: #fff;
}
.echarts{height: 620px}
.shadow {
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 5px;
}
.widget-title {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid #555;
}
.chart-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.chart-right ul li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 5px 5px;
    line-height: 1.6;
    border-bottom: 1px solid #555;
}
li {
    list-style: none;
}
.chart-right ul li span.rank {
    padding: 2px 10px;
    font-size: 14px !important;
}
.resource-link {
    display: inline-block;
    padding: 0 5px;
    height: 24px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #007bff;
    background: #e5f2ff;
    margin-right: 3px;
    margin-bottom: 3px;
    border-radius: 3px;
}
.highcharts-yaxis-grid .highcharts-grid-line{
    fill:none;
    stroke: #555 !important;
}


.top-table table { width: 100%; border-collapse: collapse;background-color: transparent;}
.top-table th { height: 58px; color: #89939E; font-weight: normal;}
.top-table tr {border-bottom: 1px solid #626262;}
.top-table td { height: 88px; color: #89939E;}
.top-table th, .top-table td { font-size: 16px; text-align: center; }
.top-table .c1, .top-table .c9 { width: 9%; }
.top-table .c2 { width: 100%; text-align: left;display: flex;align-items: center;}
.top-table th.c2 { text-indent: 35px; }
.top-table .img { display: inline-block; width: 28px; height: 28px; margin-right: 3px; border-radius: 50%; }
.top-table .name { display: inline-block; line-height: 1.2; text-align: left; }
.top-table .name dt { color: #89939E; }
.top-table .name dd { font-size: 14px; color: #89939E; }
.top-table .red { color: #e54742; }
.top-table .green { color: #19b38a; }
.top-table .link { color: #3ba3ff; }
.top-table .btn-link { width: 258px; height: 52px; line-height: 52px; text-align: center; font-size: 16px; color: #3ba3ff; border: solid 1px #3ba3ff; display: block; margin: 50px auto 0; }

/*åˆ†é¡µ*/
.page{
    width: 100%;
    text-align: center;
    /*float: left;*/
    margin-top: 40px;
    padding-bottom: 30px;
}
.page ul{padding-left:0}
.page ul li{display: inline-block;padding: 0 5px;}
.page ul li:hover span,.page ul li:hover a{
    /*color: #fff !important;*/
    border: 1px solid #0279ff;
}
.page ul li a{
    padding: 7px 13px;
    border: 1px solid #f2f2f2;
    color: #666666;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    background: #fff;
}
.page span{
    padding: 7px 13px;
    border: 1px solid #f2f2f2;
    color: #666666;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    background: #fff;
}
.page .active span{
    /*background: #0279ff;*/
    color: #0279ff;
    border: 1px solid #0279ff;
}
/*åˆ†é¡µ end*/
/*.pc{display: block}*/
@media screen and (max-width: 767px) {
    .pc{display: none}
    .details_head {
        height: auto !important;
        flex-direction: column;
    }
    .money .sum span {
        font-size: 24px;
    }
    .chart-box{flex-direction: column}
    .chart-right,.chart-left,.money{width: 100%}
    .chart-right{padding-left: 0}
    .echarts{height: 400px}

    .top-table { font-size: 14px; color: #666666; }
    .top-table table { width: 100%; }
    .top-table th {font-size: 14px; height: 40px; color: #999; font-weight: normal;}
    .top-table td {font-size: 14px; height: 50px;}
    .top-table th, .top-table td { text-align: center; padding: 0; white-space: nowrap; }
    /*.top-table .c1 { width: 0.9rem; }*/
    /*.top-table .c2 { padding-left: 0.06rem; width: 10%; text-align: left; }*/
    /*.top-table th.c2 { text-indent: 0.52rem; }*/
    /*.top-table .c6 { width: 1rem; }*/
    /*.top-table .img { display: inline-block; width: 0.44rem; height: 0.44rem; margin-right: 0.04rem; }*/
    /*.top-table .name { display: inline-block; line-height: 1.2; text-align: left; }*/
    /*.top-table .name dt { color: #333333; }*/
    /*.top-table .link { color: #3ba3ff; }*/
    /*.top-table .green { color: #19b38a; }*/
    /*.top-table .red { color: #e54742; }*/
    /*.top-table .btn-link {*/
    /*    display: block;*/
    /*    width: 2.96rem;*/
    /*    height: 0.68rem;*/
    /*    line-height: 0.68rem;*/
    /*    text-align: center;*/
    /*    color: #3ba3ff;*/
    /*    border: 1px solid #3ba3ff;*/
    /*    margin: 0.5rem auto 0;*/
    /*    font-size: 0.24rem;*/
    /*}*/
}
.tx-info-module-box,
.tx-info-module-box * {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1em !important;
  border: 0 !important;
  width: auto !important;
  height: auto !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  list-style: none !important;
  max-width: none !important;
  max-height: none !important;
  line-height: 1 !important;
  background: 0 0 !important
}

.tx-info-module-box {
  margin: .5em 0 1.5em 0 !important;
}
.tx-info-module-box{
  margin-left: auto !important;
  margin-right: auto !important;
}

.tx-info-module-btn {
  display: inline-flex !important;
  height: 2.4em !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 1em !important;
  border-radius: 4px !important;
  background-color: var(--tx-module-color1) !important;
  color: #fff !important;
  transition: all .35s ease 0s !important
}
.tx-info-module-btn1 {
  display: inline-flex !important;
  height: 2.4em !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 1em !important;
  border-radius: 4px !important;
  background-color: #202020 !important;
  color: #fff !important;
  transition: all .35s ease 0s !important
}

.tx-info-module-btn:hover {
  opacity: .9 !important;
  color: #fff !important;
  text-decoration: underline !important;
}
.tx-info-module-btn1:hover{
  text-decoration: underline !important;
}
.tx-info-module-btn1:hover {
  opacity: .9 !important;
  color: #fff !important
}

.tx-info-module-warning-tips {
  color: #a94442 !important;
  background-color: #f2dede !important;
  border: 1px solid #ebccd1 !important;
  display: flex !important;
  align-items: flex-start !important;
  padding: 1em 1.5em !important;
  border-radius: 5px !important
}


.tx-info-module-shop-box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important
}

.tx-info-module-shop-box&gt;a {
  display: flex !important;
  align-items: center !important
}

.tx-info-module-imgbox img {
  width: 100% !important;
  border: 0 !important;
  vertical-align: middle !important;
  line-height: 1 !important;
  border-radius: 5px !important
}

.tx-info-module-shop1-box&gt;a {
  background-color: rgba(0, 0, 0, .04) !important;
  border-radius: 5px !important;
  padding: 1em !important;
  flex: auto !important;
  max-width: 600px !important;
  align-items: stretch !important
}

.tx-info-module-shop2-box&gt;a {
  background-color: rgba(0, 0, 0, .04) !important;
  border-radius: 5px !important;
  padding: 1em !important;
  flex: auto !important;
  flex-direction: column !important;
  max-width: 400px !important
}

.tx-info-module-shop1-box .tx-info-module-imgbox {
  max-width: 200px !important;
  flex: none !important
}

.tx-info-module-shop1-box .tx-info-module-imgtxt {
  flex: auto !important;
  margin: 0 0 0 1.5em !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important
}

.tx-info-module-txt-title {
  font-size: 1.25em !important;
  line-height: 1.4 !important;
  max-height: 2.8em !important;
  margin: 0 0 .5em 0 !important;
  overflow: hidden !important;
  flex: none !important;
  font-weight: 700;
}

.tx-info-module-txt-info {
  opacity: .6 !important;
  line-height: 1.4 !important;
  overflow: hidden !important;
  flex: auto !important;
  display: block !important;
  font-size: 14px !important;
  text-indent: 0em !important
}

.tx-info-module-imgtxt-span {
  display: flex !important;
  align-items: center !important;
  flex: none !important;
  margin: 1em 0 0 0 !important
}

.tx-info-module-imgtxt-span span.tx-info-module-price {
  flex: auto !important;
  font-size: 1.2em !important;
  color: red !important;
  font-weight: 700 !important
}

.tx-info-module-imgtxt-span span.tx-info-module-btn {
  flex: none !important
}

.tx-info-module-btn1 {
  flex: none !important
}

.tx-info-module-shop2-box .tx-info-module-imgtxt {
  flex: auto !important;
  width: 100% !important;
  margin: 1.5em 0 0 0 !important;
  display: flex !important;
  flex-direction: column !important
}

.tx-info-module-down1-box&gt;section {
  background-color: #ffffff61 !important;
  border-radius: 5px !important;
  padding: 1em !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  border: 1px solid #ffffff61 !important
}

.tx-info-module-down1-box .tx-info-module-imgbox {
  width: 4.2em !important;
  overflow: hidden !important;
  border-radius: 5px !important;
  flex: none !important
}

.tx-info-module-down1-box .tx-info-module-down-txt {
  flex: auto !important;
  padding: 0 0 0 1.5em !important
}

.tx-info-module-down1-box .tx-info-module-btn {
  height: 2.6em !important;
  font-size: 1.1em !important;
  padding: 0 2em !important;
  background-color: #f5c522 !important;
  margin: 0 0 0 1em !important;
  flex: none !important;
  text-decoration: none;
}

.tx-info-module-btn1 {
  height: 2.6em !important;
  font-size: 1.1em !important;
  padding: 0 2em !important;
  margin: 0 0 0 1em !important;
  flex: none !important;
  text-decoration: none;
}

.tx-info-post-txt1-box,
.tx-info-post-txt2-box {
  background-color: rgba(0, 0, 0, .04) !important;
  padding: 1em 1.5em !important;
  border-left: 4px solid rgba(0, 0, 0, .1) !important
}

.tx-info-post-txt1-box li {
  line-height: 2 !important;
  height: 2em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important
}

.tx-info-post-txt2-box li {
  line-height: 1.4 !important;
  padding: .4em 0 !important
}

.tx-info-post-img1-box li {
  padding: .6em 0 !important
}

.tx-info-post-img1-box li&gt;a {
  display: flex !important;
  align-items: center !important
}

.tx-info-post-img1-box li .tx-info-module-imgbox {
  width: 8em !important;
  height: 6em !important;
  overflow: hidden !important;
  flex: none !important;
  margin: 0 1em 0 0 !important
}

.tx-info-post-img1-box li .tx-info-module-imgbox img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important
}

.tx-info-post-img1-box .tx-info-module-txt-info,
.tx-info-post-img1-box .tx-info-module-txt-title {
  line-height: 1.4 !important;
  max-height: 2.8em !important;
  overflow: hidden !important
}

.tx-info-post-img2-box ul {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -.5em !important;
  margin-right: -.5em !important
}

.tx-info-post-img2-box ul li {
  width: 25% !important;
  padding: 0 .5em !important;
  margin: .5em 0 !important
}

.tx-info-post-img2-box li .tx-info-module-imgbox {
  overflow: hidden !important;
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 0 !important;
  padding-top: 70% !important
}

.tx-info-post-img2-box li .tx-info-module-imgbox img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 0 !important;
  z-index: 1 !important;
  object-fit: cover !important
}

.tx-info-post-img2-box li section {
  line-height: 1.4 !important;
  height: 2.8em !important;
  overflow: hidden !important;
  margin: .3em 0 0 0 !important
}
.mobile{display:none}
@media screen and (max-width:720px) {
     .mobile{display:block}
  .tx-info-post-img2-box ul li {
    width: 50% !important
  }

  .tx-info-module-txt-title{
    margin: 0 0 .2em 0 !important;
  }

  .tx-info-module-down1-box&gt;section {
    align-items: flex-start !important;
    flex-wrap: wrap !important;
  }

  .tx-info-module-down1-box .tx-info-module-imgbox {
    position: absolute !important;
    left: 1em !important;
    top: 1em !important
  }

  .tx-info-module-down1-box .tx-info-module-down-txt {
    margin: 0 !important;
    padding-left: 5.5em !important
  }

  .tx-info-module-down1-box .tx-info-module-btn {
    margin: 1em 0.5em 0  0.5em !important;
    flex: auto !important;
    padding: 0 25px !important;
  }

  .tx-info-module-down1-box .tx-info-module-btn1 {
    margin: 1em 0.5em 0  0.5em !important;
    flex: auto !important;
    padding: 0 25px !important;
  }

  .tx-info-module-shop1-box .tx-info-module-imgbox {
    max-width: 30vw !important
  }

  .tx-info-module-shop1-box .tx-info-module-txt-info {
    display: none !important
  }
}

@media screen and (max-width:320px) {
   
  .tx-info-module-shop1-box&gt;a {
    flex-direction: column !important;
    align-items: flex-start !important
  }
  .tx-info-module-shop1-box .tx-info-module-imgbox,
  .tx-info-module-shop1-box .tx-info-module-imgtxt {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important
  }
  .tx-info-module-shop1-box .tx-info-module-imgtxt {
    margin: .8em 0 0 0 !important
  }
}</pre></body></html>