@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Monoton&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&amp;display=swap');

@font-face {
    font-family: "night";
    src: url('../fonts/tuesdaynight-regular-webfont.woff2') format('woff2'),
        url('../fonts/tuesdaynight-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^="ri-"],
[class*=" ri-"] {
    font-size: 2.4rem;
}


#loader {
    height: 100vh;
    width: 100vw;
    background: #0E0E11;
    position: fixed;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*开头字体样式*/
#loader .loader-signature {
    font-size: 50px;
    color: whitesmoke;
    text-align: center;
    justify-content: center;
    display: flex;
    font-family:"宋体";
    min-height: 120px;
    background: linear-gradient(90deg, #0E0E11, rgb(235, 235, 235), #0E0E11);
    background-repeat: no-repeat;
    animation: loader 3s linear infinite;
    background-size: 80%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
 
@keyframes loader {
    0% {
        background-position: -400%;
    }

    100% {
        background-position: 400%;
    }
}

@-webkit-keyframes loader {
    0% {
        background-position: -1000%;
    }

    100% {
        background-position: 1000%;
    }
}



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
	font-family: ""
}

/*字体*/

html {
    font-size: 10px;
    line-height: 1.15;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    direction: ltr;
    text-align: left;
    position: relative;
    color: #121212;
    background: #fff;
}

main {
    display: block;
}

li {
    list-style: none;
}

a,
a:focus {
    text-decoration: none;
    color: inherit;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

body {
    background-color: var(--color-body);
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
    font-size: inherit;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
}

svg,
img,
video {
    max-width: 100%;
    height: auto;
}

pre {
    overflow: auto;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

select,
pre,
blockquote,
figure,
figcaption,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.ss-custom-select {
    margin-bottom: 3.2rem;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.row {
    width: 100%;
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
}

.column {
    display: block;
    flex: 1 1 0%;
    padding: 0 2rem;
}

.lg-12 {
    flex: none;
    width: 100%;
}