.BJ_main {
  background-color: #fff;
}

.bla_title {
  font-weight: 600;
  font-size: 2.67rem;
  color: #0d111c;
  padding: 2.33rem 2rem;
}

.bla_coin_l_content {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.bla_coin_l_content .coin_list {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 49rem;
  box-sizing: border-box;
}

.bla_coin_l_content .coin_list::-webkit-scrollbar {
  display: none;
}

.bla_coin_l_content .coin_list .list {
  height: 4.67rem;
  border-radius: 1rem 1rem 1rem 1rem;
  line-height: 4.67rem;
  text-align: center;
  font-size: 2rem;
  color: #7c8597;
}

.bla_coin_l_content .coin_list .list a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.67rem;
}

.bla_coin_l_content .coin_list .active {
  background: #fff8d6;
  color: #e0ab05;
}

.search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  height: 5.33rem;
  width: 14.78rem;
  background: #f5f6f8;
  border-radius: 1.33rem 1.33rem 1.33rem 1.33rem;
  cursor: pointer;
  position: relative;
  margin-right: 1.67rem;
  position: absolute;
  top: -0.5rem;
  right: 0;
}

.search .search_img {
  width: 20px;
  height: 20px;
}

.search .search_down {
  width: 20px;
}

.token_list_box {
  position: fixed;
  bottom: 0px;
  left: -0;
  width: 100%;
  height: 70vh;
  background: #ffffff;
  border-radius: 2rem 2rem 0rem 0rem;
  z-index: 9999999;
  box-sizing: border-box;
  display: none;
  padding: 10px;
}

.token_list_box .list_search_box {
  position: sticky;
  top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  background: #f6f7f8;
  border-radius: 8px;
}

.token_list_box .list_search_box .search_coin_icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 11px;
  left: 10px;
}

.token_list_box .list_search_box .search_coin {
  width: 100%;
  height: 40px;
  background: #f6f7f8;
  border-radius: 8px;
  padding-left: 40px;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-size: 14px;
  color: #24292e;
}

.coin_list_box {
  height: 60vh;
  overflow: auto;
}

.token_item {
  height: 9rem;
  font-size: 2.5rem;
  color: #24292e;
  padding: 0 12px;
  cursor: pointer;
}

.token_item:hover {
  background: #f5f5f5;
}

.token_item_logo {
  width: 3.67rem;
  height: 3.67rem;
  margin-right: 2rem;
}

.token_enname {
  font-size: 2.5rem;
  color: #0d111c;
}
