.top {
  height: 15.63rem;
  background: #f2f6ff;
  position: relative;
}
.top .top_img {
  width: 100%;
  height: 15.63rem;
  background: #a5bdff;
}
.top .top_title {
  position: absolute;
  top: 1.75rem;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 500;
  font-size: 1.69rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.top .top_text {
  position: absolute;
  top: 4.2rem;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 400;
  font-size: 0.81rem;
  color: #999999;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.top .top_box_img {
  position: absolute;
  top: 5.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.top .top_box_img .top_box_img_nr {
  width: 6.75rem;
  height: 6.75rem;
  margin-bottom: 0.5rem;
}
.top .top_box_img .top_box_img_text {
  font-weight: 300;
  font-size: 0.81rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.con {
  padding: 1.88rem 0.63rem;
}
.con .classify {
  width: 100%;
  overflow-x: auto;
  display: flex;
  align-items: center;
  padding-bottom: 0.63rem;
}
.con .classify .classify_nr {
  min-width: 6.88rem;
  padding: 0.84rem 0.5rem;
  background: #f9f9f9;
  border-radius: 0.63rem;
  font-weight: 500;
  font-size: 0.88rem;
  color: #333333;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 0.63rem;
  margin-right: 0.31rem;
}
.con .classify .classify_nr .classify_nr_zw {
  display: none;
}
.con .classify .classify_nr_xz {
  background: #27469a;
  border-radius: 0.63rem;
  font-weight: 500;
  font-size: 0.88rem;
  color: #ffffff;
  position: relative;
}
.con .classify .classify_nr_xz .classify_nr_zw {
  display: block;
  position: absolute;
  bottom: -0.63rem;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: 0.63rem solid #27469a;
  border-right: 0.63rem solid transparent;
  border-left: 0.63rem solid transparent;
}
.con .classify::-webkit-scrollbar {
  display: none;
}
.con .nav {
  background: #f2f5ff;
  border-radius: 0.63rem;
  padding: 0.69rem 0.63rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.5rem;
  margin-bottom: 1.47rem;
}
.con .nav .nav_nr {
  padding: 0.5rem 0;
  background: #ffffff;
  border-radius: 0.63rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.con .nav .nav_nr_xz {
  background: #27469a;
  color: #ffffff;
}
.con .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.16rem 0;
}
.con .list .list_nr {
  width: 10.78rem;
}
.con .list .list_nr .list_nr_img {
  width: 10.78rem;
  height: 10.16rem;
  background: #f5f5f5;
  border-radius: 0.63rem;
  margin-bottom: 0.625rem;
}
.con .list .list_nr .list_nr_title {
  font-weight: 500;
  font-size: 0.88rem;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0.625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.con .list .list_nr .list_nr_text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 400;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.con .list .list_nr .list_nr_text .list_nr_text_nr1 {
  color: #ff0000;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.con .list .list_nr .list_nr_text .list_nr_text_nr2 {
  color: #999999;
  font-size: 0.75rem;
  font-style: normal;
  text-decoration-line: line-through;
}
.con .list .list_nr .list_nr_but {
  width: 6.25rem;
  height: 1.56rem;
  border-radius: 0.78rem;
  border: 0.06rem solid #666666;
  margin: 0 auto;
  font-weight: 400;
  font-size: 0.88rem;
  color: #666666;
  line-height: 1.56rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 0.75rem;
}
