.BJ_by {
  width: 100%;
  margin: 24px 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;
}
.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: 16px;
  text-align: center;
  background: #F7D049;
  width: 32px;
  height: 16px;
  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;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_img {
  width: 204px;
  height: 136px;
  border-radius: 4px;
  cursor: pointer;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_img img {
  width: 100%;
  height: 100%;
}
.BJ_by .BJ_main .BJ_body .slices_box .slices_item .slices_item_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 568px;
  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;
}
.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;
  cursor: pointer;
}
.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;
}
.BJ_by .BJ_main .special .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 12px 12px;
  box-sizing: border-box;
  height: 80px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 34%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 0px 0px 4px 4px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.BJ_by .BJ_main .special .box .text {
  width: 100%;
  margin-bottom: 8px;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}
.BJ_by .BJ_main .special .box .num {
  display: flex;
  justify-content: space-between;
}
.BJ_by .BJ_main .special .box .num span {
  line-height: 18px;
  color: #fff;
  font-size: 14px;
}
.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;
}
.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_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:before {
  background-color: #E4E6E9;
}
.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;
}
.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-bottom: 10px;
}
.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 .currency {
  width: 100%;
}
.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: 28px;
  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;
}
.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;
  border-radius: 2px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt .currency_btn.fall {
  background: #F23F58;
}
.BJ_by .BJ_main .currency .currency_bd .currency_rt .currency_btn.zero {
  background: #89939E;
}
.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;
}
.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;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}
.right_attention {
  width: 100%;
  height: 40px;
  background: url('../../app/static/img/index/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 .rt_more {
  display: flex;
  align-content: center;
  color: #F0B90B;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.right_attention .rt_more a{
  color: #F0B90B;
  font-size: 14px;
  line-height: 20px;
}
.right_attention .rt_more img {
  margin-left: 4px;
}
.celebrity_emty {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.celebrity_emty img {
  width: 296px;
}
.celebrity_emty div {
  color: #89939E;
  line-height: 32px;
  text-align: center;
  font-size: 24px;
  margin-top: -70px;
}
.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;
}
