.e_currency_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.e_currency_content .e_currency_list {
  display: flex;
  flex-direction: column;
  position: relative;
}
.e_currency_content .e_currency {
  width: 380px;
  height: 120px;
  background: #F5F5F5;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  box-sizing: border-box;
}
.e_currency_content .e_currency .e_left {
  display: flex;
  align-items: center;
}
.e_currency_content .e_currency .e_left .btc_img {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}
.e_currency_content .e_currency .e_left .e_btc_info {
  display: flex;
  flex-direction: column;
}
.e_currency_content .e_currency .e_left .e_btc_info .e_btc_name {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
}
.e_currency_content .e_currency .e_left .e_btc_info .e_btc_name .e_btc_name_content {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
.e_currency_content .e_currency .e_left .e_btc_info .e_btc_name .down_icon {
  width: 24px;
  height: 24px;
  transition: transform 0.5s;
}
.e_currency_content .e_currency .e_left .e_btc_info .e_btc_des {
  font-size: 14px;
  font-weight: 400;
  color: #89939E;
}
.e_currency_content .e_currency .e_right input {
  background: #F5F5F5;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-align: right;
  width: 210px;
  border: none;
  outline: none;
}
.e_currency_content .e_currency .e_right input::placeholder {
  color: #000;
}
.e_currency_content .e_currency .e_right input::-webkit-inner-spin-button,
.e_currency_content .e_currency .e_right input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.e_currency_content .e_icon {
  width: 24px;
  height: 24px;
  background: #F0F0F0;
  border-radius: 50%;
  margin: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.e_currency_content .e_icon img {
  width: 14px;
  height: 14px;
}
.e_currency_content .chear {
  position: fixed;
  bottom: 48px;
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
}
.e_currency_content .chear .content {
  width: 320px;
  height: 88px;
  line-height: 88px;
  background: #F7D049;
  border-radius: 8px;
  text-align: center;
}
.btc_search {
  position: absolute;
  top: 120px;
  left: 0;
  width: 380px;
  height: 304px;
  background: #FFFFFF;
  box-shadow: 0px 0 8px 0px rgba(89, 99, 109, 0.16);
  border-radius: 8px;
  flex-direction: column;
  z-index: 9999;
  display: none;
}
.btc_search .search_content {
  display: flex;
  padding: 8px;
}
.btc_search .search_content input {
  width: 100%;
  height: 40px;
  background: #E4E6E9;
  border-radius: 8px;
  padding-left: 36px;
  border: 0;
  background: url(../img/search2.png) no-repeat 9px center;
  border: 1px solid #CCCCCC;
  background-size: 20px;
}
.btc_search .btc_tab_list li {
  font-size: 14px!important;
  font-weight: 400;
}
.btc_search .btc_list_content {
  padding-bottom: 8px;
  height: 200px;
  overflow-y: auto;
}
.btc_search .btc_list_content .btc_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  cursor: pointer;
}
.btc_search .btc_list_content .btc_list .left {
  padding-left: 16px;
  display: flex;
  align-items: center;
}
.btc_search .btc_list_content .btc_list .left img {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.btc_search .btc_list_content .btc_list .left .name {
  font-size: 14px;
  font-weight: 500;
  color: #24292E;
}
.btc_search .btc_list_content .btc_list .zh_name {
  font-size: 14px;
  font-weight: 400;
  color: #24292E;
  margin-right: 16px;
  text-align: right;
}
.btc_search .btc_list_content .btc_list:hover {
  background: #F5F5F5;
}
.btc_search .btc_list_content::-webkit-scrollbar {
  display: none;
}
.e_currency_des_bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.e_currency_des {
  width: 380px;
  font-size: 14px;
  font-weight: 400;
  color: #89939E;
  padding-left: 20px;
  margin-top: 12px;
  box-sizing: border-box;
}
.echarts_content {
  margin-top: 24px;
}
.echarts_content .echarts_border {
  width: 100%;
  border: 1px solid #E4E6E9;
  border-radius: 8px;
}
.echarts_content .echarts_border .echarts_title {
  width: 100px;
  font-weight: 500;
  font-size: 20px;
  color: #050F19;
  padding: 24px;
}
.upRotate {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: transform 0.5s;
}
.btc_search_mark {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff00;
  z-index: 9997;
}
.exchange {
  margin-top: 24px;
}
.exchange .exchange_title {
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #24292E;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.exchange .exchange_title .ex_title {
  font-size: 16px;
  color: #24292E;
}
.exchange .exchange_title .right {
  display: flex;
  align-items: center;
}
.exchange .exchange_title .right .r_time {
  display: flex;
  align-items: center;
}
.exchange .exchange_title .right .r_time img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
}
.exchange .exchange_title .right .r_time .time {
  display: flex;
  align-items: center;
  color: #050F19;
  font-size: 12px;
  font-weight: 400;
}
.exchange .exchange_title .right .r_time .time div {
  color: #050F19;
  font-size: 12px;
  font-weight: 400;
}
.exchange .exchange_title .right .currency_qh {
  display: flex;
  align-items: center;
  margin-left: 16px;
  cursor: pointer;
  position: relative;
}
.exchange .exchange_title .right .currency_qh .currency_content {
  width: 200px;
  height: 36px;
  background: #EEF0F2;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}
.exchange .exchange_title .right .currency_qh .currency_content .c_left {
  display: flex;
  align-items: center;
}
.exchange .exchange_title .right .currency_qh .currency_content .c_left img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
}
.exchange .exchange_title .right .currency_qh .currency_content .c_left .name {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #050F19;
  line-height: 20px;
}
.exchange .exchange_title .right .currency_qh .currency_content .c_right {
  width: 18px;
  height: 18px;
}
.exchange .exchange_title .right .currency_qh .currency_qh_content {
  cursor: none;
  position: absolute;
  top: 40px;
  left: 0px;
  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;
}
.exchange .exchange_title .right .currency_qh .currency_qh_content::-webkit-scrollbar {
  width: 0px;
}
.exchange .exchange_title .right .currency_qh .currency_qh_content .qh_list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  cursor: pointer;
  box-sizing: border-box;
}
.exchange .exchange_title .right .currency_qh .currency_qh_content .qh_list .left {
  display: flex;
  align-content: center;
}
.exchange .exchange_title .right .currency_qh .currency_qh_content .qh_list .left img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
}
.exchange .exchange_title .right .currency_qh .currency_qh_content .qh_list .left .zn_name {
  height: 20px;
  font-weight: 500;
  font-size: 14px;
  color: #24292E;
  line-height: 20px;
}
.exchange .exchange_title .right .currency_qh .currency_qh_content .qh_list .right {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #24292E;
  line-height: 20px;
}
.exchange .exchange_title .right .currency_qh .currency_qh_content .qh_list:hover {
  background: #EEF0F2;
}
.exchange .exchange_title .right .currency_qh .currency_qh_content .active {
  background: #EEF0F2;
}
.exchange .exchange_title .right .currency_qh_content_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 99;
}
.btc_top {
  width: 100%;
  height: 40px;
  background: #F5F5F5;
  border-radius: 4px;
  align-items: center;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 0 16px;
  margin-top: 12px;
  box-sizing: border-box;
}
.btc_top .list {
  font-size: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #24292E;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.btc_top .list:nth-child(1) {
  text-align: left;
  justify-content: flex-start;
}
.btc_top .list:nth-child(2) {
  text-align: right;
  justify-content: flex-end;
}
.btc_top .list:nth-child(3) {
  text-align: right;
  justify-content: flex-end;
}
.btc_top .list:nth-child(4) {
  text-align: right;
  justify-content: flex-end;
}
.btc_content .btc_list {
  width: 100%;
  height: 64px;
  border-radius: 4px;
  align-items: center;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 0 16px;
  border-bottom: 1px solid #F2F2F2;
  box-sizing: border-box;
}
.btc_content .btc_list .btc_info {
  display: flex;
  align-items: center;
}
.btc_content .btc_list .btc_info img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.btc_content .btc_list .btc_info .btc_name {
  font-size: 14px;
  font-family: Roboto, Roboto;
  font-weight: 500;
  color: #24292E;
  line-height: 16px;
  margin-right: 8px;
}
.btc_content .btc_list .btc_info .btc_des {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #89939E;
  line-height: 16px;
}
.btc_content .btc_list .business {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.btc_content .btc_list .business .num {
  font-size: 14px;
  font-family: Roboto, Roboto;
  font-weight: 400;
  color: #24292E;
  line-height: 16px;
  text-align: right;
}
.btc_content .btc_list .business .num_des {
  font-size: 12px;
  font-family: Roboto, Roboto;
  font-weight: 400;
  color: #89939E;
  line-height: 16px;
  text-align: right;
}
.btc_content .btc_list .list {
  font-size: 14px;
  color: #24292E;
  line-height: 16px;
}
.btc_content .btc_list .list:nth-child(1) {
  text-align: left;
  justify-content: flex-start;
}
.btc_content .btc_list .list:nth-child(2) {
  text-align: right;
  justify-content: flex-end;
}
.btc_content .btc_list .list:nth-child(3) {
  text-align: right;
  justify-content: flex-end;
}
.btc_content .btc_list .list:nth-child(4) {
  text-align: right;
  justify-content: flex-end;
}
.btc_content .green {
  color: #00B98C !important;
}
.btc_content .red {
  color: #F23F58 !important;
}
.more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more .more_button {
  width: 200px;
  height: 40px;
  background: #F5F5F5;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
}
.top_title {
  width: 100%;
  height: 2.75rem;
  font-size: 2rem;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  color: #24292E;
  line-height: 2.75rem;
  text-align: center;
  margin-bottom: 2rem;
}
