@media (max-width: 767px) {
    .pure-css-nav {
        width: 100%;
    }

    .pure-css-nav > nav > ul > li > a {
        color: #000;
    }

    .pure-css-nav > nav > ul > li {
        margin-right: 1px;
    }

    /* Level 1 */
    .pure-css-nav > nav > ul > li {
        /*background-color: #ffffff;*/
    }

    .pure-css-nav > nav > ul > li > a {
        font-size: 1rem;
        padding: 13px 20px;
    }

    /* Level 2 and beyond */
    .pure-css-nav > nav > ul > ul {
        background-color: #ffffff;
    }

    .pure-css-nav > nav > ul > ul > li {
        height: 40px;
        float: left;
        /* min-width: 150px; */
        width: 14%;
        height: 100%;
    }

    .pure-css-nav > nav > ul > ul > li > a {
        font-size: 0.9rem;
        padding: 8px 20px;
        height: 40px;
    }

    /* Hover colors */
    .pure-css-nav > nav > ul li:hover,
    .pure-css-nav > nav ul li li:hover > a:first-child:nth-last-child(2),
    .pure-css-nav > nav > ul > li:hover > a:first-child:nth-last-child(2) {
        background-color: #ffffff;
    }

    /* Font icon arrow colors */
    .pure-css-nav > nav > ul > li > a:first-child:nth-last-child(2):after {
        color: rgba(0, 0, 0, 0.30);
    }

    .pure-css-nav > nav > ul > li:hover > a:first-child:nth-last-child(2):after {
        color: rgba(0, 0, 0, 0.60);
    }

    .pure-css-nav > nav ul li li > a:first-child:nth-last-child(2):after {
        color: rgba(0, 0, 0, 0.30);
    }

    .pure-css-nav > nav ul li li:hover > a:first-child:nth-last-child(2):after {
        color: rgba(0, 0, 0, 0.60);
    }

    .pure-css-nav.mobile-nav input:checked + label + nav {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .pure-css-nav > nav {
        width: 100%;
    }

    .pure-css-nav > nav ul,
    .pure-css-nav > nav li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pure-css-nav > nav li:hover {
        cursor: pointer;
    }

    .pure-css-nav > nav a {
        text-decoration: none;
    }

    /* Level 1 */
    .pure-css-nav > nav ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .pure-css-nav > nav ul li {
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
        height: 70px;
        padding: 0 10px;
    }

    .pure-css-nav > nav ul li:hover {
        overflow: visible;
        /*background: linear-gradient(to right, #006ebb, #0093dc);*/
        /*color: #fff;*/
        /*opacity: 0.9;*/
        background: #fff;
    }

    .pure-css-nav > nav ul > li {
        /*position: relative;*/
    }

    .pure-css-nav > nav ul li a {
        display: block;
        height: 100%;
        min-width: 120px;
        color: #fff;
        font-size: 16px;
        /*font-weight: 300;*/
    }

    /* Level 2 */
    .pure-css-nav > nav ul ul {
        visibility: hidden;
        position: absolute;
        z-index: 1;
        display: block;
        border-radius: 0px 0px 5px 5px;
        background: #F0F0F0;
        top: 100px;
        left: 0;
        height: 180px;
    }

    .pure-css-nav > nav ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: #F0F0F0;
    }

    .pure-css-nav > nav ul li:hover > .product-nav {
        visibility: visible;
    }

    /* Level 3 */
    .pure-css-nav > nav ul ul ul {
        top: 0;
        left: 100%;
    }

    .pure-css-nav > nav ul ul ul {
        margin-top: 5px;
    }

    /* ---------- */
    /* Transitions */
    .pure-css-nav > nav ul,
    .pure-css-nav > nav ul li,
    .pure-css-nav > nav ul li a,
    .pure-css-nav > nav ul li a:first-child:nth-last-child(2):after {
        /*transition: all 200ms linear;*/
    }

    .pure-css-nav.mobile-nav {
        transition: all 0.5s linear;
    }

    .pure-css-nav > nav ul li a {
        display: flex;
        align-items: center;
    }

    .pure-css-nav > nav ul li:hover {
        /*background: #fff;*/
    }

    .pure-css-nav > nav ul li:hover a {
        overflow: visible;
        /* background: linear-gradient(to right, #006ebb, #0093dc); */
        /* color: #fff; */
        /* opacity: 0.9; */
        /*background: #fff;*/
        height: 100%;
        color: #000;
        /* width: 20%; */
    }

    .pure-css-nav > nav ul li a:first-child:nth-last-child(2):after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 5px;
        margin-left: 10px;
        opacity: 0.50;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 10px 5px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath opacity='.5' d='M1 1v1h1v1h1v1h1v1h2V4h1V3h1V2h1V1h1V0H0v1z'/%3E%3Cpath d='M2 1v1h1v1h1v1h2V3h1V2h1V1h1V0H1v1z'/%3E%3C/svg%3E");
        display: none;
    }

    .pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):before,
    .pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):after {
        content: '';
    }

    .pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):before {
        order: 1;
        margin-left: 10px;
    }

    .pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):after {
        order: 2;
        margin-left: auto;
    }

    .pure-css-nav.nav-font-icons ul li a:first-child:nth-last-child(2):after {
        content: '\f078'; /* arrow: down */
        font-family: 'Ethereal-Regular';
        opacity: 1;
        width: auto;
        height: auto;
        background: none;
    }

    .pure-css-nav.nav-font-icons ul ul li > a:first-child:nth-last-child(2):after {
        content: '\f054';
    }

    .pure-css-nav.nav-justified > nav > ul {
        width: 100%;
    }

    .pure-css-nav.nav-justified > nav > ul > li {
        flex: 1 1 auto;
    }

    .pure-css-nav.nav-justified > nav > ul > li > a {
        justify-content: center;
    }

    .pure-css-nav.nav-vertical nav > ul {
        display: block;
        width: 200px;
    }

    .pure-css-nav.nav-vertical nav > ul li a:first-child:nth-last-child(2):after {
        margin-left: auto;
    }

    .pure-css-nav.nav-vertical nav > ul ul {
        left: 100%;
        top: 0;
        margin-top: 5px;
    }

    .pure-css-nav.nav-vertical nav > ul > li {
        margin-bottom: 1px;
    }

    /* Mobile Navigation */
    .pure-css-nav.mobile-nav input {
        display: none;
    }

    .pure-css-nav.mobile-nav input + label {
        margin-bottom: 0;
        z-index: 999;
    }

    .pure-css-nav.mobile-nav input + label + nav > ul > li {
        margin-right: 1px;
    }

    .pure-css-nav.mobile-nav input:checked + label {
        position: absolute;
        top: 8px;
        right: 10px;
    }

    .pure-css-nav.mobile-nav input:checked + label i:before {
        content: '\f00d';
    }

    .pure-css-nav a:not([href]),
    .pure-css-nav a[href='']:hover,
    .pure-css-nav a[href='#']:hover,
    .pure-css-nav a[href='']:active,
    .pure-css-nav a[href='#']:active {
        pointer-events: none;
    }

    /* Content Styles */
    header, footer {
        /*background: #eee;*/
        /*padding: 20px;*/
    }

    header, header a,
    footer, footer a {
        color: rgba(0, 0, 0, 0.7);
    }

    header a, footer a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /*padding: 5px 10px;*/
    }

    header a:hover, footer a:hover {
        /*color: #222;*/
        /*background: #fff;*/
    }

    footer {
        font-size: 25px;
    }

    footer > div {
        align-items: center;
        justify-content: center;
    }

    /* Sticky Footer */
    body {
        display: flex;
        flex-direction: column;
    }

    #content {
        flex: 1 0 auto;
    }

    footer {
        flex-shrink: 0;
    }

    code {
        font-size: 0.8rem !important;
    }

    .second-nav-item {
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
        /* flex-direction: column; */
        /* height: 100px; */
        width: 300px;
        border-bottom: 1px #b8b8b8 solid;
        color: #909090;
        /*padding: 10px;*/
        z-index: 999;
    }

    .second-nav-item a {
        padding: 10px;
        justify-content: flex-start;
        color: #858585 !important;
    }

    .second-nav-item:hover {
        color: #f39b29;
        /*font-weight: 700;*/
        border-bottom: 1px #000 solid;
        /*background: rgba(0, 51, 161, 0.1);*/
        background: #fff;
    }

    .second-nav-item-active {
        color: #f39b29;
        /*font-weight: 700;*/
        border-bottom: 1px #000 solid;
        /*background: rgba(0, 51, 161, 0.1);*/
        background: #fff;
    }

    .second-nav-item-active a {
        /*font-weight: 700 !important;*/
        color: #000 !important;
    }

    .second-nav-item:hover > .product-item-detail {
        visibility: visible;
    }

    .second-nav-item img {
        display: block;
        width: 75px;
        height: auto;
        margin: auto;
    }

    .second-nav-item span {
        display: block;
        text-align: center;
    }

    .heart-btn {
        width: 20px;
        cursor: pointer;
    }


    .product-nav {
        position: absolute;
        display: flex;
        align-items: start;
        justify-content: start;
        top: 115px;
        left: 0;
        background: #F0F0F0;
        /*padding: 20px;*/
        z-index: 9999;
        width: 100%;
        visibility: hidden;
    }

    .product-class-nav {
        /*width: 300px;*/
        position: relative;
        width: 100%;
    }

    .product-class-nav uul {
        margin: 0;
        list-style: none;
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        /*padding-right: 20px;*/
        padding: 30px;
    }

    .product-class-nav lii {
        /* border-bottom: 1px #c0c0c0 solid; */
        /* padding: 10px; */
        /* color: #909090; */
        width: 100%;
        cursor: pointer;
        /* display: flex; */
        /* align-items: start; */
        /* justify-content: start; */
        /* width: 300px; */
        display: flex;
        justify-content: start;
        align-items: start;
    }

    .product-class-nav lii:hover {
        /* color: #000000; */
        /* font-weight: 700; */
        /* border-bottom: 1px #0033a1 solid; */
        /* background: rgba(0, 51, 161, 0.1);*/
    }

    .product-item-detail {
        flex: 1;
        /* padding: 0 60px 60px; */
        position: absolute;
        left: 0;
        top: 30px;
        visibility: hidden;
        /* margin-left: 60px; */
        width: 100%;
        padding-left: 400px;
        padding-bottom: 60px;
        padding-right: 30px;
        z-index: 998;
        background: #F0F0F0;
    }

    .product-item-detail uul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: grid;
        grid-template-columns: auto auto auto auto auto auto auto; /* 定义三列：第一列100px，第二列200px，第三列自适应 */
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        flex-wrap: wrap;

        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: row;
    }

    .product-item-detail lii {
        width: 120px;
        height: 100px;
        background: #fff;
        border-radius: 8px;
        cursor: pointer;
        overflow: hidden;
    }

    .product-item-detail lii:last-child {
        width: 150px;
        height: 41px;
        background: #fff;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000000;
    }

    .product-item-detail lii:last-child a {
        color: #000000;
    }

    .product-item-detail lii img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .second-nav-item:hover > .product-item-detail {
        visibility: visible;
    }

    /*.product-class-nav lii:hover > .second-nav-item{*/
    /*    color: #000000;*/
    /*    font-weight: 700;*/
    /*    border-bottom: 1px #0033a1 solid;*/
    /*    background: rgba(0, 51, 161, 0.1);*/
    /*}*/
    lii a {
        padding: 0;
    }

    .head-btn {
        padding: 5px 15px;
        height: 36px;
        background: #ffffff;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        display: none !important;
    }

    .first-nav {
        width: 100%;
        height: 70px;
        /*position: fixed;*/
        /*left: 0;*/
        /*top: 45px;*/
        display: flex;
        justify-content: center;
        z-index: 998;
        background: rgba(0, 0, 0, 0.9);
        align-items: center;
        padding: 0 10px;
        /*transition: all 0.3s;*/
        box-shadow: 0 0 22px rgb(0 0 0 / 10%);
    }

    .custom-nav {
        width: 100%;
        max-width: 1400px;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 0;
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
        z-index: 999;
        flex-wrap: nowrap;
        /*background: #000000;*/
    }

    .custom-nav-white {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 0;
        left: 0;
        z-index: 999;
        flex-wrap: nowrap;
        background-color: #fff;

    }

    .logo-box {
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo {
        height: auto;
        width: 46px;
    }

    .nav-link {
        display: flex;
        justify-content: start;
        align-items: center;
        flex: 1;
        height: 70px;
        /*padding-left: 50px;*/
        padding: 0 !important;
        display: none !important;
    }

    .nav-link-white {
        display: flex;
        justify-content: start;
        align-items: center;
        flex: 1;
        height: 80px;
    }

    .contact-us {
        display: flex;
        justify-content: right;
        align-items: center;
        overflow: hidden;
    }

    .nav-item {
        width: 120px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
    }

    .nav-item a {
        color: #000;
    }

    .nav-item-white {
        width: 120px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
    }

    .nav-item-white a {
        color: #000;
    }

    .tel-img {
        width: 21px;
        height: 21px;
        cursor: pointer;
    }

    .tel {
        color: #000;
        margin-left: 10px;
    }

    .tel-white {
        color: #000000;
        margin-left: 10px;
    }

    .search-more {
        margin-left: 10px;
        width: 21px;
        cursor: pointer;
    }

    .second-nav {
        width: 100%;
        height: 116px;
        position: fixed;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        z-index: 999;
        background-color: #ffffff;
        box-shadow: 0 0 22px rgb(0 0 0 / 10%);
    }

    .top-bar-box {
        width: 100%;
        height: 45px;
        background: #333333;
        /*position: fixed;*/
        /*left: 0;*/
        /*top: 0;*/
        z-index: 999;
        /*transition: all 0.3s;*/
    }

    .top-bar-title {
        width: 100%;
        max-width: 1400px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 45px;
        padding: 0 10px;
        position: relative;
    }

    .top-bar-left {
        color: #ffffff;
        font-size: 14px;
    }

    .top-bar-right {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .top-bar-right span {
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .top-bar-right img {
        width: 13px;
        height: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu {
        width: 21px;
    }

    .phone-menu {
        display: none;
        position: absolute;
        width: 100%;
        top: 115px;
        left: 0;
        background: #f0f0f0;
    }

    .close-menu {
        width: 21px;
    }

    .phone-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .phone-menu ul li {
        padding: 10px;
        font-size: 20px;
        text-align: center;
        font-family: SailecBold;
    }

    .phone-menu a {
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 1365px) {
    .pure-css-nav {
        width: 100%;
    }

    .pure-css-nav > nav > ul > li > a {
        color: #000;
    }

    .pure-css-nav > nav > ul > li {
        margin-right: 1px;
    }

    /* Level 1 */
    .pure-css-nav > nav > ul > li {
        /*background-color: #ffffff;*/
    }

    .pure-css-nav > nav > ul > li > a {
        font-size: 1rem;
        padding: 13px 20px;
    }

    /* Level 2 and beyond */
    .pure-css-nav > nav > ul > ul {
        background-color: #ffffff;
    }

    .pure-css-nav > nav > ul > ul > li {
        height: 40px;
        float: left;
        /* min-width: 150px; */
        width: 14%;
        height: 100%;
    }

    .pure-css-nav > nav > ul > ul > li > a {
        font-size: 0.9rem;
        padding: 8px 20px;
        height: 40px;
    }

    /* Hover colors */
    .pure-css-nav > nav > ul li:hover,
    .pure-css-nav > nav ul li li:hover > a:first-child:nth-last-child(2),
    .pure-css-nav > nav > ul > li:hover > a:first-child:nth-last-child(2) {
        background-color: #ffffff;
    }

    /* Font icon arrow colors */
    .pure-css-nav > nav > ul > li > a:first-child:nth-last-child(2):after {
        color: rgba(0, 0, 0, 0.30);
    }

    .pure-css-nav > nav > ul > li:hover > a:first-child:nth-last-child(2):after {
        color: rgba(0, 0, 0, 0.60);
    }

    .pure-css-nav > nav ul li li > a:first-child:nth-last-child(2):after {
        color: rgba(0, 0, 0, 0.30);
    }

    .pure-css-nav > nav ul li li:hover > a:first-child:nth-last-child(2):after {
        color: rgba(0, 0, 0, 0.60);
    }

    .pure-css-nav.mobile-nav input:checked + label + nav {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .pure-css-nav > nav {
        width: 100%;
    }

    .pure-css-nav > nav ul,
    .pure-css-nav > nav li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pure-css-nav > nav li:hover {
        cursor: pointer;
    }

    .pure-css-nav > nav a {
        text-decoration: none;
    }

    /* Level 1 */
    .pure-css-nav > nav ul {
        display: flex;
        /*flex-wrap: wrap;*/
        align-items: center;
        justify-content: center;
    }

    .pure-css-nav > nav ul li {
        overflow: hidden;
        /*white-space: nowrap;*/
        text-align: left;
        height: 70px;
        padding: 0 10px;
        /*max-width: 160px;*/
        text-align: center;
    }

    .pure-css-nav > nav ul li:hover {
        overflow: visible;
        /*background: linear-gradient(to right, #006ebb, #0093dc);*/
        /*color: #fff;*/
        /*opacity: 0.9;*/
        background: #fff;
    }

    .pure-css-nav > nav ul > li {
        /*position: relative;*/
    }

    .pure-css-nav > nav ul li a {
        display: block;
        height: 100%;
        color: #fff;
        font-size: 16px;
        /*font-weight: 300;*/
    }

    /* Level 2 */
    .pure-css-nav > nav ul ul {
        visibility: hidden;
        position: absolute;
        z-index: 1;
        display: block;
        border-radius: 0px 0px 5px 5px;
        background: #F0F0F0;
        top: 100px;
        left: 0;
        height: 180px;
    }

    .pure-css-nav > nav ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: #F0F0F0;
    }

    .pure-css-nav > nav ul li:hover > .product-nav {
        visibility: visible;
    }

    /* Level 3 */
    .pure-css-nav > nav ul ul ul {
        top: 0;
        left: 100%;
    }

    .pure-css-nav > nav ul ul ul {
        margin-top: 5px;
    }

    /* ---------- */
    /* Transitions */
    .pure-css-nav > nav ul,
    .pure-css-nav > nav ul li,
    .pure-css-nav > nav ul li a,
    .pure-css-nav > nav ul li a:first-child:nth-last-child(2):after {
        /*transition: all 200ms linear;*/
    }

    .pure-css-nav.mobile-nav {
        transition: all 0.5s linear;
    }

    .pure-css-nav > nav ul li a {
        display: flex;
        align-items: center;
    }

    .pure-css-nav > nav ul li:hover {
        /*background: #fff;*/
    }

    .pure-css-nav > nav ul li:hover a {
        overflow: visible;
        /* background: linear-gradient(to right, #006ebb, #0093dc); */
        /* color: #fff; */
        /* opacity: 0.9; */
        /*background: #fff;*/
        height: 100%;
        color: #000;
        /* width: 20%; */
    }

    .pure-css-nav > nav ul li a:first-child:nth-last-child(2):after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 5px;
        margin-left: 10px;
        opacity: 0.50;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 10px 5px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath opacity='.5' d='M1 1v1h1v1h1v1h1v1h2V4h1V3h1V2h1V1h1V0H0v1z'/%3E%3Cpath d='M2 1v1h1v1h1v1h2V3h1V2h1V1h1V0H1v1z'/%3E%3C/svg%3E");
        display: none;
    }

    .pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):before,
    .pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):after {
        content: '';
    }

    .pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):before {
        order: 1;
        margin-left: 10px;
    }

    .pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):after {
        order: 2;
        margin-left: auto;
    }

    .pure-css-nav.nav-font-icons ul li a:first-child:nth-last-child(2):after {
        content: '\f078'; /* arrow: down */
        font-family: 'Ethereal-Regular';
        opacity: 1;
        width: auto;
        height: auto;
        background: none;
    }

    .pure-css-nav.nav-font-icons ul ul li > a:first-child:nth-last-child(2):after {
        content: '\f054';
    }

    .pure-css-nav.nav-justified > nav > ul {
        width: 100%;
    }

    .pure-css-nav.nav-justified > nav > ul > li {
        flex: 1 1 auto;
    }

    .pure-css-nav.nav-justified > nav > ul > li > a {
        justify-content: center;
    }

    .pure-css-nav.nav-vertical nav > ul {
        display: block;
        width: 200px;
    }

    .pure-css-nav.nav-vertical nav > ul li a:first-child:nth-last-child(2):after {
        margin-left: auto;
    }

    .pure-css-nav.nav-vertical nav > ul ul {
        left: 100%;
        top: 0;
        margin-top: 5px;
    }

    .pure-css-nav.nav-vertical nav > ul > li {
        margin-bottom: 1px;
    }

    /* Mobile Navigation */
    .pure-css-nav.mobile-nav input {
        display: none;
    }

    .pure-css-nav.mobile-nav input + label {
        margin-bottom: 0;
        z-index: 999;
    }

    .pure-css-nav.mobile-nav input + label + nav > ul > li {
        margin-right: 1px;
    }

    .pure-css-nav.mobile-nav input:checked + label {
        position: absolute;
        top: 8px;
        right: 10px;
    }

    .pure-css-nav.mobile-nav input:checked + label i:before {
        content: '\f00d';
    }

    .pure-css-nav a:not([href]),
    .pure-css-nav a[href='']:hover,
    .pure-css-nav a[href='#']:hover,
    .pure-css-nav a[href='']:active,
    .pure-css-nav a[href='#']:active {
        pointer-events: none;
    }

    /* Content Styles */
    header, footer {
        /*background: #eee;*/
        /*padding: 20px;*/
    }

    header, header a,
    footer, footer a {
        color: rgba(0, 0, 0, 0.7);
    }

    header a, footer a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /*padding: 5px 10px;*/
    }

    header a:hover, footer a:hover {
        /*color: #222;*/
        /*background: #fff;*/
    }

    footer {
        font-size: 25px;
    }

    footer > div {
        align-items: center;
        justify-content: center;
    }

    /* Sticky Footer */
    body {
        display: flex;
        flex-direction: column;
    }

    #content {
        flex: 1 0 auto;
    }

    footer {
        flex-shrink: 0;
    }

    code {
        font-size: 0.8rem !important;
    }

    .second-nav-item {
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
        /* flex-direction: column; */
        /* height: 100px; */
        width: 150px;
        border-bottom: 1px #b8b8b8 solid;
        color: #909090;
        /*padding: 10px;*/
        z-index: 999;
    }

    .second-nav-item a {
        padding: 10px;
        justify-content: flex-start;
        color: #858585 !important;
    }

    .second-nav-item:hover {
        color: #f39b29;
        /*font-weight: 700;*/
        border-bottom: 1px #000 solid;
        /*background: rgba(0, 51, 161, 0.1);*/
        background: #fff;
    }

    .second-nav-item-active {
        color: #f39b29;
        /*font-weight: 700;*/
        border-bottom: 1px #000 solid;
        /*background: rgba(0, 51, 161, 0.1);*/
        background: #fff;
    }

    .second-nav-item-active a {
        /*font-weight: 700 !important;*/
        color: #000 !important;
    }

    .second-nav-item:hover > .product-item-detail {
        visibility: visible;
    }

    .second-nav-item img {
        display: block;
        width: 75px;
        height: auto;
        margin: auto;
    }

    .second-nav-item span {
        display: block;
        text-align: center;
    }

    .heart-btn {
        width: 20px;
        cursor: pointer;
    }


    .product-nav {
        position: absolute;
        display: flex;
        align-items: start;
        justify-content: start;
        top: 115px;
        left: 0;
        background: #F0F0F0;
        /*padding: 20px;*/
        z-index: 9999;
        width: 100%;
        visibility: hidden;
    }

    .product-class-nav {
        /*width: 300px;*/
        position: relative;
        width: 100%;
    }

    .product-class-nav uul {
        margin: 0;
        list-style: none;
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        /*padding-right: 20px;*/
        padding: 30px;
    }

    .product-class-nav lii {
        /* border-bottom: 1px #c0c0c0 solid; */
        /* padding: 10px; */
        /* color: #909090; */
        width: 100%;
        cursor: pointer;
        /* display: flex; */
        /* align-items: start; */
        /* justify-content: start; */
        /* width: 300px; */
        display: flex;
        justify-content: start;
        align-items: start;
    }

    .product-class-nav lii:hover {
        /* color: #000000; */
        /* font-weight: 700; */
        /* border-bottom: 1px #0033a1 solid; */
        /* background: rgba(0, 51, 161, 0.1);*/
    }

    .product-item-detail {
        flex: 1;
        /* padding: 0 60px 60px; */
        position: absolute;
        left: 0;
        top: 30px;
        visibility: hidden;
        /* margin-left: 60px; */
        width: 100%;
        padding-left: 200px;
        padding-bottom: 60px;
        padding-right: 30px;
        z-index: 998;
        background: #F0F0F0;
    }

    .product-item-detail uul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: grid;
        grid-template-columns: auto auto auto auto auto auto auto; /* 定义三列：第一列100px，第二列200px，第三列自适应 */
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        flex-wrap: wrap;

        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: row;
    }

    .product-item-detail lii {
        width: 120px;
        height: 100px;
        background: #fff;
        border-radius: 8px;
        cursor: pointer;
        overflow: hidden;
    }

    .product-item-detail lii:last-child {
        width: 120px;
        height: 41px;
        background: #fff;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000000;
    }

    .product-item-detail lii:last-child a {
        color: #000000;
    }

    .product-item-detail lii img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .second-nav-item:hover > .product-item-detail {
        visibility: visible;
    }

    /*.product-class-nav lii:hover > .second-nav-item{*/
    /*    color: #000000;*/
    /*    font-weight: 700;*/
    /*    border-bottom: 1px #0033a1 solid;*/
    /*    background: rgba(0, 51, 161, 0.1);*/
    /*}*/
    lii a {
        padding: 0;
    }

    .head-btn {
        padding: 5px 15px;
        height: 36px;
        background: #ffffff;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        display: none;
    }

    .first-nav {
        width: 100%;
        height: 70px;
        /*position: fixed;*/
        /*left: 0;*/
        /*top: 45px;*/
        display: flex;
        justify-content: center;
        z-index: 998;
        background: rgba(0, 0, 0, 0.9);
        align-items: center;
        padding: 0 10px;
        /*transition: all 0.3s;*/
        box-shadow: 0 0 22px rgb(0 0 0 / 10%);
    }

    .custom-nav {
        width: 100%;
        max-width: 1400px;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 0;
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
        z-index: 999;
        flex-wrap: nowrap;
        /*background: #000000;*/
    }

    .custom-nav-white {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 0;
        left: 0;
        z-index: 999;
        flex-wrap: nowrap;
        background-color: #fff;

    }

    .logo-box {
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo {
        height: auto;
        width: 46px;
    }

    .nav-link {
        display: flex;
        justify-content: start;
        align-items: center;
        flex: 1;
        height: 70px;
        /*padding-left: 50px;*/
        padding: 0 !important;
    }

    .nav-link-white {
        display: flex;
        justify-content: start;
        align-items: center;
        flex: 1;
        height: 80px;
    }

    .contact-us {
        display: flex;
        justify-content: right;
        align-items: center;
        overflow: hidden;
    }

    .nav-item {
        width: 120px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
    }

    .nav-item a {
        color: #000;
    }

    .nav-item-white {
        width: 120px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
    }

    .nav-item-white a {
        color: #000;
    }

    .tel-img {
        width: 21px;
        height: 21px;
        cursor: pointer;
    }

    .tel {
        color: #000;
        margin-left: 10px;
    }

    .tel-white {
        color: #000000;
        margin-left: 10px;
    }

    .search-more {
        margin-left: 10px;
        width: 21px;
        cursor: pointer;
    }

    .second-nav {
        width: 100%;
        height: 116px;
        position: fixed;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        z-index: 999;
        background-color: #ffffff;
        box-shadow: 0 0 22px rgb(0 0 0 / 10%);
    }

    .top-bar-box {
        width: 100%;
        height: 45px;
        background: #333333;
        /*position: fixed;*/
        /*left: 0;*/
        /*top: 0;*/
        z-index: 999;
        /*transition: all 0.3s;*/
    }

    .top-bar-title {
        width: 100%;
        max-width: 1400px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 45px;
        padding: 0 10px;
        position: relative;
    }

    .top-bar-left {
        color: #ffffff;
        font-size: 18px;
        /*position: absolute;*/
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
    }

    .top-bar-right {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .top-bar-right span {
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .top-bar-right img {
        width: 13px;
        height: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu {
        display: none;
    }

    .phone-menu {
        display: none;
    }

    .close-menu {
        display: none;
    }
}

@media (min-width: 1366px) {
    .pure-css-nav {
        width: 100%;
    }

    .pure-css-nav > nav > ul > li > a {
        color: #000;
    }

    .pure-css-nav > nav > ul > li {
        margin-right: 1px;
    }

    /* Level 1 */
    .pure-css-nav > nav > ul > li {
        /*background-color: #ffffff;*/
    }

    .pure-css-nav > nav > ul > li > a {
        font-size: 1rem;
        padding: 13px 20px;
    }

    /* Level 2 and beyond */
    .pure-css-nav > nav > ul > ul {
        background-color: #ffffff;
    }

    .pure-css-nav > nav > ul > ul > li {
        height: 40px;
        float: left;
        /* min-width: 150px; */
        width: 14%;
        height: 100%;
    }

    .pure-css-nav > nav > ul > ul > li > a {
        font-size: 0.9rem;
        padding: 8px 20px;
        height: 40px;
    }

    /* Hover colors */
    .pure-css-nav > nav > ul li:hover,
    .pure-css-nav > nav ul li li:hover > a:first-child:nth-last-child(2),
    .pure-css-nav > nav > ul > li:hover > a:first-child:nth-last-child(2) {
        background-color: #ffffff;
    }

    /* Font icon arrow colors */
    .pure-css-nav > nav > ul > li > a:first-child:nth-last-child(2):after {
        color: rgba(0, 0, 0, 0.30);
    }

    .pure-css-nav > nav > ul > li:hover > a:first-child:nth-last-child(2):after {
        color: rgba(0, 0, 0, 0.60);
    }

    .pure-css-nav > nav ul li li > a:first-child:nth-last-child(2):after {
        color: rgba(0, 0, 0, 0.30);
    }

    .pure-css-nav > nav ul li li:hover > a:first-child:nth-last-child(2):after {
        color: rgba(0, 0, 0, 0.60);
    }

    .pure-css-nav.mobile-nav input:checked + label + nav {
        background-color: rgba(255, 255, 255, 0.9);
    }

    .pure-css-nav > nav {
        width: 100%;
    }

    .pure-css-nav > nav ul,
    .pure-css-nav > nav li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pure-css-nav > nav li:hover {
        cursor: pointer;
    }

    .pure-css-nav > nav a {
        text-decoration: none;
    }

    /* Level 1 */
    .pure-css-nav > nav ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .pure-css-nav > nav ul li {
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
        height: 70px;
        padding: 0 10px;
    }

    .pure-css-nav > nav ul li:hover {
        overflow: visible;
        /*background: linear-gradient(to right, #006ebb, #0093dc);*/
        /*color: #fff;*/
        /*opacity: 0.9;*/
        background: #fff;
    }

    .pure-css-nav > nav ul > li {
        /*position: relative;*/
    }

    .pure-css-nav > nav ul li a {
        display: block;
        height: 100%;
        min-width: 120px;
        color: #fff;
        font-size: 16px;
        /*font-weight: 300;*/
    }

    /* Level 2 */
    .pure-css-nav > nav ul ul {
        visibility: hidden;
        position: absolute;
        z-index: 1;
        display: block;
        border-radius: 0px 0px 5px 5px;
        background: #F0F0F0;
        top: 100px;
        left: 0;
        height: 180px;
    }

    .pure-css-nav > nav ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: #F0F0F0;
    }

    .pure-css-nav > nav ul li:hover > .product-nav {
        visibility: visible;
    }

    /* Level 3 */
    .pure-css-nav > nav ul ul ul {
        top: 0;
        left: 100%;
    }

    .pure-css-nav > nav ul ul ul {
        margin-top: 5px;
    }

    /* ---------- */
    /* Transitions */
    .pure-css-nav > nav ul,
    .pure-css-nav > nav ul li,
    .pure-css-nav > nav ul li a,
    .pure-css-nav > nav ul li a:first-child:nth-last-child(2):after {
        /*transition: all 200ms linear;*/
    }

    .pure-css-nav.mobile-nav {
        transition: all 0.5s linear;
    }

    .pure-css-nav > nav ul li a {
        display: flex;
        align-items: center;
    }

    .pure-css-nav > nav ul li:hover {
        /*background: #fff;*/
    }

    .pure-css-nav > nav ul li:hover a {
        overflow: visible;
        /* background: linear-gradient(to right, #006ebb, #0093dc); */
        /* color: #fff; */
        /* opacity: 0.9; */
        /*background: #fff;*/
        height: 100%;
        color: #000;
        /* width: 20%; */
    }

    .pure-css-nav > nav ul li a:first-child:nth-last-child(2):after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 5px;
        margin-left: 10px;
        opacity: 0.50;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 10px 5px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 5'%3E%3Cpath opacity='.5' d='M1 1v1h1v1h1v1h1v1h2V4h1V3h1V2h1V1h1V0H0v1z'/%3E%3Cpath d='M2 1v1h1v1h1v1h2V3h1V2h1V1h1V0H1v1z'/%3E%3C/svg%3E");
        display: none;
    }

    .pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):before,
    .pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):after {
        content: '';
    }

    .pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):before {
        order: 1;
        margin-left: 10px;
    }

    .pure-css-nav > nav ul ul li a:first-child:nth-last-child(2):after {
        order: 2;
        margin-left: auto;
    }

    .pure-css-nav.nav-font-icons ul li a:first-child:nth-last-child(2):after {
        content: '\f078'; /* arrow: down */
        font-family: 'Ethereal-Regular';
        opacity: 1;
        width: auto;
        height: auto;
        background: none;
    }

    .pure-css-nav.nav-font-icons ul ul li > a:first-child:nth-last-child(2):after {
        content: '\f054';
    }

    .pure-css-nav.nav-justified > nav > ul {
        width: 100%;
    }

    .pure-css-nav.nav-justified > nav > ul > li {
        flex: 1 1 auto;
    }

    .pure-css-nav.nav-justified > nav > ul > li > a {
        justify-content: center;
    }

    .pure-css-nav.nav-vertical nav > ul {
        display: block;
        width: 200px;
    }

    .pure-css-nav.nav-vertical nav > ul li a:first-child:nth-last-child(2):after {
        margin-left: auto;
    }

    .pure-css-nav.nav-vertical nav > ul ul {
        left: 100%;
        top: 0;
        margin-top: 5px;
    }

    .pure-css-nav.nav-vertical nav > ul > li {
        margin-bottom: 1px;
    }

    /* Mobile Navigation */
    .pure-css-nav.mobile-nav input {
        display: none;
    }

    .pure-css-nav.mobile-nav input + label {
        margin-bottom: 0;
        z-index: 999;
    }

    .pure-css-nav.mobile-nav input + label + nav > ul > li {
        margin-right: 1px;
    }

    .pure-css-nav.mobile-nav input:checked + label {
        position: absolute;
        top: 8px;
        right: 10px;
    }

    .pure-css-nav.mobile-nav input:checked + label i:before {
        content: '\f00d';
    }

    .pure-css-nav a:not([href]),
    .pure-css-nav a[href='']:hover,
    .pure-css-nav a[href='#']:hover,
    .pure-css-nav a[href='']:active,
    .pure-css-nav a[href='#']:active {
        pointer-events: none;
    }

    /* Content Styles */
    header, footer {
        /*background: #eee;*/
        /*padding: 20px;*/
    }

    header, header a,
    footer, footer a {
        color: rgba(0, 0, 0, 0.7);
    }

    header a, footer a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        /*padding: 5px 10px;*/
    }

    header a:hover, footer a:hover {
        /*color: #222;*/
        /*background: #fff;*/
    }

    footer {
        font-size: 25px;
    }

    footer > div {
        align-items: center;
        justify-content: center;
    }

    /* Sticky Footer */
    body {
        display: flex;
        flex-direction: column;
    }

    #content {
        flex: 1 0 auto;
    }

    footer {
        flex-shrink: 0;
    }

    code {
        font-size: 0.8rem !important;
    }

    .second-nav-item {
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
        /* flex-direction: column; */
        /* height: 100px; */
        width: 300px;
        border-bottom: 1px #b8b8b8 solid;
        color: #909090;
        /*padding: 10px;*/
        z-index: 999;
    }

    .second-nav-item a {
        padding: 10px;
        justify-content: flex-start;
        color: #858585 !important;
    }

    .second-nav-item:hover {
        color: #f39b29;
        /*font-weight: 700;*/
        border-bottom: 1px #000 solid;
        /*background: rgba(0, 51, 161, 0.1);*/
        background: #fff;
    }

    .second-nav-item-active {
        color: #f39b29;
        /*font-weight: 700;*/
        border-bottom: 1px #000 solid;
        /*background: rgba(0, 51, 161, 0.1);*/
        background: #fff;
    }

    .second-nav-item-active a {
        /*font-weight: 700 !important;*/
        color: #000 !important;
    }

    .second-nav-item:hover > .product-item-detail {
        visibility: visible;
    }

    .second-nav-item img {
        display: block;
        width: 75px;
        height: auto;
        margin: auto;
    }

    .second-nav-item span {
        display: block;
        text-align: center;
    }

    .heart-btn {
        width: 20px;
        cursor: pointer;
    }


    .product-nav {
        position: absolute;
        display: flex;
        align-items: start;
        justify-content: start;
        top: 115px;
        left: 0;
        background: #F0F0F0;
        /*padding: 20px;*/
        z-index: 9999;
        width: 100%;
        visibility: hidden;
    }

    .product-class-nav {
        /*width: 300px;*/
        position: relative;
        width: 100%;
    }

    .product-class-nav uul {
        margin: 0;
        list-style: none;
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        /*padding-right: 20px;*/
        padding: 30px;
    }

    .product-class-nav lii {
        /* border-bottom: 1px #c0c0c0 solid; */
        /* padding: 10px; */
        /* color: #909090; */
        width: 100%;
        cursor: pointer;
        /* display: flex; */
        /* align-items: start; */
        /* justify-content: start; */
        /* width: 300px; */
        display: flex;
        justify-content: start;
        align-items: start;
    }

    .product-class-nav lii:hover {
        /* color: #000000; */
        /* font-weight: 700; */
        /* border-bottom: 1px #0033a1 solid; */
        /* background: rgba(0, 51, 161, 0.1);*/
    }

    .product-item-detail {
        flex: 1;
        /* padding: 0 60px 60px; */
        position: absolute;
        left: 0;
        top: 30px;
        visibility: hidden;
        /* margin-left: 60px; */
        width: 100%;
        padding-left: 400px;
        padding-bottom: 60px;
        padding-right: 30px;
        z-index: 998;
        background: #F0F0F0;
    }

    .product-item-detail uul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: grid;
        grid-template-columns: auto auto auto auto auto auto auto; /* 定义三列：第一列100px，第二列200px，第三列自适应 */
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        flex-wrap: wrap;

        display: flex;
        align-items: center;
        justify-content: start;
        flex-direction: row;
    }

    .product-item-detail lii {
        width: 120px;
        height: 100px;
        background: #fff;
        border-radius: 8px;
        cursor: pointer;
        overflow: hidden;
    }

    .product-item-detail lii:last-child {
        width: 150px;
        height: 41px;
        background: #fff;
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #000000;
    }

    .product-item-detail lii:last-child a {
        color: #000000;
    }

    .product-item-detail lii img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .second-nav-item:hover > .product-item-detail {
        visibility: visible;
    }

    /*.product-class-nav lii:hover > .second-nav-item{*/
    /*    color: #000000;*/
    /*    font-weight: 700;*/
    /*    border-bottom: 1px #0033a1 solid;*/
    /*    background: rgba(0, 51, 161, 0.1);*/
    /*}*/
    lii a {
        padding: 0;
    }

    .head-btn {
        padding: 5px 15px;
        height: 36px;
        background: #ffffff;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .first-nav {
        width: 100%;
        height: 70px;
        /*position: fixed;*/
        /*left: 0;*/
        /*top: 45px;*/
        display: flex;
        justify-content: center;
        z-index: 998;
        background: rgba(0, 0, 0, 0.9);
        align-items: center;
        padding: 0 10px;
        /*transition: all 0.3s;*/
        box-shadow: 0 0 22px rgb(0 0 0 / 10%);
    }

    .custom-nav {
        width: 100%;
        max-width: 1400px;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 0;
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
        z-index: 999;
        flex-wrap: nowrap;
        /*background: #000000;*/
    }

    .custom-nav-white {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 0;
        left: 0;
        z-index: 999;
        flex-wrap: nowrap;
        background-color: #fff;

    }

    .logo-box {
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo {
        height: auto;
        width: 46px;
    }

    .nav-link {
        display: flex;
        justify-content: start;
        align-items: center;
        flex: 1;
        height: 70px;
        /*padding-left: 50px;*/
        padding: 0 !important;
    }

    .nav-link-white {
        display: flex;
        justify-content: start;
        align-items: center;
        flex: 1;
        height: 80px;
    }

    .contact-us {
        display: flex;
        justify-content: right;
        align-items: center;
        overflow: hidden;
    }

    .nav-item {
        width: 120px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
    }

    .nav-item a {
        color: #000;
    }

    .nav-item-white {
        width: 120px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
    }

    .nav-item-white a {
        color: #000;
    }

    .tel-img {
        width: 21px;
        height: 21px;
        cursor: pointer;
    }

    .tel {
        color: #000;
        margin-left: 10px;
    }

    .tel-white {
        color: #000000;
        margin-left: 10px;
    }

    .search-more {
        margin-left: 10px;
        width: 21px;
        cursor: pointer;
    }

    .second-nav {
        width: 100%;
        height: 116px;
        position: fixed;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        z-index: 999;
        background-color: #ffffff;
        box-shadow: 0 0 22px rgb(0 0 0 / 10%);
    }

    .top-bar-box {
        width: 100%;
        height: 45px;
        background: #333333;
        /*position: fixed;*/
        /*left: 0;*/
        /*top: 0;*/
        z-index: 999;
        /*transition: all 0.3s;*/
    }

    .top-bar-title {
        width: 100%;
        max-width: 1400px;
        margin: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 45px;
        padding: 0 10px;
        position: relative;
    }

    .top-bar-left {
        color: #ffffff;
        font-size: 18px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .top-bar-right {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .top-bar-right span {
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .top-bar-right img {
        width: 13px;
        height: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu {
        display: none;
    }

    .phone-menu {
        display: none;
    }

    .close-menu {
        display: none;
    }
}

