.trend_table[data-v-412f2457] {
  margin: 0 0.15rem;
  font-family: Myriad Pro-Bold, Myriad Pro;
  height: 1.5rem;
  box-shadow: 0px 0.05rem 0.15rem 1px rgba(0, 0, 0, 0.16);
  border-radius: 0.08rem;
  border: 0.01rem solid #fcefd5;
  display: flex;
  overflow: hidden;
}
.trend_table .trend_left[data-v-412f2457] {
  width: 0.38rem;
  display: flex;
  flex-direction: column;
}
.trend_table .trend_left .left_item[data-v-412f2457] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.12rem;
  color: #dec593;
  flex: 1;
  background: linear-gradient(180deg, #ffffff 0%, #fcf2df 100%);
}
.trend_table .trend_left .left_item[data-v-412f2457] :hover {
  cursor: pointer;
}
.trend_table .trend_left .left_item_acitve[data-v-412f2457] {
  color: #802002;
  background: linear-gradient(181deg, #f5e8c4 0%, #f5e8c4 22%, #fcefd5 66%, #c6a86c 100%);
  box-shadow: 0px 0.015rem 0.03rem 1px rgba(0, 0, 0, 0.16), inset 0px 0.015rem 0.03rem 1px #ffffff;
}
.trend_table .trend_content[data-v-412f2457] {
  flex: 1;
  display: flex;
}
.trend_table .trend_content .content_row[data-v-412f2457] {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #f5e8c4;
}
.trend_table .trend_content .content_row[data-v-412f2457]:last-child {
  border: none;
}
.trend_table .trend_content .content_row .row_item[data-v-412f2457] {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f5e8c4;
}
.trend_table .trend_content .content_row .row_item[data-v-412f2457]:last-child {
  border: none;
}
.trend_table .trend_content .content_row .row_item .row_color[data-v-412f2457] {
  display: flex;
  justify-content: center;
  line-height: 0.24rem;
  color: white;
  font-size: 0.11rem;
  font-weight: bold;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  box-shadow: 0px 0.015rem 0.03rem 1px rgba(0, 0, 0, 0.16), inset 0px 3px 6px 1px #ffffff;
}
.trend_table .trend_content .content_row .row_item .row_red[data-v-412f2457] {
  background: linear-gradient(180deg, #fd0320 0%, #930818 100%);
}
.trend_table .trend_content .content_row .row_item .row_blue[data-v-412f2457] {
  background: linear-gradient(180deg, #03b0fd 0%, #083891 100%);
}
.trend_table .trend_content .content_row .row_item .row_green[data-v-412f2457] {
  background: linear-gradient(180deg, #099b3f 0%, #066c2b 100%);
}
.trend_table .trend_right[data-v-412f2457] {
  width: 0.765rem;
  background: linear-gradient(136deg, #fcefd5 0%, #fcefd5 45%, #d3c4a6 100%);
  box-shadow: 0px 0.05rem 0.15rem 1px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  font-weight: 400;
  color: #431000;
}
.trend_table .trend_right .right_item[data-v-412f2457] {
  padding: 0 0.1rem;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5e8c4;
  font-size: 0.2rem;
}
.trend_table .trend_right .right_item[data-v-412f2457]:last-child {
  border-bottom: none;
}
.trend_table .trend_right .right_item .num1[data-v-412f2457] {
  font-weight: bold;
  color: #dd061f;
}
.trend_table .trend_right .right_item .num0[data-v-412f2457] {
  font-weight: bold;
  color: #0671c3;
}
.trend_table .trend_right .right_item .w42[data-v-412f2457] {
  width: 0.44rem;
}
.trend_table .trend_right .right_item .w84[data-v-412f2457] {
  width: 0.88rem;
}
.trend_table .trend_right .right_item .font_scale[data-v-412f2457] {
  display: inline-block;
  transform: scale(0.5);
  transform-origin: left center;
}

