.subContent > .main {
  display: flex;
  margin: 0rem 0.7rem;
}

.subContent > .main .right .title {
  font-size: 0.5rem;
  margin: 0.2rem auto 0.2rem;
}

.subContent > .main .right .sub-tit {
  font-size: 0.28rem;
  margin: 0.3rem auto 0.4rem;
}

#cardBox {
  width: 100%;
  margin-top: 1.8rem;
  margin-bottom: 0.8rem;
}

#cardBox > div {
  display: none;
}

#cardBox p {
  font-size: 0.23rem;
  line-height: 0.36rem;
  /* margin-bottom: 0.36rem;  */
  text-indent: 2em;
  color: #3b4c62;
}

#cardBox p.clear-indent {
  text-indent: 1em;
  position: relative;
}

#cardBox p.clear-indent::before {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #333333;
  display: inline-block;

  position: absolute;
  left: 0px;
  top: 0.56em;
}

#cardBox img {
  width: 100%;
  margin: 0.1rem 0rem;
}

#cardBox > .recruitment > .rec-list {
  display: flex;
}

#cardBox > .recruitment > .rec-list > div {
  border: 0.035rem solid #ffffff;
  cursor: pointer;
  flex: 1;
}

#cardBox .card-box {
  width: 8.16rem;
  height: 6rem;
  background: #4eb1ac;
  margin: 0.5rem auto;
  box-sizing: border-box;
  padding: 0.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#cardBox .card-box img.qr-code {
  width: 2rem;
  margin: 0.4rem 0rem 0.8rem;
}

#cardBox .card-box p.desc {
  font-size: 0.24rem;

  line-height: 0.36rem;
  color: #ffffff;
  text-align: center;
  margin: 0rem;
}

.join-us-btn {
  margin-top: 0.4rem;
  font-size: 0.2rem;
}

.join-us-btn a {
  text-decoration: none;
  color: #ffffff;
  background: #4eb1ac;
  box-sizing: border-box;
  padding: 0.1rem 0.3rem;
  border-radius: 0.04rem;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 2.95rem;
  transition: all 0.5s;
}

.join-us-btn a:hover {
  background: #374771;
}

.cultivate-wrap {
  display: flex;
  flex-wrap: wrap;
}

.cultivate-wrap img {
  width: calc(50% - 0.1rem) !important;
  margin: 0.05rem !important;
}
