@charset "utf-8";

/* 原子朋克送审模板统一视觉层：保留原页面功能，仅整理布局与视觉层级 */
:root {
  --at-brand: #0099e5;
  --at-brand-dark: #007bb8;
  --at-ink: #102033;
  --at-text: #52677f;
  --at-muted: #7b8da2;
  --at-line: #d9e6f2;
  --at-surface: #f5f9fd;
  --at-surface-strong: #edf5fb;
  --at-white: #fff;
  --at-radius: 10px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--at-text);
  background: var(--at-white);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a,
button,
input {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease,
    box-shadow 180ms ease, transform 180ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(0, 153, 229, 0.28);
  outline-offset: 3px;
}

/* 返回顶部：去掉旧模板雪碧图与异常文字图形 */
.fixed {
  right: 24px;
  bottom: 28px;
  width: 46px;
  height: 46px;
  z-index: 20;
}

.fixed a.backup,
.fixed a.backup:hover {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(30, 74, 112, 0.14);
}

.fixed a.backup::before,
.fixed a.backup::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fixed a.backup::before {
  top: 14px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--at-brand);
  border-left: 2px solid var(--at-brand);
  transform: translateX(-50%) rotate(45deg);
}

.fixed a.backup::after {
  top: 17px;
  width: 2px;
  height: 14px;
  background: var(--at-brand);
}

.fixed a.backup:hover {
  border-color: var(--at-brand);
  transform: translateY(-2px);
}

/* 清除旧模板中与品牌无关的装饰资源 */
.contacttel img,
.casetel img,
.caseico,
.share {
  display: none !important;
}

.solutiontxt {
  background: none !important;
}

@media screen and (min-width: 761px) {
  .main,
  .header > .main,
  .notice > .main,
  .foot > .main {
    width: calc(100% - 48px);
    max-width: 1180px;
  }

  .fyMain {
    width: calc(100% - 48px);
    max-width: 980px;
  }

  .header {
    height: 78px;
    padding-top: 0;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--at-line);
  }

  .header > .main {
    height: 78px;
  }

  .logo {
    height: 78px;
  }

  .logo img {
    width: 184px;
  }

  .tel {
    display: flex;
    align-items: baseline;
    gap: 10px;
  }

  .tel span,
  .tel p {
    float: none;
    width: auto;
    padding: 0;
    text-align: left;
  }

  .tel p {
    order: 1;
    color: var(--at-brand);
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.5px;
  }

  .tel span {
    order: 2;
    color: var(--at-muted);
    font-size: 14px;
    line-height: 1;
  }

  .notice {
    height: 40px;
    background: var(--at-surface);
    border-bottom: 1px solid var(--at-line);
    z-index: 2;
  }

  .notice-copy {
    line-height: 40px;
    color: var(--at-text);
  }

  .notice-copy a:hover {
    color: var(--at-brand-dark);
  }

  .menu {
    height: 56px;
    border-bottom: 0;
    background: var(--at-brand);
    box-shadow: none;
  }

  .menu ul {
    width: 100%;
    max-width: none;
  }

  .menu li a {
    line-height: 56px;
    font-size: 15px;
    font-weight: 600;
    border-color: rgba(255, 255, 255, 0.16);
  }

  .menu li a:hover,
  .menu li.cur a {
    background: var(--at-brand-dark);
  }

  .banner,
  #full-screen-slider,
  #slides {
    height: 430px;
  }

  .banner-copy {
    left: max(24px, calc((100vw - 1180px) / 2));
    top: 118px;
    width: 620px;
    margin-left: 0;
  }

  .banner-copy i {
    width: 52px;
    height: 4px;
    margin-bottom: 22px;
    background: var(--at-brand);
  }

  .banner-copy h1 {
    margin-bottom: 16px;
    color: var(--at-ink);
    font-size: 48px;
    line-height: 1.12;
    letter-spacing: -1.5px;
  }

  .banner-copy h2 {
    color: var(--at-brand-dark);
    font-size: 25px;
    line-height: 1.35;
  }

  .navarar {
    height: auto;
    padding: 26px 0 28px;
    background: var(--at-surface);
    border-top: 0;
  }

  .navarar ul {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 16px;
    width: calc(100% - 48px);
    max-width: 1180px;
  }

  .navarar li,
  .navarar .two {
    float: none;
    width: auto;
    margin: 0;
  }

  .navarar li a {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    column-gap: 16px;
    float: none;
    width: 100%;
    height: 96px;
    padding: 0 24px;
    text-align: left;
    background: var(--at-white);
    border: 1px solid var(--at-line);
    border-radius: var(--at-radius);
    box-shadow: none;
  }

  .navarar li a:hover {
    border-color: rgba(0, 153, 229, 0.55);
    box-shadow: 0 14px 28px rgba(30, 74, 112, 0.09);
    transform: translateY(-2px);
  }

  .navarar em {
    grid-row: 1 / 3;
    align-self: center;
    width: 46px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 6px;
  }

  .navarar span,
  .navarar font,
  .navarar .one font {
    width: auto;
    margin: 0;
    text-align: left;
  }

  .navarar span {
    align-self: end;
    color: var(--at-ink);
    font-size: 18px;
    line-height: 24px;
  }

  .navarar font {
    align-self: start;
    color: var(--at-muted);
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.8px;
  }

  /* 能力区改为静态网格，消除轮播内联宽度和位移动画造成的抖动 */
  .product {
    height: auto;
    padding: 44px 0 48px;
    background: var(--at-surface-strong);
    border-color: var(--at-line);
  }

  .product_t {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: left;
  }

  .product_t p {
    margin-bottom: 4px;
    color: var(--at-brand-dark);
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1.4px;
  }

  .product_t span {
    width: auto;
    height: auto;
    margin: 0;
    color: var(--at-ink);
    font-size: 30px;
    line-height: 40px;
  }

  .view-port {
    width: 100%;
    overflow: visible;
  }

  .slider-container {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
  }

  .product li {
    position: static !important;
    float: none;
    width: auto !important;
    margin: 0;
    overflow: hidden;
    background: var(--at-white);
    border: 1px solid var(--at-line);
    border-bottom-width: 1px;
    border-radius: var(--at-radius);
    box-shadow: none;
  }

  .product li a {
    height: 100%;
  }

  .product li a:hover {
    background: var(--at-white);
    transform: translateY(-2px);
  }

  .product li img {
    display: block;
    width: 100%;
    height: 138px;
    object-fit: cover;
  }

  .proname {
    height: auto;
    min-height: 48px;
    line-height: 48px;
    color: var(--at-ink);
    font-size: 14px;
  }

  .bullet-pagination,
  .pagination {
    display: none !important;
  }

  .solutionarea {
    height: auto;
    padding: 48px 0 52px;
    overflow: visible;
    background: var(--at-white);
    border-top: 0;
  }

  .solutionarea > .main {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.75fr);
    gap: 72px;
    align-items: stretch;
  }

  .solution,
  .contact {
    float: none;
    width: auto;
  }

  .solution_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    min-height: 54px;
    padding-left: 16px;
    border-left: 4px solid var(--at-brand);
  }

  .solution_t .fl,
  .solution_t a {
    float: none;
  }

  .solution_t span {
    color: var(--at-ink);
    font-size: 28px;
    line-height: 36px;
  }

  .solution_t a {
    margin-top: 0;
    color: var(--at-brand-dark);
    font-size: 13px;
  }

  .solutiontxt {
    height: auto;
    margin: 18px 0;
    padding: 0 0 18px;
    color: var(--at-text);
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid var(--at-line);
  }

  .pointer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .pointer li,
  .pointer li a {
    float: none;
    width: 100%;
    height: auto;
  }

  .pointer li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 34px;
    padding: 4px 10px;
    border-radius: 6px;
  }

  .pointer li a:hover {
    background: var(--at-surface);
  }

  .pointer li a .fl {
    float: none;
    width: auto;
    color: var(--at-text);
  }

  .pointer li a .fr {
    float: none;
    color: var(--at-brand-dark);
    white-space: nowrap;
  }

  .contact {
    align-self: start;
    padding: 30px;
    background: var(--at-surface);
    border: 1px solid var(--at-line);
    border-radius: var(--at-radius);
  }

  .contacttel {
    display: grid !important;
    grid-template-rows: auto auto;
    gap: 4px;
    height: auto !important;
    margin-bottom: 22px;
    color: var(--at-muted);
    font-size: 15px;
    line-height: 22px;
  }

  .contacttel p {
    margin-top: 5px;
    color: var(--at-ink);
    font-size: 27px;
    line-height: 34px;
    letter-spacing: -0.5px;
  }

  .contactmain {
    color: var(--at-text);
    line-height: 29px;
  }

  .contact-brand {
    width: 205px;
    margin-top: 24px;
  }

  .case {
    height: auto;
    padding: 66px 0 72px;
    background: var(--at-surface);
    border-top: 1px solid var(--at-line);
  }

  .case .main {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 48px;
    padding-top: 0;
  }

  .case_t {
    float: none;
    width: auto;
    height: auto;
    padding-right: 36px;
    border-right: 1px solid var(--at-line);
  }

  .casetxt {
    height: auto;
    color: var(--at-ink);
    font-size: 28px;
    line-height: 36px;
  }

  .casetxt p {
    margin-top: 4px;
    color: var(--at-muted);
    font-size: 11px;
    line-height: 18px;
    letter-spacing: 0.8px;
  }

  .casetel {
    display: none;
  }

  .casemore {
    width: 100%;
    height: 38px;
    margin-top: 34px;
    line-height: 36px;
    background: var(--at-white);
    border-color: rgba(0, 153, 229, 0.45);
    border-radius: 6px;
  }

  .casemore:hover {
    color: var(--at-white);
    background: var(--at-brand);
    border-color: var(--at-brand);
  }

  .caser {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    float: none;
    align-self: center;
  }

  .caser a {
    float: none;
    width: auto;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--at-line);
    border-radius: var(--at-radius);
    background: var(--at-white);
  }

  .caser a:hover {
    border-color: rgba(0, 153, 229, 0.55);
    transform: translateY(-2px);
  }

  .caser img {
    display: block;
    width: 100%;
    height: auto;
  }

  .foot {
    min-height: 190px;
    background: #f8fbfe;
  }

  .f_link {
    height: 50px;
    line-height: 50px;
    background: var(--at-surface);
  }

  .bottomnav {
    height: 44px;
    line-height: 44px;
  }

  .bootTxt {
    float: none;
    width: 100%;
    height: auto;
    padding: 24px 0 28px;
    line-height: 26px;
  }

  .bootTxt .fl {
    float: none;
  }
}

@media screen and (min-width: 761px) and (max-width: 1040px) {
  .slider-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .solutionarea > .main {
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 32px;
  }

  .case .main {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 760px) {
  .fixed {
    right: 12px;
    bottom: 16px;
  }

  .product {
    padding-top: 32px;
    padding-bottom: 34px;
  }

  .product_t {
    margin-bottom: 16px;
    text-align: left;
  }

  .slider-container {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .product li {
    width: auto;
    margin: 0;
    border: 1px solid var(--at-line);
    border-radius: 8px;
    box-shadow: none;
  }

  .product li img {
    height: 96px;
    object-fit: cover;
  }

  .proname {
    min-height: 44px;
    height: auto;
    line-height: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: normal;
  }

  .solution_t a {
    margin-top: 6px;
  }

  .solutiontxt {
    border-bottom: 1px solid var(--at-line);
  }

  .contact {
    padding: 24px 20px;
    background: var(--at-surface);
    border: 1px solid var(--at-line);
    border-radius: 8px;
  }

  .contacttel {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 18px;
    color: var(--at-muted);
    font-size: 14px;
    line-height: 20px;
  }

  .contacttel span,
  .contacttel p {
    display: block;
    float: none;
    width: auto;
  }

  .contacttel span {
    width: 100% !important;
    height: 22px !important;
    min-height: 0 !important;
    line-height: 22px !important;
    overflow: hidden;
  }

  .contacttel p {
    margin: 0;
    color: var(--at-ink);
    font-size: 24px;
    line-height: 30px;
  }

  .contactmain {
    clear: both;
    line-height: 27px;
  }

  .contact-brand {
    width: 205px;
    margin-top: 20px;
  }

  .case {
    padding-top: 42px;
    background: var(--at-surface);
    border-top: 1px solid var(--at-line);
  }

  .case .main {
    width: calc(100% - 32px);
  }

  .caser {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .caser a {
    width: 100%;
    border: 1px solid var(--at-line);
    border-radius: 8px;
    overflow: hidden;
  }

  .caser img {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* 收费资讯重点页：把付费内容作为主视觉，保留模板支付入口 */
.news-list-page .banner,
.news-list-page #full-screen-slider,
.news-list-page #slides {
  height: 320px;
}

.news-list-page .banner-copy {
  top: 78px;
}

.news-list-layout {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  max-width: 1180px;
  padding-top: 34px;
}

.news-list-page .news-sidebar {
  flex: 0 0 220px;
  width: 220px;
  padding: 0;
  border: 0;
  background: transparent;
}

.news-sidebar .l_pro,
.news-sidebar .l_contact {
  padding: 18px;
  border: 1px solid var(--at-line);
  border-radius: var(--at-radius);
  background: var(--at-surface);
}

.news-sidebar .l_pro {
  margin-bottom: 16px;
}

.news-sidebar .ltitle,
.news-sidebar .titlefl {
  width: 100%;
}

.news-sidebar .ltitle {
  height: auto;
  margin-bottom: 16px;
}

.news-sidebar .titlefl span {
  font-size: 18px;
}

.news-sidebar .ltitle p {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
}

.news-sidebar .proOne {
  margin-bottom: 6px;
}

.news-sidebar .proOne a {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: var(--at-white);
}

.news-sidebar .l_contact {
  background: var(--at-white);
}

.news-list-page .news-content {
  flex: 1 1 auto;
  width: auto;
  padding: 24px 28px 30px;
  border: 1px solid var(--at-line);
  border-top: 3px solid var(--at-brand);
  border-radius: var(--at-radius);
  box-shadow: 0 14px 34px rgba(20, 67, 106, 0.06);
}

.news-titlebar {
  display: flex;
  float: none;
  height: auto;
  min-height: 62px;
  margin: 0;
  padding: 0 0 18px;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid var(--at-line);
}

.news-heading h1 {
  margin: 2px 0 4px;
  color: var(--at-ink);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
}

.news-eyebrow {
  color: var(--at-brand-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.news-heading p {
  margin: 0;
  color: var(--at-muted);
  font-size: 13px;
  font-weight: 400;
}

.news-price-summary {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--at-muted);
}

.news-price-summary strong {
  color: var(--at-brand);
  font-size: 30px;
  line-height: 1;
}

.news-price-summary span {
  font-size: 12px;
}

.news-breadcrumb {
  margin: 14px 0 8px;
  color: var(--at-muted);
  font-size: 12px;
  text-align: right;
}

.news-breadcrumb span {
  padding: 0 8px;
  color: var(--at-line);
}

.news-breadcrumb a:hover {
  color: var(--at-brand);
}

.news-content .news_list {
  float: none;
  width: 100%;
  margin: 0;
}

.news-content .news_list li {
  border-bottom: 1px solid #edf3f8;
}

.news-content .news_list li:last-child {
  border-bottom: 0;
}

.news-content .news_list li a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 54px;
  gap: 16px;
  align-items: center;
  width: 100%;
  min-height: 58px;
  height: auto;
  padding: 10px 4px;
  color: var(--at-text);
  line-height: 22px;
}

.news-content .news_list li:nth-child(even) a {
  background: #f8fbfe;
}

.news-content .news_list li a:hover {
  padding-right: 8px;
  padding-left: 8px;
  color: var(--at-ink);
  background: #eef8ff;
}

.news-item-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-pay {
  display: inline-block;
  padding: 4px 10px;
  color: var(--at-white);
  background: var(--at-brand);
  border-radius: 999px;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.news-pay strong {
  margin-left: 3px;
  font-size: 13px;
}

.news-date {
  color: var(--at-muted);
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
}

.news-content .pglist {
  height: auto;
  margin-top: 16px;
  padding: 14px 0 0;
  border-top: 1px solid var(--at-line);
}

@media screen and (max-width: 760px) {
  .news-list-page .banner,
  .news-list-page #full-screen-slider,
  .news-list-page #slides {
    height: 260px;
  }

  .news-list-page .banner-copy {
    top: 54px;
  }

  .news-list-layout {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 20px;
  }

  .news-list-page .news-content {
    order: 1;
    width: 100%;
    padding: 18px 14px 22px;
  }

  .news-list-page .news-sidebar {
    order: 2;
    width: 100%;
  }

  .news-titlebar {
    min-height: 0;
    padding-bottom: 14px;
    align-items: flex-end;
  }

  .news-heading h1 {
    font-size: 24px;
  }

  .news-heading p {
    max-width: 210px;
    font-size: 12px;
  }

  .news-price-summary strong {
    font-size: 25px;
  }

  .news-price-summary span {
    display: none;
  }

  .news-breadcrumb {
    margin: 10px 0 4px;
    text-align: left;
  }

  .news-content .news_list li a {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px 10px;
    min-height: 64px;
    padding: 10px 2px;
  }

  .news-item-title {
    white-space: normal;
  }

  .news-pay {
    display: inline-block;
    padding: 3px 8px;
    font-size: 11px;
  }

  .news-date {
    grid-column: 1 / -1;
    text-align: left;
  }
}
