.zxtj {
  overflow: hidden;
}
.zxtj .zxtjSelect {
  display: flex;
  align-items: center;
  width: 100%;
  height: 8rem;
  padding: 0 3rem;
  margin-bottom: 3rem;
  background: #fafafa;
}
.zxtj .zxtjSelect a {
  flex: 1;
  margin-right: 2rem;
  text-align: center;
  font-weight: 500;
}
.zxtj .zxtjSelect button {
  display: flex;
  align-items: center;
  flex: none;
  width: auto;
  margin-left: 3.8rem;
  font-size: 2.8rem;
  font-weight: bold;
  border: none;
  background-color: transparent;
}
.zxtj .zxtjSelect button img {
  margin-left: 0.6rem;
  width: 1.8rem;
  height: 1rem;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.zxtj .zxtjContent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 3rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.zxtj .zxtjContent a {
  flex: none;
  display: inline-block;
  width: 16rem;
  height: 5rem;
  padding: 0 1.2rem;
  margin: 0 1.6rem 3rem 0;
  line-height: 5rem;
  font-size: 2.4rem;
  font-weight: 500;
  border: 1px solid #cecccc;
  border-radius: 0.6rem;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
.zxtj .zxtjContent a:nth-child(4n) {
  margin-right: 0;
}
.zxtj .zxtjFy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.4rem;
  margin-bottom: 3.5rem;
  overflow: hidden;
}
.zxtj .zxtjFy button {
  width: 16rem;
  height: 4.4rem;
  border: none;
  font-size: 2.4rem;
  color: #787878;
  border: 1px solid #cecccc;
  background: transparent;
  border-radius: 2.2rem;
}
.zxtj .zxtjFy button.active {
  background: #ff6400;
  border-color: #ff6400;
  color: #fff;
}
.zxtj .zxtjFy span {
  margin: 0 2.2rem;
  font-size: 2.4rem;
  color: #787878;
}
.zxtj .zxtjSelectPop {
  position: fixed;
  top: 16.8rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.zxtj .zxtjSelectPop.active {
  height: calc(100vh - 16.8rem);
}
.zxtj .zxtjSelectContent {
  width: 100%;
  padding: 3rem 3rem 0.8rem;
  background: #fff;
}
.zxtj .zxtjSelectTitle {
  line-height: 3rem;
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: bold;
}
.zxtj .zxtjSelectBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.zxtj .zxtjSelectBox a {
  display: inline-block;
  width: 13.1rem;
  height: 5rem;
  line-height: 4.8rem;
  margin: 0 0.8rem 2.2rem 0;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #cecccc;
  border-radius: 2.5rem;
}
.zxtj .zxtjSelectBox a:active {
  background: #ff6400;
  color: #fff;
  border-color: #ff6400;
}
.zxtj .zxtjSelectBox a:nth-child(5n) {
  margin-right: 0;
}

