.innerContent{
  background: #FBFBFB;
}
.contentBarBoxWrapper {
  height: .64rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.contentBarBoxWrapper .contentBarSwiper {
  height: 100%;
}
.contentBarBox {
  display: flex;
  background: white;
  height: .64rem;
  flex-direction: row;
  position: relative;
  overflow-x: auto;
}

.contentBarBoxWrapper .arrowIcon{
  position: absolute;
  z-index: 2;
  width: .48rem;
  height: .48rem;
  top: 50%;
  transform: translateY(-50%);
}
.contentBarBoxWrapper .contentBarNerPre{
  left: .24rem;
}

.contentBarBoxWrapper .contentBarNerNext{
  right: .24rem;
}

.contentBarBox .contentBarItem {
  width: 3.75rem;
  font-size: .24rem;
  color: #2A314F;
  flex-shrink: 0;
  display: flex;
  text-align: center;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.contentBarBox .contentBarItemAct{
  font-weight: bold;
}

.productItemBoxWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: .48rem;
  flex-direction: column;
}

.productsItemBox {
  margin: 0 .24rem;
  display: flex;
  flex-wrap: wrap;

}

.productsItemBox .productsItem {
  width: 3.40rem;
  margin-left: .22rem;
  height: 4.62rem;
  background: white;
  margin-top: .24rem;
  padding:.24rem;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.productsItemBox .productsItem:nth-child(2n+1) {
  margin-left: 0;
}

.productsItem .productPic {
  width: 1.94rem;
  margin-top: .58rem;
  height: 1.38rem;
  object-fit: cover;
  display: flex;
}

.productsItem .productTitle {
  font-size: .28rem;
  width: 100%;
  color: #2A314F;
  margin-top: .2rem;
  font-weight: bold;
}

.productsItem .productDes {
  font-size: .24rem;
  color: #2A314F;
  width: 100%;
  margin-top: .16rem;
}


.productMore {
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  margin-top: .56rem;
  font-size: .24rem;
  border: .01rem solid #2A314F;
  color: #777777;
  flex-direction: row;
  width: 100%;
  height: .74rem;
}
