/*@import url("/public/pageBuildEditor/css/custom.css");*/
@import url("/public/pageBuildEditor/css/bootstrap/bootstrap.css");
@import url("/public/pageBuildEditor/icons/line-awesome/css/line-awesome.css");
@import url("/public/pageBuildEditor/js/aos/aos.css");


:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;

    /**/
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    /**/
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);

    /**/

    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-emphasis-color: #000000;


    /**/

    --bs-secondary-bg: #e9ecef;
    --bs-tertiary-bg: #f8f9fa;
    --bs-emphasis-bg: #000000;


    /**/
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;

    /**/
    --bs-primary-subtle: #cfe2ff;
    --bs-secondary-subtle: #e2e3e5;
    --bs-success-subtle: #d1e7dd;
    --bs-info-subtle: #cff4fc;
    --bs-warning-subtle: #fff3cd;
    --bs-danger-subtle: #f8d7da;
    --bs-light-subtle: #fcfcfd;
    --bs-dark-subtle: #ced4da;
    /**/
    --bs-body-color: #212529;
    --bs-body-bg: #fff;


    /**/
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;


    /**/
    /**/
    --bs-primary-text-emphasis: var(--bs-primary-subtle);
    --bs-secondary-text-emphasis: var(--bs-secondary-subtle);
    --bs-success-text-emphasis: var(--bs-success-subtle);
    --bs-info-text-emphasis: var(--bs-info-subtle);
    --bs-warning-text-emphasis: var(--bs-warning-subtle);
    --bs-danger-text-emphasis: var(--bs-danger-subtle);
    --bs-light-text-emphasis: var(--bs-light-subtle);
    --bs-dark-text-emphasis: var(--bs-dark-subtle);
    /**/
    --bs-primary-bg-subtle: var(--bs-primary-subtle);
    --bs-secondary-bg-subtle:var(--bs-secondary-subtle);
    --bs-success-bg-subtle: var(--bs-success-subtle);
    --bs-info-bg-subtle: var(--bs-info-subtle);
    --bs-warning-bg-subtle: var(--bs-warning-subtle);
    --bs-danger-bg-subtle: var(--bs-danger-subtle);
    --bs-light-bg-subtle: var(--bs-light-subtle);
    --bs-dark-bg-subtle: var(--bs-dark-subtle);
    /**/
    --bs-primary-border-subtle: var(--bs-primary-subtle);
    --bs-secondary-border-subtle: var(--bs-secondary-subtle);
    --bs-success-border-subtle: var(--bs-success-subtle);
    --bs-info-border-subtle: var(--bs-info-subtle);
    --bs-warning-border-subtle:var(--bs-warning-subtle);
    --bs-danger-border-subtle: var(--bs-danger-subtle);
    --bs-light-border-subtle: var(--bs-light-subtle);
    --bs-dark-border-subtle:var(--bs-dark-subtle);







}
body{
    --swiper-theme-color: var(--bs-primary);
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: var(--bs-secondary-bg);
}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: var(--bs-tertiary-bg);
}
.bg-body-emphasis {
    --bs-bg-opacity: 1;
    background-color: var(--bs-emphasis-bg);
}


*{
    word-break:break-all;
    word-wrap: break-word;
}
html {
    height: 100%;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
}
p{
    margin:0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin:0;
}
.a_link_box {

    --bs-link-color:var(--bs-body-color);

}
.a_link_box:hover {
     --bs-link-color: var(--bs-body-color);
}


.row {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
}


.row > * {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;


}

.w-33{
    width: 33.33%;
}
.h-33{
    height: 33.33%;
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    margin-right: auto;
    margin-left: auto;
}
section,
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;

}
/*.row {*/
/*    margin: 0;*/
/*}*/


a:empty,
div:empty,
.row:empty,
.col:empty,
[class*="col-"]:empty{
    height: 1.5rem;
}

.row > .col:empty,
.row > [class*="col-"]:empty{
    min-height: 1.5rem;
    height: auto;
}
.flex-column,[class*="flex-column-"]{
    flex-wrap : nowrap;
}

section:has(:first-child:is(.background-container):last-child:is(.background-container)),
section:has(:first-child:is(.overlay):last-child:is(.overlay)),
section:has(.separator),
section:empty,
.container:empty,
.container-fluid:empty{
    height: auto;
    min-height: 2rem;
}



.btn-text-primary {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color:  var(--bs-primary);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: transparent;
    --bs-gradient: none;
}

.btn-text-secondary {

    --bs-btn-color: var(--bs-secondary);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-secondary);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color:  var(--bs-secondary);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-secondary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: transparent;
    --bs-gradient: none;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.125);

}

.btn-text-success {

    --bs-btn-color: var(--bs-success);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-success);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color:  var(--bs-success);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-success);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: transparent;
    --bs-gradient: none;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.125);

}

.btn-text-info {

    --bs-btn-color: var(--bs-info);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-info);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-info);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-info);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: transparent;
    --bs-gradient: none;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.125);


}

.btn-text-warning {
    --bs-btn-color: var(--bs-warning);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-warning);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color:  var(--bs-warning);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-warning);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: transparent;
    --bs-gradient: none;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.125);

}

.btn-text-danger {


    --bs-btn-color: var(--bs-danger);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-danger);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color:  var(--bs-danger);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-danger);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: transparent;
    --bs-gradient: none;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.125);

}

.btn-text-light {

    --bs-btn-color: var(--bs-light);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color:  var(--bs-light);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color:   var(--bs-light);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color:  var(--bs-light);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: transparent;
    --bs-gradient: none;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.125);

}

.btn-text-dark {


    --bs-btn-color: var(--bs-dark);
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color:  var(--bs-dark);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color:   var(--bs-dark);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-dark);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: transparent;
    --bs-gradient: none;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.125);


}



/*阴影效果*/
:root {
    /*水平阴影的位置，正值表示阴影向右偏移，负值表示阴影向左偏移。*/
    --bs-for-shadow-h: 0.5rem;
    /*垂直阴影的位置，正值表示阴影向下偏移，负值表示阴影向上偏移。*/
    --bs-for-shadow-v: 0.5rem;
    /*阴影的模糊半径，正值会使阴影边缘更模糊，0表示阴影边缘清晰。*/
    --bs-for-shadow-blur: 1rem;
    /*阴影的扩散半径，正值会使阴影扩大，负值会使阴影缩小。*/
    --bs-for-shadow-spread: 0;
    /*阴影的颜色，默认为黑色。可以使用颜色名称或十六进制、RGB值等指定颜色。*/
    --bs-for-shadow-color: rgba(0, 0, 0, 0.15);

}


/*旋转角度*/

.rotate-45{
    transform: rotate(45deg);
}
.rotate-90{
    transform: rotate(90deg);
}
.rotate-135{
    transform: rotate(135deg);
}
.rotate-180{
     transform: rotate(180deg);
}
.rotate-270{
    transform: rotate(270deg);
}
.rotate-315{
    transform: rotate(315deg);
}

/**/
.btn:hover {
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, .2);
}
.for-shadow-outset {
    /*box-shadow: h-shadow v-shadow blur spread color inset;*/
    box-shadow: var(--bs-for-shadow-h) var(--bs-for-shadow-v) var(--bs-for-shadow-blur) var(--bs-for-shadow-spread) var(--bs-for-shadow-color);
}
.for-shadow-inset {
    box-shadow: var(--bs-for-shadow-h) var(--bs-for-shadow-v) var(--bs-for-shadow-blur) var(--bs-for-shadow-spread) var(--bs-for-shadow-color) inset;
}
.for-shadow-none {
    box-shadow: none;
}
/**/
.for-shadow-h-0 {
    --bs-for-shadow-h: 0;
}
.for-shadow-h-1 {
    --bs-for-shadow-h: 0.25rem;
}
.for-shadow-h-2 {
    --bs-for-shadow-h: 0.5rem;
}
.for-shadow-h-3 {
    --bs-for-shadow-h: 1rem;
}
.for-shadow-h-4 {
    --bs-for-shadow-h: 1.5rem;
}
.for-shadow-h-5 {
    --bs-for-shadow-h: 3rem;
}
.for-shadow-h-f-1 {
    --bs-for-shadow-h: -0.25rem;
}
.for-shadow-h-f-2 {
    --bs-for-shadow-h: -0.5rem;
}
.for-shadow-h-f-3 {
    --bs-for-shadow-h: -1rem;
}
.for-shadow-h-f-4 {
    --bs-for-shadow-h: -1.5rem;
}
.for-shadow-h-f-5 {
    --bs-for-shadow-h: -3rem;
}
/**/
.for-shadow-v-0 {
    --bs-for-shadow-v: 0;
}
.for-shadow-v-1 {
    --bs-for-shadow-v: 0.25rem;
}
.for-shadow-v-2 {
    --bs-for-shadow-v: 0.5rem;
}
.for-shadow-v-3 {
    --bs-for-shadow-v: 1rem;
}
.for-shadow-v-4 {
    --bs-for-shadow-v: 1.5rem;
}
.for-shadow-v-5 {
    --bs-for-shadow-v: 3rem;
}
.for-shadow-v-f-0 {
    --bs-for-shadow-v: 0;
}
.for-shadow-v-f-1 {
    --bs-for-shadow-v: -0.25rem;
}
.for-shadow-v-f-2 {
    --bs-for-shadow-v: -0.5rem;
}
.for-shadow-v-f-3 {
    --bs-for-shadow-v: -1rem;
}
.for-shadow-v-f-4 {
    --bs-for-shadow-v: -1.5rem;
}
.for-shadow-v-f-5 {
    --bs-for-shadow-v: -3rem;
}
/**/
.for-shadow-blur-0 {
    --bs-for-shadow-blur: 0rem;
}
.for-shadow-blur-1 {
    --bs-for-shadow-blur: 0.5rem;
}
.for-shadow-blur-2 {
    --bs-for-shadow-blur: 1rem;
}
.for-shadow-blur-3 {
    --bs-for-shadow-blur: 2rem;
}
.for-shadow-blur-4 {
    --bs-for-shadow-blur: 3rem;
}
.for-shadow-blur-5 {
    --bs-for-shadow-blur: 6rem;
}
/**/
.for-shadow-blur-0 {
    --bs-for-shadow-blur: 0rem;
}
.for-shadow-blur-1 {
    --bs-for-shadow-blur: 0.5rem;
}
.for-shadow-blur-2 {
    --bs-for-shadow-blur: 1rem;
}
.for-shadow-blur-3 {
    --bs-for-shadow-blur: 2rem;
}
.for-shadow-blur-4 {
    --bs-for-shadow-blur: 3rem;
}
.for-shadow-blur-5 {
    --bs-for-shadow-blur: 6rem;
}
/**/
.for-shadow-spread-0 {
    --bs-for-shadow-spread: 0rem;
}
.for-shadow-spread-1 {
    --bs-for-shadow-spread: 0.25rem;
}
.for-shadow-spread-2 {
    --bs-for-shadow-spread: 0.5rem;
}
.for-shadow-spread-3 {
    --bs-for-shadow-spread: 1rem;
}
.for-shadow-spread-4 {
    --bs-for-shadow-spread: 1.5rem;
}
.for-shadow-spread-5 {
    --bs-for-shadow-spread: 3rem;
}

.for-shadow-spread-f-1 {
    --bs-for-shadow-spread: -0.25rem;
}
.for-shadow-spread-f-2 {
    --bs-for-shadow-spread: -0.5rem;
}
.for-shadow-spread-f-3 {
    --bs-for-shadow-spread: -1rem;
}
.for-shadow-spread-f-4 {
    --bs-for-shadow-spread: -1.5rem;
}
.for-shadow-spread-f-5 {
    --bs-for-shadow-spread: -3rem;
}
/**/

.for-shadow-color-primary {
    --bs-for-shadow-color: var(--bs-primary);
}
.for-shadow-color-secondary {
    --bs-for-shadow-color: var(--bs-secondary);
}
.for-shadow-color-success {
    --bs-for-shadow-color: var(--bs-success);
}
.for-shadow-color-warning {
    --bs-for-shadow-color: var(--bs-warning);
}
.for-shadow-color-danger {
    --bs-for-shadow-color: var(--bs-danger);
}
.for-shadow-color-info {
    --bs-for-shadow-color: var(--bs-info);
}
.for-shadow-color-light {
    --bs-for-shadow-color: var(--bs-light);
}
.for-shadow-color-dark {
    --bs-for-shadow-color: var(--bs-dark);
}


/*固定比例容器*/
/*.ratio_box,[class*="ratio-"] {*/
/*    --bs-aspect-ratio: 100%;*/
/*    --bs-aspect-ratio-percent: 1;*/
/*}*/
/*.ratio_box,[class*="ratio-"].ratio {*/

/*    position: relative;*/
/*    !*width: 100%;*!*/
/*    height: auto !important;*/
/*}*/
/*.ratio_box::before,[class*="ratio-"].ratio::before {*/
/*    display: block;*/
/*    !*padding-top: var(--bs-aspect-ratio);*!*/
/*    padding-top: calc(var(--bs-aspect-ratio-percent) * 100%);*/
/*    content: "";*/
/*}*/

/*.ratio_box > *,.ratio > * {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.ratio_box,[class*="lz-ratio-"] {
    --bs-aspect-ratio: 100%;
    --bs-aspect-ratio-percent: 1 / 1;
}
.ratio_box,[class*="lz-ratio-"].lz-ratio {

    aspect-ratio: var(--bs-aspect-ratio-percent);
}
.ratio_box,[class*="lz-ratio-"].lz-ratio{

    /*width: 100%;*/
    height: auto !important;
}
.lz-ratio-1x1 {
    --bs-aspect-ratio: 100%;
    --bs-aspect-ratio-percent: 1 / 1;
}
.lz-ratio-2x1 {
    --bs-aspect-ratio: calc(1 / 2 * 100%);

    --bs-aspect-ratio-percent: 2 / 1;
}

.lz-ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);

    --bs-aspect-ratio-percent: 4 / 3;
}

.lz-ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);

    --bs-aspect-ratio-percent: 16 / 9;
}

.lz-ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21* 100%);
    --bs-aspect-ratio-percent: 21 / 9 ;
}
.lz-ratio-1x2 {

    --bs-aspect-ratio: calc(2 / 1 * 100%);
    --bs-aspect-ratio-percent: 1 / 2;
}

.lz-ratio-3x4 {

    --bs-aspect-ratio: calc(4 / 3 * 100%);
    --bs-aspect-ratio-percent: 3 / 4;
}

.lz-ratio-9x16 {
    --bs-aspect-ratio: calc(16 / 9 * 100%);
    --bs-aspect-ratio-percent: 9 / 16;
}

.lz-ratio-9x21 {

    --bs-aspect-ratio: calc(21 / 9 * 100%);
    --bs-aspect-ratio-percent: 9 / 21;
}


/* 576 <= 宽度 <= 992 都算中型屏幕 */


@media (min-width: 576px) and (max-width: 991.98px) {
    .lz-ratio-sm-1x1 {
        --bs-aspect-ratio: 100%;
        --bs-aspect-ratio-percent: 1 / 1;
    }
    .lz-ratio-sm-2x1 {
        --bs-aspect-ratio: calc(1 / 2 * 100%);

        --bs-aspect-ratio-percent: 2 / 1;
    }

    .lz-ratio-sm-4x3 {
        --bs-aspect-ratio: calc(3 / 4 * 100%);

        --bs-aspect-ratio-percent: 4 / 3;
    }

    .lz-ratio-sm-16x9 {
        --bs-aspect-ratio: calc(9 / 16 * 100%);

        --bs-aspect-ratio-percent: 16 / 9;
    }

    .lz-ratio-sm-21x9 {
        --bs-aspect-ratio: calc(9 / 21* 100%);
        --bs-aspect-ratio-percent: 21 / 9 ;
    }
    .lz-ratio-sm-1x2 {

        --bs-aspect-ratio: calc(2 / 1 * 100%);
        --bs-aspect-ratio-percent: 1 / 2;
    }

    .lz-ratio-sm-3x4 {

        --bs-aspect-ratio: calc(4 / 3 * 100%);
        --bs-aspect-ratio-percent: 3 / 4;
    }

    .lz-ratio-sm-9x16 {
        --bs-aspect-ratio: calc(16 / 9 * 100%);
        --bs-aspect-ratio-percent: 9 / 16;
    }

    .lz-ratio-sm-9x21 {

        --bs-aspect-ratio: calc(21 / 9 * 100%);
        --bs-aspect-ratio-percent: 9 / 21;
    }
}


/* 宽度 >=  都算大型屏幕 */

@media (min-width: 992px) {
    .lz-ratio-lg-1x1 {
        --bs-aspect-ratio: 100%;
        --bs-aspect-ratio-percent: 1 / 1;
    }
    .lz-ratio-lg-2x1 {
        --bs-aspect-ratio: calc(1 / 2 * 100%);

        --bs-aspect-ratio-percent: 2 / 1;
    }

    .lz-ratio-lg-4x3 {
        --bs-aspect-ratio: calc(3 / 4 * 100%);

        --bs-aspect-ratio-percent: 4 / 3;
    }

    .lz-ratio-lg-16x9 {
        --bs-aspect-ratio: calc(9 / 16 * 100%);

        --bs-aspect-ratio-percent: 16 / 9;
    }

    .lz-ratio-lg-21x9 {
        --bs-aspect-ratio: calc(9 / 21* 100%);
        --bs-aspect-ratio-percent: 21 / 9 ;
    }
    .lz-ratio-lg-1x2 {

        --bs-aspect-ratio: calc(2 / 1 * 100%);
        --bs-aspect-ratio-percent: 1 / 2;
    }

    .lz-ratio-lg-3x4 {

        --bs-aspect-ratio: calc(4 / 3 * 100%);
        --bs-aspect-ratio-percent: 3 / 4;
    }

    .lz-ratio-lg-9x16 {
        --bs-aspect-ratio: calc(16 / 9 * 100%);
        --bs-aspect-ratio-percent: 9 / 16;
    }

    .lz-ratio-lg-9x21 {

        --bs-aspect-ratio: calc(21 / 9 * 100%);
        --bs-aspect-ratio-percent: 9 / 21;
    }

}


/* 盒模型 */
/*.col-auto {*/
/*    flex: 0 0 0%;*/
/*}*/
/*@media (min-width: 576px) {*/
/*    .col-sm-auto {*/
/*        flex: 0 0 0%;*/
/*    }*/
/*}*/
/*@media (min-width: 992px) {*/
/*    .col-lg-auto {*/
/*        flex: 0 0 0%;*/
/*    }*/
/*}*/


/* 宽度 < 576 都算小屏幕 */

@media (max-width: 575.98px) {
    .for-xs-hide {
        display: none !important;
    }
}




/* 576 <= 宽度 <= 992 都算中型屏幕 */


@media (min-width: 576px) and (max-width: 991.98px) {
    .for-md-hide {
        display: none !important;
    }
}


/* 宽度 >=  都算大型屏幕 */

@media (min-width: 992px) {
    .for-lg-hide {
        display: none !important;
    }
}

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

.text-justify {
    text-align: justify ;
}
.text-abs-justify {
    text-align: justify ;
    text-align-last:justify;
}

/*边框*/

.border-1 {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-3 {
    border-width: 3px;
}

.border-4 {
    border-width: 4px;
}

.border-5 {
    border-width: 5px;
}
.border-10 {
    border-width: 10px ;
}

.border-15 {
    border-width: 15px;
}

.border-20 {
    border-width: 20px ;
}

.border-30 {
    border-width: 30px;
}
.border-025rem {
    border-width: 0.25rem;
}
.border-050rem {
     border-width: 0.5rem;
}
.border-100rem {
    border-width: 1rem;
}
.border-150rem {
    border-width: 1.5rem;
}
.border-200rem {
    border-width: 2rem;
}
.border-300rem {
    border-width: 3rem;
}
.border-0 {
    border-width: 0;
}
.border-solid {
    border-style: solid;
}
.border-dotted {
    border-style: dotted;
}
.border-dashed {
    border-style: dashed;
}
.border-transparent{
    border-color: transparent;
}
.border-currentColor {
    border-color: currentColor;
}
.border-top-1 {
    border-top-width: 1px;
}

.border-top-2 {
    border-top-width: 2px;
}

.border-top-3 {
    border-top-width: 3px;
}

.border-top-4 {
    border-top-width: 4px;
}

.border-top-5 {
    border-top-width: 5px;
}
.border-top-10 {
    border-top-width: 10px ;
}

.border-top-15 {
    border-top-width: 15px;
}

.border-top-20 {
    border-top-width: 20px ;
}

.border-top-30 {
    border-top-width: 30px;
}
.border-top-025rem {
    border-top-width: 0.25rem;
}
.border-top-050rem {
    border-top-width: 0.5rem;
}
.border-top-100rem {
    border-top-width: 1rem;
}
.border-top-150rem {
    border-top-width: 1.5rem;
}
.border-top-200rem {
    border-top-width: 2rem;
}
.border-top-300rem {
    border-top-width: 3rem;
}
.border-top-0 {
    border-top-width: 0;
}
.border-top-solid {
    border-top-style: solid;
}
.border-top-dotted {
    border-top-style: dotted;
}
.border-top-dashed {
    border-top-style: dashed;
}

.border-top-primary {
    border-top-color: var(--bs-primary);
}

.border-top-secondary {
    border-top-color: var(--bs-secondary);
}

.border-top-success {
    border-top-color: var(--bs-success);
}

.border-top-info {
    border-top-color: var(--bs-info);
}

.border-top-warning {
    border-top-color: var(--bs-warning);
}

.border-top-danger {
    border-top-color: var(--bs-danger);
}

.border-top-light {
    border-top-color: var(--bs-light);
}

.border-top-dark {
    border-top-color: var(--bs-dark);
}

.border-top-black {
    border-top-color: var(--bs-black);
}

.border-top-white {
    border-top-color: var(--bs-white);
}

.border-top-primary-subtle {
    border-top-color: var(--bs-primary-border-subtle);
}

.border-top-secondary-subtle {
    border-top-color: var(--bs-secondary-border-subtle);
}

.border-top-success-subtle {
    border-top-color: var(--bs-success-border-subtle);
}

.border-top-info-subtle {
    border-top-color: var(--bs-info-border-subtle);
}

.border-top-warning-subtle {
    border-top-color: var(--bs-warning-border-subtle);
}

.border-top-danger-subtle {
    border-top-color: var(--bs-danger-border-subtle);
}

.border-top-light-subtle {
    border-top-color: var(--bs-light-border-subtle);
}

.border-top-dark-subtle {
    border-top-color: var(--bs-dark-border-subtle);
}
.border-top-transparent{
    border-top-color: transparent;

}
.border-top-currentColor {
    border-top-color: currentColor;
}
.border-bottom-1 {
    border-bottom-width: 1px;
}

.border-bottom-2 {
    border-bottom-width: 2px;
}

.border-bottom-3 {
    border-bottom-width: 3px;
}

.border-bottom-4 {
    border-bottom-width: 4px;
}

.border-bottom-5 {
    border-bottom-width: 5px;
}
.border-bottom-10 {
    border-bottom-width: 10px ;
}

.border-bottom-15 {
    border-bottom-width: 15px;
}

.border-bottom-20 {
    border-bottom-width: 20px ;
}

.border-bottom-30 {
    border-bottom-width: 30px;
}
.border-bottom-025rem {
    border-bottom-width: 0.25rem;
}
.border-bottom-050rem {
    border-bottom-width: 0.5rem;
}
.border-bottom-100rem {
    border-bottom-width: 1rem;
}
.border-bottom-150rem {
    border-bottom-width: 1.5rem;
}
.border-bottom-200rem {
    border-bottom-width: 2rem;
}
.border-bottom-300rem {
    border-bottom-width: 3rem;
}
.border-bottom-0 {
    border-bottom-width: 0;
}
.border-bottom-solid {
    border-bottom-style: solid;
}
.border-bottom-dotted {
    border-bottom-style: dotted;
}
.border-bottom-dashed {
    border-bottom-style: dashed;
}

.border-bottom-primary {
    border-bottom-color: var(--bs-primary);
}

.border-bottom-secondary {
    border-bottom-color: var(--bs-secondary);
}

.border-bottom-success {
    border-bottom-color: var(--bs-success);
}

.border-bottom-info {
    border-bottom-color: var(--bs-info);
}

.border-bottom-warning {
    border-bottom-color: var(--bs-warning);
}

.border-bottom-danger {
    border-bottom-color: var(--bs-danger);
}

.border-bottom-light {
    border-bottom-color: var(--bs-light);
}

.border-bottom-dark {
    border-bottom-color: var(--bs-dark);
}

.border-bottom-black {
    border-bottom-color: var(--bs-black);
}

.border-bottom-white {
    border-bottom-color: var(--bs-white);
}

.border-bottom-primary-subtle {
    border-bottom-color: var(--bs-primary-border-subtle);
}

.border-bottom-secondary-subtle {
    border-bottom-color: var(--bs-secondary-border-subtle);
}

.border-bottom-success-subtle {
    border-bottom-color: var(--bs-success-border-subtle);
}

.border-bottom-info-subtle {
    border-bottom-color: var(--bs-info-border-subtle);
}

.border-bottom-warning-subtle {
    border-bottom-color: var(--bs-warning-border-subtle);
}

.border-bottom-danger-subtle {
    border-bottom-color: var(--bs-danger-border-subtle);
}

.border-bottom-light-subtle {
    border-bottom-color: var(--bs-light-border-subtle);
}

.border-bottom-dark-subtle {
    border-bottom-color: var(--bs-dark-border-subtle);
}
.border-bottom-transparent{
    border-bottom-color: transparent;
}
.border-bottom-currentColor {
    border-bottom-color: currentColor;
}
.border-left-1 {
    border-left-width: 1px;
}

.border-left-2 {
    border-left-width: 2px;
}

.border-left-3 {
    border-left-width: 3px;
}

.border-left-4 {
    border-left-width: 4px;
}

.border-left-5 {
    border-left-width: 5px;
}
.border-left-10 {
    border-left-width: 10px ;
}

.border-left-15 {
    border-left-width: 15px;
}

.border-left-20 {
    border-left-width: 20px ;
}

.border-left-30 {
    border-left-width: 30px;
}
.border-left-025rem {
    border-left-width: 0.25rem;
}
.border-left-050rem {
    border-left-width: 0.5rem;
}
.border-left-100rem {
    border-left-width: 1rem;
}
.border-left-150rem {
    border-left-width: 1.5rem;
}
.border-left-200rem {
    border-left-width: 2rem;
}
.border-left-300rem {
    border-left-width: 3rem;
}
.border-left-0 {
    border-left-width: 0;
}
.border-left-solid {
    border-left-style: solid;
}
.border-left-dotted {
    border-left-style: dotted;
}
.border-left-dashed {
    border-left-style: dashed;
}

.border-left-primary {
    border-left-color: var(--bs-primary);
}

.border-left-secondary {
    border-left-color: var(--bs-secondary);
}

.border-left-success {
    border-left-color: var(--bs-success);
}

.border-left-info {
    border-left-color: var(--bs-info);
}

.border-left-warning {
    border-left-color: var(--bs-warning);
}

.border-left-danger {
    border-left-color: var(--bs-danger);
}

.border-left-light {
    border-left-color: var(--bs-light);
}

.border-left-dark {
    border-left-color: var(--bs-dark);
}

.border-left-black {
    border-left-color: var(--bs-black);
}

.border-left-white {
    border-left-color: var(--bs-white);
}

.border-left-primary-subtle {
    border-left-color: var(--bs-primary-border-subtle);
}

.border-left-secondary-subtle {
    border-left-color: var(--bs-secondary-border-subtle);
}

.border-left-success-subtle {
    border-left-color: var(--bs-success-border-subtle);
}

.border-left-info-subtle {
    border-left-color: var(--bs-info-border-subtle);
}

.border-left-warning-subtle {
    border-left-color: var(--bs-warning-border-subtle);
}

.border-left-danger-subtle {
    border-left-color: var(--bs-danger-border-subtle);
}

.border-left-light-subtle {
    border-left-color: var(--bs-light-border-subtle);
}

.border-left-dark-subtle {
    border-left-color: var(--bs-dark-border-subtle);
}
.border-left-transparent{
    border-left-color: transparent;
}
.border-left-currentColor {
    border-left-color: currentColor;
}

.border-right-1 {
    border-right-width: 1px;
}

.border-right-2 {
    border-right-width: 2px;
}

.border-right-3 {
    border-right-width: 3px;
}

.border-right-4 {
    border-right-width: 4px;
}

.border-right-5 {
    border-right-width: 5px;
}
.border-right-10 {
    border-right-width: 10px ;
}

.border-right-15 {
    border-right-width: 15px;
}

.border-right-20 {
    border-right-width: 20px ;
}

.border-right-30 {
    border-right-width: 30px;
}
.border-right-025rem {
    border-right-width: 0.25rem;
}
.border-right-050rem {
    border-right-width: 0.5rem;
}
.border-right-100rem {
    border-right-width: 1rem;
}
.border-right-150rem {
    border-right-width: 1.5rem;
}
.border-right-200rem {
    border-right-width: 2rem;
}
.border-right-300rem {
    border-right-width: 3rem;
}
.border-right-0 {
    border-right-width: 0;
}
.border-right-solid {
    border-right-style: solid;
}
.border-right-dotted {
    border-right-style: dotted;
}
.border-right-dashed {
    border-right-style: dashed;
}

.border-right-primary {
    border-right-color: var(--bs-primary);
}

.border-right-secondary {
    border-right-color: var(--bs-secondary);
}

.border-right-success {
    border-right-color: var(--bs-success);
}

.border-right-info {
    border-right-color: var(--bs-info);
}

.border-right-warning {
    border-right-color: var(--bs-warning);
}

.border-right-danger {
    border-right-color: var(--bs-danger);
}

.border-right-light {
    border-right-color: var(--bs-light);
}

.border-right-dark {
    border-right-color: var(--bs-dark);
}

.border-right-black {
    border-right-color: var(--bs-black);
}

.border-right-white {
    border-right-color: var(--bs-white);
}

.border-right-primary-subtle {
    border-right-color: var(--bs-primary-border-subtle);
}

.border-right-secondary-subtle {
    border-right-color: var(--bs-secondary-border-subtle);
}

.border-right-success-subtle {
    border-right-color: var(--bs-success-border-subtle);
}

.border-right-info-subtle {
    border-right-color: var(--bs-info-border-subtle);
}

.border-right-warning-subtle {
    border-right-color: var(--bs-warning-border-subtle);
}

.border-right-danger-subtle {
    border-right-color: var(--bs-danger-border-subtle);
}

.border-right-light-subtle {
    border-right-color: var(--bs-light-border-subtle);
}

.border-right-dark-subtle {
    border-right-color: var(--bs-dark-border-subtle);
}
.border-right-transparent{
    border-right-color: transparent;
}
.border-right-currentColor {
    border-right-color: currentColor;
}


/*圆角*/
[class*="rounded-"]{
    overflow: hidden;
    vertical-align: middle;
}
[class*="rounded-"] > :first-child:last-child:not([class*="rounded-"]) {
    border-radius: inherit;
    overflow: hidden;
}


.rounded-tl-0 {
    border-top-left-radius: 0;
}

.rounded-tl-1 {
    border-top-left-radius: var(--bs-border-radius-sm);
}

.rounded-tl-2 {
    border-top-left-radius: var(--bs-border-radius);
}

.rounded-tl-3 {
    border-top-left-radius: var(--bs-border-radius-lg);
}

.rounded-tl-4 {
    border-top-left-radius: var(--bs-border-radius-xl);
}

.rounded-tl-5 {
    border-top-left-radius: var(--bs-border-radius-xxl);
}
.rounded-tl-circle {
    border-top-left-radius: 50%;
}

.rounded-tl-pill {
    border-top-left-radius: var(--bs-border-radius-pill);
}
.rounded-tr-0 {
    border-top-right-radius: 0;
}
.rounded-tr-1 {
    border-top-right-radius: var(--bs-border-radius);
}
.rounded-tr-2 {
    border-top-right-radius: var(--bs-border-radius);
}

.rounded-tr-3 {
    border-top-right-radius: var(--bs-border-radius-lg);
}

.rounded-tr-4 {
    border-top-right-radius: var(--bs-border-radius-xl);
}

.rounded-tr-5 {
    border-top-right-radius: var(--bs-border-radius-xxl);
}
.rounded-tr-circle {
    border-top-right-radius: 50%;
}

.rounded-tr-pill {
    border-top-right-radius: var(--bs-border-radius-pill);
}

.rounded-bl-0 {
    border-bottom-left-radius: 0;
}

.rounded-bl-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm);
}

.rounded-bl-2 {
    border-bottom-left-radius: var(--bs-border-radius);
}

.rounded-bl-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg);
}

.rounded-bl-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl);
}

.rounded-bl-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl);
}

.rounded-bl-circle {
    border-bottom-left-radius: 50%;
}

.rounded-bl-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill);
}

.rounded-br-0 {
    border-bottom-right-radius: 0;
}

.rounded-br-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm);
}

.rounded-br-2 {
    border-bottom-right-radius: var(--bs-border-radius);
}

.rounded-br-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg);
}

.rounded-br-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl);
}

.rounded-br-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl);
}

.rounded-br-circle {
    border-bottom-right-radius: 50%;
}

.rounded-br-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill);
}


/*字号*/
.font-s-sm-3 {
    font-size: 0.5rem;
}
.font-s-sm-2 {
    font-size: 0.725rem;
}
.font-s-sm-1 {
    font-size: 0.85rem;
}
.font-s-md {
    font-size: 1rem;
}

.font-s-lg-1 {
    font-size: calc(1.275rem + 0.3vw);
}
.font-s-lg-2 {
    font-size: calc(1.3rem + 0.6vw);
}
.font-s-lg-3 {
    font-size: calc(1.325rem + 0.9vw);
}
.font-s-lg-4 {
    font-size: calc(1.375rem + 1.5vw);
}
.font-s-xl-1 {
    font-size: calc(1.425rem + 2.1vw);
}
.font-s-xl-2 {
    font-size: calc(1.475rem + 2.7vw);
}
.font-s-xl-3 {
    font-size: calc(1.525rem + 3.3vw);
}
.font-s-xl-4 {
    font-size: calc(1.575rem + 3.9vw);
}
/* 引用文本 */
blockquote {
    /*font-style: italic;*/
    padding: 20px;
    letter-spacing: .01rem;
    border-left: 4px solid #f1f3f7;
    margin: 0rem;
    background-color: rgb(248, 249, 250);
    text-align: justify;
}

blockquote p:first-child:before, blockquote p:first-child:after {
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1em;
}

blockquote p:first-child:before {
    content: "\f10d";
}

blockquote p:first-child:after {
    content: "\f10e";
}

blockquote .blockquote-footer {
    font-size: 1em;
    /*margin-top: 15px;*/
    margin-bottom: 0;
}

.blockquote-footer::before {
    content: "——";
}
/*ul {*/
/*    list-style: none;*/
/*}*/

/*.list-numbered {*/
/*    list-style-type: none;*/
/*    counter-reset: section;*/
/*}*/
/*.list-numbered > li{*/
/*    list-style-type: none;*/
/*}*/
/*.list-numbered > li::before,*/
/*.list-numbered > .list-item::before*/
/*{*/
/*    content: counters(section, ".") ". ";*/
/*    counter-increment: section;*/
/*}*/

/*.list-numbered {*/
/*    list-style-type: decimal;*/
/*}*/
/*.list-numbered > li{*/
/*    list-style-type: decimal;*/
/*}*/
/*.list-numbered {*/
/*    counter-reset: item;*/
/*    list-style: none;*/
/*    padding-left: 0;*/
/*}*/

/*.list-numbered > li {*/
/*    !*display: flex;*!*/
/*    !*align-items: flex-start;*!*/
/*    gap: 10px;*/
/*    counter-increment: item;*/
/*}*/

/*.list-numbered > li::before {*/
/*    !*content: counter(item) ".";*!*/
/*    content: counters(item, ".") ". ";*/
/*    !*flex: 0 0 auto;*!*/
/*    text-align: right;*/
/*}*/
/* 1. 根级列表设置 */
/* 根列表：重置计数器，清除默认样式 */
.list-numbered {
    counter-reset: item;
    list-style: none;
    /*padding-left: 0;*/
    /*margin: 0;*/
}

/* 父级 li：使用 flex 实现编号 + 文字布局 */
.list-numbered  > .list-item > .list-item-content {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    /*counter-increment: item;*/
}

/* 编号样式 */
.list-numbered > .list-item > .list-item-content::before {
    content: counters(item, ".") ".";
    counter-increment: item;
    flex: 0 0 auto;           /* 固定宽度，右对齐 */
    text-align: right;
    white-space: nowrap;       /* 防止编号换行 */
}

/*.list-dot {*/
/*    list-style-type: disc;*/
/*}*/
/*.list-dot > li{*/
/*    list-style-type: disc;*/
/*}*/

.list-dot {

    list-style: none;
    /*padding-left: 0;*/
    /*margin: 0;*/
}
.list-dot > li {

    list-style: none;
    /*padding-left: 0;*/
    /*margin: 0;*/
}
/* 父级 li：使用 flex 实现编号 + 文字布局 */
.list-dot  > .list-item > .list-item-content {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;

}

/* 编号样式 */
.list-dot > .list-item > .list-item-content::before {
    content: "\2022";

    flex: 0 0 auto;           /* 固定宽度，右对齐 */
    text-align: right;
    white-space: nowrap;       /* 防止编号换行 */
}



.list-unstyle {
    list-style-type: none;
}
.list-unstyle > .list-item {
    list-style-type: none;
}
/*.list-unstyle > .list-item > .list-item-content {*/
/*    text-indent: 1em;*/
/*}*/
.list-item > .list-unstyle > .list-item > .list-item-content::before {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.list-item > .list-unstyle > .list-item > .list-item-content {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

/*
 * Style common for all sections
 */
body > section, body > footer, body > header {
    position: relative;
    /*
		&.overlay {
			position: relative;


			&:before {
				z-index: 1;
				position: absolute;
				left: 0;
				right: 0;
				bottom: 0;
				top: 0;
				content: "";
				background: rgba(var(--bs-body-color-rgb), 0.4);
			}
		}*/
}

body > section .background-container, body > section .overlay, body > footer .background-container, body > footer .overlay, body > header .background-container, body > header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -5;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body > section .background-container img, body > section .background-container video, body > section .overlay img, body > section .overlay video, body > footer .background-container img, body > footer .background-container video, body > footer .overlay img, body > footer .overlay video, body > header .background-container img, body > header .background-container video, body > header .overlay img, body > header .overlay video {
    width: auto;
    height: auto;
    max-width: initial;
    min-height: 100%;
    min-width: 100%;
    /*
				@include media-breakpoint-down(md) {
					margin: 0 0 0 -25%;
				}

				@include media-breakpoint-down(sm) {
					margin: 0 0 0 -50%;
				}
				*/
}

body > section .background-container img, body > section .overlay img, body > footer .background-container img, body > footer .overlay img, body > header .background-container img, body > header .overlay img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body > section .overlay, body > footer .overlay, body > header .overlay {
    z-index: -1;
    background-color: #0dcaf0;
    opacity: 0.3;
}

body > section .separator, body > footer .separator, body > header .separator {
    z-index: -3;
    position: absolute;
    width: 100%;
    color: #fff;
    /*> svg, */
}

body > section .separator > img, body > footer .separator > img, body > header .separator > img {
    width: 100%;
    height: 100%;
}

body > section .separator.bottom, body > footer .separator.bottom, body > header .separator.bottom {
    bottom: 0;
}

body > section .separator.top, body > footer .separator.top, body > header .separator.top {
    top: 0px;
}

section:has(.background-container),
section:has(.overlay),
section:has(.separator) {
    /*min-height: 200px;*/

    /*background-color: rgba(230, 230, 230, 0.25);*/
}

a {
    text-decoration: none;
}


.align-left {
    float: left;
    /*margin-bottom: 25px;*/
    /*max-width: 50%;*/
    margin: .5em 1em .5em 0;
}

.align-right {
    float: right;
    /*margin-bottom: 25px;*/
    /*max-width: 50%;*/
    margin: .5em 0 .5em 1em;
}

/*.align-center {*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

/*img.align-center {*/
/*    display: block;*/
/*}*/


/*图集*/

.gallery {

    gap: 1rem;
    --gallery-item-num: 6;
}

.gallery {
    /*display: flex;*/
    /*flex-wrap: wrap;*/

    display: grid;
    /* 重复 3 次，每次占据 1fr 的空间 */
    grid-template-columns: repeat(var(--gallery-item-num), 1fr);
    /*gap: 20px; !* 元素之间的间距 *!*/
}

/*.gallery .item {*/
/*    flex: 1 0 auto;*/
/*}*/

.gallery.has-shadow .item {
    box-shadow: 2px 2px 4px 0 #ccc;
}


/*.gallery .item {*/
/*    !*margin-bottom: 20px;*!*/
/*    !*width: 100%;*!*/
/*    transition: 1s ease all;*/
/*    box-sizing: border-box;*/
/*}*/

.gallery img {
    width: 100%;
    height: 100%;
    /* 关键：让图片完整显示（长边适配），短边留空 */
    object-fit: contain;

    /* 居中对齐（水平和垂直） */
    object-position: center;
}
/*.gallery.masonry {*/
/*    column-count: 4;*/
/*    margin: 0px;*/
/*    padding: 0;*/
/*}*/
/*@media only screen and (max-width: 320px) {*/
/*    .gallery.masonry {*/
/*        column-count: 1;*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 321px) and (max-width: 768px) {*/
/*    .gallery.masonry {*/
/*        column-count: 2;*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 769px) and (max-width: 1200px) {*/
/*    .gallery.masonry {*/
/*        column-count: 3;*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 1201px) {*/
/*    .gallery.masonry {*/
/*        column-count: 4;*/
/*    }*/
/*}*/


/* 轮播图*/
.swiper {
    display:none;
    height:56vh;
}

.swiper {
    width: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*.swiper .swiper-slide {*/
/*    min-height: 100px;*/
/*}*/

/*.swiper-button-prev:not([aria-label]),*/
/*.swiper-button-next:not([aria-label]) {*/

/*    display: none;*/
/*}*/

.swiper-scrollbar:not(:has(.swiper-scrollbar-drag)) {

    display: none;
}


.swiper-navigation-hide .swiper-button-prev,
.swiper-navigation-hide .swiper-button-next {
    display: none;

}

.swiper-pagination-hide .swiper-pagination {
    display: none;

}

.swiper-scrollbar-hide .swiper-scrollbar {
    display: none;

}
.swiper .swiper-wrapper{
    height: 100%;
    max-width: 100%;
}
/*.swiper .swiper-slide {*/
/*    height: 56vh;*/
/*    max-width: 100%;*/
/*}*/

.swiper-item-image {
    max-height: 100%;
    max-width: 100%;


    /*    */
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index:0;
}

.swiper-item-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 0;
    max-height: 100%;
    max-width: 100%;
    padding: 6%;
    z-index:1;
}

/* 导航条 */

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 1rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.25rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    /*--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");*/
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.1rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;

    --bs-navbar-bg-color: #fff;


}

.navbar-dark, .navbar[data-bs-theme="dark"] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.5);

    --bs-navbar-bg-color: rgba(0, 0, 0, 0.8);

}

.navbar:not(.navbar-dark) {
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
}

.navbar {
    background-color: var(--bs-navbar-bg-color);


}

.navbar-toggler {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar {
    top: 0;
    left: 0;
    width: 100%;
    /*z-index: 10;*/
    /*position: sticky;*/
    /*backdrop-filter: saturate(180%) blur(20px);*/
    position: relative;
    box-shadow: 0 1px 8px rgba(var(--bs-body-color-rgb), 0.07), inset 0 -1px 0 rgba(var(--bs-body-color-rgb), 0.07);
}

.navbar.sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 1030;

    opacity: 0.95;
}

.navbar.sticky.fixed-top,
.navbar.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 1030;
}

.navbar.sticky.sticky-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 1030;
}


.navbar.sticky.fixed-bottom,
.navbar.fixed-bottom {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}


.navbar.sticky {
    transition: 0.5s all;
}

.navbar.sticky.navbar-light {

    /*background-color: var(--bs-body-bg);*/

    background-color: var(--bs-navbar-bg-color);
    color: var(--bs-navbar-color);
}


.navbar.sticky.navbar-dark {


    /*background-color: var(--bs-body-bg);*/
    background-color: var(--bs-navbar-bg-color) !important;
    /*color: rgba(var(--bs-white-rgb), 0.9) !important;*/
}

.dropdown-item:hover, .dropdown-item:focus {
    color: inherit;
    background-color: inherit;
    opacity: 0.6;
}

/*.navbar .container{*/
/*}*/

/*.top-nav .container,*/
/*.navbar .container {*/
/*    padding-right: calc(var(--bs-gutter-x) * .5);*/
/*    padding-left: calc(var(--bs-gutter-x) * .5);*/

/*}*/

.top-nav ul, .top-nav ol {
    margin: 0;
}

/*.top-nav {*/
/*    font-size: 75%;*/
/*    padding: 0.3rem;*/
/*    background-color: var(--bs-body-bg);*/
/*    background-color: rgba(var(--bs-tertiary-bg-rgb), 0.5);*/
/*    border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.05);*/
/*}*/

/*.top-nav * {*/
/*    color: var(--bs-secondary-color);*/
/*}*/

.navbar-brand {
    /*padding-top: var(--bs-navbar-brand-padding-y);*/
    /*padding-bottom: var(--bs-navbar-brand-padding-y);*/
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;

}

/*.navbar-brand{*/
/*    max-width: 300px;*/
/*}*/
.navbar-brand img {
    max-width: 300px;
    max-height: 80px;
}

@media (max-width: 575px) {
    /*.navbar-brand{*/
    /*    max-width: 180px;*/
    /*}*/
    .navbar-brand img {
        max-width: 180px;
        max-height: 80px;

    }
}

.navbar-brand a {

    display: inline-block;
    font-size: var(--bs-navbar-brand-font-size);
    /*color: var(--bs-navbar-brand-color);*/
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.navbar-brand:hover, .navbar-brand:focus,
.navbar-brand a:hover, .navbar-brand a:focus {
    /*color: var(--bs-navbar-brand-hover-color);*/
    color: inherit;
}

.navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    color:inherit;
    cursor: pointer;

}

.navbar a {
    color:inherit;
    cursor: pointer;

}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: inherit;
}

.navbar-nav .nav-item {
    padding: 0.5rem;
}

@media (min-width: 992px) {
    .navbar .navbar-brand {
        margin-right: 150px;
    }
}

.navbar-nav {
    /*margin-left: auto;*/
    width :100%;
}

.navbar-nav .dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    border: none;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 80%;
    content: "\f107";
    vertical-align: middle;
}
.dropdown-menu[data-bs-popper] {

    left: auto;

}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        display: block !important;
        /* flex-basis: auto; */
    }
}


@media screen and (min-width: 992px) {
    .navbar .navbar-nav a {

        --bs-navbar-nav-link-padding-x: 0.5rem;
        font-size: 15px;
        padding: 1rem 1rem;
        text-transform: none;
    }

    .navbar-nav .nav-toggle.show .nav-item.dropdown .dropdown-toggle + .dropdown-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .navbar-nav .dropdown-menu {
        box-shadow: 0 0 28px rgba(var(--bs-body-color-rgb), 0.2);
        border: none;
    }

    .navbar-nav .nav-item.dropdown {
        /*
		> .nav-link.dropdown-toggle {
			display:none;
		}

		&.has-dropdown {
			> .nav-link.dropdown-toggle {
				display:block;
			}
		}
		*/
    }

    .navbar-nav .nav-item.dropdown .nav-item.dropdown > a:after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid transparent;
        border-right: 0.3em solid transparent;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
        right: 0.5rem;
        top: 40%;
        position: absolute;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu {
        top: 100%;
        margin-top: -1rem;
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        /*display: block;*/
        visibility: hidden;
        transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), right 0s linear 0.5s;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu-end {
        right: 0;
    }

    .navbar-nav .nav-item.dropdown .dropdown-menu-start {
        left: 0;
    }

    .navbar-nav .nav-item.dropdown:hover > .dropdown-toggle + .dropdown-menu,
    .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        display: block;
    }

    .navbar-nav .nav-item.dropdown > .dropdown-menu .dropdown-menu {
        left: 100%;
        margin-top: auto;
        top: 0;
    }

    .navbar-nav .nav-item.dropdown .dropdown-toggle + .dropdown-menu {
        top: 100%;
        transform: translateY(20px);
        opacity: 0;
        display: block;
        transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), right 0s linear 0.5s;
        box-shadow: 0 0 28px rgba(var(--bs-body-color-rgb), 0.2);
        border: none;
        visibility: hidden;
    }

    .navbar-nav .nav-item.dropdown .dropdown-toggle + .dropdown-menu.show {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .navbar-nav .nav-item.dropdown .dropdown-toggle + .dropdown-menu:hover > .dropdown-menu {
        transform: translateY(0);
        opacity: 1;
        transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .navbar-nav .nav-item.dropdown .dropdown-toggle + .dropdown-menu .dropdown-item {
        padding: .7rem 2.5rem;
    }


}

.navbar .navbar-nav a {
    display: block;

}

.navbar .navbar-nav a, .navbar .navbar-nav a span:last-child {

    white-space: nowrap;
}

.navbar-nav a span > p:last-child {
    margin-bottom: 0;
}

.navbar.sticky {
    transition: 0.5s background;
    background-color: rgba(var(--bs-body-bg-rgb), 0.9);
}

.navbar.sticky.navbar-light {
    /*background-color: var(--bs-body-bg);*/
    background-color: rgba(var(--bs-body-bg-rgb), 0.9);
}

.navbar.sticky.navbar-dark {
    /*background-color: var(--bs-body-bg);*/
    background-color: rgba(var(--bs-body-bg-rgb), 0.9);
}

.navbar .navbar-collapse {
    position: relative;
}


/* 页尾 */


footer {
    position: relative;
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: rgba(var(--bs-body-color-rgb), 0.03);
    border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.03);
    background-color: rgba(var(--bs-body-color-rgb), 0.01);
    border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.05);
    margin-top: 1rem;
}

/*footer .h6 {*/
/*    margin: 1rem 0rem;*/
/*    font-weight: 700;*/
/*    color: var(--bs-light-text-emphasis);*/
/*}*/
/*.footer-list-title {*/
/*    margin-bottom: 1rem;*/
/*    font-size: 1.25rem;*/
/*    font-weight: 500;*/
/*}*/
/*.footer-list-block{*/
/*    font-size: 1rem;*/
/*}*/
/*.footer-list-item {*/
/*    display: block;*/
/*    text-decoration: none;*/
/*    margin-bottom: 0.5rem;*/
/*    !*color: var(--bs-secondary-color);*!*/
/*}*/
/*footer {*/
/*    text-align: center;*/
/*}*/

/*footer a {*/
/*    margin-bottom: 1rem;*/
/*}*/

footer a {
    color: inherit;
}

footer img {
    margin: auto;
    max-width: 100%;
}

@media (min-width: 768px) {
    footer {
        text-align: left;
    }

}

/*footer .footer-main {*/
/*    padding: 1.5rem 0.5rem;*/

/*}*/

/*.footer-main-item {*/
/*    margin-top: 1.5rem;*/
/*}*/

.footer-main-item .footer-list-block {
    opacity: .85;
}

footer .footer-copyright {
    /*margin-top: 0rem;*/
    /*padding: 1.5rem 0.5rem;*/
    font-size: 75%;
    /*color:  var(--bs-secondary-color);*/
}

/*.footer-copyright-item {*/
/*    padding: 0.5rem;*/
/*    opacity: .75;*/
/*}*/

footer .footer-copyright a {
    text-decoration: none;
    /*color:  var(--bs-secondary-color);*/

}

footer .footer-copyright a:hover {
    text-decoration: underline;
}

/*footer .footer-copyright {*/

/*    border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.05);*/
/*}*/


/*!**/
/**!*/
/*.hero-slider {*/
/*    min-height: 800px;*/
/*}*/


/*.hero-slider .swiper-slide > .swiper-item-content {*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.hero-slider .swiper-slide > img + .content > .container,*/
/*.hero-slider .swiper-slide > img + .content > .container-fluid,*/
/*.hero-slider .swiper-slide > img + .content > .container-sm,*/
/*.hero-slider .swiper-slide > img + .content > .container-md,*/
/*.hero-slider .swiper-slide > img + .content > .container-lg,*/
/*.hero-slider .swiper-slide > img + .content > .container-xl,*/
/*.hero-slider .swiper-slide > img + .content > .container-xxl {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

/*.hero-slider .swiper-slide > img + .content > .container > div,*/
/*.hero-slider .swiper-slide > img + .content > .container-fluid > div,*/
/*.hero-slider .swiper-slide > img + .content > .container-sm > div,*/
/*.hero-slider .swiper-slide > img + .content > .container-md > div,*/
/*.hero-slider .swiper-slide > img + .content > .container-lg > div,*/
/*.hero-slider .swiper-slide > img + .content > .container-xl > div,*/
/*.hero-slider .swiper-slide > img + .content > .container-xxl > div {*/
/*    position: relative;*/
/*    height: 100%;*/
/*    min-height: 960px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/


.dropdown-menu > * {
    width:100%;
    display: block;
}