/* 蓝色调前台模板：只在后台启用 blue 模板时加载，不影响默认模板。 */
:root {
  --brand: #0875cf;
  --brand-dark: #034c96;
  --brand-deep: #052f63;
  --accent: #ff8a00;
  --soft: #f3f8ff;
  --line: #dce8f6;
  --ink: #1d2b3f;
  --muted: #66758a;
}

body {
  color: var(--ink);
  background: #fff;
}

a:hover {
  color: var(--brand);
}

.container {
  width: min(1200px, calc(100% - 32px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: #fff;
  border-bottom: 0;
  box-shadow: 0 6px 18px rgba(5, 47, 99, .08);
  backdrop-filter: none;
}

.topbar {
  background: var(--brand-deep);
  color: rgba(255, 255, 255, .9);
}

.topbar a,
.topbar .topbar-home-link {
  color: #fff;
}

.topbar .geo-city-switcher button {
  background: rgba(255, 255, 255, .16);
  color: #fff;
  border-color: rgba(255, 255, 255, .25);
}

.topbar .geo-city-panel a {
  color: #334155;
}

.topbar .geo-city-panel a:hover,
.topbar .geo-city-panel a.active {
  color: #fff;
  background: var(--brand);
}

.nav-wrap {
  min-height: 92px;
}

.brand {
  color: var(--brand-deep);
}

.brand img {
  max-height: 70px;
  max-width: 185px;
}

.brand-mark {
  border-radius: 4px;
  background: linear-gradient(135deg, var(--brand), #18a7ff);
}

.header-contact {
  padding-left: 56px;
  background: url("static/picture/icon_askw.png") no-repeat left center;
  background-size: 42px auto;
}

.header-contact span {
  color: #60708a;
  font-size: 14px;
  font-weight: 400;
}

.header-contact strong {
  color: var(--brand);
  font-size: 27px;
  font-weight: 700;
}

.main-nav-bg {
  background: linear-gradient(90deg, var(--brand-dark), var(--brand));
}

.main-nav {
  gap: 0;
  justify-content: flex-start;
}

.main-nav a {
  min-height: 46px;
  padding: 0 34px;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.main-nav a.active,
.main-nav a:hover {
  color: #fff;
  background: rgba(0, 0, 0, .18);
}

.posv-banner,
.posv-banner .hero-track,
.posv-banner .hero-slide {
  min-height: 450px;
}

.home-hero-panel {
  max-width: 600px;
  padding: 30px 34px;
  color: #fff;
  background: rgba(3, 76, 150, .62);
}

.home-hero-panel p {
  color: #dff1ff;
  font-size: 18px;
  font-weight: 400;
}

.home-hero-title {
  color: #fff;
  font-size: 40px !important;
  font-weight: 700 !important;
}

.home-red-btn,
.home-product-btn:hover,
.home-more-btn:hover {
  color: #fff;
  background: var(--accent);
}

.hero-dots button.is-active,
.hero-dots button:hover {
  background: var(--brand);
}

.home-hotword {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.home-hotword strong {
  color: var(--brand);
}

.home-hotword a {
  color: #39465a;
}

.home-hotword a:hover {
  color: var(--brand);
}

.home-section-title {
  color: var(--brand-deep);
  font-weight: 700 !important;
}

.home-title span {
  color: #7b8798;
  font-weight: 400;
}

.home-title span::before,
.home-title span::after {
  background: var(--line);
}

.home-strengths {
  background: #fff;
}

.home-strength-grid article {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 28px rgba(8, 117, 207, .08);
}

.strength-icon,
.home-strength-grid article:nth-child(2) .strength-icon,
.home-strength-grid article:nth-child(3) .strength-icon,
.home-strength-grid article:nth-child(4) .strength-icon {
  background: linear-gradient(135deg, var(--brand), #36a7ff);
}

.home-strength-grid h3 {
  color: var(--brand-deep);
}

.home-process {
  background: var(--soft);
}

.home-process-title h2 {
  color: var(--brand-deep);
}

.home-process-img::after {
  background: #b5ddff;
}

.home-products {
  background: #fff;
}

.home-products-bg {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}

.home-product-tabs {
  border-bottom: 2px solid var(--brand);
}

.home-product-tabs a {
  border: 1px solid var(--line);
  color: var(--brand-dark);
  background: #fff;
}

.home-product-tabs a:hover {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.home-product-item {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 8px 22px rgba(5, 47, 99, .06);
}

.home-product-item:hover {
  border-color: #b9d8f5;
  box-shadow: 0 14px 32px rgba(5, 47, 99, .12);
}

.home-product-title,
.home-product-title a {
  color: var(--brand-deep);
}

.home-product-title a:hover {
  color: var(--brand);
}

.home-product-info p {
  color: var(--muted);
}

.home-product-btn {
  border-color: var(--line);
  color: var(--brand-dark);
  background: #f7fbff;
}

.home-apply {
  background: linear-gradient(120deg, rgba(3, 76, 150, .9), rgba(8, 117, 207, .72)), url("static/image/bj_incont.jpg") center / cover no-repeat;
}

.home-apply-info,
.home-apply-form {
  background: rgba(255, 255, 255, .94);
}

.home-apply-form {
  color: var(--brand-deep);
}

.home-apply-order-marquee {
  overflow: hidden;
  max-height: 280px;
  margin-top: 16px;
}

.home-apply-order-track {
  display: grid;
  gap: 14px;
  animation: blueApplyOrderMarquee 40s linear infinite;
}

.home-apply-order-item {
  padding: 0 0 12px;
  border-bottom: 1px dashed rgba(255, 102, 0, .18);
}

.home-apply-order-item strong {
  display: block;
  margin-bottom: 6px;
  color: #222;
  font-size: 20px;
  line-height: 1.3;
}

.home-apply-order-item span,
.home-apply-order-item em,
.home-apply-order-item p {
  display: block;
  margin: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.55;
}

.home-apply-order-item em {
  margin-top: 4px;
  color: #ff6600;
  font-style: normal;
  font-size: 14px;
}

@keyframes blueApplyOrderMarquee {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

.home-apply-form .home-panel-title {
  color: var(--brand);
}

.home-apply-form button {
  background: var(--brand);
}

.home-apply-form button:hover {
  background: var(--brand-dark);
}

.home-news {
  background: #fff;
}

.home-title-left .home-section-title,
.home-title-row .home-section-title {
  border-left-color: var(--brand);
}

.home-feature-date,
.home-news-list article:hover time,
.home-news-tabs a:hover {
  background: var(--brand);
}

.home-news-tabs {
  border-bottom-color: var(--brand);
}

.home-news-tabs a {
  color: var(--brand);
}

.home-news-list h3 a:hover,
.home-news-list h3 a:active {
  color: var(--brand);
}

.home-faq {
  background: var(--soft);
}

.posv-inner-banner {
  background: linear-gradient(100deg, rgba(3, 76, 150, .9), rgba(8, 117, 207, .66)), url("static/image/banner1.jpg") center / cover no-repeat;
}

.posv-inner-banner h1 {
  color: #fff;
}

.posv-inner-banner p {
  color: rgba(255, 255, 255, .8);
}

.posv-crumbs a {
  color: var(--brand);
}

.inner-l-tit,
.inner-l-tit2 {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.red-border {
  background: var(--accent);
}

.erji {
  border-color: var(--line);
}

.erji li {
  border-bottom-color: var(--line);
}

.erji li a {
  color: #27364b;
}

.erji li a:hover,
.erji li.on a {
  color: var(--brand);
  background: var(--soft);
}

.part2-l-bt {
  background: linear-gradient(135deg, var(--brand), #22a6ff);
}

.recom-pro li,
.side-news-list {
  border-color: var(--line);
}

.recom-pro li h3,
.recom-pro li a.dt-link {
  color: var(--brand-dark);
}

.recom-pro li a.ljsq {
  background: var(--brand);
}

.side-news-list a::before {
  background: var(--brand);
}

.side-news-list a:hover {
  color: var(--brand);
}

.market-list-bg,
.news-list-bg {
  background: var(--soft);
}

.market-list li,
.news-list li,
.news-dt-wrap,
.product-dt-wrap,
.page-dt-wrap {
  border-color: var(--line);
  box-shadow: 0 8px 24px rgba(5, 47, 99, .06);
}

.content-body h2,
.baike-content h2 {
  border-left-color: var(--brand);
}

.baike-title-card {
  border-color: var(--line);
  background: #fff;
}

.baike-title-card:hover {
  border-color: var(--brand);
}

.baike-title-card a:hover,
.baike-card h3 a:hover,
.baike-more:hover {
  color: var(--brand);
}

.site-footer {
  color: rgba(255, 255, 255, .86);
  background: #062d5d;
}

.footer-grid {
  border-bottom-color: rgba(255, 255, 255, .16);
}

.footer-grid h2 {
  color: #fff;
}

.footer-grid p,
.footer-grid a {
  color: rgba(255, 255, 255, .84);
}

.footer-grid a:hover,
.footer-phone-link:hover,
.footer-wechat-copy:hover strong,
.copyright .icp-link:hover {
  color: #fff;
}

.footer-wechat-copy {
  color: rgba(255, 255, 255, .84);
}

.footer-wechat-copy strong {
  color: #fff;
}

.copyright {
  color: rgba(255, 255, 255, .72);
  background: #041f42;
}

.copyright .icp-link {
  color: rgba(255, 255, 255, .82);
}

.back-top {
  background: var(--brand);
}

.back-top:hover {
  background: var(--accent);
}

@media (max-width: 900px) {
  .main-nav {
    background: #fff;
  }

  .main-nav a {
    color: var(--brand-deep);
  }

  .main-nav a.active,
  .main-nav a:hover {
    color: #fff;
    background: var(--brand);
  }

  .header-contact {
    display: none;
  }
}

/* Final font-size recovery for the blue template. */
body {
  font-size: 16px;
}

.home-product-info p,
.home-news-list p,
.home-faq-grid span,
.market-li-r p,
.news-list2-c p,
.news-dt-txt,
.news-dt-txt p,
.news-dt-txt li,
.pro-dt-txt,
.pro-dt-txt p,
.pro-dt-txt li,
.baike-content,
.baike-content p,
.baike-content li,
.posv-product-summary p,
.product-comment-question p,
.product-comment-reply p,
.inner-l p,
.recom-pro li p,
.side-news-list a {
  font-size: 16px;
}

.home-product-title,
.home-product-title a,
.home-news-list h3,
.home-news-list h3 a,
.market-li-r h3,
.news-list2-c a,
.recom-pro li h3 {
  font-size: 17px !important;
}

.home-hotword,
.home-hotword strong,
.home-hotword a,
.home-product-info span,
.home-default-faq-feature p,
.home-faq-grid span,
.news-list2-c p,
.inner-l-tit span,
.inner-l-tit2,
.side-news-list time {
  font-size: 15px;
}

/* Front font-size baseline for blue: keep normal page text at 16px after theme overrides. */
body,
.page-wrap,
.inner-r,
.article-page,
.content-body,
.content-body p,
.content-body li,
.content-body span,
.content-body a,
.news-dt-txt,
.news-dt-txt p,
.news-dt-txt li,
.news-dt-txt span,
.news-dt-txt a,
.pro-dt-txt,
.pro-dt-txt p,
.pro-dt-txt li,
.pro-dt-txt span,
.pro-dt-txt a,
.baike-content,
.baike-content p,
.baike-content li,
.baike-content span,
.baike-content a,
.market-li-r p,
.news-list2-c p,
.home-product-info p,
.home-news-list p,
.home-news-blue2-feature .feature-body p,
.home-news-blue2-list a,
.home-news-blue2-side p,
.home-faq-grid span,
.product-comment-question p,
.product-comment-reply p,
.faq-item p,
.faq-detail-card p,
.video-detail-page p,
.video-list-card p,
.site-search-results p,
.mobile-market-content,
.mobile-market-content p,
.mobile-market-content li {
  font-size: 16px !important;
}

/* Blue home polish: align video, order notice and FAQ blocks with the default template. */
.front-active-home .home-videos {
  padding-top: 3px;
}

.front-active-home .home-videos .home-title,
.front-active-home .home-videos .home-section-title,
.front-active-home .home-video-card h3,
.front-active-home .home-video-card h3 a {
  text-align: center;
}

.front-active-home .home-video-card h3,
.front-active-home .home-video-card h3 a {
  color: #111827 !important;
  font-size: 16px !important;
}

.front-active-home .home-apply-order-item,
.front-active-home .home-apply-order-item strong,
.front-active-home .home-apply-order-item span,
.front-active-home .home-apply-order-item p,
.front-active-home .home-apply-order-item em {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.front-active-home .home-apply-order-item {
  min-height: 112px;
  padding: 0 0 12px;
  border-bottom: 1px dashed rgba(255, 102, 0, .22);
  text-align: left;
}

.front-active-home .home-apply-order-item strong,
.front-active-home .home-apply-order-item span,
.front-active-home .home-apply-order-item p,
.front-active-home .home-apply-order-item em {
  overflow: hidden;
  margin-left: 0 !important;
  padding-left: 0 !important;
  line-height: 1.45 !important;
  background: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.front-active-home .home-apply-order-item strong {
  margin-bottom: 4px;
  color: #222;
}

.front-active-home .home-apply-order-item em {
  margin-top: 4px;
  color: #ff6600;
  font-style: normal;
}

.front-active-home .home-news-faq-feature .home-news-wrap {
  grid-template-columns: minmax(430px, 520px) minmax(0, 1fr);
  gap: 32px;
}

.front-active-home .home-news-faq-left,
.front-active-home .home-news-right,
.front-active-home .home-news-list article > div {
  min-width: 0;
}

.front-active-home .home-news-faq-list {
  display: grid;
  gap: 0;
  padding: 12px 18px;
  border: 1px solid #e4e9f0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.front-active-home .home-news-faq-item {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-bottom: 1px dashed #d9e1ea;
  color: #26364c;
}

.front-active-home .home-news-faq-item:last-child {
  border-bottom: 0;
}

.front-active-home .home-news-faq-item::before {
  position: absolute;
  top: 20px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff5a00;
  content: "";
}

.front-active-home .home-news-faq-item strong {
  display: block;
  overflow: hidden;
  color: #111827;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.front-active-home .home-news-faq-item:hover strong {
  color: #ff5a00;
}

@media (max-width: 1180px) {
  .front-active-home .home-news-faq-feature .home-news-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .front-active-home .home-news-faq-list {
    padding: 10px 14px;
  }

  .front-active-home .home-news-faq-item {
    padding: 8px 6px 8px 16px;
  }
}

/* Blue inner pages: replace inherited red accents with the site primary color. */
.news-list2 li:hover .news-date2,
.news-date2:hover {
  background: var(--brand);
}

.news-list2-c a:hover,
.news-list2-c a:active,
.news-dt-txt a:hover,
.news-dt-txt a:active,
.pro-dt-txt a:hover,
.pro-dt-txt a:active,
.baike-card h3 a:hover,
.baike-more:hover {
  color: var(--brand);
}

a.ckxq,
.market-li-r div a.a2,
.sub-btn2,
.posv-apply-form .sub-btn,
.mobile-market-apply button {
  background-color: var(--brand);
}

a.ckxq:hover,
.market-li-r div a.a2:hover,
.sub-btn2:hover,
.posv-apply-form .sub-btn:hover,
.mobile-market-apply button:hover {
  background-color: var(--brand-dark);
}

.image-gallery-tabs a:hover,
.image-gallery-tabs a.active,
.category-filter a.active,
.faq-category-tabs a.active {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.red-border {
  background: var(--brand);
}

/* Blue final overrides: keep these independent from body page classes. */
.home-news-faq-feature .home-news-wrap {
  grid-template-columns: minmax(430px, 520px) minmax(0, 1fr);
  gap: 32px;
}

.home-news-faq-list {
  display: grid;
  gap: 0;
  padding: 12px 18px;
  border: 1px solid #e4e9f0;
  background: #fff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

.home-news-faq-item {
  display: block;
  position: relative;
  padding: 9px 8px 9px 18px;
  border-bottom: 1px dashed #d9e1ea;
  color: #26364c;
}

.home-news-faq-item:last-child {
  border-bottom: 0;
}

.home-news-faq-item::before {
  position: absolute;
  top: 20px;
  left: 4px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--brand) !important;
  content: "";
}

.home-news-faq-item strong {
  display: block;
  overflow: hidden;
  color: #111827;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-news-faq-item:hover strong,
.faq-news-list a:hover,
.image-gallery-card:hover strong {
  color: var(--brand) !important;
}

.home-apply-order-item,
.home-apply-order-item strong,
.home-apply-order-item span,
.home-apply-order-item p,
.home-apply-order-item em {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.home-apply-order-item {
  min-height: 112px;
  padding: 0 0 12px !important;
  border-bottom: 1px dashed rgba(8, 117, 207, .2) !important;
  text-align: left;
}

.home-apply-order-item strong,
.home-apply-order-item span,
.home-apply-order-item p,
.home-apply-order-item em {
  overflow: hidden;
  margin-left: 0 !important;
  padding-left: 0 !important;
  line-height: 1.45 !important;
  background: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-apply-order-item em,
.home-apply-info .home-panel-title {
  color: var(--brand) !important;
}

.news-list2 li:hover .news-date2,
.news-date2:hover,
a.ckxq,
.image-gallery-tabs a:hover,
.image-gallery-tabs a.active,
.faq-category-tabs a:hover,
.faq-category-tabs a.active,
.category-filter a.active {
  border-color: var(--brand) !important;
  background-color: var(--brand) !important;
  background-image: none !important;
  color: #fff !important;
}

a.ckxq:hover {
  background-color: var(--brand-dark) !important;
  color: #fff !important;
}

.news-list2-c a:hover,
.news-list2-c a:active {
  color: var(--brand) !important;
}
