.wrap {
  background-color: #f5fafb;
}
.nav_list {
  display: flex;
  border-bottom: 0.013rem solid #e8e8e8;
  background-color: #ffffff;
}
.nav_list .nav_box {
  position: relative;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  display: inline-block;
  flex: 1;
  text-align: center;
  font-size: 0.373rem;
  font-family: PingFangSC;
  font-weight: 400;
  color: #555e6a;
  line-height: 0.533rem;
}
.nav_list .focus {
  padding-top: 0.293rem;
  padding-bottom: 0.293rem;
  font-size: 0.427rem;
  font-family: PingFangSC;
  font-weight: 500;
  color: #2d3134;
  line-height: 0.587rem;
}
.nav_list .focus i {
  position: absolute;
  bottom: 0rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.427rem;
  height: 0.08rem;
  background: linear-gradient(90deg, #2bacff 0%, #1374ff 100%);
  border-radius: 0.04rem;
}
