.public {
  width: 100%;
  height: 0.93333333rem;
  background: #fe0000;
  margin-top: 0.2rem;
}
.public .public-wrap {
  width: 9.2rem;
  height: 100%;
  margin: auto;
}
.public .public-wrap .Chinese {
  float: left;
  display: block;
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  color: #fff;
  font-size: 0.34666667rem;
}
.public .public-wrap .English {
  float: left;
  margin-left: 0.13333333rem;
  margin-top: 0.4rem;
  color: #fff;
  font-size: 0.21333333rem;
}
.public .public-wrap .btn {
  position: relative;
}
.public .public-wrap .btn.down {
  float: right;
  display: block;
  width: 0.93333333rem;
  height: 0.93333333rem;
  background: url("../images/成功案例/bg_07.png") no-repeat center / cover;
}
.public .public-wrap .btn.up {
  float: right;
  display: block;
  width: 0.93333333rem;
  height: 0.93333333rem;
  background: url("../images/成功案例/bg_08.jpg") no-repeat center / cover;
}
.public .public-wrap .btn ul {
  display: none;
  position: absolute;
  right: 0;
  top: 0.93333333rem;
  width: 1.46666667rem;
  height: auto;
  background: #e0e0e0;
  padding-bottom: 0.26666667rem;
  z-index: 5;
}
.public .public-wrap .btn ul li {
  width: 100%;
  height: 0.66666667rem;
  line-height: 0.66666667rem;
  border-bottom: 1px solid #c4c4c4;
  text-align: center;
  color: #727171;
  font-size: 0.24rem;
}
.public .public-wrap .btn ul li.active {
  color: #f00;
  border-color: #f00;
}
/*合作列表*/
.article {
  position: relative;
  width: 100%;
  padding-bottom: 0.4rem;
  background: url("../images/合作品牌/bg.jpg") no-repeat center / cover;
}
.article article {
  display: none;
  top: 0;
  left: 0.4rem;
  width: 9.2rem;
  height: auto;
  margin: auto;
}
.article article.block {
  display: block;
}
.article article .title-img {
  width: 4.12rem;
  height: 0.42666667rem;
  padding: 0.4rem 0;
  margin: auto;
}
.article article .title-img img {
  width: 100%;
  height: 100%;
}
.article article .main-wrap {
  width: 100%;
  height: auto;
  margin: auto;
  padding-bottom: 1.06666667rem;
}
.article article .main-wrap li {
  float: left;
  width: 1.77333333rem;
  height: 0.61333333rem;
  margin: 0 0.08rem 0.08rem 0;
}
.article article .main-wrap li:nth-child(5n) {
  margin-right: 0;
}
.article article .main-wrap li img {
  width: 100%;
  height: 100%;
}
