﻿* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif, "宋体";
}
input:focus,
textarea:focus {
  outline: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
.location {
  position: absolute;
}
body {
  max-width: 10rem;
  margin: auto;
  overflow-x: hidden;
}
.content_menu2 {
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}
.content_menu2 .box_menu {
  width: 100%;
  height: 1.6rem !important;
  overflow-y: hidden;
  display: flex;
  position: relative;
}
.content_menu2 .menu {
  width: 9.7rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}
.content_menu2 li {
  background: #fbfafa;
  border: 0.02666667rem solid #e8e8e8;
  border-radius: 0.37333333rem;
  font-size: 0.32rem;
  color: #666666;
  padding: 0rem 0.34666667rem 0rem 0.34666667rem;
  height: 0.74666667rem;
  line-height: 0.74666667rem;
  margin: 0rem 0.21333333rem 0rem 0rem;
}
.content_menu2 li.active {
  border: 0.02666667rem solid #85b12e;
  font-size: 0.32rem;
  color: #85B12E;
}
