﻿.h1,
h1 {
    color: #151c2a;
    font-family: Inter, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.8rem;
    margin: 2rem 0
}

.h2,
.h3,
h2,
h3 {
    font-size: 3.2rem;
    line-height: 4rem
}

.h2,
.h3,
.h4,
h2,
h3,
h4 {
    color: #151c2a;
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin: 2rem 0
}

.h4,
h4 {
    font-size: 3rem;
    line-height: 3.8rem
}

.h5,
h5 {
    font-size: 2.4rem;
    line-height: 3.6rem
}

.h5,
.h6,
h5,
h6 {
    color: #151c2a;
    font-family: Inter, sans-serif;
    font-weight: 700;
    margin: 2rem 0
}

.h6,
h6 {
    font-size: 1.8rem;
    line-height: 2.8rem
}

.p,
p {
    color: #151c2a;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem
}

.fs-l {
    font-size: 2.4rem;
    line-height: 1.25em
}

.fs-m {
    font-size: 2rem;
    line-height: 1.5em
}

.fs-s {
    font-size: 1.8rem;
    line-height: 1.66em
}

.fs-ti {
    font-size: 5.2rem;
    font-style: italic;
    font-weight: 100;
    line-height: 1.2
}

@media screen and (max-width:1280px) {

    .h1,
    h1 {
        font-size: 4rem
    }

    .h2,
    h2 {
        font-size: 2.8rem
    }

    .h2,
    .h3,
    h2,
    h3 {
        line-height: 4rem
    }

    .h3,
    h3 {
        font-size: 2.2rem
    }
}

@media screen and (max-width:810px) {

    .h1,
    h1 {
        font-size: 3.2rem;
        line-height: 4.5rem
    }

    .h2,
    .h3,
    h2,
    h3 {
        font-size: 2.4rem;
        line-height: 4rem
    }

    .h4,
    h4 {
        font-size: 1.6rem;
        line-height: 3rem
    }
}

@media screen and (max-width:600px) {

    .h1,
    h1 {
        font-size: 2.6rem
    }

    .h1,
    .h2,
    h1,
    h2 {
        line-height: 4rem
    }

    .h2,
    .h3,
    h2,
    h3 {
        font-size: 2.5rem
    }

    .h3,
    h3 {
        line-height: 3rem
    }
}

body,
html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

:focus {
    outline: 0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
    margin-bottom: 0
}

a {
    color: #e71e2e;
    text-decoration: none
}

img {
    height: auto;
    max-width: 100%
}

* {
    box-sizing: border-box
}

::-moz-selection {
    background: #e71e2e;
    color: #fff
}

::selection {
    background: #e71e2e;
    color: #fff
}

.dn {
    display: none
}

.di {
    display: inline
}

.db {
    display: block
}

.dib {
    display: inline-block
}

.df {
    display: flex
}

.dg {
    display: grid
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.tl {
    text-align: left
}

.tj {
    text-align: justify
}

@font-face {
    font-family: iconfont;
    src: url(../font/font_4553397_lq94z10n2u.woff2) format("woff2"), url(../font/font_4553397_lq94z10n2u.woff) format("woff"), url(../font/font_4553397_lq94z10n2u.ttf) format("truetype")
}

.iconfont {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal
}

html {
    font-size: 10px
}

body {
    --main_w: 144rem;
    --main_w2: 144rem;
    background: #fff;
    color: #151c2a;
    display: flex;
    flex-flow: column;
    font-family: Inter, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5em;
    min-height: 100vh;
    overflow-x: hidden
}

.xz-container {
    flex: 1
}

.xz-main {
    margin: 0 auto;
    width: var(--main_w)
}

.xz-main2 {
    margin: 0 auto;
    width: var(--main_w2)
}

@media screen and (max-width:1680px) {
    body {
        --main_w: 140rem;
        --main_w2: 140rem
    }
}

@media screen and (max-width:1600px) {
    body {
        --main_w: 130rem;
        --main_w2: 130rem
    }
}

@media screen and (max-width:1440px) {
    html {
        font-size: 9px
    }

    body {
        --main_w: 130rem;
        --main_w2: 130rem
    }
}

@media screen and (max-width:1366px) {
    body {
        --main_w: 130rem;
        --main_w2: 130rem
    }
}

@media screen and (max-width:1280px) {
    body {
        --main_w: calc(100vw - 10rem);
        --main_w2: calc(100vw - 10rem)
    }
}

@media screen and (max-width:1024px) {
    body {
        --main_w: calc(100vw - 8rem);
        --main_w2: calc(100vw - 8rem)
    }
}

@media screen and (max-width:600px) {
    html {
        font-size: 8.5px
    }

    body {
        --main_w: calc(100vw - 5rem);
        --main_w2: calc(100vw - 5rem)
    }
}

:root {
    --mb-button-size: 60px;
    --mb-bar-width: 0.6;
    --mb-bar-height: 4px;
    --mb-bar-spacing: 10px;
    --mb-animate-timeout: 0.4s
}

.mburger {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    height: var(--mb-button-size);
    line-height: var(--mb-button-size);
    margin: 0;
    outline: 0;
    padding: 0 0 0 var(--mb-button-size);
    position: relative;
    vertical-align: middle
}

.mburger b {
    background: currentColor;
    border-radius: calc(var(--mb-bar-height)/2);
    color: inherit;
    display: block;
    height: var(--mb-bar-height);
    left: calc(var(--mb-button-size)*(1 - var(--mb-bar-width))/2);
    opacity: 1;
    position: absolute;
    width: calc(var(--mb-button-size)*var(--mb-bar-width))
}

.mburger b:first-of-type {
    bottom: calc(50% + var(--mb-bar-spacing));
    transition: bottom .2s ease, transform .2s ease, width .2s ease
}

.mburger b:nth-of-type(2) {
    top: calc(50% - var(--mb-bar-height)/2);
    transition: opacity .2s ease
}

.mburger b:nth-of-type(3) {
    top: calc(50% + var(--mb-bar-spacing));
    transition: top .2s ease, transform .2s ease, width .2s ease
}

.mm-ocd-opened .mburger b:first-of-type {
    bottom: calc(50% - var(--mb-bar-height)/2);
    transform: rotate(45deg)
}

.mm-ocd-opened .mburger b:nth-of-type(2) {
    opacity: 0
}

.mm-ocd-opened .mburger b:nth-of-type(3) {
    top: calc(50% - var(--mb-bar-height)/2);
    transform: rotate(-45deg)
}

.mburger--squeeze b:first-of-type {
    transition-delay: .1s, 0s
}

.mburger--squeeze b:nth-of-type(2) {
    transition-delay: .1s
}

.mburger--squeeze b:nth-of-type(3) {
    transition-delay: .1s, 0s
}

.mm-ocd-opened .mburger--squeeze b:first-of-type {
    transition-delay: calc(var(--mb-animate-timeout)), calc(var(--mb-animate-timeout) + .1s)
}

.mm-ocd-opened .mburger--squeeze b:nth-of-type(2) {
    transition-delay: calc(var(--mb-animate-timeout))
}

.mm-ocd-opened .mburger--squeeze b:nth-of-type(3) {
    transition-delay: calc(var(--mb-animate-timeout)), calc(var(--mb-animate-timeout) + .1s)
}

.xz-btn {
    align-items: center;
    background: #e71e2e;
    border: none;
    border-radius: 2px;
    color: #151c2a;
    display: inline-flex;
    font-size: 1.6rem;
    font-weight: 500;
    gap: 3rem;
    height: 5.6rem;
    justify-content: center;
    min-width: 25rem;
    padding: 0 2rem;
    transition: all .3s ease;
    white-space: nowrap
}

.xz-btn i {
    font-size: 2rem;
    transition: all .5s ease
}

.xz-btn:hover {
    background: #000;
    color: #e71e2e
}

.xz-btn:hover i {
    transform: translateX(.5rem)
}

.xz-btn:active {
    transform: scale(.95)
}

.xz-btn--s {
    font-size: 1.2rem !important;
    gap: 1rem !important;
    height: 4.2rem;
    min-width: 0 !important;
    padding: 0 1.6rem
}

.xz-btn--l,
.xz-btn--s i {
    font-size: 1.8rem
}

.xz-btn--l {
    height: 6.4rem;
    min-width: 30rem
}

.xz-btn--l i {
    font-size: 2.4rem
}

.xz-btn--light {
    background: #fff;
    color: #151c2a
}

.xz-btn--light:hover {
    background: #151c2a;
    color: #fff
}

.xz-btn--dark {
    background: #2c3135;
    color: #e71e2e;
    font-size: 1.4rem;
    font-weight: 700
}

.xz-btn--dark:hover {
    background: #e71e2e;
    color: #fff
}

.xz-btn--jb {
    background-position: 0 50%;
    background-size: 100% auto;
    transition: all .5s ease
}

.xz-btn--jb,
.xz-btn--jb:hover {
    background-image: linear-gradient(45deg, #fa9d00, #e71e2e)
}

.xz-btn--jb:hover {
    background-position: 100% 50%;
    background-size: 200% auto
}

.xz-btn--border {
    background: transparent;
    border: 1px solid #e71e2e;
    color: #e71e2e
}

.xz-btn--border:hover {
    background: #e71e2e;
    color: #151c2a
}

.xz-btns {
    display: flex;
    gap: 2rem
}

@media screen and (max-width:1024px) {
    .xz-btn {
        gap: 2.5rem;
        height: 5rem;
        min-width: 22rem
    }

    .xz-btn--s {
        height: 3.8rem;
        padding: 0 1.2rem
    }

    .xz-btn--l {
        height: 5.6rem;
        min-width: 26rem
    }

    .xz-btns {
        display: flex;
        gap: 1.5rem
    }
}

@media screen and (max-width:820px) {
    .xz-btn {
        font-size: 1.4rem;
        gap: 2rem;
        height: 4rem;
        min-width: 16rem
    }

    .xz-btn--s {
        height: 3.2rem;
        padding: 0 1rem
    }

    .xz-btn--l {
        font-size: 1.6rem;
        height: 5rem;
        min-width: 20rem
    }

    .xz-btns {
        display: flex;
        gap: 1rem
    }
}