#new-drop {
  min-width: 2.5rem;
  box-shadow: 0px 0.06rem 0.12rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.12rem;
  background: #fff;
}
#new-drop .list .total_assets {
  padding: 0.2rem;
  background: #F1F4F9;
  border-radius: 0.12rem 0 0 0.12rem;
  cursor: pointer;
}
#new-drop .list .total_assets .dos-warp {
  display: flex;
}
#new-drop .list .total_assets .dos-warp .title {
  font-family: PingFang SC;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 0.16rem;
  letter-spacing: 0.005em;
  text-align: left;
  color: #999999;
}
#new-drop .list .total_assets .dos-warp .open img,
#new-drop .list .total_assets .dos-warp .close img {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin-left: 0.04rem;
}
#new-drop .list .total_assets .dos-warp .close {
  display: none;
}
#new-drop .list .total_assets .amount {
  font-family: Outfit;
  margin-top: 0.12rem;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.16rem;
  letter-spacing: 0.005em;
  text-align: left;
  color: #0E1523;
}
#new-drop .list .total_assets .dos_recharge {
  display: block;
  width: 100%;
  margin-top: 0.2rem;
  padding: 0.1rem;
  font-family: PingFang HK;
  font-size: 0.14rem;
  font-weight: 400;
  letter-spacing: 0.005em;
  text-align: center;
  border: 0.5px solid #000000;
  color: #000000;
  background: #F1F4F9;
  border-radius: 0.06rem;
}
#new-drop .list .total_assets .dos_recharge:hover {
  border: 0.5px solid #006EFF;
  color: #fff;
  background: #006EFF;
}
#new-drop .list .item {
  display: flex;
  align-items: center;
  padding: 0.16rem 0.2rem;
}
#new-drop .list .item .txt {
  margin-left: 0.12rem;
  font-family: PingFang SC;
  font-size: 0.16rem;
  font-weight: 400;
  letter-spacing: 0.005em;
  text-align: left;
  color: #0E1523;
}
#new-drop .list .item img {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
}
#new-drop .list .item:hover {
  background: #F1F4F9;
}
#new-drop .list .exit {
  position: relative;
}
#new-drop .list .exit::before {
  content: '';
  width: 2.1rem;
  height: 1px;
  background: #E5E7EB;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 960px) {
  #mobile-warp {
    left: -1rem;
  }
}
