* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}


/*base*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
input,
button,
select,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time,
textarea {
    padding: 0;
    margin: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
}

html,
body {
    -wedkit-tap-highlight-color: transparent;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

table {
    /*border-collapse:collapse; */
    border-spacing: 0;
}

button,
input,
select {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0
}

button,
input {
    line-height: normal
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='search'],
textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

fieldset,
img,
abbr,
acronym {
    border: 0;
}

textarea {
    resize: none;
    overflow: auto;
}

ul,
ol {
    list-style: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

html,
body {
    color: #555;
    /* font: 12px Arial,Helvetica,sans-serif; */
    /* font-family: "helvetica neue", arial, helvetica, "Hiragino Sans GB", "STHeiti Light", "SimSun", sans-serif; */
    /* font-family: "Helvetica Neue", Helvetica, "Microsoft Yahei", Arial, sans-serif; */
    line-height: normal;
    -webkit-text-size-adjust: none;
}

.mob-show {
    display: none;
}

body {
    overflow-x: hidden;
}

body.on {
    height: 100%;
    overflow: hidden;
}


@font-face {
    font-family: 'Outfit-VariableFont_wght';
    src: url('../fonts/Outfit-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    /* 或 400 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-Light';
    src: url('../fonts/Outfit-Light.ttf') format('truetype');
    font-weight: normal;
    /* 或 400 */
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Outfit-Regular';
    src: url('../fonts/Outfit-Regular.ttf') format('truetype');
    font-weight: normal;
    /* 或 400 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-Medium';
    src: url('../fonts/Outfit-Medium.ttf') format('truetype');
    font-weight: normal;
    /* 或 400 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-SemiBold';
    src: url('../fonts/Outfit-SemiBold.ttf') format('truetype');
    font-weight: normal;
    /* 或 400 */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-ExtraLight';
    src: url('../fonts/Outfit-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    /* 或 400 */
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Outfit-ExtraLight';
    src: url('../fonts/p') format('truetype');
    font-weight: normal;
    /* 或 400 */
    font-style: normal;
    font-display: swap;
}



.loading-con {
    width: 2.0833vw;
    height: 2.0833vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    background: rgba(255, 255, 255, .6);
    border: 50%;
    display: none;

}

.spinner {
    width: 100%;
    height: 100%;
    position: relative;
}

.spinner div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

/* 绘制每个小圆点 */
.spinner div:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    /* 修改此处改变颜色 */
    border-radius: 100%;
    animation: fade 1.2s infinite ease-in-out both;
}

/* 旋转定位：每个点间隔30度 */
.spinner .circle2 {
    transform: rotate(30deg);
}

.spinner .circle3 {
    transform: rotate(60deg);
}

.spinner .circle4 {
    transform: rotate(90deg);
}

.spinner .circle5 {
    transform: rotate(120deg);
}

.spinner .circle6 {
    transform: rotate(150deg);
}

.spinner .circle7 {
    transform: rotate(180deg);
}

.spinner .circle8 {
    transform: rotate(210deg);
}

.spinner .circle9 {
    transform: rotate(240deg);
}

.spinner .circle10 {
    transform: rotate(270deg);
}

.spinner .circle11 {
    transform: rotate(300deg);
}

.spinner .circle12 {
    transform: rotate(330deg);
}

/* 设置动画延迟，形成波浪效果 */
.spinner .circle2:before {
    animation-delay: -1.1s;
}

.spinner .circle3:before {
    animation-delay: -1.0s;
}

.spinner .circle4:before {
    animation-delay: -0.9s;
}

.spinner .circle5:before {
    animation-delay: -0.8s;
}

.spinner .circle6:before {
    animation-delay: -0.7s;
}

.spinner .circle7:before {
    animation-delay: -0.6s;
}

.spinner .circle8:before {
    animation-delay: -0.5s;
}

.spinner .circle9:before {
    animation-delay: -0.4s;
}

.spinner .circle10:before {
    animation-delay: -0.3s;
}

.spinner .circle11:before {
    animation-delay: -0.2s;
}

.spinner .circle12:before {
    animation-delay: -0.1s;
}

@keyframes fade {

    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}


/* 媒体查询 */

@media screen and (max-width:1440px) {}