.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;
    }
}


/*  */
p {
    margin: 0;
}

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;
}

.max1600 {
    max-width: 1200px;
    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;
}


/* header */
.topsou-bg {
    background: #f7fd49;
    height: 44px;
    line-height: 44px;
}

.header {
    left: 0;
    top: 44px;
    width: 100%;
    z-index: 999;
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(0, 0, 0, 0.77);
}

.search {
    width: 23.5%;
    margin-right: 1.2vw;
}

.search .ss-search {
    display: flex;
    align-items: center;
}

.search .ss-search input {
    padding: 0;
    height: 32px;
    line-height: 32px;
}

.search .ss-search #keyword {
    width: 85.8%;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-indent: 5px;
}

.search .ss-search #keyword::placeholder {
    color: #fff;
}

.search .ss-search #s_btn {
    width: calc(100% - 85.8%);
    background: #fff url(//wm.cdn.cn86.cn/xelftoy/2025/08/2f39250a60bsx9bt.png) no-repeat center;
}

.top-text {
    color: #4c4c4c;
    font-size: 14px;
    border-left: 1px solid rgba(49, 49, 49, 0.28);
    border-right: 1px solid rgba(49, 49, 49, 0.28);
    padding: 0 1vw;
}

.language-group .btn {
    color: #4c4c4c;
    font-size: 14px;
    outline: none;
}

.top-mid-flex {
    /* height: 110px */
    position: relative;
}

.logo {
    position: absolute;
    width: 22.25%;
    left: 0;
    top: -44px;
}

.logo a {
    display: block
}

.logo a img {
    max-width: 100%;
}

.header-ss {
    margin-left: 1.25vw;
    position: relative;
    width: 36px;
    height: 36px
}

.header-ss .ss_btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    background: url(//wm.cdn.cn86.cn/huizhoukerui/2025/03/912029ca77vmcw3b.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)
}

.top_right {
    width: 56%;
}

.navbar-nav-box {
    width: 100%;
}

.x-menu {
    position: relative
}

.x-menu>li {
    position: relative;
    text-align: center;
    width: 20%;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    height: 84px;
    line-height: 84px;
    font-weight: 400
}

.x-menu>li:hover>a {
    background: #7cb83b;
    color: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0%;
    top: 100%;
    display: none;
    background: rgba(132, 198, 61, 0.45);
    border-radius: 0;
    padding: 0 0
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000000;
    line-height: 1.5;
    padding: .6em .3em
}

.x-sub-menu>li>a:hover {
    color: #fff;
    background-color: #7cb83b;
}

@media (min-width:1200px) {
    .x-menu>li {}
}

@media (min-width:1440px) {
    .x-menu>li {}
}

/* banner */
/* banner */
.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 30px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width: 46px;
    height: 4px;
    background: #fff;
    border-radius: 0%;
    margin: 0 10px !important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color: #f3f60b;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-button-next1,
.home-banner .swiper-button-prev1 {
    /* position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease; */
}

.home-banner .swiper-button-prev1 {}

.home-banner .swiper-button-next1 {}

.home-banner .swiper-button-prev1:hover {}

.home-banner .swiper-button-next1:hover {}


/* The most popular fitness equipment */
.most-bg {
    background: #f2f2f2;
    padding: 50px 0;
}

.pubtitle {
    text-align: center;
}

.pubtitle .pubtitlea {
    color: #000000;
    font-size: 30px;
    text-transform: uppercase;
}

.pubtitle .pubtitleb {
    width: 84px;
    height: 2px;
    background: #84c63d;
    margin: 0 auto;
    margin-top: 10px;
}

.most-list {
    margin-top: 55px;
}

.most-list li {
    width: 32%;
    border: 1px solid #a0a0a0;
    position: relative;
}

.most-list li .img img {
    width: 100%;
}

.most-list li .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding: 1vw;
    background: rgba(0, 0, 0, 0.66);
}

.most-list li .text .texta {
    color: #84c63d;
    font-size: 20px;
    font-weight: 600;
}

.most-list li .text .textb {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}

.most-list li .text .textc {
    background: url(//wm.cdn.cn86.cn/xelftoy/2025/08/1bccffc7af0z2eej.png) no-repeat center;
    background-size: 100% 100%;
    width: 33px;
    height: 33px;
    opacity: 0.5;
}

.most-list li:hover .text {
    background: rgba(0, 0, 0, 0.26);
}

.most-list li:hover .text .textc {
    opacity: 1;
}


/* Product center */
.pro-bg {
    padding: 65px 0;
}

.product-list1 {
    margin-top: 55px;
}

.product-list1 li {
    width: 22%;
    border: 1px solid #1b1b1b;
    margin-bottom: 1.1vw;
    position: relative;
}

.product-list1 li .img img {
    width: 100%;
}

.product-list1 li .text {
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: transform 0.4s ease, all 0.4s ease;
    position: relative;
    border-top: 1px solid #1b1b1b;
}

.product-list1 li .text .texta {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
}

.product-list1 li .text .textb {
    width: 98px;
    height: 1px;
    background: #84c63d;
    margin: 10px auto;
}

.product-list1 li .text .textc {
    background: url(//wm.cdn.cn86.cn/xelftoy/2025/08/3880613250xkzldo.png) no-repeat center;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    display: none;
}

.product-list1 li .texthh {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #84c63d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0.78125vw 5px;
    padding-top: 2vw;
    opacity: 0;
    transition: 0.5s;
}

.product-list1 li .texthh .texta {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-list1 li .texthh .textb {
    width: 104px;
    height: 1px;
    background: #fff;
    margin: 1.3vw auto;
}

.product-list1 li .texthh .textc {
    background: url(//wm.cdn.cn86.cn/xelftoy/2025/08/3880613250xkzldo.png) no-repeat center;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
}

.product-list1 li:hover .text {
    opacity: 0;
}

.product-list1 li:hover .texthh {
    opacity: 1;
}

.product-list1 li:hover .text::before {}

.product-list1 li:hover .text .texta {
    color: #fff;
    position: relative;
    z-index: 999;
}

.product-list1 li:hover .text .textb {
    background: #fff;
    z-index: 999;
    margin: 1.5vw 0;
}

.product-list1 li:hover .text .textc {
    display: block;
    z-index: 999;
}


.product-list1 li.pmore .text {
    background: #84c63d;
    border: none;
}

.product-list1 li.pmore .text .tx {
    width: 37px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
}

.product-list1 li.pmore .text .texta {
    color: #fff;
    font-weight: normal;
    margin: 6px 0;
    text-align: center;
}

.product-list1 li.pmore:hover .text {
    opacity: 1;
}

/* KU Kang brand story */
.brand-bg {
    background: url(//wm.cdn.cn86.cn/xelftoy/2025/08/6f7d0cd7afvma3ij.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 80px 0;
}

.brand-index {
    width: 58%;
}

.brandtitle {
    text-align: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.brandtitle .pubtitlea {
    color: #fff;
}

.brandtitle .pubtitleb {
    margin: inherit;
    margin-top: 10px;
}

.pubtitlemore {
    width: 156px;
    height: 60px;
    text-align: center;
    background: #84c63d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pubtitlemore a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.pubtitlemore a span {
    display: block;
    margin: 5px 0;
}

.pubtitlemore a .xx {
    width: 37px;
    height: 1px;
    background: #fff;
    margin: 0 auto;
}

.brandww {
    margin-top: 55px;
    width: 83%;
}

.brandww p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.875;
}

/* news */
.news-bg {
    padding-top: 75px;
    padding-bottom: 45px;
}

.news-roll {
    position: relative;
    margin-top: 65px;
}

.news-swiper .swiper-slide .img {
    border: 3px solid #898989;
}

.news-swiper .swiper-slide .img img {
    width: 100%;
}

.news-swiper .swiper-slide .texta {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    line-height: 2;
    margin-top: 5px;
    margin-bottom: 5px;
}

.news-swiper .swiper-slide .textb {
    color: #5a5a5a;
    font-size: 13px;
    line-height: 1.846;
}

.news-swiper .swiper-slide:hover .img {
    border-color: #84c63d;
}

.news-swiper .swiper-slide:hover .texta {
    border-color: #aaaaaa;
    color: #84c63d;
}

.newsnext {
    background: url(//wm.cdn.cn86.cn/xelftoy/2025/08/35ae7cebfapbtzpk.png) no-repeat center;
    background-size: 100% 100%;
    width: 41px;
    height: 72px;
    outline: none;
    position: absolute;
    left: -72px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.newsnext:hover {
    background: url(//wm.cdn.cn86.cn/xelftoy/2025/08/16136a404fjbfxch.png) no-repeat center;
    background-size: 100% 100%;
}

.newsprev {
    background: url(//wm.cdn.cn86.cn/xelftoy/2025/08/fdd294b857iyjxvw.png) no-repeat center;
    background-size: 100% 100%;
    width: 41px;
    height: 72px;
    outline: none;
    position: absolute;
    right: -72px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.newsprev:hover {
    background: url(//wm.cdn.cn86.cn/xelftoy/2025/08/59c301fb5efspdxg.png) no-repeat center;
    background-size: 100% 100%;
}

.newsmore {
    margin: 0 auto;
    margin-top: 55px;
}

/* foot */
.foot-bg {
    background: url(//wm.cdn.cn86.cn/xelftoy/2025/08/edd0372ac0syqnlu.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 55px;
}

.foot-index {}

.foot-left {
    width: 51.25%;
}

.foot-left dl {
    width: 25%;
    margin-bottom: 0;
}

.foot-left dl dt {
    margin-bottom: 0;
    font-weight: normal;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.foot-left dl dt a {
    color: #ffffff;
}

.foot-left dl dt::before {
    content: '';
    position: absolute;
    background: url(//wm.cdn.cn86.cn/xelftoy/2025/08/ed292dd5b6f8ydzs.png) no-repeat center;
    height: 16px;
    width: 1px;
    right: 20%;
    top: 3px;
}

.foot-left dl:last-child dt::before {
    display: none;
}

.foot-left dl dd a {
    display: block;
    color: #a3a3a3;
    font-size: 14px;
}

.foot-left dl dd a:hover {
    color: #fff;
}

.foot-right {
    width: 41.66%;
}

.fr1 {
    width: 45%;
}

.ft {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.ft::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background: #f3f60b;
}

.fr1 .ww {}

.fr1 .ww p {
    color: #a3a3a3;
    font-size: 14px;
}

.fr1 .ww a {
    color: #a3a3a3;
}

.fr2 {
    width: 48%;
}

.xlist {
    align-self: center;
    padding: 10px 0;
}

.xlist li {
    margin-right: 10px;
}

.fr2 .ww {
    border-top: 1px solid rgba(160, 160, 160, 0.41);
    border-bottom: 1px solid rgba(160, 160, 160, 0.41);
    padding: 10px 0;
}

.fr2 .ww p {
    color: #ffffff;
    font-size: 14px;
}

.cop-index {
    border-top: 1px solid #313131;
    padding: 15px 0;
    text-align: center;
    color: #a3a3a3;
    font-size: 14px;
    margin-top: 25px;
}

.cop-index a {
    color: #a3a3a3;
}

.cop-index a:hover {
    color: #ffffff;
}

@media(max-width:1200px) {
    .logo {
        left: 15px;
    }

    .pubtitle .pubtitlea {
        font-size: 24px;
    }

    .most-list li .text .texta {
        font-size: 16px;
    }

    .most-list li .text .textb {
        font-size: 16px;
    }

    .newsnext {
        left: 0;
        top: 40%;
        margin-top: 0;
    }

    .newsprev {
        right: 0;
        top: 40%;
        margin-top: 0;
    }
}

@media(max-width:1024px) {
    .x-menu>li>a {
        font-size: 14px;
        height: 65px;
        line-height: 65px;
    }

    .product-list1 {
        justify-content: flex-start;
    }

    .product-list1 li {
        width: 32.333%;
        margin: 0 0.5%;
        margin-bottom: 1%;
    }

    .brand-index {
        width: 100%;
    }

    .brandww {
        width: 100%;
    }

    .newsnext {
        width: 30px;
        height: 53px;
    }

    .newsprev {
        width: 30px;
        height: 53px;
    }
}

@media(max-width:995px) {
    .topsou-bg {
        display: none;
    }

    .top-mid-flex {
        justify-content: space-between;
    }

    .header {
        top: 0;
    }

    .logo {
        position: relative;
        left: 0;
        top: 0;
    }

    .navbar-nav-box {
        display: none;
    }

    .top_right {
        width: auto;
    }

    .home-banner .swiper-pagination1 {
        bottom: 15px;
    }

    .most-bg {
        padding: 40px 0;
        padding-bottom: 20px;
    }

    .pubtitle .pubtitlea {
        font-size: 16px;
    }

    .pubtitle .pubtitleb {
        width: 30px;
    }

    .most-list {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .most-list li {
        width: 48%;
        margin-bottom: 4%;
    }

    .most-list li .text {
        padding: 10px;
    }

    .pro-bg {
        padding: 40px 0;
    }

    .product-list1 {
        margin-top: 20px;
    }

    .product-list1 li {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 2%;
    }

    .brand-bg {
        padding: 40px 0;
    }

    .pubtitlemore {
        height: 45px;
    }

    .pubtitlemore a {
        font-size: 13px;
    }

    .pubtitlemore a span {
        margin: 0;
    }

    .brandww p {
        font-size: 14px;
    }

    .news-bg {
        padding: 40px 0;
    }

    .news-roll {
        margin-top: 20px;
    }

    .newsmore {
        margin-top: 20px;
    }

    .foot-bg {
        padding-top: 30px;
        padding-bottom: 15%;
    }

    .foot-index {
        flex-wrap: wrap;
    }

    .foot-left {
        width: 100%;
        display: none;
    }

    .foot-right {
        width: 100%;
        flex-wrap: wrap;
    }

    .fr1 {
        width: 100%;
        display: none;
    }

    .fr2 {
        width: 100%;
    }

    .cop-index {
        border-top: none;
        margin-top: 0;
    }
}

@media(max-width:640px) {
    .header {
        padding: 10px 0;
        position: relative;
    }

    .language-group .btn {
        color: #fff;
    }

    .home-banner .swiper-pagination1 {
        bottom: 5px;
    }

    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
        width: 20px;
    }

    .most-list li .text .textb {
        font-size: 14px;
        margin: 0;
    }

    .most-list li {
        width: 100%;
    }

    .most-list li .text {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .product-list1 li .text {
        height: auto;
        padding: 10px 5px;
    }

    .product-list1 li .text .texta {
        font-size: 12px;
        white-space: wrap;
        line-height: 17px;
        text-align: center;
        height: 35px;
        display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    }

    .product-list1 li .text .textb {
        width: 30px;
        margin: 5px auto;
    }

    .product-list1 li .texthh {
        display: none;
    }
    
     .product-list1 li:hover .texthh {
        opacity: 0;
    }
    
    .product-list1 li:hover .text{
        opacity: 1;
        background: #84c63d;
    }
    
    .product-list1 li .texthh .texta {
        font-size: 12px;
        
    }

    .product-list1 li .texthh .textb {
        width: 30px;
    }

    .brandtitle {
        flex-wrap: wrap;
    }

    .pubtitlemore {
        margin-top: 10px;
        display: none;
    }

    .brandww {
        margin-top: 20px;
    }

    .brandww p {
        font-size: 13px;
        line-height: 20px;
    }

    .newsnext {
        display: none;
    }

    .newsprev {
        display: none;
    }

    .cop-index {
        font-size: 12px;
        line-height: 20px;
    }

    .fx {
        display: none;
    }

    .foot-bg {
        padding-bottom: 20%;
    }
}