.trend_table[data-v-256e70e9] {
  font-family: Myriad Pro-Bold, Myriad Pro;
  margin: 0 20px;
  height: 240px;
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  border: 2px solid #fcefd5;
  display: flex;
  overflow: hidden;
}
.trend_table .trend_left[data-v-256e70e9] {
  width: 60px;
  display: flex;
  flex-direction: column;
}
.trend_table .trend_left .left_item[data-v-256e70e9] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #dec593;
  flex: 1;
  background: linear-gradient(180deg, #ffffff 0%, #fcf2df 100%);
}
.trend_table .trend_left .left_item[data-v-256e70e9] :hover {
  cursor: pointer;
}
.trend_table .trend_left .left_item_acitve[data-v-256e70e9] {
  color: #802002;
  background: linear-gradient(181deg, #f5e8c4 0%, #f5e8c4 22%, #fcefd5 66%, #c6a86c 100%);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16), inset 0px 3px 6px 1px #ffffff;
}
.trend_table .trend_content[data-v-256e70e9] {
  flex: 1;
  display: flex;
}
.trend_table .trend_content .content_row[data-v-256e70e9] {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #f5e8c4;
}
.trend_table .trend_content .content_row[data-v-256e70e9]:last-child {
  border: none;
}
.trend_table .trend_content .content_row .row_item[data-v-256e70e9] {
  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-256e70e9]:last-child {
  border: none;
}
.trend_table .trend_content .content_row .row_item .row_color[data-v-256e70e9] {
  display: flex;
  justify-content: center;
  line-height: 36px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  width: 31px;
  height: 31px;
  border-radius: 31px;
  box-shadow: 0px 3px 6px 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-256e70e9] {
  background: linear-gradient(180deg, #fd0320 0%, #930818 100%);
}
.trend_table .trend_content .content_row .row_item .row_blue[data-v-256e70e9] {
  background: linear-gradient(180deg, #03b0fd 0%, #083891 100%);
}
.trend_table .trend_content .content_row .row_item .row_green[data-v-256e70e9] {
  background: linear-gradient(180deg, #099b3f 0%, #066c2b 100%);
}
.trend_table .trend_right[data-v-256e70e9] {
  width: 120px;
  background: linear-gradient(136deg, #fcefd5 0%, #fcefd5 45%, #d3c4a6 100%);
  box-shadow: 0px 10px 30px 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-256e70e9] {
  padding: 0 20px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5e8c4;
}
.trend_table .trend_right .right_item[data-v-256e70e9]:last-child {
  border-bottom: none;
}
.trend_table .trend_right .right_item .num1[data-v-256e70e9] {
  font-weight: bold;
  color: #dd061f;
}
.trend_table .trend_right .right_item .num0[data-v-256e70e9] {
  font-weight: bold;
  color: #0671c3;
}

