.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
}

.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}

.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}

.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}

.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}

.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}

table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px) {
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor: pointer;
}

.poorder #ert {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-he.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder #uioi {
    width: 21px;
    height: 22px;
    float: left;
    background-image: url(../images/p-su.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.poorder .tab-list .list .current {
    background-image: url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image: url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}


/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}


/* 手机站 左侧导航弹出特效 */

.xymob-left-close-btn {
    display: none;
}

@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }
    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }
    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }
    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }
    .xymob-menu-click .xypg-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 90vh;
        padding: 5vh 0;
    }
    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }
    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */

.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav>li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav>li:last-child {
    border-bottom: none;
}

.xypg-left-nav>li>a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav>li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav>li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav>li:hover>a,
.xypg-left-nav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav>li:hover .first-nav-btn,
.xypg-left-nav>li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav>li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav>li>a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav>li.clicked>a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li>a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav>li>a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav>li>a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav>li.clicked>a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


/*  */


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}


/* */

body {
    overflow-x: hidden;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.com-img2 {
    display: block;
    overflow: hidden;
}

.com-img2 img {
    transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
}

.com-img2:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.j-space-between {
    justify-content: space-between
}

.j-flex-start {
    justify-content: flex-start
}

.j-flex-end {
    justify-content: flex-end
}

.j-center {
    justify-content: center
}

.a-j-center {
    align-items: center;
    justify-content: center
}

.a-center {
    align-items: center
}

.a-flex-start {
    align-items: flex-start
}

.a-flex-end {
    align-items: flex-end
}

.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.max1720 {
    max-width: 1720px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1600 {
    max-width: 1600px;
    width: 90.625%;
    margin: 0 auto;
}

.max1500 {
    max-width: 1500px;
    width: 90.625%;
    margin: 0 auto;
}

.max1400 {
    max-width: 1430px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}


/**/

@font-face {
    font-family: "ziti";
    src: url('../font/aa.woff2') format('woff2'), url('//at.alicdn.com/t/font_3121550_9nfcxkmbz9i.woff?t=1645768855703') format('woff'), url('//at.alicdn.com/t/font_3121550_9nfcxkmbz9i.ttf?t=1645768855703') format('truetype'), url('//at.alicdn.com/t/font_3121550_9nfcxkmbz9i.svg?t=1645768855703#WPPOPFont') format('svg')
}

.WPPOPFont {
    font-family: "ziti" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-refresh:before {
    content: "\e66f"
}

.icon-star:before {
    content: "\e770"
}

.icon-star-fill:before {
    content: "\e880"
}

.icon-solid-user:before {
    content: "\e600"
}

.icon-solid-amazon:before {
    content: "\e60d"
}

.icon-solid-print:before {
    content: "\e84e"
}

.icon-solid-cart:before {
    content: "\e66e"
}

.icon-solid-email:before {
    content: "\e61b"
}

.icon-solid-phone:before {
    content: "\e7ae"
}

.icon-solid-map:before {
    content: "\e630"
}

.icon-solid-home:before {
    content: "\e619"
}

.icon-menu:before {
    content: "\e629"
}

.icon-solid-reply:before {
    content: "\e8fe"
}

.icon-solid-download:before {
    content: "\eaa3"
}

.icon-solid-comments:before {
    content: "\e6a5"
}

.icon-views:before {
    content: "\e666"
}

.icon-solid-alert:before {
    content: "\e68b"
}

.icon-user:before {
    content: "\e645"
}

.icon-comment:before {
    content: "\e668"
}

.icon-folder:before {
    content: "\e671"
}

.icon-search:before {
    content: "\e67d"
}

.icon-clock:before {
    content: "\e680"
}

.icon-arrow-left-large:before {
    content: "\e63d"
}

.icon-arrow-right-large:before {
    content: "\e63b"
}

.icon-solid-arrow-right:before {
    content: "\e63a"
}

.icon-solid-video:before {
    content: "\e7c7"
}

.icon-add:before {
    content: "\e67b"
}

.icon-minus:before {
    content: "\e67a"
}

.icon-select:before {
    content: "\e60a"
}

.icon-close:before {
    content: "\e66a"
}

.icon-down:before {
    content: "\e62f"
}

.icon-arrow-right:before {
    content: "\e612"
}

.icon-arrow-left:before {
    content: "\e613"
}

.icon-arrow-down:before {
    content: "\e665"
}

.icon-up:before {
    content: "\e62e"
}

.inner {
    margin: 0 auto;
    width: 96%;
    clear: both
}

.full-inner {
    padding: 0 2%
}

.inner:after,
.row-fix:after,
.wrapper:after,
.content:after,
.top-bar:after,
.full-inner:after,
.section-content:after,
.gallery:after,
.entry-content:after,
.container-fullwidth .column-fluid .content:after,
.cat-desc:after {
    content: " ";
    display: table;
    clear: both
}

.inner .inner,
.inner .full-inner {
    padding: 0 !important;
    width: 100%
}

.sub-header .inner .inner {
    width: 96%
}

.inner {
    max-width: 1740px
}


/* section-header */

.section-header {
    position: relative
}

.section-header .banner-box {
    width: 100%;
    overflow: hidden
}

.section-header .banner-box .banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 5s;
    transform: scale(1.1, 1.1)
}

.section-header .banner-box .banner img {
    width: 100%
}

.section-header .banner-box .banner.loaded {
    transform: scale(1, 1);
    overflow: hidden
}

.section-header .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.top-bar {
    padding: 10px 0;
    position: relative;
    color: #ffffff;font-size: 15px;
    background-color: #101010;
    z-index: 99;
}

.top-bar-lt {
    position: relative;
}

.top-bar-rt {
    flex: 1;
    min-width: 1px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .flt {
    margin-right: 15px
}

.top-bar .frt {
    margin-left: 15px
}

.top-bar p {
    display: inline-block
}

.top-bar a.yx {
    color: #f0f0f0;
    margin-right: 13px;
}
.yx1{padding-left: 17px;background: url(//wm.cdn.cn86.cn/labububloom/2025/08/15ba92b6aakvxnvi.png) no-repeat left center;}
.yx2{padding-left: 22px;background: url(//wm.cdn.cn86.cn/labububloom/2025/08/b72313c7780d1xwn.png) no-repeat left center;}

.max1740 {
    max-width: 1740px;
    margin: 0 auto;
    width: 96%;
}

.ease,
img,
a:link,
a:visited,
.btn,
.button,
.wpcf7-submit,
.nav-links span,
.nav-menu>li>a>span:after,
.nav-menu li.menu-btn a:after,
.slideshow-container .swiper-pagination .swiper-pagination-bullet:before,
.item-cover .mask,
.post-list li,
.thumb-excerpt-list .mask,
.thumb-excerpt-list li,
.cat-sticky-thumb-post-list .cat-sticky-post-slider .swiper-pagination .swiper-pagination-bullet:before,
.table-list tr:hover td,
.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before,
.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before,
.live-chat-box a,
.live-chat-bar:after,
.live-chat-title .btn-close,
.section-item .heading-title b:before,
.section-item .heading-title strong:before,
.popup-mask-cover,
.foot-widgets .widget .widget-title:after,
.section-item .heading-title b:after,
.section-item .heading-title strong:after,
.item-content .item-grid-box .item-cover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}


/**/

.header {
    position: relative;
    background-color: transparent;
}

.top-mid-flex {
    height: 106px
}

.logo {
    position: relative;
    width: 240px;
    
}

.logo a {
    display: block
}

.logo a img {
    max-height: 40px;
    width: auto;
}

.top_right {
    position: relative;
    width: 100%;
}

.navbar-nav-box {
    flex: 1;
    min-width: 1px;
}

.header-ss {
    margin-left: 20px;
    min-width: 24px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.header-ss .ss_btn {
    width: 36px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(//wm.cdn.cn86.cn/wmy77/2025/07/31165c98b5cyk1wa.png) no-repeat center;
    cursor: pointer
}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    display: none;
    background: #fff;
    padding: 16px 20px;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%)
}

.header-ss .ss-search {
    width: 220px;
    position: relative;
    background: #fff;
    border: 1px solid var(--main-theme-color);
    display: flex
}

.header-ss .ss-search input {
    height: 34px;
    line-height: 34px;
    outline: 0;
    border: none;
    font-size: 0
}

.header-ss .ss-search #keyword {
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #000;
    font-size: 14px
}

.header-ss .ss-search #s_btn {
    width: 50px;
    background-color: var(--main-theme-color);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)
}

.x-menu {
    position: relative;
    align-items: center;
}

.x-menu>li {
    position: relative;
}

.x-menu>li>a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    line-height: 106px;
    padding: 0 20px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.x-menu>li>a>span {
    display: inline-block;
    line-height: normal;
}

.x-menu>li>a>span::after {
    margin-top: 8px;
    width: 0;
    height: 1px;
    background: 0 0;
    display: block;
    content: '';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.x-menu>li a,
.x-menu>li a:link,
.x-menu>li a:visited {
    color: #000!important;
}

.x-menu>li:hover>a {
    color: #000!important;
    background-color: transparent;
}

.x-menu>li:hover>a>span::after {
    width: 100%;
    background: #000;
}

.x-menu>li>a.cuu::after {
    margin-left: 8px;
    font-size: .85em;
    font-weight: 400;
    line-height: 1;
    font-family: ziti;
    content: "\e665";
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
}

.x-menu>li.menu-btn>a {
    height: auto;
    line-height: 34px;
    color: #fff!important;
    background-color: #222;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.x-menu>li.menu-btn>a::after {
    margin-left: 8px;
    font-family: ziti;
    content: '\e63a';
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.x-menu>li.menu-btn:hover>a::after {
    margin-left: 14px;
}

.sub-menu {
    position: absolute;
    border-radius: 10px;
    top: 100px;
    left: 0;
    z-index: 1000;
    padding: 12px 0;
    width: 250px;
    border-top: 1px solid #000;
    background-color: #fff;
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    display: none;
}

.sub-menu>li {
    position: relative;
    padding: 0;
    line-height: 1.65em;
    font-size: 14px;
    font-weight: 400;
}

.sub-menu>li>a {
    width: 100%;
    color: #000;
    padding: 9px 20px;
    display: inline-block;
    line-height: inherit;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.sub-menu>li>a:hover {
    color: #000!important;
    background-color: #f1f3f5;
}


/*  */

.head-pinned {
    height: 60px;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 900;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.head-pinned .inner {
    padding: 0
}

.head-pinned .top-mid-flex {
    height: 60px;
}

.head-pinned .logo {
    margin: 0 auto;
    visibility: visible !important
}

.head-pinned .logo img {
    width: auto;
    max-height: 40px
}

.head-pinned .brand {
    display: none
}

.head-pinned .topbar {
    display: none
}

.head-pinned .x-menu>li>a {
    line-height: 60px;
}

.head-pinned .sub-menu {
    top: 60px;
}

.head-pinned .x-menu>li.menu-btn>a {
    line-height: 36px !important;
}


/* banner */

.home-banner {
    overflow: hidden;
    position: relative;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.home-banner .swiper-slide {
    position: relative
}

.home-banner .swiper-slide img {
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.home-banner .swiper-caption {
    position: absolute;
    left: 5.2083vw;
    right: 0;
    top: 50%;
    z-index: 9;
    width: auto;
    text-align: left;
    transform: translateY(-50%);
}

.home-banner .caption-content .zi1 {
    color: #000;
    font-size: 3.125vw;
    font-weight: 700
}

.home-banner .caption-content .zi2 {
    margin-top: 15px;
    font-size: 1.25vw;
    color: #898989
}

.home-banner .caption-content a {
    display: inline-block;
}

.home-banner .caption-content .btns {
    color: #202020;
    margin-top: 25px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    padding: 11px 25px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #202020;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.home-banner .caption-content .btns i {
    margin-left: 5px;
    vertical-align: -2px;
}

.home-banner .caption-content .btns:hover {
    color: #fff;
    border-color: #000;
    background-color: #000
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-button-prev1:before,
.home-banner .swiper-button-next1:before {
    font-size: 24px;
    padding: 0;
    color: initial;
    background: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    box-shadow: 0 0 3px 0 #d0d0d0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    font-family: ziti;
}

.swiper-button-next1:before {
    content: "\e63b";
}

.swiper-button-prev1:before {
    content: "\e63d";
}

.home-banner .swiper-button-prev1:hover:before,
.home-banner .swiper-button-next1:hover:before {
    color: #000
}

.home-banner .swiper-pagination1 {
    bottom: 10px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    background: rgba(0, 0, 0, .35);
    border-radius: 0%;
    margin: 0 4px!important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 1)
}


/* hm-product */

.hm-product {
    position: relative;
    padding-top: 60px;
}

.hmm-title {
    position: relative;
    text-align: center;
      font-size: 3.53125vw;
    font-weight: bold;
    font-family: 'Comic Sans MS';
    color: #222;
    margin-bottom: 0;line-height: 1;
}
.cpfl{text-align: center;margin: 45px 0 60px;}
.psort{font-size: 0;text-align: center;display: inline-block;}
.psort li{display: inline-block;margin-right: 4.5vw;}
.psort li:last-child{margin-right: 0;}
.psort li a{display: block;color: #838181;font-size: 25px;font-weight: bold;padding: 0 5px;}
.tab1{display: none;}
.psort li.cur a{color: #222222;}
.h-product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.h-product-list li {
    position: relative;
    width: 32.1%;
    text-align: center;
    padding: 2.3vw 3.1vw 1.5vw;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 35px;
}

.h-product-list li .item-grid-box {
}

.h-product-list li a {
    display: block;
}

.h-product-list li a * {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.h-product-list li .img-top {
    position: relative;
    overflow: hidden;
}

.h-product-list li .img-top::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.h-product-list li .img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

.h-product-list li .figcaption {
    margin: 25px auto 0;
}
.jia{letter-spacing: 1px;color: #222222;font-size: 14px;font-weight: bold;line-height: 1;}
.jia span{font-size:22px;}
.h-product-list li .figcaption h3 {
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 0;
    overflow: hidden;
    color: #222222;
}

.h-product-list li:hover .img-top:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.h-product-list li:hover .img-top img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.h-product-list li:hover a {
    text-decoration: underline;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@media (min-width:992px) {
    .h-product-list li .figcaption h3 {
        font-size: 14px;
    }
    .jia{font-size: 14px;}
    .jia span{font-size: 18px;}
}

@media (min-width:1224px) {
    .h-product-list li .figcaption h3 {
        font-size: 16px;
    }
     .jia{font-size: 16px;}
    .jia span{font-size: 20px;}
}

.w-full {
    width: 100%;
}

.w-1-2 {
    width: 50%;
}

.w-1-3 {
    width: 33.3333%;
}

.w-1-4 {
    width: 25%;
}

@media (max-width: 768px) {
    .w-1-2,
    .w-1-3,
    .w-1-4 {
        width: 100%;
    }
}


/* section2 */

.section2 {
    position: relative;
}

.hm-wewe-list {
    position: relative;
}

.hm-wewe-list li {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 30px;
}

.hm-wewe-list li .con {
    margin: -30px;
}

.hm-wewe-list li .con:nth-child(even) {
    flex-direction: row-reverse;
}

.hm-wewe-list li .con:nth-child(2) {
    margin: 30px -30px -30px;
}

.hm-wewe-list li .w-1-2 {
    padding-left: 15px;
    padding-right: 15px;
}

.hm-wewe-list li .pdg {
    padding: 6%;
}

.hm-wewe-list li h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin: 20px auto;
}

.hm-wewe-list li .pp {
    color: #505050;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.65;
}


/* section3 */

.section3 {
    position: relative;
}

.section3 .section-container {
    position: relative;
}

.section3 .section-content {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    padding: 30px;
}

.section3 .section-content .con {
    margin: -30px;
}

.section3 .section-content .w-1-2 {
    padding-left: 15px;
    padding-right: 15px;
}

.section3 .section-content .pdg {
    padding: 6%;
}

.section3 .section-content .pdg h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin: 20px auto;
}

.section3 .section-content .pdg .pp {
    color: #505050;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.65;
}

.btn2 {
    position: relative;
    z-index: 9;
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
    background-color: #222;
    color: #fff;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    padding: 11px 25px;
    line-height: 1;
}

.btn2::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    background-color: #333;
    content: "";
    z-index: -1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.btn2:hover {
    color: #fff!important;
}

.btn2:hover::before {
    width: 100%;
}


/* section4 */

.section4 {
    position: relative;
}


/* section5 */

.section5 {
    position: relative;padding-bottom: 8vw;
}

.h-news-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
    margin-top: 50px;
}

.h-news-list li {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 1%;
    padding-right: 1%;
    width: 25%;
}

.h-news-list li .item-post-box {
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    padding: 0 0 20px;
}

.h-news-list li .img-top {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.h-news-list li .img img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.h-news-list li:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.h-news-list li .img-top:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.h-news-list li:hover .img-top:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.h-news-list li .post-excerpt {
    padding: 0 20px;
    color: #222;
}

.h-news-list li .post-excerpt h3 {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.h-news-list li .post-excerpt h3 a {
    color: #222;
}

.h-news-list li .post-meta {
    margin-bottom: 10px;
    color: inherit;
}

.h-news-list li .post-meta span {
    padding-right: 15px;
    display: inline-block;
    opacity: .65;
    -moz-opacity: .65;
    -khtml-opacity: .65;
}

.h-news-list li .post-meta span i {
    padding-right: 4px;
    font-size: 15px;
}

.h-news-list li .post-meta span a {
    color: inherit !important;
}

.h-news-list li .excerpt-content {
    opacity: .85;
    -moz-opacity: .85;
    -khtml-opacity: .85;
    font-size: 14px;
    line-height: 1.65;
    color: #222;
}

.h-news-list li .link-read-more {
    margin: 25px auto;
    margin-top: 15px;
}

.h-news-list li .link-read-more a {
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 5px;
    border-bottom: 1px solid #636363;
}

.h-news-list li:hover .post-excerpt h3 a {
    color: var(--main-theme-color);
}


/* foot */

.foot {
    position: relative;
    padding: 4% 0 2%;
    background-color: #393939;
    color: #606060;
}



.widget {
    margin-bottom: 30px;
}

.foot-widgets {
    margin: 0 -15px;
    width: 100%;
    display: flex;
    clear: both;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot-widgets .widget {
    width: 32%;
    padding: 0 15px 25px;
    max-width: fit-content;
    display: inline-flex;
    vertical-align: top;
}

.foot-widgets .widget-title {
    font-size: 18px;
    text-align: left;
    color: #fffefe;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.25;
    padding: 0;
}
.textwidget{color: #d3d3d3;font-size: 16px;line-height: 38px;}

.textwidgetaa{line-height: 26px;}
.foot-widgets .widget ul li,
.foot-widgets .widget p {
    margin-bottom: 0;
}

.foot-widgets .widget ul li a,
.foot-widgets .widget p a {
    color: #d3d3d3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.lx p{padding-left: 38px;}
.lx p:first-child{background: url(//wm.cdn.cn86.cn/labububloom/2025/08/5367f9f5dagfvyfe.png) no-repeat 3px center;}
.lx p:nth-child(2){background: url(//wm.cdn.cn86.cn/labububloom/2025/08/9940973851uuua6k.png) no-repeat left center;}
.lx p:nth-child(3){background: url(//wm.cdn.cn86.cn/labububloom/2025/08/b76a7222f8nv413c.png) no-repeat left center;}
.lx p:nth-child(4){background: url(//wm.cdn.cn86.cn/labububloom/2025/08/286af94976fd1war.png) no-repeat left center;}
.lx p:nth-child(5){background: url(//wm.cdn.cn86.cn/labububloom/2025/08/f4a11e0a00smsbt6.png) no-repeat left center;}

.foot-widgets .widget.widget_text3{max-width:355px;}
.she li img{max-width: 47px;}
.pul{width: 84%;}
.pul li a{margin-bottom: 1.5vw;display: block;}
.pul li{width: 43.6%;}



.foot-widgets a:hover {
    text-decoration: underline;
}

.footer a:link,
.footer a:visited {
    color: #fff;
}

.foot a:hover {
    color: #fff !important
}

.foot-bar {
    color: #606060;
    background-color: #fff;
    padding: 30px 0;
}

.foot-bar {
    background-color: #fff
}

.foot-bar p {
    margin-bottom: 0;
}

.foot-bar a:link,
.foot-bar a:visited {
    color: #606060 !important
}

.foot-bar a:hover {
    color: #000 !important
}

.foot-bar a:active {
    color: #000 !important
}

.social-items a {
    padding: 0 2px !important;
}

.foot-bar-rt {
    flex: 1;
    min-width: 1px;
    text-align: right;
}

.foot-bar-rt .social-share {
    position: relative;
}

.foot-bar-rt .social-share .social-share-icon {
    border-radius: 0;
    border: none;
}

.foot-bar-rt .social-share .icon-facebook {
    color: #fff!important;
    background: #4a66a0!important;
}

.foot-bar-rt .social-share .icon-twitter {
    color: #fff!important;
    background: #31a9f3!important;
}

.foot-bar-rt .social-share .icon-linkedin {
    color: #fff!important;
    background: #0077b5!important;
}

.foot-bar-rt .social-share a {
    margin: 0;
    margin-left: 10px;
}


/* */

@media (max-width: 1280px) {
    .x-menu>li>a {
        padding: 0 10px;
    }
    .pt-70 {
        padding-top: 50px;
    }
    .pb-70 {
        padding-bottom: 50px;
    }
    .hm-wewe-list li h2 {
        font-size: 26px;
    }
}

@media (max-width: 1024px) {
    .foot {
        padding-top: 20px;
    }
    .foot-widgets {
        margin: 0 auto;
        padding-top: 25px;
    }
    .foot-widgets .widget {
        padding: 0 2% 30px 0;
        width: 50%
    }
    .foot-widgets .widget:nth-child(even) {
        padding: 0 0 30px 2%;
        width: 50%
    }
    .widgets-col-1 .widget,
    .widgets-col-1 .widget:nth-child(even) {
        width: 100%
    }
    .home-banner .caption-content .btns {
        margin-top: 20px;
        padding: 10px 15px;
    }
    .btn2 {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .top-mid-flex {
        height: 60px;
    }
    .logo a img {
        max-height: 45px;
    }
    .pt-70 {
        padding-top: 40px;
    }
    .pb-70 {
        padding-bottom: 40px;
    }
    .hm-wewe-list li h2 {
        font-size: 20px;
    }
    .h-news-list li {
        width: 50%;
    }
    .section3 .section-content .pdg h2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .home-banner .caption-content .zi1 {
        font-size: 24px;
    }
    .home-banner .caption-content .zi2 {
        display: none;
    }
    .home-banner .caption-content .btns {
        margin-top: 10px;
        padding: 7px 10px;
    }
    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
        width: 15px;
    }
    .home-banner .swiper-button-prev1,
    .home-banner .swiper-button-next1 {
        display: none!important;
    }
    .pt-70 {
        padding-top: 15px;
    }
    .pb-70 {
        padding-bottom: 15px;
    }
    .hmm-title {
        text-align: center;
        margin-bottom: 30px;
    }
    .hmm-title a {
        font-size: 24px;
    }
    .h-product-list li {
        width: 48%;
    }
    .widget {
        margin-bottom: 20px;
    }
    .foot-widgets .widget {
        width: 100%!important;
        padding-bottom: 10px!important;
    }
    .foot {
        padding-top: 0px;
        margin-bottom: 70px;
    }
    .foot-bar .foot-bar-lt {
        text-align: center;
        margin-bottom: 12px;
    }
    .foot-bar-rt {
        text-align: center;
    }
    .hm-product {
        padding-top: 30px;
    }
    .hm-wewe-list li {
        padding: 10px 0;
    }
    .hm-wewe-list li .con {
        margin: 0;
    }
    .hm-wewe-list li .con:nth-child(2) {
        margin: 0;
    }
}


/* nei-page-wrap */

.nei-page-wrap {
    position: relative;
    background: #f1f3f5;
    padding-bottom: 80px;
}

.wmy-left {
    background: #fff;
    border-radius: 16px;
    padding: 20px 20px;
    margin-bottom: 30px;
}

@media (min-width:990px) {
    .wmy-left {
        float: left;
        width: 395px;
        width: 25%;
        width: 20.5729vw;
        margin-right: 40px;
    }
}

.wmy-right {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    padding: 30px;
}

.inner-banner {
    position: relative;
    background: #f1f3f5;
}

.inner-banner img {
    width: 100%;
    border-radius: 15px;
}

.inner-banner .txx {
    padding: 15px 0 30px;
    font-size: 14px;
}

.inner-banner .txx h2 {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #707070;
}

@media (max-width: 768px) {
    .inner-banner .txx {
        padding-bottom: 15px;
    }
}


/* nei-cate */

.widget_nav_menu {
    margin-bottom: 30px;
}

.widget_nav_menu ul {
    padding: 0;
    border: 0;
    background: rgba(255, 255, 255, 1)
}

.widget_nav_menu ul li {
    margin: 0;
    padding: 0;
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, .015);
    background: 0;
    color: #000;
    position: relative
}

.widget_nav_menu ul li:first-child {
    border-top: 0
}

.widget_nav_menu ul li:before {
    width: 0;
    height: 0;
    display: none
}

.widget_nav_menu ul li a {
    padding: 12px 1vw 12px 1.4vw;
    border-left: 1px solid transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    color: #000;
    display: block
}
.widget_nav_menu ul li a{font-size: 15px;}
.widget_nav_menu ul>li.current-cat a,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li:hover a,
.widget_nav_menu ul li.current-menu-item>a,
.widget_nav_menu ul li.current-menu-parent>a,
.widget_nav_menu ul li.current_page_item>a,
.widget_nav_menu ul li.current_page_parent>a,
.widget_nav_menu ul li.current-cat-ancestor>a,
.widget_nav_menu ul li.current-cat-parent>a {
    /*padding: 12px 12px 12px 16px;*/
    border-left-color: var(--main-theme-color);
    color: var(--main-theme-color);
    background: #f6f6f6;
}

.widget_nav_menu ul li.menu-item-has-children>a:after,
.widget_nav_menu ul li.page_item_has_children>a:after,
.widget_nav_menu ul li.cat-item ul.children>a:after {
    float: right;
    content: "\e612";
    font-family: WPPOPFont;
    font-size: 16px;
    vertical-align: middle;
    color: rgba(0, 0, 0, .45)
}

.widget_nav_menu ul li.menu-item-has-children>a:hover:after,
.widget_nav_menu ul li.menu-item-has-children:hover>a:after,
.widget_nav_menu ul li.page_item_has_children>a:hover:after,
.widget_nav_menu ul li.page_item_has_children:hover>a:after,
.widget_nav_menu ul li.cat-item ul.children>a:hover:after,
.widget_nav_menu ul li.cat-item:hover ul.children>a:after {
    text-decoration: none
}

.widget_nav_menu ul li.menu-item-has-children ul,
.widget_nav_menu ul li.page_item_has_children ul,
.widget_nav_menu ul li.cat-item ul.children {
    margin-top: -1px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .05);
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 9999;
    display: none
}

.widget_nav_menu ul li.menu-item-has-children ul li,
.widget_nav_menu ul li.page_item_has_children ul li,
.widget_nav_menu ul li.cat-item ul.children li {
    font-weight: 400
}

.widget_nav_menu ul li.menu-item-has-children ul li>a:link,
.widget_nav_menu ul li.menu-item-has-children ul li>a:visited,
.widget_nav_menu ul li.page_item_has_children ul li>a:link,
.widget_nav_menu ul li.page_item_has_children ul li>a:visited,
.widget_nav_menu ul li.current-cat-parent ul.children li>a:link,
.widget_nav_menu ul li.current-cat-parent ul.children li>a:visited {
    padding: 12px;
    border-left-color: transparent;
    color: #000
}

.widget_nav_menu ul li.menu-item-has-children ul li>a:hover,
.widget_nav_menu ul li.menu-item-has-children ul li:hover>a,
.widget_nav_menu ul li.page_item_has_children ul li>a:hover,
.widget_nav_menu ul li.page_item_has_children ul li:hover>a,
.widget_nav_menu ul li.current-cat-parent ul.children li>a:hover,
.widget_nav_menu ul li.current-cat-parent ul.children li:hover>a {
    padding: 12px 12px 12px 16px;
    border-left-color: var(--main-theme-color);
    color: var(--main-theme-color);
    background-color: rgba(0, 0, 0, .03)
}

.widget_nav_menu ul li.menu-item-has-children ul li>a:after,
.widget_nav_menu ul li.page_item_has_children ul li>a:after,
.widget_nav_menu ul li.current-cat-parent ul.children li>a:after {
    opacity: 0
}

.widget_nav_menu ul li.menu-item-has-children ul li.menu-item-has-children>a:after,
.widget_nav_menu ul li.page_item_has_children ul li.page_item_has_children>a:after,
.widget_nav_menu ul li.current-cat-parent ul.children li ul.children>a:after {
    opacity: 1
}

.widget_nav_menu ul li ul.children li>a {
    padding: 12px;
    border-left-color: transparent;
    color: #000
}

.widget_nav_menu ul li ul.children li>a:hover,
.widget_nav_menu ul li ul.children li:hover>a {
    padding: 12px 12px 12px 16px;
    border-left-color: var(--main-theme-color);
    color: var(--main-theme-color);
    background-color: rgba(0, 0, 0, .03)
}



.widget_nav_menu ul li {
    border-top: none
}

.widget_nav_menu ul li a:hover {
    background: #f6f6f6;
    border-bottom: 1px solid rgba(0, 0, 0, .035)
}

.widget_nav_menu ul li a.active {
    background: #f6f6f6;
    border-left-color: var(--main-theme-color);
    color: var(--main-theme-color);
}

.cat-desc {
    color: #666;
    padding: 10px 0;
    margin: 0 auto 35px;
    border-bottom: 1px solid rgba(0, 0, 0, .065);
}

.gallery-container {
    margin: -1% -1% 0;
    overflow: hidden;
    clear: both;
}

.gallery-container .item-content {
    float: left;
    margin-bottom: 0;
    padding: 1%;
    text-align: center;
    position: relative;
    width: calc(100% / 3);
    margin: 0 auto;

}
.attachment{padding: 3vw 3vw 20px 3vw;}

.item-cover {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.item-cover img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.item-cover .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.item-grid-box:hover .item-cover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.item-cover:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.item-grid-box:hover .item-cover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.gallery-container .item-content figcaption {
    margin: 15px auto 0;
}

.gallery-container .item-content h3 {
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 1px;
}

@media only screen and (min-width: 1024px) {
    .gallery-container .item-content .item-grid-box h3 {
        font-size:16px;
    }
}
.jia2{letter-spacing: 1px; color: #222222;font-size: 17px;font-weight: bold;}
.jia2 span{font-size: 24px;}
.item-grid-box a:hover {
    text-decoration: underline;
    color: #000!important;
}

@media only screen and (max-width: 992px) {
    .wmy-left {
        background: none;
        margin: 0;
        padding: 0;
    }
    .nei-page-wrap {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .gallery-container .item-content {
        margin: 10px auto;
        width: 50%;
    }
}

.she{margin-top: 20px;}
.she li{margin-right: 17px;}
.she li:last-child{margin-right: 0;}
.widget_nav_menu ul li  span {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -13px;
  z-index: 99;
  cursor: pointer;
}
.widget_nav_menu ul li  span{background: url(//wm.cdn.cn86.cn/labububloom/2025/08/0eed552c636xpbne.png) center no-repeat;}
 .widget_nav_menu ul li.cat-item:hover ul.children{display: block;}
.product-desc{font-size: 15px;line-height: 26px;font-weight: bold;color: #000820;border-bottom: 1px solid rgba(255,221,221,.5);padding-bottom: 5px;margin-bottom: 15px;}

.wmy-right2 .h-news-list{padding-top: 0px;margin-top: 0;}



@media(max-width: 1670px){
    .textwidget{font-size: 18px;line-height: 32px;}
    .psort li a{font-size: 32px;}
}
@media(max-width: 1470px){
    .foot-widgets .widget-title{font-size: 20px;}
    .psort li a{font-size: 28px;}
}


@media(max-width: 1270px){
    .textwidget{font-size: 16px;line-height: 32px;}
     .foot-widgets .widget-title{font-size: 18px;}
}

@media(max-width: 1200px){
    .foot-widgets .widget.daoh{display: none;}
    .she li img{max-width: 37px;}

}
@media(max-width: 768px){
    .section4{padding-top: 30px;}
    .cpfl{margin: 20px 0 30px;}
    .psort li a{font-size: 24px;}
    .h-news-list{margin-top: 30px;}
    .jia2{font-size: 14px;}
    .jia2 span{font-size: 20px;}
}

@media(max-width: 640px){
    .foot-widgets .widget-title{margin-bottom: 10px;}
    .textwidget{font-size: 14px;line-height: 24px;}
    .lx p{line-height: 30px;}
      .she li img{max-width: 32px;}
      .pul li a{margin-bottom: 20px;}
      .foot-widgets .widget.widget_text3{margin-bottom: 0;}
      .h-product-list li .figcaption{margin: 15px 0;}
      .h-product-list li{margin-bottom: 20px;}
      .jia{font-size: 12px;}
      .jia span{font-size: 20px;}
      .hmm-title{font-size: 26px;margin-bottom: 20px;}
      .psort li a{font-size:18px;}
      .section5{padding-top: 10px;}
      .h-news-list{margin-top: 20px;}
      .wmy-right{padding: 0px 15px;}
      .attachment{padding: 5px;}
}