.nav_eight {
    padding: 12px 30px;
    position: relative;
    z-index: 11
}

.nav_eight.pc {
    background: linear-gradient(90deg, var(--header-background-color), var(--header-background-to));
}

.nav_eight .star {
    margin: 0 0 0 20px;
}

.nav_eight.pc .star {
    font-size: var(--header-menuAndIcons-size);
    color: var(--header-menuAndIcons-color);
}

.nav_eight .navs_item {
    width: 100%;
    font-family: var(--header-menuAndIcons-font)
}

.nav_eight .navs_roll {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    cursor: pointer
}

.nav_eight .nav1title {
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    font-size: var(--header-navcont-size);
    color: var(--header-navcont-color);
    font-family: var(--header-navcont-font);
    font-style: var(--header-navcont-italic);
    font-weight: var(--header-navcont-bold);
}

.nav_eight .nav1title a:hover {
    color: var(--header-menuAndIcons-color);
    opacity: 1
}

.nav_eight .nav1box {
    display: none;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 1;
    border-radius: 6px;
    cursor: pointer;
    width: 150px;
    max-height: 500px;
    padding: 8px 0
}

.nav_eight .nav1box::-webkit-scrollbar {
    width: 0;
    height: 0
}

.nav_eight .nav1box::-webkit-scrollbar-thumb {
    background-color: #ddd
}

.nav_eight .nav1box.active1 {
    width: 304px;
    background: 0 0
}

.nav_eight .nav1box.active2 {
    width: 450px
}

.nav_eight .nav1box.active3 {
    width: 600px
}

.nav_eight .nav1box ul {
    width: 150px;
    margin: 0;
    padding: 10px 0;
    border-radius: 6px;
    background: linear-gradient(to right, var(--header-downmenubg-color), var(--header-downmenubg-to))
}

.nav_eight .nav1box ul a, .nav_eight .personalbox a {
    color: #000 !important
}

.nav_eight .nav1boxtip {
    color: #000;
    height: auto;
    min-height: auto;
    line-height: 24px;
    text-align: left
}

.nav_eight .nav1boxtip .link {
    position: relative;
    display: block
}

.nav_eight .nav1boxtip .link .link__content {
    display: block;
    padding: 4px 10px;
    width: 150px;
    word-break: break-word;
    box-sizing: border-box;
    font-size: var(--header-mainmenu-size);
    color: var(--header-mainmenu-color) !important;
    font-family: var(--header-mainmenu-font);
    font-style: var(--header-mainmenu-italic);
    font-weight: var(--header-mainmenu-bold)
}

.nav_eight .nav1boxtip .link .link__navs {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    display: none;
    padding: 10px 0;
    border-radius: 6px;
    background: #fff;
    background: linear-gradient(to right, var(--header-downmenubg-color), var(--header-downmenubg-to))
}

.nav_eight .nav1boxtip .link:hover > .link__content {
    background-color: #e8e8e8
}

.nav_eight .nav1boxtip .link:hover > .link__navs {
    display: block
}

.nav_eight .nav1boxtip:hover {
    color: #000;
    background-color: #e8e8e8
}

.nav_eight .nav1box li {
    list-style-type: none;
    font-family: var(--header-menuAndIcons-font)
}

.nav_eight .nav1 {
    display: block;
    height: 38px;
    padding: 0 15px;
    line-height: 38px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    position: relative
}

.nav_eight .nav1:hover {
    opacity: .5;
}
.nav_eight .nav1:hover .nav1title {
    text-decoration: underline;
    text-decoration-color: var(--header-navcont-color);
}

.nav_eight .nav1 .arrow {
    right: 15px;
    top: 14px;
    position: absolute;
    border: 3px solid var(--header-navcont-color);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 2
}

.nav_eight #theme_box, .nav_eight #theme_box1 {
    display: flex;
    align-items: center;
    min-width: 62px;
    height: 34px;
    cursor: pointer;
    position: relative;
    white-space: nowrap
}

.nav_eight #theme_box1 {
    margin-left: 20px
}
.nav_eight #theme_box, .nav_eight #theme_box1:hover .theme_select1 {
    display: block;
}

.nav_eight .divider {
    font-size: var(--header-menuAndIcons-size);
    color: var(--header-menuAndIcons-color);
    display: var(--header-menuAndIcons-currencyhide);
}

.nav_eight .theme_text, .nav_eight .theme_text1 {
    min-width: 62px;
    font-size: var(--header-menuAndIcons-size);
    padding: 8px 20px;
    border-radius: 4px;
    color: var(--header-menuAndIcons-color);
    font-family: var(--header-menuAndIcons-font);
    white-space: nowrap
}

.nav_eight .theme_text1 {
    padding-left: calc(var(--header-menuAndIcons-size) * 1.5 + 6px)
}

.nav_eight .theme_text_sele, .nav_eight .theme_text_sele1 {
    display: block;
    width: 100px;
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
    border-radius: 4px;
    font-size: 16px
}

.nav_eight .triangle_up, .nav_eight .triangle_up1 {
    right: 5px;
    top: 10px;
    position: absolute;
    border: 3px solid var(--header-menuAndIcons-color);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.nav_eight #theme_box1 ul, .nav_eight #theme_box ul {
    position: absolute;
    top: 100%;
    width: auto;
    right: 0;
    list-style: none;
    padding: 8px 0;
    background: linear-gradient(to right, var(--header-downmenubg-color), var(--header-downmenubg-to));
    border-radius: 4px;
    z-index: 2;
    height: auto;
    max-height: 310px;
    overflow: auto;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .05)
}

.nav_eight #theme_box1 ul {
    min-width: 90px;
    padding: 8px 0
}

.nav_eight #theme_box1 ul li, .nav_eight #theme_box ul li {
    line-height: 20px;
    color: var(--header-mainmenu-color);
    font-family: var(--header-mainmenu-font);
    font-size: 14px;
    word-break: break-word;
    padding: 4px 10px;
    display: flex;
    align-items: center
}

.nav_eight #theme_box1 ul li.active, .nav_eight #theme_box1 ul li:hover, .nav_eight #theme_box ul li.active, .nav_eight #theme_box ul li:hover {
    background-color: #e8e8e8
}

.nav_eight .theme_select, .nav_eight .theme_select1 {
    display: none
}

.nav_eight .theme_select1::-webkit-scrollbar, .nav_eight .theme_select::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #fff
}

.nav_eight .theme_select1::-webkit-scrollbar-thumb, .nav_eight .theme_select::-webkit-scrollbar-thumb {
    background: 0 0;
    border-radius: 10px
}

* {
    margin: 0;
    padding: 0
}

.nav_eight .input_search {
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, var(--header-background-color), var(--header-background-to));
    display: flex;
    justify-content: center;
    visibility: hidden;
    padding: 20px 0
}

.nav_eight .input_search input {
    width: 71.999%;
    margin: auto;
    padding: 0 10px;
    line-height: 50px;
    border: 0;
    border-bottom: 1px solid var(--header-menuAndIcons-color);
    outline: 0;
    font-size: 16px;
    background: 0 0;
    color: var(--header-menuAndIcons-color)
}

input::-ms-clear, input::-ms-reveal {
    padding-right: 5px;
    width: 16px;
    height: 16px
}

input[type=search]::-webkit-search-cancel-button {
    padding-right: 5px;
    width: 16px;
    height: 16px
}

input[type=search]::-ms-clear {
    padding-right: 5px;
    width: 16px;
    height: 16px
}

.nav_eight .error:after, .nav_eight .error:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 2px;
    top: 35px;
    right: 15.1042vw;
    background-color: var(--header-menuAndIcons-color);
    cursor: pointer
}

.nav_eight .error:before {
    transform: rotate(45deg);
    cursor: pointer
}

.nav_eight .error:after {
    transform: rotate(-45deg);
    cursor: pointer
}

.nav_eight .flex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between
}

.nav_eight .header {
    display: flex;
    max-width: calc(100% - 470px);
    align-items: center
}

.nav_eight .header-logo-img {
    flex-shrink: 0;
    max-width: var(--header-logo-pc-width);
    object-fit: contain;
    height: 100%;
    padding: 0 20px 0 0;
    width: auto;
    max-height: 50px;
}

.nav_eight .h1, .nav_eight .header-logo-img {
    display: var(--header-logo-visible);
    overflow: hidden
}

.nav_eight .h1 {
    margin: 0 20px 0 0;
    font-size: var(--header-logo-size);
    color: var(--header-logo-color);
    font-family: var(--header-logo-font);
    font-style: var(--header-logo-italic);
    font-weight: var(--header-logo-bold);
    word-break: normal;
    /*white-space:nowrap;
    text-overflow:ellipsis;
    */
    max-width: 350px;
    padding-right: 5px
}

.nav_eight .cart-total, .nav_eight .header-shopping {
    display: var(--header-menuAndIcons-shoppinghide)
}

.nav_eight .header-search {
    display: var(--header-menuAndIcons-searchhide);
    cursor: pointer
}

.nav_eight .bi-person:before, .nav_eight .header-search {
    color: var(--header-menuAndIcons-color);
    font-family: var(--header-menuAndIcons-font)
}

.nav_eight .bi-person:before {
    transform: scale(1.2);
}

.nav_eight .header-personal {
    display: flex;
    align-items: center;
    padding: 12px 0;
    position: relative;
    color: var(--header-menuAndIcons-color);
    font-family: var(--header-menuAndIcons-font);
    display: var(--header-menuAndIcons-personalhide)
}
.nav_eight .header-personal:hover .personalbox {
    display: block;
}

.nav_eight .personalbox {
    width: auto;
    height: auto;
    max-height: 310px;
    overflow: auto;
    display: none;
    position: absolute;
    top: 36px;
    background: #fff;
    border-radius: 6px;
    z-index: 3;
    cursor: pointer;
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, .05);
    padding: 8px 0
}

.nav_eight .personalbox .personalboxtip {
    list-style-type: none;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    padding: 4px 10px;
    white-space: nowrap
}

.nav_eight .personalbox .personalboxtip:hover {
    background-color: #e8e8e8
}

.nav_eight .personalbox .personalboxtip a:hover {
    color: #000
}

.nav_eight .header-collect {
    display: var(--header-menuAndIcons-collecthide)
}

.nav_eight .header-currency {
    margin-right: 5px;
    display: var(--header-menuAndIcons-currencyhide)
}

.nav_eight .header-multilingual {
    display: var(--header-menuAndIcons-multilingualhide)
}

.nav_eight select {
    color: var(--header-menuAndIcons-color);
    line-height: 1.7708vw;
    background-color: transparent
}

.nav_eight .head_nav_list {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* padding-right: 20px; */
    padding: 0 20px;
    display: flex
}

.nav_eight .head_nav_list:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    pointer-events: none
}

.nav_eight .navs {
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    max-width: 100%;
    line-height: 40px;
    display: var(--header-menuAndIcons-menuhide)
}

.nav_eight .navs::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.nav_eight .navs::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2)
}

.nav_eight .navs:hover::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 6px
}

.nav_eight .navs:hover::-webkit-scrollbar-thumb:hover {
    background-color: #bfbfbf
}

.nav_eight .navs:hover::-webkit-scrollbar-thumb:vertical {
    background-color: #333;
    border-radius: 6px;
    outline: 2px solid #fff;
    outline-offset: -2px;
    border: 2px solid #fff
}

.father::-webkit-scrollbar-thumb:hover {
    background: #333
}

.nav_eight a {
    font-size: 14px;
    text-decoration: none;
    color: var(--header-menuAndIcons-color);
    font-family: var(--header-menuAndIcons-font);
    position: relative
}

/* .nav_eight a,.nav_eight a:hover {
	color:var(--header-menuAndIcons-color)
} */
.nav_eight a:hover {
    opacity: 1
}

.nav_eight button {
    min-width: 124px;
    padding: 10px 14px;
    line-height: 1;
    border-radius: var(--header-button-shape);
    display: var(--header-button-hide);
    transition: all .1s ease
}

.nav_eight button a {
    font-family: var(--header-button-font)
}

.nav_eight button.hollow {
    color: var(--header-button-borderColor);
    border: 1px solid var(--header-button-borderColor);
    background-color: transparent
}

.nav_eight button.solid {
    color: var(--header-button-color)
}

.nav_eight button.hollow:hover, .nav_eight button.solid {
    border: 1px solid var(--header-button-borderColor);
    background-color: var(--header-button-borderColor)
}

.nav_eight button.hollow:hover a, .nav_eight button.hollow a, .nav_eight button.solid a {
    color: inherit;
    transition: all .1s ease;
    display: block
}

.nav_eight .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 240px
}

.nav_eight .right img {
    width: 20px;
    height: 20px;
    margin: 0 .25vw 0 0;
    cursor: pointer
}

.nav_eight select {
    border: none;
    outline: 0;
    padding-right: 2.6667vw
}

.move {
    display: none
}

.search-result-div {
    width: 71.99% !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    top: 78% !important
}

@media only screen and (max-width: 750px) {
    .nav_eight {
        position: relative;
        padding: 0;
        /* height: 52px */
    }

    .nav_eight img {
        width: auto
    }

    .nav_eight .header-logo-img {
        max-width: var(--header-logo-mobile-width);
        height: 36px;
        max-height: 36px;
        padding: 0
    }

    .nav_eight .h1 {
        margin-right: 0;
        padding-right: 0;
        line-height: 1;
        max-width: 150px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .pc {
        display: none
    }

    .move {
        display: block
    }

    .nav_eight .bg {
        position: relative;
        width: 100%;
        padding: 0 4.2667vw;
        background: linear-gradient(90deg, var(--header-background-color), var(--header-background-to));
        margin: 0;
        z-index: 2;
        box-sizing: border-box
    }

    .nav_eight .collapse {
        display: none
    }

    .nav_eight .container-fluid {
        width: 100%;
        height: 52px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        line-height: 16px
    }

    .nav_eight.move .container-fluid i {
        font-size: calc(var(--header-menuAndIcons-size) * .5 + 8px)
    }

    .nav_eight.move .container-fluid .menu-icon {
        font-size: calc(var(--header-menuAndIcons-size) * .3 + 8px)
    }

    .nav_eight.move .container-fluid .menu-icon-close {
        display: none;
    }

    .nav_eight.move.active .container-fluid .menu-icon {
        display: none;
    }

    .nav_eight.move.active .container-fluid .menu-icon-close {
        display: block;
    }

    .nav_eight .banner_menu {
        height: 32px;
        width: 32px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, .04);
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
    }

    .nav_eight s {
        background-color: var(--header-menuAndIcons-color);
        position: absolute;
        width: 17px;
        height: 1px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    .nav_eight s:first-child {
        top: 10px
    }

    .nav_eight s:nth-child(2) {
        top: 16px
    }

    .nav_eight s:nth-child(3) {
        top: 22px
    }

    .nav_eight.move.active s:first-child {
        transform: rotate(45deg);
        top: 10px
    }

    .nav_eight.move.active s:nth-child(2) {
        -webkit-transform: translateX(1px) scaleX(.5);
        transform: translateX(1px) scaleX(.5);
        opacity: 0
    }

    .nav_eight.move.active s:nth-child(3) {
        transform: rotate(-45deg)
    }

    .nav_eight button {
        width: 8vw;
        height: 8vw
    }

    .nav_eight i {
        color: var(--header-menuAndIcons-color)
    }

    .nav_eight .moveul {
        height: 100%;
        overflow: auto
    }

    .nav_eight .moveul li {
        width: 100%;
        font-size: 4.2667vw;
        margin: 5.3333vw 0;
        float: none;
        display: block
    }

    .nav_eight .moveul a {
        text-align: left
    }

    .nav_eight .content {
        height: calc(100vh - 100px);
        padding: 8px 16px
    }

    .nav_eight .search-move, .nav_eight .shopping-move img {
        height: 4.2667vw;
        display: inline-block
    }

    .nav_eight .icon {
        display: flex;
        align-items: center
    }

    .nav_eight .icon img {
        width: 4.2667vw;
        margin-right: 4.2667vw
    }

    .nav_eight .icon img.search-move {
        width: 30px
    }

    .nav_eight .icon img.shopping-move {
        float: left
    }

    .nav_eight .icon img:last-child {
        margin-right: 0
    }

    .nav_eight .search-move {
        display: var(--header-menuAndIcons-searchhide)
    }

    .nav_eight .personal-center-btn {
        display: inline-block
    }

    .nav_eight .shopping-move {
        display: var(--header-menuAndIcons-shoppinghide);
        height: 4.2667vw
    }

    .nav_eight .searchs {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        height: calc(100vh - 50px);
        background: linear-gradient(90deg, var(--header-mobile_menu_background-color), var(--header-mobile_menu_background-to));
        transform: translateX(-110%);
        transition: all .6s ease;
        z-index: 1;
        display: flex;
        flex-direction: column;
        overflow-y: hidden;
        z-index: 3;
    }

    .nav_eight.nav-show .searchs {
        /* height: calc(100vh - 50px); */
        /* min-height: 290px; */
        transform: translateX(0)
    }

    .sticky-bottom {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box
    }

    .sticky-bottom .input_searchs {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto 10px
    }

    .sticky-bottom .input_searchs input {
        width: 100%;
        line-height: 50px;
        border-width: 0;
        border-bottom: 1px solid var(--header-menuAndIcons-color);
        outline: 0;
        color: var(--header-menuAndIcons-color);
    }

    .sticky-bottom .custom-button {
        display: var(--header-button-hide);
        width: 100%;
        line-height: 40px;
        text-align: center;
        border: 1px solid var(--header-button-borderColor);
        background-color: var(--header-button-borderColor);
        box-sizing: border-box;
        margin-bottom: 10px
    }

    .sticky-bottom .custom-button.hollow {
        color: var(--header-button-borderColor);
        border: 1px solid var(--header-button-borderColor);
        background-color: transparent
    }

    .sticky-bottom .custom-button.solid {
        color: var(--header-button-color);
        border: 1px solid var(--header-button-borderColor);
        background-color: var(--header-button-borderColor)
    }

    .sticky-bottom .nav__tools_box {
        display: var(--header-menuAndIcons-currencyhide);
        width: 100%
    }

    .sticky-bottom .nav__tools {
        justify-content: space-between;
        height: 40px
    }

    .sticky-bottom .nav__tools, .sticky-bottom .nav__tools .tool {
        display: flex;
        align-items: center
    }

    .sticky-bottom .nav__tools .tool__content {
        max-width: 40vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: var(--header-menuAndIcons-color)
    }

    .sticky-bottom .nav__tools .tool__icon {
        width: 14px;
        font-size: 10px
    }

    .nav-pop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: linear-gradient(to right, var(--header-downmenubg-color), var(--header-downmenubg-to));
        z-index: 1;
        overflow: auto;
        padding: 15vw 0;
        box-sizing: border-box;
        display: none
    }

    .nav-pop .pop__item {
        display: block;
        line-height: 10.6667vw;
        padding: 0 10px;
        color: var(--header-mainmenu-color);
    }

    .nav-pop .pop__item.active {
        background: #f5f5f5
    }

    .nav_eight.move.currency-show .currency-pop, .nav_eight.move.language-show .language-pop, .nav_eight.move.personal-show .personal-pop {
        display: block
    }

    .nav_eight .error:after, .nav_eight .error:before {
        content: "";
        position: absolute;
        height: 18px;
        width: 2px;
        top: 15px;
        right: 15.1042vw;
        background: #000;
        cursor: pointer
    }

    .nav_eight .error:before {
        transform: rotate(45deg);
        cursor: pointer
    }

    .nav_eight .error:after {
        transform: rotate(-45deg);
        cursor: pointer
    }

    .nav_eight.move .nav-list {
        height: 100%;
        padding: 0 4.2667vw;
        word-break: break-word;
        overflow: auto;
        /* display: var(--header-navcont-visible); */
    }

    .nav_eight.move .nav-list .nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 2vw 0
    }

    .nav_eight.move .nav-list .nav a {
        color: var(--header-navcont-color);
        font-family: var(--header-navcont-font);
        font-style: var(--header-navcont-italic);
        font-weight: var(--header-navcont-bold);
    }

    .nav_eight.move .nav-list .nav .arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        transform: rotate(-90deg);
    }

    .nav_eight.move .nav-list .nav .arrow i {
        color: var(--header-navcont-color);
    }

    .nav_eight.move .nav-list .nav.active .arrow {
        /* transform: rotate(180deg) */
    }

    .nav_eight.move .nav-list ol {
        /* height: 0;
        overflow: hidden;
        opacity: 0;
        transform: scaleY(0);
        transform-origin: top center */
    }

    .nav_eight.move .nav-list .nav.active ~ ol, .nav_eight.move .nav-list ol {
        /* transition: transform .25s ease, opacity 0s, visibility 0s;
        visibility: visible */
    }

    .nav_eight.move .nav-list .nav.active ~ ol {
        /* height: auto; */
        /* padding: 2vw 0 2vw 2vw; */
        /* opacity: 1; */
        /* transform: scaleY(1); */
        /* transform-origin: top center */
    }
}

body {
    top: 0 !important
}

.nav_eight .nav1boxtip .link .link__navs::-webkit-scrollbar {
    width: 4px;
    background: #fff
}

.nav_eight .nav1boxtip .link .link__navs::-webkit-scrollbar-corner, .nav_eight .nav1boxtip .link .link__navs::-webkit-scrollbar-thumb, .nav_eight .nav1boxtip .link .link__navs::-webkit-scrollbar-track {
    border-radius: 4px
}

.nav_eight .nav1boxtip .link .link__navs::-webkit-scrollbar-corner, .nav_eight .nav1boxtip .link .link__navs::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    box-shadow: inset 0 0 1px #f2f2f2
}

.nav_eight .nav1boxtip .link .link__navs::-webkit-scrollbar-thumb {
    background-color: #d7d9dd;
    width: 4px
}

.search-icon {
    position: absolute;
    right: 20px
}

#res-ul li {
    text-align: left;
    line-height: 14px
}

.nav_eight .nav1box_tile {
    width: 100vw
}

.nav_eight .nav1box_tile.active {
    display: flex
}

.nav_eight .tile-style {
    position: absolute;
    width: 100%;
    display: flex;
    transition: .3s;
    flex-wrap: wrap;
    left: 0;
    overflow: auto;
    align-items: flex-start;
    justify-content: space-between;
    top: 100%
}

.nav_eight .tile-style .nav-box {
    width: calc(20% - 30px);
    margin: 0 15px
}

.nav_eight .tile-style.tile-style-lr {
    justify-content: center
}

.nav_eight .tile-style.tile-style-lr .nav-box {
    width: calc(33.33% - 30px);
    margin: 0 15px
}

.nav_eight .nav-box img, .nav_eight .nav-img-box {
    max-width: 40px;
    max-height: 40px
}

.nav_eight .nav-box img {
    width: auto;
    object-fit: contain
}

.nav_eight .level-1 {
    padding: 15px 0;
    font-size: 16px;
    font-weight: 700
}

.nav_eight .level-1 a {
    font-size: var(--header-mainmenu-size);
    color: var(--header-mainmenu-color);
    font-family: var(--header-mainmenu-font);
    font-style: var(--header-mainmenu-italic);
    font-weight: var(--header-mainmenu-bold);
}

.nav_eight .level-1, .nav_eight .level-2 {
    width: 100%;
    margin: 0;
    color: var(--header-menuAndIcons-color);
    display: flex;
    align-items: center
}

.nav_eight .level-2 {
    padding: 10px 0;
    font-size: 14px
}

.nav_eight .level-2 a {
    font-size: var(--header-secondarymenu-size);
    color: var(--header-secondarymenu-color);
    font-family: var(--header-secondarymenu-font);
    font-style: var(--header-secondarymenu-italic);
    font-weight: var(--header-secondarymenu-bold)
}

.nav_eight .level-1 > img, .nav_eight .level-2 > img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: unset !important;
    margin: 20px 0
}

.nav_eight .nav-img-box {
    margin-right: 10px
}

.nav_eight .nav-text {
    word-break: break-all;
    flex: 1
}

.nav_eight.fixed-top {
    position: fixed;
    top: 0;
    width: 100%
}

.nav_eight .left-img {
    width: 40%;
    column-count: 2;
    column-gap: 0
}

.nav_eight .left-img a {
    display: block;
    padding: 20px 15px 0
}

.nav_eight .left-img a img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.nav_eight .tile-style .tile-right-box {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    border: none;
    margin: 0
}

.nav_eight .tile-style.center .tile-right-box {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center
}

.nav_eight .flex-direction {
    flex-direction: row-reverse
}

.slideMenu-enter {
    opacity: 1;
    overflow: auto;
    transform: scaleY(1);
    transform-origin: top center;
    transition: transform .25s ease, opacity 0s, visibility 0s;
    visibility: visible
}

.slideMenu-leave {
    left: 0;
    opacity: 0;
    overflow: auto;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform .1s ease, opacity 0s linear .1s, visibility 0s linear .1s;
    visibility: hidden
}

.nav_eight .head_nav_list_tile_box {
    flex: 1;
    overflow: hidden;
    display: var(--header-navcont-visible);
}

.nav_eight .head_nav_list_tile_box:hover {
    overflow: hidden
}

.nav_eight .menu_nav_list_tile {
    width: 100%;
    position: absolute;
    top: 42px;
    left: 0;
    background: linear-gradient(to right, var(--header-downmenubg-color), var(--header-downmenubg-to));
    overflow: hidden;
    z-index: 99;
}

.nav_eight .menu_nav_list_tile .nav1box {
    width: 100vw;
    max-height: unset;
    box-shadow: none;
    padding: 0;
    position: relative;
    left: 0 !important;
    top: 0 !important;
}

.nav_eight .menu_nav_list_tile .nav1box .tile-style {
    margin-top: 0
}

.nav_eight .menu_nav_list_tile .nav1box .tile-style .left-img {
    padding: 30px 0 40px
}

.nav_eight .menu_nav_list_tile .nav1box .tile-style .tile-right-box {
    padding: 30px 0 25px
}

.nav_eight .all-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0
}

.nav_eight .all-box .nav-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.nav_eight .all-box .nav-box > a > img, .nav_eight .all-box .nav-box > img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: unset !important;
    margin: 20px 0
}

.nav_eight .all-box .cate div.nth-of-last:last-of-type.haveimg {
    margin-bottom: 6px
}

.nav_eight .product-img-box {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.nav_eight .product-img-box img {
    max-width: 18%
}

.nav_eight .tile-style {
    max-height: 75vh;
    padding: 0 15px;
    position: relative
}

.nav_eight .tile-style-box {
    width: 1430px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap
}

.nav_eight .tile-style-lr .tile-style-box {
    flex-wrap: wrap;
    justify-content: center
}

.nav_eight .flex-direction .tile-style-box {
    flex-direction: row-reverse
}

@media only screen and (max-width: 1440px) {
    .nav_eight .tile-style-box {
        width: 100%
    }
}

@media only screen and (max-width: 1024px) {
    .nav_eight .header {
        max-width: calc(100% - 370px)
    }
    .nav_eight .header-logo-img {
        max-width: var(--header-logo-pad-width);
    }
}

@media only screen and (max-width: 750px) {
    .nav_eight.move .nav-list .nav {
        padding: 7px 0;
        line-height: 20px
    }

    .nav_eight.move .nav-list .nav.navhimg {
        padding: 10px 0
    }

    .nav_eight.move .nav-list .nav .arrow {
        height: 20px
    }

    .nav_eight.move .nav-list ol {
        /* transition: all .5s ease-in-out */
    }
}

body {
    margin-top: 0 !important
}

.nav_eight .tile-img-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.nav_eight .tile-img-list a {
    padding: 1.5vw;
    display: block
}

.nav_eight .tile-img-list a img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.nav_eight .tile-img-list2 {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    column-count: 2;
    column-gap: 0;
    display: none
}

.nav_eight .nav.active + ol + .tile-img-list2 {
    display: block
}

.nav_eight .nav-list-tile .nav ~ ol {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.nav_eight .nav-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    object-fit: contain
}

.nav_eight .nav-list .nav > a {
    display: flex;
    align-items: center;
    max-width: calc(100% - 35px)
}

.nav_eight .menu_nav_list_tile .navimg {
    object-fit: cover
}

.nav_eight .menu_nav_list_tile .nav-box .level-1:hover .nav-text, .nav_eight .menu_nav_list_tile .nav-box .level-2:hover .nav-text {
    opacity: .5
}

.nav_eight .menu-back {
    display: none;
    background: rgba(0, 0, 0, .5);
    height: calc(100% - 133px);
    left: 50%;
    position: fixed;
    top: 133px;
    width: 100%;
    transform: translateX(-50%);
    z-index: 2;
}

.nav_eight .search-icon {
    position: absolute;
    right: 20px
}

.nav_eight .cart-total {
    padding: 0 3px;
    min-width: 14px;
    height: 14px;
    background-color: var(--common-body-font-emphasisColor);
    border-radius: 7px;
    font-size: 9px;
    color: var(--common-button-font-color);
    line-height: 14px;
    text-align: center;
    position: absolute;
    top: -3px;
    left: 28px;
    white-space: nowrap
}
