.desc-result-number span {
  background-color: #d90107;
}

.desc-result-number span:nth-child(8n) {
  margin-right: 0;
}

.desc-table-nav {
  padding: 28px 11px 0 11px;
  border-bottom: 6px #d90107 solid;
}

.desc-table-nav .swiper-slide {
  width: 130px;
	height: 50px;
  background: url('../img/nav-bj.png') no-repeat 0 0;
  font-size: 30px;
  color: #333;
  line-height: 50px;
  text-align: center;
  margin-right: -10px;
}

.desc-table-nav .swiper-slide--active {
  background: url('../img/nav-bj-active.png') no-repeat 0 0;
  color: #fff;
}

.desc-table-body-wrap {
  display: none;
}

.desc-table-body-wrap:first-child {
  display: block;
}