.downStart .content .ContactWrap.contactInfoOnly {
  position: relative;
  min-height: 12rem;
  padding: 3rem 3.8rem 4rem;
  background: #fff;
}

.downStart .content .ContactWrap.contactInfoOnly .contactInfoPanel {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
}

.downStart .content .ContactWrap.contactInfoOnly .contactInfoTitle {
  max-width: 14.8rem;
  font-size: 1.52rem;
  font-weight: 900;
  line-height: 1.12;
  color: #273989;
}

.downStart .content .ContactWrap.contactInfoOnly .contactInfoText {
  max-width: 21.5rem;
  font-size: .68rem;
  font-weight: 600;
  line-height: 1.48;
  color: #9ba0b4;
}

.downStart .content .homeWrap .home5.home5Code {
  padding: 0 4.3rem 2.7rem;
  overflow: hidden;
  background: #fff;
}

.downStart .content .homeWrap .home5Code .home5Top {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
  justify-content: space-between;
}

.downStart .content .homeWrap .home5Code .home5Title {
  max-width: 17.6rem;
  font-size: 1.46rem;
  font-weight: 900;
  line-height: 1.16;
  color: #273989;
  letter-spacing: .08rem;
}

.downStart .content .homeWrap .home5Code .home5Badge {
  min-width: 13.8rem;
  height: 2.34rem;
  font-size: .74rem;
  font-weight: 400;
  line-height: 2.34rem;
  color: #fff;
  text-align: center;
  background: #3d80ff;
  border-radius: 1.18rem 1.18rem 1.18rem 0;
}

.downStart .content .homeWrap .home5Code .home5Line {
  width: 3.46rem;
  height: .24rem;
  margin: 1.52rem 0 2.55rem;
  background: #ffb800;
  border-radius: .18rem;
}

.downStart .content .homeWrap .home5Code .home5Intro {
  margin-bottom: 2.35rem;
  font-size: .82rem;
  line-height: 1.45;
  color: #000;
  text-align: center;
}

.downStart .content .homeWrap .home5Code .home5Body {
  display: flex;
  gap: 1.5rem;
  align-items: flex-end;
  justify-content: space-between;
}

.downStart .content .homeWrap .home5Code .home5Figure {
  flex: 0 0 auto;
  width: 14.4rem !important;
  height: auto !important;
}

.downStart .content .homeWrap .home5Code .home5Reqs {
  display: flex;
  flex-direction: column;
  gap: .76rem;
  width: 12.8rem;
  margin-bottom: .18rem;
  flex: 0 0 auto;
}

.downStart .content .homeWrap .home5Code .home5Req {
  box-sizing: border-box;
  display: flex;
  gap: .52rem;
  align-items: center;
  min-height: 2.26rem;
  padding: .32rem 1.1rem .32rem 1rem;
  font-size: .72rem;
  font-weight: 400;
  line-height: 1.25;
  color: #2a4599;
  background: #f5f8ff;
  border-radius: 1.13rem;
}

.downStart .content .homeWrap .home5Code .home5Check {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 auto;
  width: .86rem;
  height: .86rem;
  border: .08rem solid #2a4599;
  border-radius: 50%;
}

.downStart .content .homeWrap .home5Code .home5Check::after {
  position: absolute;
  top: .09rem;
  left: .18rem;
  width: .36rem;
  height: .2rem;
  content: "";
  border-bottom: .08rem solid #2a4599;
  border-left: .08rem solid #2a4599;
  transform: rotate(-45deg);
}

@media screen and (max-width: 750px) {
  .downStart .content .ContactWrap.contactInfoOnly {
    padding: 2rem 1.2rem 3rem;
  }

  .downStart .content .ContactWrap.contactInfoOnly .contactInfoPanel {
    flex-direction: column;
  }

  .downStart .content .ContactWrap.contactInfoOnly .contactInfoTitle {
    font-size: 1rem;
  }

  .downStart .content .ContactWrap.contactInfoOnly .contactInfoText {
    font-size: .52rem;
  }

  .downStart .content .homeWrap .home5.home5Code {
    padding: 0 1.2rem 2rem;
  }

  .downStart .content .homeWrap .home5Code .home5Title {
    max-width: 9rem;
    font-size: 1rem;
  }

  .downStart .content .homeWrap .home5Code .home5Badge {
    min-width: 7.8rem;
    height: 1.5rem;
    font-size: .46rem;
    line-height: 1.5rem;
  }

  .downStart .content .homeWrap .home5Code .home5Intro {
    margin-bottom: 1.4rem;
    font-size: .58rem;
  }

  .downStart .content .homeWrap .home5Code .home5Body {
    gap: .8rem;
  }

  .downStart .content .homeWrap .home5Code .home5Figure {
    width: 9rem !important;
  }

  .downStart .content .homeWrap .home5Code .home5Reqs {
    gap: .42rem;
    width: 8.8rem;
  }

  .downStart .content .homeWrap .home5Code .home5Req {
    gap: .25rem;
    min-height: 1.35rem;
    padding: .2rem .45rem;
    font-size: .44rem;
    border-radius: .7rem;
  }

  .downStart .content .homeWrap .home5Code .home5Check {
    width: .52rem;
    height: .52rem;
    border-width: .05rem;
  }

  .downStart .content .homeWrap .home5Code .home5Check::after {
    top: .05rem;
    left: .1rem;
    width: .22rem;
    height: .12rem;
    border-bottom-width: .05rem;
    border-left-width: .05rem;
  }
}
