.com-content-article.item-pagenews-article {
    max-width: 1200px;
    margin: 4em auto 5em auto;
    padding: 0 60px;
    min-height: 50vh;
    font-size: 1.2rem;
}
@media screen and (max-width: 1260px) {
    .com-content-article.item-pagenews-article {
        font-size: 18px;
    }
}
@media screen and (max-width: 900px) {
    .com-content-article.item-pagenews-article {
        font-size: 16px;
    }
}
@media screen and (max-width: 620px) {
    .com-content-article.item-pagenews-article {
        padding: 0 25px;
    }
}

.com-content-article.item-pagenews-article dd {
    margin-left: 0;
    font-size: .9em;
    color: #777;
}

.com-content-article.item-pagenews-article dd a {
    text-decoration: none;
}
.com-content-article.item-pagenews-article .visually-hidden:not(caption), .sr-only:not(caption), .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important;
}

.com-content-article.item-pagenews-article>.com-content-article__body p>img {
    max-width: 100%;
    display: block;
    margin: 1em auto;
}

.com-content-article.item-pagenews-article .visually-hidden, .sr-only, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.com-content-article.item-pagenews-article .btn {
    --btn-padding-x: 1rem;
    --btn-padding-y: .6rem;
    --btn-font-family: ;
    --btn-font-size: 1rem;
    --btn-font-weight: 400;
    --btn-line-height: 1.5;
    --btn-color: var(--body-color);
    --btn-bg: transparent;
    --btn-border-width: 1px;
    --btn-border-color: transparent;
    --btn-border-radius: .25rem;
    --btn-hover-border-color: transparent;
    --btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
    --btn-disabled-opacity: .65;
    --btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--btn-focus-shadow-rgb), .5);
    padding: var(--btn-padding-y) var(--btn-padding-x);
    font-family: var(--btn-font-family);
    font-size: var(--btn-font-size);
    font-weight: var(--btn-font-weight);
    line-height: var(--btn-line-height);
    color: var(--btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: var(--btn-border-width) solid var(--btn-border-color);
    border-radius: var(--btn-border-radius);
    background-color: var(--btn-bg);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: inline-block;
}
.com-content-article.item-pagenews-article .btn-secondary {
    --btn-color: #353b41;
    --btn-bg: #fff;
    --btn-border-color: #ced4da;
    --btn-hover-color: #353b41;
    --btn-hover-bg: #f9fafb;
    --btn-hover-border-color: #575e64;
    --btn-focus-shadow-rgb: 131, 138, 145;
    --btn-active-color: #fff;
    --btn-active-bg: #575e64;
    --btn-active-border-color: #52585e;
    --btn-active-shadow: inset 0 3px 5px #00000020;
    --btn-disabled-color: #fff;
    --btn-disabled-bg: #6d757e;
    --btn-disabled-border-color: #6d757e;
}
.com-content-article.item-pagenews-article .btn-sm, .btn-group-sm>.btn {
    --btn-padding-y: .25rem;
    --btn-padding-x: .5rem;
    --btn-font-size: .875rem;
    --btn-border-radius: .2rem;
}
.com-content-article.item-pagenews-article .pagenavigation {
  margin-top: 4em;
}
.com-content-article.item-pagenews-article .pagenavigation .pagination, .pager .pagination {
    justify-content: space-between;
    margin: 1em 0;
    padding: 0;
    display: flex;
}

/* item-pagecontact */
.item-pagecontact main {
  max-width: min(1200px, calc(100vw - 5em));
  margin: 5rem auto;
  border-radius: 1em;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 15px #0003;
  font-size: 1rem;
}
.item-pagecontact main>section:nth-child(2) {
  padding: .75em;
  display: grid;
  gap: .5em;
}
.item-pagecontact main>section:nth-child(2)>* {
  border: 1px solid #eee;
  padding: .25em .75em;
  border-radius: 1rem;
}
.item-pagecontact select,
.item-pagecontact .form-item label,
.item-pagecontact main>section:nth-child(2),
.item-pagecontact input:not([type="submit"]),
.item-pagecontact textarea, textarea::placeholder,
.item-pagecontact input:not([type="submit"])::placeholder {
  font-family: Microsoft JhengHei;
  font-size: 1rem;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 720px) {
  .item-pagecontact .inline {
    grid-template: 1fr / 1fr 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .item-pagecontact main {
    max-width: calc(100vw - 4em);
    font-size: .9rem;
  }
  .item-pagecontact select,
  .item-pagecontact .form-item label,
  .item-pagecontact main>section:nth-child(2),
  .item-pagecontact input:not([type="submit"]),
  .item-pagecontact textarea, textarea::placeholder,
  .item-pagecontact input:not([type="submit"])::placeholder {
    font-size: .9rem;
  }
}
@media screen and (max-width: 881px) {
  .item-pagecontact main {
    max-width: calc(100vw - 3em);
    font-size: .8rem;
  }
  .item-pagecontact select,
  .item-pagecontact .form-item label,
  .item-pagecontact main>section:nth-child(2),
  .item-pagecontact input:not([type="submit"]),
  .item-pagecontact textarea, textarea::placeholder,
  .item-pagecontact input:not([type="submit"])::placeholder {
    font-size: .8rem;
  }
}
.item-pagecontact img {
  width: 100%;
}
.item-pagecontact form>.form-item {
  margin-bottom: 1em;
}
.item-pagecontact textarea {
  resize: vertical;
  min-height: 4em;
  max-height: 20em;
}
.item-pagecontact select,
.item-pagecontact input[type="text"],
.item-pagecontact input[type="email"],
.item-pagecontact input[type="tel"],
.item-pagecontact textarea {
  margin-top: .4em;
  padding: .5em .8em;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.radio-group {
  margin-top: .4em;
}
.item-pagecontact select,
.item-pagecontact input[type="text"],input[type="email"],
.item-pagecontact input[type="tel"],input[type="checkbox"],textarea {
  outline: 0 solid transparent;
  box-shadow: 0 0 0 0 rgba(0,109,204,.2);
  transition: box-shadow .2s, border-color .2s;
}
.item-pagecontact select:focus,
.item-pagecontact input[type="text"]:focus,input[type="email"]:focus,
.item-pagecontact input[type="tel"]:focus,input[type="checkbox"]:focus,textarea:focus {
  box-shadow: 0 0 0 2px rgba(0,109,204,.2);
  border: 1px solid #0089ff;
}
.item-pagecontact select:focus,
.item-pagecontact input[type="text"]:focus,input[type="email"]:focus,
.item-pagecontact input[type="tel"]:focus,input[type="checkbox"]:focus,textarea:focus {
  border: 1px solid #0089ff;
}
.item-pagecontact input[type="submit"] {
  background-color: #0089ff;
  color: white;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  font-size: 1em;
  padding: .5em 2em;
  transition: background-color .2s;
}
.item-pagecontact input[type="submit"]:hover {
  background-color: #0070d6;
}
.item-pagecontact input[type="submit"]:active {
  background-color: #0089ffaa;
}
.item-pagecontact main>section:nth-child(2)>div>h4 {
  font-size: 1.5em;
  margin: .5em 0;
}
.item-pagecontact main>section:nth-child(2)>div>h5 {
  font-size: 1.2em;
  margin: .3em 0;
}
.item-pagecontact main>section:nth-child(2)>div strong {
  display: inline-block;
  width: 11em;
}
.item-pagecontact main>section:nth-child(2)>div br+span {
  display: inline-block;
  margin-left: 11em;
}
@media screen and (max-width: 361px) {
  .item-pagecontact main>section:nth-child(2)>div strong {
    display: block;
    margin: 0;
  }
  .item-pagecontact main>section:nth-child(2)>div strong+span {
    display: block;
  }
  .item-pagecontact main>section:nth-child(2)>div br {
    display: none;
  }
  .item-pagecontact main>section:nth-child(2)>div br+span {
    margin-left: 0;
  }
}
.item-pagecontact hr {
  margin: 2em 0;
}
.item-pagecontact .form-item:not(.form-item-radio) label:before,
.item-pagecontact .form-item-radio span.label-consult-type:before {
  content: '* ';
  color: red;
}
.item-pagecontact .form-item [class^="label"]:after {
  color: red;
}

  :root {
    --primary-blue: #3b82f6;
    --text-dark: #111827;
    --text-gray: #4b5563;
    --bg-light: #f9fafb;
    --white: #ffffff;
  }

 .container {
   display: none;
 }
  /* 主容器 */
  .com-content-article.item-pagenews-article .container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    max-width: 1100px;
    width: 100%;
    display: block;
  }

.container>p:last-child{
   margin-top: 3em;
 }

  .com-content-article.item-pagenews-article .container h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 40px;
    color: var(--text-dark);
  }

  /* 蓝色对比卡片区域 */
  .com-content-article.item-pagenews-article .container .comparison-box {
    background-color: var(--primary-blue);
    border-radius: 24px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.3);
    margin-bottom:3em;
  }

  /* 左侧 Before */
  .com-content-article.item-pagenews-article .container .col-before {
    flex: 1;
    min-width: 300px;
    color: white;
    padding-right: 20px;
  }

  .com-content-article.item-pagenews-article .container .col-before h3 {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 24px;
    opacity: 0.9;
  }

  /* 右侧 After (白色卡片) */
  .com-content-article.item-pagenews-article .container .col-after {
    flex: 1.1; /* 让右侧稍微宽一点，突出重点 */
    min-width: 300px;
    background-color: var(--white);
    border-radius: 16px;
    padding: 32px;
    color: var(--text-dark);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
  }

  .com-content-article.item-pagenews-article .container .col-after h3 {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 24px;
  }

  /* 列表样式通用设置 */
  .com-content-article.item-pagenews-article .container ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .com-content-article.item-pagenews-article .container li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 0.95rem;
  }

  .com-content-article.item-pagenews-article .container li:last-child {
    margin-bottom: 0;
  }

  /* 图标样式 */
  .com-content-article.item-pagenews-article .container .icon {
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: bold;
    font-size: 1.1rem;
  }

  /* Before 特有样式 */
  .com-content-article.item-pagenews-article .container .col-before li {
    color: rgba(255, 255, 255, 0.9);
  }
  .com-content-article.item-pagenews-article .container .col-before .icon {
    color: rgba(255, 255, 255, 0.7);
  }

  /* After 特有样式 */
  .com-content-article.item-pagenews-article .container .col-after li {
    color: var(--text-gray);
  }
  .com-content-article.item-pagenews-article .container .col-after .icon {
    color: var(--text-dark); /* 黑色对勾 */
  }

  /* 按钮样式 */
  .com-content-article.item-pagenews-article .container .btn-demo {
    margin-top: 32px;
    background-color: var(--primary-blue);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    align-self: flex-start;
    transition: background-color 0.2s;
  }
  .com-content-article.item-pagenews-article .container .btn-demo:hover {
    background-color: #2563eb;
  }

  /* 底部数据统计 */
  .com-content-article.item-pagenews-article .container .stats-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 60px;
    text-align: center;
    gap: 30px;
  }

  .com-content-article.item-pagenews-article .container .stat-item h4 {
    font-size: 3rem;
    margin: 0;
    color: var(--text-dark);
    font-weight: 800;
  }

  .com-content-article.item-pagenews-article .container .stat-item p,
  .com-content-article.item-pagenews-article .container h2+p {
    margin: 10px 0 0;
    color: var(--text-dark);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  /* 响应式调整 */
  @media (max-width: 768px) {
    .com-content-article.item-pagenews-article .container .comparison-box {
      flex-direction: column;
      padding: 24px;
    }
    .com-content-article.item-pagenews-article .container .col-before {
      padding-right: 0;
    }
    .com-content-article.item-pagenews-article .container .stats-row {
      flex-direction: column;
      gap: 40px;
    }
  }

.com-content-article.item-pagenews-article .container>h2+p{
   margin-top: -1.5em;
 }


footer ul.mod-articles-items {
    list-style: none;
    max-width: 1300px;
    padding: 0 64px;
    margin: 0 auto 4rem;
    --grid-layout-gap: 3rem;
    
}

footer ul.mod-articles-items>li {
    padding: 1rem;
    background-color: #f2f2f2;
    border-radius: .5rem;
    transition: background-color .3s;
    cursor: pointer;
}

footer ul.mod-articles-items>li:hover {
    background-color: #f5f5f5;
}

footer ul.mod-articles-items figure {
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
}
    
footer ul.mod-articles-items img {
    width: 100%;
    height: 14rem;
    object-fit: cover;
    transition: transform .3s;
}

footer ul.mod-articles-items>li:hover img {
    transform: scale(1.1);
}
