/* 分页页面 */
.classify-page{
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 4.0625rem;
  background-color: #f2f3f7;
  position: relative;
}
.classify-page .is-list-nav{
  position: absolute;
  left: 0;
  top: 3rem;
  bottom: 4.0625rem;
  width: 6rem; 
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; /* 兼容iOS设备的滚动效果 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
  z-index: 50; 
} 
.classify-page .is-list-nav>ul>li{
  position: relative;
  float: left; 
  width: 6rem; 
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 0.875rem;
  color: #999;
}
.classify-page .is-list-nav>ul>li.now{
  border-right-color: transparent;
  background: #F2F3F7; 
  background-size: cover;
  font-size: 0.875rem;
  font-weight: bold;
  color: #E81B29;
} 
.classify-page .is-list-nav>ul>li.prev{
  border-bottom-right-radius: 0.625rem;
}
.classify-page .is-list-nav>ul>li.next{
  border-top-right-radius: 0.625rem;
}
.classify-page .is-list-nav>ul>li.now .line {
  position: absolute;
  left: 0;
  top: 50%; 
  height: 100%;
  width: 0.25rem;
  height: 1.25rem;
  background-color: #e00404;
  margin-top: -0.75rem;
} 

/* 右侧分类内容 */
.classify-cont{ 
  overflow: auto;
  height: 100%; 
  padding-left: 6.75rem;
}
.classify-cont-box{
  height: 100%;  
  /* padding-bottom: 0.75rem; */
  overflow: hidden; 
  display: flex;
  flex-direction:column;
}
.classify-cont-box > div:nth-child(3) { 
  flex: 1; 
  overflow: auto;
  padding-bottom: 0.75rem; 
}
.classify-cont-box > div:nth-child(3) .twolevel-content:last-child{
  margin-top: 0;
}
.classify-cont-box h3.title {
  height: 2.75rem; 
  font-size: 0.875rem;
  color: #333333; 
  font-weight: 600;
  display: flex;
  align-items: center;
} 
.classify-cont-box .twolevel-classify{  
  height: 5.3125rem;
  overflow: hidden; 
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1.125rem;
  margin-right: 0.75rem;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; /* 兼容iOS设备的滚动效果 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.classify-cont-box .twolevel-classify .swiper-container{ 
  width: 100%;
}
.classify-cont-box .twolevel-classify img{
  width: 2.875rem;
  height: 2.875rem;
}
.classify-cont-box .twolevel-classify .items{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.75rem!important;
  height: 5.3125rem;
  background: #FFFFFF;
  border: 0.03125rem solid #fff;
  border-radius: 0.5rem;
  margin-right: 0.375rem; 
  flex: 0 0 auto;
}
.classify-cont-box .twolevel-classify .items:last-child{
  margin-right: 0;
}
.classify-cont-box .twolevel-classify .items .text{
  font-size: 0.75rem;
  display: block;
  width: 100%;
  padding: 0 0.5rem;
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
  color: #333333;
} 
.classify-cont-box .twolevel-classify .items.active{
 border-color: #923D43; 
}
.classify-cont-box .twolevel-classify .items.active .text{
  color: #923D43;
  font-weight: 600;
} 

.classify-cont-box .twolevel-content {
  width: 15.9375rem;
  background: #FFFFFF;
  border: 0.0625rem solid #FFFFFF;
  border-radius: 0.5rem; 
  padding: 0.75rem 0.375rem; 
  margin-top: 0.75rem;
}
.classify-cont-box .twolevel-content .title {
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.875rem;
  color: #333333; 
  font-weight: 600;
  padding: 0 0.375rem;
}
.classify-cont-box .level-list{
  width: 100%;
}
.classify-cont-box .level-list ul{
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  width: 100%;
}
.classify-cont-box .level-list li{
  width: 4.6875rem; 
  margin-top: 1.1875rem;
  float: left;
  margin-right: 0.5rem;
}
.classify-cont-box .level-list li:nth-child(3n) {
  margin-right: 0;
}
.classify-cont-box .level-list img{
  width: 2.875rem;
  height: 2.875rem;
  overflow: hidden;
}
.classify-cont-box .level-list li .text{
  height: 1.3125rem;
  line-height: 1.3125rem;
  text-align: center; 
  display: block;
  width: 100%;
  font-size: 0.75rem;
  color: #333333; 
  padding-top: 0.3125rem;
}
.classify-cont-box .level-list li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

 
  .swiper-slide{
  width: auto!important;  
  }





