.menu {
  width: 225px;
  /*display: flex;*/
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: bold;
  color: #BC9B73;
  line-height: 26px;
  position: sticky;
  margin-top: 16px;
  /*top: 0;*/
  /*height: 60px;*/
}
.menu-item {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #BC9B73;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 8px;
}
.menu-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 45px;
}
.menu-item-LevelOne {
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  /*padding: 0 20px 20px;*/
  color: #BC9B73;
}
.menu-item-LevelOne_s{
  padding: 0 15px 15px;
}
.menu-item-LevelTwo_item{
  min-height: 45px;
  max-height: 248px;
  overflow: auto;
}
.menu-item-LevelOne:hover .menu-item-LevelOne_s:hover{
  color: #ffffff;
  background: #BC9B73;
}
.active_clcik{
  color: #ffffff;
  background: #BC9B73;
}
.active_clcik .active{
  border: 1px solid #fff
}
.menu-item-LevelOne.active {
  color: #ffffff;
  background: #BC9B73;
}
.menu-item-LevelTwo {
  background: #AD8C64;
  font-size: 12px;
  color: #F4D7B3;
}
.menu-item-LevelTwo span:hover {
  border: 1px solid #F4D7B3;
}
.menu-item-LevelTwo span.active {
  border: 1px solid #F4D7B3;
}
.menu-item-Levelthree {
  background: #BC9B73;
}
.menu-item-Levelthree span:hover {
  border: 1px solid #F4D7B3;
}
.menu-item-Levelthree span.active {
  border: 1px solid #F4D7B3;
}

.Level {
  /*max-height: 60px;*/
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: max-height 0.3s linear;
}
