#menu {
  position: relative;
  padding-top: 1rem;
}

#menu .menu-icon {
  position: absolute;
  top: .24rem;
  right: .24rem;
  display: block;
  width: .7rem;
  height: .4rem;
}

#menu .header>img {
  margin: 0 auto;
  display: block;
  width: 6.9rem;
  height: 0.96rem;
}

#menu .header .word-change {
  width: 90%;
  margin: 0 auto;
  padding-bottom: .2rem;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
}

#menu .header .word-change .split {
  margin: 0 5px;
}

#menu .header .word-change .active {
  color: rgb(236, 96, 0);
}

#menu .header>h3,.top {
  position: relative;
  margin-top: 0.5rem;
  height: .96rem;
  line-height: .96rem;
  text-align: center;
  font-size: .4rem;
  color: #fff;
  background-color: #0088D3;
}

#menu .menu-list {
  display: none;
  background-color: #EC6000;
}

#menu .menu-list .close-icon {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url('../image/close.png') 0 0 no-repeat;
  background-size: 100%;
}

.show_tip {
  display: none;
  background: #ec6000;
  border-radius: 10px;
  width: 4rem;
  height: 0.96rem;
  line-height: 0.96rem;
  transition: all .5s ease-in-out;
  cursor: pointer;
  z-index: 1001;
  color: #FFFFFF;
  top: 2rem;
  text-align: center;
  font-size: 18px;
}

#menu .menu-list ul {
  margin-top: 1rem;
  text-align: center;
}

#menu .menu-list ul>li {
  padding: 0.25rem;
  width: 80%;
  margin: 0 auto;
  font-size: 0.36rem;
  color: #fff;
}

/* #menu .menu-list ul {
  position: fixed;
  top: 50%;
  left: 0;
  margin-top: -1.94rem;
  width: 100%;
  height: 3.88rem;
  text-align: center;
}

#menu .menu-list ul>li {
  display: inline-block;
  width: 40%;
  height: 0.96rem;
  line-height: 0.96rem;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  font-size: .36rem;
}

#menu .menu-list ul>li:nth-child(2n) {
  margin-left: .3rem;
}

#menu .menu-list ul>li:nth-child(n+3) {
  margin-top: .5rem;
} */