:root {
    --theme-color: rgba(204, 0, 0, 1);
}

/* 右侧浮动社交媒体：footer 按 $ld 各 *_url 非空展示 */
.ldcms-a10321-social-float {
    position: fixed;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100002;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ldcms-a10321-social-float__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background: #c00;
    background: var(--theme-color);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none !important;
}

.ldcms-a10321-social-float__btn:hover {
    color: #fff;
    background: #a80000;
    transform: scale(1.06);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.ldcms-a10321-social-float__btn .fa {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    -webkit-text-fill-color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.ldcms-a10321-social-float__tiktok {
    display: block;
}

@media (max-width: 767px) {
    .ldcms-a10321-social-float {
        right: 8px;
        gap: 8px;
    }

    .ldcms-a10321-social-float__btn {
        width: 36px;
        height: 36px;
    }

    .ldcms-a10321-social-float__btn .fa {
        font-size: 18px;
    }
}

/* 联系页左侧：与右侧悬浮条相同链接规则，横向排列（复用 __btn 样式） */
.ldcms-a10321-social-inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

body.page-70294 .a10321-contact-social-row {
    margin-top: 12px;
}

body.page-70294 .a10321-contact-social-row .lanyun-widget-container {
    margin-top: 0;
}

body.page-70294 .a10321-contact-social-row__title {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}

/* 分页样式 */
.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: 6px;
    /* line-height: 1.42857143; */
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    height: 31px;
}

.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 .country-flag img {
    width: 20px;
}

.lanyun-carousel-img img {
    width: 100%;
}
/* ================================ nav.html END ================================ */




/* ================================ detail_xxx.html START ================================ */

.lanyun-effect-top {
    height: 550px;
}

.lanyun-effect-top .gallery-top {
    height: 75%;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.lanyun-effect-top .gallery-top .swiper-slide {
    border: 1px solid #ddd;
    border-radius: 10px;
}

.lanyun-effect-top .gallery-thumbs {
    height: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
}

.lanyun-effect-top .gallery-thumbs .swiper-slide {
    height: 100%;
    border: 1px solid #999;
    opacity: 0.4;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.lanyun-effect-top .gallery-thumbs .swiper-slide-thumb-active {
    border-color: #000;
    opacity: 1;
}

.lanyun-effect-top .swiper-slide {
    background: none;
    overflow: hidden;
}

.lanyun-effect-top .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px;
}

/* ================================ detail_xxx.html END ================================ */




/* ================================ list_product.html START ================================ */

/* ================================ list_product.html END ================================ */

/* 联系页：左右两栏各自边框（detail_contact） */
body.page-70294 .lanyun-section-x4qapnf9 .lanyun-box-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px 28px;
}

@media (min-width: 768px) {
    body.page-70294 .lanyun-section-x4qapnf9 .lanyun-section-9mozgs4g,
    body.page-70294 .lanyun-section-x4qapnf9 .lanyun-section-9hzq5r59 {
        width: calc(50% - 14px) !important;
        max-width: calc(50% - 14px);
        flex: 1 1 calc(50% - 14px);
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-self: stretch;
    }

    body.page-70294 .lanyun-section-x4qapnf9 .lanyun-section-9mozgs4g > .lanyun-widget-container,
    body.page-70294 .lanyun-section-x4qapnf9 .lanyun-section-9hzq5r59 > .lanyun-widget-container {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }
}

@media (max-width: 767px) {
    body.page-70294 .lanyun-section-x4qapnf9 .lanyun-section-9mozgs4g,
    body.page-70294 .lanyun-section-x4qapnf9 .lanyun-section-9hzq5r59 {
        width: 100% !important;
        max-width: 100%;
        flex: 1 1 100%;
    }
}

body.page-70294 .lanyun-section-x4qapnf9 .lanyun-section-9mozgs4g > .lanyun-widget-container,
body.page-70294 .lanyun-section-x4qapnf9 .lanyun-section-9hzq5r59 > .lanyun-widget-container {
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    padding: 20px 22px;
    background: #fff;
}

@media (max-width: 989px) {
    body.page-70294 .lanyun-section-x4qapnf9 .lanyun-section-9mozgs4g > .lanyun-widget-container,
    body.page-70294 .lanyun-section-x4qapnf9 .lanyun-section-9hzq5r59 > .lanyun-widget-container {
        padding: 16px 18px;
    }
}

/* 联系页表单：输入框更清晰 */
body.page-70294 .lanyun-section-zbb4onbm .lanyun-form-input {
    border: 1px solid #9a9a9a !important;
    background-color: #f7f7f7 !important;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.06);
    min-height: 42px;
    font-size: 15px;
}

body.page-70294 .lanyun-section-zbb4onbm .lanyun-form-input.textarea {
    min-height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
}

body.page-70294 .lanyun-section-zbb4onbm .lanyun-form-input:focus {
    border-color: var(--theme-color, #c00) !important;
    background-color: #fff !important;
    box-shadow: 0 0 0 2px rgba(204, 0, 0, 0.12), inset 0 1px 2px rgba(0, 0, 0, 0.04);
    outline: none;
}

body.page-70294 .lanyun-section-zbb4onbm .lanyun-form-input.n-invalid {
    border-color: #c9302c !important;
}