.mediatorIndex {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
.mediatorIndex .header {
  width: 100%;
  height: 320px;
  position: relative;
}
.mediatorIndex .header .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mediatorIndex .header .bg_img img {
  width: 100%;
  height: 100%;
}
.mediatorIndex .header .texts {
  width: 80%;
  height: 100%;
  font-family: "PingFang SC, PingFang SC";
  font-weight: 600;
  font-size: 30px;
  color: #FFF3F3;
  line-height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  margin-left: 50%;
  transform: translateX(-50%);
}
.mediatorIndex .content {
  width: 80%;
  margin: auto;
}
.mediatorIndex .content > p {
  font-family: "PingFang SC, PingFang SC";
  font-size: 24px;
  color: #222222;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px;
}
.mediatorIndex .content > p .line {
  margin-top: 10px;
  display: inline-block;
  width: 42px;
  height: 4px;
  background: linear-gradient(90deg, #C72B31 0%, #EB363F 59%, #E1444D 100%);
}
.mediatorIndex .content > ul {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.mediatorIndex .content > ul li {
  width: 17%;
  position: relative;
  margin-right: 3%;
  max-width: 160px;
  max-height: 211px;
}
.mediatorIndex .content > ul li > img {
  width: 100%;
  height: 100%;
}
.mediatorIndex .content > ul li .head_c {
  width: 100%;
  height: 100%;
  background: #20C0F1;
}
.mediatorIndex .content > ul li .head_c img {
  width: 100%;
  height: 100%;
}
.mediatorIndex .content > ul li .msg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 41px;
  background: rgba(255, 84, 96, 0.6);
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
}
.mediatorIndex .content > ul li .msg p {
  line-height: 20px;
}
.mediatorIndex .content > ul li:last-child {
  margin-right: 0;
}
.mediatorIndex .footer {
  margin-bottom: 50px;
}
.mediatorIndex .footer > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mediatorIndex .icp_footer a {
  color: #000000;
}

/*# sourceMappingURL=mediator.css.map */
