.sub-bring-container {
  padding: 20px 0;
}
.sub-bring-card {
  background-color: #fff;
  padding: 25px 18px;
}
@media (min-width: 769px) {
  .sub-bring-card {
    padding: 35px 24px;
  }
}
@media (min-width: 1025px) {
  .sub-bring-card {
    padding: 55px 32px;
  }
}
.sub-bring-card .sbc-head {
  display: flex;
  align-items: center;
}
.sub-bring-card .sbc-head .icon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1025px) {
  .sub-bring-card .sbc-head .icon {
    width: 35px;
    height: 35px;
  }
}
.sub-bring-card .sbc-head .title {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin: 0 8px;
}
@media (min-width: 1025px) {
  .sub-bring-card .sbc-head .title {
    margin: 0 15px;
    font-size: 28px;
  }
}
.sub-bring-card .sbc-head {
  font-family: PingFang;
}
.sub-bring-card .sbc-head .title-en {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .sub-bring-card .sbc-head .title-en {
    font-size: 22px;
  }
}
.sub-job-head {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #dfdfdf;
  display: none;
}
@media (min-width: 769px) {
  .sub-job-head {
    display: flex;
    padding: 0 40px;
    height: 50px;
    font-size: 20px;
    margin-top: 37px;
  }
}
@media (min-width: 1025px) {
  .sub-job-head {
    padding: 0 60px;
    height: 70px;
    font-size: 24px;
    margin-top: 47px;
  }
}
.sub-job-head span {
  color: #333;
  font-weight: 700;
}
.sub-job-head .name {
  width: 38%;
}
@media (min-width: 1025px) {
  .sub-job-head .name {
    width: 33%;
  }
}
.sub-job-head .name {
  display: block;
}
.sub-job-list .job-item {
  border: 1px solid rgba(223, 223, 223, 1);
  margin-top: 20px;
}
.sub-job-list .job-item-padding-x {
  padding: 0 20px;
}
@media (min-width: 769px) {
  .sub-job-list .job-item-padding-x {
    padding: 0 40px;
  }
}
@media (min-width: 1025px) {
  .sub-job-list .job-item-padding-x {
    padding: 0 60px;
  }
}
.sub-job-list .job-item_head {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.3s;
  color: #333;
}
@media (min-width: 769px) {
  .sub-job-list .job-item_head {
    height: 50px;
  }
}
@media (min-width: 1025px) {
  .sub-job-list .job-item_head {
    height: 70px;
  }
}
.sub-job-list .job-item_head .name {
  width: 45%;
}
@media (min-width: 769px) {
  .sub-job-list .job-item_head .name {
    width: 35%;
  }
}
@media (min-width: 1025px) {
  .sub-job-list .job-item_head .name {
    width: 30%;
  }
}
.sub-job-list .job-item_head .name {
  display: block;
}
.sub-job-list .job-item_head .name,
.sub-job-list .job-item_head .num {
  font-size: 14px;
}
@media (min-width: 769px) {
  .sub-job-list .job-item_head .name,
  .sub-job-list .job-item_head .num {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .sub-job-list .job-item_head .name,
  .sub-job-list .job-item_head .num {
    font-size: 20px;
  }
}
.sub-job-list .job-item_head .iconfont {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  color: #a5a5a5;
  transition: transform 0.3s;
  font-size: 13px;
}
@media (min-width: 769px) {
  .sub-job-list .job-item_head .iconfont {
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .sub-job-list .job-item_head .iconfont {
    width: 36px;
    font-size: 18px;
    height: 36px;
  }
}
.sub-job-list .job-item_head_active {
  background-color: #089c8e;
  color: #fff;
}
.sub-job-list .job-item_head_active .iconfont {
  transform: rotate(-180deg);
  color: #fff;
}
.sub-job-list .job-item_body {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1025px) {
  .sub-job-list .job-item_body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.sub-job-list .job-item_body .job-qualif {
  color: #089c8e;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .sub-job-list .job-item_body .job-qualif {
    font-size: 20px;
  }
}
.sub-job-list .job-item_body .job-eligib-details {
  padding-top: 20px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 769px) {
  .sub-job-list .job-item_body .job-eligib-details {
    padding-top: 15px;
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  .sub-job-list .job-item_body .job-eligib-details {
    padding-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }
}
