.navbar {
    width: 100%;
    height: 72px;
}

.navbar .nav-content {
    min-width: 1280px;
    width: 100%;
    height: 72px;
    background: #FFF;
    border-bottom: 1px solid #DADEE0;
    box-shadow: inset 0px -1px 0px 0px #DADEE0;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 9;
}

.navbar .navbar-container {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.navbar .navbar-logo {
    display: flex;
    width: 139px;
    height: 28px;
    /*background: url("../imgfolder/logo.png");*/
}
.navbar .navbar-li-menu {
    /*display: none;*/
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 100%;
    left: 0;
    overflow-y: auto;
    z-index: 99;
}
.navbar .navbar-li-menu .div-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.48;
    z-index: -1;
}
.navbar .navbar-x {
    width: 248px;
    height: 100%;
    background: #FFF;
    padding: 0 16px;
}

.navbar .navbar-x .go-icon.open {
    right: 0;
}
.navbar .navbar-x .go-icon.close {
    left: 0;
    transform: rotate(180deg);
}
.navbar .navbar-x .go-icon {
    width: 16px;
    height: 16px;
    background: url("../imgfolder/go.png");
    background-size: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.navbar .navbar-x .nav-li.close {
    text-align: center;
}
.navbar .navbar-x .nav-li.active {
    color: #3E007D;
}
.navbar .navbar-x .nav-li {
    width: 100%;
    display: block;
    height: 56px;
    font-size: 16px;
    color: var(--font-color);
    line-height: 56px;
    border-bottom: 1px solid #DADEE0;
}



.navbar .navbar-menu {
    display: flex;
    align-items: center;
    margin-left: 150px;
}

.navbar .menu-item {
    font-size: 24px;
    font-size: 16px;
    color: #181D23;
    margin: 0 32px;
    user-select:none;cursor:pointer;
}

.navbar .menu-item.nav-aboutus {
    margin: 0;
}


.navbar .menu-item:hover,.navbar .menu-item.active {
    color: #3E007D;
}

.navbar .navbar-actions {
    display: flex;
    margin-left: auto;
    align-items: center;
}

.navbar .language-switch {
    display: flex;
    align-items: center;
    font-size: 0;
}

.navbar .lang-item {
    user-select:none;cursor:pointer;
    font-size: 16px;
    color: #181D23;
    line-height: 40px;
}

/*.navbar .lang-item:hover,.navbar .lang-item.active {*/
/*    color: #3E007D;*/
/*}*/

.navbar .lang-item:hover {
    color: #3E007D;
}
.navbar .menu-item-wrapper:hover .nav-aboutus{
    color: #3E007D;
}

.navbar .lang-divider {
    width: 0px;
    height: 16px;
    border: 1px solid #DADEE0;
    margin: 0 12px;
    font-size: 12px;
}

.navbar .search-btn {
    width: 24px;
    height: 24px;
    background: url("../imgfolder/search.png");
    background-size: 24px;
    margin-left: 32px;
}

.navbar .menu-btn {
    width: 24px;
    height: 24px;
    background: url("../imgfolder/menu.png");
    background-size: 24px;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; /* 移除点击高亮背景 */
}
.navbar .menu-btn.close {
    background: url("../imgfolder/close.png");
}


.navbar .menu-item-wrapper {
    position: relative;
    margin: 0 32px;
}

.navbar .div-bg {
    position: absolute;
    top: -51px;
    left: -13%;
    width: 120%;
    height: 70px;
}

.navbar .dropdown-menu {
    width: 160px;
    width: 150px;
    height: 192px;
    height: 162px;
    background: #FFFF;
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.08), 0px 0px 6px 0px rgba(0,0,0,0.08);
    border-radius: 12px;
    border-radius: var(--radius);
    padding: 16px 40px;
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -80px;
    margin-left: -75px;
    display: none;
    z-index: 9;
}

.navbar .menu-item-wrapper:hover .dropdown-menu{
    display: block;
}

.navbar .dropdown-item {
    display: block;
    font-size: 20px;
    font-size: 16px;
    color: #181D23;
    line-height: 48px;
    line-height: 38px;
    margin-bottom: 8px;
}

.navbar .dropdown-item:hover, .navbar .dropdown-item.active {
    color: #E3B5ED;
}

.navbar .nav-pro .div-bg {
    top: 19px;
}
.navbar .nav-pro:hover .menu-item {
    color: #3E007D;
}

.navbar .nav-pro:hover .product-head {
    display: block;
}

/*product*/
.pro-main {
    left: 0;
    top: 72px;
}

.pro-main .product-head {
    position: fixed;
    width: 100%;
    z-index: 9;
    display: none;
}



.pro-main .product-head {
    padding: 40px 0 32px;
    background: #F5F9FC;
    background: var(--bgcolor);
}

.pro-main .category-page {
    width: 1280px;
    margin: 0 auto;
}
.pro-main .category {
    margin-right: 121px;
}
.pro-main .category h2 {
    font-size: 20px;
    color: #3E007D;
    line-height: 36px;
    margin-bottom: 8px;
}

.pro-main .category p {
    font-size: 16px;
    color: #181D23;
    line-height: 32px;
    user-select:none;cursor:pointer;
}
.pro-main .category p.active,.pro-main .category p:hover {
    color: #E3B5ED;
}

.pro-main .new-flex {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.pro-main .new-icon {
    width: 24px;
    height: 24px;
    background: url("../imgfolder/new.png");
    margin-right: 8px;
}

.pro-main .new-up h2 {
    font-size: 20px;
    color: #3E007D;
    line-height: 36px;
}

.pro-main .new-pro-flex {
    display: flex;
    gap: 64px;
}

.pro-main .new-pro {
    width: 360px;
    user-select:none;cursor:pointer;
}
.pro-main .new-pro img{
    width: 100%;
    height: 240px;
    border-radius: 8px;
    border-radius: var(--radius);
    border: 2px solid #FFF;
    object-fit: cover;
}
.pro-main .new-pro .pro-name{
    font-size: 16px;
    color: #181D23;
    line-height: 24px;
    padding-top: 12px;
}



@media (max-width: 1024px) {
    .navbar {
        box-shadow: inset 0px -1px 0px 0px #DADEE0;
    }

    .navbar .navbar-menu {
        display: none;
    }

    .navbar .lang-divider {
        margin: 0 6px;
    }

    .navbar .pc-search {
        display: none;
    }

    .navbar .phone-lang {
        display: block;
    }

    .navbar .phone-lang .lang-item.active {
        color: #3E007D;
    }

    .navbar .nav-content {
        min-width: 100%;
        width: 100%;
        padding: 0 16px;
    }

    .navbar .navbar-container {
        width: 100%;
    }
    .navbar .navbar-logo{
        height: 20px;
        flex: 1;
        justify-content: center;
    }
    .navbar .navbar-logo img {
        width: 100px;
        height: 100%;
    }

    .navbar .menu-btn {
        display: block;
    }
    .navbar .search-btn {
        margin: 0;
    }

    .pro-main .category-page {
        width: 100%;
    }
}