.market_layui {
  margin-top: 12px;
  width: 100%;
}
.market_layui {
  width: 100%;
  font-size: 12px;
}
.market_layui .layui-table td,
.market_layui .layui-table th {
  border-color: transparent;
}
.market_layui .layui-table td {
  border-bottom: 1px solid #f2f2f2;
  padding: 9px 0;
  text-align: center;
}
.market_layui .layui-table th {
  height: 40px;
  box-sizing: border-box;
  background: #F5F5F5;
  border-radius: 4px;
  border-color: #F5F5F5;
  padding: 9px 0;
  font-size: 12px;
  text-align: center;
}
.market_layui .box {
  display: flex;
  align-items: center;
}
.market_layui .box img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
}
.market_layui .box .table_box {
  margin-left: 2px;
  width: 80px;
}
.market_layui .box .table_box .title {
  width: 100%;
  font-weight: bold;
  text-align: left;
  line-height: 16px;
}
.market_layui .box .table_box .detail {
  color: #89939E;
  line-height: 16px;
  text-align: left;
}
.market_layui .deal .num {
  line-height: 20px;
  text-align: right;
}
.market_layui .deal .coin {
  color: #89939E;
  line-height: 16px;
  text-align: right;
}
.section {
  width: 100%;
}
.section .section_title {
  width: 100%;
  font-size: 32px;
  line-height: 48px;
  font-weight: bold;
}
.section .section_time {
  width: 100%;
  margin: 12px 0 20px;
}
.section .section_detail {
  width: 100%;
  display: flex;
}
.section .section_detail .section_back {
  width: 240px;
  height: 108px;
  border-radius: 4px;
  background: #00B98C;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section .section_detail .section_back .title {
  color: #fff;
  line-height: 28px;
  font-size: 20px;
}
.section .section_detail .section_back .down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section .section_detail .section_back .down i {
  font-size: 14px;
  color: #fff;
}
.section .section_detail .section_back .down span {
  color: #fff;
  font-size: 20px;
}
.section .section_detail .section_index {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 108px;
}
.section .section_detail .section_index .list {
  height: 108px;
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section .section_detail .section_index .list div {
  margin-bottom: 12px;
  line-height: 20px;
  color: #89939E;
}
.section .section_detail .section_index .list p {
  font-size: 14px;
  line-height: 20px;
}
.section .section_box {
  width: 100%;
  margin-top: 16px;
  line-height: 22px;
  font-size: 14px;
}
.section_table_title {
  margin-top: 40px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.fall {
  color: #F23F58 !important;
  font-size: 14px;
}
.zero {
  font-size: 14px;
  color: #89939E !important;
}
.rise {
  color: #00B98C !important;
  font-size: 14px;
}
.line_type {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.line_type .line_list {
  width: 56px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #24292E;
  font-size: 12px;
  background: #EAECEF;
  cursor: pointer;
}
.line_type .active {
  background: #F7D049;
}
.trend_chart {
  margin-top: 15px;
}
.trend_chart .kline .charts_content {
  position: relative;
}
.trend_chart .kline .charts_content .echarts_tooltip {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  align-items: center;
  pointer-events: none;
}
.trend_chart .kline .charts_content .echarts_tooltip .list {
  font-size: 12px;
}
.trend_chart .kline .charts_content .echarts_tooltip .list:nth-child(1) {
  color: #24292E;
}
.trend_chart .kline .charts_content .echarts_tooltip .list:nth-child(2) {
  color: #F0B90B;
}
.trend_chart .kline .charts_content .echarts_tooltip .list:nth-child(3) {
  color: #AE5CCC;
}
.trend_chart .kline .charts_content .echarts_tooltip .list:nth-child(4) {
  color: #5984FB;
}
.trend_chart .kline .charts_content .echarts_tooltip .list:nth-child(5) {
  color: #00B98C;
}
h3 a {
  font-size: 16px;
}
h2 a {
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 600;
  color: #24292E;
}
