table {
    border-collapse: collapse;
}

.pppzhemu {
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
    z-index: 999;
}

.container {
    width: 1440px;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}

.header-main .navbar-nav>li>a {
    white-space: nowrap;
}

.hitem-right-item-img,
.hitem-right-item-img a {
    width: 100%;
    height: 100%;
}

.h-type {
    display: none;
}

.navbar-brand {
    width: 100%;
    height: 100%;
}

*:active,
*:focus,
*:focus-visible {
    outline: none !important;
    text-decoration: none !important;

    filter: none !important;
    -webkit-tap-highlight-color: transparent;
    /* 移动端点击高亮 */
}

.banner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 30%;
    height: 30px;
    background: #FFFFFF;
    clip-path: polygon(0% 100%, 100% 100%, 93% 0%, 0% 0%);
    z-index: 99;
}

.banner::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 30%;
    height: 30px;
    background: #FFFFFF;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 7% 0%);
    z-index: 99;
}

#back-to-top {

    clip-path: polygon(0 85%, 15% 100%, 85% 100%, 100% 85%, 100% 15%, 85% 0, 15% 0, 0 15%);
    width: 100%;
    height: 54px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    color: #251E1C;
    z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}


header {
    background: #000000;
    height: 45px;
}

.container {
    height: 100%;
}

.header-main {
    border-bottom: none;
    height: 100%;
}

.navbar {
    height: 100%;
    min-height: 0px;
}

.header-xd .header-main .navbar-nav>li>a {
    color: #787a7f !important;
}

.header-xd .header-main .navbar-nav>li>a:hover {
    color: #251E1C !important;
}

.header-xd .header-main .navbar-nav>li:after {
    background-color: #251E1C !important;
}

.header-xd .hritem span {
    color: #251E1C !important;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.header-mobile-img {
    width: 13px;
    height: auto;
}

.yyl img {
    width: 20px;
    height: 20px;
}

textarea {
    resize: none;
}

/* xiding */
.header,
.header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.hitem-left-item {
    position: relative;
    width: 98%;
    height: 119px;

    margin-bottom: 11px;
    overflow: hidden;
    background: url(/static/2.0/type-zhong.png) no-repeat;
    background-size: 100% 100%;
}

.hitem-left-item a {
    display: flex;
    width: 100%;
    height: 100%;
    clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px,
            100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);
}

.hitem-left-item a div:first-child {
    width: 44%;
    background: linear-gradient(to bottom, #73898A 0%, #E2ECED 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hitem-left-item a div img {
    width: 95%;
    aspect-ratio: 979 / 679;
    object-fit: cover;
}

.hitem-left-item a div:last-child {
    width: 56%;
    padding-top: 31px;
    padding-left: 29px;
}

.hitem-left-item a div:last-child h4 {
    font-size: 21px;
    line-height: 21px;
    color: #251E1C;
    font-weight: 600;
    margin-bottom: 5px;
}

.hitem-left-item a div:last-child p {
    font-size: 15px;
    line-height: 15px;
    color: #251E1C;
    font-weight: 500;
}

.hitem-left-item-show {
    background-color: #DADADA;
    clip-path: polygon(6px 0, calc(100% - 6px) 0, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0 calc(100% - 6px), 0 6px);

}

.hitem-left-item-show::after {
    content: "";
    width: 100%;
    height: 5px;
    background: url(/static/2.0/typexian.png) no-repeat;
    background-size: 100% 100%;

    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}

.hitem-right-item-img a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.hitem-right-item-img img {
    width: 100%;
    aspect-ratio: 452 / 269;
    object-fit: cover;
}

.rightat {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #FFFFFF;
}

.ul2header {
    display: none;
}

.mobile-sanjiao {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.mobile-san {
    height: 100%;
    text-align: right;
    padding: 0 15px;
    cursor: pointer;
    font-weight: 600;
}

.mobile-san-li {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.san-bottom {
    transform: rotate(90deg);
}

/* xiding end */
.navbar-brand {
    margin-top: 7px;
}

.mobile-nav a {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo img {
    width: 140px;
    height: auto;
    max-width: max-content;
}

/* right */


.item4 div {
    border-bottom: none !important;
}

.icon-div {
    position: fixed;
    z-index: 9999999;
    right: 3px;
    top: 40%;
}

.icon-right {


    clip-path: polygon(0 95%,
            15% 100%,
            85% 100%,
            100% 95%,
            100% 5%,
            85% 0,
            15% 0,
            0 5%);
}

.icon-item {

    background: #FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;

}

.icon-right .icon-item:nth-child(1),
.icon-right .icon-item:nth-child(3) {
    padding: 15px 12px;
}

.icon-right .icon-item:nth-child(2) {
    padding: 10px 12px;
}

.icon-right .icon-item:nth-child(2)::after {
    content: '';
    width: 70%;
    height: 1px;
    background: #000000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.icon-right .icon-item:nth-child(2)::before {
    content: '';
    width: 70%;
    height: 1px;
    background: #000000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.icon-item img {
    width: 30px;
    height: 22px;
    margin-bottom: 5px;
    position: relative;

}

.icon-item img:last-child {
    display: none;
}

.icon-item a {
    font-size: 12px;
    color: #000000;
    line-height: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;

}

.icon-qr {
    width: 105px;
    height: 105px;
    position: fixed;
    right: 52px;
    top: calc(40% + 61px);
    display: none;
}

/* .icon-item:hover.icon-item img:last-child {
		display: block !important;
	}
	.icon-item:hover.icon-item img:first-child {
		display: none;
	}
	.icon-item:hover.icon-item a {
		color: #FFFFFF !important;
	}
	.icon-item:hover.icon-item {
		background: #008068 !important;
	} */
/* tan */
.tan-form {
    width: 800px;
    background: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    padding: 36px;
    position: fixed;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.tan-form h3 {
    font-weight: 500;
    font-size: 26px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 15px;
}

.form-item {
    display: flex;
    justify-content: space-between;
}

.form-item div {
    width: 47%;
}

.fitem3 div,
.fitem4 div {
    width: 100%;
}

.form-item div input {
    width: 100%;
    height: 28px;

    border-radius: 8px;
    border: 1px solid #999999;
}

.fitem3 select {
    width: 100%;
    height: 28px;

    border-radius: 8px;
    border: 1px solid #999999;
}

.fitem4 textarea {
    width: 100%;
    height: 75px;

    border-radius: 8px;
    border: 1px solid #999999;
}

.form-item div span {
    font-weight: 400;
    font-size: 12px;
    color: #FF0000;
}

.form-item div p {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    margin: 7px 0px 5px 0px;
}

.tan-button {
    margin: 15px auto 0 auto;
    width: 105px;
    height: 35px;
    background: #008068;
    border-radius: 18px 18px 18px 18px;
    border: none;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.chahao {
    width: 20px;
    height: 20px;
    background: #999999;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 20px;
}

.chahao span {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: #FFFFFF;
}

.xf-whatsApp {
    position: fixed;
    bottom: 65px;
    left: 10px;
    z-index: 999;
    animation: xfJump 1.5s ease-in-out infinite;
}

@keyframes xfJump {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.xf-whatsApp img {
    width: 69px;
    height: 69px;
}

/* product */
.header-product {
    width: 100%;
    height: 651px;
    display: none;
    position: fixed;
    top: 45px;
    z-index: 99;
    background: #F8F8F8;
    padding-top: 15px;
    overflow: hidden;
    padding-bottom: 64px;
    clip-path: polygon(0 100%,
            40% 100%,
            40.8% 98%,
            59.2% 98%,
            60% 100%,
            100% 100%,
            100% 0,
            0 0);
}

.hitem-left {

    width: 22%;
    overflow-y: auto;

}

.hitem-center {
    width: 34%;
    background: url(/static/2.0/type-da.png) no-repeat;
    background-size: 100% 100%;

    padding: 20px 18px 39px 37px;
    overflow: hidden;

}

.hitem-left {
    direction: rtl;
}

.hitem-left>* {
    direction: ltr;
}

.hitem-left::-webkit-scrollbar-track {
    width: 2px;
    padding-right: 2px;
}

.hitem-left::-webkit-scrollbar-thumb {
    background: #727171;
    height: 300px;
}

.hitem-left::-webkit-scrollbar-button {
    display: none;
}

.hitem-left::-webkit-scrollbar {
    width: 3px;
}

/* fireofx */
@-moz-document url-prefix() {
    .hitem-center {
        scrollbar-width: thin;
        /* 只对Firefox有效 */
        scrollbar-color: #727171 transparent;
        /* 只对Firefox有效 */
    }
}

.hitem-right {
    width: 42%;
    border-radius: 10px;
    overflow: hidden;
}

.hitem-center-item>div {
    margin-bottom: 35px;
    width: 100%;
    height: 100%;
}

.hitem-center-item a {
    font-weight: 400;
    font-size: 19px;
    color: #000000;
    line-height: 22px;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}


.center-more {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}

.center-more span:first-child {
    font-size: 16px;
    line-height: 19px;
    color: #251E1C;
    font-weight: 500;
    margin-right: 5px;
}

.center-more span:last-child {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #251E1C;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    line-height: 17px;
    color: #251E1C;
    font-weight: bold;

}

.h-content {
    width: 90%;


    max-width: 1784px;
    margin: auto;
    height: 513px;
    overflow: hidden;
}

.h-content-item-flex {
    display: flex !important;
    width: 100%;
    height: 100%;
}

.h-content-item {
    display: none;
    justify-content: space-between;
}

.header-type {
    width: 90%;
    max-width: 1722px;
    overflow: hidden;
    margin: 0 auto 13px auto;

}


.header-type-s {
    width: 100%;
    display: flex;
    gap: 0;
    transition: all 0.3s;

}

.hleftjian {
    width: 27px;
    height: 27px;
    position: absolute;
    top: 25px;
    left: 40px;
    background: url(/static/2.0/headjian.webp) no-repeat;
    background-size: cover;
    cursor: pointer;
    display: none;
    transform: rotate(-180deg);
}

.rightjian {
    width: 27px;
    height: 27px;
    position: absolute;
    top: 25px;
    right: 40px;
    background: url(/static/2.0/headjian.webp) no-repeat;
    background-size: cover;

    cursor: pointer;

}

.hleftjian:hover {
    background: url(/static/2.0/headjianlv.webp) no-repeat;
    background-size: cover;
}

.rightjian:hover {
    background: url(/static/2.0/headjianlv.webp) no-repeat;
    background-size: cover;
}

.header-type-a {
    background: #DADADA !important;
}

.header-type-a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: #477F69;
}

.header-type a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 16px;
    color: #251E1C;
    font-weight: 500;
    width: 14.285%;
    text-align: center;
    height: 50px;
    border: none;
    border-radius: 0;
    background: url(/static/2.0/type-xiao.png) no-repeat;
    background-size: 100% 100%;
    clip-path: polygon(2px 0,
            calc(100% - 2px) 0,
            100% 2px, 100% calc(100% - 2px),
            calc(100% - 2px) 100%,
            2px 100%,
            0 calc(100% - 2px), 0 2px);
    flex-shrink: 0;
}



.hitem-center-item-a a h3 {
    font-size: 49px;
    line-height: 60px;
    color: #251E1C;
    margin-bottom: 5px;
    font-weight: bold;
}

.hitem-center-item-a a p {
    color: #251E1C;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 24px;
    font-weight: 500;
}

.hciax {
    width: 100%;
    background: #707070;
    height: 1px;
    margin-bottom: 35px;
}

.center-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 142px;
    height: 37px;
    font-size: 17px;
    line-height: 17px;
    color: #FFFFFF;
    font-weight: 500;
    background: #477F69;
    clip-path: polygon(0 100%,
            calc(100% - 7px) 100%,
            100% calc(100% - 7px),
            100% 5px,
            calc(100% - 7px) 0,
            0 0);


}

.center-button img {
    width: 15px;
    height: 18px;
    margin-right: 7px;
}

.hitem-center-item-show {
    display: block !important;
    width: 100%;
    height: 100%;
}

.hitem-right-item-show {
    display: block !important;
}

.hitem-center .hitem-center-item {
    display: none;
}

.hitem-right .hitem-right-item {
    display: none;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

/* yyl */
.hritem {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hritem span {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 15px;
    margin-left: 5px;
    white-space: nowrap;
}

.otf-flex-item {
    display: flex;
    padding-left: 120px;
    align-items: center;
}

.hritem:first-child a {
    display: flex;
    align-items: center;
    margin-right: 29px;
}

.yyl {
    cursor: pointer;
    margin-left: 29px;
}

.yyl-content {
    width: 800px;
    height: 350px;
    background: #FFFFFF;
    position: fixed;
    left: 50%;
    top: 25%;
    transform: translateX(-50%);
    z-index: 99;
    background-color: #FFFFFF;
    padding: 30px 185px 60px 185px;
    border-radius: 15px;
    display: none;
}

.yyl-x {
    width: 28px;
    height: 28px;
    background: #999999;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    position: absolute;
    right: 13px;
    top: 14px;
    line-height: 15px;
    padding-top: 3.5px;
}

.yyl-content h3 {
    text-align: center;
    font-weight: 500;
    font-size: 26px;
    color: #000000;
    line-height: 26px;
    margin-bottom: 38px;
}

.yyx-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.yyx-item a {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    align-items: center;
    width: 200px;
    height: 30px;
    border-radius: 6px;
    margin-bottom: 15px;
    border: 0.5px solid #999999;
}

.yyx-item a:hover {
    background: #008068;
}

.yyx-item a:hover span {
    color: #FFFFFF;
}

.yyx-item a span {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 12px;
}

.dropdown {
    position: relative;
}

.nav-ul {
    display: none;
    justify-content: center;
    padding-top: 15px;
    position: fixed;
    top: 45px;
    left: 0;
    background: #F8F8F8;
    width: 100%;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.7);
    border-radius: 0px 0px 6px 6px;
    z-index: 99;
    height: 98px;
    clip-path: polygon(0 100%,
            40% 100%,
            40.8% 90%,
            59.2% 90%,
            60% 100%,
            100% 100%,
            100% 0,
            0 0);

}


.nav-ul li {
    list-style: none;
    width: 246px;
    height: 51px;

    background-color: #FFFFFF;

    position: relative;
    overflow: hidden;
    background: url(/static/2.0/type-xiao.png) no-repeat;
    background-size: 100% 100%;
    clip-path: polygon(2px 0, calc(100% - 2px) 0, 100% 2px, 100% calc(100% - 2px), calc(100% - 2px) 100%, 2px 100%, 0 calc(100% - 2px), 0 2px);

}

.nav-ul li:hover {
    background-color: #DADADA;
}

.nav-ul li:hover::after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #477F69;
}

.nav-ul li a {
    font-weight: 700;
    font-size: 16px;
    color: #251E1C;
    line-height: 16px;

    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-ul-show {
    display: flex;
}




@media (min-width:1722px) {
    .hleftjian {
        left: calc((100vw - 1722px) / 2 - 40px);
    }

    .rightjian {
        right: calc((100vw - 1722px) / 2 - 40px);

    }

}

@media (max-width:1500px) {
    .hleftjian {
        left: 20px;
    }

    .rightjian {
        right: 20px;

    }

    .header-type a,
    .nav-ul li a {
        font-size: 13px;
        line-height: 13px;
    }

    .hitem-left-item a div:last-child h4 {
        font-size: 15px;
        line-height: 15px;
    }

    .hitem-right {
        width: 50%;
    }

    .hitem-center {
        width: 25%;
    }

    .otf-flex-item {
        padding-left: 0px;
    }

    .container {
        width: 95%;
    }


}

@media (max-width:1400px) {
    .footer-content {
        width: 1180px;
    }
}

@media (max-width:1180px) {

    .footer-flex-left,
    .footer-flex {
        flex-direction: column;
    }

    .header-main .navbar-nav>li {

        padding: 5px 5px;
    }
}

@media (max-width:1000px) {

    .banner::before,
    .banner::after {
        display: none;
    }

    * {
        tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent;
    }

    h3 {
        font-size: 22px !important;
        line-height: 27px !important;
    }

    span,
    p {
        font-size: 13px !important;
        line-height: 17px !important;
    }

    .header-mobile .navbar {

        box-shadow: none;
    }

    li {
        list-style: none;
    }

    .hritem {
        display: none;
    }

    .yyl {

        display: flex !important;
        width: 20px;
        height: auto;
        align-items: center;
    }

    .header-mobile .navbar-collapse {
        position: fixed;
        width: 100%;
        top: 56px;
        left: 0;
        background: #F7F7F7;
        height: 100%;
    }

    .mobile-nav-lx {
        margin-top: 29px;
        display: flex;
        justify-content: end;
        flex-direction: column;
    }

    .mobile-nav-lx-item {
        display: flex;
        align-items: center;
        margin-bottom: 7px;
        justify-content: flex-end;
    }

    .mobile-nav-lx-item span {
        font-size: 12px;
        line-height: 14px;
        color: #251E1C;
        font-weight: 600;
    }

    .mobile-nav-lx-item img {
        width: 16px;
        height: auto;
        margin-left: 13px;
    }

    .header-mobile .navbar .navbar-nav>li {

        border-bottom: 1px solid #707070;
    }

    .header-mobile .navbar .navbar-nav li {
        border-top: none;
    }

    .header-mobile .navbar a {
        font-size: 16px;
        line-height: 16px;
        color: #251E1C;
        font-weight: 600;
        padding-left: 0px;
        margin-right: 2px;
    }

    .header-mobile .navbar .navbar-nav li {
        width: 100%;
    }

    .navbar-nav {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    button:focus {
        outline: none;
        -webkit-tap-highlight-color: transparent;
    }

    .header-mobile .navbar .navbar-toggle .icon-bar {
        background: #FFFFFF;
    }

    .ul2header>li {
        width: 49% !important;
        height: 36px;
        background: #FFFFFF;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px;
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .ul2header {
        flex-wrap: wrap;
        gap: 2%;
    }

    .ul2header a {
        font-size: 10px !important;
        line-height: 10px !important;
    }

    .ul2header img {
        width: 13px;
        height: auto;
    }

    .navbar-toggle {
        width: 36px;
        height: 28px;
    }

    .collapsed {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .navbar-toggle .mbspan {
        display: none;
    }

    .collapsed .icon-cha {
        display: none;
    }

    .collapsed .mbspan {
        display: block !important;
    }

    .icon-cha {
        font-size: 30px !important;
        line-height: 30px !important;
        color: #FFFFFF;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .yyx-item a {
        width: 48%;
    }

    .header-mobile .navbar .navbar-toggle {
        border: none;
    }

    /* qrcode */
    /* img{
                width:100%;
                height:100%;
                max-width:100%;
                object-fit:cover;
            } */
    .text-center img {
        width: 138px;
        height: auto;
    }

    .icon-item img {
        object-fit: contain;
    }

    .icon-right {
        display: none;
        bottom: 0;
        left: 0;
        justify-content: center;
        width: 100%;
        top: auto;
    }

    #back-to-top {
        display: none !important;
    }

    .tan-form {
        top: 7%;
        padding: 16px;
    }

    .icon-item {
        width: 25%;
        border-radius: 0;
    }

    .icon-qr {
        display: none;
        bottom: 67px;
        top: auto;
        right: 25%;
    }

    /* qrcodeend */
    .tan-form {
        width: 95%;
    }

    /* yyl */
    .mobile-hritem {
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: end;
        padding-right: 30px;
    }

    .hritem:first-child a {
        display: block;
        margin-right: 30px;
    }

    .mmm-right {
        width: 40%;
    }

    .navbar-brand {
        width: 60%;
    }

    .navbar-header {
        display: flex;
    }

    .yyl-content {
        width: 95%;
        padding: 30px 15px;
        height: auto;
    }


}


/* footer */
.mobile-f-flex {
    display: none;
}

.footer {
    width: 100%;
    min-height: 100%;
    padding-top: 75px;
    padding-bottom: 53px;
    background: #EEEFEF;
    position: relative;
    z-index: 998;
    overflow: hidden;
}

.fmhide {
    display: flex;
    flex-direction: column;
}

.fihdiv>span {
    display: none;
}

.footer-content {
    width: 1400px;
    margin: auto;
    display: flex
}

.footer-flex {
    width: 100%;
    display: flex
}

.footer-flex-left {
    display: flex
}

.footer-item {
    display: flex;
    flex-direction: column
}

.footer-item {
    margin-left: 38px
}

.footer-us {
    width: 363px
}

.fih3 {
    font-size: 17px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 25px;
    white-space: nowrap;
    font-family: Montserrat
}

.fidiv {
    display: flex;

}

.fidiv:last-child {
    align-items: baseline
}

.footer-product {
    width: 294px
}

.fia {
    font-size: 12px;
    color: #251E1C;
    font-weight: 400;
    line-height: 33px;
    font-family: Montserrat
}

.fidiv-content {
    width: fit-content;
    padding-right: 14px;
    height: 28px;
    background: #5d5d5d;
    border-radius: 0 10px 10px 0;
    margin-bottom: 5px
}

.fidiv-content a {
    width: 100%;
    height: 100%;
    display: flex;
    padding-left: 5px;
    align-items: center
}

.fidiv-content img {
    width: 21px;
    height: 22px;
    margin-right: 14px
}

.fidiv-content span {
    font-size: 16px;
    line-height: 66px;
    font-weight: 500;
    color: #fff;
    font-family: Montserrat
}

.fidiv a,
.fidiv span {
    font-size: 12px;
    color: #251E1C;
    font-weight: 400;
    line-height: 33px
}

.fidiv img {
    width: 14px;
    height: auto;
    margin-right: 13px
}

.footer-video {
    width: 210px
}

.fiahref,
.fispan {
    font-family: Montserrat
}

.footer-logo {
    margin-bottom: 15px;
    text-align: left
}

.footer-logo a {
    width: 155px;
    height: 19px;
    display: inline-block
}

.footer-logo a img {
    width: 100%;
    height: 100%
}

.footer-video-icon {
    display: flex
}

.footer-video-icon a {
    display: inline-block;
    width: 45px;
    height: 45px
}

.footer-video-icon a img {
    width: 26px;
    height: 26px;
    object-fit: cover;
}

.footer-video-icon a:not(:last-child) {
    margin-right: 10px
}

.footer-xian {
    margin: 33px auto 12px auto;

    height: 1px;
    background: #7d7d7d;
    border: 1px solid #7d7d7d;
    width: 1400px
}

.footer-copy {
    width: 1400px;
    margin: auto;
    text-align: left
}

.footer-copy span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 200;
    color: #757575;
    font-family: Montserrat
}

/*  footer end*/
#commentform-bottom input,
#commentform-bottom textarea {
    color: #000000;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-div {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.loading-div p {
    font-size: 14px;
    font-weight: 400;
    color: #009173;
    line-height: 17px;
    margin-top: 3px;
}

.loading-icon {
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    vertical-align: middle;
}

/* ccccc */
.cookie-text p {
    font-size: 15px;
    line-height: 17px;
    color: #333333;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
}

#cookie-banner.visible {
    display: block;
}

.cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cookie-text {
    flex: 1;
    min-width: 300px;
    margin-bottom: 15px;
}

.cookie-text a {
    color: #008068;
    text-decoration: underline;
}

.cookie-text ul {
    margin: 0;
    padding: 0;
}

.cookie-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cookie-btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.accept-all {
    background: #4CAF50;
    color: white;
}

.necessary-only {
    background: #f44336;
    color: white;
}

.customize-btn {
    background: #2196F3;
    color: white;
}

#show-settings {
    background: #2196F3;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

/* 自定义设置模态框 */
#cookie-settings-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    overflow-y: auto;
}

.modal-content {
    background: white;
    margin: 50px auto;
    padding: 20px;
    max-width: 600px;
    border-radius: 5px;
}

.modal-content h2 {
    font-size: 23px !important;
    font-weight: bold;
    margin-bottom: 30px;
}

.category-toggle h3 {
    font-size: 18px !important;
}

.category-toggle>div {
    width: calc(100% - 60px);
}

.cookie-category {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.category-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.save-settings {
    background: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 20px;
}

/* 增强的Cookie横幅样式 */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8f9fa;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
    border-top: 1px solid #ddd;
}

#cookie-banner.visible {
    display: block;
}

.cookie-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cookie-text {
    flex: 1;
    min-width: 300px;
    margin-bottom: 15px;
}

.cookie-text h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: #333;
}

.cookie-types details {
    margin: 10px 0;
}

.cookie-types summary {
    cursor: pointer;
    color: #008068;
    font-weight: bold;
}

.cookie-types ul {
    margin-left: 20px;
    padding-left: 0;
    list-style-type: disc;
}

.cookie-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
    min-width: 120px;
}

.accept-all {
    background: #4CAF50;
    color: white;
}

.necessary-only {
    background: #6c757d;
    color: white;
}

.customize-btn {
    background: #2196F3;
    color: white;
}

/* 模态框样式增强 */
#cookie-settings-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    overflow-y: auto;
    padding: 20px;
}

.modal-content {
    background: white;
    margin: 20px auto;
    padding: 30px;
    max-width: 700px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.modal-content h2 {
    font-size: 1.5rem;
    margin-bottom: 25px;
    color: #333;
}

.cookie-category {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.category-toggle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.category-toggle>div {
    flex: 1;
}

.category-toggle h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #333;
}

.required-badge {
    display: inline-block;
    background: #6c757d;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-left: 8px;
}

.modal-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 25px;
}

.save-settings {
    background: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.cancel-settings {
    background: #6c757d;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

/* 无障碍改进 */
#cookie-banner:focus,
.cookie-btn:focus,
.switch input:focus+.slider {
    outline: 2px solid #008068;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {

    .slider,
    .slider:before {
        transition: none;
    }

    .modal-content {
        animation: none;
    }
}

@media only screen and (min-width: 992px) {
    .site-footer.site-footer-1 .site-footer__main .footer-block:nth-child(2) {
        border-right: none;
        border-left: none;
    }
}

@media only screen and (min-width: 1024px) {
    .site-footer.site-footer-1 .site-footer__main .footer-center {
        padding-left: 60px;
        padding-right: 60px;
    }
}

/* end */
#commentform-bottom input {
    margin-bottom: 13px;
}

#commentform-bottom textarea {
    height: 48px;
}

#submit-bottom {
    margin-top: 13px;
    margin-left: 0px;
}

#zhemu-div {
    font-size: 15px;
    padding: 18px;
    width: 85%;
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0);
    opacity: 0.8;
    color: #FFFFFF;
    z-index: 99;
    display: none;
}

#zhemu-div a {
    color: #008068;
}

.zhemu-button {
    cursor: pointer;
    background-color: #008068 !important;
    color: #FFFFFF;
    position: absolute;
    z-index: 9999;
    display: inline-block;
    border: none;
    position: absolute;
    right: 30px;
    color: #FFFFFF;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 1400px) {

    .footer-xian,
    .footer-content {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    footer .container {
        width: 1170px;
    }
}

@media screen and (max-width: 1000px) {

    /* mobile-f */
    .mobile-f-flex {
        width: 100%;
        height: 45px;
        background: #efefef;
        position: fixed;
        z-index: 9999;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    }

    .icon-qr span {
        width: 15px;
        height: 15px;
        display: flex;
        position: absolute;
        top: -10px;
        right: -10px;
        font-size: 15px;
        font-weight: 700;
        line-height: 15px;
        color: #FFFFFF;
        border: 1px solid #7d7d7d;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #7d7d7d;
    }

    .icon-qr span::before {
        content: '';
        position: absolute;
        inset: -10px;

    }

    .mobile-f-item {
        width: 33.33%;
        height: 100%;
        position: relative;

    }

    .mobile-f-item a {
        width: 100%;
        height: 100%;
        display: flex;

        justify-content: center;
        align-items: center;
    }

    .mobile-f-item:nth-child(1) img {
        width: 40px;
        height: auto;
        margin-right: 8px;
    }

    .mobile-f-item:nth-child(2) img {
        width: 44px;
        height: auto;
        margin-right: 8px;
    }


    .mobile-f-item:nth-child(3) img {
        width: 33px;
        height: auto;
        margin-right: 8px;
    }

    .mobile-f-item p {
        color: #251E1C;
        font-size: 10px;
        line-height: 15px;
        font-weight: 500;
    }

    .icon-qr {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .fitem222::after {
        content: '';
        position: absolute;
        left: -1px;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 50%;
        background: #757575;

    }

    .fitem222::before {
        content: '';
        position: absolute;
        right: -1px;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 50%;
        background: #757575;

    }

    /*mobile-f-end  */

    #zhemu-div {
        bottom: 25%;
    }

    /* ccccccc */
    .cookie-banner-content {
        flex-direction: column;
    }

    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }

    /* ccccccc end */

    .footer-item p,
    .footer-item a,
    .footer-logo,
    .footer-video-icon {

        width: 100%;
        padding-left: 17px;
    }

    .footer-item {
        margin-left: 0;

        justify-content: space-between;
        align-items: center;
        width: 100vw;

        margin-bottom: 9px;
    }

    .fih3 {
        height: 32px;
        margin-bottom: 0px;
        display: flex;
        align-items: center;

        position: relative;
    }

    .footer-product {
        width: 100%;
        height: 0;
        margin: 0;
        display: none;
    }

    .fmhide {
        display: none;

    }

    .fihdiv {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100vw;
        background: #FFFFFF;
    }

    .fihspan {
        display: block !important;
        font-size: 16px !important;
        line-height: 16px !important;
        color: #251E1C;
        font-weight: 600;
        margin-right: 17px;
    }

    .footer-video-icon a img {
        height: auto;
        object-fit: cover;
    }

    .fihdivactive .fihspan {
        transform: rotate(90deg);
    }

    .fihdivactive .fmhide {
        display: flex;
        text-align: left;
        width: 100%;
    }

    .fidiv,
    .fidiv-content {
        margin-bottom: 0;
        margin-left: 17px;
    }

    .fidiv a,
    .fidiv span {
        color: #251E1C;
        font-weight: 400;
    }

    .fidiv-content {
        margin-left: 17px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .fiahref {
        padding-left: 0px !important;
        line-height: 33px !important;
    }

    .footer-xian {
        width: 85%;
        margin: 10px auto;
    }

    .footer-copy {
        width: 85%;
        margin: auto;
    }

    .footer-copy span {
        color: #251E1C;
        font-size: 12px;
        line-height: 18px;
        font-weight: 600;
        display: inline-block;
        text-align: center;
    }

    .footer {
        padding-bottom: 65px;
    }

    .xf-whatsApp img {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .site-footer.site-footer-1 .site-footer__main .footer-block {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: left;
    }
}