@charset "UTF-8";
/* zj v1.1.1.1 */
/* tel/wchat:18720248770 */
/* name:池野！ */


html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: smooth;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    /* max-width: 2560px; */
    margin: auto;
    touch-action: none;
    touch-action: pan-y;
    overflow-x: hidden;
}

body {
    -webkit-text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    /* font-family: 'Noto Sans SC'; */
    height: auto;
    overflow: visible !important;
    /* -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
form,
input,
hr,
img,
div,
label,
span,
p,
table,
tr,
td {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    -webkit-appearance: none;
    appearance: none;
}

a {
    color: #535353;
    text-decoration: none;
    /* cursor: pointer !important; */
}

a:active {
    color: #004098;
}

button {
    border: 0 none;
    /* background: #5B88ED; */
    border-radius: 5px;
    outline: none;
}

button:focus {
    border: 0 none;
    outline: none;
}

img {
    vertical-align: middle;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
em {
    font-style: normal;
    /* display: block  */
}

.fl {
    float: left;
}

.fr {
    float: right;
}

select::-ms-expand {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

:focus {
    outline: 0;
}

input[type=text] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.container-fluid {
    padding: 0;
    overflow: visible !important;
}

@media (max-width: 499px) {
    .container-fluid {
        overflow: hidden !important;
    }
}

figure {
    margin: 0;
}