.banner .banner-bg {
  display: block;
  width: 100%;
}
.cooperative {
  width: 92%;
  margin: 0 auto;
}
.cooperative .client {
  margin-top: 40px;
}
.cooperative .client .client-left {
  background-image: url(/static/m/images/cooperative/client_bg.png);
  background-size: 204px 163px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.cooperative .client .client-left h5 {
  margin: 21px auto;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: 500;
  color: #333333;
}
.cooperative .client .client-left p {
  margin-bottom: 30px;
  font-size: 14px;
  font-family: PingFangSC-Thin;
  font-weight: 300;
  color: #999999;
  line-height: 21px;
}
.cooperative .method {
  margin-top: 50px;
}
.cooperative .method .title {
  margin: 20px auto;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
}
.cooperative .method .method-item .method-item-list {
  margin-bottom: 21px;
}
.cooperative .method .method-item .method-item-list .list-title {
  font-size: 14px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  color: #333333;
  line-height: 27px;
}
.cooperative .method .method-item .method-item-list .list-desc {
  font-size: 14px;
  font-family: PingFangSC-Thin;
  font-weight: 300;
  color: #999999;
  line-height: 20px;
}
.cooperative .method .method-item .li-active {
  border-top: 3px solid #FFBE34;
  box-shadow: 0px 17px 49px 0px rgba(0, 0, 0, 0.08);
}
.cooperative .method .method-item .li-active h6 {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 54px;
}
.cooperative .flow {
  margin-top: 50px;
  margin-bottom: 63px;
}
.cooperative .flow .title {
  margin: 20px 0;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 1;
}
.cooperative .flow .flow-img {
  margin-top: 18px;
}
.cooperative .flow .flow-img img {
  display: block;
  width: 100%;
}
