body {
    max-width: 120rem;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    padding: 0;
  }
  
  html {
    font-size: 16px;
  }
  
  
  html a{
        text-decoration: none;
  }
  
  
  .header-main {
    width: 100%;
  
    position: absolute;
    padding: 1.25rem 0;
    z-index: 1000;
  }
  
  
  .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12.5rem;
  }
  
  @media only screen and (max-width: 768px) {
    /*  and (max-width: 991px),
  only screen and (max-width: 767px) */
    .container {
      padding: 0 2rem;
    }
  }
  
#web-logo {
    width: 11.875rem;
    height: auto;
    max-height: 3.75rem;
    display: block;
    cursor: pointer;
    object-fit: contain;
  }
  
  .nav-menu {
    display: flex;
    list-style-type: none;
    gap: 3.5rem;
  align-items: center;
  
  }
  
  .nav-item {
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    cursor: pointer;
  }
  
  .nav-item-lang {
    color: #2c2b01;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 1.25rem 5rem;
    border-radius: 1.875rem;
    background-color: #ffee00;
    margin-left: 50px;
  }
  
  /* .active {
    color: #C6F806;
  } */
  
  .nav-menus-wrapper ul {
    margin: 0;
  }
    /* 弹出框样式 */
  .popup {
    position: absolute;
    width: 12rem;
    padding: 0.625rem;
    background-color:#fff;
    border: 1px solid #ccc;
    border-radius: 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    display: flex;
    flex-direction: column;
    align-items: start;
    /* gap: 1.25rem; */
    color: #17012C;
    top: 3rem;
    right:0rem;
    z-index: 1000;
  
  }
  
  .popup-item {
    /* padding: 8px 16px; */
    font-size: 1.2rem;
    cursor: pointer;
    color: #17012C;
    padding: 0.625rem 0;
    width: 100%;
    cursor: pointer;
  }
  
  .popup-item:hover {
    /* background-color: #f0f0f0; */
    color: #000;
  }
  
  .popup-item.selected {
    background-color: #000;
    color: #000;
    font-weight: bold;
  }

  
  .popup.hidden {
    display: none;
  }


  .sticky-color {
    color: #1d3557;
  }
  
  
  .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation: sticky 1s;
    animation: sticky 1s;
    -webkit-box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
    box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);
    background-color: #fff;
    padding: 1.25rem 0;
  }
  
  @media only screen and (max-width: 767px) {
    .sticky {
      padding: 1.25rem 0;
    }
  }
  
  @-webkit-keyframes sticky {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  
    100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
  
  @keyframes sticky {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }
  
    100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
    }
  }
  


/* module7 样式 */
.module7-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: -9rem;
}

.module7-container img {
    width: 95rem;
    height: 18.5rem;
    display: block;
}

.module7-content {
    color: #fff;
    position: absolute;
    display: flex;
    gap: 20rem;
    left: 20rem;
    justify-content: space-around;
    width: 50%;
}

.module7-text-group {
    width: 40%;
}

.module7-marketing-tag {
    color: #000;
    background-color: #ffee00;
    padding: 0.625rem 1.25rem;
    border-radius: 1.25rem;
}

.module7-title {
    color: #fff;
    font-size: 2.25rem;
    margin: 1.875rem 0;
}

.module7-description {
    color: #fff;
    font-size: 1rem;
    margin: 0;
}

.module7-action-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.module7-action-button {
    background-color: #ffee00;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.625rem 1.25rem;
    border-radius: 1rem;
    gap: 2rem;
    cursor: pointer;
}

.module7-action-button:hover {
    transform: scale(1.1);
    transition-duration: 0.2s;

}

.module7-action-button span {
    font-size: 1.5rem;
    color: #17012C;
}

.module7-action-button img {
    width: 2.875rem;
    height: 2.875rem;
    display: block;
    
}

/* subheading 外层容器样式 */
.subheading {
    padding-top: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 背景图片样式 */
.subheading img {
    width: 114.875rem;
    height: 31rem;
    display: block;
}

/* 内部内容容器样式 */
.subheading-content {
    position: absolute;
    text-align: center;
    margin: 1.25rem 12.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* 标题样式 */
.subheading-title {
    font-size: 2.625rem;
    font-weight: bold;
    color: #17012C;
}

/* 分隔样式 */
.subheading-divider {
    padding: 0.9375rem 0;
    border: 1px solid #BF20FC;
    border-radius: 1.6875rem;
    width: 18.75rem;
    margin-top: 3.75rem;
}



/* Footer Container */
footer {
    height: 40.9375rem;
}

footer > div:first-child {
    height: 36.75rem;
    background-color: #4f4f4f;
    display: flex;
    align-items: end;
    justify-content: space-around;
}

footer > div:last-child {
    height: 4.1875rem;
    background-color: #3b3b3b;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* First Column */
footer > div:first-child > div:first-child {
    width: 20%;
    margin-bottom: 10rem;
}

footer > div:first-child > div:first-child p:first-child {
    color: #fff;
    font-size: 4.625rem;
    margin: 1.25rem 0;
}

footer > div:first-child > div:first-child p:last-child {
    color: #D6D6D6;
    font-size: 1rem;
}

/* Second Column */
footer > div:first-child > div:nth-child(2) {
    display: flex;
    width: 40%;
    gap: 16rem;
    margin-bottom: 8rem;
}

footer > div:first-child > div:nth-child(2) > div {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

footer > div:first-child > div:nth-child(2) > div p {
    font-size: 1.625rem;
    color: #fff;
    margin: 0;
    padding: 10px 0;
}

footer > div:first-child > div:nth-child(2) > div > div:first-child {
    display: flex;
    gap: 0.5rem;
}

footer > div:first-child > div:nth-child(2) > div > div:first-child span:first-child {
    width: 16px;
    height: 2px;
    background-color: #fff;
}

footer > div:first-child > div:nth-child(2) > div > div:first-child span:last-child {
    width: 100%;
    height: 2px;
    background-color: #6A47ED;
}

footer > div:first-child > div:nth-child(2) > div > div:not(:first-child) {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

footer > div:first-child > div:nth-child(2) > div > div:not(:first-child) img {
    width: 1rem;
    height: 1rem;
    display: block;
}

footer > div:first-child > div:nth-child(2) > div > div:not(:first-child) span {
    font-size: 1rem;
    color: #DCDCDC;
    margin: 0;
}

.column-left img{
    width: 11.875rem;
    height: auto;
    max-height: 3.75rem;
    display: block;
    object-fit: contain;
}
/* Divider Line */
.divider {
    display: flex;
    gap: 0.5rem;
}

.divider span:first-child {
    width: 16px;
    height: 2px;
    background-color: #fff;
}

.divider span:last-child {
    flex-grow: 1; /* 占满剩余空间 */
    height: 2px;
    background-color: #ffffff;
}

.link-item{
    cursor: pointer;
}

/* Bottom Footer Text */
footer > div:last-child p {
    font-size: 0.875rem;
    color: #fff;
    cursor: pointer;
}

/* article-tab */
/* section 样式 */
.article-section {
    display: flex;
    flex-direction: column;
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
    border-radius: 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    background-color: #fff;
}

/* 图片样式 */
.article-section img {
    width: 20.75rem;
    height: 15rem;
    display: block;
}

/* 中间的 flex 容器样式 */
.article-meta-container {
    display: flex;
    justify-content: space-between;
    margin: 1.125rem 0.625rem 0 0.625rem;
}

/* 左侧和右侧的 meta 项样式 */
.article-meta-item {
    display: flex;
    gap: 0.625rem;
}

/* meta 图标样式 */
.article-meta-item img {
    width: 1.125rem;
    height: 1.125rem;
    display: block;
}

/* 日期文本样式 */
.article-date-text {
    font-size: 1rem;
    color: #575555;
}

/* 标题样式 */
.article-title {
    font-size: 1.3125rem;
    color: #17012C;
    margin: 1.125rem 0.625rem;
}

/* "Read More" 文本样式 */
.article-read-more {
    font-size: 0.875rem;
    color: #575555;
    margin: 0 0.625rem;
}