.comp-partner {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.comp-partner .title {
  margin-top: 100px;
  margin-bottom: 71px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 38px;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
}
.comp-partner .img-box {
  position: relative;
  background-size: 100% 100%;
  text-align: center;
}
.comp-partner .img-box .desc {
  width: 169px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 17px;
  color: #FFFFFF;
}
.comp-partner .join-use {
  display: block;
  margin: 72px auto 0;
  width: 198px;
  height: 50px;
  background: #1060BC;
  border-radius: 25px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
}
.comp-partner .join-use:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*# sourceMappingURL=index.css.map */
