.i2 .cooperativeBrands {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 9.6rem;
}
.i2 .cooperativeBrands .container {
  height: 100%;
  padding-top: 0.9rem;
}
.i2 .cooperativeBrands .container .brand-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.i2 .cooperativeBrands .container .brand-header .brand-nav {
  margin-right: auto;
  display: flex;
  align-items: center;
  align-self: self-end;
}
.i2 .cooperativeBrands .container .brand-header .brand-nav li {
  margin-left: 0.6rem;
  position: relative;
}
.i2 .cooperativeBrands .container .brand-header .brand-nav li,
.i2 .cooperativeBrands .container .brand-header .brand-nav li a {
  font-family: 'Source Han Sans CN';
  font-weight: 400;
  font-size: 0.22rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.2;
}
.i2 .cooperativeBrands .container .brand-header .brand-nav li:before {
  content: '';
  border-bottom: 0.08rem solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.i2 .cooperativeBrands .container .brand-header .brand-nav li span {
  position: relative;
  z-index: 2;
}
.i2 .cooperativeBrands .container .brand-header .brand-nav li.active {
  color: #fff;
}
.i2 .cooperativeBrands .container .brand-header .brand-nav li.active:before {
  border-bottom-color: #B0241C;
}
.i2 .cooperativeBrands .container .brand-header .brand-swiper-control {
  display: flex;
  align-items: center;
}
.i2 .cooperativeBrands .container .brand-header .brand-swiper-control .brand-swiper-prev,
.i2 .cooperativeBrands .container .brand-header .brand-swiper-control .brand-swiper-next {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.6;
  background: url("../images/brand-swiper-icon.png") center / cover no-repeat;
}
.i2 .cooperativeBrands .container .brand-header .brand-swiper-control .brand-swiper-prev:hover,
.i2 .cooperativeBrands .container .brand-header .brand-swiper-control .brand-swiper-next:hover {
  opacity: 1;
}
.i2 .cooperativeBrands .container .brand-header .brand-swiper-control .brand-swiper-prev {
  transform: rotate(-180deg);
}
.i2 .cooperativeBrands .container .brand-header .brand-swiper-control .brand-swiper-next {
  margin-left: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .i2 .cooperativeBrands .container .brand-header .home-public-title {
    width: auto;
  }
  .i2 .cooperativeBrands .container .brand-header .brand-nav {
    width: 100%;
    margin-top: 0.3rem;
    overflow-x: auto;
    display: block;
    font-size: 0;
    white-space: nowrap;
  }
  .i2 .cooperativeBrands .container .brand-header .brand-nav::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .i2 .cooperativeBrands .container .brand-header .brand-nav li {
    margin-left: 0;
    width: 2.5rem;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .i2 .cooperativeBrands .container .brand-header .brand-nav li:last-child {
    display: none;
  }
  .i2 .cooperativeBrands .container .brand-header .brand-nav li,
  .i2 .cooperativeBrands .container .brand-header .brand-nav li a {
    font-size: 0.28rem;
    line-height: 1.5;
    padding: 0.15rem 0;
  }
  .i2 .cooperativeBrands .container .brand-header .brand-swiper-control {
    display: none;
  }
}
.i2 .cooperativeBrands .container .brand-swiper {
  margin-top: 0.3rem;
  overflow: hidden;
}
.i2 .cooperativeBrands .container .brand-swiper .brand-item {
  width: 100%;
  height: 3.25rem;
}
.i2 .cooperativeBrands .container .brand-swiper .brand-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: scale-down;
}
@media screen and (max-width: 1024px) {
  .i2 .cooperativeBrands .container .brand-swiper .brand-item {
    height: 4.5rem;
  }
}
.i2 .cooperativeBrands .container .brand-swiper .swiper-slide {
  height: 1.5rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 0 0.01rem rgba(255, 255, 255, 0.8);
  border-radius: 0.08rem;
}
.i2 .cooperativeBrands .container .brand-swiper .swiper-slide .brand-swiper-img {
  height: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
}
.i2 .cooperativeBrands .container .brand-swiper .swiper-slide .brand-swiper-img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
@media screen and (max-width: 1024px) {
  .i2 .cooperativeBrands .container .brand-swiper .swiper-slide {
    height: 2rem;
  }
}
.i2 .cooperativeBrands .container .brand-recommend {
  margin-top: 0.73rem;
}
.i2 .cooperativeBrands .container .brand-recommend .recommend-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i2 .cooperativeBrands .container .brand-recommend .recommend-header .recommend-title {
  font-family: "Source Han Sans CN";
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .i2 .cooperativeBrands .container .brand-recommend .recommend-header .recommend-title {
    font-size: 0.32rem;
  }
}
.i2 .cooperativeBrands .container .brand-recommend .recommend-header .recommend-swiper-control {
  display: flex;
  align-items: center;
}
.i2 .cooperativeBrands .container .brand-recommend .recommend-header .recommend-swiper-control .recommend-swiper-prev,
.i2 .cooperativeBrands .container .brand-recommend .recommend-header .recommend-swiper-control .recommend-swiper-next {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  opacity: 0.6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: url("../images/brand-swiper-icon.png") center / cover no-repeat;
}
.i2 .cooperativeBrands .container .brand-recommend .recommend-header .recommend-swiper-control .recommend-swiper-prev:hover,
.i2 .cooperativeBrands .container .brand-recommend .recommend-header .recommend-swiper-control .recommend-swiper-next:hover {
  opacity: 1;
}
.i2 .cooperativeBrands .container .brand-recommend .recommend-header .recommend-swiper-control .recommend-swiper-prev {
  transform: rotate(-180deg);
}
.i2 .cooperativeBrands .container .brand-recommend .recommend-header .recommend-swiper-control .recommend-swiper-next {
  margin-left: 0.12rem;
}
@media screen and (max-width: 1024px) {
  .i2 .cooperativeBrands .container .brand-recommend .recommend-header .recommend-swiper-control {
    display: none;
  }
}
.i2 .cooperativeBrands .container .brand-recommend .recommend-swiper {
  margin-top: 0.3rem;
}
.i2 .cooperativeBrands .container .brand-recommend .recommend-swiper .swiper-slide .recommend-swiper-img {
  object-fit: cover;
  width: 100%;
  height: 1.86rem;
  -webkit-border-radius: 0.08rem;
  -moz-border-radius: 0.08rem;
  border-radius: 0.08rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .i2 .cooperativeBrands .container .brand-recommend .recommend-swiper .swiper-slide .recommend-swiper-img {
    height: 2.26rem;
  }
}
.i2 .cooperativeBrands .container .brand-recommend .recommend-swiper .swiper-slide .recommend-swiper-title {
  font-family: 'Source Han Sans CN';
  font-weight: bold;
  font-size: 0.18rem;
  color: #FFFFFF;
  line-height: 1.4;
  margin-top: 0.2rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
@media screen and (max-width: 1024px) {
  .i2 .cooperativeBrands .container .brand-recommend .recommend-swiper .swiper-slide .recommend-swiper-title {
    font-size: 0.28rem;
  }
}
@media screen and (max-width: 1024px) {
  .i2 .cooperativeBrands .container {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .i2 .cooperativeBrands {
    height: 100%;
  }
}
