.sidebox {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: #010101;
  .top{
    height: 0.78rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1E222D;
    .logo{
      width: 1.63rem;
      height: 0.34rem;
      margin-left: 0.2rem;
    }
    .icon-close{
      width: 0.24rem;
      height: 0.24rem;
      margin-right: 0.2rem;
    }
  }
  .menu-list {
    padding: 0.3rem 0.5rem;
    .menu{
      font-weight: 500;
      font-size: 0.16rem;
      color: #FFFFFF;
      padding: 0.2rem 0;
      border-bottom: 1px solid #1E222D;
      margin-bottom: 0.02rem;
    }
    .active{
      color: #04AB81;
    }
  }

}

