.flash {
  margin-bottom: 40px;
}
.flash .flash_title {
  color: #F0B90B;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}
.flash .layui-timeline {
  width: 100%;
  margin-top: 28px;
}
.flash .layui-timeline .layui-timeline-item:before {
  background-color: #E4E6E9;
  left: 4.5px!important;
}
.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;
}
.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%);
}
.flash .layui-timeline .detail_center {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.flash .layui-timeline .detail_center .bottom_time {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.flash .layui-timeline .detail_center .bottom_time img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.flash .layui-timeline .detail_center .bottom_time .n_b_time {
  width: 123px;
  height: 17px;
  font-weight: 400;
  font-size: 12px;
  color: #050F19;
  line-height: 17px;
}
.flash .layui-timeline .detail_center .time {
  width: 100%;
  color: #89939E;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px!important;
  margin-top: -9px;
}
.flash .layui-timeline .detail_center .text {
  color: #24292E;
  font-size: 16px!important;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.flash .layui-timeline .detail_center .title {
  font-size: 14px;
  line-height: 26px;
  color: #59636D;
}
.flash .layui-timeline .detail_center .title p{
  font-size: 14px!important;
  line-height: 26px;
  color: #59636D;
}
.flash .layui-timeline .detail_center .title a{
  font-size: 14px!important;
  line-height: 26px;
  color: #59636D;
}
.flash .layui-timeline .detail_center .title div{
  font-size: 14px!important;
  line-height: 26px;
  color: #59636D;
}
.flash .layui-timeline .detail_center .btc_list {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.flash .layui-timeline .detail_center .btc_list .btc_content {
  display: flex;
  align-items: center;
  padding: 3px 8px;
  height: 20px;
  background: #EFF2F5;
  border-radius: 4px;
  line-height: 20px;
  font-size: 12px;
  margin-right: 10px;
  font-weight: 500;
}
.flash .layui-timeline .detail_center .btc_list .btc_content span {
  font-size: 12px;
  margin-left: 8px;
  font-weight: 500;
}
.flash .layui-timeline .detail_center .btc_list .btc_content .greed {
  color: #00B98C;
}
.flash .layui-timeline .detail_center .btc_list .btc_content .red {
  color: #F23F58;
}
