.menu-bd ul {
  padding-top: 40px;
  min-width: 140px;
}
.menu-bd li {
  text-align: center;
  font-size: 0.43rem;
  color: rgb(255, 255, 255, 0.7);
  height: 1.65rem;
}
.menu-bd li.active a{
  font-weight: 500;
  font-size: 0.48rem;
  color: #88694a;
}

/* 手机菜单 开始 */
.moblieMenu {
  display: none;
  z-index: 2010;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: fixed;
  left: -500vw;
  /* left: 0; */
  bottom: 0;
  background: rgba(5, 24, 64, 0.75);
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background-color: #090629;
}

.menuWrapper {
  position: relative;
  z-index: 1;
  background: transparent;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.menuWrapper {
  position: relative;
  z-index: 1;
  background: transparent;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.menuBg {
  z-index: -22;
  width: 100%;
  height: 100%;
  background-color: #090629;
  position: absolute;
  display: flex;
}

.menuBg .menuBgR::after {
  height: 200%;
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  background-color: #051840;
  transform: perspective(140px) rotateX(2deg);
}

.menuContent {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.menuContent .menu-hd {
  padding-left: 0.53rem;
  height: 1.6rem;
  display: flex;
  align-items: center;
}
.menuContent .menu-bd {
  padding-top: 1rem;
  height: calc(100vh - 1.6rem);
  display: flex;
  justify-content: center;
}
.menuCloseBtn {
  /* width: 0.53rem; */
  height: 0.53rem;
}

.menuLeft,
.menuRight {
  height: 100%;
  width: 50%;
  color: #fff;
}

/* 左侧菜单开始 */
.menuLeft {
  /* position: relative; */
}
.menuLeft ul {
  position: relative;
  margin-left: 1rem;
}

.menuLeft li a {
  font-size: 0.43rem;
  font-weight: 300;
  margin-top: -0.2rem;
}

.menuLeft li.active a {
  font-size: 0.48rem;
  color: #88694a;
}

.menuLeft li {
  display: flex;
  position: relative;
  height: 1.8rem;
  transition: unset;
  /* -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; */
}
.menuLeft li .spot {
  display: block;
  width: 0;
  height: 0;
  z-index: 1;
  margin-right: 0.53rem;
  border: 4px solid #03285c;
  border-radius: 50%;
}
.menuLeft li .line {
  position: absolute;
  z-index: 0;
  left: 3px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  width: 2px;
  height: 100%;
}

.menuLeft #spot1 {
  position: absolute;
  left: 0;
  z-index: 2;
  /* top: 7px; */
  border: 4px solid #52b993;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menuRight ul {
  margin-left: 1rem;
}
.menuRight ul li {
  height: 1.4rem;
  margin-top: -0.2rem;
}
.menuRight a {
  font-size: 0.37rem;
  font-weight: 500;
}
.menuLeft ul li:last-child .line {
  display: none;
}
/* 手机菜单 结束 */

@media screen and (max-width: 480px) {
  .moblieMenu {
    display: block;
  }
}
