.mid1 {
  background: linear-gradient(
    180deg,
    rgba(11, 31, 81, 1) 0%,
    rgba(25, 55, 138, 1) 100%
  );
  background-position: 0 100%;
}
.bg_mask {
  width: 100%;
  height: 380px;
  background: linear-gradient(
    225deg,
    rgba(0, 29, 97, 0.9) 0%,
    rgba(0, 39, 122, 0.9) 37%,
    rgba(0, 19, 52, 0.8) 100%
  );
}
.mid1 .text {
  padding-top: 100px;
  text-align: left;
}
.mid1 .title {
  text-align: left;
  font-weight: 400;
  font-size: 36px;
  height: 56px;
  line-height: 56px;
  color: #ffffff;
  letter-spacing: 2px;
}
.mid1 .text1 {
  opacity: 0.8;
  padding-top: 16px;
  padding-bottom: 32px;
  height: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
}
.mid1 .btn {
  border-radius: 2px;
  font-size: 16px;
  display: inline-block;
  width: 124px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  font-weight: 400;
  color: rgba(40, 51, 75, 1);
  letter-spacing: 1px;
  background: #ffffff;
}
.mid1 .btn:hover {
  opacity: 0.9;
}
.mid1 .contant {
  padding: 0 100px;
  background: url(../img/FacilitatorRecruit/banner-img.png) no-repeat;
  background-position: 630px 80px;
  background-size: 440px;
}
.banner-footer {
  height: 72px;
  line-height: 72px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 0;
  text-align: center;
}
.banner-footer img {
  width: 960px;
  vertical-align: middle;
}
.middle .flex-wrap {
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: self-start;
}
.mid2 {
  padding: 33px 0 13px;
}
.mid2 .flex-wrap {
  align-items: center;
}
.mid2 img {
  width: 550px;
}
.main-left {
  margin-left: -50px;
}
.middle h2 {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 33px;
}
.middle h3 {
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 25px;
}
.main-right p {
  font-size: 14px;
  line-height: 32px;
  padding-top: 24px;
  color: #4d4d4d;
  padding-bottom: 16px;
  padding-right: 30px;
}
.mid3 {
  background-color: #f6f7fc;
  padding: 48px 0 64px;
}
.mid3 img {
  width: 96px;
}
.mid3 p {
  width: 180px;
  font-size: 14px;
  color: rgba(117, 142, 152, 1);
  line-height: 26px;
  text-align: left;
}
.mid3 h3 {
  padding: 10px 0 16px;
}
.mid3 .card {
  text-align: center;
  position: relative;
}
.mid3 .card.row::after {
  position: absolute;
  right: -31px;
  bottom: 0;
  content: "";
  display: block;
  width: 1px;
  height: 180px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1),
    rgba(217, 220, 222, 1),
    rgba(255, 255, 255, 1)
  );
}
.mid4 {
  padding: 64px 0 58px;
}
.mid4 img {
  width: 940px;
  display: block;
  margin: 0 auto;
  margin-top: 34px;
}
.mid4 p {
  width: 180px;
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  line-height: 26px;
  letter-spacing: 1px;
}
