/* Global tech theme overlay for the FastAdmin warranty frontend. */
:root {
    --tech-bg: #070a0f;
    --tech-panel: rgba(12, 18, 26, .88);
    --tech-panel-2: rgba(18, 26, 36, .92);
    --tech-line: rgba(79, 233, 255, .24);
    --tech-line-strong: rgba(79, 233, 255, .48);
    --tech-text: #eef8ff;
    --tech-muted: #9fb3c7;
    --tech-cyan: #38e8ff;
    --tech-green: #65ffbc;
    --tech-gold: #f4c96b;
    --tech-red: #ff4f79;
    --tech-shadow: 0 18px 52px rgba(0, 0, 0, .42);
}

html {
    background: var(--tech-bg);
}

body {
    min-height: 100vh;
    color: var(--tech-text) !important;
    background:
        linear-gradient(115deg, rgba(7, 10, 15, .98), rgba(11, 16, 24, .96) 48%, rgba(18, 12, 20, .96)),
        repeating-linear-gradient(90deg, rgba(56, 232, 255, .045) 0 1px, transparent 1px 84px),
        repeating-linear-gradient(0deg, rgba(101, 255, 188, .035) 0 1px, transparent 1px 84px) !important;
    background-attachment: fixed;
}

body:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent, rgba(56, 232, 255, .06), transparent),
        linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 32%);
    opacity: .75;
}

body:after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 100% 42px;
    mix-blend-mode: screen;
    animation: techScan 18s linear infinite;
}

@keyframes techScan {
    from { transform: translateY(-42px); }
    to { transform: translateY(42px); }
}

@keyframes techPulse {
    0%, 100% { box-shadow: 0 0 0 rgba(56, 232, 255, 0), inset 0 0 0 rgba(56, 232, 255, 0); }
    45% { box-shadow: 0 0 28px rgba(56, 232, 255, .22), inset 0 0 18px rgba(56, 232, 255, .08); }
}

@keyframes techFloatIn {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

a {
    color: var(--tech-cyan);
}

a:hover,
a:focus {
    color: var(--tech-green);
    text-decoration: none;
}

.sq-lay {
    position: relative;
}

.sq-top {
    height: 92px;
    background: rgba(5, 8, 13, .9) !important;
    border-bottom: 1px solid var(--tech-line);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .38);
    backdrop-filter: blur(14px);
}

.sq-top-left img,
.sq-mlogo {
    filter: drop-shadow(0 0 12px rgba(56, 232, 255, .28));
}

.sq-top-right {
    color: var(--tech-muted) !important;
    letter-spacing: .5px;
}

.sq-top-right .fa,
.sq-red,
.red {
    color: var(--tech-red) !important;
}

.sq-nav {
    height: 52px !important;
    line-height: 52px !important;
    background: rgba(11, 16, 24, .82) !important;
    border-bottom: 1px solid rgba(101, 255, 188, .18);
    backdrop-filter: blur(12px);
}

#nav li a {
    position: relative;
    height: 52px !important;
    line-height: 52px !important;
    color: rgba(238, 248, 255, .82) !important;
    border-right: 1px solid rgba(255, 255, 255, .06) !important;
    letter-spacing: .8px;
}

#nav li a:after,
.left-nav li a:after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 7px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--tech-cyan), var(--tech-green), transparent);
    transform: scaleX(0);
    transition: transform .28s ease;
}

#nav li a:hover:after,
#nav li a.xz:after,
.left-nav li a:hover:after,
.left-nav li a.curr:after {
    transform: scaleX(1);
}

#nav li a:hover,
#nav li a.xz {
    color: #fff !important;
    background: linear-gradient(180deg, rgba(56, 232, 255, .16), rgba(56, 232, 255, .03));
    text-shadow: 0 0 12px rgba(56, 232, 255, .65);
}

.mianbao {
    height: 54px !important;
    line-height: 54px !important;
    color: var(--tech-muted) !important;
    background: rgba(8, 13, 20, .72) !important;
    border-bottom: 1px solid rgba(56, 232, 255, .13);
}

.mianbao a {
    color: rgba(238, 248, 255, .86) !important;
}

.left,
.right,
.sq-card,
.sq-border-yuan,
.sq-fwtx,
.index-block-body,
.am-panel,
.am-modal-dialog {
    color: var(--tech-text) !important;
    background: linear-gradient(145deg, rgba(12, 18, 26, .92), rgba(18, 26, 36, .82)) !important;
    border: 1px solid var(--tech-line) !important;
    border-radius: 8px !important;
    box-shadow: var(--tech-shadow), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
    backdrop-filter: blur(16px);
}

.left,
.right {
    animation: techFloatIn .45s ease both;
}

.left {
    padding: 18px !important;
}

.right {
    min-height: 560px;
}

.left-ico {
    color: var(--tech-cyan) !important;
    text-shadow: 0 0 18px rgba(56, 232, 255, .5);
}

.left-txt,
.right-head,
legend {
    color: #fff !important;
    letter-spacing: .8px;
}

.right-head {
    height: auto !important;
    line-height: 1.35 !important;
    padding: 0 0 16px 0;
    margin-bottom: 18px !important;
    border-bottom: 1px solid rgba(56, 232, 255, .22) !important;
    font-size: 20px !important;
}

.right-head .fa,
.right-head .fas,
legend:before {
    color: var(--tech-cyan) !important;
}

.left-nav li a {
    position: relative;
    height: 42px !important;
    line-height: 42px !important;
    margin-bottom: 9px !important;
    padding-left: 16px !important;
    color: rgba(238, 248, 255, .78) !important;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 8px;
}

.left-nav li a:hover,
.left-nav li a.curr {
    color: #fff !important;
    background: linear-gradient(90deg, rgba(56, 232, 255, .22), rgba(101, 255, 188, .08)) !important;
    border-color: var(--tech-line-strong);
    transform: translateX(3px);
}

.sq-cont,
.sq-cont p,
.am-form label,
.am-form-group,
td,
th,
.case-tit,
.news-tit,
.product-tit {
    color: rgba(238, 248, 255, .82) !important;
}

.sq-cont p[style] {
    color: rgba(238, 248, 255, .74) !important;
    background: transparent !important;
}

.sq-cont [style*="background-color: rgb(255, 255, 255)"],
.sq-cont [style*="background: rgb(255, 255, 255)"],
.sq-cont [style*="background-color:#fff"],
.sq-cont [style*="background-color: #fff"],
.sq-cont [style*="background:#fff"],
.sq-cont [style*="background: #fff"] {
    color: rgba(238, 248, 255, .78) !important;
    background: transparent !important;
}

.sq-cont > div:not(.sq-card):has(p[style*="background-color: rgb(255, 255, 255)"]),
.sq-cont > div:not(.sq-card):has(p[style*="background-color:#fff"]),
.sq-cont > div:not(.sq-card):has(p[style*="background-color: #fff"]) {
    padding: 20px !important;
    color: rgba(238, 248, 255, .78) !important;
    background: linear-gradient(145deg, rgba(13, 21, 31, .86), rgba(8, 13, 20, .78)) !important;
    border: 1px solid rgba(56, 232, 255, .2) !important;
    border-radius: 8px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 14px 34px rgba(0, 0, 0, .24);
}

.sq-cont > div:not(.sq-card):has(p[style*="background-color: rgb(255, 255, 255)"]) p,
.sq-cont > div:not(.sq-card):has(p[style*="background-color:#fff"]) p,
.sq-cont > div:not(.sq-card):has(p[style*="background-color: #fff"]) p {
    margin-bottom: 8px !important;
    color: rgba(238, 248, 255, .78) !important;
    line-height: 1.85 !important;
}

.tech-info-panel,
.tech-info-panel .am-panel-bd,
.tech-info-panel p,
.tech-info-panel p[style] {
    color: rgba(238, 248, 255, .82) !important;
    background: transparent !important;
}

.tech-info-panel {
    background:
        linear-gradient(145deg, rgba(12, 22, 33, .94), rgba(7, 12, 19, .9)) !important;
    border-color: rgba(56, 232, 255, .28) !important;
}

.tech-info-panel .am-panel-bd {
    padding: 18px !important;
}

.tech-info-panel .am-panel-bd:before {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin-bottom: 14px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--tech-cyan), var(--tech-green));
    box-shadow: 0 0 16px rgba(56, 232, 255, .42);
}

.tech-info-panel p,
.tech-info-panel p[style] {
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 1.85 !important;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif !important;
}

/* Rich text from the CMS editor often carries white backgrounds and dark inline colors. */
.news-cont,
.am-article-bd,
.article-content,
.sq-article-detail,
.product-content,
.case-content {
    color: rgba(238, 248, 255, .84) !important;
    background: transparent !important;
}

.news-cont *,
.am-article-bd *,
.article-content *,
.sq-article-detail *,
.product-content *,
.case-content *,
.news-cont [style],
.am-article-bd [style],
.article-content [style],
.sq-article-detail [style],
.product-content [style],
.case-content [style] {
    color: rgba(238, 248, 255, .84) !important;
    background-color: transparent !important;
    background: transparent !important;
    border-color: rgba(56, 232, 255, .18) !important;
    box-shadow: none !important;
}

.news-cont,
.am-article-bd {
    padding: 18px !important;
    border: 1px solid rgba(56, 232, 255, .18);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(12, 22, 33, .68), rgba(7, 12, 19, .46)) !important;
}

.news-cont p,
.am-article-bd p,
.article-content p,
.sq-article-detail p,
.product-content p,
.case-content p {
    margin: 0 0 12px 0 !important;
    line-height: 1.9 !important;
    font-size: 15px !important;
    text-indent: 0 !important;
}

.news-cont h1,
.news-cont h2,
.news-cont h3,
.am-article-bd h1,
.am-article-bd h2,
.am-article-bd h3,
.article-content h1,
.article-content h2,
.article-content h3 {
    color: #fff !important;
    margin: 18px 0 12px !important;
}

.news-cont strong,
.news-cont b,
.am-article-bd strong,
.am-article-bd b,
.article-content strong,
.article-content b {
    color: var(--tech-gold) !important;
}

.news-cont img,
.am-article-bd img,
.article-content img,
.sq-article-detail img,
.product-content img,
.case-content img {
    max-width: 100% !important;
    height: auto !important;
    margin: 10px auto !important;
    border-radius: 8px !important;
    background: transparent !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .34) !important;
}

.news-cont table,
.am-article-bd table,
.article-content table {
    width: 100% !important;
    background: rgba(8, 13, 20, .42) !important;
}

.am-article-title,
.news-tit {
    width: auto !important;
    height: auto !important;
    line-height: 1.35 !important;
    color: #fff !important;
    background: transparent !important;
    font-weight: 700 !important;
}

.am-article-meta,
.news-bar {
    color: rgba(159, 179, 199, .86) !important;
    background: transparent !important;
}

.am-form input[type="text"],
.am-form input[type="password"],
.am-form input[type="number"],
.am-form input[type="search"],
.am-form input[type="date"],
.am-form textarea,
.am-form select,
.form-control,
input[type="text"],
input[type="password"],
select,
textarea {
    color: #f5fbff !important;
    background: rgba(2, 7, 13, .62) !important;
    border: 1px solid rgba(56, 232, 255, .25) !important;
    border-radius: 8px !important;
    box-shadow: inset 0 0 18px rgba(56, 232, 255, .04) !important;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.am-form input:focus,
.am-form textarea:focus,
.am-form select:focus,
.form-control:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: var(--tech-cyan) !important;
    box-shadow: 0 0 0 3px rgba(56, 232, 255, .12), 0 0 24px rgba(56, 232, 255, .16) !important;
    background: rgba(5, 13, 22, .88) !important;
}

input::placeholder,
textarea::placeholder {
    color: rgba(159, 179, 199, .74) !important;
}

.am-btn,
.btn,
.sq-btn,
input[type="submit"],
button[type="submit"] {
    position: relative;
    overflow: hidden;
    color: #061018 !important;
    background: linear-gradient(135deg, var(--tech-cyan), var(--tech-green)) !important;
    border: 0 !important;
    border-radius: 8px !important;
    font-weight: 700;
    letter-spacing: .6px;
    box-shadow: 0 10px 30px rgba(56, 232, 255, .22) !important;
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.am-btn:before,
.btn:before,
.sq-btn:before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-120%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .5), transparent);
    transition: transform .45s ease;
}

.am-btn:hover,
.btn:hover,
.sq-btn:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
    transform: translateY(-1px);
    filter: saturate(1.1);
    box-shadow: 0 14px 36px rgba(56, 232, 255, .34) !important;
}

.am-btn:hover:before,
.btn:hover:before,
.sq-btn:hover:before {
    transform: translateX(120%);
}

.am-btn-default {
    color: rgba(238, 248, 255, .88) !important;
    background: rgba(255, 255, 255, .06) !important;
    border: 1px solid rgba(56, 232, 255, .26) !important;
}

.am-btn-success,
.am-btn-danger,
.am-btn-primary {
    color: #061018 !important;
}

.am-table,
table {
    color: var(--tech-text) !important;
    background: rgba(8, 13, 20, .42) !important;
    border-color: rgba(56, 232, 255, .18) !important;
}

.am-table > thead > tr > th,
.am-table > tbody > tr > td,
table th,
table td {
    border-color: rgba(56, 232, 255, .18) !important;
    background: transparent !important;
}

.am-table > thead > tr > th,
table th,
.eqa-bg,
.eqa-tit {
    color: #fff !important;
    background: linear-gradient(90deg, rgba(56, 232, 255, .16), rgba(244, 201, 107, .08)) !important;
}

.am-table > tbody > tr {
    transition: background .18s ease, transform .18s ease;
}

.am-table > tbody > tr:hover {
    background: rgba(56, 232, 255, .07) !important;
}

.sq-page a,
.sq-page span.current,
.pagination > li > a,
.pagination > li > span {
    color: rgba(238, 248, 255, .9) !important;
    background: rgba(255, 255, 255, .055) !important;
    border-color: rgba(56, 232, 255, .24) !important;
    border-radius: 8px !important;
}

.sq-page span.current,
.pagination > .active > span,
.pagination > .active > a {
    color: #061018 !important;
    background: linear-gradient(135deg, var(--tech-cyan), var(--tech-green)) !important;
}

.foot,
.am-footer-default {
    color: rgba(238, 248, 255, .62) !important;
    background: rgba(5, 8, 13, .92) !important;
    border-top: 1px solid rgba(56, 232, 255, .18);
}

.foot a,
.am-footer-default a {
    color: var(--tech-cyan) !important;
}

.am-header-default {
    height: 52px;
    background: rgba(5, 8, 13, .92) !important;
    border-bottom: 1px solid rgba(56, 232, 255, .22);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .36);
    backdrop-filter: blur(14px);
}

.sq-head-btn-color,
.am-header-default a,
.am-menu-toggle {
    color: var(--tech-cyan) !important;
}

.am-offcanvas-bar {
    background: rgba(7, 10, 15, .96) !important;
    border-right: 1px solid rgba(56, 232, 255, .22);
    box-shadow: 14px 0 34px rgba(0, 0, 0, .42);
}

.am-menu-nav a {
    color: rgba(238, 248, 255, .86) !important;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.am-menu-nav a:hover {
    color: #fff !important;
    background: rgba(56, 232, 255, .12) !important;
}

.am-container > .am-panel:first-child {
    margin-top: 12px;
}

.am-panel-bd img,
.swiper-slide img,
.sq-banner img,
.news-img img,
.case-img img,
.product-img img {
    border-radius: 8px !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .34);
}

.foot-ctrl {
    background: rgba(5, 8, 13, .94) !important;
    border-top: 1px solid rgba(56, 232, 255, .2);
    backdrop-filter: blur(14px);
}

.foot-nav a {
    color: rgba(238, 248, 255, .72) !important;
}

.foot-nav a.curr,
.foot-nav a:hover {
    color: var(--tech-cyan) !important;
    text-shadow: 0 0 12px rgba(56, 232, 255, .48);
}

.tech-reveal {
    opacity: 0;
    transform: translateY(12px);
}

.tech-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .45s ease, transform .45s ease;
}

.tech-mouse-glow {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 280px;
    height: 280px;
    pointer-events: none;
    opacity: .42;
    transform: translate3d(calc(var(--mx, 50vw) - 140px), calc(var(--my, 50vh) - 140px), 0);
    background: conic-gradient(from 120deg, transparent, rgba(56, 232, 255, .18), transparent, rgba(244, 201, 107, .1), transparent);
    filter: blur(28px);
    transition: transform .08s linear;
}

@media (max-width: 767px) {
    body {
        min-width: 0 !important;
        padding-bottom: 62px;
    }

    .sq-lay,
    .left,
    .right,
    .sq-card {
        width: auto !important;
        float: none !important;
    }

    .left {
        display: none;
    }

    .right,
    .sq-card,
    .am-panel {
        margin: 12px 10px !important;
        padding: 14px !important;
        min-height: 0;
    }

    .mianbao {
        display: none;
    }

    .am-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .am-btn,
    .btn,
    input[type="submit"] {
        min-height: 40px;
        white-space: normal;
    }

    .am-table,
    table {
        font-size: 12px;
    }

    .am-table-responsive,
    .sq-cont {
        overflow-x: auto;
    }

    .tech-mouse-glow {
        display: none;
    }
}

@media (min-width: 768px) {
    .right {
        position: relative;
    }

    .right:before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        border-radius: 8px;
        border: 1px solid transparent;
        background: linear-gradient(135deg, rgba(56, 232, 255, .22), transparent 32%, rgba(244, 201, 107, .18)) border-box;
        -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *:before,
    *:after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

/* High-traffic warranty and quote pages. */
.tab-baojia {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 0 18px 0 !important;
}

.tab-baojia a,
.tab-baojia a[style] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px !important;
    color: rgba(238, 248, 255, .86) !important;
    font-size: 14px !important;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(56, 232, 255, .22);
    border-radius: 8px;
}

.tab-baojia a.on,
.tab-baojia a:hover {
    color: #061018 !important;
    background: linear-gradient(135deg, var(--tech-cyan), var(--tech-green));
    box-shadow: 0 10px 24px rgba(56, 232, 255, .22);
}

.am-alert-secondary,
.am-panel-hd {
    color: #fff !important;
    background: linear-gradient(90deg, rgba(56, 232, 255, .18), rgba(101, 255, 188, .06)) !important;
    border-color: rgba(56, 232, 255, .18) !important;
}

.am-alert-secondary a,
.am-panel-hd a,
.am-alert-secondary a[style] {
    color: #fff !important;
}

.am-thumbnails {
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px;
}

.am-thumbnails:before,
.am-thumbnails:after {
    display: none !important;
}

.am-thumbnails > li {
    float: none !important;
    width: calc(25% - 12px) !important;
    padding: 12px !important;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(56, 232, 255, .16);
    border-radius: 8px;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.am-thumbnails > li:hover {
    transform: translateY(-3px);
    border-color: rgba(56, 232, 255, .45);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .3);
}

.am-thumbnail {
    width: 100%;
    border: 1px solid rgba(56, 232, 255, .18) !important;
    background: rgba(2, 7, 13, .42) !important;
}

.am-thumbnails > li a {
    color: rgba(238, 248, 255, .9) !important;
}

[data-am-sticky][style*="background:#fff"],
[data-am-sticky][style*="background: #fff"] {
    background: rgba(8, 13, 20, .9) !important;
    border: 1px solid rgba(56, 232, 255, .18);
    border-radius: 8px;
    padding: 12px;
    box-shadow: var(--tech-shadow);
}

#dqbj {
    color: var(--tech-gold) !important;
    text-shadow: 0 0 18px rgba(244, 201, 107, .38);
}

.abj .am-panel,
.bj .am-panel {
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.abj:hover .am-panel,
.bj:hover .am-panel {
    transform: translateX(4px);
    border-color: rgba(101, 255, 188, .48) !important;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .38), 0 0 24px rgba(101, 255, 188, .12) !important;
}

.abj img,
.bj img {
    max-width: 260px;
    height: auto;
    object-fit: contain;
}

.am-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.am-btn-group .am-btn {
    margin: 0 !important;
}

#post-form,
.am-form {
    max-width: 100%;
}

#post-form .am-form-group,
.am-form .am-form-group {
    margin-bottom: 16px;
}

.am-selected,
.am-selected-btn,
.am-selected-list,
.am-selected-status {
    color: var(--tech-text) !important;
}

.am-selected-btn {
    background: rgba(2, 7, 13, .62) !important;
    border-color: rgba(56, 232, 255, .25) !important;
    border-radius: 8px !important;
}

.am-selected-list {
    background: rgba(8, 13, 20, .98) !important;
    border-color: rgba(56, 232, 255, .22) !important;
}

.am-selected-list li:hover,
.am-selected-list li.am-checked {
    background: rgba(56, 232, 255, .15) !important;
}

.bcr,
.am-btn-danger.bcr,
.chanpin.am-btn-danger,
.buwei.am-btn-danger {
    color: #061018 !important;
    background: linear-gradient(135deg, var(--tech-gold), var(--tech-green)) !important;
    border-color: transparent !important;
}

.tech-quote-list,
.tech-quote-list.am-list,
.tech-quote-list.am-list-static,
.tech-quote-list.am-list-striped {
    margin: 0 !important;
    overflow: hidden;
    background: transparent !important;
    border: 1px solid rgba(56, 232, 255, .2) !important;
    border-radius: 8px !important;
}

.tech-quote-list > li,
.tech-quote-list.am-list-striped > li,
.tech-quote-list.am-list-striped > li:nth-of-type(odd),
.tech-quote-list.am-list-striped > li:nth-of-type(even) {
    position: relative;
    min-height: 58px;
    padding: 0 !important;
    color: rgba(238, 248, 255, .9) !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, .055), rgba(56, 232, 255, .035)) !important;
    border-color: rgba(56, 232, 255, .16) !important;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.tech-quote-list > li + li {
    border-top: 1px solid rgba(56, 232, 255, .16) !important;
}

.tech-quote-list > li:hover {
    background: linear-gradient(90deg, rgba(56, 232, 255, .16), rgba(101, 255, 188, .07)) !important;
    border-color: rgba(101, 255, 188, .34) !important;
}

.tech-quote-list > li a {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    color: rgba(238, 248, 255, .92) !important;
}

.tech-quote-list > li a:before,
.tech-quote-item .am-panel-bd:before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 12px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--tech-cyan);
    box-shadow: 0 0 14px rgba(56, 232, 255, .65);
}

.tech-quote-list > li span,
.tech-quote-list > li span[style] {
    color: rgba(238, 248, 255, .92) !important;
    background: transparent !important;
}

.tech-quote-item {
    margin-bottom: 12px !important;
}

.tech-quote-item .am-panel-bd {
    display: flex;
    align-items: center;
    min-height: 58px;
    color: rgba(238, 248, 255, .92) !important;
    background: linear-gradient(90deg, rgba(255, 255, 255, .055), rgba(56, 232, 255, .035)) !important;
}

.tech-quote-item:hover {
    border-color: rgba(101, 255, 188, .42) !important;
    transform: translateX(4px);
}

/* Product center. */
.tech-product-tabs {
    margin-bottom: 16px !important;
}

.tech-product-tabbar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 14px !important;
}

.tech-product-tabbar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 16px;
    color: rgba(238, 248, 255, .86) !important;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(56, 232, 255, .22);
    border-radius: 8px;
}

.tech-product-tabbar a:hover {
    color: #061018 !important;
    background: linear-gradient(135deg, var(--tech-cyan), var(--tech-green));
    box-shadow: 0 10px 24px rgba(56, 232, 255, .22);
}

.tech-product-grid,
ul.case.tech-product-grid,
.am-thumbnails.tech-product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0 !important;
    padding: 0 !important;
}

.tech-product-grid:before,
.tech-product-grid:after {
    display: none !important;
}

.tech-product-card,
.tech-product-grid > li.tech-product-card,
.case .tech-product-card {
    display: block !important;
    float: none !important;
    width: auto !important;
    min-width: 0;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(56, 232, 255, .035)) !important;
    border: 1px solid rgba(56, 232, 255, .18) !important;
    border-radius: 8px !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.tech-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(101, 255, 188, .45) !important;
    box-shadow: 0 20px 44px rgba(0, 0, 0, .34), 0 0 24px rgba(56, 232, 255, .1);
}

.tech-product-card a {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    color: rgba(238, 248, 255, .92) !important;
}

.tech-product-image {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: radial-gradient(circle at 50% 38%, rgba(56, 232, 255, .1), rgba(3, 8, 13, .62) 68%);
}

.tech-product-image img,
.tech-product-card img,
.case .tech-product-card img,
.am-thumbnails .tech-product-card img.am-thumbnail {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: cover;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transition: transform .28s ease;
}

.tech-product-card:hover .tech-product-image img {
    transform: scale(1.05);
}

.tech-product-title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px 12px;
    color: rgba(238, 248, 255, .95) !important;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
    background: rgba(4, 10, 16, .72);
    border-top: 1px solid rgba(56, 232, 255, .14);
}

/* Dialogs and success messages must stay readable on the dark theme. */
.layui-layer,
.layui-layer-page,
.layui-layer-dialog,
.layui-layer-fast,
.sweet-alert,
.swal2-popup {
    color: #eaf7ff !important;
    background: linear-gradient(145deg, rgba(13, 21, 31, .98), rgba(7, 12, 19, .96)) !important;
    border: 1px solid rgba(56, 232, 255, .28) !important;
    border-radius: 8px !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .52), 0 0 32px rgba(56, 232, 255, .12) !important;
}

.layui-layer-title,
.layui-layer-setwin a,
.layui-layer-content,
.layui-layer-content *,
.layui-layer-dialog .layui-layer-content,
.sweet-alert h2,
.sweet-alert p,
.swal2-title,
.swal2-content,
.swal2-html-container {
    color: #eaf7ff !important;
    background: transparent !important;
}

.layui-layer-title {
    border-bottom: 1px solid rgba(56, 232, 255, .2) !important;
}

.layui-layer-btn a,
.swal2-confirm,
.sweet-alert button.confirm {
    color: #061018 !important;
    background: linear-gradient(135deg, var(--tech-cyan), var(--tech-green)) !important;
    border: 0 !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 28px rgba(56, 232, 255, .24) !important;
}

.layui-layer-btn .layui-layer-btn1,
.swal2-cancel {
    color: rgba(238, 248, 255, .86) !important;
    background: rgba(255, 255, 255, .08) !important;
    border: 1px solid rgba(56, 232, 255, .24) !important;
}

#toast-container > div,
.toast {
    color: #eaf7ff !important;
    background: rgba(8, 13, 20, .96) !important;
    border: 1px solid rgba(56, 232, 255, .24) !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .42) !important;
}

/* PC news center list. */
.news-a {
    display: block;
    margin-bottom: 18px;
    color: rgba(238, 248, 255, .9) !important;
}

.news,
.right .sq-cont .news {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
    min-height: 156px;
    padding: 14px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, .06), rgba(56, 232, 255, .035)) !important;
    border: 1px solid rgba(56, 232, 255, .18);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.news:hover {
    transform: translateY(-3px);
    border-color: rgba(101, 255, 188, .42);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .34), 0 0 24px rgba(56, 232, 255, .1);
}

.news-left,
.news-right {
    float: none !important;
    width: auto !important;
}

.news-left {
    height: 156px;
    overflow: hidden;
    border-radius: 8px;
    background: radial-gradient(circle at 50% 38%, rgba(56, 232, 255, .1), rgba(3, 8, 13, .62) 68%);
}

.news-left img,
.news-left .am-img-responsive {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover;
    border-radius: 8px !important;
    box-shadow: none !important;
    transition: transform .28s ease;
}

.news:hover .news-left img {
    transform: scale(1.05);
}

.news-right {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 4px 8px 4px 0;
}

.news-tit,
.right .sq-cont .news-tit {
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin-bottom: 12px;
    color: #fff !important;
    background: transparent !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    text-align: left !important;
    overflow: visible !important;
}

.news-tit:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--tech-cyan);
    box-shadow: 0 0 14px rgba(56, 232, 255, .65);
    vertical-align: 2px;
}

.news-abs,
.right .sq-cont .news-abs {
    width: auto !important;
    height: auto !important;
    min-height: 54px;
    max-height: 82px;
    padding: 0 !important;
    color: rgba(238, 248, 255, .68) !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 14px !important;
    line-height: 1.75 !important;
    text-align: left;
    overflow: hidden;
}

.news-abs:empty {
    display: none;
}

.news .sq-clear {
    display: none !important;
}

@media (max-width: 1199px) {
    .tech-product-grid,
    ul.case.tech-product-grid,
    .am-thumbnails.tech-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .tech-product-tabbar {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 12px !important;
        scrollbar-width: none;
    }

    .tech-product-tabbar::-webkit-scrollbar {
        display: none;
    }

    .tech-product-tabbar a {
        flex: 0 0 auto;
        min-height: 34px;
        padding: 0 13px;
        font-size: 12px;
        white-space: nowrap;
    }

    .tech-product-grid,
    ul.case.tech-product-grid,
    .am-thumbnails.tech-product-grid,
    .am-thumbnails.tech-product-grid-mobile {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .am-thumbnails.tech-product-grid > li.tech-product-card,
    .am-thumbnails.tech-product-grid-mobile > li.tech-product-card {
        width: auto !important;
        padding: 0 !important;
    }

    .tech-product-title {
        min-height: 44px;
        padding: 8px 9px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .tab-baojia {
        gap: 8px;
        margin: 10px 0;
    }

    .tab-baojia a {
        flex: 1 1 calc(50% - 8px);
        min-width: 126px;
        font-size: 12px !important;
    }

    .am-thumbnails {
        gap: 10px;
    }

    .am-thumbnails > li {
        width: calc(50% - 5px) !important;
        padding: 8px !important;
    }

    .abj table,
    .bj table,
    .abj tbody,
    .bj tbody,
    .abj tr,
    .bj tr,
    .abj td,
    .bj td {
        display: block;
        width: 100% !important;
        text-align: center !important;
    }

    .abj img,
    .bj img {
        max-width: 82%;
        margin: 8px auto;
    }

    #dqbj {
        font-size: 2.1rem !important;
    }

    .news-cont,
    .am-article-bd {
        padding: 14px !important;
    }

    .news-cont p,
    .am-article-bd p,
    .article-content p,
    .sq-article-detail p {
        font-size: 14px !important;
        line-height: 1.85 !important;
    }
}
