/* CSS Reset */
html,
body {
    margin: 0;
    padding: 0;
    /* border: 0; */
    font-family: Arial, Helvetica, sans-serif;
}


/* 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:hover,
a:link,
a:visited,
a:active,
a:focus {
    color: #000000;
    text-decoration: none;
}

@font-face {
    font-family: 'Light';
    src: url('AlibabaPuHuiTi-2-45-Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Regular';
    src: url('AlibabaPuHuiTi-2-55-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Regular';
    src: url('AlibabaPuHuiTi-2-55-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Bold';
    src: url('AlibabaPuHuiTi-2-85-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Heavy';
    src: url('AlibabaPuHuiTi-2-105-Heavy.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Black';
    src: url('AlibabaPuHuiTi-2-115-Black.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

#vueContainer {
    min-width: 1400px;
}

body {
    font-family: 'Light';
}


/*  */
.fade-in-opacity {
    opacity: 0;
    transition: opacity 1s ease-out;
}
.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-opacity.show{
    opacity: 1;
}
.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;
}



body {
    background: #070A0A;
}

.navbar {
    position: fixed;
    top: 0;
    left: 24px;
    box-sizing: border-box;
    width: calc(100% - 48px);
    height: 102px;
    background: #FFFFFF;
    border-bottom-right-radius: 72px;
    border-bottom-left-radius: 72px;
    min-width: 1352px;
    z-index: 999;
}

.navbarBox {
    margin: 0 48px;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 96px);
}

.logo {
    width: 272px;
    height: 56px;
    margin-top: 20px;
}

.navbarAsBox {
    height: 60px;
    margin-top: 24px;
}

.navbarAsBox a {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 12px;
    padding: 16px 24px;
    border: 2px solid #070A0A;
    border-radius: 55px;
    font-size: 16px;
    font-family: 'Bold';
    color: #070A0A;
}

.navbarAsBox a.on {
    background: #070A0A;
    color: #FFFFFF;
}
.navbarAsBox a:hover {
    background: #070A0A;
    color: #FFFFFF;
}
.navbarGun {
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    margin: 0 24px 0 12px;
    width: 3px;
    border-radius: 2px;
    background: url(../images/fastfund038.svg) no-repeat center/100% 100%;
}

.navGoogle {
    height: 60px;
    vertical-align: bottom;
    cursor: pointer;
}


.footer {
    height: 214px;
    background: #070A0A;
    padding-top: 120px;
}

.footerBox {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0;
}

.footer001 {
    width: 337px;
}

.footer002 {
    width: 130px;
}

.footer003 {
    width: 375px;
}

.footer004 {
    width: 200px;
}

.footer005 {
    width: 164px;
    height: 25px;
    margin-bottom: 17px;
}

.footer007,
.footer009,
.footer011 {
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 17px;
    color: #FEE1B6;
    font-family: 'Bold';
}

.footer007 {
    color: #CCE5E3;
}

.footer009 {
    color: #EAD4F5;
}

.footer006,
.footer008,
.footer010,
.footer012 {
    font-size: 14px;
    line-height: 24px;
    color: #969999;
    font-weight: 300;
}

.footer008 {
    cursor: pointer;
}

.footer010>span {
    display: inline-block;
    width: 66px;
}

.line {
    width: 1200px;
    height: 1px;
    background: #D8D8D8;
    margin: 28px auto 24px;
    transform: scaleY(0.5);
}

.footerRese {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    letter-spacing: normal;
    color: #969999;
    font-family: 'Light';
}