/* 原生开发应用招募计划 */
/* 为所有锚点元素设置滚动偏移 */
[id^="anchor"] {
  scroll-margin-top: 15rem; /* 根据你的头部高度调整 */
}
.phone-show {
  display: none;
}
.article-content {
  --color-dark: #1d1d1ff2;
  --color-light: #666666;
  --section-padding: 23.7rem;
  --border-radius: 2.4rem;
  color: var(--color-dark);
}
.section-padding {
  padding: 0 var(--section-padding);
}
.section-title,
.section-title h2 {
  font-size: 3.6rem;
  line-height: 4.8rem;
  text-align: left;
}
.section-title p {
  font-size: 2rem;
  line-height: 3.2rem;
  margin-top: 1.5rem;
  font-family: "SourceHanSansCN-Medium";
  font-weight: normal;
}
.article-content-title {
  font-family: "SourceHanSansCN-Bold";
  font-size: 2.8rem;
  line-height: 3.6rem;
}
.article-content-text {
  font-family: "SourceHanSansCN-Regular";
  color: var(--color-light);
  font-size: 2rem;
  line-height: 3.2rem;
}
.article-content-text strong {
  color: var(--color-dark);
  font-weight: normal;
  font-family: "SourceHanSansCN-Medium";
}
.banner-subtitle {
  margin-bottom: -1.5rem;
  display: flex;
  align-items: center;
}
.banner-subtitle > p {
  font-size: 3.2rem;
  line-height: 9rem;
  color: #577ab7;
}
.subtitle-decoration {
  margin-left: 9.3rem;
  padding: 0 2.8rem 0 2.3rem;
  border-radius: 5rem;
  background: #577ab7;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-family: "SourceHanSansCN-Bold";
  color: var(--white-primary);
  display: flex;
  align-items: center;
}
.round-dot {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: var(--white-primary);
  margin-right: 1.5rem;
}
.banner-title h1 {
  background: linear-gradient(
    90deg,
    rgba(124, 124, 133, 0.95) 0%,
    rgba(29, 29, 31, 0.95) 25%,
    rgba(80, 80, 101, 0.95) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.banner-title p {
  margin-top: 1.4rem;
  max-width: 65rem;
  font-family: "SourceHanSansCN-Regular";
}
.article-nav {
  background: var(--white-primary);
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  padding: 1.5rem var(--section-padding);
  position: sticky;
  top: 10rem;
  z-index: 10;
}
.article-nav .nav-list {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-list .nav-link {
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #979797;
  transition: color 0.3s;
}
.nav-list .nav-link:hover {
  color: var(--red-light-1);
}

.article-nav .nav-download {
  padding: 0 7.5rem 0 3.3rem;
  font-size: 1.8rem;
  line-height: 3.6rem;
  border-left: 1px solid #979797b2;
  display: flex;
  align-items: center;
  margin-left: 9.7rem;
  transition: color 0.3s;
}
.nav-download svg {
  width: 1.7rem;
  height: 1.7rem;
  margin-right: 1rem;
  transition: fill 0.3s;
}
.nav-download:hover {
  color: var(--red-light-1);
}
.nav-download:hover svg {
  fill: var(--red-light-1);
}
/* 计划简介 */
.introduction {
  padding-top: 7rem;
  padding-bottom: 9.4rem;
  background: var(--white-primary);
}
.introduction .article-content-text {
  font-size: 2.2rem;
  line-height: 3.6rem;
  color: #979797;
}
.introduction .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.introduction .section-title h2 {
  margin: 0 2.8rem;
}
.decoration-line {
  display: block;
  flex: 1;
  height: 1px;
  background: #979797;
}
.introduction-content-1 {
  margin-top: 2.9rem;
}
.introduction-content-2 {
  margin-top: 1.5rem;
}
/*  招募时间 */
.hire-time {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 1.8rem;
  padding-bottom: 2.7rem;
  background: linear-gradient(90deg, #ffffff 0%, #f5f9fd 25%, #ffffff 100%);
}
.hire-time .article-content-text {
  margin-right: 2.4rem;
}
.section-icon {
  margin: 0.9rem 2.5rem 0.3rem 5.6rem;
  width: 7.5rem;
  object-fit: contain;
}
.hire-time-content {
  font-family: "SourceHanSansCN-Bold";
  line-height: 4.8rem;
}
.hire-time-content h2 {
  font-size: var(--color-light);
  font-size: 2.1rem;
}
.hire-time-content p {
  font-size: 3.8rem;
  color: var(--red-primary);
}
.flex-row-end {
  display: flex;
  align-items: flex-end;
}
/*  招募对象 */
.recruit-object {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: var(--white-primary);
}
.recruit-content {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
.recruit-item {
  background: #f5f5f5;
  border-radius: var(--border-radius);
  height: 100%;
  padding: 3.5rem 5.3rem 3.8rem 5.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.recruit-item .item-title {
  display: flex;
  align-items: center;
}
.size-40 {
  width: 4rem;
  height: 4rem;
}
.size-34 {
  width: 3.4rem;
  height: 3.4rem;
}
.recruit-item .item-title img {
  margin-right: 1.5rem;
  object-fit: contain;
}
.recruit-item .item-title h3 {
  font-family: "SourceHanSansCN-Bold";
  font-size: 2.8rem;
  line-height: 3.6rem;
}
.recruit-item .article-content-text {
  margin-top: 1.5rem;
}
/* 招募目标 */
.recruit-target {
  padding-top: 9.5rem;
  padding-bottom: 10rem;
}
.target-center {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
}
.target-center > .article-content-text {
  flex: 1;
  color: var(--color-dark);
  font-family: "SourceHanSansCN-Medium";
}
.target-right {
  margin-left: 14.5rem;
  display: flex;
  align-items: center;
}
.target-item {
  position: relative;
  padding-left: 2.5rem;
}
.target-item::before {
  position: absolute;
  display: inline-block;
  top: -0.5rem;
  left: 0;
  content: "";
  height: 100%;
  width: 4px;
  background: var(--red-primary);
}
.count-title {
  font-family: "SourceHanSansCN-Bold";
  font-size: 4.8rem;
  line-height: 3.2rem;
}
.count-title strong {
  color: var(--red-primary);
}
.count-desc {
  margin-top: 2.3rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-family: "SourceHanSansCN-Regular";
  color: var(--color-light);
}
.target-item + .target-item {
  margin-left: 15rem;
}
/* 标准定义 */
.standard-define {
  padding-top: 6.5rem;
  padding-bottom: 7.6rem;
  background: var(--white-primary);
}
.standard-content {
  margin-top: 2.6rem;
}
.standard-item {
  position: relative;
  border-radius: var(--border-radius);
  padding: 3.5rem 5.8rem;
}
.standard-item-1 {
  background: #f5f5f5;
  --item-color: var(--red-primary);
}
.standard-item-2 {
  border: 1px solid var(--color-light);
  --item-color: var(--color-light);
  margin-top: 2rem;
}
.standard-item-1::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  bottom: 1.7rem;
  width: 6px;
  background: var(--red-primary);
  border-radius: 10px;
}
.standard-item-title {
  display: flex;
  align-items: center;
}
.standard-item-title span {
  padding: 0 1.3rem;
  border-radius: 4rem;
  font-family: "SourceHanSansCN-Bold";
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: var(--item-color);
  border: 1px solid var(--item-color);
  margin-right: 1.2rem;
}
.standard-item .article-content-text {
  margin-top: 1rem;
  margin-left: 5.5rem;
}
.link-group {
  margin-top: 1.4rem;
  margin-left: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link-group span {
  font-family: "SourceHanSansCN-Regular";
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: var(--red-primary);
}
/* 专属权益 */
.exclusive-rights {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.rights-row {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
.rights-item {
  height: 100%;
  padding: 4.3rem 5.6rem;
  border-radius: var(--border-radius);
  background: var(--white-primary);
}
.rights-item > img {
  height: 4rem;
  object-fit: contain;
  margin-bottom: 2.1rem;
}
.rights-sublist {
  margin-top: 2rem;
  padding-left: 1.7rem;
}
.rights-sublist li {
  list-style: disc;
}
.rights-sublist li::marker {
  color: var(--red-primary);
}
.rights-sublist li + li {
  margin-top: 1.5rem;
}
/* 参与流程 */
.participate-process {
  padding-top: 6.1rem;
  padding-bottom: 4.6rem;
  background: var(--white-primary);
}
.process-content {
  margin-top: 6.6rem;
}
.process-title {
  display: flex;
  align-items: center;
}
.process-title img {
  height: 3.3rem;
  object-fit: contain;
  margin-right: 1.3rem;
}
.process-devide-line {
  position: relative;
  margin-top: 1.9rem;
  margin-left: -2.8rem;
  margin-bottom: 1.7rem;
  height: 1px;
  background: #d5d5d5;
}
.line-spot {
  position: absolute;
  top: -0.6rem;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  background: var(--red-primary);
}
.process-devide-line .article-content-title {
  position: absolute;
  right: 0;
  bottom: 1.3rem;
  color: #d5d5d5;
}
.process-item + .process-item {
  margin-top: 2.3rem;
}
.process-item h4 {
  font-family: "SourceHanSansCN-Bold";
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: var(--red-primary);
  margin-bottom: 1.1rem;
}
.color-red {
  color: var(--red-primary);
  text-decoration: underline;
}
.other-process {
  padding-top: 3.1rem;
  padding-bottom: 2.8rem;
}
.other-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4.6rem 11rem;
}
.other-list .color-light {
  color: var(--color-light);
  margin-right: 1rem;
}
.other-list .article-content-text {
  margin-top: 1rem;
}
.develop-guide {
  background: var(--white-primary);
  padding-top: 8.9rem;
  padding-bottom: 8.9rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.develop-guide .section-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.develop-guide .section-title p {
  margin-top: 0;
}
.font-light {
  font-family: "SourceHanSansCN-Regular";
  text-decoration: underline;
}
.guide-link {
  display: inline-block;
  margin-top: 2rem;
  width: fit-content;
  padding: 1.2rem 4.8rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: "SourceHanSansCN-Regular";
  font-weight: normal;
  color: #333333;
  border: 1px solid #333333;
  border-radius: 8rem;
  transition:
    color 0.3s,
    border-color 0.3s,
    background-color 0.3s;
}
.guide-link:hover {
  color: var(--white-primary);
  border-color: var(--red-primary);
  background-color: var(--red-primary);
}
.guide-link-group {
  width: 66.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
.guide-link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5;
  border-radius: var(--border-radius);
  padding: 2.8rem 2.4rem 2.8rem 3.1rem;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.guide-link-item svg {
  transition: fill 0.3s;
}
.flex-row-center {
  display: flex;
  align-items: center;
}
.flex-row-center span {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-left: 2rem;
}
.icon-svg {
  width: 3.9rem;
  height: 3.9rem;
  fill: #1d1d1f;
}
.arrow-svg {
  width: 1.2rem;
  height: 2.1rem;
  fill: #585858;
}
.guide-link-item:hover {
  background-color: var(--red-primary);
  color: var(--white-primary);
}
.guide-link-item:hover svg {
  fill: var(--white-primary);
}
/* 联系方式 */
.contact-us {
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.title-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-link {
  margin-top: 1.1rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: "SourceHanSansCN-Regular";
  font-weight: normal;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-link svg {
  width: 2.6rem;
  height: 2.6rem;
  transition: fill 0.3s;
  margin-right: 1.4rem;
}
.contact-link:hover {
  color: var(--red-primary);
  text-decoration: underline;
}
.contact-link:hover svg {
  fill: var(--red-primary);
}
.contact-list {
  margin-top: 3.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
.contact-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 2.1rem 0 3.5rem 0;
  background: var(--white-primary);
  border-radius: var(--border-radius);
}
.size-63 {
  height: 6.3rem;
  object-fit: contain;
  margin-bottom: 0.9rem;
}
.size-44 {
  height: 4.4rem;
  object-fit: contain;
  margin-bottom: 1.8rem;
}
.contact-desc {
  margin-bottom: 0.6rem;
  font-size: 2rem;
  line-height: 3.4rem;
  font-family: "SourceHanSansCN-Regular";
  color: var(--color-light);
}

@media screen and (max-width: 1279px) {
  [id^="anchor"] {
    scroll-margin-top: 12rem; /* 根据你的头部高度调整 */
  }
  .article-content {
    --section-padding: 10rem;
    --border-radius: 2.4rem;
  }
  .article-nav {
    top: 6rem;
  }
  .article-nav .nav-download {
    margin-left: 4rem;
  }
  .rights-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .guide-link-group {
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  [id^="anchor"] {
    scroll-margin-top: 50px; /* 根据你的头部高度调整 */
  }
  .article-content {
    --section-padding: 20px;
    --border-radius: 20px;
  }
  .section-title,
  .section-title h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .section-title p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
  }
  .article-content-title {
    font-size: 16px;
    line-height: 30px;
  }
  .article-content-text {
    font-size: 14px;
    line-height: 26px;
  }
  .phone-show {
    display: block;
  }
  .article-nav {
    flex-direction: column-reverse;
    padding: 10px 20px;
    position: static;
  }
  .article-nav .nav-download {
    padding: 10px;
    font-size: 16px;
    line-height: 26px;
    margin-left: 0;
    border-left: 0;
  }
  .nav-download svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .anchor-title {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .article-nav .nav-list {
    flex: auto;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: height 0.3s ease;
  }
  .nav-list > li {
    width: 100%;
    border-top: 1px solid #e5e5e5;
  }
  .nav-list .nav-link {
    font-size: 16px;
    line-height: 36px;
  }
  .banner-subtitle {
    margin-bottom: 0;
  }
  .banner-subtitle > p {
    font-size: 20px;
    line-height: 2;
  }
  .subtitle-decoration {
    margin-left: 20px;
    padding: 0 16px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.7;
  }
  .round-dot {
    width: 9px;
    height: 9px;
    margin-right: 8px;
  }
  .banner-title p {
    margin-top: 10px;
    max-width: calc(100% - 1.1rem);
  }
  .rights-sublist li + li {
    margin-top: 10px;
  }
  .introduction,
  .hire-time,
  .recruit-object,
  .recruit-target,
  .standard-define,
  .exclusive-rights,
  .participate-process,
  .other-process,
  .develop-guide,
  .contact-us {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .introduction .article-content-text {
    font-size: 18px;
    line-height: 30px;
  }
  .introduction-content-1,
  .introduction-content-2 {
    margin-top: 20px;
  }
  .hire-time,
  .flex-row-end,
  .target-center,
  .develop-guide {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-icon {
    margin: 10px;
    width: 50px;
  }
  .hire-time-content {
    line-height: 1.7;
  }
  .hire-time-content h2,
  .hire-time-content p {
    font-size: 20px;
  }
  .recruit-content {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
  }
  .size-40,
  .size-34 {
    width: 36px;
    height: 36px;
  }
  .recruit-item,
  .standard-item,
  .rights-item,
  .guide-link-item, .contact-item {
    padding: 20px;
  }
  .recruit-item .item-title img {
    margin-right: 15px;
  }
  .recruit-item .item-title h3 {
    font-size: 20px;
    line-height: 1.7;
  }
  .recruit-item .article-content-text,
  .target-center,
  .standard-content,
  .standard-item-2,
  .rights-row,
  .process-content,
  .process-item + .process-item {
    margin-top: 15px;
  }
  .target-right {
    margin-left: 0;
    margin-top: 16px;
  }
  .target-item {
    padding-left: 12px;
  }
  .target-item::before {
    top: 0;
  }
  .count-title {
    font-size: 20px;
    line-height: 30px;
  }
  .count-desc {
    margin-top: 2px;
    font-size: 16px;
    line-height: 22px;
  }
  .target-item + .target-item {
    margin-left: 20px;
  }
  .standard-item-title span {
    padding: 0 10px;
    font-size: 14px;
    line-height: 1.7;
    margin-right: 12px;
  }
  .standard-item .article-content-text {
    margin-top: 15px;
    margin-left: 48px;
  }
  .link-group {
    margin-top: 10px;
    flex-direction: column;
    margin-left: 47px;
    align-items: flex-start;
  }
  .link-group span {
    font-size: 14px;
    line-height: 1.7;
  }
  .rights-row {
    grid-gap: 10px;
  }
  .rights-item > img {
    height: 26px;
    margin-bottom: 20px;
  }
  .rights-sublist {
    margin-top: 10px;
    padding-left: 10px;
  }
  .process-title img {
    height: 30px;
    margin-right: 15px;
  }
  .process-devide-line {
    margin: 16px 0;
  }
  .line-spot {
    top: -6px;
    left: 0;
    width: 13px;
    height: 13px;
  }
  .process-devide-line .article-content-title {
    bottom: 0;
  }
  .process-item h4 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .other-list {
    grid-gap: 16px;
  }
  .other-list .color-light {
    margin-right: 4px;
  }
  .other-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 20px;
  }
  .other-list .article-content-text {
    margin-top: 6px;
  }
  .guide-link {
    margin-top: 10px;
    padding: 6px 20px;
    font-size: 17px;
    line-height: 1.7;
  }
  .guide-link-group {
    width: 100%;
    margin-top: 10px;
    gap: 10px;
  }
  .icon-svg {
    width: 24px;
    height: 24px;
  }
  .flex-row-center span {
    font-size: 16px;
    line-height: 1.6;
    margin-left: 12px;
  }
  .arrow-svg {
    width: 8px;
    height: 20px;
    transition: transform 0.3s ease;
  }
  .contact-link {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
  .contact-link svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .contact-list {
    margin-top: 20px;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .size-63 {
    height: 36px;
    margin-bottom: 10px;
  }
  .size-44 {
    height: 33px;
    margin-bottom: 12px;
  }
  .contact-desc {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.5;
  }
}
