/** 合作案例 **/
/** 轮播图 **/
.cr_carousel .el-carousel__indicator--horizontal {
  display: none;
}
.partner img {
  width: calc(100% - 2rem);
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
/** 标杆案例 **/
.standard {
  background: #E8F5FF;
}
.standard ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 0.75rem;
  padding: 0 1rem;
}
.standard ul li {
  margin-bottom: 1.75rem;
  width: 100%;
  padding-bottom: 1.5rem;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.45rem;
}
.standard ul li:nth-child(3n) {
  margin-right: unset;
}
.standard ul li .st_pic {
  width: 100%;
  border-radius: 0.45rem 0.45rem 0 0;
}
.standard ul li .st_icon {
  padding: 1rem 0;
  width: 7.7rem;
}
.standard ul li .st_remark {
  font-size: 0.7rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #6C7581;
  padding: 0 1rem;
  line-height: 1.15rem;
  text-align: left;
}
