@font-face {
    font-family: 'DM_Sans';
    src: url('/font/DMSans-Regular.11886d1b.ttf') format("truetype");
    font-display: swap;
}

* {
    outline: none;
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, ul, li, ol, dl, dd, input, p, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

ul, ol {
    padding: 0;
}

img {
    border: none;
    vertical-align: bottom;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: block;
    content: "";
    clear: both;
    visibility: hidden;
    height: 0;
}

/*清除浮动*/
a {
    text-decoration: none;
    color: unset;
}

a, button, input, textarea, label, i, em {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

li {
    list-style: none;
}

body {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    color: #333;
}

body, html {
    font-size: 14px;
    font-family: 'DM_Sans', Arial, Helvetica, 'Open Sans', sans-serif;
}

:root {
    --base: #0052D9;
    --lg: 1200px;
}

::selection {
    background-color: var(--base);
    color: #fff;
}

.rich_text {
    padding: 0 !important;
}

.rich_text img {
    max-width: 100%;
}

.rich_text iframe {
    text-align: center;
    width: 100%;
    height: 400px;
}

.rich_text h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 2;
    padding: 3rem 0 1.5rem;
}

.rich_text a {
    font-weight: 700;
    color: var(--base);
}

.slick-slide {
    outline: none;
}


@media screen and (min-width: 766px) {
    .lg_hidden {
        display: none !important;
    }

    .pd100 {
        padding-top: 84px;
    }

    .pd15 {
        width: var(--lg);
        margin: 0 auto;
    }
}

@media screen and (max-width: 766px) {
    body, html {
        font-size: calc(8vw / 3);
    }

    .xs_hidden {
        display: none !important;
    }

    .pd15 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        width: 100% !important;
        min-width: unset !important;
    }

    .rich_text {
        font-size: 1.6rem;
    }

    .rich_text h2 {
        font-size: 1.8rem;
    }

    .pd100 {
        padding-top: 8rem;
    }

}

.hidden {
    display: none !important;
}