ul {
  display: flex;
  justify-content: space-between;
  border-bottom: .02rem solid #e2e2e2;
  background: #fff;
  font-size: .6rem;
  font-family: "Microsoft YaHei"; }
  ul li {
    display: block;
    width: 50%;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center; }
  ul .active {
    border-bottom: .1rem solid red; }

/*# sourceMappingURL=jiuyuan.css.map */
