.menu {
  position: fixed;
  padding: 0.26rem 0.3rem;
  left: 0;
  top: 0;
  right: 0;
  height: 0.64rem;
  z-index: 1080;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  transition: 0.5s ease;
}
.menu .logo > img {
  width: 2.25rem;
}
.menu .appBar > img {
  width: 0.32rem;
  height: 0.32rem;
  user-select: none;
}
.menu.bg {
  background: url(../images/menu/nav_bg.png) no-repeat center;
  background-size: 100% 100%;
}
.indicator_home {
  position: fixed;
  width: 0.38rem;
  height: 0.19rem;
  bottom: 0.1rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1080;
}
.indicator_home > img {
  width: 100%;
  height: 100%;
}
.sidebar-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.7;
  z-index: 1098;
  display: none;
}
.sidebar {
  position: fixed;
  top: 0%;
  right: 0;
  z-index: 1998;
  width: 5.9rem;
  height: 100%;
  background: url(../images/menu/sidebar_next_bg.png) no-repeat left top / 100% 100%;
  display: none;
}
.sidebar .close {
  position: absolute;
  top: 0.4rem;
  right: 0.23rem;
}
.sidebar .close img {
  width: 0.44rem;
  height: 0.44rem;
}
.sidebar .nav {
  position: absolute;
  width: 100%;
  top: 1.24rem;
  bottom: 0;
  right: 0;
  overflow: auto;
}
.sidebar .nav a {
  color: #5e4a23;
  text-decoration: none;
}
.sidebar .nav ul,
.sidebar .nav li {
  list-style: none;
}
.sidebar .nav .main {
  width: 100%;
  padding: 0;
  margin: 0;
}
.sidebar .nav .main > li {
  height: 1.34rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.01rem solid #dac69c;
}
.sidebar .nav .main .title {
  margin-left: 0.5rem;
  font-size: 0.32rem;
  color: #5e4a23;
  font-family: Fz;
}
.sidebar .nav .main a.title {
  display: block;
}
.sidebar .nav .main .arrow-right {
  margin-right: 0.3rem;
}
.sidebar .nav .main .arrow-right img {
  width: 0.18rem;
  height: 0.37rem;
}
.sidebar-next {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1999;
  width: 5.9rem;
  height: 100vh;
  background-image: url(../images/menu/sidebar_next_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 5.9rem 100vh;
  animation: showSideBar 0.5s linear forwards;
  display: none;
}
.sidebar-next .close {
  position: absolute;
  top: 0.4rem;
  right: 0.23rem;
}
.sidebar-next .close img {
  width: 0.44rem;
  height: 0.44rem;
}
.sidebar-next .nav {
  position: absolute;
  width: 100%;
  top: 1.24rem;
  right: 0;
  height: calc(100% - 2rem);
}
.sidebar-next .nav.section1,
.sidebar-next .nav.section2,
.sidebar-next .nav.section3 {
  display: none;
}
.sidebar-next .nav ul,
.sidebar-next .nav li {
  list-style: none;
}
.sidebar-next .nav .back {
  width: 5.1rem;
  margin: 0 auto;
}
.sidebar-next .nav .back .back_btn {
  display: flex;
  align-items: center;
}
.sidebar-next .nav .back .back_btn > img {
  width: 0.18rem;
  height: 0.37rem;
}
.sidebar-next .nav .back .back_btn .header-title {
  margin-left: 0.16rem;
  font-family: Fz;
  font-weight: 0;
  font-size: 0.32rem;
  color: #5e4a23;
}
.sidebar-next .nav .cut {
  width: 5.1rem;
  height: 0.01rem;
  background-color: #dac69c;
  margin: 0 auto;
  margin-top: 0.44rem;
}
.sidebar-next .nav .main {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 0.44rem;
  overflow: auto;
  height: 10.5rem;
  height: calc(100% - 1.5rem);
}
.sidebar-next .nav .main > li {
  height: 2.6rem;
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.sidebar-next .nav .main .item {
  position: relative;
}
.sidebar-next .nav .main .item .title {
  position: absolute;
  text-align: center;
  height: 0.39rem;
  bottom: 0.24rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: Fz;
  font-weight: 0;
  font-size: 0.36rem;
  color: #ffffff;
}
.sidebar-next .nav .main .item img {
  width: 5.1rem;
  height: 2.6rem;
  object-fit: cover;
}
.no-child {
  width: 100%;
  margin: 0.3rem 0;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
.sidebar.show,
.sidebar-next.show {
  display: block;
  animation: showSideBar 0.3s ease forwards;
}
.sidebar.hide,
.sidebar-next.hide {
  display: block;
  animation: hideSideBar 0.3s ease forwards;
}
@keyframes showSideBar {
  0% {
    right: -5.9rem;
  }
  100% {
    right: 0;
  }
}
@keyframes hideSideBar {
  0% {
    right: 0;
  }
  100% {
    right: -5.9rem;
  }
}
.lang {
  height: 1.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.26rem;
}
.lang .room {
  margin: 0 0.2rem;
}
