._sortHy ul {
  padding: 0 0.1875rem;
  display: -webkit-box;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin: .4rem 0; */
}
.hp_newStationsNav {
  position: relative;
  padding-top: .4rem;
  padding-bottom: .72rem;
  background: #fff;
}
.hp_newStationsNav:after {
  content: '';
  position: absolute;
  bottom: .41333rem;
  left: 0;
  right: 0;
  height: 1px;
  background: #E5E5E5;
}
.hp_newStationsNav .btn-toggle {
  position: absolute;
  bottom: .2rem;
  left: 58%;
  margin-left: -1.54667rem;
  width: 2.09333rem;
  height: .4rem;
  font-size: .2rem;
  color: #999;
  border: 1px solid #E5E5E5;
  border-radius: .30667rem;
  text-align: center;
  background: #fff;
  z-index: 1;
}
.hp_newStationsNav.open .btn-toggle .txt-down{display:inline}
.hp_newStationsNav.open .btn-toggle .txt-up{display:none}
.hp_newStationsNav .btn-toggle .txt-down{display:none}
.hp_newStationsNav .btn-toggle .txt-up{display:inline}
.open .last {
  max-height: 4rem!important;
}
.hp_newStationsNav .last {
  max-height: 0;
    overflow: hidden;
  transition: max-height .2s linear 0s;
}

._sortHy ul li {
  width: 20%;
  height: 1.7rem;
}
._sortHy ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
._sortHy ul li a img {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
._sortHy ul li a p {
  font-size: 0.375rem;
  color: #565c67;
  margin-top: 0.1rem;
}
._sortHy ul ._thideHy {
  display: none;
}
._sortHy ul ._thirdhideHy {
  display: none;
}
._sortHy .someStyle {
  width: 0.3125rem;
  height: 0.15625rem;
  margin-left: 0.15625rem;
}
._sortHy .addMorehy {
  width: 100%;
  height: 0.828125rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
._sortHy .addMorehy p {
  color: #999;
  font-size: 0.375rem;
}
._sortHy .hideSecend {
  height: 0.96875rem;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
._sortHy .hideSecend div {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #f2f2f2;
}
._sortHy .hideSecend div p {
  color: #999;
  font-size: 0.375rem;
}
._sortHy .hideSecend div img {
  width: 0.3125rem;
  height: 0.15625rem;
  margin-left: 0.15625rem;
}
._sortHy .hideSecend div:nth-child(2) {
  border: none;
}
._sortHy .closeAll {
  display: none;
  height: 0.96875rem;
  border-top: 1px solid #f2f2f2;
}
