
.nowrap {
    white-space: nowrap;
}

.more-link {
    white-space: nowrap;
    border-bottom: 2px solid var(--secondary-color);
}

.impact-link {
    color: var(--secondary-color);
}

.radio-medium {
    width: 1.8rem;
    height: 1.8rem;
}

.offcanvas__menu > ul > li {
    margin: 1rem 0;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

    .offcanvas__menu > ul > li > a {
        font-size: 2rem;
    }

.pagination-bar {
    font-size: 1.8rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .pagination-bar a {
        font-size: 1.8rem;
        display: inline-block;
        padding: 0 0.5rem;
        margin: 0.2rem;
        background-color: #eee;
    }

        .pagination-bar a.current {
            color: white !important;
            background-color: var(--secondary-color) !important;
        }


.web_main__logo {
    max-width: 30%;
}

    .web_main__logo img {
        max-height: 80px;
    }

.main__company_info {
    max-width: 50%;
}

.offcanvas__header--menu__open {
    max-width: 20%;
}

.main__company_name {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'Adobe Heiti Std';
    overflow: hidden;
    white-space: nowrap;
}

.main__company_main_business {
    color: var(--secondary-color);
    font-size: 1rem;
}

@media(min-width:768px) {
    .main__company_name {
        font-size: 3rem;
    }

    .main__company_main_business {
        font-size: 1.5rem;
        font-weight: bold;
        margin-top: 1rem;
    }
}



.footer__qrcode {
    max-width: 200px;
    width: 100%;
}

.sidebar-contact-item {
    margin: 1rem 0;
    font-size: 1.5rem;
}

    .sidebar-contact-item span {
        color: #666;
    }

.product__details--info__model {
    background: var(--secondary-color);
    color: white;
    display: inline-block;
    padding: 0.5rem 0.8rem;
    border-radius: 0.5rem;
}

.product-contact-item {
    margin: 2rem 0;
}

.product__contactus .product__contactus--title {
    color: var(--secondary-color);
    font-size: 3rem;
    font-weight: bold;
    margin-top: 3rem;
}

.product__contactus .contact-item-title {
    font-weight: bold;
    font-size: 2rem;
}

.product__contactus .contact-item-content {
    font-size: 2rem;
}

.product__contactus .contact-item-qrcode {
    max-width: 150px;
    margin: 0 1rem;
}

.product__card--title-model-no {
    color: var(--secondary-color)
}

.aboutus-main-business {
    color: var(--secondary-color);
    font-size: 2rem;
    margin: 1rem 0;
}

.contact-us-list .contact-qrcode {
    width: 200px;
}

.recommend-company-item {
    margin: 1rem 0;
    padding: 0.5rem 0;
    border-bottom: 1px solid #eee;
}

.recommend-company-logo {
    height: 5rem;
}

    .recommend-company-logo a, .recommend-company-logo img {
        height: 100%;
    }


.premium_company_logo {
    text-align: center;
}

    .premium_company_logo img {
        max-height: 80px;
        max-width: 120px;
        display: inline-block;
    }

.blog__card--tag {
    background-color: var(--secondary-color);
    color: var(--text-white-color);
    border-radius: 5px;
    padding: 0 0.8rem;
    font-size: 1.7rem;
}

.home__news-list li {
    padding-bottom: 0.5rem;
    border-bottom: 1px dashed #e3e3e3;
}

    .home__news-list li a {
        font-size: 1.6rem;
        line-height: 3rem;
    }

.home__product-item {
    padding: 0;
}

.search__item-title {
    white-space: nowrap;
    width: 8rem;
    color: #999;
    font-size: 1.5rem;
    margin-inline-end: 1rem;
}

.search__item {
    display: flex;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

    .search__item:not(:last-child) {
        border-bottom: 1px solid #e3e3e3;
    }

.search__item-operation {
    width: 8rem;
}

.search__categories-box {
    display: flex;
}

.search__categories-box {
}

.company_search_item {
    margin: 1rem 0;
    padding: 1rem 0;
    border-bottom: solid 1px #eee;
}

.company_search_item--profiles {
}

    .company_search_item--profiles span {
        margin-inline-end: 2rem;
    }

.company_search_item--product {
}


.article_item {
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
}

.article_first {
}

.article_item-day {
    background-color: var(--secondary-color);
    color: white;
    font-size: 2.2rem;
    text-align: center;
}

.article_item-date {
    background-color: black;
    color: white;
    font-size: 1.5rem;
    text-align: center;
}

.exhibition__info-summary {
    background-color: var(--primary-color);
}

.fair__info-content {
    min-height: 80rem;
}

.news__details--wrapper {
    min-height: 80rem;
}

.categories__menu--link .iconfont {
    font-size: 2.2rem;
}

.search__param-item {
    display: inline-block;
    background-color: #e6e6e6;
    padding: 0.2rem 1rem;
    border-radius: 0.5rem;
    color: var(--secondary-color);
    font-size: 1.4rem;
    margin: 0 0.5rem;
}

    .search__param-item .clear {
        font-size: 2.5rem;
        padding: 0 0.5rem;
        cursor: pointer;
    }

    .search__param-item .delete-param {
        cursor: pointer;
        margin: 2px 5px;
    }

.search--item-keyword__btn {
    border: 0;
    background: var(--secondary-color);
    color: var(--text-white-color);
    padding: 0;
    width: 4.5rem;
    height: 100%;
    border-radius: 0 0.5rem 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .search--item-keyword__btn:hover {
        background: var(--secondary-color);
    }

.account__login--captcha {
    height: 4.8rem;
    border: 1px solid var(--border-color);
    border-radius: 0.5rem;
    padding: 0 1.5rem;
}

    .account__login--captcha:focus {
        border: 1px solid var(--secondary-color);
    }

.account__login--input.mobile_number {
    width: 1%;
    flex: 1 1 auto;
}

.header__top--lang {
}

.error-msg {
    height: 2rem;
}

.error {
    color: red;
}

.search-condition-item {
    background-color: var(--secondary-color);
    color: white;
    padding: 1px 4px;
    border-radius: 3px;
    cursor: pointer;
}

    .search-condition-item:hover {
        color: white;
    }

    .search-condition-item::after {
        content: "x";
        margin: 0 3px;
    }

.extend-pad {
    display: flex;
}

    .extend-pad .extend-pad__inner {
        overflow: hidden;
        height: 5rem;
    }

    .extend-pad.show .extend-pad__inner {
        height: 100% !important;
    }

    .extend-pad .extend-pad_trigger {
        margin-left: auto;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        align-items: end;
        justify-content: center;
        text-align: center;
        height: 4rem;
        color: var(--secondary-color);
        background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    }

        .extend-pad .extend-pad_trigger .iconfont {
            font-size: 1.5rem !important;
        }

    .extend-pad.show .extend-pad_trigger .iconfont {
        transform: rotateX(180deg)
    }

.param-search_btn {
    background: var(--secondary-color);
    color: white;
    border-radius: 5px;
}

    .param-search_btn:hover {
        color: white;
    }

.no-data {
    min-height: 10rem;
    text-align: center;
}

.paging-bar {
    border-top: 1px solid #eee;
}

.product-thumbnail.slick-slide {
    border: 1px solid #ddd;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
}

    .product-thumbnail.slick-slide:hover,
    .product-thumbnail.slick-slide.slick-current {
        border-color: var(--secondary-color) !important
    }

.slick-prev, .slick-next {
    z-index: 10;
    font-size: 4rem;
    position: absolute;
    top: 50%;
    color: var(--secondary-color);
    transition: 0.3s;
    cursor: pointer;
}

    .slick-prev:hover, .slick-next:hover {
        transform: scale(1.1);
    }

.slick-next {
    right: 0;
}

@media(min-width: 768px) {
    .prdoct-desc__content {
        min-height: 10rem;
    }
}

.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;
}

.blog__card--thumbnail__img {
    height: 200px;
    object-fit: cover;
    overflow: hidden;
}

.blog__card--desc {
    height: 5rem;
    overflow: hidden;
}

.home__faq-list li {
    font-size: 1.5rem;
    margin: 1rem 0;
    padding: 1rem 0;
    border-bottom: solid 1px #eee;
}

.photo-item {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

    .photo-item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

.object-fit-cover {
    object-fit: cover;
}

.company__info {
    display: flex;
    margin: 1rem 0;
}

.company__info-title {
    font-weight: bold;
}

    .company__info-title::after {
        content: ":";
        margin-right: 1rem;
    }

@media(min-width: 768px) {
    .main__content_wrapper {
        min-height: calc(100vh - 380px)
    }
}

.swal2-confirm {
    font-size: 1.4rem !important;
}

.item-link-border {
    border-bottom: 1px dashed #ccc;
    padding-left: 2px;
    padding-right: 2px;
}

.faq_item {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.web-lang-select {
    margin-left: auto;
}



.web-name-link {
    color: var(--secondary-color);
}

.qr-offcanvas {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.footer-qr img {
    max-width: 150px;
    text-align: center;
}

.product__card {
    padding: 1rem !important;
}

.product__card--thumbnail {
    aspect-ratio: 1/1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem !important;
}

.product__card--thumbnail__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.product__card--company {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 1.4rem;
}

    .product__card--company .offical-web {
        margin-left: 1rem;
        color: cornflowerblue;
    }

.product__card--company_name {
    color: #888 !important;
}

.product__card--product_name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    line-height: 1.5;
    max-width: 100%;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.product__card--content {
    padding: 1rem 0 !important;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    line-height: 1.5;
}

.product__card--price {
    display: inline-block;
    color: var(--secondary-color);
    margin-right: 1rem;
}

    .product__card--price .currency {
    }

    .product__card--price .amount {
        font-size: 1.6rem;
        font-weight:600;
    }

.product__card--content {
    text-align: start !important;
}

.product__card--contacts {
    display: inline-block;
    margin: 0 1rem;
}

    .product__card--contacts .iconfont {
        margin: 0 1px;
    }

    .product__card--contacts .wechat {
        color: #27a718;
        font-size: 1.6rem;
    }

    .product__card--contacts .whatsapp {
        color: #27a718;
        font-size: 1.9rem;
    }

    .product__card--contacts .phone {
        color: #1b86e1;
        font-size: 1.6rem;
    }


@media(max-width: 768px) {
    .product-search_params-bar {
        width: 100%;
    }
}

.premium_company{
    display:flex;
    justify-content:center;

}

    .premium_company a {
        display:inline-block;
        flex-grow: 1;
        flex-shrink: 1;
    }

        .premium_company a img{
            aspect-ratio:1;
            object-fit:contain;
        }
        .premium_company .main-business {
            color: var(--secondary-color);
            font-size: 1.3rem;
        }
.premium_company .company-name {
}

/* 卡片整体 */
.company-card {
    background: #fff;
    border-radius: 14px;
    padding-bottom: 1rem;
    height: 100%;
    box-shadow: 0 2px 12px rgba(30, 50, 90, 0.06);
    transition: transform .2s ease, box-shadow .2s ease;
    display: flex;
    flex-direction: column;
}

    .company-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(30, 50, 90, 0.12);
    }

/* Logo 区域：固定比例，图片居中不变形不裁剪 */
.logo-box {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
}

    .logo-box img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
    }

/* Logo 作为超链接时的整块可点 */
.logo-link {
    display: block;
    width: 100%;
    height: 100%;
}

/* 播放按钮：覆盖在 logo 正中，默认隐藏 */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    transition: background .2s ease, transform .2s ease;
    z-index: 2;
}

    .play-btn:hover {
        background: rgba(219, 29,29, 0.9);
        transform: translate(-50%, -50%) scale(1.08);
    }

    .play-btn svg {
        width: 36px;
        height: 36px;
        margin-left: 3px;
    }

/* 有视频时（通过 has-video 类控制）：显示播放按钮 + hover 遮罩 */
.logo-box.has-video {
    cursor: pointer;
}

    .logo-box.has-video .play-btn {
        display: flex;
    }

    .logo-box.has-video:hover::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }

.company-name {
    font-size: 1.6rem;
    font-weight: 600;
    color: #1a2b4a;
    text-align: center;
}

.company-biz {
    font-size: 1.3rem;
    color: #6b7a90;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
    flex-grow: 1;
}

.video-modal .modal-body {
   display:flex;
   align-items:center;
   justify-content:center;
   background:#000;
   padding:0 !important;
   height:85vh;
}


.video-modal video {
    max-height: 85vh;
    height:100%;
    width:100%;
}

.product__card--title{
    font-size:1.3rem;
    font-weight:600;
}
@media (max-width: 767.98px) {
    .product__card--product_name{
        font-size:1.3rem;
        font-weight:500;
    }
    .product__card--company_name {
        font-size: 1.2rem;
    }
    .recommend-company-item a{
        font-size:1.2rem;
    }
    .company-name {
        font-size: 1.2rem;
    }

    .company-biz {
        font-size: 1.1rem;
    }
    .product__card--title {
        font-size: 1.2rem;
        font-weight: 600;
    }
    .header__topbar--inner{
        font-size:1.2rem !important;
    }
    .choose__category--menu__link{
        border-bottom:1px dashed #ccc;
        font-size:1.5rem !important;
    }

    .sidebar__category {
        padding: 0 !important;
        margin: 0 !important;
    }
    .product__section--inner-gap{
        gap:1rem !important;
    }
    .choose__category--content {
    }
    .choose__category--content {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
        .choose__category--content .choose__category--menu__list{
            margin-bottom:1rem !important;
        }
    .choose__category--title{
        font-size:1.6rem;
        font-weight:600;
        margin-bottom:0.5rem;
    }
}
.section__heading {
    margin-bottom: 1rem !important;
}
.video-icon {
    font-size: 2rem;
    margin: 0 0.5rem;
    color: var(--secondary-color);
    margin-left: 1rem;
    cursor: pointer;
    transition: transform .2s ease;
    transform: scale(1);
}
    .video-icon:hover {
        transform: scale(1.2);
    }