.test {
  color: red;
}

li {
  list-style-type: none;
  /* 移除项目符号 */
}

.title_m {
  position: relative;
  bottom: 0.3rem;
  right: 1.1rem;
  /* width: 5.3rem; */
  height: 1.2rem;
}

.menu_w {
  width: 100%;
}

.menu_p {
  margin-top: 0.5rem;
}

.child_f {
  float: left;
}

.btn-up {
  background-image: url('../images/btn_up.png');
  background-size: 1rem 1rem;
  width: 1rem;
  height: 1rem;
  /* float: right;
  position: relative;
  left: 1.2rem;
  bottom: 1.2rem; */
  cursor: pointer;

  position: fixed;
  /* right: -1.2rem; */
  /* top: 1rem; */
  bottom: 1.2rem;
  transform: translateX(-.2rem);
}

.btn-up:hover {
  background-image: url('../images/btn_up_h.png');
}

.up {
  float: right;
  width: 1rem;
  height: 1rem;
}

#menu_16_box {
  border: 0.08rem solid #ec7696;
  background-color: #fff;
  border-radius: 0.7rem;
}

#menu_17_box {
  border: 0.08rem solid #f29106;
  background-color: #fff;
  border-radius: 0.7rem;
}

#menu_18_box {
  border: 0.08rem solid #1a6ab4;
  background-color: #fff;
  border-radius: 0.7rem;
}

#menu_19_box {
  border: 0.08rem solid #8f59bd;
  background-color: #fff;
  border-radius: 0.7rem;
}

#menu_20_box {
  border: 0.08rem solid #63a3d3;
  background-color: #fff;
  border-radius: 0.7rem;
}

#menu_67_box {
  border: 0.08rem solid #379f25;
  background-color: #fff;
  border-radius: 0.7rem;
}

img.child_f.icon-img {
  width: 2.1rem;
  height: 2.1rem;
  margin: 0 .1rem;
}