.nav_search{
    min-width: 220px !important;
}
.nav_search .uix-search-box .uix-search-box__field {
    padding: 0.2rem 1rem;
}
.uix-menu__container.is-mobile .nav_search .uix-search-box .uix-search-box__submit {
    top: 1rem!important;
}
.nav_search input:not([type=checkbox]):not([type=radio]) {
     background: rgba(255,255,255,.1) !important;
     margin: 0!important;
}
.uix-breadcrumbs ul li,.uix-breadcrumbs ul li:first-child a {
    border-bottom-left-radius: 27px;
    border-top-left-radius: 27px;
}
.uix-breadcrumbs ul li,.uix-breadcrumbs ul li:last-child a {
    border-bottom-right-radius: 27px;
    border-top-right-radius: 27px;
}
.app-slider6 .swiper-wrapper .slide-inner{
    background-position: 50%;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.table-green {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #33be8b;
    border-color: #dfe0e1
}
.color-green{
    color: #33be8b;
}
/*产品对比开始*/
.compare-basket .hidden-xs {
    float: left;
}

.compare-basket .hidden-xs h4 {
    text-align: left;
}

.compare-basket .hidden-xs p {
    color: #33be8b;
    max-resolution: 10px 0;
}

.compare-basket .product-icon a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    line-height: 2em;
    text-align: left;
    font-size: 0.825rem;
}

.compare-basket .product-icon a:hover {
    color: #33be8b;
}

.action {
    display: inline-block;
    font-size: 1em;
    white-space: nowrap;
    padding: 0.85em 1.25em;
    cursor: pointer;
    border: none;
    background: transparent;
    text-align: center;
}

.action:focus {
    outline: none;
}

.action--button {
    background: #2C2D34;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.action--button:hover {
    background: #33be8b;
}

.action__text {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: .813em;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
}

.action__text--invisible {
    position: absolute;
    top: 100%;
    opacity: 0;
    pointer-events: none;
}

.action--button i + span {
    margin-left: 1em;
}

.flexbox .action--buy {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 1em;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.action--close {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    font-size: 1.5em;
    color: #ddd;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s, background 0.2s;
    transition: opacity 0.3s, background 0.2s;
}

.view--compare + .compare .action--close {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition-delay: 0.4s, 0s;
    transition-delay: 0.4s, 0s;
}

.action--close:hover, .action--close:focus {
    color: #797BED;
}

.action--compare {
    margin: 0 0 0 4px;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    background-color: #999;
    color: #565B6C;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.compare-basket--active .action--compare {
    opacity: 1;
}

.compare-basket--active .action--compare:nth-child(4), .compare-basket--active .action--compare:nth-child(5) {
    background-color: #33be8b;
    color: #fff;
    pointer-events: auto;
    cursor: pointer;
    margin: 10px 0px;
}

.action--remove {
    position: absolute;
    overflow: hidden;
    color: #333;
    top: 0px;
    right: 5px;
    padding: 0;
    font-size: 1rem;
}

.action--remove:hover, .action--compare-add:hover {
    color: #33be8b;
}

.check-hidden {
    position: absolute;
    opacity: 0;
}

.compare-basket {
    width: 100%;
    padding: 0.75em;
    text-align: right;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #ddd;
    z-index: 1000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2,1,0.3,1);
    transition: transform 0.3s cubic-bezier(0.2,1,0.3,1);
}

.compare-basket--active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.flexbox .compare-basket {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-icon {
    display: inline-block;
    vertical-align: middle;
    background: #42444F;
    width: 120px;
    max-width: 32%;
    height: 150px;
    padding: 5px;
    margin: 0 2px;
    border-radius: 2px;
    position: relative;
}

.product-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 4px;
    z-index: -1;
    /*box-shadow: -126px 0 #2C2D34;*/
}

.compare-basket--full .product-icon::after {
    display: none;
}

.flexbox .product-icon {
    display: block;
}

.compare {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1001;
    -webkit-transition: height 0s 0.4s;
    transition: height 0s 0.4s;
}

.flexbox .compare {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.view--compare + .compare {
    pointer-events: auto;
    height: 100%;
    -webkit-transition: none;
    transition: none;
}

.compare::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.view--compare + .compare::before {
    opacity: 1;
}

.compare__item {
    height: 100%;
    width: 50%;
    background: #24252A;
    text-align: center;
    cursor: default;
    padding: 2em 0;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

.no-flexbox .compare__item {
    display: inline-block;
    width: 50%;
}

.compare__item:nth-of-type(2) {
    background: #212227;
}

.compare__item .product__title {
    margin: 1em 0;
    min-height: 0;
}

.compare__item .product__price {
    color: #CECECE;
}

.compare__item span[class^="product__"] {
    display: block;
    padding: 0.85em 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.compare__item span[class^="product__"].hover {
    background: #000;
}

.compare__item:first-of-type:nth-last-of-type(3), .compare__item:first-of-type:nth-last-of-type(3) ~ .compare__item {
    width: 33.3333%;
}

.flexbox .compare__item {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.compare__item:nth-child(odd) {
    -webkit-transform: translate3d(0,-100vh,0);
    transform: translate3d(0,-100vh,0);
}

.compare__item:nth-child(even) {
    -webkit-transform: translate3d(0,100vh,0);
    transform: translate3d(0,100vh,0);
}

.view--compare + .compare .compare__item:nth-child(odd), .view--compare + .compare .compare__item:nth-child(even) {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.compare__effect {
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity 1s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1), opacity 1s cubic-bezier(0.2, 1, 0.3, 1);
}

.compare__item:nth-child(odd) .compare__effect {
    -webkit-transform: translate3d(0,-250px,0);
    transform: translate3d(0,-250px,0);
}

.compare__item:nth-child(even) .compare__effect {
    -webkit-transform: translate3d(0,250px,0);
    transform: translate3d(0,250px,0);
}

.view--compare + .compare .compare__item:nth-child(odd) .compare__effect, .view--compare + .compare .compare__item:nth-child(even) .compare__effect {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

@media screen and (min-width: 59.688em) {
    .flexbox .compare__effect {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .flexbox .compare__item .product__image {
        -webkit-align-self: center;
        -ms-flex-align: center;
        align-self: center;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }
}

@media screen and (max-width: 59.688em) {
    .grid {
        padding: 2em 0.5em;
        font-size: 65%;
    }

    .product {
        margin: 0 0.5em 1em;
        min-width: 13em;
    }

    .product__title {
        font-size: 115%;
    }

    .flexbox .product {
        -webkit-flex: 0 0 13em;
        -ms-flex: 0 0 13em;
        flex: 0 0 13em;
    }

    .flexbox .compare {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .no-flexbox .compare__item, .compare__item, .compare__item:first-of-type:nth-last-of-type(3), .compare__item:first-of-type:nth-last-of-type(3) ~ .compare__item {
        width: 100%;
    }

    .compare__item {
        text-align: left;
        padding: 1.5em;
        font-size: 90%;
    }

    .compare__item .product__image {
        height: 40px;
        float: left;
    }

    .compare__item .product__title {
        margin: 0 40px 0 43px;
        font-size: 0.85em;
        display: block;
    }

    .compare__item .product__year {
        border-bottom: 2px solid #2E294E;
    }

    .compare__item .product__region {
        border-bottom: 2px solid #6D6FD2;
    }

    .compare__item .product__varietal {
        border-bottom: 2px solid #4B5267;
    }

    .compare__item .product__alcohol {
        border-bottom: 2px solid #3C3474;
    }

    .action--close {
        padding: 0.5em 0.75em;
    }

    .compare__item .action--buy {
        margin: 0;
        display: block;
    }

    .compare__item span[class^="product__"] {
        display: inline-block;
        padding: 0.25em;
        margin: 0 0 0.5em 0;
        font-size: 0.85em;
    }

    .compare__item:nth-child(odd) {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }

    .compare__item:nth-child(even) {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    .compare__item:nth-child(odd) .compare__effect {
        -webkit-transform: translate3d(-250px,0,0);
        transform: translate3d(-250px,0,0);
    }

    .compare__item:nth-child(even) .compare__effect {
        -webkit-transform: translate3d(250px,0,0);
        transform: translate3d(250px,0,0);
    }
}
.btn_close{
    position: absolute;
    top: 5px;
    right: 10px;
}
.compare-basket .product__title{
    font-size: 0.625rem;
    color: #33be8b;
}
.first-column{
    color: #33be8b;
    font-size: 1rem;
    min-width: 4rem;
}
/*产品对比结束*/
.text_number{
    font-size: 2.5rem;
    font-weight: bold;
    text-align: right;
    color: #ADDFCA;
}
.line_cl3{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 设置显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2rem;
    height: 6rem;
}
.uix-vertical-menu .active a{
    color: #33be8b;
}
.uix-vertical-menu a.is-active + ul{
    height: auto;
}
#s1 .uix-gallery-grid .uix-gallery-grid__tiles .uix-gallery-grid__item figcaption {
    background: none;
    top: 0;
    color: #222;
    padding: 50px;
    text-align: left;
}
#s1 .uix-gallery-grid .uix-gallery-grid__tiles .uix-gallery-grid__item figcaption h4,#s1 h6,#s1 p {
    margin-bottom: 0;
}

/* 移除 Bootstrap 默认间距 */
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
/* 模块基础样式 */
.module {
    position: relative;
    overflow: hidden;
    height: 300px;
    border-top: 1px solid #e3e3ec;
    border-right: 1px solid #e3e3ec;
}
.module:nth-child(2n) {
    border-right: 1px solid transparent;
}
/*!* 左边模块：去掉左边框 *!*/
/*.module-left {*/
/*    border-left: none;*/
/*}*/

/*!* 右边模块：去掉右边框 *!*/
/*.module-right {*/
/*    border-right: none;*/
/*}*/

/* 背景图片层 */
.bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(-100%); /* 初始隐藏在左侧 */
    transition: transform 0.5s ease;
}

/* 遮罩层 */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 黑色透明遮罩 */
    opacity: 0; /* 初始隐藏 */
    transition: opacity 0.5s ease;
}

/* 鼠标悬停时显示背景图片和遮罩 */
.module:hover .bg-layer {
    transform: translateX(0); /* 图片滑入 */
}

.module:hover .overlay {
    opacity: 1; /* 遮罩显示 */
}

/* 内容样式 */
.module-content {
    position: absolute;
    top: 50%;
    left: 20px; /* 左边距 */
    transform: translateY(-50%);
    color: #000; /* 默认黑色文字 */
    text-align: left; /* 文字左对齐 */
    padding: 20px; /* 上下左右留边距 */
    max-width: 80%; /* 限制内容宽度 */
}
/* 鼠标悬停时文字变为白色 */
.module:hover .module-content,.module:hover .module-content h4,.module:hover .module-content h6,.swiper-wrapper h4 {
    color: #fff;
}
.module-content h4,.module-content h6 {
    margin-bottom: 0;
}
/* 箭头按钮样式 */
.arrow-button {
    width: 30px;
    height: 30px;
    background-color: #000; /* 默认黑色 */
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"/></svg>');
    mask-repeat: no-repeat;
    mask-position: center;
    transition: background-color 0.3s ease;
    margin-top: 10px; /* 与文字的间距 */
}

/* 鼠标悬停时箭头变为绿色 */
.module:hover .arrow-button ,.swiper-wrapper a:hover .arrow-button{
    background-color: #33be8b;
}
.ellipsis-3-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
#s2 .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0;
    left: 0;
    width: 70%;
    margin-bottom: -50px;
}
#s2 .slide-content{
    display: inline-block;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    background: #333;
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
    width: 50%;
    text-align: left;
    margin-bottom: -80px;
    opacity: 0;
    transform: translateY(-70px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
#s2 .swiper-slide-active .slide-content{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s; /* 延迟 1 秒显示 */
}
#s2 .swiper-container {
    overflow: initial;
}
#s2{
    background-color: #f8f8f8;
    padding: 6.5625rem 0 11.375rem 0;
    position: relative;
}
.image_center img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}
.product2 table th{
    min-width: 130px;
}
.col-md-9 .uix-outer-shadow--regular {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .01);
}
.col-md-9 .uix-outer-shadow--regular:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .07), 0 15px 35px 0 rgba(50, 50, 93, .1);
}
footer .col-lg-3:last-child .uix-typo--color-highlight{
    font-size: 14px;
}
.uix-header__container.uix-header__container--overlay {
    background: hsla(0,0%,100%,.9);
    background: linear-gradient(90deg,hsla(0,0%,100%,.9) 0,hsla(0,0%,100%,.9));
}