/* 分页样式 */
.page-pagination {
    text-align: center;
    width: 100%;
}

.page-pagination .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0;
    border-radius: 8px;
}

.page-pagination .pagination>li {
    display: inline;
}

.page-pagination .pagination>li>a,
.page-pagination .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--theme-color);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-pagination .pagination>li:first-child>a,
.page-pagination .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page-pagination .pagination>li:last-child>a,
.page-pagination .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-pagination .pagination>li>a:focus,
.page-pagination .pagination>li>a:hover,
.page-pagination .pagination>li>span:focus,
.page-pagination .pagination>li>span:hover {
    z-index: 2;
    color: var(--theme-color);
    background-color: #eee;
    border-color: #ddd;
}

.page-pagination .pagination>.active>a,
.page-pagination .pagination>.active>a:focus,
.page-pagination .pagination>.active>a:hover,
.page-pagination .pagination>.active>span,
.page-pagination .pagination>.active>span:focus,
.page-pagination .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.page-pagination .pagination>.disabled>a,
.page-pagination .pagination>.disabled>a:focus,
.page-pagination .pagination>.disabled>a:hover,
.page-pagination .pagination>.disabled>span,
.page-pagination .pagination>.disabled>span:focus,
.page-pagination .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.page-pagination .pagination .jumpto {
    display: inline-block;
    margin-left: 2px;
}

.page-pagination .pagination .jumpto input {
    padding: 0 6px;
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    height: 37px;
    line-height: 34px;
    box-sizing: border-box;
}

.page-pagination .pagination .jumpto .page_number {
    width: 45px;
    margin-right: -1px;
}

/* 详情页的上一页下一页 */
.next-prev {
    margin-top: 40px;
    padding: 20px 0;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eee;
}

.next-prev .next-prev-left,
.next-prev .next-prev-right {
    font-size: 14px;
    color: #666;
}

.next-prev .next-prev-right {
    text-align: right;
}

.next-prev a {
    color: var(--theme-color);
}

a {
    text-decoration: none !important;
}

/* ================================ nav.html START ================================ */
.language .language-flag a {
    display: flex;
    align-items: center;
}

.language .country-flag img {
    width: 20px;
}

.language .language-cont {
    width: 165px;
}

.topbar .head-contact .head-phone:before,
.topbar .head-contact .head-email:before {
    content: '';
}

.topbar .head-contact b {
    float: none;
}

.nav-banner video,
.nav-banner img {
    max-width: 100%;
}

/* ================================ nav.html END ================================ */



#myfooter .panel2 a {
    white-space: unset;
}

@media (min-width: 992px) {
    #nav li .icon-right {
        display: none;
    }
}



/* ================================ index.html START ================================ */
.fh5co-blog .blog-text h3 {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* .fh5co-blog .blog-text p {
    height: 75px;
} */
/* #fh5co-blog,
#fh5co-contact,
#fh5co-footer,
#fh5co-gallery,
#fh5co-pricing,
#fh5co-schedule,
#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-trainer {
    padding: 5em 0;
} */

#fh5co-pricing {
    padding-top: 0;
}

.price-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#fh5co-gallery .fh5co-heading,
#fh5co-blog .fh5co-heading {
    margin-bottom: 0;
}

/* ================================ index.html END ================================ */



/* ================================ list_video.html START ================================ */
.block .class-content .news-item .news-img {
    position: relative;
}

.block .classes .class-info p {
    margin-bottom: 10px;
}

.block .classes h1 {
    margin-bottom: 20px;
}

.block .classes {
    margin-bottom: 40px;
}

.block .class-content .news-item .news-img img {
    height: auto;
}

.block .classes p,
.block .product-right .product-info p,
.block .product-right .product-info a p {
    text-align: left;
}

/* list_product.html */
.plistdeul {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    border-top: solid 1px #f4f4f4;
}

/* ================================ list_video.html END ================================ */




/* ================================ detail_product.html START ================================ */
.shown_products_b_a .descr {
    font-size: 16px;
}

.form-group textarea.form-control {
    height: 100px;
}


#submitBtn {
    background-color: #303030;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    width: 200px;
    margin-top: 20px;
    box-sizing: border-box;
    line-height: 40px;
    padding: 0 5px;
    border-radius: 5px;
    border: 0;
}

#submitBtn:hover {
    background-color: var(--theme-color);
}

.block .layout .product-right .opt img,
.block .layout .classes img {
    max-width: 100%;
}

@media screen and (max-width: 1199px) {
    .block .classes {
        padding: 0 10px;
    }
}

/* ================================ detail_product.html END ================================ */


/* 移动端样式 */
@media (max-width: 991px) {
    .block .product-right #submitBtn {
        width: 100%;
    }

    .block .class-content .news-item .news-info .news-btn {
        width: 100%;
    }

    #nav li .icon-right {
        position: absolute;
        display: block;
        right: 10px;
        top: 8px;
        z-index: 9999;
        width: 20px;
        height: 20px;
        line-height: 16px;
        text-align: center;
        border: solid 1px var(--theme-a-color);
        border-radius: 50%;
    }

    #nav li .icon-right.actived {
        transform: rotate(90deg);
        transition: transform 0.3s ease-in-out;
    }

    #nav li .icon-right::after {
        content: "\f105";
        display: block;
        font-family: FontAwesome;
        color: var(--theme-a-color);
        font-size: 18px;
        margin: 0 auto;
    }
    .language-cont {
        left: 0;
        right: unset;
    }
}



/* co=26江苏贺盛（调味品） co=38久崎电机（常州有限分公司） */
.co-26 .hot-prolist li h3,
.co-38 .hot-prolist li h3,
.co-45 .hot-prolist li h3 {
    position: unset;
    /* width: calc(100% - 30px); */
    box-sizing: border-box;
    background-color: var(--theme-color);
    left: 0;
    padding: 12px 10px;
    /* margin: 15px 15px; */
    line-height: 16px;
    text-align: center;
    display: inline-flex;
    min-height: 60px;
    align-items: center;
    justify-content: center;
}

.co-26 .hot-prolist li h3,
.co-38 .hot-prolist li h3 {
    width: calc(100% - 30px);
    margin: 15px 15px;
}

.co-45 .hot-prolist li h3 {
    width: 100%;
    background-color: transparent;
    color: #000;
}

@media (max-width: 991px) {

    .co-26 .hot-prolist li h3,
    .co-38 .hot-prolist li h3,
    .co-45 .hot-prolist li h3 {
        padding: 5px 5px;
        font-size: 12px;
    }
}



/* co=44 翔冰制冷设备 */
.co-44 .pricing-plan a {
    color: #fff;
}

/* co=45 欣达艺 46 柏顿*/
/* .co-44 #myfooter .overlay,
.co-45 #myfooter .overlay,
.co-46 #myfooter .overlay,
.co-45 .topbar,
.co-45 #nav li a.inmenu_1,
.co-45 .block .product-left .lefttitle {
    background: #666;
}

.co-45 #nav li:hover ul li a {
    color: #666;
} */

/* 产品详情：价格 + 下单购买 / 询盘 */
.shown_products_a_right .product-price-actions {
    margin: 16px 0 12px;
    clear: both;
}

.shown_products_a_right .product-unit-price {
    margin-bottom: 12px;
}

.shown_products_a_right .product-unit-price-label {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 4px;
}

.shown_products_a_right .product-unit-price-value {
    font-size: 22px;
    font-weight: 700;
    color: var(--theme-color, #c00);
}

.shown_products_a_right .product-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.shown_products_a_right .btn-buy-now,
.shown_products_a_right .btn-send-inquiry {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    transition: opacity 0.2s;
}

.shown_products_a_right .btn-buy-now {
    background: var(--theme-color, #c00);
    color: #fff;
    border: 1px solid var(--theme-color, #c00);
}

.shown_products_a_right .btn-send-inquiry {
    background: #fff;
    color: var(--theme-color, #c00);
    border: 1px solid var(--theme-color, #c00);
}

.shown_products_a_right .btn-buy-now:hover,
.shown_products_a_right .btn-send-inquiry:hover {
    opacity: 0.9;
    text-decoration: none;
}

/* 下单 / 付款页 */
.order-page .order-form-wrap,
.order-page .order-pay-wrap,
.order-page .order-paydone-wrap {
    max-width: 640px;
}

.order-page .order-product-summary {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.order-page .order-product-thumb {
    width: 120px;
    height: auto;
    object-fit: cover;
    border: 1px solid #eee;
}

.order-page .order-product-title {
    font-size: 18px;
    margin: 0 0 8px;
}

.order-page .order-product-price-qty {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px 16px;
}

.order-page .order-product-price {
    margin: 0;
    font-size: 15px;
    flex: 1;
    min-width: 0;
}

.order-page .order-product-price strong {
    color: var(--theme-color, #c00);
    font-size: 20px;
}

.order-page .order-product-qty {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0;
}

.order-page .order-product-qty label {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #666;
}

.order-page .order-product-qty .form-control {
    width: 88px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

.order-page .order-btn-primary {
    margin-top: 8px;
}

.order-page .order-pay-hint {
    color: #666;
    font-size: 14px;
}

/* 未登录购买：登录弹窗（与 index/user/login 字段一致） */
body.buy-login-open {
    overflow: hidden;
}

.buy-login-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.45);
    align-items: center;
    justify-content: center;
    padding: 16px;
    box-sizing: border-box;
}

.buy-login-overlay.is-open {
    display: flex;
}

.buy-login-dialog {
    position: relative;
    width: 100%;
    max-width: 400px;
    max-height: calc(100vh - 32px);
    overflow-y: auto;
    background: #fff;
    border-radius: 8px;
    padding: 24px 20px 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.buy-login-close {
    position: absolute;
    top: 10px;
    right: 12px;
    border: none;
    background: none;
    font-size: 26px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    padding: 4px 8px;
}

.buy-login-close:hover {
    color: #333;
}

.buy-login-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 36px 8px 0;
    color: #1a1a1a;
}

.buy-login-hint {
    font-size: 13px;
    color: #666;
    margin: 0 0 18px;
    line-height: 1.5;
}

.buy-login-field {
    margin-bottom: 14px;
}

.buy-login-field label {
    display: block;
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
}

.buy-login-input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.buy-login-input:focus {
    border-color: var(--theme-color, #c00);
    outline: none;
    box-shadow: 0 0 0 2px rgba(204, 0, 0, 0.12);
}

.buy-login-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 13px;
}

.buy-login-remember {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    margin: 0;
    font-weight: normal;
}

.buy-login-forgot {
    color: var(--theme-color, #c00);
    text-decoration: none;
}

.buy-login-forgot:hover {
    text-decoration: underline;
}

.buy-login-msg {
    display: none;
    font-size: 13px;
    color: #c00;
    margin: 0 0 12px;
}

.buy-login-submit {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    background: var(--theme-color, #c00);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 12px;
}

.buy-login-submit:hover {
    opacity: 0.92;
}

.buy-login-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.buy-login-register {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.buy-login-register:hover {
    background: #f9f9f9;
    text-decoration: none;
}

button.buy-login-register {
    font-family: inherit;
    width: 100%;
    cursor: pointer;
    background: #fff;
}

button.buy-login-register:hover {
    background: #f9f9f9;
}

.buy-login-tabs {
    display: flex;
    gap: 0;
    margin: 8px 36px 16px 0;
    border-bottom: 1px solid #e8e8e8;
}

.buy-login-tabs__btn {
    flex: 1;
    padding: 10px 8px;
    border: none;
    background: #f3f3f3;
    font-size: 14px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    margin-bottom: -1px;
}

.buy-login-tabs__btn.is-active {
    background: #fff;
    color: var(--theme-color, #c00);
    border: 1px solid #e8e8e8;
    border-bottom-color: #fff;
}

.buy-tab-panel .buy-login-title {
    margin-top: 0;
}

.buy-login-tabs__switch {
    display: block;
    width: 100%;
    margin-top: 4px;
    padding: 10px;
    border: none;
    background: none;
    font-size: 14px;
    color: var(--theme-color, #c00);
    cursor: pointer;
    text-decoration: underline;
    text-align: center;
}

.buy-login-captcha-input {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.buy-login-captcha-input .buy-login-input {
    flex: 1;
    min-width: 100px;
}

.buy-login-captcha-img {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: middle;
}

.buy-register-external {
    margin-bottom: 8px;
}

.buy-login-submit--link {
    box-sizing: border-box;
}


/* .co-76 淳安干岛湖人人企业网站 */
.co-76 .pricing-plan a {
    color: #333;
}

.co-76 #myfooter .overlay {
    background: #fff;
}

.co-76 #myfooter,
.co-76 #myfooter a,
.co-76 #myfooter a:hover,
.co-76 #myfooter h3 {
    color: #333;
}

.co-76 #myfooter .icon-tiktok path {
    fill: #333 !important;
}

/* co163: 深圳宏鸿 */
.co-163 .hot-prolist li h3 {
    left: 0;
    width: 100%;
    text-align: center;
}

.co-163 .pricing-plan a {
    color: #333;
}

/* co23:  */
.co-23 .product-right .product-list {
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px; */
}

.co-23 .block .product-right .product-list .product-item {
    flex-direction: column;
    width: 30%;
    border-width: 0;
    padding: 20px 0;
    text-align: center;
}

.co-23 .block .product-right .product-list .product-item .product-img,
.co-23 .block .product-right .product-list .product-item .product-info {
    width: 100%;
}

.co-23 .block .product-right .product-list .product-item .product-info p,
.co-23 .block .product-right .product-list .product-item .product-info .btn {
    display: none;
}

@media (max-width: 991px) {
    .co-23 .block .product-right .product-list .product-item {
        width: 100%;
        border-width: 1px;
    }
}