.quotation_price_wrap {
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 20px;
  font-size: 14px;
  font-family: PingFang SC, Microsoft YaHei;
}

.quotation_price_top {
  display: flex;
  align-items: center;
  height: 38px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.quotation_price_top_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  background: #ffffff;
}

.quotation_price_top_label img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.quotation_price_top_label span {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}

.quotation_price_top_list_wrap {
  display: flex;
  align-items: center;
  width: 1098px;
  height: 38px;
  overflow: hidden;
  border-left: 1px solid #e6e6e6;
}

.quotation_price_top_list {
  display: inline-flex;
  white-space: nowrap;
  width: 100%;
  /* display: flex;
      align-items: center; */
  /* animation: quotation_price_top_list_move 60s linear infinite; */
  overflow: hidden;
}

.quotation_price_top_item_wrap {
  display: inline-block;
  animation: quotation_price_top_list_move 60s linear infinite;
}

/* transform: translateX(-2054.5px); */
/* 轮播动画 */
@keyframes quotation_price_top_list_move {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-2054.5px);
  }
}

.quotation_price_top_item {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
}

.quotation_price_top_item_left {
  display: flex;
  align-items: center;
}

.quotation_price_top_item_left_name {
  margin-right: 6px;
}

.quotation_price_top_item_left_price.balance {
  color: #333333;
}

.quotation_price_top_item_left_price.rise {
  color: #f40c0c;
}

.quotation_price_top_item_left_price.fall {
  color: #00a378;
}

.quotation_price_top_item_right_name {
  display: flex;
  align-items: center;
  margin-left: 6px;
}

.price_change_str_img {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}

.price_change_str_balance {
  color: #333333;
}

.price_change_str_rise {
  color: #f40c0c;
}

.price_change_str_fall {
  color: #00a378;
}

.quotation_price_charts_investigate_wrap {
  display: flex;
  margin-bottom: 20px;
}

.quotation_price_charts_wrap {
  width: 748px;
  height: 332px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  margin-right: 20px;
}

.quotation_price_charts_top {
  padding: 12px 16px;
  border-bottom: 1px solid #e6e6e6;
}

.quotation_price_charts_content {
  display: flex;
  padding: 0 0 20px 20px;
}

.quotation_price_charts_list {
  padding-top: 20px;
  margin-right: 10px;
}

.quotation_price_charts_list_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  background: #f6f6f6;
  border-radius: 2px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  cursor: pointer;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 4px;
}

.quotation_price_charts_list_item:last-child {
  margin-bottom: 0;
}

.quotation_price_charts_list_item.cur,
.quotation_price_charts_list_item:hover {
  background: #00a378;
  color: #ffffff;
}

.quotation_price_charts_views {
  width: 618px;
  height: 262px;
}

.quotation_price_charts_views_wrap {
  position: relative;
}

a.quotation_price_charts_views_detail {
  position: absolute;
  display: flex;
  align-items: center;
  top: 7px;
  right: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}

a.quotation_price_charts_views_detail:hover span {
  color: #00a378;
}

.quotation_price_charts_views_detail img {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}

.quotation_price_investigate_wrap {
  width: 432px;
  height: 332px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}

.quotation_price_investigate_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #e6e6e6;
}

.quotation_price_investigate_more.more_text span {
  font-weight: 400;
  font-size: 14px;
  /* color: #333333; */
  line-height: 22px;
}

.quotation_price_investigate_list {
  padding: 16px 20px;
}

.quotation_price_investigate_item {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 16px;
  padding-left: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quotation_price_investigate_item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #e4e6eb;
}

.quotation_price_investigate_item:last-child {
  margin-bottom: 0;
}

.quotation_price_investigate_item:hover {
  color: #00a378;
}

.quotation_price_ad {
  width: 1200px;
  height: 100px;
  margin-bottom: 20px;
}

.quotation_price_ad img {
  width: 100%;
  height: 100%;
}

.quotation_price_type_list {
  padding: 16px 24px;
  background: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 20px;
}

.quotation_price_type_row_list {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 16px; */
}

.quotation_price_type_row_list:last-child {
  margin-bottom: 0;
}

.quotation_price_type_row_label {
  width: 42px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  margin-right: 30px;
}

.quotation_price_type_row {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  /* height: 30px; */
  overflow: hidden;
}

.quotation_price_type_row_item {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 30px;
  margin-right: 30px;
  cursor: pointer;
}

.quotation_price_type_row_item.cur,
.quotation_price_type_row_item:hover {
  color: #00a378;
}

.quotation_price_type_row_item:last-child {
  margin-right: 0;
}

.quotation_price_type_open_close_item {
  display: flex;
  align-items: center;
  height: 100%;
}

.quotation_price_type_open_close_item span {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 22px;
}

.quotation_price_type_open_close_item img {
  width: 14px;
  height: 14px;
  margin-left: 4px;
}

.quotation_price_type_row_left {
  flex: 1;
  display: flex;
}

.quotation_price_type_open_close {
  width: 46px;
}

/*  */

.quotation_price_table_list {
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  margin-bottom: 40px;
}

.quotation_price_table_list a {
  color: #000;
}

.layui-table {
  margin: 0;
}

.quotation_price_table_list th {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
  font-family: PingFang SC, Microsoft YaHei;
}

.quotation_price_table_list thead {
  height: 52px;
}

.quotation_price_table_list thead tr {
  background-color: #f9f9f9;
}

.quotation_price_table_list tbody tr {
  border-bottom: 1px solid #f0f0f0;
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  font-family: PingFang SC, Microsoft YaHei;
  text-align: center;
}

.quotation_price_table_list tbody tr:hover {
  background: #f9f9f9;
}

.quotation_price_table_list tbody tr td {
  padding: 0;
}

.quotation_price_table_list tbody tr td a {
  display: block;
  width: 100%;
  padding: 14.75px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
}

/* .control_wood_name_td:hover a{
      color: #00A378;
  } */

.quotation_price_table_list tbody tr:last-child {
  border-bottom: 0;
}

.quotation_price_table_list tbody tr td.price {
  font-size: 12px;
  font-weight: 500;
  font-family: PingFang SC, Microsoft YaHei;
}

.quotation_price_table_list tbody tr td.price span {
  font-size: 16px;
}

.quotation_price_table_list tbody tr td .fall,
.quotation_price_table_list tbody tr td .rise,
.quotation_price_table_list tbody tr td .balance {
  display: inline-block;
  /* width: 83px; */
  min-width: 84px;
  height: 34px;
  background: #edfff8;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #00a378;
  line-height: 34px;
  font-family: PingFang SC, Microsoft YaHei;
  margin: 0 auto;
  padding: 0 4px;
}

.quotation_price_table_list tbody tr td .rise {
  color: #f40c0c;
  background: #ffeeee;
}

.quotation_price_table_list tbody tr td .balance {
  text-align: center;
  color: #333333;
  background: #f6f6f6;
}

.quotation_price_table_list tbody tr td .balance img,
.quotation_price_table_list tbody tr td .fall img,
.quotation_price_table_list tbody tr td .rise img {
  width: 14px;
  height: 14px;
  margin-right: 3px;
}

.quotation_price_no_data {
  padding: 80px 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #969799;
  line-height: 24px;
  display: none;
}

.quotation_price_no_data img {
  width: 330px;
  height: 192px;
  margin-bottom: 16px;
}

.rise_fall_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quotation_price_table_wood_name:hover,
.quotation_price_table_wood_name.hover,
.quotation_price_table_wood_market_name:hover {
  color: #00a378;
}

/*  */

.quotation_pricelaypage_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}

.quotation_pricelaypage_wrap .layui-laypage {
  margin: 0;
}

.layui-laypage a,
.layui-laypage span {
  margin: 0;
}

#quotation_pricelaypage .layui-laypage a,
#quotation_pricelaypage .layui-laypage .layui-laypage-curr,
#quotation_pricelaypage .layui-laypage .layui-laypage-spr {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  margin-right: 8px;
  padding: 0;
  overflow: hidden;
}

#quotation_pricelaypage .layui-laypage .layui-laypage-prev,
#quotation_pricelaypage .layui-laypage .layui-laypage-next {
  width: auto;
  padding: 0 12px;
}

#quotation_pricelaypage .layui-laypage .layui-laypage-prev .layui-icon,
#quotation_pricelaypage .layui-laypage .layui-laypage-next .layui-icon {
  font-size: 14px;
}

.quotation_pricelaypage_total {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  font-family: PingFang SC, Microsoft YaHei;
  margin-left: 20px;
}
.quotation_price_detail_wrap {
  background-color: #fff;
  padding-bottom: 40px;
  font-size: 14px;
  font-family: PingFang SC, Microsoft YaHei;
}

.quotation_price_detail_body {
  display: flex;
  padding: 0 30px 30px;
  padding-top: 20px;
}

.quotation_price_detail_content {
  width: 770px;
  margin-right: 50px;
}

.quotation_price_detail_title {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 8px;
}

.quotation_price_detail_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Microsoft YaHei, Microsoft YaHei;
  margin-bottom: 20px;
}

.quotation_price_detail_price {
  display: flex;
  align-items: center;
}

.quotation_price_detail_price .price {
  font-weight: 700;
  font-size: 24px;
  /* color: #F40C0C; */
  line-height: 32px;
  margin-right: 20px;
}

.quotation_price_detail_price .range {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}

.rise {
  color: #f40c0c;
}

.fall {
  color: #00a378;
}

.balance {
  color: #333;
}

.quotation_price_detail_price .range img {
  display: block;
  width: 20px;
  height: 20px;
}

.quotation_price_detail_date {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}

.quotation_price_detail_date img {
  width: 16px;
  height: 16px;
}

.quotation_price_detail_date .date_text {
  display: flex;
  align-items: center;
  margin-left: 2px;
}

.quotation_price_detail_date .date_text .label {
  margin-right: 6px;
}

.quotation_price_detail_top_table {
  padding-bottom: 40px;
  border-bottom: 1px dashed #e6e6e6;
  margin-bottom: 40px;
}

.quotation_price_detail_top_table table {
  border: 1px solid #e6e6e6;
  margin-bottom: 0;
}

.quotation_price_detail_top_table .layui-table tr:hover {
  background: #fff;
}

.quotation_price_detail_top_table .layui-table tr th {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  background: #f8f8f8;
  padding: 11.5px 0;
}

.quotation_price_detail_top_table .layui-table tr td {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 0;
}

.quotation_price_detail_top_table .layui-table tr td.quotation_price_table_wood_name {
  /* width: 100%;
        height: 100%; */
  /* display: block; */
  padding: 11.5px 0;
  color: #333;
}

.quotation_price_detail_top_table .layui-table tr td.quotation_price_table_wood_name,
.quotation_price_detail_top_table .layui-table tr td.quotation_price_table_wood_name:hover {
  color: #00a378;
}

.quotation_price_detail_charts_title {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  line-height: 30px;
}

.quotation_price_detail_charts {
  width: 770px;
  height: 410px;
}

.quotation_price_detail_aside_item_title {
  margin-bottom: 16px;
}

.quotation_price_detail_aside_wrap {
  width: 320px;
}

.quotation_price_detail_aside_item {
  margin-bottom: 30px;
}

.quotation_price_detail_aside_item:last-child {
  margin-bottom: 0;
}

.price_ranking_list {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}

.price_ranking_item {
  display: block;
  margin-bottom: 16px;
  cursor: pointer;
}

.price_ranking_item:last-child {
  margin-bottom: 0;
}

.price_ranking_item:hover .price_ranking_item_rank_title .title {
  color: #00a378;
}

.price_ranking_item_rank_title {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.price_ranking_item_rank_title .rank {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #f0f0f0;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  color: #999999;
  /* line-height: 20px; */
  margin-right: 8px;
}

.price_ranking_item:nth-child(1) .price_ranking_item_rank_title .rank {
  background: #f52424;
  color: #fff;
}

.price_ranking_item:nth-child(2) .price_ranking_item_rank_title .rank {
  background: #ff6b3a;
  color: #fff;
}

.price_ranking_item:nth-child(3) .price_ranking_item_rank_title .rank {
  background: #ffba3a;
  color: #fff;
}

.price_ranking_item_rank_title .title {
  max-width: 250px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.price_ranking_item_rank_market {
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.merchant_recommendation_list {
}

.merchant_recommendation_item {
  display: flex;
  cursor: pointer;
  margin-bottom: 20px;
}

.merchant_recommendation_item:last-child {
  margin-bottom: 0;
}

.merchant_recommendation_item:hover .merchant_recommendation_item_title {
  color: #00a378;
}

.merchant_recommendation_item_img {
  width: 124px;
  height: 76px;
  border-radius: 4px;
  border: 1px solid #d1d5db;
  margin-right: 16px;
}

.merchant_recommendation_item_content {
  width: 180px;
}

.merchant_recommendation_item_title {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.merchant_recommendation_item_desc {
  font-weight: 400;
  font-size: 13px;
  color: #666666;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
