@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 18);
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  html {
    font-size: calc(100vw / 12.8);
  }
}
@media (min-width: 1400px) and (max-width: 1919.98px) {
  html {
    font-size: calc(100vw / 17.68);
  }
}
@media (min-width: 1920px) {
  html {
    font-size: calc(100vw / 18.8);
  }
}
/* 手机 */
@media (max-width: 768px) {
  /* banner */
  .main-content {
    width: 100%;
    height: 8rem;
    padding: 2rem 5% 0;
    background: #000;
    background-image: none;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: black;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-content .module-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .main-content .module-container h3 {
    font-size: 0.8rem;
    color: #fff;
    margin-bottom: 0.33333333rem;
  }
  .main-content .module-container p {
    font-size: 0.66666667rem;
    color: #fff;
  }
  /* 详情 */
  .samcsiamskac {
    width: 100%;
    height: 100%;
    padding: 8% 5% 10%;
  }
  .samcsiamskac .w-1600 {
    width: 100%;
    margin: 0 auto;
  }
  .samcsiamskac .w-1600 .content {
    font-size: 0.53333333rem !important;
    font-family: "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Inter", Arial, sans-serif !important;
    color: #000 !important;
    line-height: 1.8 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    /* 推荐：更强 */
    word-break: break-word !important;
    /* 兼容兜底 */
    display: grid;
    gap: 0.66666667rem;
    padding-bottom: 2rem;
  }
  .samcsiamskac .w-1600 .content * {
    font-size: 0.53333333rem !important;
    font-family: "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Inter", Arial, sans-serif !important;
    color: #000 !important;
    line-height: 1.8 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    /* 推荐：更强 */
    word-break: break-word !important;
    /* 兼容兜底 */
  }
  .samcsiamskac .w-1600 .content a {
    display: inline !important;
    color: #00459e !important;
    font-weight: bold !important;
  }
  .samcsiamskac .w-1600 .content strong {
    font-weight: bold !important;
  }
  .samcsiamskac .w-1600 .content img {
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
  }
}








/* pc */
@media (min-width: 768px) {
  /* header */
  .site-header {
    background: #000;
  }
  /* banner */
  .main-content {
    width: 100%;
    height: 3.5rem;
    padding-top: 0.5rem;
    background: #000;
    background-image: none;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: black;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-content .module-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .main-content .module-container h3 {
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.2rem;
  }
  .main-content .module-container p {
    font-size: 0.2rem;
    color: #fff;
  }
  /* 详情 */
  .samcsiamskac {
    width: 100%;
    height: 100%;
    padding: 1.1rem 11%;
  }
  .samcsiamskac .w-1600 {
    width: 100%;
    margin: 0 auto;
  }
  .samcsiamskac .w-1600 .content {
    font-size: 0.16rem !important;
    font-family: "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Inter", Arial, sans-serif !important;
    color: #000 !important;
    line-height: 1.8 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    /* 推荐：更强 */
    word-break: break-word !important;
    /* 兼容兜底 */
    display: grid;
    gap: 0.2rem;
    padding-bottom: 0.4rem;
  }
  .samcsiamskac .w-1600 .content * {
    font-size: 0.16rem !important;
    font-family: "Segoe UI", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", "Inter", Arial, sans-serif !important;
    color: #000 !important;
    line-height: 1.8 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    /* 推荐：更强 */
    word-break: break-word !important;
    /* 兼容兜底 */
  }
  .samcsiamskac .w-1600 .content a {
    display: inline !important;
    color: #00459e !important;
    font-weight: bold !important;
  }
  .samcsiamskac .w-1600 .content a:hover {
    color: #002b63 !important;
  }
  .samcsiamskac .w-1600 .content strong {
    font-weight: bold !important;
  }
  .samcsiamskac .w-1600 .content img {
    width: 50% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
  }
}
