.high_tech {
    margin-left: 17rem !important;
}
.mainex_support{
    margin-left: 26rem !important;
}
.mainex_about{
    margin-left: 34rem !important;
}
.warning {
    background: #000;
    text-align: center;
    font-family: H-Regular;
    font-size: .875rem;
    height: 2rem;
    line-height: 2rem;
    color: #fff
}

.warning span {
    font-size: 1rem
}

.warning_move {
    display: flex;
    width: 100%;
    justify-content: space-around
}

.warning_move div {
    display: flex;
    align-items: center
}

.warning_move1 {
    transform: translate(-50%);
    animation: scrollText1 30s linear infinite forwards
}

.warning_move2 {
    position: absolute;
    top: 0;
    transform: translate(50%);
    animation: scrollText2 30s linear infinite forwards
}

@keyframes scrollText1 {
    0% {
        transform: translate(-50%)
    }

    49.99% {
        transform: translate(-100%)
    }

    50% {
        transform: translate(100%)
    }

    to {
        transform: translate(50%)
    }
}

@keyframes scrollText2 {
    0% {
        transform: translate(50%)
    }

    to {
        transform: translate(-50%)
    }
}

.main {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6%;
    height: 4.5rem;
    position: relative
}

.ch_popup {
    background: linear-gradient(45deg, #54c667 33%, #ef4e3c 77%);
    display: flex;
    width: auto;
    padding: 0 1rem;
    justify-content: center;
    height: 4.5rem;
    color: #fff;
    font-size: 1.2rem;
    left: 21%;
    top: 0;
    align-items: center;
    font-family: H-Regular;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.ch_popup img {
    width: 4.5rem;
    transform: rotate(60deg);
    animation: ch_popup 1s alternate infinite ease-in-out
}

@keyframes ch_popup {
    0% {
        transform: rotate(60deg)
    }

    to {
        transform: rotate(10deg)
    }
}

.main_popup {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 111;
    overflow: hidden;
    height: 0;
    transition: height .5s
}

.main_popup1 {
    font-family: H-Medium;
    color: #000;
    font-size: .9375rem
}

.main_popup2 {
    font-family: H-Medium;
    color: #000;
    font-size: .9375rem
}

.main_popup3 {
    font-family: H-Medium;
    color: #000;
    font-size: .9375rem
}

.main_popup4 {
    font-family: H-Medium;
    color: #000;
    font-size: .9375rem
}

.mp_nav {
    width: 31%;
    margin: 2rem auto 0;
    display: flex;
    justify-content: space-between
}

.mp_product {
    padding: 2rem 0 0
}

.mp_content .mp_product {
    display: none
}

.mp_content .mp_product:nth-child(1) {
    display: block
}

.mp_nav div {
    cursor: pointer
}

.mp_nav div:nth-child(1) {
    color: #e60012
}

.mp_items {
    display: flex;
    justify-content: center;
    align-items: center
}

.mp_item {
    width: 12%;
    cursor: pointer;
    padding: 0 .5rem;
    text-align: center
}

.mp_more {
    margin: 3rem auto 2rem;
    text-align: center;
    cursor: pointer;
    transition: all .3s
}

.mp_more:hover {
    color: #e60012
}

.mp_img {
    overflow: hidden;
    border-radius: .5rem;
    margin-bottom: 1rem;
    background: #f7f8fa;
    position: relative
}

.mp_new {
    color: #e60012;
    font-size: .875rem;
    top: .5rem;
    right: 1rem
}

.mp_img img {
    transition: all .3s
}

.mainex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
    text-align: center
}

.maex_nav {
    font-size: .9375rem;
    color: #000;
    font-family: H-Medium;
    cursor: pointer;
    line-height: 2;
    margin: 0 1.5rem
}

.maex_nav:hover {
    color: #e60012
}

.main_mask {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background: #000c;
    z-index: 99
}

.nav a:nth-child(1),
.nav a:nth-child(2) {
    margin-top: 3rem;
    padding-bottom: 3rem
}

.main_left {
    width: 20%;
    cursor: pointer
}

.main_left img {
    width: 12rem
}

.main_center {
    width: 10%
}

.main_center img {
    width: 15%;
    margin: 0 auto;
    animation: main_center 10s linear infinite forwards
}

@keyframes main_center {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.main_right {
    width: 110%;
    display: flex;
    /*align-items: center;*/
    justify-content: space-between
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: H-Bold;
    font-size: .875rem;
    color: #000;
    width: 80%
}

.language {
    padding-bottom: 2rem;
    margin-top: 2rem;
    position: relative
}

.mr_right {
    width: 2%;
    display: flex;
    /*justify-content: flex-end;*/
    align-items: center
}

.language img {
    display: block;
    margin: 0 auto;
    cursor: pointer;
    width: 1.5rem
}

.mr_search {
    cursor: pointer;
    width: 2rem
}

.lang_popup:after {
    content: "";
    position: absolute;
    top: -.5rem;
    left: 44%;
    width: 0;
    height: 0;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: .5rem solid #fff
}

.lang_popup {
    background: #fff;
    position: absolute;
    z-index: 888;
    width: 7.875rem;
    left: -3rem;
    top: 90%;
    display: none;
    border-radius: .625rem;
    cursor: pointer
}

.lang_item img,
.lang_itemp img {
    width: 1.75rem;
    margin-right: .375rem;
    margin-left: 0
}

.lang_popup a:first-child .lang_itemp {
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem
}

.lang_popup a:last-child .lang_itemp {
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem
}

.lang_itemp {
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: H-Light;
    color: #000;
    padding: .4375rem .75rem;
    font-size: 1rem
}

.lang_itemp:hover {
    background: #eee
}

.nav a:hover {
    color: #e60012
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 444;
    width: 100%
}

.nav_border {
    background: linear-gradient(to right, #3d91f3, #6ee660);
    padding: .3rem 1rem;
    border-radius: 2rem;
    color: #fff !important
}

.nav_border1 {
    background: linear-gradient(to right, #79e96d, #ffff2a);
    padding: .3rem 1rem;
    border-radius: 2rem;
    color: #fff !important
}

.nav_cz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: H-Bold;
    font-size: .875rem;
    color: #000;
    width: 88%
}

.nav_cz a:hover {
    color: #e60012
}

.nav_cz a:nth-child(1) {
    margin-top: 3rem;
    padding-bottom: 3rem
}

@media (max-width:750px) {
    .ch_popup {
        width: 4rem;
        background: none;
        height: auto;
        left: 75%
    }

    .warning_move div {
        display: block
    }

    .warning {
        height: 3.5rem;
        font-size: .875rem;
        line-height: 1.3;
        padding: .625rem .375rem;
        text-align: center
    }

    .warning span {
        font-size: .875rem
    }

    .main {
        padding: 0 4%;
        position: relative;
        height: 3rem
    }

    .main_left {
        width: 7%
    }

    .main_center {
        width: 35%
    }

    .main_left img {
        width: 100%
    }

    .main_center img {
        width: 100%;
        animation: none
    }

    .main_Mright {
        width: 6%;
        position: relative;
        height: 1rem;
        display: flex;
        align-items: center
    }

    .Mright_line {
        width: 100%;
        background: #000;
        height: 1px
    }

    .Mright_line:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #000;
        transition: all .3s
    }

    .Mright_line:before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 1px;
        background: #000;
        transition: all .3s
    }

    .Mright_active .Mright_line:after {
        top: .5rem;
        transform: rotate(-45deg)
    }

    .Mright_active .Mright_line:before {
        top: .5rem;
        transform: rotate(45deg)
    }

    .Main_popup {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 22;
        height: 0;
        transition: all 1s;
        overflow: hidden
    }

    .Main_item {
        height: 80vh;
        overflow-y: scroll;
        margin: 1rem 5% 1rem 4%
    }

    .Mnav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .8rem 0;
        border-bottom: 1px solid black;
        font-family: H-Bold;
        font-size: 1.2rem;
        color: #000
    }

    .Mnav_right {
        position: relative
    }

    .Mnav_line {
        width: 1rem;
        height: 1px;
        background: #000;
        transition: all .3s
    }

    .Mnav_line:after {
        position: absolute;
        content: "";
        left: 50%;
        width: 1px;
        height: 1rem;
        top: -.5rem;
        background: #000;
        transition: all .3s
    }

    .Mnav_active .Mnav_line:after {
        position: absolute;
        content: "";
        left: 50%;
        width: 1px;
        height: 1rem;
        top: -.5rem;
        background: #000;
        transition: all .3s;
        transform: rotate(0)
    }

    .Mnav_active .Mnav_line {
        transform: rotate(45deg)
    }

    .Mnav_link {
        transition: all .5s;
        height: 0;
        overflow: hidden
    }

    .Mnav_link a {
        font-family: H-Medium;
        font-size: .9375rem;
        color: #666;
        line-height: 2.2rem;
        display: block
    }

    .header {
        position: fixed;
        top: 0;
        z-index: 44
    }

    .warning_move2 {
        animation: none;
        opacity: 0
    }

    .warning_move1 {
        animation: none;
        transform: translate(0);
        width: 80%;
        margin: 0 auto
    }

    .Mcontact {
        font-size: 1rem;
        font-family: H-Bold;
        margin-top: 1rem
    }

    .Mcontact div {
        font-size: .75rem;
        font-family: H-Medium;
        margin-top: .5rem
    }

    .Mcontact div span {
        display: block
    }

    .Mcontact div a {
        color: #e60012;
        display: inline;
        font-size: .75rem;
        line-height: 1
    }
}

/*# sourceMappingURL=/cdn/shop/t/7/assets/header.css.map?v=91111946467298251301740368922 */
.header-warning{
    background: #000;
    text-align: center;
}
.header-warning img {
    display: block !important;
    max-width: 1024px !important;
    width: 90% !important;
    margin: 0 auto !important;
}
