#content {
  /*导航*/
  /*广告*/
}
#content .nav {
  font-size: 0.14rem;
  line-height: 0.18rem;
  padding: 0 0.1rem;
}
#content .nav ul {
  zoom: 1;
}
#content .nav ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
#content .nav ul li {
  float: left;
  padding: 0.1rem 0;
}
#content .nav ul li span {
  padding: 0 0.06rem;
  border-right: 1px solid #DBDBDB;
}
#content .nav ul .category {
  text-align: center;
  float: right;
  border-right: 0 solid #DBDBDB;
}
#content .nav ul .category img {
  vertical-align: middle;
  width: 0.15rem;
  height: 0.15rem;
}
#content .nav ul .category span {
  vertical-align: middle;
  border-right: 0 solid #DBDBDB;
  padding: 0 0.02rem;
}
#content .nav ul li:nth-last-of-type(2) span {
  border-right: 0 solid #DBDBDB;
}
#content .nav ul .current_tag {
  border-bottom: 1.5px solid #ff0000ad;
  color: #ff0000ad;
}
#content .ad.swiper-container {
  height: 2rem;
  font-size: 0.12rem;
}
#content .ad.swiper-container .swiper-wrapper {
  width: 100%;
}
#content .ad.swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  max-height: 2rem;
}
#content .ad.swiper-container .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}
#content .wrapper {
  margin-top: 0.05rem;
  overflow: hidden;
  height: 4rem;
  width: 100%;
}
#content .wrapper .deal_list {
  margin-bottom: 0.04rem;
  text-align: center;
  vertical-align: middle;
}
/*deal类别*/
#deal_category {
  font-size: 0.14rem;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: 4.14rem;
  padding: 0.15rem 0;
}
#deal_category a .ategory {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0.182rem;
}
#deal_category a .ategory img {
  max-height: 0.3rem;
  max-width: 0.3rem;
}
#deal_category a .ategory h3 {
  width: 0.67rem;
  text-align: center;
  margin-top: 0.18rem;
  font-size: 0.12rem;
}
