.footer {
    background: #000000;
    background-size: 100%;
    padding: 5rem 6%;
    font-family: H-Light;
    color: #fff
}

.footer_items1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.5rem;
    border-bottom: .1rem solid #666
}

.fi1_left div a{
    font-family: H-Bold;
    font-size: 2.5rem
    /*border-bottom: .15rem solid white*/
}

.fi1_left a {
    display: flex;
    align-items: center;
    font-size: 1.2rem
}

.fi1_left a span {
    font-size: 1.8rem;
    margin-left: .5rem
}

.fi1_right {
    width: 38%;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center
}

.fir1_left {
    width: 38%
}

.fir1_left span {
    font-size: .9375rem;
    display: block;
    margin-top: .5rem;
    font-family: H-Medium
}

.ft_title {
    font-family: H-Bold;
    font-size: 1.2rem
}

.fir1_right {
    width: 60%;
    display: flex;
    align-items: center;
    position: relative;
    font-family: H-Medium
}

.fir1_right input {
    height: 3rem;
    padding: .5rem 9.5rem .5rem 1.5rem;
    background: #353535;
    border-radius: 2rem;
    color: #999;
    width: 100%;
    font-size: .9375rem;
    border: 0
}

.fir1_right input::placeholder {
    color: #999
}

.fir1_right div {
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    background: #e60012;
    width: 9rem;
    color: #fff;
    font-size: .9375rem;
    border-radius: 2rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.footer_item2 {
    padding: 4rem 0 5rem;
    display: flex;
    justify-content: space-between;
    border-bottom: .1rem solid #666
}

.fi2_left {
    width: 50%;
    display: flex;
    justify-content: space-between
}

.fi2_text {
    margin-top: 2rem;
    font-size: .9375rem
}

.fi2_text div {
    margin-bottom: 1rem;
    cursor: pointer
}

.fi2_text div:hover {
    color: #e60012
}

.fi2_text span {
    color: #e60012;
    font-family: H-ExtLtIta
}

.fi2_right {
    width: 38%
}

.fir2_text {
    margin-top: 1.5rem;
    font-size: .9375rem
}

.fir2_text div {
    font-family: H-Bold;
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

.fir2_text a {
    color: #e60012
}

.fir2_text p {
    margin-bottom: .5rem
}

.fir2_text p:last-child {
    margin-top: 2rem
}

.footer_item3 {
    padding: 2rem 0;
    border-bottom: .1rem solid #666;
    display: flex;
    justify-content: space-between
}

.fi3_left {
    width: 11%;
    cursor: pointer;
    display: flex;
    align-items: center
}

.fi3_right {
    width: 38%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.footerFlag {
    margin-top: 1rem;
    font-size: .9375rem;
    color: #999;
    font-family: H-Regular
}

.fir3_right {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fir3_right a {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.fir3_right a:hover {
    background: #e60012
}

.fir3_right a img {
    width: 60%;
    margin: 0 auto
}

.fi3_left2 {
    width: 52%
}

.fi3_right2 {
    width: 86%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.width2_cz {
    width: 35%
}

.margin_cz {
    margin-top: 0 !important
}

@media (max-width: 750px) {
    .footer {
        background: url(../../../files/2_4170f97f-8eb2-42d4-8605-59b64273f6e4%EF%B9%96v=1709176461.png) no-repeat center;
        padding: 2rem 5%
    }

    .footer_items1 {
        display: block;
        padding-bottom: 0;
        border-bottom: 0
    }

    .fi1_left div {
        font-size: 2rem;
        width: max-content
    }

    .fi1_left a span {
        font-size: 1rem
    }

    .fi1_left a {
        font-size: .875rem;
        margin-top: .5rem
    }

    .fi1_right {
        width: 100%;
        display: block;
        margin-top: 2rem
    }

    .fir1_left {
        width: 100%
    }

    .fir1_left span {
        font-size: .75rem;
        margin-top: 0;
        font-family: H-Light
    }

    .fir1_right {
        width: 100%;
        margin-top: 1rem
    }

    .fir1_right input {
        height: 2.5rem;
        font-size: .875rem;
        padding: .5rem 8.5rem .5rem 1.5rem
    }

    .fir1_right div {
        height: 2.5rem;
        line-height: 2.5rem;
        width: 8rem;
        font-size: .875rem
    }

    .footer_item3 {
        padding: 1.5rem 0 2rem;
        display: block;
        border-bottom: 0
    }

    .fi3_right {
        width: 100%;
        display: block
    }

    .fir3_right {
        width: 90%;
        margin-top: 1rem
    }

    .ft_title {
        font-size: 1.2rem
    }

    .fir3_right a {
        width: 2rem;
        height: 2rem
    }

    .footerFlag {
        margin-top: 0;
        font-size: .75rem;
        padding-top: .5rem;
        border-top: .1rem solid #666
    }

    .Fnav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .8rem 0;
        border-top: 1px solid #666;
        font-family: H-Bold;
        font-size: 1.2rem;
        color: #fff
    }

    .Fnav_right {
        position: relative
    }

    .Fnav_line {
        width: .8rem;
        height: 1px;
        background: #999;
        transition: all .3s
    }

    .Fnav_line:after {
        position: absolute;
        content: "";
        left: 50%;
        width: 1px;
        height: .8rem;
        top: -.35rem;
        background: #999;
        transition: all .3s
    }

    .Fnav_active .Fnav_line:after {
        position: absolute;
        content: "";
        left: 50%;
        width: 1px;
        height: .8rem;
        top: -.35rem;
        background: #999;
        transition: all .3s;
        transform: rotate(0)
    }

    .Fnav_active .Fnav_line {
        transform: rotate(45deg)
    }

    .Fnav_link {
        transition: all .5s;
        height: 0;
        overflow: hidden
    }

    .Fnav_link a {
        font-family: H-Light;
        font-size: .9375rem;
        color: #fff;
        line-height: 2rem;
        display: block
    }

    .fir2_text {
        margin-top: 1rem;
        font-size: .75rem;
        padding-bottom: .5rem
    }

    .fir2_text div {
        font-size: .875rem;
        margin-bottom: .5rem
    }

    .fir2_text a {
        color: #e60012 !important;
        display: inline !important;
        line-height: 1 !important
    }

    .fir2_text p {
        margin-bottom: .2rem
    }

    .fir2_text p:last-child {
        margin-top: 1rem
    }

    .footer_item2 {
        padding: 2rem 0;
        display: block
    }

    .fi2_left {
        width: 100%
    }

    .fi3_right2 {
        width: 70%;
        display: block
    }

    .fi2_right {
        width: 100%;
        margin-top: 1rem
    }

    .fi3_left2 {
        width: 38%
    }
}

/*# sourceMappingURL=/cdn/shop/t/7/assets/footer.css.map?v=67998484729994548661721115971 */
