.header {
    --header-column-gap: 8px;
    --color-text: var(--color-header-text);
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    background-color: rgb(var(--color-header-background));
    color: rgb(var(--transparent-color-text, var(--color-header-text)));
}

.new-header-height {
    padding: 0 !important;
    height: 60px !important;
}

.new-top-icon svg {
    color: #fff;
}

/* 新增css样式开始 */
.header-right-icon-text-lange {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 18%;
}


/* 新增css样式结束 */


.header a:not(.button),
.header a:not(.button):hover {
    color: inherit;
    /* color: #04558a; */
}

.header .header__menu-drawer .modal__content {
    color: rgb(var(--color-text));
    /* background: rgb(var(--color-header-background)); */
    background: rgb(255 252 252);
}

.header .search-modal__content {
    color: rgb(var(--color-text));
}

@media screen and (max-width: 959px) {
    .header {
        --header-column-gap: 0px;

        min-height: 48px;
    }

    .new-header-height {
        height: 48px !important;
        --section-padding-top: 0px !important;
        --section-padding-bottom: 0px !important;
    }
}
@media  (min-width: 959px) and (max-width: 1200px) {
    .Header_optionContent__8CSXY .Header_bottomBar__AHFfB .Header_bottomBarBtn__hnnCk{
        margin-left: 35px;
    }
}
.header #cart-icon-bubble-wrapper,
.header #cart-icon-bubble-wrapper-mobile {
    display: flex;
}

.header {
    /* border-bottom: 1px solid rgb(var(--color-entry-line)); */
}

.header.is-transparent {
    position: absolute;
    width: 100%;
    background-color: transparent;
}

.header.is-transparent.is-transparent--active::before {
    transform: scaleY(1);
}

.header.is-transparent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
    background: rgba(var(--color-page-background, #fff));
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.shopline-section-header-scrolling .header.is-transparent::before {
    transition: none;
}

.header__full_width {
    max-width: 100%;
}

.header__container {
    /* display: grid; */
    /* display: flex; */
    /* column-gap: var(--header-column-gap); */
    align-items: center;
    /* width: auto; */
    width: 100%;
    height: 100%;
    padding: 0;
    /* margin: 0; */
    margin: 0 1vw;
    /* justify-content: space-between; */
}

@media (max-width: 959px) {
    .header__container {
        grid-template: "tools logo buttons" auto / auto 1fr !important;
    }

    .header__container .header__buttons {
        justify-self: end;
        display: none;
    }
}

.header__container--left-left {
    grid-template: "logo menu tools icons" auto / auto 1fr auto auto;
}

@media screen and (min-width: 960px) {
    .header__container--left-left .header__heading {
        margin-right: 12px;
    }
}

@media (min-width: 960px) {
    .tile-search.header__container--left-left {
        grid-template: "logo menu tools icons" auto / auto 1fr minmax(auto, 348px) auto;
    }
}

.header__container--left-line {
    grid-template:
        "logo . tools icons" auto "menu menu menu menu" auto / auto 1fr auto auto;
}

.header__container--left-line .header-inline-menus__item:first-child {
    padding-left: 0;
}

@media (min-width: 960px) {
    .tile-search.header__container--left-line {
        grid-template:
            "logo tools tools icons" auto "menu menu menu menu" auto / auto 1fr auto auto;
    }

    .tile-search.header__container--left-line .header__tools {
        justify-self: center;
    }
}

@media screen and (min-width: 960px) {
    .header__container--middle-line {
        grid-template:
            "tools logo buttons" auto "menu menu menu" auto / 1fr auto 1fr;
    }
}

@media screen and (max-width: 959px) {
    .header__container--middle-line {
        grid-template:
            "logo buttons" auto "menu menu" auto / auto 1fr;
    }
}

.header__container--middle-line .header__inline-nav {
    /* margin: 40px auto; */
}

.header__container--middle-line .header__buttons {
    grid-area: buttons;
    justify-self: end;
    display: flex;
}

@media screen and (min-width: 960px) {
    .header__container--middle-left {
        grid-template: "menu logo buttons" auto / 1fr auto 1fr;
    }
}

@media screen and (max-width: 959px) {
    .header__container--middle-left {
        grid-template: "logo buttons" auto / auto 1fr;
    }
}

.header__container--middle-left .header__buttons {
    grid-area: buttons;
    justify-self: end;
    display: flex;
}

@media (min-width: 960px) {
    .tile-search.header__container--middle-left .header__buttons {
        width: 100%;
    }
}

.header__nav-style--drawer.header__container--left-line,
.header__nav-style--drawer.header__container--left-left {
    grid-template: "drawer_menu logo tools icons" auto / auto 1fr auto auto;
}

.header__nav-style--drawer.header__container--left-line .header__heading,
.header__nav-style--drawer.header__container--left-left .header__heading {
    width: 100%;
}

.header__nav-style--drawer.header__container--middle-line,
.header__nav-style--drawer.header__container--middle-left {
    grid-template: "drawer_menu logo buttons" auto / 1fr auto 1fr;
}

.header__container--left-line .header__inline-nav--has-divider::before,
.header__container--middle-line .header__inline-nav--has-divider::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    border-top: 1px solid rgb(var(--color-entry-line));
}

.header__drawer-nav {
    grid-area: drawer_menu;
}

.header__drawer-nav li {
    width: 100%;
}

.header__drawer-nav .header-inline-menus__item .body4 {
    color: white;
}

.header__inline-nav {
    width: 50%;
    height: 60px;
    margin-top: -56px;
    margin-left: auto;
    position: static;
    line-height: 60px;
    text-align: center;
    margin-right: auto;
    grid-area: menu;
    background-color: transparent;
    color: rgb(255, 255, 255);
    /* border-bottom: 1px solid #ffffff10; */
}

.header__inline-nav:hover {
    z-index: 999;
    /* background-color: rgb(var(--color-header-background)); */
}

.Header_product___0e2v {
    opacity: 0;
    transform: translateY(-20px);
    /* 向上偏移 */
    transition: opacity 0.5s ease, transform 0.5s ease;
    /* 过渡效果 */
}

/* 当元素的父级（或元素本身）具有 active 类时 */
.active .Header_product___0e2v {
    opacity: 1;
    transform: translateY(0);
    /* 恢复到正常位置 */
}

.font-color:hover {
    color: rgb(16, 116, 184);
}

.header__inline-nav:hover .header-inline-menus__item a {
    /* font-family: 'DINNextLT'; */
    font-family:"Albert Sans","sans-serif";
    font-style: normal;
    font-weight: 600;

}

.header__inline-nav>ul>li:first-child {
    /* margin-left: 2%; */
}

.header__tools {
    grid-area: tools;
    justify-self: flex-start;
}

.tile-search .header__tools {
    width: 100%;
}

.header__icons {
    grid-area: icons;
    justify-self: flex-end;
    float: right;
    margin-top: -45px;
}

.header__icons,
.header__tools {
    display: flex;
    align-items: center;
    margin-left: calc(-1 * var(--header-column-gap));
}

.header__icons>*,
.header__tools>* {
    margin-left: var(--header-column-gap);
}

.header__container--middle-left .header__icons {
    margin-left: 0;
}

.header__icon-button {
    display: flex;
    padding: 6px;
}

.header__cart-point {
    background-color: rgba(var(--color-cart-dot));
    border-radius: 20px;
    color: rgba(var(--color-cart-dot-text));
    bottom: 11px;
    left: 34px;
    line-height: 18px;
    min-width: 6px;
    padding: 0 6px;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    max-width: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 1;
}

.header .drawer .modal__content {
    position: fixed;
    top: var(--header-top-position, 0);
    height: calc(100% - var(--header-top-position, 0));
}

.header .drawer .modal__content details[open] .modal__overlay::after {
    position: absolute;
    padding-left: 10px;
}

/* reset cart color */
header-layout+cart-notification .cart-notification {
    background-color: rgb(var(--color-header-background)) !important;
    color: rgb(var(--color-header-text)) !important;
    --color-text: var(--color-header-text) !important;
}

/* pc user center menu */
@media (min-width: 960px) {
    .user__container:hover ul {
        display: block;
    }

    .user__container {
        position: relative;
    }

    .user__container ul {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 0;
        top: 100%;
        background-color: rgb(var(--color-image-background));
        box-shadow: 0px 10px 20px 0px rgba(var(--color-text), 0.1);
        padding: 10px 20px;
        color: rgb(var(--color-text));
        width: 170px;
        z-index: 1;
    }

    .user__container ul li {
        padding: 4px 0;
    }

    .user__container ul li a {
        display: block;
    }

    .user__container ul li.user__menu-sign-out {
        text-decoration: underline;
    }

    .user__container ul .user__menu-title-line {
        width: 100%;
        height: 1px;
        background-color: rgb(var(--color-entry-line));
        margin: 10px 0;
    }

    .header__icon-button {
        display: flex;
        /* padding: 9px; */
        width: 64px;
        align-items: center;
        align-content: space-between;
        justify-content: space-evenly;
    }

    .header__icon-button {
        padding: 0;
    }
}

#shopline-section-header {
    position: relative;
    z-index: 30;
}

#shopline-section-header.animate {
    transition: all 0.15s ease-out;
}

#shopline-section-header.shopline-section-header-sticky {
    position: sticky;
    top: 0;
}

#shopline-section-header.shopline-section-header-sticky .is-transparent {
    position: relative;
}

#shopline-section-header.shopline-section-header-hidden:not(.menu-open) {
    transform: translateY(-200%);
}

#shopline-section-header:not(.shopline-section-header-scrolling) {
    top: 0 !important;
}

#shopline-section-header.shopline-section-header-sticky--always {
    position: sticky;
    top: 0;
    animation: modalSlideInTop 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* #shopline-section-header.shopline-section-header-sticky--always .header__inline-nav {
    background-color: #fff;
} */

#shopline-section-header.shopline-section-header-sticky--always .header__inline-nav .header__inline-menus .header-inline-menus__item a {
    color: #fff;
}

#shopline-section-header.shopline-section-header-sticky--always .is-transparent {
    position: relative;
}

.header__heading {
    grid-area: logo;
    /* margin: 14px auto; */
    display: flex;
    margin-top: 5px;
}

@media screen and (max-width: 959px) {
    .header__heading {
        /* margin: 10px auto; */
        flex-basis: 200px;
        flex-basis: 200px;
        text-align: center;
        display: flex;
        align-content: flex-end;
        justify-content: space-around;
    }

    .general_user_button {
        width: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 100%;
        transition: all 200ms;
        cursor: pointer;
    }

    .new_user__container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
    }

    .general_user_button svg {
        width: 32px;
        height: 32px;
    }

    .header__icon-button {
        padding: 0;
        width: 48px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.header__heading-link {
    color: rgb(var(--color-text));
    font-size: 30px;
    text-align: left;
    text-decoration: none;
}

.header__heading-logo {
    display: block;
    width: var(--header-logo-pc-width, 200px);
    height: auto;
}

@media screen and (max-width: 959px) {
    .header__heading-logo {
        width: var(--header-logo-mobile-width, 100px);
    }
}

/*transform change*/
.is-transparent .header__heading-logo--transparent+.header__heading-logo--nomal {
    display: none;
}

header.is-transparent--active .header__heading-logo--transparent {
    display: none;
}

header.is-transparent--active .header__heading-logo--nomal.header__heading-logo--nomal {
    display: block;
}

@keyframes animateBottomLocalization {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(10px);
    }
}

@keyframes animateTopLocalization {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(-10px);
    }
}

.header__localization form {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}

.header__localization .dropdown-menu__button {
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
    color: inherit;
}

.header__localization .dropdown-menu__button>span {
    margin-right: 6px;
}

.header__localization .dropdown-menu__list-wrapper {
    opacity: 1;
}

.header__localization .dropdown-menu__list-wrapper.bottom {
    animation: animateBottomLocalization 200ms ease;
    transform: translateY(10px);
}

.header__localization span[data-label] {
    white-space: nowrap;
}

/* header drawer mode */
.header-drawer__localization {
    padding: 10px 0;
    position: relative;
}

.header-drawer__localization:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--color-entry-line));
}

.header-drawer__localization form {
    display: block;
}

.header-drawer__localization .dropdown-menu__button {
    height: 44px;
}

.header-drawer__localization .dropdown-menu__list-wrapper.top {
    animation: animateTopLocalization 200ms ease;
    transform: translateY(-10px);
    border: 1px solid rgba(var(--color-text), 0.1);
}

.menus__link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: rgb(var(--color-text));
    opacity: 1;
    transition: opacity 0.2s;
    cursor: pointer;
}

.header__inline-menus {
    margin: 0 50px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    /* margin-left: auto; */
    display: flex;
    /* margin-right: auto; */
    /* text-align: center; */
    height: 46px;
    color: white;
}

.arrow.none svg {
    display: none;
}

.arrow.show svg {
    display: block;
}

.font-color .arrow.hover svg {
    display: none;
}

.font-color:hover .arrow.hover svg {
    display: block;
}

.font-color:hover .arrow svg path {
    fill: rgb(23, 147, 229);
}

.arrow svg {
    width: 16px;
    height: auto;
    padding: 0;
    margin: 0;
    fill: #fff;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
}
.Header_linkTo__s76iL.Header_newLinkTo__LiWTi{
    white-space: nowrap;
}

.link_url_active-svg .myfill-bottom {
    fill: rgb(23, 147, 229);
}

@media (min-width: 960px) {
    .header__container--left-line .header__inline-menus {
        justify-content: center;
    }

}

.header-inline-menus__item a {
    font-size: 14px;
    color: #fff;
    /* font-family: 'DINNextLT'; */
    font-family: "Albert Sans", "sans-serif";
    font-style: normal;
    font-weight: 600;
}

.Button_root__lJ06g .block {
    color: #fff !important;
    font-family: 500;
    line-height: normal;
}

.threemenu-a-svg a {
    font-size: 14px;
}

.header-inline-menus__link {
    --padding-inline: 0px;
    --padding-block: 12px;
    position: relative;
    font-size: 0.83vw;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--padding-block) var(--padding-inline);
}

.link_url_active {
    color: rgb(23, 147, 229) !important;
    font-weight: 600;
}


.header-inline-menus__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    will-change: transform;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left center;
    background: rgb(var(--color-text));
    /* transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); */
}

.header-inline-menus__link:hover::after,
.header-inline-menus__link:focus::after {
    /* transform: scale(1); */
    color: #04558a;

}

.header-inline-menus__item:hover {
    background-color: rgb(34, 38, 41);
    opacity: 1;
    cursor: pointer;
    /* border-bottom: 2px solid rgb(0, 190, 250) !important; */
}

.header-inline-menus__item:hover a:hover {
    /* font-weight: bold; */
}

.myfill-bottom {
    fill: #515151;
}

.header-inline-menus__item:hover .header-inline-menus__link .myfill-bottom {
    fill: #04558a !important;

}

.header-inline-menus__item {
    padding: 0 16px;
    /* margin-right: 30px; */
    height: 46px;
}

.header-inline-menus__item--has-submenu {
    position: relative;
}

.header-inline-menus__item--has-submenu.is-megamenu:hover .header__inline-submenus,
.header-inline-menus__item--has-submenu.is-megamenu:focus .header__inline-submenus {
    pointer-events: initial;
    visibility: visible;
    /* opacity: 1; */
    /* transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); */
    /* height: 380px; */
}

.header-inline-menus__item--has-submenu.is-megamenu .header__inline-submenus .left_super_menu {
    opacity: 0;
}

.header-inline-menus__item--has-submenu.is-megamenu:hover .header__inline-submenus .left_super_menu {
    opacity: 1;
}

.header-inline-menus__item--has-submenu .header-inline-menus__arrow {
    display: initial;
}

.header-inline-menus__item.is-megamenu {
    position: static;
    height: 60px;
}



/*hover polyfill*/
.header-inline-menus__item--has-submenu:hover::before {
    content: attr(data-item-title);
    position: absolute;
    height: 100%;
    top: 0;
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 0;
}

.header-inline-menus__arrow {
    display: none;
    margin-left: 5px;
}

.header__inline-submenus {
    border-top: 1px solid #00000010;
    display: flex;
    position: absolute;
    top: 100%;
    /* left: 25%; */
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(var(--color-header-background));
    /* width: 100%; */
    z-index: 10;
    /* border-top: 1px solid rgb(var(--color-entry-line)); */
    box-shadow: 0 10px 15px #0000001a;
    max-height: 760px;
    min-height: 280px;
    overflow: auto;
}

.megamenu__list {
    padding: 40px 120px;
    /* display: grid; */
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    /* gap: 20px; */
    list-style: none;
    margin: 0;
    flex: 1;
    grid-auto-columns: minmax(100px, 280px);
    grid-auto-flow: column;
}

/*dropdown-menu*/
.header-inline-menus__item--has-submenu:not(.is-megamenu):hover .header-dropdown-menu,
.header-inline-menus__item--has-submenu:not(.is-megamenu):focus .header-dropdown-menu {
    pointer-events: initial;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-10px);
    opacity: 0;
    transition: all 0.2s;
    background-color: rgba(var(--color-header-background));
    z-index: 10;
    min-width: 200px;
    width: max-content;
    max-width: 300px;
    max-height: 760px;
    overflow: auto;
    padding: 10px 0 5px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 9%);
}

.header-dropdown-menu ul {
    padding: 0;
}

.header-dropdown-menu .header-inline-submenus__item {
    padding: 8px 16px;
}

.header-dropdown-menu .header-inline-submenus__link::after {
    content: none;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    will-change: transform;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left center;
    background: rgb(var(--color-text));
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.header-dropdown-menu .header-inline-submenus__link:hover::after,
.header-dropdown-menu .header-inline-submenus__link:focus::after {
    transform: scale(1);
}

.header-nav-list .menus__link:not(a) {
    cursor: default;
}

.header-nav-list .menus__link:not(a):hover {
    opacity: 1;
}

.header-nav-list .menus__link::after {
    content: none;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    will-change: transform;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left center;
    background: rgb(var(--color-text));
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1);
}

.header-nav-list .menus__link:hover::after,
.header-nav-list .menus__link:focus::after {
    transform: scale(1);
}

.megamenu-list__submenu {
    /* padding: 0; */
    display: none;
    /* 新增css样式 */
    float: right;
    /* 新增css样式 */
    text-align: left;
    /* 新增css样式 */
    /* padding-left: 100px;新增css样式
    padding-right: 50px;新增css样式 */
    padding: 0 70px;
}


.megamenu-list__item:hover .megamenu-list__submenu {
    display: block;
    position: absolute;
    /* top: -74px; */
    top: 7%;
    /* margin-top: -7%; */
    left: 34%;
    width: 315px;
}

.megamenu-list__item:hover .megamenu-list__submenu:nth-child(1) {
    position: relative;
    top: 0;
}

.megamenu-list__item {
    height: 30px;
}

.megamenu-list__item:hover .threemenu-a-svg {
    background-color: rgb(245, 245, 247);
    color: black;
    font-weight: bold;
}

.megamenu__list .threemenu-a-svg {
    display: flex;
    align-items: center;
}

.megamenu__list .threemenu-a-svg span {
    /* margin-left: 20px; */
    padding: 0 8px;
}

.megamenu__list .threemenu-a-svg:hover {
    color: #04558a;
}

.megamenu-submenu__item:hover {
    border-bottom: 1px solid #04558a;
}

.megamenu-submenu__item+.megamenu-submenu__item {
    margin-top: 8px;
}

.megamenu-submenu__item {
    width: 100%;
    margin-top: 0;
    padding: 8px 0;
    /* line-height: 4; */
    border-bottom: 1px solid #000;
}

.megamenu-submenu__item:first-child {
    padding: 0 0 8px;
}

.megamenu-list__item-title {
    display: inline-block;
    /* margin-bottom: 10px; */
    padding: 8px;
}

.header__image {
    width: 25vw;
    position: relative;
    overflow: hidden;
}

.header__image .header__image__content {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.header__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    will-change: transform;
    transition: all 0.5s cubic-bezier(0.104, 0.204, 0.492, 1);
    object-position: 50% 50%;
}

.header__image img:hover {
    transform: scale(1.05);
}

.header__image .header__image--cover {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    white-space: normal;
    padding: 0 50px 50px;
}

.header__image .header__image--cover .header__image_title {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}

.header__image .header__image--cover .header__image_button {
    text-transform: uppercase;
    position: relative;
}

.header__inline-menus--img-normal .header__image__content {
    height: 0;
}

.header__inline-menus--img-normal .header__image {
    width: calc(25vw - 20px);
    overflow-y: auto;
}

.header__inline-menus--img-normal .header__image img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    object-fit: unset;
}

.header__inline-menus--img-normal .megamenu__list {
    padding: 0;
}

/* .megamenu__list  */
.header__inline-menus--img-normal .header-nav-list {
    gap: 20px;
    padding: 40px;
}

.header__inline-menus--img-normal .header__image--cover {
    position: unset;
    padding: 0;
    padding-bottom: 6px;
}

.header__inline-menus--img-normal .header__image--cover .header__image_title {
    text-transform: none;
    margin-bottom: 0;
    margin-top: 8px;
}

.header__menu-drawer .drawer__main {
    margin-left: calc(-1 * var(--drawer-padding-inline));
    margin-right: calc(-1 * var(--drawer-padding-inline));
    position: relative;
}

.header__user-center-button {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    letter-spacing: 0.1em;
}

.header__user-center-button .icon {
    margin-right: 8px;
}

.drawer-menus__sub-menus {
    background: rgba(var(--color-text), 0.05);
}

.drawer-menus__sub-menus .drawer-menus__sub-menus {
    background: transparent;
}

.drawer-menus__sub-menus .drawer-menus__sub-menus .drawer-menus__sub-item {
    /* padding-left: 15px; */
    padding-left: 50px;
}

.drawer-menus__item,
.drawer-menus__sub-item {
    display: flex;
    align-items: center;
    justify-content: space-between;

    cursor: pointer;
    text-decoration: none;
    text-transform: capitalize;
    /* margin-left: 25px; */
    background: transparent;
    transition: background 0.2s;
    padding: 9px 23px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.drawer-menus__item img,
.drawer-menus__sub-item img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.image-sub-menus-list {
    padding: 12px 23px 12px 40px;
}

.image-sub-menus-list a {
    font-size: 14px;
}

.image-sub-menus-list img {

    border-radius: 25px;
}

.drawer-menus__item>a,
.drawer-menus__sub-item>a {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    word-break: break-word;
}

.drawer-menus__item>a {
    padding-top: 10px;
    padding-bottom: 10px;
    /* padding-left: var(--drawer-padding-inline); */
    padding-left: 20px;
    font-weight: bold;
}

.drawer-menus__sub-item>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: var(--drawer-padding-inline);
}

.drawer-menus__item-icon {
    display: flex;
    padding: 0 var(--drawer-padding-inline);
    position: relative;
    height: 100%;
}

.drawer-menus__item-icon::before {

    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 70px;
    right: 0;
    padding-left: 300px;
    top: -27px;
}

.drawer-menus__item-icon .icon-arrow {
    position: revert;
}

.drawer-menus__item-icon-off {
    display: none;
}

details[open]>summary>.drawer-menus__item>.drawer-menus__item-icon-on {
    display: none;
}

details[open]>summary>.drawer-menus__item>.drawer-menus__item-icon-off {
    display: flex;
}

details[open]>summary>.drawer-menus__sub-item>.drawer-menus__item-icon-on {
    display: none;
}

details[open]>summary>.drawer-menus__sub-item>.drawer-menus__item-icon-off {
    display: flex;
}

@keyframes headerSearchModal {
    0% {
        opacity: 0;
        transform: translateY(-1.5rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.header__search .modal__content {
    position: absolute;
}

.header__search details[open] .modal__overlay::after {
    position: absolute;
    top: 100%;
    z-index: initial;
}

.search-modal__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
}

@media (min-width: 960px) {
    .tile-search .search-modal__content {
        justify-content: flex-end;
        padding: 20px 0px 20px 20px;
    }

    .tile-search .right-search .search-modal__content {
        justify-content: flex-start;
    }

    .header__container--middle-line.tile-search .search-modal__content {
        justify-content: flex-start;
        padding-left: 0;
        padding-right: 20px;
    }

    .header__container--left-line.tile-search .search-modal__content {
        justify-content: center;
    }
}

.search-modal__close-button {
    margin-left: 4px;
    padding: 12px;
}

.search-modal__close-button .icon {
    width: 16px;
    height: 16px;
}

.search-modal__form {
    position: relative;
    max-width: 600px;
    flex: 1 0 0;
}

@media screen and (max-width: 959px) {
    .search-modal__form {
        position: static;
    }

    .search-modal__form .predictive-search {
        border-top: 1px solid rgb(var(--color-entry-line));
    }

    .header__localization .dropdown-menu__button {
        color: #000;
        width: 100%;
        font-size: 14px;
    }

    .header-drawer__localization {
        position: unset;
        display: flex;
        justify-content: space-around;
        align-items: center;
        font-size: 15px;
        padding-top: 0;
    }

    .header-drawer__localization .svglocalgeo {
        color: #000;
        display: flex;
        /* justify-content: space-evenly; */
        align-items: center;
    }

    .header-drawer__localization .svglocalgeo span {
        margin-left: 8px;
    }

    localization-form {
        width: 100%;
        /* padding: 0 20px; */
    }

    .dropdown-menu__button .country-name {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 50px;
        padding: 5px 20px;
        border-bottom: 1px solid;
        /* border-top: 1px solid #e5e5e5; */
        border-bottom: 1px solid #e5e5e5;
    }

    .dropdown-menu[open] .country-name .svglocalgeo svg {
        transform: rotate(0deg) !important;
    }

    .simple--modal {
        /* width: 96vw;
        left: -6vw;
        height: auto;
        position: absolute;
        top: 19vh;
        z-index: 99999;
        box-sizing: border-box;
        background: #fff;
        color: #000;
        padding-bottom: 1rem;
        opacity: 1;
        padding-left: 20px;
        padding-right: 20px;
        cursor: auto; */
        width: 80vw;
        height: auto;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-10%, -50%);
        z-index: 99999;
        box-sizing: border-box;
        background: #fff;
        color: #000;
        padding-bottom: 1rem;
        opacity: 1;
        padding-left: 20px;
        padding-right: 20px;
        cursor: auto;
    }

    .simple--modal .tack-call-contact {
        position: absolute;
        right: 0;
        top: 15px;
    }

    .tack-call-contact.new-colse-button svg {
        color: black;
    }
}

.search-modal__field {
    position: relative;
    margin: 0;
}

.search-modal__input {
    height: 60px;
    padding: 28px 68px 10px 20px;
}

@media screen and (max-width: 959px) {
    .search-modal__input {
        height: 38px;
        padding: 16px 68px 4px 20px;
    }

    .header__menu-drawer .drawer_footer {
        margin-left: calc(-1* var(--drawer-padding-inline));
        margin-right: calc(-1* var(--drawer-padding-inline));
        background: #f5f5f5;
        display: flex;
        color: #000;
        align-items: center;
        justify-content: space-around;
        padding: 15px 0 12px;
    }

}

@media (min-width: 960px) {
    .tile-search .search-modal__field {
        background: transparent;
        color: rgb(var(--color-header-pc-searchbar-text));
    }

    .tile-search .search-modal__field::after {
        border-color: rgb(var(--color-header-pc-searchbar-border));
    }

    .tile-search .search-modal__form {
        max-width: 300px;
    }

    .tile-search .search-modal__input {
        height: 48px;
        padding: 10px 10px 10px 48px;
        color: rgb(var(--color-header-pc-searchbar-text));
        background-color: rgba(var(--color-header-pc-searchbar-bg), 1);
    }

    .tile-search .search-modal__submit-button {
        color: rgb(var(--color-header-pc-searchbar-text));
        left: 0;
        right: unset;
        width: 48px;
    }

    .tile-search .search-modal__input::placeholder {
        opacity: 1;
        color: rgb(var(--color-header-pc-searchbar-text));
    }

    .tile-search .search-modal__field-label {
        width: calc(100% - 48px);
        left: 48px;
    }
}

.search-modal__field-label {
    width: calc(100% - 68px);
    left: 20px;
}

.search-modal__submit-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    width: 68px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.gallery__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0;
}

@media (min-width: 960px) {
    .gallery__list {
        overflow: hidden;
    }
}

.gallery__list .gallery__item {
    overflow: hidden;
    width: 50%;
    height: 100%;
    flex-grow: 1;
}

@media (min-width: 960px) {
    .gallery__list .gallery__item {
        flex-grow: 0;
        width: 25%;
    }
}

@media (min-width: 960px) {
    .gallery__list .gallery__item--images {
        transform: scale(1.05);
    }

    .header__icons>* {
        margin-left: 0 !important;
    }

    .header__localization .dropdown-menu__button>span {
        margin-right: 0
    }
}

.gallery__list .gallery__item--empty .gallery__box.gallery__box {
    padding-bottom: unset;
}

.gallery__list .gallery__item {
    transform-origin: top;
}

.gallery__list .gallery__item .gallery__box {
    transform: scale(1.01);
    padding-bottom: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.5s;
}

.gallery__list .gallery__item .gallery__box img {
    object-fit: cover;
    object-position: 50% 50% !important;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.gallery__list .gallery__item .gallery__box .gallery__box__mark {
    --bg-opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / var(--bg-opacity));
}

.gallery__list .gallery__item .gallery__box .gallery__box__title {
    --bg-opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery__list .gallery__item.adapt .gallery__box {
    padding-bottom: 0%;
}

.gallery__list .gallery__item.adapt img {
    max-height: 400px;
    position: static;
}

.gallery__list .gallery__box--hover:hover {
    transform: scale(1.05);
}

.gallery__list svg {
    border: 1px solid hsla(206, 6%, 50%, 0.2);
    display: block;
}

@media (min-width: 960px) {
    .gallery__list svg {
        border-top: none;
    }
}

.header-inline-menus__item--has-submenu:hover .gallery__list .gallery__item.gallery__item--images {
    transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scale(1.01);
}

.header-inline-menus__item--has-submenu.gallery .header__inline-submenus {
    min-height: auto;
}

@media (min-width: 960px) {
    .mobile-top-nav {
        display: none;
    }
}

.mobile-top-nav .mobile-site-nav {
    list-style: none;
    margin: 0;
    padding: 0 var(--page-padding);
    scroll-padding-left: var(--page-padding);
    scroll-padding-right: var(--page-padding);
    display: flex;
    flex-wrap: nowrap;
}

.mobile-top-nav .mobile-site-nav>li:first-child .mobile-site-nav__item__link {
    padding-left: 0;
}

.mobile-top-nav .mobile-site-nav>li:last-child .mobile-site-nav__item__link {
    padding-right: 0;
}

.mobile-top-nav .mobile-site-nav .mobile-site-nav__item__link {
    color: inherit;
    padding: 12px 16px;
    display: inline-block;
    white-space: nowrap;
}

.mobile-top-nav .mobile-site-nav .mobile-site-nav__item .mobile-site-nav__item__link--active .mobile-site-nav__item__link__text {
    position: relative;
    font-weight: 500;
}

.mobile-top-nav .mobile-site-nav .mobile-site-nav__item .mobile-site-nav__item__link--active .mobile-site-nav__item__link__text:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -8px;
    width: 100%;
    background-color: rgba(var(--color-text));
    height: 2px;
}

.color-scheme-1 .mobile-site-nav .mobile-site-nav__item .mobile-site-nav__item__link--active .mobile-site-nav__item__link__text:before {
    background-color: rgba(var(--color-scheme-1-text));
}

.color-scheme-2 .mobile-site-nav .mobile-site-nav__item .mobile-site-nav__item__link--active .mobile-site-nav__item__link__text:before {
    background-color: rgba(var(--color-scheme-2-text));
}

.color-scheme-3 .mobile-site-nav .mobile-site-nav__item .mobile-site-nav__item__link--active .mobile-site-nav__item__link__text:before {
    background-color: rgba(var(--color-scheme-3-text));
}

.shopline-section-header-scrolling .mobile-top-nav {
    display: none;
}

.predictive-search {
    --predictive-search-result-padding: 20px;

    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgb(var(--color-page-background));
    border-top: none;
    border-radius: 0 0 var(--menu-modal-border-radius) var(--menu-modal-border-radius);
    z-index: 1;
}

.predictive-search__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(var(--predictive-search-result-padding) / 2) var(--predictive-search-result-padding);
    color: rgb(var(--color-text));
    text-transform: uppercase;
}

@media screen and (max-width: 959px) {
    .predictive-search__head {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }
}

.predictive-search__head .predictive-search__spinner {
    display: none;
}

.predictive-search__head .predictive-search__rusults {
    text-transform: initial;
}

.predictive-search__list-item>* {
    transition: color 0.3s, background 0.3s;
}

.predictive-search__list-item[selected="true"]>*,
.predictive-search__list-item:hover>* {
    color: rgb(var(--color-text));
    background-color: rgba(rgb(var(--color-text)), 0.08);
}

.predictive-search__list-item:nth-of-type(1):not(:last-child),
.predictive-search__list-item:nth-last-of-type(1):not(:first-child) {
    border-top: 1px solid rgb(var(--color-entry-line));
}

.predictive-search__list-item:nth-of-type(1):not(:last-child) .predictive-search__item {
    padding-top: var(--predictive-search-result-padding);
}

.predictive-search__list-item:nth-last-of-type(2) .predictive-search__item {
    padding-bottom: var(--predictive-search-result-padding);
}

.predictive-search__item {
    padding: calc(var(--predictive-search-result-padding) / 2) var(--predictive-search-result-padding);
    display: grid;
    grid-template: "image content" auto / auto 1fr;
    gap: var(--predictive-search-result-padding);
    align-items: center;
}

.predictive-search__item-image {
    display: block;
    width: 62px;
    height: 62px;
    grid-area: image;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 959px) {
    .predictive-search__item-image {
        width: 56px;
        height: 56px;
    }
}

.predictive-search__item-content {
    grid-area: content;
    justify-content: center;
}

.predictive-search__item-head {
    margin: 0;
}

.predictive-search__term {
    width: 100%;
    padding: 8px var(--predictive-search-result-padding);
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: rgba(var(--color-text));
}

.predictive-search__term:hover .predictive-search__term-icon {
    transform: scale(1.1);
}

.predictive-search__term-icon {
    display: inline-flex;
    transition: transform 0.3s;
    width: 20px;
    height: 20px;
}

.predictive-search__spinner {
    display: inline-flex;
    animation: button-loading linear 1.5s infinite;
}

.predictive-search__spinner .icon {
    width: 15px;
    height: 15px;
}

.predictive-search__loading-state {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.predictive-search__results {
    overflow: hidden;
    overflow-y: auto;
}

predictive-search[data-focus][open] .predictive-search,
predictive-search[data-focus][loading] .predictive-search {
    display: block;
}

predictive-search[data-focus][loading] .predictive-search__results:empty~.predictive-search__loading-state {
    display: flex;
}

predictive-search[data-focus][loading] .predictive-search__head .predictive-search__spinner {
    display: flex;
}


/* chat-text-mesg */

.git-car .heaer-meg {
    position: relative;
}

.git-car .heaer-meg .svg_textvgpc {
    padding: 6px;
}

.git-car .heaer-meg .ques-msg {
    flex-direction: column;
    min-width: 207px;
    display: flex;
}

.git-car .heaer-meg .crtg_text {
    position: absolute;
    display: flex;
    padding: 24px 20px;
    background-color: #f3f5f8;
    box-shadow: 0 8px 24px 0 rgba(80, 109, 125, .24);
    border-radius: 4px;

    bottom: -22px;
    right: -6px;
    z-index: 1;
    transform: translateY(100%);
    cursor: initial;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 200ms;
    color: #000;
    cursor: default;
}

/* .header__icons .heaer-meg .svg:hover + .crtg_text{
    opacity: 1;
} */
.git-car .heaer-meg .crtg_text .no-lange {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.git-car .heaer-meg .crtg_text p {
    white-space: nowrap;
    color: rgb(61, 64, 67);
    margin-right: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 24px;
    margin-top: 0;
}

.git-car .heaer-meg .crtg_text .text-list {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #04558a;
    margin-left: 10px;
    margin-top: 18px;
    list-style: none;
    margin-left: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.crtg_text .text-list svg {
    margin-right: 8px;
    width: 20;
    height: auto;
}

.git-car .heaer-meg .crtg_text .text-list:first-child {
    margin-top: 0;
}

.header__drawer-nav .drawer-menus__item a,
.header__drawer-nav .drawer-menus__sub-item a {
    color: #000 !important;
    font-size: 14px;
}

.track-order-text {
    font-family: 'ProximaNova-Regular';
}

.erjiulabiaoqian {
    font-size: 13px;
    font-weight: 500;
}

/* 手机端菜单栏 */

.drawer__head--divider {
    padding: 5px 0;
}

.header-menu-mb-section .tack-call {
    display: flex;
    justify-content: space-between;
    height: 1rem;
    align-items: center;
    list-style: none;
    padding: 0;
}

.header-menu-mb-section .tack-call a {
    color: #000 !important;
}

#submit-ticketpc,
#submit-ticketmb,
#submit-ticketorder,
#submit-order {
    display: none;
}


.tingle-modal-box__content .nr h3 {
    font-size: 24px;
    margin: 0;
    line-height: 1.35;
}

.submit－ticket {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.tingle-modal-box__content .close-new {
    position: absolute;
    right: 2rem;
    top: 1rem;
    border: none;
    background: transparent;
}

.tingle-modal-box__content .close-new i {
    font-size: 3rem;
    font-weight: normal;
}

.tingle-modal-box__content .nr {
    text-align: center;
    padding: 3rem;
    color: #000;
}

.tingle-modal-box__content h3 {
    color: #000;
    font-weight: normal;
}

.tingle-modal-box__content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: .6rem;
}

.nr-cancel-modify-button div {
    margin-bottom: 12px;
    margin-top: 30px;
}

#submit-ticketmb #submit-ticket .close-new {
    border: none;
    background: transparent;
}

.tingle-modal-box__content .nr button {
    font-size: 13px;
    color: #fff;
    padding: 16px 50px;
    border: 0;
    border-radius: 4px;
    text-transform: uppercase;
    vertical-align: middle;
    background-color: #e60044;
}

#submit-ticket .nr .nr-top h3 {
    text-align: center;
    padding-top: 10px;
}

#submit-ticket .nr .nr-bottom h3 {
    text-align: center;
}

#submit-ticket .nr .nr-cancel-modify-button h3 {
    text-align: center;
}

#submit-ticket .nr .nr-top button {
    background-color: #5E5F3E;
    border: none;
    margin: 0 auto;
    padding: 8px 10px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#submit-ticket .nr .nr-bottom button {
    background-color: #5E5F3E;
    border: none;
    margin: 0 auto;
    padding: 8px 10px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#submit-ticket .nr .nr-cancel-modify-button button {
    background-color: #5E5F3E;
    border: none;
    margin: 0 auto;
    padding: 8px 10px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#submit-ticket .nr .nr-bottom {
    margin: 60px 0;
}

#submit-ticket .nr .nr-cancel-modify-button {
    margin-bottom: 10px;
}

.tingle-modal-box__content .nr .nr-bottom {
    padding-bottom: 2rem;
    margin-top: 1.5rem;
    padding-top: 2rem;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

#overlay {
    display: none;
    /* Initially hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
    z-index: 999;
    /* Ensure it's below the submit ticket box */
}

.header-menu-mb-section .track-order>a {
    color: #000 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    padding: 0;
    padding-left: 10px;
    font-weight: 700;
}

.header-menu-mb-section .track-order>a svg {
    height: 18px;
    width: auto;
    margin-right: 5px;
}

.header-menu-mb-section .track-order>a .plane-svg {

    transform: rotate(45deg);
}

.header-menu-mb-section .icon-button {
    color: #050505;
    right: -7vw;
    /* top: -1vw; */
    z-index: 9999;
}


.header-menu-mb-section .tack-call .new-track-order::after {
    position: absolute;
    height: 23px;
    width: 0.15rem;
    top: 13px;
    /* left: 29vw; */
    background: #ddd;
    content: '';
    z-index: 998;
}

.header-menu-mb-section {
    gap: 0;
}

.drawer-menus__item svg,
.drawer-menus__item-icon svg {
    color: #000
}

.header-icon:hover {
    cursor: pointer;
}



.phone_lange_currency_contry {
    background: #2a2222;
    position: absolute;
    right: 0;
    /* top: -46.25vw; */
    padding: 10px;
}

.display-new-none {
    display: none;
}

@media (max-width:959px) {
    .header__container {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0;
        justify-content: space-between;
        margin: 0;
        z-index: 999;
    }

    .user__container a {
        display: block;
    }

    .new_user__container .new_header__icon-button {
        padding: 0;
    }

    .display-new-none {
        display: flex;
        align-items: baseline;
        /* gap: 5px;
        margin-right: 10px; */
    }

    .new-header-height-mb {
        padding: 0 !important;
        height: 48px !important;
    }

    .drawer__head.new-drawer__head {
        border-bottom: none;
    }

    .header__cart-point {
        bottom: 11px;
        left: 25px;
        line-height: 16px;
        padding: 0 5px;
        min-width: 10px;
    }

    .git-car {
        width: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 100%;
        transition: all 200ms;
        cursor: pointer;
        flex-shrink: 0;
    }

    .svg_textvgpc svg {
        width: 22px;
        height: 22px;
    }

    .two-icon {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (min-width: 481px) and (max-width:650px) {
    .header-menu-mb-section .icon-button {
        color: #050505;
        right: -4vw;
        z-index: 9999;
    }
}

@media screen and (min-width:651px) and (max-width:959px) {
    .header-menu-mb-section .icon-button {
        color: #050505;
        right: -25px;
        z-index: 9999;
    }
}

@media (max-width:480px) {
    .simple--modal {
        width: 96vw;
        left: -5vw;
        height: auto;
        position: absolute;
        top: 19vh;
        z-index: 99999;
        box-sizing: border-box;
        background: #fff;
        color: #000;
        padding-bottom: 1rem;
        opacity: 1;
        padding-left: 20px;
        padding-right: 20px;
        cursor: auto;
        transform: none;
    }
}

@media screen and (min-width:481px) and (max-width:600px) {
    .simple--modal {
        width: 80vw;
        height: auto;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-30%, -50%);
        z-index: 99999;
        box-sizing: border-box;
        background: #fff;
        color: #000;
        padding-bottom: 1rem;
        opacity: 1;
        padding-left: 20px;
        padding-right: 20px;
        cursor: auto;
    }
}

@media (min-width:960px) {
    .git-car.new-git-car {
        /* margin-left: 1.04166vw; */
        width: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .icon-button.new-cart-icon-bubble {
        /* margin-left: 1.04166vw; */
    }
}

/* 电脑端超级菜单 */
.megamenu__list .left_super_menu {
    grid-column: 1 / span 2;
    padding-right: 30px;
    width: 300px;
    height: 208px;
    overflow-y: auto;
}

.megamenu__list .left_super_menu::-webkit-scrollbar {
    display: none;
}

.megamenu__list.left_li_name.active:hover {
    cursor: pointer;
}

.left_super_menu .left_li_name button {
    cursor: pointer;
    display: flex;
    width: 100%;
    align-items: center;
    /* font-family: 'DINNextLT'; */
    font-family: "Albert Sans", "sans-serif";
    font-style: normal;
    justify-content: space-between;
    color: #1d1d1f;
    height: 33px;
    line-height: 1.1;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s ease-out;
    padding: 8px;
    background: #fff;
}

.left_super_menu .left_li_name button span {
    display: block;
    padding-right: 20px;
}

.Header_list__oCMNB .colortite a {
    font-family: 'DINNextLT';
    font-style: normal;
    font-weight: 500;
}

.left_super_menu .left_li_name.active button {
    opacity: 1;
    background-color: rgb(245 245 247 / 1);
    font-weight: 600;
}

.left_super_menu .left_li_name button svg {
    width: 14px;
    opacity: 0;
}

.left_super_menu .left_li_name.active button svg {
    opacity: 1;
}

.right_super_menu .right_big_box {
    display: none;
}

.right_super_menu .right_big_box.active {
    display: block;
    background-color: inherit;
}



/* 定义动画 */
@keyframes slideInDown {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }

    100% {
        transform: scaleY(1);
        opacity: 1;

    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInLfet {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.header-inline-menus__item:hover .element-item {
    opacity: 0;
    animation: slideInRight 1.5s ease forwards;
}

.element-items {
    opacity: 0;
    /* 初始隐藏 */
    animation: slideInLfet 1.5s ease;
    /* 延迟 */
}

/* 动画效果 */
.header-inline-menus__item:hover .element {
    opacity: 0;
    transform-origin: top;
    /* 初始隐藏 */
    animation: slideInDown 0.5s ease forwards;
    /* 动画持续1秒 */
}

.Header_optionContent__8CSXY .Header_productsListBox__xsDyz {
    height: 210px;
    max-height: 210px;
    min-height: 210px;
}

.Header_optionContent__8CSXY .Header_productsList__Gg5qo {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 25px;
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Header_optionContent__8CSXY .Header_productsList__Gg5qo .Header_product___0e2v {
    flex: none;
    width: 210px;
    /* min-height: 240px; */
}

.Header_optionContent__8CSXY .Header_productsList__Gg5qo .Header_product___0e2v .Header_producta__p8yvo {
    display: block;
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.Header_optionContent__8CSXY .Header_productsList__Gg5qo .Header_product___0e2v .Header_imgBox__zTC2J {
    position: relative;
    width: 140px;
    height: 140px;
    margin: 0 auto 15px;
}

.Header_optionContent__8CSXY .Header_productsList__Gg5qo .Header_product___0e2v .Header_name__9fBj6 {
    overflow: hidden;
    /* font-family: 'DINNextLT'; */
    font-family: "Albert Sans", "sans-serif";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: -.28px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    padding: 0 10px;
    transition: color .2s ease-out;
    color: #000;
}

.Header_optionContent__8CSXY .Header_productsList__Gg5qo .Header_product___0e2v:hover .Header_name__9fBj6 {
    color: rgb(0, 190, 250) !important;
}

p {
    margin: 0;
}

.Header_optionContent__8CSXY .Header_productsList__Gg5qo .Header_product___0e2v .Header_tag__QVEAW {
    letter-spacing: -.28px;
    color: #f90;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    line-height: 1.4;
}

.Header_optionContent__8CSXY .Header_productsList__Gg5qo .Header_product___0e2v img,
.Header_optionContent__8CSXY .Header_productsList__Gg5qo .Header_product___0e2v picture {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
        border-radius: var(--btn-border-radius-outset);
    object-fit: contain;
}

.overflow-hidden {
    overflow: hidden;
}

.block {
    display: block;
}

picture {
    display: block;
}

.Header_optionContent__8CSXY .Header_bottomBar__AHFfB {
    display: flex;
    align-items: center;
    border-top: 1px solid #00000020;
    justify-content: space-between;
    height: 70px;
    flex-wrap: wrap;
}

.Header_optionContent__8CSXY .Header_bottomBar__AHFfB .Header_list__oCMNB {
    display: flex;
    flex: 0 1 auto;
}

.Header_optionContent__8CSXY .Header_bottomBar__AHFfB .Header_list__oCMNB li {
    /* height: 20px;
    min-height: 20px; */
    padding-left: 35px;
}

.Header_newLinkTo__LiWTi {
    display: flex !important;
    justify-content: center;
    --tw-text-opacity: 1 !important;
    color: rgb(29 29 31/var(--tw-text-opacity)) !important;
    font-weight: 400 !important;
    /* font-family: 'DINNextLT'; */
    font-family: "Albert Sans", "sans-serif";
}

.Header_optionContent__8CSXY .Header_bottomBar__AHFfB .Header_bottomBarBtn__hnnCk {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 40px;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    border-radius: 0;
    font-size: 14px;
    line-height: 40px;
}

.Button_root__lJ06g {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    display: flex;
    height: 50px;
    min-width: 180px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    transition-property: all;
    transition-duration: .15s;
    /* transition-duration: .4s; */
    background-color: rgb(15, 116, 184);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.Button_root__lJ06g:hover {
    background-color: rgb(0, 170, 255);
}

.Button_root__lJ06g:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* 确保占满整个按钮 */
    background-color: rgb(0 190 250 / var(--tw-bg-opacity));
    z-index: -2;
    /* 确保它在按钮后面 */
    /* border: 1px solid red; */
    /* 临时调试边框 */
}

.Header_linkToArrow__Q4GJV {
    width: 14px;
    margin-top: -2px;
}

svg {
    display: block;
    vertical-align: middle;
}

*,
:after,
:before {
    box-sizing: inherit;
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}

.Header_optionContent__8CSXY {
    width: calc(100% - 300px);
}

.Header_optionContent__8CSXY.active {
    /* display: block */
    width: calc(100% - 300px);
}


.threemenu-a-svg {
    width: 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 33px;
}

.megamenu-list__item:hover .Header_optionContent__8CSXY {
    display: block;
    position: absolute;
    /* top: -74px; */
    top: 7%;
    /* margin-top: -7%; */
    left: 17%;
    width: 80%;
}

.header_inline-submenus {
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    width: 100vw;
    height: auto;
    overflow: hidden;
}

.megamenu__list {
    /* width: 20%;
    margin-left: 4%; */
}

.colortite:hover a {
    color: rgb(0, 190, 250) !important;
}

.active {
    background-color: rgb(245, 245, 247);
    font-weight: bold;
    color: black;
}

.active+div {
    display: block;
    position: absolute;
    /* top: -74px; */
    top: 7%;
    /* margin-top: -7%; */
    left: 17%;
    width: 80%;
}

@media (max-width: 1799px) and (min-width: 1621px) {
    .Header_product___0e2v.nubber-5 {
        display: none;
    }
}

@media (max-width: 1621px) and (min-width: 1443px) {

    .Header_product___0e2v.nubber-5,
    .Header_product___0e2v.nubber-4 {
        display: none;
    }
}

@media (max-width: 1442px) and (min-width: 1265px) {

    .Header_product___0e2v.nubber-5,
    .Header_product___0e2v.nubber-4,
    .Header_product___0e2v.nubber-3 {
        display: none;
    }
}

@media (max-width: 1264px) and (min-width: 1087px) {

    .Header_product___0e2v.nubber-5,
    .Header_product___0e2v.nubber-4,
    .Header_product___0e2v.nubber-3,
    .Header_product___0e2v.nubber-2 {
        display: none;
    }
}

@media (max-width: 1086px) and (min-width: 959px) {

    .Header_product___0e2v.nubber-5,
    .Header_product___0e2v.nubber-4,
    .Header_product___0e2v.nubber-3,
    .Header_product___0e2v.nubber-2 {
        display: none;
    }
}

/* The ipad end responds to the mobile end in vertical screen */
/* @custom-media --tablet (max-width: 959px); */
/* @custom-media --gt-mobile (min-width: 751px); */
/* detectingScreen need to consider the configuration of the tablet */