* {
  margin: 0;
  padding: 0;
  font-family: “Microsoft YaHei” ! important;
}
a {
  text-decoration: none;
}
#box {display:none;}
.mobile-box {
  width: 10rem;
  display:block;
  height: 100%;
  background-color: #f5f5f5;
  margin-bottom: 1.1733rem;
}
.header {
  width: 10rem;
  height: 2.1333rem;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.header .header_left {
  width: 4.9333rem;
  margin-left: 0.2667rem;
}
.header .header_left img {
  width: 4.2667rem;
  height: 1.3867rem;
}
.header .header_right {
  width: 5.0533rem;
  height: 1.1467rem;
  border-left: 1px solid #888;
  display: flex;
  align-items: center;
}
.header .header_right .tb {
  width: 1.1333rem;
  height: 1.1333rem;
  margin-left: 0.6133rem;
}
.header .header_right .albb {
  width: 2.7467rem;
  height: 1.1333rem;
  margin-left: 0.2667rem;
}
.footer {
  width: 10rem;
  height: 1.1733rem;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
}
.footer .nav-list {
  border-top: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .nav-list a {
  text-decoration: none;
}
.footer .nav-list .nav-item {
  width: 1.9867rem;
  height: 1.16rem;
  font-size: 0.3467rem;
  color: #a6a6a6;
  text-align: center;
  line-height: 1.16rem;
  border-right: 1px solid #dcdcdc;
}
.footer .nav-list .nav-active {
  border-top: 6px solid #62b604;
  color: #62b604;
  line-height: .86rem;
  height: 1rem;
}
.content {
  width: 10rem;
  margin-top: 0.2667rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.content .label-list {
  width: 9.4667rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3733rem;
}
.content .label-list a {
  text-decoration: none;
  margin-right: 0.2467rem;
  margin-bottom: 0.3467rem;
}
.content .label-list a .label-item {
  display: inline-block;
  width: 2.9067rem;
  height: 0.9067rem;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  text-align: center;
  line-height: 0.9067rem;
  font-size: 0.3733rem;
  color: #888;
  background-color: #fff;
}
.content .label-list a .active {
  background-color: #68bf05;
  color: #fff;
}
.content .label-list a:nth-child(3n) {
  margin-right: 0;
}
