@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
/* variable */
:root {
    --base-color: #e67e22;
    --alt-font: 'Plus Jakarta Sans', serif;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
    --very-light-gray: #f9f5f3;
    --medium-gray: #828282;
}
.top-55 {
    top: 55%;
}
section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.swal2-container {
    z-index: 90000;
}

/* bg transparent */
.bg-gradient-bottom-dark-transparent {
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,0.90) 80%);*/
    /*background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%,rgba(0,0,0,0.90) 80%);*/
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.90) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a8000000',GradientType=0 );
}
.bg-gradient-bottom-very-light-gray {
    background-image:linear-gradient(to top, #ffffff, #ffffff, #ffffff, #ffffff, #f9f5f3);
}
.bg-gradient-black-green {
    background-image: linear-gradient(to right top, #1f2021, #1b1d1c, #1b1d1c, #222523, #333c37);
}
.bg-nero {
    background-color: #1c1c1c;
}
/* btn */
.btn {
    letter-spacing: normal;
    font-family: var(--primary-font);
}
.categories-btn {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 18px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
/* video icon */
.video-icon-medium .video-icon {
    font-size: 15px;
}
/* contact form */
.terms-condition .box {
    padding-left: 25px;
}
.terms-condition .box:before {
    width: 15px;
    height: 15px;
    background-color: var(--white);
    border: 1px solid #e4e4e4;
    top: 0;
    left: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.terms-condition .box:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 8px;
}
/* box layout */
.box-layout {
    padding: 0 60px;
}
/* header */
header .navbar-brand img {
    max-height: 35px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
}
.header-push-button {
    padding-left: 0;
    padding-right: 20px;
}
.push-menu {
    left: -100%;
}
.show-menu .push-menu {
    left: 0;
}
.menu-item-list li {
    border-bottom: 1px solid var(--extra-medium-gray);
}
.menu-item-list li:last-child {
    border-bottom: none;
}
.menu-item-list .nav-link {
    color: var(--dark-gray);
    font-size: 32px;
    padding: 13px 0;
}
.menu-item-list .nav-link:hover{
    color: var(--dark-gray);
    padding: 13px 10px;
}
.push-menu .close-menu {
    right: 30px;
    top: 30px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
}
.social-icon-style-10 .default-color a {
    color: var(--dark-gray) !important;
}
/* newsletter style 04 */
.newsletter-style-04 input {
    padding-right: 100px !important;
}
/* footer */
footer .btn.alt-font, header .btn.alt-font {
    font-family: var(--alt-font);
}
footer .newsletter-style-02 input {
    padding-right: 130px;
}
footer .elements-social.social-icon-style-02 li {
    margin: 0 30px 0 0;
}
@media (max-width: 1600px){
    section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}
@media (max-width: 1199px){
    .navbar .navbar-nav .nav-link {
        font-size: 13px;
    }
    .box-layout {
        padding: 0 50px;
    }
}
@media (max-width: 991px){
    section {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .box-layout {
        padding: 0 30px;
    }
}
@media (max-width: 767px){
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .box-layout {
        padding: 0 15px;
    }
    .interactive-banner-style-09 img {
        height: 350px;
        width: 100%;
        object-fit: cover;
        background-position: center center;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1536px;
    }
}

header .navbar-brand img {
    height: 72px;
    max-height: 72px;
}

header .navbar-brand {
    padding: 15px 0;
}

.border-top-color-red {
    border-top-color:var(--base-color) !important;
}
.border-bottom-color-gray {
    border-bottom-color: var(--light-medium-gray) !important;
}

.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item:hover .nav-link {
    opacity: 1;
    color:var(--base-color) !important;
}

.btn-clip-path {
    cursor:pointer;
    clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));
}

.navbar .navbar-nav .nav-link {
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active:hover > a{
    background-color: var(--very-light-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a p{
    line-height: 22px;
    margin-bottom:0;
    margin-left:30px;
    font-size:12px;
    color: var(--light-gray);
}

.hero-section {
    padding: 60px 30px;
}
.hero-title .text-black {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.1;
}
.hero-title .text-orange {
    color: #e67e22;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.1;
}
.hero-subtitle {
    font-size: 1.1rem;
    color: #333;
    max-width: 500px;
}
.spec-tags {
    margin: 30px 0;
}
.spec-tag {
    display: inline-block;
    padding: 3px 6px;
    margin-right: 8px;
    font-size: 0.9rem;
    color: oklch(52% .17 45);
    letter-spacing: .05em;
    background: #cf55001a;
    background: oklch(60% .18 45/.1);
    border-radius: 2px;
    border:1px solid #ccc;
}


.top-bar-text {
    font-size: 0.9rem;
    color: #e67e22;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.fs-3px{
    font-size: 5px !important;
}

.icon-with-text-style-10 .feature-box-icon::before {
    background: none !important;
}


.table-no-border tr td {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    padding: 12px 8px;
}
.table-no-border {
    border: none !important;
}

.product-section {
    padding: 60px 20px;
    background-color: #fff;
}
.section-subtitle {
    color: #d35400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    margin-bottom: 10px;
}
.section-title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 0;
    color: #000;
}
.section-title .text-orange {
    color: #d35400;
}
.product-card {
    border: 1px solid #e0e0e0;
    padding: 20px;
    height: 100%;
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    line-height: 1rem;
}
.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
    color:#000;
}
.card-subtitle {
    color: #666;
    font-size: 0.8rem;
    letter-spacing: 1px;
}
.cert-badge {
    padding: 6px 14px;
    border: 1px solid;
    font-size: 0.85rem;
    letter-spacing: 1px;
}
.cert-badge.blue {
    color: #2b7cd3;
    border-color: #2b7cd3;
}
.cert-badge.red {
    color: #d35400;
    border-color: #d35400;
}
.divider {
    height: 2px;
    margin-bottom: 30px;
}
.divider.blue {
    background-color: #2b7cd3;
    opacity: 0.2;
}
.divider.red {
    background-color: #d35400;
    opacity: 0.2;
}
.card-desc {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 30px;
}
.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    margin-bottom: 30px;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.95rem;
    color: #444;
}
.feature-item.dp .bi-check {
    color: #2b7cd3;
}
.feature-item.hdmi .bi-check {
    color: #d35400;
}
.view-specs-btn {
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.view-specs-btn.dp {
    color: #2b7cd3;
}
.view-specs-btn.hdmi {
    color: #d35400;
}
/* 响应式适配 */
@media (max-width: 768px) {
    .section-title {
        font-size: 2.2rem;
    }
    .features-grid {
        grid-template-columns: 1fr;
    }
}


.view-all-link {
    color: #e67e22;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.view-all-link:hover {
    color: #d35400;
    text-decoration: underline;
}
.product-card {
    border: 1px solid #e0e0e0;
    border-radius: 0; /* 直角卡片 */
    height: 100%;
    transition: transform 0.2s ease;
}

.badge-container {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
}
.badge-new {
    background-color: #e67e22;
    color: white;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 0;
}

.product-img {
    width: 100%;
    object-fit: contain;
    padding: 20px;
    background-color: #fff;
}
.product-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 5px;
}
.product-desc {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 15px;
}
.details-link {
    color: #e67e22;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.details-link:hover {
    color: #d35400;
    text-decoration: underline;
}

.why-choose-section {
    padding: 60px 0;
    background-color: #fff;
}


.feature-item {
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-bottom: 18px;
    display: flex;
    gap: 15px;
}
.feature-icon {
    width: 40px;
    height: 40px;
    background-color: #f9e6d3;
    color: #e67e22;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.feature-content {
    flex: 1;
}
.feature-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.feature-tag {
    background-color: #f9e6d3;
    color: #e67e22;
    font-size: 0.55rem;
    padding: 0 5px;
    border-radius: 2px;
}
.feature-desc {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    margin-bottom: 0;
}


.manufacturing-section {
    padding: 60px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 35px;
    max-width: 600px;
}
.stat-card {
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    background-color: #f9f9f9;
}
.stat-number {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d35400;
    margin-bottom: 5px;
}
.stat-label {
    font-size: 0.95rem;
    color: #666;
}


.cta-section {
    background-color: #d35400; /* 橙色背景 */
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}
.cta-subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    margin-bottom: 15px;
    opacity: 0.9;
}
.cta-title {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}
.cta-desc {
    font-size: 1rem;
    max-width: 500px;
    margin: 0 auto;
    opacity: 0.9;
    line-height: 1.6;
}

.cta-features {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.75rem;
    opacity: 0.9;
}
.cta-feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media (max-width: 768px) {
    .cta-title {
        font-size: 2.2rem;
    }
    .cta-desc {
        font-size: 1rem;
    }
}

footer .footer-logo img {
    max-height: 60px;
}



.other-title .text-black {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
}
.other-title .text-orange {
    color: #e67e22;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
}
.other-subtitle {
    font-size: 1.1rem;
    color: #333;
}
.other-hero-section {
    padding: 30px;
}

.filter-section {
    background-color: #f5f5f3;
    padding: 20px 10px;
    border: 1px solid #e0e0e0;
}

.filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.filter-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 900;
    color: #222;
}
.filter-title i {
    color: #d35400;
    font-size: 1rem;
}
.sort-area {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.1rem;
    color: #666;
}

.category-tabs {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.category-tab {
    padding: 5px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #222;
    font-size: .75rem;
    font-weight: 400;
    border-radius: 0;
    white-space: nowrap;
}
.category-tab.active {
    background-color: #d35400;
    color: #fff;
    border-color: #d35400;
}
.category-tab:hover:not(.active) {
    background-color: #f8f8f8;
}
@media (max-width: 768px) {
    .filter-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .filter-title {
        font-size: 1.8rem;
    }
    .category-tab {
        padding: 10px 20px;
        font-size: 1rem;
    }
}


.cert-section {
    padding: 40px 20px;
}
.cert-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 30px;
}
.cert-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.cert-icon {
    width: 42px;
    height: 42px;
    border: 1px solid #2b7cd3;
    background-color: #e8f0f8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2b7cd3;
    font-size: 1.5rem;
}
.cert-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.cert-tag {
    border: 1px solid #2b7cd3;
    color: #2b7cd3;
    padding: 0 8px;
    font-size: 0.55rem;
    letter-spacing: 1px;
    background: color-mix(in oklch, oklch(0.55 0.16 260) 10%, transparent);
}
.cert-title {
    font-size: 1.8rem;
    color:var(--black);
    font-weight: 800;
    line-height: 1.8rem;
    margin-bottom: 10px;
}
.cert-subtitle {
    color: #666;
    font-size: 1rem;
}

.cert-divider {
    border-top: 1px solid #ccc;
    margin: 15px 0;
}
.cert-desc {
    color: oklch(0.65 0.008 70);
    font-size: 0.875rem;
    line-height: 1.85;
    margin-bottom: 1.25rem;
}
.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0;
}
.info-box {
    background: oklch(0.95 0.006 80);
    border: 1px solid oklch(0.88 0.005 80);
    padding: 0 0.875rem;
}
.info-label {
    font-size: 12px;
    line-height:12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: oklch(0.6 0.18 45);
    margin-top:10px;
    padding:0;
}
.info-value {
    font-size: 0.8rem;
    color: oklch(0.25 0.008 280);
    margin-bottom:10px;
    padding:0;
}
.key-points {
    border-left: 1px solid #ccc;
    padding-left: 25px;
}
.key-points-title {
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: oklch(0.55 0.16 260);
    margin-bottom: 0.75rem;
}
.key-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    color: oklch(0.65 0.008 70);
    line-height: 1.5;
}
.key-item i {
    color: #2b7cd3;
}
.applies-to {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #ccc;
}
.applies-label {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: oklch(0.5 0.008 70);
    margin-bottom:0;
}
.applies-tag {
    font-size: 0.6rem;
    letter-spacing: 0.06em;
    color: oklch(0.45 0.008 70);
    background: oklch(0.93 0.005 80);
    border: 1px solid oklch(0.85 0.005 80);
    padding: 0.2rem 0.5rem;
}
@media (max-width: 768px) {
    .cert-header {
        flex-direction: column;
        gap: 20px;
    }
    .cert-title {
        font-size: 1.8rem;
    }
    .info-grid {
        grid-template-columns: 1fr;
    }
    .key-points {
        border-left: none;
        padding-left: 0;
        margin-top: 30px;
    }
}

.btn.cert-custom-color {
    background-color: transparent;
    border-color: #2b7cd3;
    color:  #2b7cd3;
}

.icon-with-text-style-10:hover .feature-box-icon i {
    color: var(--black);
}


.service-card {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 35px 30px;
    height: 100%; /* 确保卡片高度一致 */
    transition: transform 0.2s ease;
}
.service-hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0; /* 直角边框 */
    margin-bottom: 20px;
}
.icon-oem { background-color: #f9e6d3; color: #d35400; }
.icon-odm { background-color: #e6f5ef; color: #27ae60; }
.icon-pack { background-color: #e6f0fb; color: #2b7cd3; }
.icon-cert { background-color: #f9e6e6; color: #e04e40; }

.service-subtitle {
    color: #d35400;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.service-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}
.service-desc {
    font-size: 0.875rem;
    color: oklch(0.45 0.008 70);
    line-height: 1.75;
}


@media (min-width: 992px) {
    .w-lg-50-custom {
        width: 50% !important;
    }
}

.news-img {
    width: 100%;
    object-fit: contain;
    padding: 15px;
    background-color: #fff;
}


.confidentiality-section {
    color: #fff;
}
.confidentiality-section .shield-icon {
    width: 60px;
    height: 60px;
    background-color: #3a2618;
    border: 1px solid #d35400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #d35400;
    font-size: 1.5rem;
}
.confidentiality-section .section-subtitle {
    color: #d35400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 0;
}
.confidentiality-section .section-title {
    font-size: 2.2rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
}

.confidentiality-section .section-desc {
    color: #a0a0a0;
    font-size: 0.95rem;
    color: oklch(0.6 0.008 70);
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto 40px;
    text-align: center;
}
.confidentiality-section .feature-card {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    padding: 25px 20px;
    height: 100%;
}
.confidentiality-section .feature-icon {
    color: #d35400;
    font-size: 1.2rem;
    margin-bottom: 0;
}
.confidentiality-section .feature-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0;
}
.confidentiality-section .feature-desc {
    color: #a0a0a0;
    font-size: 0.85rem;
    line-height: 1.2;
}
/* 响应式适配 */
@media (max-width: 768px) {
    .confidentiality-section .section-title {
        font-size: 2rem;
    }
    .confidentiality-section .feature-card {
        margin-bottom: 15px;
    }
}


.customization-section {
    padding:0;
}

.customization-section .custom-card {
    background-color: #f6f4ef;
    border: 1px solid #e0e0e0;
    padding: 10px 20px 20px 20px;
    height: 100%;
}
.customization-section .custom-card-title {
    font-weight: 800;
    font-size: 1.1rem;
    color: oklch(0.6 0.18 45);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.customization-section .custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.customization-section .custom-list li {
    color: #555;
    font-size: 0.85rem;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.customization-section .custom-list li::before {
    content: "•";
    color: #d35400;
    font-weight: bold;
}
.customization-section .available-section {
    background-color: #f6f4ef;
    border: 1px solid #e0e0e0;
    padding: 25px;
    margin-top: 30px;
}
.customization-section .available-label {
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: oklch(0.55 0.008 70);
    margin-bottom: 1rem;
}
.customization-section  .product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.customization-section  .product-tag {
    padding: 0.35rem 0.875rem;
    border: 1px solid;
    font-size: 0.75rem;
    border-radius: 0;
}
.customization-section  .tag-dp { border-color: #2b7cd3; color: #2b7cd3; }
.customization-section .tag-hdmi { border-color: #d35400; color: #d35400; }
.customization-section .tag-usb { border-color: #27ae60; color: #27ae60; }
.customization-section .tag-network { border-color: #c95a5a; color: #c95a5a; }
.customization-section .tag-hybrid { border-color: #9b7cd3; color: #9b7cd3; }

/* 响应式适配 */
@media (max-width: 992px) {
    .customization-section .section-title {
        font-size: 2.2rem;
    }
}
@media (max-width: 768px) {
    .customization-section .section-title {
        font-size: 1.8rem;
    }
    .customization-section .custom-card {
        margin-bottom: 15px;
    }
}


.metric-card {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    padding: 3rem 1rem;
    text-align: center;
    height: 100%;
}
.metric-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #d35400; /* 橙色数字 */
    line-height: 1.1;
}
.metric-unit {
    font-size: 1rem;
    color: #666666;
    font-weight: 500;
}
.metric-label {
    font-size: 1rem;
    color: #666666;
    margin-top: 0.8rem;
}
.product-oem .custom-list li::before {
    content: "•";
    color: #d35400;
    font-weight: bold;
}
.product-oem .custom-list li {
    color: #555;
    font-size: 0.85rem;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
}


.product-detail-section .feature-card {
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 1.5rem;
}
.product-detail-section .section-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.product-detail-section .list-item {
    border: none;
    padding: 0.2rem 0;
    color: #495057;
}
.product-detail-section .length-badge {
    background-color: #f8f9fa;
    color: #d35400; /* 橙色匹配原图 */
    border: 1px solid #d35400;
    margin: 0.2rem;
    font-weight: 500;
}


/* bg gradient color */
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-blue-whale-transparent {
    background: -webkit-linear-gradient(right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-light-transparent {
    background: -webkit-linear-gradient(right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-white {
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
}
.bg-gradient-base-color-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(60 47 192)), to(transparent));
    background-image: linear-gradient(to top, rgba(60, 47, 192, .8) 0%, transparent 100%);
}
.bg-gradient-regal-blue-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(22 35 64)), to(transparent));
    background-image: linear-gradient(to top, rgb(22 35 64) 0%, transparent 100%);
}
.bg-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
}
.bg-gradient-base-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 32, 44, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(22, 32, 44, .9) 8%, transparent 80%);
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #162340), to(transparent));
    background: linear-gradient(to top, #162340 7%, transparent 70%);
}
.bg-regal-blue {
    background-color: #162340;
}
.bg-blue-whale {
    background-color: #16233F;
}


.social-icon-style-03 ul li a.whatsapp {
    background-color: #2b7cd3 !important;
}

.scroll-progress .elements-social ul li {
    display: block;
}
.scroll-progress .extra-large-icon li{margin:0}
.social-icon-style-03 ul li a {
    color: var(--black);
    border-radius: 100%;
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.social-icon-style-03 ul li a:hover {
    color: var(--black) !important;
    background-color: var(--white) !important;
    box-shadow: 0 0 30px rgba(23, 23, 23, 0.25);
    transform: translate3d(0, -3px, 0);
}

.social-icon-style-03 ul li a.scroll {
    background:none !important;
}


.product-detail-container{
    padding: 30px;
}

#product_detail_quote.contact-form-style-01 input, #product_detail_quote.contact-form-style-01 select, #product_detail_quote.contact-form-style-01 textarea {
    padding-left: 20px;
}

@media (min-width: 1200px) {
    .product-detail-container{
        max-width: 1280px !important;
    }
}
@media (min-width: 1400px) {
    #product_detail_quote.container {
        max-width: 800px!important;
    }
}
