._sortHy ul {
  padding: 0 0.1875rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
._sortHy ul li {
  width: 20%;
  height: 2.453125rem;
}
._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: 0.855625rem;
  height: 0.855625rem;
  display: inline-block;
}
._sortHy ul li a p {
  font-size: 0.375rem;
  color: #565c67;
  margin-top: 0.234375rem;
}
._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;
}
