@media (min-width: 801px) {
  .intro-banner {
    width: 100%;
    height: 360px;
    background-image: url(../assets/joinUs/Group\ 201.png);
    padding-top: 132px;
  }
  .intro-banner .title .chinese-title {
    margin-bottom: 10px;
  }
  .intro-banner .intro {
    text-align: center;
    font-size: 26px;
    display: flex;
    justify-content: center;
  }
  .intro-banner .intro span {
    color: #fff;
  }
  .intro-banner .intro .yellow {
    color: #e5a81d;
  }
  .join-process {
    width: 1200px;
    margin: 0 auto 55px;
    padding-top: 30px;
  }
  .join-process .process-chart {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .join-process .process-chart .logo-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .join-process .process-chart .logo-info .icon {
    width: 52px;
    height: 65px;
    margin-bottom: 10px;
  }
  .join-process .process-chart .logo-info .icon img {
    width: 100%;
    height: 100%;
  }
  .join-process .process-chart .logo-info .process-chart-title {
    font-weight: bold;
    font-size: 16px;
    color: #000000;
  }
  .join-process .process-chart .dashed {
    display: flex;
    width: 218px;
    border-bottom: 2px dashed #80a396;
    position: relative;
  }
  .join-process .process-chart .dashed::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0, -40%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid #00482e;
    border-bottom: 5px solid transparent;
  }
  .join-process .title,
  .join-requirements .title {
    margin-bottom: 50px;
    margin-bottom: 30px;
  }
  .join-process .title .chinese-title .info span,
  .join-requirements .title .chinese-title .info span {
    color: #000;
  }
  .join-process .title .chinese-title .hung,
  .join-requirements .title .chinese-title .hung {
    background-color: #000;
  }
  .join-process .title .english-title,
  .join-requirements .title .english-title {
    font-weight: normal;
    font-size: 30px;
    /* 创建一个从上到下的线性渐变背景 */
    background: linear-gradient(to bottom, rgba(167, 162, 162, 0), rgba(126, 119, 119, 0.3));
    /* 将背景裁剪为文本形状，仅显示文本部分的渐变 */
    -webkit-background-clip: text;
    /* 设置文本填充颜色为透明，以便显示背景渐变 */
    -webkit-text-fill-color: transparent;
    /* 对于不支持-webkit-background-clip: text的浏览器，将文本颜色也设置为透明 */
  }
  .join-requirements {
    width: 1200px;
    margin: 0 auto;
  }
  .join-requirements .title {
    margin-bottom: 30px;
  }
  .join-requirements .grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
    margin-bottom: 30px;
  }
  .join-requirements .grid li {
    height: 140px;
    background: #f5f9f8;
    position: relative;
    padding: 56px 18px 0;
  }
  .join-requirements .grid li .num {
    position: absolute;
    color: #e6ebea;
    font-size: 64px;
    font-weight: bold;
    left: 17px;
    top: 20px;
    z-index: 1;
  }
  .join-requirements .grid li .grid-title {
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .join-requirements .grid li .grid-title span {
    font-size: 16px;
    color: #212323;
    font-weight: bold;
  }
  .join-requirements .grid li .grid-title .point {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 10px;
  }
  .join-requirements .grid li .grid-title-info {
    z-index: 2;
    position: relative;
    font-size: 14px;
    color: #717272;
  }
  .join-requirements .joinUs-button {
    width: 180px;
    height: 40px;
    background: #00482e;
    border-radius: 20px 20px 20px 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    position: relative;
  }
  .join-requirements .joinUs-button span {
    font-size: 18px;
    color: #ffffff;
  }
  .join-requirements .joinUs-button .pop {
    width: 236px;
    height: 75px;
    position: absolute;
    left: -28px;
    top: -75px;
    display: none;
    cursor: initial;
  }
  .join-requirements .joinUs-button .pop .phone-info {
    width: 236px;
    height: 40px;
    background: #00482e;
    border-radius: 4px 4px 4px 4px;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
  .join-requirements .joinUs-button .pop .arrow {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #00482e;
  }
  .join-requirements .joinUs-button:hover .pop {
    display: initial;
  }
}
