.red {
  color: #F43C52 !important;
}

.green {
  color: #09C274 !important;
}

.bla_title {
  height: 32px;
  font-weight: 600;
  font-size: 32px;
  color: #0D111C;
  line-height: 32px;
  text-align: left;
  padding: 20px 0;
}

.bla_coin_l_content {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
  justify-content: space-between;
  position: relative;
}

.bla_coin_l_content .coin_list {
  display: flex;
  align-items: center;
}

.bla_coin_l_content .coin_list .list {
  height: 30px;
  background: #F2F3F5;
  border-radius: 4px 4px 4px 4px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #0D111C;
  margin-right: 8px;
  cursor: pointer;
}

.bla_coin_l_content .coin_list .list a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}

.bla_coin_l_content .coin_list .active {
  background: #F7D049;
  color: #24292E;
}

.bla_coin_l_content .search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  height: 36px;
  width: 93px;
  background: #F5F6F8;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  position: relative;
}

.bla_coin_l_content .search .search_img {
  width: 20px;
  height: 20px;
}

.bla_coin_l_content .search .search_down {
  width: 20px;
}

.bla_coin_title {
  font-weight: 600;
  font-size: 20px;
  color: #0D111C;
  margin-bottom: 23px;
}

.bla_coin_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.bla_coin_content .list {
  flex: 1;
  background: #F5F6F8;
  border-radius: 8px 8px 8px 8px;
  padding: 12px;
}

.bla_coin_content .list .l_l_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
}

.bla_coin_content .list .l_l_content .left_title {
  font-weight: 400;
  font-size: 14px;
  color: #24292E;
}

.bla_coin_content .list .l_l_content .right_nums {
  font-weight: 400;
  font-size: 14px;
  color: #24292E;
}

.bla_coin_content .list .l_l_content .red {
  color: #FD455B;
}

.bla_coin_content .list .l_l_content .green {
  color: #00B98C;
}

.bla_coin_content .list .l_l_content:last-child {
  padding-bottom: 0;
}

.blc_rank_content {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.blc_rank_content .blc_rank_ten {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}

.blc_rank_content .blc_rank_ten .title {
  font-weight: 600;
  font-size: 20px;
  color: #0D111C;
  padding-bottom: 16px;
}

.blc_rank_content .blc_rank_ten .r_t_content {
  width: 100%;
}

.blc_rank_content .blc_rank_ten .r_t_content thead th {
  font-weight: 400;
  font-size: 11px;
  color: #576278;
  height: 30px;
  line-height: 30px;
}

.blc_rank_content .blc_rank_ten .r_t_content thead th:nth-child(4) {
  text-align: center;
}

.blc_rank_content .blc_rank_ten .r_t_content thead th:nth-child(5) {
  text-align: right;
}

.blc_rank_content .blc_rank_ten .r_t_content tbody tr td {
  font-weight: 500;
  font-size: 14px;
  color: #24292E;
  height: 32px;
  line-height: 32px;
}

.blc_rank_content .blc_rank_ten .r_t_content tbody tr td:nth-child(1) {
  font-weight: 500;
  font-size: 13px;
  color: #576278;
}

.blc_rank_content .blc_rank_ten .r_t_content tbody tr td:nth-child(4) {
  text-align: center;
}

.blc_rank_content .blc_rank_ten .r_t_content tbody tr td:nth-child(5) {
  text-align: right;
}

.blc_rank_content .hot_charts {
  width: calc(50% - 10px);
}

.hot_charts {
  display: flex;
  flex-direction: column;
  height: 457px;
}

.hot_charts .head_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hot_charts .name {
  font-weight: 600;
  font-size: 20px;
  color: #0D111C;
}

.hot_charts .statistics_time_box {
  width: fit-content;
  height: 28px;
  background: #f2f3f5;
  border-radius: 4px 4px 4px 4px;
  padding: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.hot_charts .statistics_time_box .statistice_time {
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  color: #7c8597;
}

.hot_charts .statistics_time_box .statistice_time.active {
  font-weight: 600;
  font-size: 12px;
  color: #0d111c;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
}

.hot_charts .chartsHeat {
  margin-top: 20px;
  width: 100%;
  height: 100%;
}

.hot_charts .chartsHeat div {
  color: #fff;
}

.hot_charts .chartsHeat span {
  color: #fff;
}

.statistics_title {
  font-weight: 600;
  font-size: 20px;
  color: #0d111c;
  line-height: 20px;
}

.statistics_title span {
  font-weight: 600;
  font-size: 20px;
  color: #0d111c;
  line-height: 20px;
}

.chartsratio {
  margin-top: 20px;
  width: 100%;
  height: 226px;
}

.chartsratio div, .chartsratio span {
  color: #fff;
}

.statistics_head_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  width: 100%;
  margin-top: 40px;
}

.statistics_head_box .head_title {
  font-weight: 600;
  font-size: 20px;
  color: #0d111c;
}

.statistics_head_box .head_title span {
  font-weight: 600;
  font-size: 20px;
  color: #0d111c;
}

.statistics_head_box .statistics_time_box {
  width: fit-content;
  height: 28px;
  background: #f2f3f5;
  border-radius: 4px 4px 4px 4px;
  padding: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.statistics_head_box .statistics_time_box .statistice_time {
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
  color: #7c8597;
}

.statistics_head_box .statistics_time_box .statistice_time.active {
  font-weight: 600;
  font-size: 12px;
  color: #0d111c;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
}

.liquidationCharts {
  margin-top: 20px;
  width: 100%;
  height: 246px;
}

.liquidationCharts .tooltips_table {
  display: flex;
  align-items: center;
}

.liquidationCharts .tooltips_table .tooltips_th_item {
  width: 33.33%;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}

.liquidationCharts .tooltips_table .tooltips_th_item:nth-child(3) {
  text-align: right;
}

.liquidationCharts .tooltips_table .tooltips_th_item:nth-child(2) {
  padding-left: 36px;
}

.liquidationCharts .tooltips_td_box {
  display: flex;
  align-items: center;
}

.liquidationCharts .tooltips_td_box .tooltips_td_item {
  width: 33.33%;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}

.liquidationCharts .tooltips_td_box .tooltips_td_item:nth-child(3) {
  text-align: right;
}

.liquidationCharts .tooltips_td_box .tooltips_td_item:nth-child(2) {
  padding-left: 36px;
}

.liquidationCharts .tooltips_line {
  height: 1px;
  width: 100%;
  margin: 8px 0;
  background: rgba(255, 255, 255, 0.3);
}

.liquidationCharts .ranking_tooltips_m {
  width: 286px;
}

.liquidationCharts .ranking_tooltips_m .tooltips_r_time {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}

.liquidationCharts .ranking_tooltips_m .tooltips_r_time span {
  font-size: 12px;
  color: #ffffff;
}

.contractLiquidation_table {
  width: 100%;
  margin-top: 32px;
}

.contractLiquidation_table .c_table_th {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  color: #576278;
  height: 30px;
}

.contractLiquidation_table .th_item {
  display: flex;
  align-items: center;
  color: #576278;
}

.contractLiquidation_table .th_exchange {
  width: 22%;
}

.contractLiquidation_table .th_total {
  width: 18%;
  justify-content: center;
  text-align: center;
}

.contractLiquidation_table .th_bars {
  width: 40%;
  justify-content: space-between;
  padding: 0 12px 0 24px;
}

.contractLiquidation_table .th_share {
  width: 8%;
  justify-content: flex-end;
  text-align: right;
}

.contractLiquidation_table .th_direction {
  width: 12%;
  justify-content: flex-end;
  text-align: right;
}

.contractLiquidation_table .bar_label {
  font-size: 12px;
  color: #576278;
}

.contractLiquidation_table .table_body {
  margin-top: 12px;
}

.contractLiquidation_table .table_tr {
  display: flex;
  align-items: center;
  height: 54px;
}

.contractLiquidation_table .td_exchange {
  width: 22%;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #0d111c;
}

.contractLiquidation_table .td_exchange .exchange_name {
  font-weight: 500;
  font-size: 14px;
  color: #0d111c;
}

.contractLiquidation_table .table_exchange_icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 6px;
}

.contractLiquidation_table .td_total {
  width: 18%;
  text-align: center;
}

.contractLiquidation_table .total_amount {
  font-weight: 500;
  font-size: 14px;
  color: #0d111c;
}

.contractLiquidation_table .td_bars {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 12px 0 24px;
}

.contractLiquidation_table .bar_wrapper {
  display: flex;
  width: 100%;
  height: 10px;
  border-radius: 2px;
  overflow: hidden;
  background: #f2f3f5;
}

.contractLiquidation_table .bar_segment {
  height: 100%;
}

.contractLiquidation_table .bar_long {
  background: #84e0b9;
}

.contractLiquidation_table .bar_short {
  background: #ffa1ab;
}

.contractLiquidation_table .bar_values {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 12px;
}

.contractLiquidation_table .bar_value_long {
  color: #09c274;
}

.contractLiquidation_table .bar_value_short {
  color: #f43c52;
}

.contractLiquidation_table .td_share {
  width: 8%;
  text-align: right;
  font-size: 12px;
  color: #59636d;
  font-weight: 500;
}

.contractLiquidation_table .td_direction {
  width: 12%;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
}

.contractLiquidation_table .td_direction.dominant_long {
  color: #09c274;
}

.contractLiquidation_table .td_direction.dominant_short {
  color: #f43c52;
}

.contractLiquidation_table .table_empty {
  min-height: 200px;
  padding: 24px 0;
  text-align: center;
  color: #7c8597;
  font-size: 14px;
  line-height: 200px;
}

.page_footer_content {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  padding-bottom: 95px;
}

.page_footer_content .footer_title {
  font-weight: 500;
  font-size: 16px;
  color: #24292E;
}

.page_footer_content .footer_content {
  padding: 12px 0;
}

.page_footer_content .footer_content p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  color: #89939E;
  line-height: 21px;
}

.token_list_box {
  position: absolute;
  top: 55px;
  right: -0;
  width: 250px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(89, 99, 109, 0.2);
  border-radius: 4px;
  z-index: 888;
  box-sizing: border-box;
  display: none;
  padding: 10px;
}

.token_list_box .coin_list_box {
  height: 300px;
  overflow: auto;
}

.token_list_box .list_search_box {
  position: sticky;
  top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  background: #F6F7F8;
  border-radius: 8px;
}

.token_list_box .list_search_box .search_coin_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 11px;
  left: 10px;
}

.token_list_box .list_search_box .search_coin {
  width: 100%;
  height: 40px;
  background: #F6F7F8;
  border-radius: 8px;
  padding-left: 40px;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-size: 14px;
  color: #24292E;
}

.token_list_box .token_item {
  height: 40px;
  font-size: 14px;
  color: #24292E;
  padding: 0 12px;
  cursor: pointer;
}

.token_list_box .token_item:hover {
  background: #F5F5F5;
}

.token_list_box .token_item_logo {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.token_list_box .token_enname {
  font-size: 14px;
  color: #89939E;
}
