/* ==========================================================================
   顶英信息技术工作室 - 企业门户样式
   主色：#0f6bb8（科技蓝）  辅色：#f39800（活力橙）  深色：#0b3c6e / #082a4e
   ========================================================================== */

/* ---------- 基础 ---------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
    line-height: 1.7;
}

a {
    color: #0f6bb8;
}

a:hover,
a:focus {
    color: #f39800;
    text-decoration: none;
}

/* 表单控件宽度还原（Bootstrap .form-control 保持 100% 宽度） */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"],
textarea.form-control {
    max-width: none;
}

/* ---------- 顶部信息栏 ---------- */
.topbar {
    background: #0b3c6e;
    color: #cfe0f0;
    font-size: 12px;
    padding: 7px 0;
}

.topbar-text .glyphicon {
    margin-right: 4px;
}

.topbar-sep {
    margin: 0 10px;
    color: #4d709a;
}

/* ---------- 主导航 ---------- */
.site-navbar {
    background: #fff;
    border: none;
    border-bottom: 2px solid #0f6bb8;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 62px;
}

.site-navbar .navbar-header .navbar-toggle {
    margin-top: 14px;
}

.brand {
    padding: 12px 15px;
    height: auto;
}

.brand-icon {
    display: inline-block;
    color: #fff;
    background: #0f6bb8;
    font-size: 20px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 6px;
    vertical-align: middle;
}

.brand-name {
    font-size: 22px;
    font-weight: 700;
    color: #0b3c6e;
    vertical-align: middle;
    margin-left: 8px;
    letter-spacing: 1px;
}

.brand-sub {
    font-size: 11px;
    color: #9aa7b5;
    letter-spacing: 1px;
    vertical-align: middle;
    margin-left: 8px;
}

.site-navbar .navbar-nav > li > a {
    color: #22405e;
    font-size: 15px;
    padding: 21px 16px;
    border-bottom: 3px solid transparent;
    transition: all .2s ease;
}

.site-navbar .navbar-nav > li > a:hover,
.site-navbar .navbar-nav > li > a:focus {
    color: #0f6bb8;
    background: #f0f6fc;
}

.site-navbar .navbar-nav > li.active > a,
.site-navbar .navbar-nav > li.active > a:hover,
.site-navbar .navbar-nav > li.active > a:focus {
    color: #fff;
    background: #0f6bb8;
}

.page-body {
    min-height: 420px;
}

/* ---------- 首页 Banner 轮播 ---------- */
.hero-carousel {
    margin-bottom: 0;
}

.hero-carousel .carousel-inner > .item {
    height: 460px;
    background-size: cover;
    background-position: center;
}

.hero-slide-1 {
    background: linear-gradient(135deg, #0b3c6e 0%, #0f6bb8 55%, #1d86d6 100%);
}

.hero-slide-2 {
    background: linear-gradient(135deg, #082a4e 0%, #0f5a9e 60%, #0b6f8f 100%);
}

.hero-slide-3 {
    background: linear-gradient(135deg, #0f4f8a 0%, #1177c9 55%, #f39800 160%);
}

.hero-caption {
    color: #fff;
    padding-top: 130px;
}

.hero-caption h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 18px;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.hero-caption p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 24px;
    color: #e8f1fa;
}

.btn-hero {
    background: #f39800;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 4px;
    transition: all .2s ease;
}

.btn-hero:hover,
.btn-hero:focus {
    background: #ffab1f;
    color: #fff;
}

.btn-hero-o {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .8);
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 4px;
    transition: all .2s ease;
}

.btn-hero-o:hover,
.btn-hero-o:focus {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}

.hero-carousel .carousel-indicators li {
    border-color: rgba(255, 255, 255, .7);
}

.hero-carousel .carousel-indicators .active {
    background: #f39800;
}

.hero-carousel .carousel-control {
    background: none;
    opacity: .6;
}

/* ---------- 通用区块 ---------- */
.section {
    padding: 55px 0;
}

.section-alt {
    background: #f5f8fb;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 28px;
    color: #0b3c6e;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
    display: inline-block;
}

.section-title h2:after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    background: #f39800;
    margin: 12px auto 0;
}

.section-title p {
    color: #8a96a3;
    margin: 14px 0 0;
}

.section-title-left h2 {
    font-size: 26px;
    color: #0b3c6e;
    font-weight: 700;
    margin: 0 0 6px;
    position: relative;
    padding-left: 16px;
}

.section-title-left h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background: #f39800;
    border-radius: 2px;
}

.section-title-left p {
    color: #8a96a3;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-intro {
    text-align: center;
    color: #666;
    max-width: 780px;
    margin: -20px auto 36px;
}

.section-more {
    margin-top: 34px;
}

.btn-site {
    background: #0f6bb8;
    color: #fff;
    border: none;
    padding: 10px 26px;
    border-radius: 4px;
    transition: all .2s ease;
}

.btn-site:hover,
.btn-site:focus {
    background: #0b57a0;
    color: #fff;
}

.btn-site-o {
    background: transparent;
    color: #0f6bb8;
    border: 1px solid #0f6bb8;
    padding: 9px 24px;
    border-radius: 4px;
    transition: all .2s ease;
}

.btn-site-o:hover,
.btn-site-o:focus {
    background: #0f6bb8;
    color: #fff;
}

/* ---------- 服务卡片 ---------- */
.service-card {
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    padding: 32px 26px;
    margin-bottom: 26px;
    text-align: center;
    transition: all .25s ease;
    min-height: 210px;
}

.service-card:hover {
    border-color: #0f6bb8;
    box-shadow: 0 8px 22px rgba(15, 107, 184, .15);
    transform: translateY(-4px);
}

.service-icon {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    background: #0f6bb8;
    width: 66px;
    height: 66px;
    line-height: 66px;
    border-radius: 50%;
    margin-bottom: 16px;
    transition: all .25s ease;
}

.service-card:hover .service-icon {
    background: #f39800;
}

.service-card h3 {
    font-size: 18px;
    color: #0b3c6e;
    margin: 0 0 10px;
    font-weight: 700;
}

.service-card p {
    color: #666;
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
}

/* ---------- 关于我们 ---------- */
.about-intro p {
    color: #555;
    line-height: 2;
}

.stat-band {
    background: linear-gradient(135deg, #0b3c6e, #0f6bb8);
    border-radius: 10px;
    color: #fff;
    padding: 30px 24px;
    margin-top: 10px;
    box-shadow: 0 10px 26px rgba(11, 60, 110, .25);
}

.stat-item {
    text-align: center;
    padding: 20px 6px;
}

.stat-num {
    display: block;
    font-size: 34px;
    font-weight: 700;
}

.stat-label {
    display: block;
    font-size: 13px;
    color: #cfe0f0;
    margin-top: 6px;
}

/* ---------- 案例卡片 ---------- */
.case-card {
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 26px;
    position: relative;
    transition: all .25s ease;
}

.case-card:hover {
    border-color: #0f6bb8;
    box-shadow: 0 8px 22px rgba(15, 107, 184, .15);
    transform: translateY(-4px);
}

.case-card-lg {
    min-height: 200px;
}

.case-tag {
    display: inline-block;
    background: #eef5fc;
    color: #0f6bb8;
    border: 1px solid #c9e2f7;
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 12px;
    margin-bottom: 12px;
}

.case-card h3 {
    font-size: 17px;
    color: #0b3c6e;
    margin: 0 0 8px;
    font-weight: 700;
}

.case-date {
    color: #9aa7b5;
    font-size: 12px;
    margin-bottom: 8px;
}

.case-card p:last-child {
    color: #666;
    margin: 0;
}

/* ---------- 新闻（首页） ---------- */
.news-item {
    background: #f8fafc;
    border: 1px solid #eef1f5;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 26px;
    min-height: 210px;
    transition: all .25s ease;
}

.news-item:hover {
    border-color: #0f6bb8;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 107, 184, .1);
}

.news-meta {
    color: #9aa7b5;
    font-size: 12px;
    margin-bottom: 8px;
}

.news-item h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px;
    font-weight: 700;
}

.news-item h3 a {
    color: #0b3c6e;
}

.news-item h3 a:hover {
    color: #f39800;
}

.news-item p {
    color: #666;
    font-size: 13px;
}

.news-more {
    color: #0f6bb8;
    font-size: 13px;
}

.news-more:hover {
    color: #f39800;
}

/* ---------- 咨询 CTA ---------- */
.cta-band {
    background: linear-gradient(120deg, #0b3c6e, #0f6bb8);
    color: #fff;
    padding: 46px 0;
}

.cta-band h3 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
}

.cta-band p {
    margin: 0;
    color: #dbe8f5;
}

.btn-cta {
    background: #f39800;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 12px 32px;
    border-radius: 4px;
    margin-top: 6px;
    transition: all .2s ease;
}

.btn-cta:hover,
.btn-cta:focus {
    background: #ffab1f;
    color: #fff;
}

/* ---------- 内页横幅 ---------- */
.page-banner {
    background: linear-gradient(135deg, #0b3c6e, #0f6bb8);
    color: #fff;
    padding: 42px 0 34px;
}

.page-banner h1 {
    margin: 0 0 8px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.page-banner .breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    color: #cfe0f0;
    font-size: 13px;
}

.page-banner .breadcrumb a {
    color: #a8c8e8;
}

.page-banner .breadcrumb > .active {
    color: #f39800;
}

/* ---------- 经营范围 ---------- */
.scope-grid {
    margin-top: 8px;
}

.scope-item {
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 6px;
    padding: 18px 20px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #0b3c6e;
    font-weight: 600;
    transition: all .2s ease;
}

.scope-item .glyphicon {
    color: #0f6bb8;
    margin-right: 10px;
}

.scope-item:hover {
    border-color: #0f6bb8;
    box-shadow: 0 6px 16px rgba(15, 107, 184, .12);
}

/* ---------- 服务理念 ---------- */
.value-card {
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    text-align: center;
    padding: 28px 18px;
    margin-bottom: 22px;
    transition: all .25s ease;
}

.value-card:hover {
    border-color: #f39800;
    box-shadow: 0 8px 22px rgba(243, 152, 0, .15);
}

.value-icon {
    font-size: 26px;
    color: #fff;
    background: #0f6bb8;
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 14px;
}

.value-card:hover .value-icon {
    background: #f39800;
}

.value-card h3 {
    font-size: 17px;
    color: #0b3c6e;
    font-weight: 700;
    margin: 0 0 8px;
}

.value-card p {
    color: #777;
    font-size: 13px;
    margin: 0;
}

/* ---------- 资质信息 ---------- */
.license-box {
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    padding: 26px 30px;
    max-width: 760px;
    margin: 0 auto;
}

.license-table {
    margin-bottom: 10px;
}

.license-table th {
    width: 170px;
    color: #0b3c6e;
    background: #f5f8fb;
    font-weight: 600;
}

.license-tip {
    color: #9aa7b5;
    font-size: 12px;
    margin: 0;
}

/* ---------- 联系页 ---------- */
.contact-info {
    background: #f8fafc;
    border: 1px solid #eef1f5;
    border-radius: 8px;
    padding: 28px;
}

.contact-info h3 {
    color: #0b3c6e;
    font-weight: 700;
    margin: 0 0 20px;
}

.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-list li {
    display: flex;
    padding: 14px 0;
    border-bottom: 1px dashed #e4e9ef;
}

.contact-list li:last-child {
    border-bottom: none;
}

.ci-icon {
    color: #fff;
    background: #0f6bb8;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    flex: 0 0 42px;
    margin-right: 16px;
}

.ci-body strong {
    display: block;
    color: #0b3c6e;
    margin-bottom: 2px;
}

.ci-body p {
    color: #666;
    margin: 0;
    font-size: 13px;
}

.contact-tip {
    background: #fff7e8;
    border: 1px solid #ffe3b3;
    border-radius: 6px;
    padding: 12px 16px;
    margin-top: 18px;
}

.contact-tip p {
    color: #9a6b00;
    margin: 0;
    font-size: 13px;
}

.contact-form-box {
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    padding: 28px 32px;
}

.contact-form-box h3 {
    color: #0b3c6e;
    font-weight: 700;
    margin: 0 0 4px;
}

.form-sub {
    color: #9aa7b5;
    margin-bottom: 22px;
}

.req {
    color: #e02020;
}

.field-error {
    color: #e02020;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

.form-msg {
    display: block;
    margin-top: 14px;
    padding: 10px 14px;
    border-radius: 4px;
    font-size: 13px;
}

.form-msg-ok {
    color: #1a7f37;
    background: #eaf7ee;
    border: 1px solid #bfe8cc;
}

.form-msg-error {
    color: #b02a2a;
    background: #fdeeee;
    border: 1px solid #f5c6c6;
}

.contact-map {
    margin-top: 44px;
}

.contact-map h3 {
    color: #0b3c6e;
    font-weight: 700;
    margin: 0 0 8px;
}

.contact-map > p {
    color: #888;
    margin-bottom: 16px;
}

.map-placeholder {
    height: 260px;
    border: 2px dashed #c9d6e4;
    border-radius: 8px;
    background: #f5f8fb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9aa7b5;
}

.map-placeholder .glyphicon {
    font-size: 40px;
    color: #b7c6d6;
    margin-bottom: 10px;
}

.map-placeholder p {
    margin: 0;
    font-size: 13px;
}

/* ---------- 服务详情卡片（服务项目页） ---------- */
.service-detail-card {
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    padding: 26px 24px;
    margin-bottom: 26px;
    min-height: 280px;
    transition: all .25s ease;
}

.service-detail-card:hover {
    border-color: #0f6bb8;
    box-shadow: 0 8px 22px rgba(15, 107, 184, .12);
}

.sd-head {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.sd-icon {
    color: #0f6bb8;
    font-size: 26px;
    margin-right: 12px;
}

.sd-head h3 {
    font-size: 18px;
    color: #0b3c6e;
    font-weight: 700;
    margin: 0;
}

.sd-summary {
    color: #666;
    font-size: 13px;
    margin-bottom: 12px;
    min-height: 54px;
}

.sd-points {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sd-points li {
    color: #555;
    font-size: 13px;
    padding: 4px 0;
}

.sd-points .glyphicon {
    color: #0f6bb8;
    margin-right: 8px;
    font-size: 11px;
}

/* ---------- 服务流程 ---------- */
.process-step {
    text-align: center;
    padding: 20px 12px;
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    margin-bottom: 22px;
    position: relative;
    transition: all .25s ease;
}

.process-step:hover {
    border-color: #0f6bb8;
    box-shadow: 0 8px 22px rgba(15, 107, 184, .12);
}

.step-num {
    position: absolute;
    top: 8px;
    right: 14px;
    font-size: 30px;
    font-weight: 700;
    color: #e8eef5;
}

.step-icon {
    display: inline-block;
    font-size: 26px;
    color: #fff;
    background: #0f6bb8;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    margin-bottom: 12px;
}

.process-step h3 {
    font-size: 16px;
    color: #0b3c6e;
    font-weight: 700;
    margin: 0 0 6px;
}

.process-step p {
    color: #777;
    font-size: 13px;
    margin: 0;
}

/* ---------- 新闻列表页 ---------- */
.news-list {
    max-width: 880px;
    margin: 0 auto;
}

.news-list-item {
    display: flex;
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    padding: 22px 24px;
    margin-bottom: 18px;
    transition: all .2s ease;
}

.news-list-item:hover {
    border-color: #0f6bb8;
    box-shadow: 0 6px 18px rgba(15, 107, 184, .1);
}

.news-date-box {
    flex: 0 0 88px;
    background: #f0f6fc;
    border-radius: 6px;
    text-align: center;
    padding: 12px 6px;
    margin-right: 22px;
    color: #0f6bb8;
}

.nd-day {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.nd-month {
    display: block;
    font-size: 13px;
}

.nd-year {
    display: block;
    font-size: 12px;
    color: #9aa7b5;
}

.news-list-body h3 {
    font-size: 17px;
    margin: 0 0 6px;
    font-weight: 700;
}

.news-list-body h3 a {
    color: #0b3c6e;
}

.news-list-body h3 a:hover {
    color: #f39800;
}

.news-list-body p {
    color: #666;
    font-size: 13px;
    line-height: 1.8;
}

/* ---------- 新闻详情页 ---------- */
.news-detail {
    max-width: 820px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e4e9ef;
    border-radius: 8px;
    padding: 36px 42px;
}

.nd-title {
    font-size: 24px;
    color: #0b3c6e;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 12px;
}

.nd-meta {
    color: #9aa7b5;
    font-size: 13px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eef1f5;
    margin-bottom: 20px;
}

.nd-summary {
    background: #f5f8fb;
    border-left: 4px solid #f39800;
    padding: 14px 18px;
    color: #555;
    margin-bottom: 22px;
    line-height: 1.9;
}

.nd-body p {
    color: #444;
    line-height: 2;
    text-indent: 2em;
    margin-bottom: 16px;
}

.nd-back {
    margin-top: 28px;
}

/* ---------- 页脚 ---------- */
.site-footer {
    background: #0b2e4f;
    color: #b9c9da;
    font-size: 13px;
    padding: 46px 0 0;
}

.footer-col h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 16px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h4:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background: #f39800;
}

.footer-about {
    line-height: 1.9;
    color: #9db4cb;
}

.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    padding: 4px 0;
}

.footer-links a {
    color: #b9c9da;
}

.footer-links a:hover {
    color: #f39800;
}

.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-contact li {
    padding: 5px 0;
    line-height: 1.7;
}

.footer-contact .glyphicon {
    color: #f39800;
    margin-right: 8px;
}

.footer-bottom {
    border-top: 1px solid #1c4367;
    margin-top: 34px;
    padding: 16px 0;
    text-align: center;
    color: #7e97af;
    font-size: 12px;
}

.footer-bottom a {
    color: #b9c9da;
}

.footer-bottom a:hover {
    color: #f39800;
}

.footer-bottom p {
    margin: 0;
}

/* ---------- 返回顶部 ---------- */
.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 60px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: rgba(15, 107, 184, .85);
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    display: none;
    z-index: 99;
    transition: background .2s ease;
}

.back-to-top:hover,
.back-to-top:focus {
    background: #f39800;
    color: #fff;
}

/* ---------- 响应式 ---------- */
@media (max-width: 991px) {
    .hero-carousel .carousel-inner > .item {
        height: 400px;
    }

    .hero-caption {
        padding-top: 100px;
    }

    .hero-caption h1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .hero-carousel .carousel-inner > .item {
        height: 330px;
    }

    .hero-caption {
        padding-top: 70px;
    }

    .hero-caption h1 {
        font-size: 22px;
    }

    .hero-caption p {
        font-size: 13px;
    }

    .brand-name {
        font-size: 18px;
    }

    .site-navbar .navbar-nav > li > a {
        padding: 12px 16px;
        border-bottom: none;
    }

    .section {
        padding: 40px 0;
    }

    .news-list-item {
        flex-direction: column;
    }

    .news-date-box {
        flex: none;
        width: 88px;
        margin-bottom: 12px;
    }

    .news-detail {
        padding: 22px 18px;
    }

    .cta-btn {
        text-align: left !important;
        margin-top: 12px;
    }

    .footer-col {
        margin-bottom: 26px;
    }
}

/* ========== 商城模块（前台） ========== */
.shop-page { min-height: 480px; padding: 26px 0 46px; }
.page-title-inner { font-size: 24px; font-weight: 700; color: #0b3c6e; margin: 0 0 20px; border-left: 4px solid #f39800; padding-left: 12px; }
.shop-empty { text-align: center; padding: 70px 0; color: #888; font-size: 15px; }
.shop-empty a { color: #0f6bb8; }
.shop-count { color: #999; font-size: 13px; margin-bottom: 16px; }

.shop-filter { background: #f6f9fc; border: 1px solid #e3edf5; border-radius: 4px; padding: 14px 16px; margin-bottom: 18px; }
.filter-tabs { display: flex; flex-wrap: wrap; }
.ftab { display: inline-block; padding: 7px 16px; margin: 0 6px 6px 0; border-radius: 18px; background: #fff; border: 1px solid #d7e3ee; color: #35506b; font-size: 14px; }
.ftab:hover { text-decoration: none; border-color: #0f6bb8; color: #0f6bb8; }
.ftab.active { background: #0f6bb8; border-color: #0f6bb8; color: #fff; }
.filter-cats { padding-top: 8px; }
.fc-label { color: #888; }
.cat-link { display: inline-block; padding: 4px 10px; margin: 0 4px 6px 0; border-radius: 14px; color: #456; font-size: 13px; }
.cat-link:hover { text-decoration: none; color: #0f6bb8; }
.cat-link.active { background: #eaf3fb; color: #0f6bb8; font-weight: 600; }
.filter-search { display: flex; }
.filter-search .form-control { margin-right: 8px; }

.product-card { background: #fff; border: 1px solid #e7eef5; border-radius: 6px; margin-bottom: 22px; overflow: hidden; transition: box-shadow .2s, transform .2s; }
.product-card:hover { box-shadow: 0 6px 18px rgba(11,60,110,.12); transform: translateY(-3px); }
.p-thumb { position: relative; display: block; height: 190px; background: #eef4fa; overflow: hidden; }
.p-img { width: 100%; height: 100%; object-fit: cover; }
.p-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #9db9d4; font-size: 48px; }
.p-tag { position: absolute; top: 10px; left: 10px; padding: 2px 8px; border-radius: 3px; font-size: 12px; color: #fff; }
.p-tag-self { background: #f39800; }
.p-tag-svc { left: auto; right: 10px; background: #0f6bb8; }
.p-body { padding: 12px 14px 14px; }
.p-body h4 { font-size: 15px; margin: 0 0 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.p-body h4 a { color: #0b3c6e; }
.p-body h4 a:hover { color: #0f6bb8; text-decoration: none; }
.p-sum { color: #7a8aa0; font-size: 12px; height: 34px; overflow: hidden; margin: 0 0 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.p-price-row { display: flex; align-items: baseline; }
.p-price { color: #e5482f; font-size: 18px; font-weight: 700; }
.p-old { color: #aab6c4; font-size: 12px; margin-left: 8px; }
.p-meta { color: #8aa0b5; font-size: 12px; margin-top: 6px; }

.pd-page .pd-gallery { border: 1px solid #e7eef5; border-radius: 6px; overflow: hidden; background: #f4f8fc; }
.pd-img { width: 100%; display: block; }
.pd-ph { height: 380px; display: flex; align-items: center; justify-content: center; color: #9db9d4; font-size: 90px; }
.pd-name { font-size: 22px; color: #0b3c6e; margin: 0 0 8px; }
.pd-name .p-tag { position: static; margin-left: 8px; vertical-align: middle; }
.pd-summary { color: #678; font-size: 14px; }
.pd-price-row { margin: 12px 0; }
.pd-price { color: #e5482f; font-size: 26px; font-weight: 700; }
.pd-price-row .p-old { font-size: 14px; }
.pd-price-note { color: #999; font-size: 12px; margin-left: 10px; }
.pd-info { list-style: none; padding: 12px 14px; background: #f6f9fc; border-radius: 4px; margin: 0 0 16px; }
.pd-info li { padding: 5px 0; color: #45556a; font-size: 14px; }
.pi-label { display: inline-block; width: 96px; color: #8aa0b5; }
.pd-actions { margin-bottom: 8px; }
.pd-qty { display: flex; align-items: center; margin-bottom: 14px; color: #45556a; }
.pd-qty .qty-input { width: 80px; margin: 0 8px; text-align: center; display: inline-block; }
.qty-unit { color: #888; }
.pd-svc-tip { display: block; margin-top: 10px; color: #888; font-size: 13px; }
.pd-tip { display: block; margin-top: 12px; font-size: 14px; color: #188a4f; }
.pd-tip a { color: #0f6bb8; }
.pd-desc { margin-top: 26px; border-top: 1px solid #e7eef5; padding-top: 18px; }
.pd-desc h3 { font-size: 17px; color: #0b3c6e; }
.pd-desc-body { color: #4a5a6e; line-height: 1.9; white-space: pre-wrap; }

.cart-table { border: 1px solid #e7eef5; border-radius: 6px; overflow: hidden; margin-bottom: 18px; }
.cart-row { display: flex; align-items: center; background: #fff; border-bottom: 1px solid #eef3f8; }
.cart-row:last-child { border-bottom: none; }
.cart-head { background: #f0f6fb; font-weight: 600; color: #35506b; }
.c-col { padding: 12px 10px; }
.c-thumb { width: 100px; }
.c-name { flex: 1; }
.c-name a { color: #0b3c6e; }
.c-price { width: 100px; color: #778; }
.c-qty { width: 130px; }
.c-qty .qty-input { width: 70px; text-align: center; display: inline-block; }
.c-sub { width: 110px; color: #e5482f; font-weight: 600; }
.c-op { width: 90px; text-align: center; }
.c-img { width: 66px; height: 66px; object-fit: cover; border-radius: 4px; }
.c-ph { width: 66px; height: 66px; border-radius: 4px; background: #eef4fa; display: flex; align-items: center; justify-content: center; color: #9db9d4; font-size: 24px; }
.btn-link-del { color: #d9534f; }
.btn-link-del:hover { text-decoration: underline; }
.cart-summary { background: #f6f9fc; border: 1px solid #e3edf5; border-radius: 6px; padding: 16px 20px; max-width: 420px; margin-left: auto; }
.cs-line { display: flex; justify-content: space-between; padding: 5px 0; color: #45556a; }
.cs-tip { color: #f39800; font-size: 13px; }
.cs-pay { font-size: 16px; font-weight: 700; color: #0b3c6e; border-top: 1px dashed #d7e3ee; margin-top: 6px; padding-top: 10px; }
.cs-pay .cs-value { color: #e5482f; }
.cs-actions { margin-top: 14px; text-align: right; }

.checkout-page .co-block { background: #fff; border: 1px solid #e7eef5; border-radius: 6px; padding: 16px 20px; margin-bottom: 16px; }
.co-block h4 { margin: 0 0 14px; font-size: 16px; color: #0b3c6e; }
.req { color: #d9534f; }
.field-error { color: #d9534f; font-size: 12px; margin-top: 4px; display: block; }
.pay-options label { margin-right: 30px; font-weight: 400; }
.co-summary { background: #f6f9fc; }
.os-items { border-bottom: 1px dashed #d7e3ee; padding-bottom: 8px; margin-bottom: 8px; }
.os-item { display: flex; padding: 5px 0; color: #45556a; font-size: 13px; }
.os-name { flex: 1; }
.os-qty { width: 50px; color: #888; }
.os-price { width: 80px; text-align: right; }
.os-line { display: flex; justify-content: space-between; padding: 4px 0; color: #45556a; }
.os-pay { font-size: 16px; font-weight: 700; color: #e5482f; }
.os-note { color: #999; font-size: 12px; margin-top: 10px; }

.pay-page .pay-box { max-width: 520px; margin: 10px auto; text-align: center; background: #fff; border: 1px solid #e7eef5; border-radius: 8px; padding: 26px 30px; }
.pay-box h3 { color: #0b3c6e; margin: 0 0 18px; }
.pay-row { display: flex; justify-content: space-between; padding: 6px 0; color: #45556a; font-size: 14px; }
.pay-row .pv { color: #0b3c6e; }
.pay-amount { font-size: 22px; font-weight: 700; color: #e5482f !important; }
.pay-qr { background: #fafbfc; border: 1px dashed #d7e3ee; border-radius: 6px; padding: 18px; margin: 16px 0; }
.pay-qr-img { width: 240px; height: 240px; }
.pay-hint { color: #556; margin-top: 10px; }
.pay-note { text-align: left; background: #fff8ee; border: 1px solid #fbe3b8; border-radius: 4px; padding: 10px 14px; font-size: 13px; color: #7a6a45; margin-bottom: 16px; }
.pay-note p { margin: 4px 0; }
.pay-msg { margin-top: 14px; font-size: 15px; color: #188a4f; font-weight: 600; }
.pay-back { margin-top: 16px; font-size: 13px; }
.pay-back a { color: #0f6bb8; }

.service-order-page .so-block { background: #fff; border: 1px solid #e7eef5; border-radius: 6px; padding: 16px 20px; margin-bottom: 16px; }
.so-block h4 { margin: 0 0 12px; font-size: 16px; color: #0b3c6e; }
.so-prod { display: flex; align-items: baseline; flex-wrap: wrap; }
.so-name { font-size: 18px; font-weight: 700; color: #0b3c6e; }
.so-price { color: #e5482f; font-size: 16px; font-weight: 600; margin: 0 14px; }
.so-days { color: #0f6bb8; }
.so-desc { color: #678; margin-top: 8px; }
.so-side { background: #f6f9fc; border: 1px solid #e3edf5; border-radius: 6px; padding: 16px 20px; }
.so-side h4 { color: #0b3c6e; font-size: 15px; }
.so-side ul { padding-left: 18px; color: #45556a; line-height: 2; }

.order-result-page .or-box { max-width: 560px; margin: 10px auto; text-align: center; background: #fff; border: 1px solid #e7eef5; border-radius: 8px; padding: 30px; }
.or-icon { font-size: 60px; color: #1a9c5b; }
.or-box h3 { color: #0b3c6e; margin: 10px 0 18px; }
.or-row { display: flex; justify-content: center; padding: 6px 0; color: #45556a; }
.or-row .pl { width: 110px; text-align: right; color: #8aa0b5; }
.or-row .pv { text-align: left; color: #0b3c6e; font-weight: 600; }
.or-amount { color: #e5482f !important; font-size: 20px; }
.or-next { color: #778; margin: 16px 0; }
.or-actions { margin-top: 8px; }

.order-query-page .oq-form { background: #f6f9fc; border: 1px solid #e3edf5; border-radius: 6px; padding: 16px 20px; margin-bottom: 18px; }
.oq-form .form-group { margin-right: 14px; }
.oq-form .form-group label { margin-right: 8px; font-weight: 400; }
.oq-form .form-control { display: inline-block; width: 230px; }
.oq-tip { color: #999; font-size: 12px; margin-top: 10px; margin-bottom: 0; }
.oq-result { max-width: 560px; background: #fff; border: 1px solid #e7eef5; border-radius: 6px; padding: 16px 22px; }
.oq-items, .oq-remark { max-width: 560px; margin-top: 16px; background: #fff; border: 1px solid #e7eef5; border-radius: 6px; padding: 14px 22px; }
.oq-items h4, .oq-remark h4 { font-size: 15px; color: #0b3c6e; margin: 0 0 10px; }
.oq-item { display: flex; padding: 4px 0; color: #45556a; font-size: 13px; }
.oq-name { flex: 1; }
.oq-qty { width: 60px; color: #888; }
.oq-price { width: 90px; text-align: right; }
.oq-remark-body, .oq-reply-body { color: #556; line-height: 1.8; font-size: 13px; }
.oq-reply-body { background: #f0f8f2; border-radius: 4px; padding: 8px 12px; }
/* 淘宝购买区（详情页） */
.pd-taobao { margin-top: 14px; padding: 14px 16px; background: #fff8ef; border: 1px solid #ffe0b3; border-radius: 6px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.pd-taobao-left { text-align: center; }
.pd-taobao-qr { width: 130px; height: 130px; border: 1px solid #f0d9b8; border-radius: 4px; background: #fff; }
.pd-taobao-tip { margin-top: 6px; font-size: 12px; color: #a0701f; }
.pd-taobao-title { font-size: 15px; font-weight: bold; color: #8a5a10; margin-bottom: 8px; }
.pd-taobao-note { margin-top: 8px; font-size: 12px; color: #a0701f; }
.pd-taobao .btn-warning { background: #ff9500; border-color: #ff9500; color: #fff; }

/* 淘宝购买入口（列表卡片） */
.p-taobao { margin-top: 8px; display: flex; gap: 6px; }
.p-taobao-btn { display: inline-block; font-size: 12px; padding: 3px 8px; border: 1px solid #ffb75e; color: #b06b00; border-radius: 3px; background: #fffaf2; }
.p-taobao-btn:hover { background: #ff9500; color: #fff; text-decoration: none; }
.p-taobao-btn .glyphicon { font-size: 11px; }

/* 支持与下载 */
.dl-page { padding: 26px 15px 50px; }
.dl-cats { margin-bottom: 14px; }
.dl-cats .cat-link { display: inline-block; padding: 5px 14px; margin: 0 6px 6px 0; border: 1px solid #d5e2ef; border-radius: 3px; color: #3a5a7a; background: #fff; font-size: 13px; }
.dl-cats .cat-link:hover { border-color: #0f6bb8; color: #0f6bb8; text-decoration: none; }
.dl-cats .cat-link.active { background: #0f6bb8; border-color: #0f6bb8; color: #fff; }
.dl-count { color: #8aa0b5; font-size: 13px; margin-bottom: 14px; }
.dl-item { background: #fff; border: 1px solid #e7eef5; border-radius: 6px; padding: 16px 18px; margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.dl-item h3 { margin: 0 0 6px; font-size: 16px; color: #0b3c6e; }
.dl-cat-tag { display: inline-block; font-size: 11px; color: #fff; background: #57a3e8; border-radius: 2px; padding: 1px 7px; vertical-align: 2px; margin-left: 6px; font-weight: normal; }
.dl-summary { color: #5a6b80; font-size: 13px; line-height: 1.7; margin: 0 0 6px; }
.dl-meta { color: #98a9bd; font-size: 12px; }
.dl-side { flex: 0 0 auto; }
.dl-btn { min-width: 96px; }
/* 手机版切换链接（手机豁免电脑版时显示） */
.topbar-mlink { color: #ffd76e; }
.topbar-mlink:hover { color: #fff; text-decoration: none; }
