@-webkit-keyframes placeHolderShimmer-data-v-831040c6 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-831040c6 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.rank-num[data-v-831040c6] {
  display: block;
  margin-top: 3px;
  width: 23px;
  height: 15px;
}
.img[data-v-831040c6] {
  height: 100%;
}

@-webkit-keyframes placeHolderShimmer-data-v-25f02c70 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-25f02c70 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.hot-search[data-v-25f02c70] {
  width: 300px;
}
.hot-search.sticky[data-v-25f02c70] {
    position: -webkit-sticky;
    position: sticky;
    top: 73px;
}
.hot-search .head[data-v-25f02c70] {
    background-color: #f5f6f7;
    color: #222;
    font-size: 16px;
    padding: 16px 20px;
}
.hot-search .items[data-v-25f02c70] {
    padding: 18px 20px;
    background-color: #fff;
}
.hot-search .items .item[data-v-25f02c70] {
      margin-bottom: 20px;
      display: flex;
      align-items: center;
}
.hot-search .items .item .key[data-v-25f02c70] {
        position: relative;
        top: 3px;
        padding-left: 19px;
}

@-webkit-keyframes placeHolderShimmer-data-v-d44a47e2 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-d44a47e2 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.tabs[data-v-d44a47e2] {
  display: flex;
  padding: 0 30px;
  height: 50px;
  line-height: 56px;
  font-size: 16px;
  box-shadow: 0 -1px 0 0 #e6e6e6 inset;
}

@-webkit-keyframes placeHolderShimmer-data-v-1666f747 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-1666f747 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.tab-item[data-v-1666f747] {
  cursor: pointer;
  transition: .1s;
}
.tab-item + .tab-item[data-v-1666f747] {
    margin-left: 30px;
}
.tab-item.active[data-v-1666f747] {
    font-weight: bold;
    border-bottom: 3px solid #1677d9;
}

@-webkit-keyframes placeHolderShimmer-data-v-30d7aa82 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-30d7aa82 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.rumor-status[data-v-30d7aa82] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #4595e6;
  border-radius: 50%;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  color: #4595e6;
  opacity: .7;
}
.rumor-status.true[data-v-30d7aa82], .rumor-status.false[data-v-30d7aa82] {
    font-size: 28px;
}

@-webkit-keyframes placeHolderShimmer-data-v-fc7f88bc {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-fc7f88bc {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.discuss[data-v-fc7f88bc] {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.discuss .title[data-v-fc7f88bc] {
    display: block;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    color: #222;
}
.discuss .title[data-v-fc7f88bc]:hover {
      color: #0e4d8c;
}
.discuss .container[data-v-fc7f88bc] {
    display: flex;
}
.discuss .thumb[data-v-fc7f88bc] {
    position: relative;
    flex-shrink: 0;
}
.discuss .thumb .icon-ongoing[data-v-fc7f88bc], .discuss .thumb .icon-joined[data-v-fc7f88bc] {
      position: absolute;
      top: 10px;
      left: 10px;
}
.discuss .thumb .icon-ongoing[data-v-fc7f88bc] {
      width: 65px;
}
.discuss .thumb .icon-joined[data-v-fc7f88bc] {
      width: 48px;
      height: 20px;
      color: #fff;
      background: #808080;
      border-radius: 10px;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
}
.discuss .info[data-v-fc7f88bc] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 16px;
    min-width: 0;
}
.discuss .info .desc[data-v-fc7f88bc] {
      font-size: 13px;
      line-height: 21px;
      color: #666;
      height: 63px;
      display: block;
      display: -webkit-box;
      /* autoprefixer: ignore next */
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow-wrap: break-word;
      overflow: hidden;
}
.discuss .info .meta[data-v-fc7f88bc] {
      display: flex;
      align-items: flex-end;
      color: #666;
      font-size: 12px;
}
.discuss .info .meta .created-at[data-v-fc7f88bc] {
        color: #999;
}
.discuss .info .meta .meta-item + .meta-item[data-v-fc7f88bc]:not(.view-count) {
        margin-left: 10px;
        padding-left: 11px;
        border-left: 1px solid #ccc;
}
.discuss .info .meta .joined-list[data-v-fc7f88bc] {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        margin-right: 6px;
        height: 12px;
}
.discuss .info .meta .joined-list .avatar[data-v-fc7f88bc]:not(:last-child) {
          margin-left: -8px;
}
.html-mode[data-v-fc7f88bc] em {
  font-style: normal;
  color: #f23051;
}
.rumor-status[data-v-fc7f88bc] {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.publisher[data-v-fc7f88bc] {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.publisher span[data-v-fc7f88bc] {
    color: #222;
}
.comment-count[data-v-fc7f88bc] {
  display: flex;
  align-items: flex-end;
  height: 12px;
}
.comment-count .icon[data-v-fc7f88bc] {
    margin-right: 4px;
    width: 20px;
    height: 18px;
    fill: #666;
}

@-webkit-keyframes placeHolderShimmer-data-v-10cb457e {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-10cb457e {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.theme-item[data-v-10cb457e] {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}
.theme-item.first[data-v-10cb457e] {
    padding-top: 0;
}
.theme-item .theme-item-img[data-v-10cb457e] {
    display: block;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    overflow: hidden;
}
.theme-item .theme-item-img .follow[data-v-10cb457e] {
      width: 80px;
      height: 80px;
      margin-right: 16px;
}
.theme-item .theme-item-main[data-v-10cb457e] {
    flex-grow: 1;
}
.theme-item .theme-item-main .theme-item-title[data-v-10cb457e] {
      font-size: 16px;
      line-height: 16px;
      color: #222;
      margin-bottom: 10px;
      font-weight: bold;
      display: block;
      display: -webkit-box;
      /* autoprefixer: ignore next */
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow-wrap: break-word;
      overflow: hidden;
}
.theme-item .theme-item-main .theme-item-title[data-v-10cb457e]:hover {
        color: #0E4D8C;
}
.theme-item .theme-item-main .theme-item-followers[data-v-10cb457e] {
      font-size: 14px;
      line-height: 14px;
      color: #666;
}
.theme-item .theme-item-main .theme-item-followers span[data-v-10cb457e] {
        color: #222;
}
.theme-item .themes-item-btn-group[data-v-10cb457e] {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.theme-item .themes-item-btn-group.follow[data-v-10cb457e] {
      margin-left: 16px;
}
.theme-item .themes-item-btn-group .btn-item[data-v-10cb457e] {
      width: 72px;
      height: 32px;
      border: 1px solid #666666;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: #222;
      cursor: pointer;
}
.theme-item .themes-item-btn-group .btn-item.btn-dingyue[data-v-10cb457e] {
        background: #1677d9;
        color: #fff;
        margin-left: 10px;
        border: none;
}
.theme-item .themes-item-btn-group .btn-item.btn-dingyue[data-v-10cb457e]:hover {
          color: #fff;
}
.theme-item .themes-item-btn-group .btn-item.btn-dingyue:hover svg[data-v-10cb457e] {
            fill: #fff;
}
.theme-item .themes-item-btn-group .btn-item.btn-dingyue svg[data-v-10cb457e] {
          fill: #fff;
}
.theme-item .themes-item-btn-group .btn-item.active[data-v-10cb457e] {
        border: none;
        background-color: #f2f3f4  !important;
        color: #999 !important;
}
.theme-item .themes-item-btn-group .btn-item.active[data-v-10cb457e]:hover {
          color: #999 !important;
}
.theme-item .themes-item-btn-group .btn-item.hovering[data-v-10cb457e] {
        background-color: #e6e6e6 !important;
        color: #666 !important;
}
.theme-item .themes-item-btn-group .btn-item[data-v-10cb457e]:hover {
        color: #1677D9;
        border-color: #1677D9;
}
.theme-item .themes-item-btn-group .btn-item:hover svg[data-v-10cb457e] {
          fill: #1677D9;
}
.theme-item .themes-item-btn-group .btn-item svg[data-v-10cb457e] {
        fill: #222;
        margin-right: 6px;
}

@-webkit-keyframes placeHolderShimmer-data-v-1bae0c8a {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-1bae0c8a {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.entry-item[data-v-1bae0c8a] {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dashed #e6e6e6;
}
.entry-cover[data-v-1bae0c8a] {
  flex: 0 0 148px;
  height: 111px;
  width: 148px;
  display: block;
}
.entry-content[data-v-1bae0c8a] {
  flex: 1 1;
  padding-left: 16px;
  height: 111px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.entry-title[data-v-1bae0c8a] {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 0;
}
.entry-desc[data-v-1bae0c8a] {
  margin-top: 10px;
  font-size: 13px;
  line-height: 21px;
  max-height: 42px;
  color: #666;
  display: block;
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow-wrap: break-word;
  overflow: hidden;
}
.entry-desc[data-v-1bae0c8a] p {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    word-break: break-all;
}
.entry-desc[data-v-1bae0c8a] img {
    display: none;
    max-width: 100%;
}
.entry-desc[data-v-1bae0c8a] a {
    color: #1677d9;
    text-decoration: underline;
}
.entry-desc[data-v-1bae0c8a] ol,
  .entry-desc[data-v-1bae0c8a] ul {
    margin: 0;
    padding: 0;
}
.entry-tags[data-v-1bae0c8a] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 14px;
  overflow: hidden;
}
.entry-tag[data-v-1bae0c8a] {
  font-size: 12px;
  color: #999;
}
.entry-tag + .entry-tag[data-v-1bae0c8a] {
    padding-left: 11px;
    margin-left: 10px;
    border-left: 1px solid #d8d8d8;
}
.entry-item[data-v-1bae0c8a] em {
  font-style: normal;
  color: #f23051;
}

@-webkit-keyframes placeHolderShimmer-data-v-849a166c {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-849a166c {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.wscn__pagination[data-v-849a166c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wscn__pagination-left[data-v-849a166c] {
  display: flex;
  align-items: center;
}
.wscn__pagination-left > a[data-v-849a166c]:hover {
    color: #1677D9;
    border-color: #1677D9;
}
.wscn__pagination-prev[data-v-849a166c] {
  margin-right: 10px;
}
.wscn__pagination-next[data-v-849a166c] {
  margin-left: 10px;
}
.wscn__pagination-prev[data-v-849a166c], .wscn__pagination-next[data-v-849a166c] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  font-size: 14px;
  color: #999;
}
.wscn__pagination-page[data-v-849a166c] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  font-size: 14px;
  color: #222;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin: 0 3px;
  cursor: pointer;
}
.wscn__pagination-page.active[data-v-849a166c] {
    color: #fff;
    border: none;
    background-color: #1677D9;
}
.wscn__pagination-page.active[data-v-849a166c]:hover {
      color: #fff;
}
.wscn__pagination-form[data-v-849a166c] {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
}
.wscn__pagination-form-input[data-v-849a166c] {
  width: 50px;
  height: 32px;
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #222;
  font-size: 16px;
  margin: 0 6px;
  transition: border-color 0.3s ease-in;
}
.wscn__pagination-form-input[data-v-849a166c]:focus {
    border-color: #1677D9;
}
.wscn__pagination-form-submit[data-v-849a166c] {
  margin-left: 6px;
  width: 56px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  background-color: #1677D9;
}
.wscn__pagination-form-submit[data-v-849a166c]:hover {
    background-color: #1885F2;
}

@-webkit-keyframes placeHolderShimmer-data-v-2f2b948a {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-2f2b948a {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.fav-btn[data-v-2f2b948a] {
  display: inline-block;
  cursor: pointer;
  width: 62px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #808080;
  font-size: 12px;
  color: #222222;
}
.fav-btn[data-v-2f2b948a]:hover {
    color: #0e4d8c;
    border-color: #0e4d8c;
}
.faved[data-v-2f2b948a] {
  border-color: #e6e6e6;
  color: #666666;
  background-color: #e6e6e6;
}
.faved[data-v-2f2b948a]:hover {
    border-color: #e6e6e6;
    background-color: #e6e6e6;
    color: #222222;
}

@-webkit-keyframes placeHolderShimmer-data-v-18f791e9 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-18f791e9 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.market-item[data-v-18f791e9] {
  height: 43px;
}
.code[data-v-18f791e9], .time[data-v-18f791e9] {
  margin-top: 3px;
  font-size: 12px;
  color: #999;
}
.price[data-v-18f791e9], .px-change[data-v-18f791e9], .px-change-rate[data-v-18f791e9] {
  font-weight: bold;
}
.up[data-v-18f791e9] {
  color: #e62e4d;
}
.down[data-v-18f791e9] {
  color: #1f995c;
}

@-webkit-keyframes placeHolderShimmer-data-v-4c5123c8 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-4c5123c8 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.market-table[data-v-4c5123c8]  {
  width: 100%;
  table-layout: fixed;
  text-align: right;
  border-collapse: collapse;
}
.market-table[data-v-4c5123c8] tr {
    border-bottom: 1px dashed #e6e6e6;
}
.market-table[data-v-4c5123c8] td.name {
    width: 200px;
    text-align: left;
}
.market-table[data-v-4c5123c8] thead {
    font-size: 13px;
    color: #666;
}
.market-table[data-v-4c5123c8] thead tr {
      height: 38px;
}
.market-table[data-v-4c5123c8] .sort-btn .icon {
    fill: #aaa;
}
.market-table[data-v-4c5123c8] .sort-btn .icon-asc {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
.market-table[data-v-4c5123c8] .sort-btn .icon-desc {
    margin-left: -10px;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
}
.market-table[data-v-4c5123c8] .sort-btn.asc .icon-asc, .market-table[data-v-4c5123c8] .sort-btn.desc .icon-desc {
    fill: #222;
}
.market-table[data-v-4c5123c8] tbody {
    font-size: 14px;
}

@-webkit-keyframes placeHolderShimmer-data-v-65941b6c {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-65941b6c {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.group[data-v-65941b6c] {
  margin-top: 20px;
}
.title[data-v-65941b6c] {
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
  background: #f5f6f7;
}

@-webkit-keyframes placeHolderShimmer-data-v-1f95ba2a {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-1f95ba2a {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.aside-item[data-v-1f95ba2a] {
  display: flex;
  flex-direction: column;
}
.aside-item.secondary + .aside-item.secondary[data-v-1f95ba2a] {
    margin-top: 30px;
}
.aside-item.secondary .header[data-v-1f95ba2a] {
    align-items: flex-start;
    padding: 0;
    height: 32px;
    background: transparent;
}
.aside-item .header[data-v-1f95ba2a] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 16px;
    height: 48px;
    background: #f5f6f7;
}
.aside-item .header .title[data-v-1f95ba2a] {
      font-size: 16px;
      color: #222;
}
.aside-item .header .right[data-v-1f95ba2a] {
      margin-left: auto;
      font-size: 12px;
      color: #666;
}
.aside-item .body[data-v-1f95ba2a] {
    padding: 0 16px;
    overflow-y: auto;
    background: #fff;
}

@-webkit-keyframes placeHolderShimmer-data-v-33d826af {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-33d826af {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.side-header[data-v-33d826af] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  font-size: 16px;
  color: #222;
  background-color: #f5f6f7;
}
.list[data-v-33d826af] {
  padding: 14px 18px;
  background-color: #fff;
}
.item[data-v-33d826af] {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  padding: 4px 14px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.item[data-v-33d826af]:hover {
    color: #177ee6;
    border-color: #177ee6;
}
.item[data-v-33d826af]:first-child {
    margin-top: 20px;
}

@-webkit-keyframes placeHolderShimmer-data-v-16908d76 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
@keyframes placeHolderShimmer-data-v-16908d76 {
0% {
    background-position: 99% 0;
}
100% {
    background-position: -99% 0;
}
}
.search[data-v-16908d76] {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1260px;
}
.main[data-v-16908d76] {
  padding-bottom: 20px;
  width: 944px;
  background: #fff;
}
.aside[data-v-16908d76] {
  width: 300px;
  background: #fff;
}
.search-form[data-v-16908d76] {
  padding: 30px 60px 0;
}
.icon-search[data-v-16908d76] {
  width: 16px;
  height: 16px;
  fill: #fff;
}


.search-btn[data-v-16908d76] {
    width: 120px;
    border-radius: 0 23px 23px 0;
}




.search-input[data-v-16908d76] {
  border-radius: 24px;
}
.search-input[data-v-16908d76] .append {
    padding-right: 0 !important;
}
.tabs[data-v-16908d76] {
  padding: 0 60px;
  height: 64px;
  line-height: 80px;
}
.tab-item + .tab-item[data-v-16908d76] {
  margin-left: 40px;
}
.container[data-v-16908d76] {
  margin-top: 30px;
  padding: 0 60px;
}
.search-market .container[data-v-16908d76], .search-all .container[data-v-16908d76] {
  margin-top: 0;
}
.count em[data-v-16908d76], .empty em[data-v-16908d76] {
  color: #e62e4d;
  font-style: normal;
}
.empty[data-v-16908d76] {
  padding: 20px 0;
  font-size: 14px;
  line-height: 23px;
  color: #999;
  border-bottom: 1px dashed #e6e6e6;
}
.search:not(.search-all) .empty[data-v-16908d76] {
  padding: 0;
  text-align: center;
  border-bottom: none;
}
.wscn__pagination[data-v-16908d76] {
  margin-top: 30px;
}
.theme-item[data-v-16908d76] {
  border-bottom-style: dashed;
}
.load-more[data-v-16908d76] {
  padding: 20px;
  font-size: 13px;
  text-align: center;
  color: #1677d9;
  cursor: pointer;
}
.section .header[data-v-16908d76] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 16px;
  border-bottom: 1px solid #f0f0f0;
}
.section .title[data-v-16908d76] {
  font-size: 16px;
  font-weight: bold;
}

