@charset "UTF-8";

:root {
    --space-120: 100px;
    --space-80: 60px;
    --space-60: 40px;
    --font-title1: 52px;
    --font-title2: 38px;
    --font-title3: 28px;
    --font-title4: 20px;
    --font-size1: 20px;
    --font-size2: 16px;
    --font-size3: 14px
}

@media screen and (min-width: 500px) and (max-width: 899px) {
    :root {
        --font-size2: 14px !important;
        --font-title4: 14px !important;
        --space-60: 30px;
        --space-80: 20px;
        --font-title2: 28px
    }
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
    :root {
        --font-title4: 16px !important;
        --space-80: 20px !important;
        --font-title2: 32px
    }
}

@media screen and (min-width: 1600px) {
    :root {
        --space-120: 120px;
        --space-80: 80px;
        --space-60: 60px;
        --font-title1: 56px;
        --font-title2: 42px;
        --font-title3: 32px;
        --font-title4: 24px
    }
}

@font-face {
    font-family: HarmonyOS Sans SC;
    src: url(./HarmonyOS_Sans_SC_Regular_0.f5d83af4.woff2) format("woff2"), url(./HarmonyOS_Sans_SC_Regular_0.297b0884.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: HarmonyOS Sans SC;
    src: url(./HarmonyOS_Sans_SC_Medium_0.aa3c91cf.woff2) format("woff2"), url(./HarmonyOS_Sans_SC_Medium_0.6ed1553e.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: HarmonyOS Sans SC;
    src: url(./HarmonyOS_Sans_SC_Bold_0.7e99117a.woff2) format("woff2"), url(./HarmonyOS_Sans_SC_Bold_0.43a424b8.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(./Inter-Regular.c69b1518.woff2) format("woff2"), url(./Inter-Regular.a7e791e8.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(./Inter-Medium.6f0ca8ad.woff2) format("woff2"), url(./Inter-Medium.99dab2bd.otf) format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(./Inter-Bold.fbe3d3f5.woff2) format("woff2"), url(./Inter-Bold.1e9dfd6a.otf) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

html {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \5fae\8f6f\96c5\9ed1, Arial, sans-serif
}

html[lang=zh] {
    font-family: HarmonyOS Sans SC, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \5fae\8f6f\96c5\9ed1, Arial, sans-serif
}

html[lang=en],
html[lang=de] {
    font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif
}

@media screen and (min-width: 200px) and (max-width: 499px) {
    .primary-btn_compo {
        height: 30px !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .aboutUs-text-style {
        font-size: 12px !important;
        top: 4px !important
    }

    .primary-btn_compo>div * {
        font-size: 10px !important
    }

    .primary-btn_compo>div {
        padding: 16px 10px !important
    }
}

@media screen and (min-width: 500px) and (max-width: 899px) {
    .primary-btn_compo {
        height: 36px !important
    }

    .primary-btn_compo>div * {
        font-size: 14px !important
    }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
    .primary-btn_compo {
        height: 40px !important
    }

    .primary-btn_compo>div * {
        font-size: 14px !important
    }
}

.primary-btn_compo {
    width: fit-content;
    height: 56px;
    display: inline-block;
    color: #fff;
    background: #DD1F1D;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    cursor: pointer
}

.primary-btn_compo.is_large {
    height: 64px;
    font-size: 28px;
    font-weight: 500;
    line-height: normal
}

.primary-btn_compo.is_large>div {
    padding: 16px 42px !important
}

.primary-btn_compo.is_large>div img {
    width: 32px !important;
    height: 32px !important
}

.primary-btn_compo.is_large>div * {
    flex-shrink: 0;
    font-size: 32px
}

.primary-btn_compo.dr_bottom svg {
    transform: rotate(90deg)
}

.primary-btn_compo:not(.is-plain).is-disabled {
    cursor: not-allowed;
    background-color: #e76260cc !important
}

.primary-btn_compo.is-plain {
    color: #333 !important;
    background-color: transparent !important;
    border: 1px solid rgba(8, 20, 51, .2)
}

.primary-btn_compo.is-plain.is-disabled {
    cursor: not-allowed;
    opacity: .5
}

.primary-btn_compo.is-white {
    color: #fff !important;
    border-color: #fff !important
}

.primary-btn_compo:not(.is-disabled):not(.is-loading):not(.dr_bottom):hover>div {
    transform: translateY(-100%)
}

.primary-btn_compo:not(.is-disabled):not(.is-loading):not(.dr_bottom):hover>div svg {
    animation: slide-right .3s ease-in-out .28s none
}

.primary-btn_compo:not(.is-disabled):not(.is-loading):not(.dr_right):hover>div {
    transform: translateY(-100%)
}

.primary-btn_compo:not(.is-disabled):not(.is-loading):not(.dr_right):hover>div svg {
    animation: slide-bottom .3s ease-in-out .28s none
}

.primary-btn_compo>div {
    width: 100%;
    height: 100%;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: transform .3s ease-in-out;
    font-size: 0
}

.primary-btn_compo>div img {
    width: 22px !important;
    height: 22px !important
}

.primary-btn_compo>div * {
    flex-shrink: 0;
    font-size: 22px
}

.primary-btn_compo>div span+svg,
.primary-btn_compo>div span+.el-icon {
    margin-left: 8px
}

.primary-btn_compo>div img+span {
    margin-left: 8px
}

@keyframes slide-right {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translate(12px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes slide-bottom {
    0% {
        transform: rotate(90deg) translate(0)
    }

    50% {
        transform: rotate(90deg) translate(12px)
    }

    to {
        transform: rotate(90deg) translate(0)
    }
}