

  .codeshow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #080808bf;
    z-index: 10000;
    /* pointer-events: auto; */
  }

  .mpanel_content {
    position: fixed;
    display: flex;
    width: 300px;
    height: 200px;
    z-index: 10001;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
  }

  #mpanel1 {
    /* position: fixed;
      top:0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      z-index: -1; */
  }

  .mpanel_close {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: none;
  }

  .mpanel_close {
    width: 4rem;
    height: 4rem;
  }

  #userIcon .red_dot {
    position: absolute;
    display: none;
    right: 2rem;
    /* top: 1.9rem; */
    width: 4px;
    height: 4px;
    background: #FF3526;
    border-radius: 50%;
    border: 0.17rem solid #FFFFFF;
  }

  #userIcon .user_info {
    border-radius: 50%;
  }

  .personal_center {
    position: relative;
  }

  .list_red_dot {
    position: absolute;
    display: none;
    right: -1rem;
    top: 1.8rem;
    width: 1rem;
    height: 1rem;
    background: #FF3526;
    border-radius: 50%;
    border: 0.17rem solid #FFFFFF;
  }
 .down_rt {
        display: flex;
        align-items: center;
        width: 260px;
        justify-content: space-between;
    }

    .giveAlikedist {
        width: 100px;
    }

    .Collectdist {
        width: 100px;
        padding: 0 !important;
    }

    .give {
        cursor: pointer;
        text-align: right;
        margin-left: auto;
        width: 60px;
    }
  .custom-msg-box {
        position: fixed;
        bottom: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 17px 16px;
        z-index: 9999;
        opacity: 0;
        transition: opacity 0.3s ease;
        width: 176px;
        background: #FFFFFF;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        border: 1px solid #F2F3F5;
        font-weight: 400;
        font-size: 14px;
        color: #24292E;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .msg-image {
        width: 18px;
        height: 18px;
        object-fit: cover;
        margin-right: 8px;
    }

    .custom-msg-box.show {
        opacity: 1;
        display: flex;
    }

.BJ_by {
  width: 100%;
  margin: 16px 0 20px;
  background: #fff;
}
.BJ_by .BJ_main {
  display: flex;
  justify-content: space-between;
}
.BJ_by .BJ_main .BJ_lt {
  width: 820px;
}
.BJ_by .BJ_main .BJ_swiper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 26px;
  height: 262px;
}
.BJ_by .BJ_main .BJ_swiper img {
  width: 820px;
  height: 262px;
}
.BJ_by .BJ_main .BJ_swiper .layui-carousel-ind {
  text-align: right;
}
.BJ_by .BJ_main .BJ_swiper .layui-carousel-ind ul {
  background: transparent;
  padding: 0;
  margin-right: 16px;
}
.BJ_by .BJ_main .BJ_swiper .layui-carousel-ind ul li {
  width: 6px;
  height: 6px;
  transition: all 0.3s;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.BJ_by .BJ_main .BJ_swiper .layui-carousel-ind ul li.layui-this {
  width: 20px;
  background: #fff;
}
.BJ_by .BJ_main .BJ_body {
  width: 100%;
}
.BJ_by .BJ_main .BJ_body .new_info .new_info_item {
  width: 100%;
  padding: 16px 0;
}
.BJ_by .BJ_main .BJ_body .new_info .new_info_item .title {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.BJ_by .BJ_main .BJ_body .new_info .new_info_item .title span {
  display: block;
  line-height: 18px;
  text-align: center;
  background: #F7D049;
  width: 32px;
  height: 18px;
  border-radius: 2px;
  color: #fff;
  margin-right: 10px;
}
.BJ_by .BJ_main .BJ_body .new_info .new_info_item .title i {
  color: #24292E;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  cursor: pointer;
}
.BJ_by .BJ_main .BJ_body .new_info .new_info_item .title i:hover {
  color: #F0B90B;
}
.BJ_by .BJ_main .BJ_body .new_info .new_info_item .text {
  font-size: 14px;
  color: #59636D;
}
.BJ_by .BJ_main .BJ_body .slices_box {
  width: 100%;
  border-radius: 8px;
  background: #fff;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item {
  width: 100%;
  border-bottom: 1px solid #F2F2F2;
  height: 184px;
  padding: 24px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_img {
  width: 204px;
  height: 136px;
  border-radius: 4px;
  margin-right: 16px;
  cursor: pointer;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 600px;
  height: 100%;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .top {
  width: 100%;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .top .title {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #24292e;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: inherit;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .top .introduce {
  margin-top: 8px;
  width: 100%;
  font-size: 14px;
  color: #59636d;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .down {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .down .down_lt {
  display: flex;
  align-items: center;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .down .down_lt .span {
  display: block;
  line-height: 20px;
  text-align: center;
  padding: 0 4px;
  font-size: 14px;
  height: 20px;
  background: #E4E6E9;
  border-radius: 2px;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .down .down_lt .dot {
  margin: 0 8px;
  display: block;
  width: 4px;
  height: 4px;
  background: #89939e;
  border-radius: 50%;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .down .down_lt .time {
  color: #89939E;
  font-weight: 500;
  font-size: 14px;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .down .down_lt a {
  display: block;
  line-height: 32px;
  text-align: center;
  width: 80px;
  height: 32px;
  background: #F7D049;
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content .down .down_lt a.active {
  background: #E4E6E9;
  color: #89939E;
}
.BJ_by .BJ_main .BJ_rt {
  width: 320px;
}
.BJ_by .BJ_main .special {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #E4E6E9;
  box-sizing: border-box;
}
.BJ_by .BJ_main .special:hover {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.08);
}
.BJ_by .BJ_main .special img {
  width: 100%;
  height: 214px;
  border-radius: 4px 4px 0px 0px;
  object-fit: cover;
}
.BJ_by .BJ_main .special .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px 12px;
  box-sizing: border-box;
  height: 88px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 4px 4px;
}
.BJ_by .BJ_main .special .box .text {
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: inherit;
}
.BJ_by .BJ_main .special .box .text a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.BJ_by .BJ_main .special .box .num {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.BJ_by .BJ_main .special .box .num span {
  line-height: 18px;
  color: #fff;
  font-size: 12px;
}
.BJ_by .BJ_main .viewpoint {
  width: 100%;
  height: 128px;
  border-radius: 4px;
  border: 1px solid #E4E6E9;
  padding: 12px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.BJ_by .BJ_main .viewpoint .viewpoint_title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.BJ_by .BJ_main .viewpoint .viewpoint_title img {
  width: 56px;
  height: 56px;
  margin-right: 8px;
  border-radius: 50%;
}
.BJ_by .BJ_main .viewpoint .viewpoint_title span {
  font-size: 16px;
  line-height: 24px;
  color: #24292E;
  font-weight: bold;
}
.BJ_by .BJ_main .viewpoint .viewpoint_title span a {
  font-size: 16px;
  line-height: 24px;
  color: #24292E;
  font-weight: bold;
}
.BJ_by .BJ_main .viewpoint .viewpoint_txt {
  color: #59636D;
  line-height: 20px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.BJ_by .BJ_main .flash {
  margin-bottom: 40px;
}
.BJ_by .BJ_main .flash .layui-timeline {
  width: 100%;
  margin-top: 28px;
}
.BJ_by .BJ_main .flash .layui-timeline .layui-timeline-item {
  padding-bottom: 30px;
}
.BJ_by .BJ_main .flash .layui-timeline .layui-timeline-item:before {
  background-color: #E4E6E9;
  left: -1px;
  top: 8px;
}
.BJ_by .BJ_main .flash .layui-timeline .layui-timeline-axis {
  width: 8px;
  height: 8px;
  line-height: 16px;
  display: block;
  border-radius: 50%;
  border: 2px solid #24292E;
  background: #fff;
  box-sizing: border-box;
  /* left: 1px; */
  /* top: -3px; */
  cursor: auto;
  margin-top: 8px;
}
.BJ_by .BJ_main .flash .layui-timeline .layui-timeline-axis::after {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.BJ_by .BJ_main .flash .layui-timeline .detail_center {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.BJ_by .BJ_main .flash .layui-timeline .detail_center .time {
  width: 100%;
  color: #89939E;
  font-size: 14px;
  line-height: 20px;
  margin-top: -9px;
}
.BJ_by .BJ_main .flash .layui-timeline .detail_center .text {
  color: #24292E;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.BJ_by .BJ_main .flash .layui-timeline .detail_center .text:hover {
  color: #EEB303;

}
.BJ_by .BJ_main .flash .layui-timeline .detail_center .text a {
  color: #24292E;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.BJ_by .BJ_main .currency {
  width: 100%;
  margin-bottom: 32px;
}
.BJ_by .BJ_main .currency .currency_hd {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 18px;
}
.BJ_by .BJ_main .currency .currency_hd .box {
  display: flex;
  align-items: center;
}
.BJ_by .BJ_main .currency .currency_hd .box .time {
  width: 64px;
  margin-left: 28px;
}
.BJ_by .BJ_main .currency .currency_bd {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.BJ_by .BJ_main .currency .currency_bd .currency_lt {
  display: flex;
  align-items: center;
}
.BJ_by .BJ_main .currency .currency_bd .currency_lt img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 8px;
  overflow: hidden;
}
.BJ_by .BJ_main .currency .currency_bd .currency_lt .lt_box {
  display: flex;
  height: 32px;
  flex-direction: column;
  justify-content: space-between;
  width: 80px;
}
.BJ_by .BJ_main .currency .currency_bd .currency_lt .lt_box .title {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}
.BJ_by .BJ_main .currency .currency_bd .currency_lt .lt_box .title a {
  font-size: 14px;
}
.BJ_by .BJ_main .currency .currency_bd .currency_lt .lt_box .detail {
  color: #89939E;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt {
  display: flex;
  align-items: center;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt .currency_tr {
  margin-right: 28px;
  width: 92px;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt .currency_tr .num {
  text-align: right;
  font-weight: bold;
  line-height: 16px;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt .currency_tr .virtual {
  text-align: right;
  color: #89939E;
  line-height: 16px;
  font-weight: bold;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt .currency_btn {
  width: 64px;
  height: 28px;
  background: #00B98C !important;
  border-radius: 2px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  color: #fff !important;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt .currency_btn.fall {
  background: #F23F58 !important;
  font-size: 12px;
  color: #fff !important;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt .currency_btn.zero {
  background: #89939E !important;
  font-size: 12px;
  color: #fff !important;
}
.BJ_by .BJ_main .new_article {
  width: 100%;
}
.BJ_by .BJ_main .new_article .new_article_item {
  margin-bottom: 20px;
}
.BJ_by .BJ_main .new_article .new_article_title {
  margin-bottom: 4px;
}
.BJ_by .BJ_main .new_article .new_article_title a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.BJ_by .BJ_main .new_article .new_article_time {
  font-size: 14px;
  color: #89939E;
}
.BJ_by .BJ_main .exchange {
  margin-bottom: 32px;
  width: 100%;
}
.BJ_by .BJ_main .exchange .exchange_item {
  width: 100%;
  margin-bottom: 24px;
}
.BJ_by .BJ_main .exchange .exchange_item .box {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.BJ_by .BJ_main .exchange .exchange_item .box img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.BJ_by .BJ_main .exchange .exchange_item .box .table_box {
  display: flex;
  flex-direction: column;
  height: 40px;
  justify-content: space-between;
}
.BJ_by .BJ_main .exchange .exchange_item .box .table_box .title {
  font-weight: bold;
  line-height: 20px;
  font-size: 14px;
}
.BJ_by .BJ_main .exchange .exchange_item .box .table_box .detail {
  color: #89939E;
  font-size: 14px;
  line-height: 20px;
}
.BJ_by .BJ_main .exchange .exchange_item .exchange_text {
  width: 100%;
  color: #59636D;
  line-height: 20px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.BJ_by .BJ_main .important {
  width: 100%;
  margin-top: 32px;
  height: 88px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E4E6E9;
  padding: 14px 12px 12px 12px;
  box-sizing: border-box;
}
.BJ_by .BJ_main .important .title {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.BJ_by .BJ_main .important .title span {
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #24292E;
}
.BJ_by .BJ_main .important .text {
  width: 100%;
  line-height: 20px;
  color: #59636D;
  font-size: 14px;
}
.BJ_by .BJ_main .important img {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}
.figure {
  width: 100%;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  gap: 20px;
}
.figure .figure_item {
  display: flex;
  flex-direction: column;
  width: 88px;
  align-items: center;
  justify-content: center;
}
.figure .figure_item img {
  margin-bottom: 4px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.figure .figure_item span {
  display: block;
  width: 88px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #24292E;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.right_attention {
  margin-top: 32px;
  width: 100%;
  height: 40px;
  background: url('../images/back.png') no-repeat;
  background-size: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.right_attention .title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
}
.right_attention .title a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
}
.right_attention a {
  display: flex;
  color: #F0B90B;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
}
.right_attention .rt_more {
  display: flex;
  color: #F0B90B;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  align-items: center;
}
.right_attention .rt_more img {
  margin-left: 4px;
  width: 16px;
  height: 16px;
}
.celebrity_emty {
  display: block;
  margin-top: 180px;
  text-align: center;
}
.celebrity_emty img {
  width: 184px;
  height: 150px;
}
.celebrity_emty div {
  color: #89939E;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  margin-top: -38px;
}
.celebrity_more {
  width: 100%;
  margin: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.celebrity_more .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  background: #F2f2f2;
  border-radius: 4px;
  transition: all 0.3s;
  color: #000;
  font-size: 14px;
  cursor: pointer;
}
.celebrity_more .more:hover {
  background: #e4e6e9;
}
.advertising {
  width: 100%;
  margin-bottom: 40px;
  background: #24292E;
  border-radius: 12px;
  height: 102px;
  padding: 16px 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.advertising .advertising_lt {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.advertising .advertising_lt .title {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.advertising .advertising_lt .down {
  display: flex;
  align-items: center;
}
.advertising .advertising_lt .down a {
  width: 148px;
}
.advertising .advertising_lt .down img {
  width: 24px;
  height: 24px;
}
.advertising .advertising_lt .down a:nth-child(1) {
  margin-right: 10px;
}
.advertising .advertising_lt .down span {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #333333;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  margin-right: 4px;
  border: 1px solid rgba(255, 255, 255, 0.85);
}
.advertising .advertising_lt .down span .jx {
  width: 24px;
  height: 24px;
}
.advertising .advertising_lt .down span .xt_name {
  color: #fff;
  font-size: 14px;
}
.advertising .advertising_lt .down span .down {
  width: 20px;
  height: 20px;
  margin-left: 16px;
}
.advertising .advertising_rt {
  width: 88px;
  height: 88px;
}
.advertising .advertising_rt img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.mt40 {
  margin-top: 40px;
}
.layui-tab .layui-tab-title li {
  font-size: 16px !important;
}
#newsFlashList .text a,
#flash .text a {
  font-size: 18px;
}
