
.survey_box {
  padding: 17px;
}
.survey_box .survey_h_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.survey_box .surver_time_box {
  display: flex;
  align-items: center;
  padding: 4px;
  background: #f4f4f4;
  border-radius: 2px 2px 2px 2px;
}
.survey_box .s_t_item {
  padding: 6px 5px;
  font-weight: 500;
  font-size: 14px;
  color: #979797;
  cursor: pointer;
}
.survey_box .s_t_item.active {
  color: #444444;
  background: #d2d6de;
}
.survey_box .trend_e_box {
  margin-top: 10px;
  width: 100%;
  height: 320px;
  position: relative;
}
.survey_box .trend_e_box .trend_logo {
  position: absolute;
  width: 108px;
  bottom: 83px;
  left: 100px;
}
.survey_box .trend_data_box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: 100%;
}
.survey_box .trend_data_box .trend_data_item {
  width: 16.66%;
}
.survey_box .trend_data_box .trend_data_item .trend_data_t {
  height: 32px;
  background: #f5f5f5;
  border: 1px solid #dedede;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  color: #24292e;
  border-right: none;
}
.coin_details_box
  .survey_box
  .trend_data_box
  .trend_data_item
  .trend_data_t.last-child {
  border-right: 1px solid #dedede;
  border-radius: 0px 8px 0px 0px;
}
.coin_details_box
  .survey_box
  .trend_data_box
  .trend_data_item
  .trend_data_t.first-child {
  border-radius: 8px 0px 0px 0px;
}
.survey_box .trend_data_box .trend_data_item .trend_data_v {
  height: 32px;
  border: 1px solid #dedede;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  color: #24292e;
  border-top: none;
  border-right: none;
  font-weight: 600;
}
.coin_details_box
  .survey_box
  .trend_data_box
  .trend_data_item
  .trend_data_v.last-child {
  border-right: 1px solid #dedede;
  border-radius: 0px 0px 8px 0px;
}
.coin_details_box
  .survey_box
  .trend_data_box
  .trend_data_item
  .trend_data_v.first-child {
  border-radius: 0px 0px 0px 8px;
}
.survey_box .kline_e_box {
  display: none;
  margin-top: 20px;
  width: 100%;
  height: 360px;
}
.survey_box .kline_e_box #chart {
  display: block;
}
.survey_box .kline_e_box .charts_content {
  position: relative;
  display: none;
}
.surve_type_box {
  display: flex;
  align-items: center;
  padding: 4px;
  background: #f4f4f4;
  border-radius: 2px 2px 2px 2px;
}
.surve_type_box .s_type_item {
  cursor: pointer;
  padding: 5px;
}
.surve_type_box .s_type_item img {
  width: 18px;
  height: 18px;
}
.surve_type_box .s_type_item.active {
  background: #d2d6de;
}
.transaction_box {
  padding: 10px 15px;
}
.transaction_box .trade_th_box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #f5f5f5;
  padding: 0 15px;
  box-sizing: border-box;
}
.transaction_box .trade_th_box .trade_th_item {
  width: 15%;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #24292e;
}
.transaction_box .trade_th_box .trade_th_item:first-child {
  width: 5%;
  text-align: left;
}
.transaction_box .trade_th_box .trade_th_item:nth-child(2) {
  text-align: left;
}
.transaction_box .trade_th_box .trade_th_item:nth-child(4) {
  width: 19%;
  text-align: right;
}
.transaction_box .trade_th_box .trade_th_item:nth-child(6) {
  width: 12%;
}
.transaction_box .trade_th_box .trade_th_item:nth-child(5) {
  width: 19%;
  text-align: right;
}
.transaction_box .trade_td_box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 52px;
  background: #ffffff;
  padding: 0 15px;
  border-bottom: 1px solid #f2f2f2;
  box-sizing: border-box;
}
.transaction_box .trade_td_box .trade_td_item {
  width: 15%;
  text-align: center;
  font-size: 14px;
  color: #24292e;
  font-weight: 600;
}
.transaction_box .trade_td_box .trade_td_item.rank_1 {
  color: #111111;
}
.transaction_box .trade_td_box .trade_td_item.rank_3 {
  color: #5f6277;
}
.transaction_box .trade_td_box .trade_td_item:first-child {
  width: 5%;
  text-align: left;
}
.transaction_box .trade_td_box .trade_td_item:nth-child(2) {
  text-align: left;
}
.transaction_box .trade_td_box .trade_td_item:nth-child(4) {
  width: 19%;
  text-align: right;
}
.transaction_box .trade_td_box .trade_td_item:nth-child(5) {
  width: 19%;
  text-align: right;
}
.transaction_box .trade_td_box .trade_td_item:nth-child(6) {
  width: 12%;
}
.transaction_box .trade_td_box .trade_td_item.time {
  font-size: 12px;
  color: #89939e;
  font-weight: 400;
}
.transaction_box .trade_td_box .trade_td_item.coin_info {
  display: flex;
  align-items: center;
}
.coin_details_box
  .transaction_box
  .trade_td_box
  .trade_td_item.coin_info
  .coin_icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.coin_details_box
  .transaction_box
  .trade_td_box
  .trade_td_item.coin_info
  .coin_name {
  margin-left: 6px;
  font-weight: 600;
  font-size: 14px;
  color: #24292e;
}
.transaction_box .trade_td_box .trade_td_item.ranknum {
  color: #5f6277;
}
.transaction_box .no-border {
  margin-top: 10px;
}
.history_box {
  padding: 10px 0px;
}
.history_box .history_title_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  padding: 0px 15px 13px;
}
.history_box .history_title {
  font-weight: 500;
  font-size: 18px;
  color: #555555;
  line-height: 18px;
}
.history_box .history_m_screen {
  display: none;
}
.history_box .history_time_label {
  margin-right: 8px;
  font-weight: 500;
  line-height: 12px;
  font-size: 12px;
  color: #89939e;
}
.history_box .history_time_box {
  display: flex;
  align-items: center;
}
.history_box .screen_f_box {
  position: relative;
}
.history_box .screen_content {
  position: absolute;
  top: 30px;
  left: -15px;
  flex-direction: column;
  display: none;
  width: 100px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(89, 99, 109, 0.16);
  border-radius: 4px;
  z-index: 100;
  padding: 8px 0;
  cursor: pointer;
}
.history_box .screen_content .screen_c_item {
  /* width: 100%; */
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  font-size: 14px;
  color: #24292e;
  padding: 0 16px;
  text-align: center;
}
.history_box .screen_content .screen_c_item:hover {
  background: #f5f5f5;
}
.history_box .screen_btn {
  display: flex;
  align-items: center;
  padding: 3px 4px;
  font-size: 12px;
  line-height: 12px;
  color: #89939e;
  background: #f4f4f4;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
}
.history_box .screen_btn .screen_icon {
  margin-left: 2px;
  width: 16px;
  height: 16px;
}
.history_box .history_list {
  padding: 10px 15px;
}
.history_box .history_th_box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #f5f5f5;
  padding: 0 15px;
  box-sizing: border-box;
}
.history_box .history_th_box .history_th_item {
  text-align: right;
  width: 17%;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #24292e;
}
.history_box .history_th_box .history_th_item:first-child {
  text-align: center;
}
.history_box .history_th_box .history_th_item:last-child {
  width: 15%;
}
.history_box .history_td_box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #f2f2f2;
}
.history_box .history_td_box .history_td_item {
  text-align: right;
  width: 17%;
  font-weight: 500;
  font-size: 14px;
  color: #24292e;
}
.history_box .history_td_box .history_td_item:first-child {
  text-align: center;
}
.history_box .history_td_box .history_td_item:last-child {
  width: 15%;
}
.history_box .history_td_box .history_td_item.time {
  font-size: 12px;
  color: #89939e;
}
.details_hotspot {
  margin-top: 15px;
  padding-bottom: 54px;
  background: #ffffff;
  border-radius: 3px;
}
.details_hotspot .details_hotspot_t {
  display: flex;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 15px;
  box-sizing: border-box;
  align-items: center;
}
.details_hotspot .details_hotspot_t .details_title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #555555;
  line-height: 18px;
}
.details_hotspot .details_hotspot_t .details_hot_icon {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
}
.details_hotspot .hotspot_box {
  margin-top: 10px;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.details_hotspot .hotspot_box .hotspot_item {
  display: flex;
  width: 45%;
  padding: 16px 0;
  border-bottom: 1px solid #d9d9d9;
}
.details_hotspot .hotspot_box .hotspot_item:nth-child(1) {
  padding: 0 0 16px;
}
.coin_details_box
  .details_hotspot
  .hotspot_box
  .hotspot_item:nth-child(1)
  .hotspot_item_m {
  color: #f39c12;
  font-weight: 600;
}
.details_hotspot .hotspot_box .hotspot_item:nth-child(2) {
  padding: 0 0 16px;
}
.coin_details_box
  .details_hotspot
  .hotspot_box
  .hotspot_item:nth-child(2)
  .hotspot_item_m {
  color: #f39c12;
  font-weight: 600;
}
.coin_details_box
  .details_hotspot
  .hotspot_box
  .hotspot_item:nth-child(3)
  .hotspot_item_m {
  color: #f39c12;
  font-weight: 600;
}
.details_hotspot .hotspot_box .hotspot_item:nth-child(5),
.details_hotspot .hotspot_box .hotspot_item:nth-child(6) {
  border-bottom: none;
}
.details_hotspot .hotspot_box .hotspot_item .hotspot_item_m {
  margin-right: 8px;
  font-size: 20px;
  color: rgba(243, 156, 18, 0.6);
  line-height: 20px;
}
.details_hotspot .hotspot_box .hotspot_item .hotspot_item_c {
  font-weight: 600;
  font-size: 14px;
  color: #24292e;
  line-height: 22px;
}
.coin_details_box
  .details_hotspot
  .hotspot_box
  .hotspot_item
  .hotspot_item_c
  a {
  color: #24292e;
}
.details_hotspot .hotspot_more {
  margin: 12px 36px 0px;
  height: 34px;
  background: #0073b7;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #dddddd;
  line-height: 34px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.details_hotspot .hotspot_more a {
  display: block;
  width: 100%;
  height: 34px;
  color: #ffffff;
}
.details_flash {
  margin-top: 15px;
  background: #ffffff;
  border-radius: 3px;
  padding-bottom: 15px;
}
.details_flash .details_flash_t {
  display: flex;
  padding: 20px 0 0 16px;
  height: 48px;
  border-bottom: 1px solid #d9d9d9;
}
.details_flash .details_flash_t .details_f_t {
  font-weight: 600;
  font-size: 18px;
  color: #444444;
  line-height: 18px;
}
.details_flash .details_flash_t .details_f_time {
  margin-left: 9px;
  padding: 0 4px;
  height: 19px;
  line-height: 19px;
  color: #89939e;
  background: #f4f4f4;
  border-radius: 2px 2px 2px 2px;
}
.details_flash .details_flash_c {
  padding: 15px 12px 0;
}
.details_flash .details_flash_c .flash_item {
  position: relative;
  padding-left: 34px;
  padding-bottom: 16px;
}
.details_flash .details_flash_c .flash_item::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 24px;
  z-index: 0;
  width: 1px;
  height: 100%;
  background: #e4e6e9;
}
.coin_details_box
  .details_flash
  .details_flash_c
  .flash_item:last-child::before {
  display: none;
}
.details_flash .details_flash_c .flash_item .flash_time {
  font-size: 14px;
  color: #89939e;
  line-height: 20px;
}
.details_flash .details_flash_c .flash_item .flash_content {
  margin-top: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #24292e;
  line-height: 20px;
}
.details_flash .details_flash_c .flash_item .flash_content a {
  color: #24292e;
}
.details_flash .details_flash_c .flash_item .flash_item_b {
  margin-top: 4px;
  display: flex;
  align-items: center;
}
.coin_details_box
  .details_flash
  .details_flash_c
  .flash_item
  .flash_item_b
  .flash_like_box {
  margin-right: 16px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #89939e;
  cursor: pointer;
}
.coin_details_box
  .details_flash
  .details_flash_c
  .flash_item
  .flash_item_b
  .like_op_icon {
  margin-right: 4px;
  width: 13px;
  height: 13px;
}
.coin_details_box
  .details_flash
  .details_flash_c
  .flash_item
  .flash_item_b
  .f_like_num {
  margin-left: 4px;
  font-size: 12px;
  color: #89939e;
}
.details_flash .details_flash_c .flash_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 24px;
  height: 24px;
}
.details_flash .flash_more {
  margin: 0 16px;
  height: 34px;
  background: #0073b7;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #dddddd;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
}
.details_flash .flash_more a {
  display: block;
  width: 100%;
  height: 34px;
  color: #ffffff;
}
.history_empty_box {
  padding-top: 100px;
}
.history_empty_box img {
  display: block;
  margin: 0 auto;
  width: 280px;
}
.history_empty_box p {
  text-align: center;
  font-size: 14px;
  color: #89939e;
}
