.currencyDetail {
  width: 100%;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E4E6E9;
  padding: 16px;
}
.currencyDetail .currencyDetail_table {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: flex-start;
  border-bottom: 1px solid #EFF2F5;
  padding-bottom: 8px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box {
  display: flex;
  margin-bottom: 20px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 12px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box {
  height: 60px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title {
  display: flex;
  align-items: center;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title i {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-right: 8px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh {
  display: flex;
  align-items: center;
  margin-left: 16px;
  cursor: pointer;
  position: relative;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .platform_qh_con {
  display: flex;
  align-items: center;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .currency_qh_con {
  display: flex;
  align-items: center;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .name {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #050F19;
  line-height: 20px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .hb_img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin: 0 8px 0 4px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .en_name {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #050F19;
  line-height: 20px;
  margin-right: 4px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .down_img {
  width: 18px;
  height: 18px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .currency_qh_content {
  cursor: none;
  position: absolute;
  top: 30px;
  left: 20px;
  display: none;
  flex-direction: column;
  width: 300px;
  height: 300px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(89, 99, 109, 0.2);
  border-radius: 8px;
  padding: 8px 4px;
  overflow-y: auto;
  z-index: 100;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .currency_qh_content::-webkit-scrollbar {
  width: 0px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .currency_qh_content .qh_list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  cursor: pointer;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .currency_qh_content .qh_list .left {
  display: flex;
  align-content: center;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .currency_qh_content .qh_list .left img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .currency_qh_content .qh_list .left .zn_name {
  height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #24292E;
  line-height: 20px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .currency_qh_content .qh_list .right {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #24292E;
  line-height: 20px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .currency_qh_content .qh_list:hover {
  background: #EEF0F2;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .currency_qh_content .active {
  background: #EEF0F2;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .platform_qh_content {
  cursor: none;
  position: absolute;
  top: 30px;
  left: -15px;
  display: none;
  flex-direction: column;
  width: 480px;
  height: 288px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(89, 99, 109, 0.16);
  border-radius: 8px;
  z-index: 100;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .platform_qh_content .platform_top {
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1fr;
  border-bottom: 1px solid #F2F2F2;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .platform_qh_content .platform_top .p_list {
  font-size: 14px;
  color: #24292E;
  line-height: 40px;
  font-weight: 400;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .platform_qh_content .platform_top .p_list:nth-child(1) {
  text-align: center;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .platform_qh_content .platform_bottom {
  width: 100%;
  height: 248px;
  overflow-y: auto;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .platform_qh_content .platform_bottom .platform_content {
  width: 100%;
  height: 40px;
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1fr;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .platform_qh_content .platform_bottom .platform_content .p_list {
  font-size: 14px;
  color: #24292E;
  line-height: 40px;
  font-weight: 400;
  cursor: pointer;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .platform_qh_content .platform_bottom .platform_content .p_list:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .platform_qh_content .platform_bottom .platform_content .p_list:nth-child(1) img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .platform_qh_content .platform_bottom .platform_content:hover {
  background: #F5F5F5;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh .platform_qh_content .platform_bottom .active {
  background: #F5F5F5;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .title .currency_qh_content_mask {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .detail {
  display: flex;
  align-items: center;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .detail i {
  display: block;

  line-height: 24px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  margin-right: 12px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .detail i.card {
  padding: 0 8px;
  border: 1px solid #F0B90B;
  color: #F0B90B;
  text-align: center;
  line-height: 20px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_box .box .detail span {
  color: #89939E;
  font-size: 14px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .currencyDetail_table_detail {
  font-size: 14px;
  line-height: 22px;
  width: 508px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .money {
  display: flex;
  align-items: center;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .money .sum {
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .money .sum i {
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .money .sum i i {
  color: #00B98C;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .money .sum span {
  color: #89939E;
  font-size: 18px;
  line-height: 24px;
  margin-left: 8px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .money .btn {
  width: 88px;
  height: 36px;
  background: #00B98C;
  border-radius: 2px;
  color: #fff !important;
  line-height: 36px;
  text-align: center;
  padding: 0;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_lt .time {
  width: 100%;
  margin-top: 4px;
  color: #89939E;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_time {
  display: flex;
  align-items: center;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_time .time_img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_time .time_num {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #050F19;
  line-height: 20px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_rt {
  display: flex;
  flex-direction: column;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_rt .download {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_rt .download span,
.currencyDetail .currencyDetail_table .currencyDetail_table_rt .download a {
  display: block;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_rt .download span {
  font-size: 14px;
  padding: 8px;
  line-height: 20px;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_rt .download a {
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #F4BB0B;
  margin-bottom: 8px;
  color: #fff;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_rt .download a.yiou {
  background: #24292E;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_rt .download a.huobi {
  background: #4378FF;
}
.currencyDetail .currencyDetail_table .currencyDetail_table_rt .erchert {
  width: 232px;
  height: 168px;
  margin-top: 8px;
}
.currencyDetail .currencyDetail_table_grid {
  width: 100%;
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
  gap: 20px;
}
.currencyDetail .currencyDetail_table_grid .grid_item {
  width: 260px;
  height: 180px;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.currencyDetail .currencyDetail_table_grid .grid_item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.currencyDetail .currencyDetail_table_grid .grid_item .title div p:not(1) {
  margin-bottom: 8px;
}
.currencyDetail .currencyDetail_table_grid .grid_item .title div i {
  color: #24292E;
  font-weight: bold;
  line-height: 18px;
}
.currencyDetail .currencyDetail_table_grid .grid_item .title div p {
  height: 18px;
}
.currencyDetail .currencyDetail_table_grid .grid_item .title i,
.currencyDetail .currencyDetail_table_grid .grid_item .title span {
  color: #89939E;
  font-size: 12px;
  line-height: 18px;
}
.currencyDetail .currencyDetail_table_grid .grid_item .mb48 {
  margin-bottom: 60px;
}
.currencyDetail .currencyDetail_table_grid .grid_item .text {
  font-weight: bold;
}
.currencyDetail .currencyDetail_table_grid .grid_item .text i {
  margin-right: 8px;
  font-size: 12px;
}
.currencyDetail .currencyDetail_table_grid .grid_item .text span {
  font-size: 12px;
}
.currencyDetail .disclaimer {
  width: 100%;
  margin-top: 64px;
  color: #59636D;
  line-height: 17px;
  font-size: 12px;
}
.currencyDetail .currencyDetail_real {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 16px 0px;
}
.currencyDetail .currencyDetail_real .real_list {
  flex: 1;
}
.currencyDetail .currencyDetail_real .real_list:last-child .real_box {
  display: flex;
}
.currencyDetail .currencyDetail_real .real_list:last-child .real_box i {
  flex: none;
}
.currencyDetail .currencyDetail_real .real_list:last-child .real_box span {
  flex: 1;
}
.currencyDetail .currencyDetail_real .real_box {
  display: flex;
  flex-direction: column;
}
.currencyDetail .currencyDetail_real .real_box i {
  height: 17px;
  font-weight: 500;
  font-size: 12px;
  color: #050F19;
  line-height: 17px;
}
.currencyDetail .currencyDetail_real .real_box i span {
  height: 17px;
  font-weight: 500;
  font-size: 12px;
  color: #050F19;
  line-height: 17px;
}
.currencyDetail .currencyDetail_real .real_box span {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #707A8A;
  line-height: 20px;
}
.currencyDetail_head {
  width: 100%;
  margin: 48px 0 12px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.fall {
  /*background: #F23F58 !important;*/
  background: none !important;
  font-size: 14px;
}
.zero {
  font-size: 14px;
  background: #89939E !important;
}
.rise {
  background: #00B98C !important;
  font-size: 14px;
}
.wordFall {
  color: #F23F58 !important;
  font-size: 14px;
}
.wordZero {
  font-size: 14px;
  color: #89939E !important;
}
.wordRise {
  color: #00B98C !important;
  font-size: 14px;
}
.erchert {
  width: 100%;
  height: 600px;
}
.layui-flow-more {
  display: none;
}
.date_content {
  width: 100%;
}
.date_content .date_option {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
}
.date_content .date_option .name {
  color: #707A8A;
  font-size: 14px;
  margin-right: 8px;
}
.date_content .date_option .times_select {
  width: 200px;
  height: 36px;
  background: #EEF0F2;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  cursor: pointer;
}
.date_content .date_option .times_select .time_days {
  font-size: 14px;
  font-weight: 400;
}
.date_content .date_option .times_select img {
  width: 18px;
  height: 18px;
}
.date_content .date_option .time_tabs2 {
  position: absolute;
  top: 45px;
  right: 0;
  width: 200px;
  height: auto;
  background: #fff;
  z-index: 99;
  display: none;
}
.date_content .date_option .time_tabs2 .list {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  cursor: pointer;
}
.date_content .date_option .time_tabs2 .list::hover {
  background: #EEF0F2;
}
.date_content .date_option .time_tabs2 .active {
  background: #EEF0F2;
}
.date_content .date_option .time_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 98;
  display: none;
}
.date_content .btcdata_des_content {
  width: 100%;
  margin-top: 16px;
}
.date_content .btcdata_des_content .des_content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  border-top: 1px solid #EFF2F5;
  border-bottom: 1px solid #EFF2F5;
  padding: 16px;
}
.date_content .btcdata_des_content .des_content .b_d_list {
  text-align: right;
}
.date_content .btcdata_des_content .des_content .b_d_list:nth-child(1) {
  text-align: left;
}
.date_content .btcdata_des_content .des_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #EFF2F5;
  padding: 29px 16px;
}
.date_content .btcdata_des_content .des_list .list {
  font-weight: 500;
  font-size: 14px;
  color: #050F19;
  line-height: 16px;
  text-align: right;
}
.date_content .btcdata_des_content .des_list .list:nth-child(1) {
  text-align: left;
}
.his_a {
  font-size: 16px;
  color: #59636D;
  font-weight: 600;
}
.his_a:hover {
  color: #59636D!important;
}
.a-layui-this:hover {
  color: #F7D049!important;
}
.layui_wa {
  border-bottom-width: 0px!important;
}
.layui_wa .layui-tab-title li {
  font-weight: 100;
  color: #878B99 !important;
}
.layui_wa .layui-tab-title li:hover {
  color: #111111 !important;
}
.layui_wa .layui-tab-title .layui-this {
  color: #111111 !important;
  font-weight: bold;
}
.layui_wa .layui-this::after {
  border-width: 2px!important;
  border-color: #111111 !important;
  border-left-width: 0!important;
  /* 宸﹁竟妗嗕负闆� */
  border-right-width: 0!important;
  /* 鍙宠竟妗嗕负闆� */
  border-top-width: 0!important;
  /* 涓婅竟妗嗕负闆� */
}
.wallet {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
}
.wallet .wa_list {
  width: 196px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #ECEDF3;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.wallet .wa_list:hover {
  border: 1px solid #111111;
}
.wallet .wa_list .top_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wallet .wa_list .top_info .wa_img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
}
.wallet .wa_list .top_info .right_title {
  display: flex;
  flex-direction: column;
}
.wallet .wa_list .top_info .right_title .name {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #111111;
  white-space: nowrap;
  /* 璁╂枃鏈笉鎹㈣ */
  overflow: hidden;
  /* 闅愯棌瓒呭嚭瀹瑰櫒鐨勫唴瀹� */
  text-overflow: ellipsis;
  /* 鏄剧ず鐪佺暐鍙� */
  margin-bottom: 8px;
  width: 120px;
}
.wallet .wa_list .top_info .right_title .des {
  display: flex;
  align-items: center;
}
.wallet .wa_list .top_info .right_title .des .d_name {
  font-weight: 400;
  font-size: 10px;
  color: #878B99;
  margin-right: 4px;
  height: 16px;
  line-height: 16px;
}
.wallet .wa_list .top_info .right_title .des .star {
  bottom: 3px;
}
.wallet .wa_list .top_info .right_title .des .star .layui-rate {
  padding: 0;
}
.wallet .wa_list .top_info .right_title .des .star .layui-rate i {
  font-size: 12px;
  margin-right: 2px;
}
.wallet .wa_list .z_des {
  margin: 10px 0 10px 0;
  font-weight: 400;
  font-size: 10px;
  color: #5F6277;
  line-height: 16px;
  display: -webkit-box;
  /* 灏嗗厓绱犲彉鎴愪竴涓崟琛屾垨澶氳鐨勫脊鎬х洅瀛� */
  -webkit-line-clamp: 2;
  /* 闄愬埗鏄剧ず鐨勮鏁颁负2 */
  -webkit-box-orient: vertical;
  /* 鍨傜洿鏂瑰悜鎺掑垪 */
  overflow: hidden;
  /* 闅愯棌瓒呭嚭瀹瑰櫒鐨勫唴瀹� */
}
.wallet .wa_list .b_tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wallet .wa_list .b_tabs .tabs_list {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #ECEDF3;
  font-weight: 500;
  font-size: 12px;
  color: #111111;
  padding: 4px 8px;
  margin-right: 4px;
  box-sizing: border-box;
  white-space: nowrap;
  /* 璁╂枃鏈笉鎹㈣ */
  overflow: hidden;
  /* 闅愯棌瓒呭嚭瀹瑰櫒鐨勫唴瀹� */
  text-overflow: ellipsis;
  /* 鏄剧ず鐪佺暐鍙� */
  margin-bottom: 10px;
}
.wallet .wa_list .b_tabs .tabs_list:last-child {
  margin-right: 0px;
}

.currency_coin_detials .layui-tab .layui-tab-title {
  border-bottom: none;
}

.currency_coin_detials .layui-tab-brief>.layui-tab-title .layui-this {
  color: #F4BB0B !important;
}
.currency_coin_detials .layui-tab .layui-tab-title li {
  line-height: 30px;
  min-width:auto;
  padding: 0;
  margin-right: 20px;
}
.currency_coin_detials .layui-tab-item {
  margin-top: 10px;
}

.currency_coin_detials .coin_data_box {
  margin-top: 17px;
}

.currency_coin_detials .data_head_box {
  display: flex;
  align-items: center;
}

.currency_coin_detials .data_head_item {
  width: 190px;
  padding: 24px;
  box-sizing: border-box;
  background: #F8FAFD;
  border-radius: 12px 12px 12px 12px;
  margin-right: 20px;
}

.currency_coin_detials .data_head_item:last-child {
  margin-right: 0;
}

.currency_coin_detials .data_head_item .data_head_key {
  font-size: 16px;
  color: #5F6277;
  line-height: 16px;
}

.currency_coin_detials .data_head_item .data_head_val {
  margin-top: 16px;
  font-weight: 600;
  font-size: 20px;
  color: #111111;
  line-height: 20px;
}

.currency_coin_detials .data_head_item .data_head_val.green {
  color: #00B98C;
}

.currency_coin_detials .data_head_item .data_head_val.red {
  color: #F23F58;
}

.currency_coin_detials .data_head_item .data_head_num {
  margin-top: 12px;
  font-size: 16px;
  color: #5F6277;
}

.currency_coin_detials .data_link_box {
  margin-top: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.currency_coin_detials .data_link_box .data_link_item {
  width: 190px;
  padding: 12px 0 12px 24px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #F6F7F8;
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
}

.currency_coin_detials .data_link_box .data_link_item:nth-child(4n) {
  margin-right: 0px;
}

.currency_coin_detials .data_link_box .data_link_item .data_link_icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.currency_coin_detials .data_link_box .data_link_item .data_link_name {
  font-size: 16px;
  color: #111111;
}

.currency_coin_detials .data_echarts_box .data_echarts_title {
  font-weight: 500;
  font-size: 18px;
  color: #111111;
  line-height: 23px;
}

.currency_coin_detials .data_echarts_box .data_time_box {
  margin-top: 32px;
  width: 340px;
  height: 32px;
  display: flex;
  align-items: center;
  background: #F6F7F8;
  border-radius: 2px;
  padding: 2px;
  box-sizing: border-box;
}

.currency_coin_detials .data_echarts_box .data_time_item {
  width: 56px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 2px 2px 2px 2px;
  color: #111111;
  cursor: pointer;
}

.currency_coin_detials .data_echarts_box .data_time_item.active {
  background: #FFFFFF;
}

.currency_coin_detials .data_echarts_box .data_time_item:hover {
  background: #FFFFFF;
}

.currency_coin_detials .data_echarts_box .lt_charts {
  margin-top: 20px;
  width: 100%;
  height: 468px;
}

.currency_coin_detials  .echarts_two, .currency_coin_detials  .echarts_three {
  margin-top: 60px;
}
.currency_coin_detials {
  width: 820px;
  margin: 0 auto;
}

.currency_coin_detials .tool_coin_box {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.currency_coin_detials .coin_tool_item {
  width: 260px;
  height: 182px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #ECEDF3;
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding-top: 16px;
  cursor: pointer;
}

.currency_coin_detials .coin_tool_item:nth-child(3n) {
  margin-right: 0px;
}

.currency_coin_detials .coin_tool_item:hover {
  border: 1px solid #111111;
}

.currency_coin_detials .tool_item_head {
  margin: 0 auto;
  width: 56px;
  height: 56px;
  background: #F8FAFD;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.currency_coin_detials .tool_item_head .tool_img {
  width: 32px;
  height: 32px;
}

.currency_coin_detials .tool_item_name {
  margin-top: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
}

.currency_coin_detials .tool_item_dec {
  padding: 0 16px;
  margin-top: 8px;
  font-size: 12px;
  color: #5F6277;
  line-height: 18px;
  text-align: center;
}

.currency_coin_detials {
  width: 820px;
  margin: 0 auto;
}

.currency_coin_detials .qnews_box {
  margin-top: 32px;
}

.currency_coin_detials .qnews_date {
  font-weight: 600;
  font-size: 20px;
  color: #F0B90B;
  line-height: 20px;
  margin: 32px 0px;
}

.currency_coin_detials .qnews_list {
  padding-bottom: 32px;
  position: relative;
}

.currency_coin_detials .qnews_list::before {
  content: '';
  width: 1px;
  height: 100%;
  background: #E4E6E9;
  position: absolute;
  left: 4px;
  top: 12px;
}

.currency_coin_detials .qnews_list .qnews_head {
  display: flex;
  align-items: center;
}

.currency_coin_detials .qnews_list .qnews_circle {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border: 2px solid #24292E;
  border-radius: 50%;
  box-sizing: border-box;
}

.currency_coin_detials .qnews_list .qnews_time {
  margin-left: 12px;
  font-size: 14px;
  color: #89939E;
}

.currency_coin_detials .qnews_list .qnews_title {
  margin: 12px 0;
  padding-left: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #24292E;
  line-height: 26px;
}

.currency_coin_detials .qnews_list .qnews_content {
  padding-left: 20px;
  font-size: 14px;
  color: #24292E;
  line-height: 16px;
}
.currency_coin_detials .marker_comment {
  margin-top: 32px;
}

.currency_coin_detials .marker_comment_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.currency_coin_detials .marker_comment_item .comment_adv_box {
  position: relative;
  width: 48px;
  height: 48px;
}

.currency_coin_detials .marker_comment_item .comment_adv {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.currency_coin_detials .marker_comment_item .meadl_icon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 18px;
}

.currency_coin_detials .marker_comment_item .comment_info_box {
  width: 760px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECEDF3;
  padding-top: 8px;
}

.currency_coin_detials .marker_comment_item .comment_author_name {
  font-weight: 600;
  font-size: 14px;
  color: #24292E;
  line-height: 14px;
}

.currency_coin_detials .marker_comment_item .comment_time {
  margin-top: 8px;
  font-size: 12px;
  color: #89939E;
  display: flex;
  align-items: center;
}
.currency_coin_detials .marker_comment_item .time_dots {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #89939E;
  margin:0 8px;
}


.currency_coin_detials .marker_comment_item .comment_content {
  margin-top: 14px;
  font-size: 14px;
  color: #24292E;
  line-height: 20px;
}

.currency_coin_detials .marker_comment_item .comment_content_img {
  margin-top: 16px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.currency_coin_detials .marker_comment_item .comment_content_img .comment_img {
  object-fit: cover;
  width: 232px;
  height: 232px;
}
.currency_coin_detials .marker_comment_item .comment_content_img .comment_img:nth-child(2) {
  margin: 0 22px;
}

.currency_coin_detials .marker_comment_item .comment_option_box {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.currency_coin_detials .marker_comment_item .comment_like_box {
  display: flex;
  align-items: center;
}

.currency_coin_detials .marker_comment_item .like_icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.currency_coin_detials .marker_comment_item .like_num {
  margin-left: 4px;
  font-size: 14px;
  color: #89939E;
}

.currency_coin_detials .marker_comment_item .comment_reply {
  margin-left: 24px;
  font-size: 14px;
  color: #89939E;
  cursor: pointer;
}

.currency_coin_detials .marker_comment_item .sub_comment_box {
  margin-top: 24px;
  display: none;
}

.currency_coin_detials .marker_comment_item .sub_comment_item {
  margin-bottom: 17px;
  display: flex;
  justify-content: space-between;
}

.currency_coin_detials .marker_comment_item .sub_comment_item .sub_comment_adv {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

.currency_coin_detials .marker_comment_item .sub_comment_item .sub_comment_info {
  width: 716px;
}

.currency_coin_detials .marker_comment_item .sub_comment_item .sub_comment_info .sub_comment_name {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #24292E;
  line-height: 24px;
}

.currency_coin_detials .marker_comment_item .sub_comment_item .sub_comment_info .sub_comment_name .sanjiao_icon {
  margin: 0 4px;
  width: 16px;
  height: 16px;
}

.currency_coin_detials .marker_comment_item .sub_comment_item .sub_comment_info .sub_comment_content {
  margin-top: 2px;
  font-size: 14px;
  color: #24292E;
  line-height: 20px;
}

.currency_coin_detials .marker_comment_item .sub_comment_item .sub_comment_info .sub_comment_bottom {
  margin-top: 12px;
  display: flex;
  align-items: center;
}

.currency_coin_detials .marker_comment_item .sub_comment_item .sub_comment_info .sub_comment_time {
  width: 125px;
  font-size: 12px;
  color: #89939E;
  margin-right: 56px;
}

.currency_coin_detials .marker_comment_item .sub_comment_item .sub_comment_info .sub_comment_option {
  display: flex;
  align-items: center;
}

.currency_coin_detials .marker_comment_item .sub_comment_item .sub_comment_info .sub_like_box {
  display: flex;
  align-items: center;
}

.currency_coin_detials .marker_comment_item .more_sub_comment {
  margin-top: 24px;
  font-size: 14px;
  color: #4378FF;
  line-height: 16px;
  cursor: pointer;
}

.currency_coin_detials .marker_comment_item .comment_reply_box {
  margin-top: 24px;
  display: none;
  align-items: center;
  justify-content: space-between;
}

.currency_coin_detials .marker_comment_item .comment_reply_box .reply_adv {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.currency_coin_detials .marker_comment_item .comment_reply_box .reply_ipt_box {
  display: flex;
  align-items: center;
  width: 611px;
  height: 48px;
  background: #F6F7F8;
  border-radius: 4px;
  padding: 0 16px;
  box-sizing: border-box;
}

.currency_coin_detials .marker_comment_item .comment_reply_box .reply_ipt_box .reply_ipt {
  height: 48px;
  width: 100%;
  border: none;
  color: #000;
  font-size: 14px;
  background: #F6F7F8;
}

.currency_coin_detials .marker_comment_item .comment_reply_box .reply_btn {
  width: 80px;
  height: 48px;
  background: #F7D049;
  border-radius: 4px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
}

.currency_coin_detials .marker_comment_item .comment_reply_box .reply_respondent {
  font-size: 14px;
  flex: 0 0 auto;
  color: #59636D;
  width: max-content;
}

.currency_coin_detials .marker_comment_item .video_box {
  margin-top: 16px;
  width: 396px;
  height: 232px;
  position: relative;
}

.currency_coin_detials .marker_comment_item .video_box.videobox {
  display: none;
}

.currency_coin_detials .marker_comment_item .video_box .myVideo {
  width: 396px;
  height: 232px;
}

.currency_coin_detials .marker_comment_item .video_box .video_cover {
  width: 396px;
  height: 232px;
  object-fit: cover;
  background: #000;
}

.currency_coin_detials .marker_comment_item .video_box .video_play {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.currency_coin_detials .coin_exchange_box {
  margin-top: 32px;
}

.currency_coin_detials .coin_exchange_box .exchange_th_box {
  display: flex;
  padding: 0 12px;
  height: 28px;
  border-bottom: 1px solid #ECEDF3;
}

.currency_coin_detials .coin_exchange_box .exchange_th_item {
  width: 14%;
  font-weight: 400;
  font-size: 12px;
  color: #878B99;
  line-height: 16px;
  text-align: right;
}

.currency_coin_detials .coin_exchange_box .exchange_th_item:first-child {
  width: 15%;
  text-align: left;
}

.currency_coin_detials .coin_exchange_box .exchange_th_item:nth-child(2) {
  width: 15%;
}

.currency_coin_detials .coin_exchange_box .exchange_td_box {
  display: flex;
  align-items: center;
  padding: 0 12px;
  height: 64px;
  border-bottom: 1px solid #ECEDF3;
}

.currency_coin_detials .coin_exchange_box .exchange_td_item {
  width: 14%;
  text-align: right;
}

.currency_coin_detials .coin_exchange_box .exchange_td_item:first-child {
  width: 15%;
  text-align: left;
}

.currency_coin_detials .coin_exchange_box .exchange_td_item:nth-child(2) {
  width: 15%;
}

.currency_coin_detials .coin_exchange_box .exchange_info_box {
  display: flex;
  align-items: center;
}

.currency_coin_detials .coin_exchange_box .exchange_info_box .change_icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.currency_coin_detials .coin_exchange_box .exchange_info_box .exchange_info {
  margin-left: 6px;
}

.currency_coin_detials .coin_exchange_box .exchange_info_box .exchange_td_val {
  font-weight: 500;
  font-size: 14px;
  color: #111111;
  line-height: 16px;
}

.currency_coin_detials .coin_exchange_box .exchange_info_box .exchange_td_name {
  margin-top: 2px;
  font-size: 12px;
  color: #878B99;
  line-height: 14px;
}

.currency_coin_detials .coin_exchange_box .exchange_td_time {
  font-size: 14px;
  color: #5F6277;
  line-height: 16px;
}
.main_market .details_right {
  width: 320px;
}

.main_market .details_right .right_title {
  position: relative;
  height: 40px;
  background: url("/web-v2/img/wallet/title_bg.png") no-repeat;
  background-size: 40px;
  width: 100%;
}

.main_market .details_right .title_box {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
}

.main_market .details_right .title_box .title_bg {
  position: absolute;
  width: 41px;
  height: 40px;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.main_market .details_right .more_box {
  cursor: pointer;
  font-size: 14px;
  color: #F0B90B;
}

.main_market .details_right .more_box .moreicon {
  margin-left: 4px;
  width: 16px;
  height: 16px;
}

.main_market .details_right .wallet_list {
  margin-top: 8px;
}

.main_market .details_right .wallet_list .wallet_list_item {
  width: 100%;
  height: 32px;
  margin-bottom: 12px;
  cursor: pointer;
}

.main_market .details_right .wallet_list .wallet_item_info {
  font-weight: 600;
  font-size: 12px;
  color: #24292E;
}

.main_market .details_right .wallet_list .wallet_item_info .wallet_icon {
  margin-right: 8px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
}

.main_market .details_right .wallet_list .score_val {
  margin-right: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #89939E;
}

.main_market .details_right .wallet_list .score_key {
  font-weight: 600;
  font-size: 12px;
  color: #24292E;
  line-height: 12px;
}

.main_market .details_right .hot_coin {
  margin-top: 27px;
}

.main_market .details_right .hotcoin_list {
  margin-top: 8px;
}

.main_market .details_right .hotcoin_list .hot_th_item {
  font-weight: 600;
  font-size: 12px;
  color: #24292E;
}

.main_market .details_right .hotcoin_list .hot_th_item:first-child {
  width: 40%;
}

.main_market .details_right .hotcoin_list .hot_th_item:nth-child(2) {
  width: 35%;
  text-align: right;
}

.main_market .details_right .hotcoin_list .hot_th_item:nth-child(3) {
  width: 35%;
  text-align: right;
}

.main_market .details_right #hotCoinList {
  margin-top: 16px;
}

.main_market .details_right .hot_td_box {
  height: 32px;
  margin-bottom: 20px;
}

.main_market .details_right .hot_td_box .hot_td_item:first-child {
  width: 40%;
}

.main_market .details_right .hot_td_box .hot_td_item:nth-child(2) {
  width: 35%;
  text-align: right;
}

.main_market .details_right .hot_td_box .hot_td_item:nth-child(3) {
  width: 35%;
  text-align: right;
}

.main_market .details_right .hotcoin_icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.main_market .details_right .hotcoin_info {
  margin-left: 8px;
}

.main_market .details_right .coin_name {
  font-weight: 600;
  font-size: 12px;
  color: #24292E;
}

.main_market .details_right .coin_symbol_link {
  cursor: pointer;
}

.main_market .details_right .coin_symbol_link:hover {
  color: #777;
}

.main_market .details_right .coin_tag {
  width: 80px;
  font-weight: 600;
  font-size: 12px;
  color: #89939E;
}

.main_market .details_right .coin_val {
  font-weight: 600;
  font-size: 12px;
  color: #89939E;
}

.main_market .details_right .range_box {
  width: 64px;
  height: 28px;
  line-height: 28px;
  background: #00B98C;
  border-radius: 2px 2px 2px 2px;
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}

.main_market .details_right .down_app {
  margin-top: 32px;
  padding: 20px 12px;
  background: #F7D049;
  border-radius: 4px 4px 4px 4px;
}

.main_market .details_right .down_app .code_img {
  width: 88px;
  height: 88px;
}

.main_market .details_right .down_app .downapp_title {
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 24px;
}

.main_market .details_right .down_app .downapp_option {
  margin-top: 24px;
}

.main_market .details_right .down_app .ios_option, .main_market .details_right .down_app .andr_option {
  height: 32px;
  background: #333333;
  border-radius: 4px;
  padding: 4px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}

.main_market .details_right .down_app .ios_option img, .main_market .details_right .down_app .andr_option img {
  width: 24px;
  height: 24px;
}

.main_market .details_right .down_app .andr_option {
  margin-left: 4px;
}

.main_market .details_right .important_tip {
  margin-top: 32px;
  width: 100%;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E4E6E9;
}

.main_market .details_right .important_tip .info_icon {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}

.main_market .details_right .important_tip .title_tip {
  font-weight: 600;
  font-size: 14px;
  color: #24292E;
}

.main_market .details_right .important_tip .tip_content {
  margin-top: 6px;
  font-weight: 600;
  font-size: 14px;
  color: #59636D;
  line-height: 16px;
}
.currencyDetail_table_rt .currencyDetails_url_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 36px;
    background: rgba(67, 120, 255, 0.1);
    border-radius: 25px 25px 25px 25px;
    font-weight: 500;
    font-size: 14px;
    color: #4378FF;
}
.currencyDetail_table_rt .trade_url_icon {
    width: 17px;
    height: 17px;
    margin-right: 4px;
}
.information_window {
  margin: 24px 0 4px;
  width: 820px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E4E6E9;
  box-sizing: border-box;
  padding: 16px;
}

.information_window a {
  text-decoration: none;
}

.information_window .windows_item {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
.information_window .push_swiper_box {
  display: none;
}

.information_window .windows_item:first-child {
  margin-top: 0;
}

.information_window .windows_icon {
  width: 36px;
  height: 20px;
  margin-right: 8px;
}

.information_window .swiper-container {
  margin: 0;
  height: 20px;
  width: 740px;
}

.information_window .kx_swiper_item {
  width: 740px!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  font-size: 14px;
  color: #24292E;
  text-align: left;
  
}
.information_window .kx_swiper_item:hover {
  color: #EEB303;
}
.coin_ai_box {
  margin: 40px 0;
  width: 820px;
  background: #FFFFFF;
  box-shadow: 0px 4px 25px 0px rgba(0,0,0,0.1);
  border-radius: 12px 12px 12px 12px;
  border: 0px solid #ECEDF0;
}
.coin_ai_box .coin_ai_head {
  width: 100%;
  background: url('/web-v2/img/coin/coin_ai.png');
  background-size: cover;
  height: 80px;
  padding-left: 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.coin_ai_box .chead_title {
  font-weight: 600;
  font-size: 24px;
  color: #24292E;
  line-height: 21px;
}
.coin_ai_box .chead_txt {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  margin-left: 3px;
}
.coin_ai_box .coin_ai_content {
  padding: 12px 24px;
}
.coin_ai_box .c_ai_content p {
  font-size: 12px;
  color: #89939E;
  line-height: 16px;
}
.coin_ai_box .coin_answer_box {
  margin-top: 20px;
  overflow: hidden;
  height: 200px;
}
.coin_ai_box .coin_answer {
  animation: marquee 350s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.coin_ai_box .ai_answer_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  width: 772px;
  margin-bottom: 20px;
}
.coin_ai_box .ai_robot_adv {
  width: 30px;
  height: 30px;
}
.coin_ai_box .ai_answer_box {
    margin-left: 12px;
    padding: 20px;
    width: 730px;
    background: #F2F3F5;
    border-radius: 10px;
}
.coin_ai_box .ai_answer_content {
  text-align: left;
  font-size: 14px;
  color: #24292E;
  white-space: pre-line;
}
.coin_ai_box .ai_answer_coin {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.coin_ai_box .ai_coin_price {
  display: flex;
  align-items: center;
}
.coin_ai_box .ai_coin_name  {
  font-size: 16px;
  color: #24292E;
  line-height: 20px;
  font-weight: 600;
}
.coin_ai_box .ai_price  {
  font-size: 14px;
  color: #FD455B;
  line-height: 14px;
  font-weight: 600;
  text-align: right;
}
.coin_ai_box .ai_price_pre {
  margin-left: 4px;
  color: #24292E;
  font-size: 12px;
  line-height: 14px;
}
.coin_ai_box .ai_price_pre span{
  margin-right: 4px;
  color: #FD455B;
  font-size: 12px;
  line-height: 14px;
}
.coin_ai_box .ai_answer_time{
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  color: #24292E;
  line-height: 20px;
}
.coin_ai_box .coin_ai_more {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.coin_ai_box .ai_more_text {
    font-size: 12px;
    color: #24292E;
    line-height:24px;
}
.coin_ai_box .ai_more_img {
  margin-left: 3px;
  width: 14px;
  height: 14px;
}
.coin_ai_box .coin_ipt_box {
  margin-top: 10px;
  height: 48px;
  border-radius: 44px;
  border: 1px solid #E4E6E9;
  position: relative;
}

.coin_ai_box .cai_input {
  width: 74%;
  height: 100%;
  padding-left: 16px;
  border: none;
  outline: none;
  box-sizing: border-box;
  background: transparent;
}
.coin_ai_box .cai_input::-webkit-input-placeholder {
  font-size: 14px;
  color: #89939E;
}
.coin_ai_box .questions_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  width: 68px;
  height: 40px;
  cursor: pointer;
}
.coin_ai_tips {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #89939E;
  line-height: 24px;
  text-align: center;
}

