body {
    background-color: white;
}

a {
    text-decoration: none;
    color: var(--eh-secondary-900);
}

    a:hover {
        color: var(--eh-primary-600);
    }

ul {
    padding: 0;
}

    ul > li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

.eh-bg-primary {
    background-color: var(--eh-primary-600);
    color: #fff;
}

.eh-bg-secondary {
    background-color: var(--eh-secondary-900);
    color: #fff;
}

.round-box {
    border-radius: 5%;
    overflow: hidden;
}

.dark-bg {
    background-color: var(--eh-secondary-900);
}

.primary-bg {
    background-color: var(--eh-primary-600);
}

a:hover {
    /* color: var(--eh-secondary-950); */
}

.top-bar .lang-select a:not(:last-child) {
    border-right: 1px solid #999;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
}

.lang-select a {
    color: white;
}

/* 三明治按钮 (汉堡菜单图标) */
.sandwich-button {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 35px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    transition: all 0.3s ease;
    position: relative;
}

/* 三条线（汉堡菜单的三条线） */
.sandwich-button__line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #666;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.carousel-caption {
    background-color: rgba(0,0,0,0.6);
    border-radius: 1rem;
    font-size: 1.2rem;
}


.more-box {
    border-bottom: 0.2rem solid var(--eh-primary-600);
    display: inline-block;
}

.pageHeader {
    z-index: 10;
}

.topbar {
    /* background-color: var(--eh-secondary-900); */
    color: white;
}

.topbar-container {
    padding: 3px 0;
}


.lang-select a {
    font-size: 0.9rem;
    padding: 0.2rem 0.4rem;
    text-decoration: none;
    border-radius: 3px;
}

.lang-select .current {
    background-color: var(--eh-primary-600);
    color: var(--eh-secondary-50);
}

.navbar {
    background-color: white;
    border-bottom: 1px solid var(--eh-neutral-100);
}

.nav-brand {
    display: inline-block;
    max-height: 100px;
    max-width: 80%;
}

/* Logo */
.logo img {
    max-height: 100px;
}

.logo-sm img {
    max-height: 60px;
}

.isFixed {
    position: fixed;
    z-index: 12;
    width: 100%;
    top: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.pop-nav-menu {
    display: none;
    z-index: 11;
    border-top: 1px solid #ccc;
}

.pop-nav-item:hover .pop-nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: block;
    background: rgba(250, 250, 250, 0.8);
}

.pop-nav-menu-container {
    background: rgba(255, 255, 255, 1);
}

.product-cat-item {
    margin: 0.5rem;
    text-align: center;
    display: block;
    background: #fff;
    border-radius: 5px;
}

.pop-nav-menu .product-cat-item {
    width: calc(100% / 7);
}

.product-cat-item__inner {
    position: relative;
    overflow: hidden;
    padding-bottom: 0.5rem;
}

    .product-cat-item__inner img {
        transition: all 0.4s ease;
        z-index: 1;
    }

.product-cat-item__name {
    margin-top: 5px;
    border-inline-start: 10px solid var(--eh-primary-600);
    z-index: 2;
    display: inline-block;
    position: relative;
    background-color: var(--eh-secondary-900);
    color: var(--eh-secondary-50);
    padding: 0.2rem 1rem;
    border-radius: 5px;
    transition: all 0.2s ease;
    margin-bottom: 0.5rem;
}

.product-cat-item__inner:hover .product-cat-item__name {
    background-color: var(--eh-primary-600);
    color: var(--eh-secondary-50);
}

.product-cat-item__desc {
    color: var(--eh-secondary-700);
    padding: 0 0.5rem;
    font-size: small;
    z-index: 5;
    position: relative;
}

.product-cat-item__info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    position: absolute;
    padding: 1rem;
    font-size: 0.9rem;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(1.1);
    transition: all 0.2s ease;
    overflow: hidden;
    opacity: 0;
    border-radius: 5px;
}

.product-cat-item__inner:hover .product-cat-item__info {
    background-color: var(--eh-secondary-900);
    transform: scale(1);
    opacity: 0.8;
    color: var(--eh-secondary-100);
}

.product-cat-item__inner:hover .product-cat-item__desc {
    color: var(--eh-secondary-50)
}

.product-cat-item__title a {
    color: var(--eh-secondary-500);
}

.product-cat-item__inner:hover img {
    transform: scale(0.9);
}

.navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    text-align: center;
}

.x-nav-link {
    color: var(--eh-secondary-900);
    font-size: 1.3rem;
    padding: 0 10px;
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.nav-item.current .x-nav-link,
.nav-item:hover .x-nav-link {
    color: var(--eh-primary-600);
}

.x-nav-link::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 0;
    background: var(--eh-primary-600);
    transition: width 0.3s ease;
}

.nav-item.current .x-nav-link:after,
.nav-item:hover .x-nav-link:after {
    width: 100%;
}

#offcanvasMenu {
    background-color: var(--eh-secondary-800);
    color: var(--eh-secondary-50);
    opacity: 0.95;
}

    #offcanvasMenu a {
        color: var(--eh-secondary-50);
        ;
    }

.offcanvas-start,
.offcanvas-end {
    width: 80vw;
}

.offsetCanvasMenu-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: var(--eh-primary-600);
}

.offcanvas-section:not(:first-of-type) {
    margin-top: 1.5rem;
}

.offsetCanvasMenu-nav {
    flex: 1;
    flex-wrap: wrap;
}

    .offsetCanvasMenu-nav a {
        margin: 0.5rem 0.2rem;
        font-size: 1.1rem;
        word-break: keep-all;
        color: var(--eh-secondary-50);
    }

.offsetCanvasMenu-product__series {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 0.5rem;
    grid-column-gap: 0.5rem;
}

.offsetCanvasMenu-product__series_item {
    text-align: center;
}

    .offsetCanvasMenu-product__series_item a {
        color: var(--eh-secondary-50);
    }

    .offsetCanvasMenu-product__series_item img {
        border-radius: 5px;
    }

.offsetCanvasMenu-product__series a {
    font-size: 0.8rem;
}

.offsetCanvasMenu-product__series img {
    max-width: 100%;
}

.offsetCanvasMenu-contacts {
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    padding-block-start: 0;
}

    .offsetCanvasMenu-contacts li:first-child {
        font-size: 1.2rem;
        font-weight: bold;
    }

    .offsetCanvasMenu-contacts li:not(:first-of-type) {
        font-size: 0.9rem;
        margin: 0.5rem 0;
    }



.section-header {
    border-radius: 5%;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.section-header__bg {
    display: inline-block;
    padding: 0.2rem 0.5rem;
    color: white;
}

.section-header__title {
    font-weight: bold;
    color: white;
    background-color: var(--eh-primary-600);
    padding: 0.2rem 0.5rem;
    font-size: 1.3rem;
    display: inline-block;
}

.content-header {
    border-inline-start: 0.5rem solid var(--eh-primary-600);
    font-size: 1.2rem;
    font-weight: bold;
}

.company-profile-wrap {
    text-align: center;
    padding: 0.5rem;
}

    .company-profile-wrap:not(:last-child) > .company-profile-item {
        border-inline-end: 1px solid #999;
    }

.company-profile-item.no-border {
    border: 0px !important;
}

.company-profile_content {
    /* color: var(--eh-primary-600); */
    color: var(--eh-secondary-900);
    font-size: 2rem;
    font-weight: bold;
}

    .company-profile_content.light {
        color: #fff;
    }


.company-profile_name {
    background-color: var(--eh-primary-600);
    display: inline-block;
    color: white;
    padding: 0.2rem 1rem;
}



.about-us__cover {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

    .about-us__cover img {
        object-fit: cover;
        height: 100%;
    }

    .about-us__cover::before {
        content: "";
        display: block;
        position: absolute;
        background-color: var(--eh-primary-600);
        width: 80%;
        height: 90%;
        top: -3%;
        left: -1.5%;
        z-index: -1;
    }

.about-us__wrap {
    position: relative;
    border-top-right-radius: 15%;
}

    .about-us__wrap::after {
        content: "";
        display: block;
        position: absolute;
        background-color: var(--eh-primary-600);
        width: 80%;
        height: 90%;
        bottom: -7%;
        right: -3%;
        z-index: -1;
    }

.about-us_content {
    line-height: 2rem;
    padding: 1rem 2rem;
    color: var(--eh-secondary-50);
    white-space: pre-wrap;
}

.section-light-bg {
    background-color: #eee;
}



.hot-cat-item {
    background-color: #fff;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 5px solid var(--eh-primary-600) !important;
}

.product-item-box {
    overflow: hidden;
    transition: 0.3s;
}

    .product-item-box:hover {
        border-radius: 5px;
        box-shadow: var(--eh-secondary-200) 5px 5px 10px;
        transform: translateY(-3px);
    }

    .product-item-box img {
        transform: scale(1);
        transition: 0.3s;
    }

    .product-item-box:hover img {
        transform: scale(1.05);
    }

.hot-cat-item__cover {
    width: 100%;
}


.aside-pad {
    margin-top: 2rem;
    border: 1px solid var(--eh-primary-600);
    display: inline-block;
    width: 100%;
}

.aside-pad__title {
    background-color: var(--eh-primary-600);
    padding: 1.5rem 1rem;
    text-align: center;
    color: white;
    font-size: 1.1rem;
    font-weight: bold;
}

.aside-pad__title-text::before,
.aside-pad__title-text::after {
    content: "";
    width: 2rem;
    height: 3px;
    border-bottom: 2px solid white;
    display: inline-block;
    margin: 0 0.5rem;
    position: relative;
    bottom: 0.3rem;
}

.aside-pad__title-sub {
    font-size: 0.8rem;
    font-weight: normal;
}

.aside-pad__list > ul {
    padding: 0 5px;
}

    .aside-pad__list > ul > li {
        padding: 0.5rem;
        border-bottom: 1px dashed #ccc;
        text-align: center;
        font-size: 1.2rem;
    }

        .aside-pad__list > ul > li.current a {
            color: var(--eh-primary-600) !important;
            border-bottom: 3px solid var(--eh-primary-600);
            /*padding-inline-start:0.5rem;*/
        }

.aside-pad__footer {
    background-color: var(--eh-secondary-900);
    color: #fff;
}

.parallax {
    position: relative;
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
    background-size: cover;
}

    .parallax::before {
        content: "";
        background-color: var(--eh-primary-900);
        opacity: 0.9;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 0;
    }

@media (min-width: 0) {
    .company-spirit-section {
        padding: 3rem 0;
        border-inline-start: 2rem solid var(--eh-primary-600);
    }
}

@media (min-width: 768px) {
    .company-spirit-section {
        padding: 5rem 0;
        border-inline-start: 200px solid var(--eh-primary-600);
    }
}


.company-spirit__wrap {
    position: relative;
    color: #fff;
    z-index: 2;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.company-spirit {
    text-align: center;
    opacity: 0.9;
}

.company-spirit__name {
}


.hot-product-item {
    background-color: #fff;
}

.hot-product__name {
    color: var(--eh-secondary-900);
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.company-news-item__submary {
    font-size: 0.9rem;
    line-height: 1.3rem;
    max-height: calc(1.3rem * 4);
    color: var(--eh-secondary-500);
    overflow: hidden;
}

.slick-slide.company-news-item img {
    height: 250px;
    max-height: 250px;
    overflow: hidden;
}


.footer {
    background-color: var(--eh-secondary-900);
    padding-top: 1rem;
    border-top: 5px solid var(--eh-primary-500);
    box-sizing: border-box;
}

    .footer a {
        color: var(--eh-secondary-50);
    }

.footer__company-name {
    background-color: var(--eh-secondary-50);
    color: var(--eh-primary-600);
    border-radius: 5px;
    display: inline-block;
    padding: 0.2rem 1rem;
    margin-bottom: 0.5rem;
}

.footer__qrcodes img {
    max-width: 150px;
    margin: 0.5rem;
}

.footer__copy-right {
    padding: 0.5rem 0;
    font-size: 0.8rem;
    background-color: #000;
}

    .footer__copy-right div {
        margin: 0 0.5rem;
    }


.side-contact-pad {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: flex-start;
    color: white;
}



.side-contact-pad__title {
    padding: 1rem 0.3rem;
    letter-spacing: 0.3rem;
    writing-mode: vertical-lr;
    background-color: var(--eh-primary-600);
    border-radius: 5px;
}

.side-contact-pad .side-contact-pad__body {
    width: 300px;
    background-color: rgba(50, 50, 50, 0.9);
    transition: 0.3s;
    opacity: 0;
    overflow: hidden;
    color: #fff;
    overflow: hidden;
    position: absolute;
    left: -300px;
    border-radius: 5px;
    z-index: 2;
    box-shadow: 2px 2px 5px #666;
}

.side-contact-pad:hover .side-contact-pad__body {
    opacity: 1;
    left: 0;
}

.side-contact-pad__item-title {
    background-color: var(--eh-primary-600);
    display: inline-block;
    padding: 0 0.5rem;
    border-radius: 10%;
    color: #fff;
}

.side-contact-pad.right {
    right: 0 !important;
    left: unset;
}

    .side-contact-pad.right .side-contact-pad__body {
        right: -300px !important;
        left: unset;
    }



.side-contact-pad:hover.right .side-contact-pad__body {
    right: 0 !important;
    left: unset;
}


.slider-nav-thumbnails .slick-slide {
    border: 2px solid #999;
    opacity: 0.4;
    margin: 0.2rem;
}


    .slider-nav-thumbnails .slick-slide.slick-current {
        opacity: 1;
        border: 2px solid var(--eh-primary-600)
    }

.slide-vertical.slick-prev,
.slide-vertical.slick-next {
    position: static;
    background-color: #eee !important;
    border: 1px solid #ddd;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}


.slide-horizontal.slick-prev,
.slide-horizontal.slick-next {
    position: absolute;
    background-color: #eee !important;
    border: 1px solid #ddd;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    top: 0;
}

.slide-horizontal.slick-prev {
    left: -2rem;
}

.slide-horizontal.slick-next {
    right: -2rem;
}


.company-news .slick-prev,
.company-news .slick-next,
.product-image-slider .slick-prev,
.product-image-slider .slick-next {
    position: absolute;
    background-color: var(--eh-primary-600) !important;
    color: #eee;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .company-news .slick-prev:hover,
    .company-news .slick-next:hover,
    .product-image-slider .slick-prev:hover,
    .product-image-slider .slick-next:hover {
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
        background-color: var(--eh-secondary-900);
    }




.company-news .slick-prev,
.product-image-slider .slick-prev {
    position: absolute;
    left: -3rem;
}

.company-news .slick-next,
.product-image-slider .slick-next {
    position: absolute;
    right: -3rem;
}

.news-item {
    display: flex;
    align-items: end;
    margin-top: 1.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.news-item__time {
    background-color: var(--eh-secondary-900);
    color: #fff;
    text-align: center;
}

.news-item__date {
    white-space: nowrap;
    padding: 0.2rem 0.5rem;
    line-height: 1rem;
    background-color: var(--eh-primary-600);
}

.news-item__year {
    padding: 0.2rem 0.5rem;
    font-weight: bold;
    line-height: 1.2rem;
}

.faq-item {
    margin: 1rem 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.business-news__title {
    font-size: 1.3rem;
    margin-inline-start: 0.5rem;
}

.faq-item__prefix {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin-bottom: 0.5rem;
}

.article-wrap {
    text-indent: 2rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
    .article-wrap {
        min-height: 400px;
        text-indent: 2rem;
        line-height: 180%;
        margin-bottom: 2rem;
        /* border-bottom: 1px solid #ccc; */
    }
}

@media screen and (min-width: 1024px) {
    .article-wrap {
        min-height: 600px;
        text-indent: 2rem;
        line-height: 180%;
        margin-bottom: 2rem;
        /* border-bottom: 1px solid #ccc; */
    }
}

.text-indent {
    text-indent: 2rem;
}

.product-detail_contacts img {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .product-detail_contacts img {
        max-width: 150px;
    }
}

.product-detail__desc img {
    max-width: 100% !important;
}

.product-detail-info {
}

.product-detail__modelno {
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid var(--eh-primary-600);
    border-radius: 3px
}

.product-detail__modelname {
    color: var(--eh-neutral-900);
    font-size: 1.5rem;
    margin-bottom: 2rem;
}


.field-title {
    color: white;
    background-color: var(--eh-secondary-800);
    padding: 0.3rem 0.5rem;
    display: inline-block;
}

.product-attr {
    padding: 0.5rem 1rem;
}

    .product-attr:nth-child(even) {
        background-color: #f3f3f3;
    }

.attr-name {
    color: var(--eh-primary-600);
    font-weight: bold;
}

    .attr-name::after {
        content: ":";
    }

.object-fit-cover {
    object-fit: cover
}

.product-info-table {
    border: 1px solid #eee; /* 外边框 */
    border-collapse: collapse; /* 合并边框 */
    width: 100%;
    color: #333;
}

    .product-info-table td, .product-info-table th {
        border: 1px solid #ccc; /* 单元格边框 */
        padding: 8px; /* 内边距 */
    }

    .product-info-table th {
        text-align: start;
        padding: 0.5rem;
    }

    .product-info-table tr:first-child {
        background-color: unset !important;
    }

    .product-info-table tr:nth-child(2n) {
        background-color: #eee;
    }

.product-spec-img {
    max-width: 40px;
    max-height: 40px;
    display: inline;
    margin: 0.5rem;
}

.pagination-bar {
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .pagination-bar a {
        font-size: 1.2rem;
        display: inline-block;
        padding: 0 0.5rem;
        margin: 0.2rem;
        background-color: #eee;
    }

        .pagination-bar a.current {
            color: white !important;
            background-color: var(--eh-primary-600) !important;
        }

        .pagination-bar a.disabled {
            color: #999 !important;
        }




.pre-line {
    white-space: pre-line;
}

.contact-name {
    font-weight: bold;
}

    .contact-name::after {
        content: ":";
        margin-inline-end: 0.5rem;
    }

.catalog_item {
    padding: 2rem;
    margin: 1rem;
    border-bottom: 1px dashed var(--eh-primary-700);
}

    .catalog_item img {
        width: 250px;
        height: 250px;
        object-fit: contain;
    }

    .catalog_item a {
        border-bottom: 1px solid var(--eh-primary-700);
    }

.company-honor__item {
    max-height: 200px;
    padding: 1rem;
    overflow: hidden;
}

    .company-honor__item img {
        max-width: 100%;
    }

@media (min-width: 768px) {
    .mobile-bottom-nav {
        display: none !important;
    }
}

@media (max-width: 768px) {
    body {
        padding-bottom: 70px !important;
    }
}

.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: #fff;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -2px 10px rgba(0,0,0,.08);
}

    .mobile-bottom-nav .nav-link {
        font-size: 12px;
        color: #6c757d;
        padding: 6px 0;
    }

        .mobile-bottom-nav .nav-link.current,
        .mobile-bottom-nav .nav-link:hover {
            color: var(--eh-primary-700);
        }

    .mobile-bottom-nav i {
        font-size: 20px;
        display: block;
        margin-bottom: 2px;
    }

.news-content img {
    max-width: 95% !important;
}


/*video*/

.video-modal .modal-body {
    padding: 0 !important;
}

.video-modal .plyr video {
    display: block;
    width: 100%;
    height: 90vh;
    max-height: 90vh;
    object-fit: contain;
}

@media (max-width:767.98px) {
    .video-modal .modal-body {
        height: 100%
    }

    .video-modal .plyr video {
        max-height: 100vh
    }
}

.about-us__cover .video-cover {
    transition: transform .5s ease;
}

.about-us__cover:hover .video-cover {
    transform: scale(1.02)
}



/* 中央播放按钮 */
.play-badge, .play-badge::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.play-badge {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--eh-primary-600);
    box-shadow: 0 6px 20px rgba(0,0,0,.28);
    transition: background-color .2s ease,transform .2s ease;
    cursor: pointer;
}

    .play-badge::before {
        content: "";
        width: 50px;
        height: 50px;
        margin: 0;
        background-color: #fff;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/contain no-repeat;
    }
.about-us__cover:hover .play-badge {
    background: var(--eh-primary-700);
    transform: translate(-50%,-50%) scale(1.08)
}

