main {
  width: 94%;
  margin: 10px 3% 0 3%;
}
main section.menu {
  width: 94%;
  padding-top: 10px;
  position: fixed;
  top: 47px;
  background-color: #fff;
}
main section.menu .menu-title li {
  float: left;
  width: 33.33%;
  height: 44px;
  padding: 6px 0;
  box-sizing: border-box;
  background: #eeefef;
  color: #221814;
  position: relative;
}
main section.menu .menu-title li span {
  display: block;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #221814;
}
main section.menu .menu-title li i {
  display: block;
  position: absolute;
  left: 7%;
  bottom: 0;
  width: 86%;
}
main section.menu .menu-title li:last-child span {
  border-right: none;
}
main section.menu .menu-title li.active i {
  border-top: 2px solid #be0008;
}
main section.menu .nav {
  display: none;
  margin: 12px 0;
}
main section.menu .nav li {
  float: left;
  width: 9%;
  text-align: center;
  color: #9f9fa0;
  font-size: 22px;
  line-height: 40px;
}
main section.menu .nav li.active {
  color: #be0008;
  font-size: 30px;
}
main section.list div {
  display: none;
}
main section.list div dl {
  color: #221814;
  margin: 10px 0;
}
main section.list div dl dt {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  background-color: #f2f2f2;
  margin-bottom: 10px;
}
main section.list div dl dd {
  background-color: #f9f9f9;
}
main section.list div dl dd a {
  color: #221814;
}
main section.list div dl dd a img {
  float: left;
  width: 70px;
  margin: 6px 8.5% 0;
}
main section.list div dl dd a span {
  height: 58px;
  line-height: 58px;
  margin-left: 3%;
}
main section.list div.active {
  display: block;
}
main section.list .sort {
  padding-top: 45px;
}
main section.list .english,
main section.list .chinese {
  padding-top: 140px;
}
/*# sourceMappingURL=index.css.map */