/* CSS Reset */
@font-face {
    font-family: soraLi;
    src: url(../images/Sora-Light.ttf);
  }
  @font-face {
    font-family: soraRe;
    src: url(../images/Sora-Regular.ttf);
  }
html,
body {
    margin: 0;
    padding: 0;
    /* border: 0; */
    font-family: soraRe;
}


/* div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video */
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* body {
    line-height: 1;
} */

/* ol, ul {
    list-style: none;
} */

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:link,
a:visited,
a:active,
a:focus {
    text-decoration: none;
}


.totop {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 88;
    cursor: pointer;
}

.titleact {
    font-size: 80px;
    font-weight: normal;
    line-height: 600px;
    color: #FFFFFF;
}

.header {
    /* padding: 10px 25px; */
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.headeractive {
    background: #fff;
    border-bottom: 1px solid #D9DBEE;
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header-left {
    display: flex;
    /* align-items: center; */
}

.pading {
    padding: 24px 25px 20px 25px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

 .logo {
    width: 24px;
    height: 20px;
}

.header-center {
    display: flex;
    align-items: center;

}

.header-center a {
    color: #fff;
    font-size: 11px;
    font-weight: normal;

}
.onea:hover{
    opacity: 0.5 !important;
}
.fora {
    margin-left: 40px;
}

.header-right a {
    color: #fff;
    font-size: 11px;
    font-weight: normal;
}

.title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-left: 6px;
}

.plr25 {
    padding: 0 25px;
    width: 100%;
    max-width: 1600px;
}

.footer {
    width: 100%;
    background: #fff;
    min-width: 1280px;
    display: flex;
    justify-content: center;
}

.footerBox {
    padding: 0 65px;
    margin-top: 120px;
    width: 100%;

}

.footerlogo {
    width: 36px;
    height: 30px;
    margin-right: 9px;
}

.logoText {
    font-size: 27px;
    font-weight: 600;
    color: #000000;
    transform: translateY(-4px);
}

.flexbj {
    display: flex;
    align-items: center;
}

.flexbj2 {
    display: flex;
}

.flexb {
    display: flex;
    justify-content: space-between;
}
.hhh:hover{
    color: #000;
    cursor: pointer;
}
.xian {
    width: 100%;
    height: 1px;
    background: #e7eff9;
    margin-top: 68px;
    margin-bottom: 52px;
}
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.loabox {
    width: 650px;
    height: 520px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loadbox {
    width: 540px;
    height: 120px;
    border-radius: 8px;
    background: #F1F4FD;
    box-sizing: border-box;
    border: 1px solid #D9DBEE;
    display: flex;
   margin-top: 16px;
   align-items: center;
}
.footerBottom {
    font-size: 12px;
    font-weight: 300;
    color: #8C9099;
    margin-bottom: 52px;
    text-align: center;
}

.footerTit {
    font-weight: 400;
    font-size: 22px;
    color: #1D1D20
}

.footerText {
    font-weight: 300;
    font-size: 16px;
    color: #8C9099;
    margin-top: 20px;
}

.footerimg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.footimgtext {
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;
    color: #1D1D20;
}

/* 初始状态 */
.fade-in-up {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-down {
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-right {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-left {
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

/* 触发动画的状态 */
.fade-in-up.show,
.fade-in-down.show {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-right.show,
.fade-in-left.show {
    opacity: 1;
    transform: translateX(0);
}

.lag01 {
    transition-delay: 0.1s;
}

.lag02 {
    transition-delay: 0.2s;
}

.lag03 {
    transition-delay: 0.3s;
}

.lag04 {
    transition-delay: 0.4s;
}

.lag05 {
    transition-delay: 0.5s;
}

.lag06 {
    transition-delay: 0.6s;
}

.lag07 {
    transition-delay: 0.7s;
}

.lag08 {
    transition-delay: 0.8s;
}

.lag09 {
    transition-delay: 0.9s;
}

.lag10 {
    transition-delay: 1.0s;
}

.lag11 {
    transition-delay: 1.1s;
}

.lag12 {
    transition-delay: 1.2s;
}

.lag13 {
    transition-delay: 1.3s;
}

.lag14 {
    transition-delay: 1.4s;
}

.lag15 {
    transition-delay: 1.5s;
}

.lag16 {
    transition-delay: 1.6s;
}

.lag17 {
    transition-delay: 1.7s;
}

.lag18 {
    transition-delay: 1.8s;
}

.lag19 {
    transition-delay: 1.9s;
}

.lag20 {
    transition-delay: 2.0s;
}