/* 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;
}


.navbar {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(164, 168, 178, 0.1);
    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2025;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.navbarLogo {
    width: 196px;
    height: 43px;
    margin: 23px 0 0 32px;
}

.navbarABox {
    margin-right: 80px;
    line-height: 90px;
}

.navbarABox a {
    margin: 0 40px;
    color: #1E1F27;
    font-size: 14px;
    position: relative;
}

.navbarABox a.on {
    font-weight: bold;
}

.navbarABox a span {
    background: #ffffff;
    width: 40px;
    height: 5px;
    position: absolute;
    top: 25px;
    left: calc(50% - 20px);
    border-radius: 3px;
}

.navbarABox a.on span {
    background: #42FCB2;
}

.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-opt {
    opacity: 0;
    transition: opacity 2s ease-out;
}

.fade-in-up.show,
.fade-in-down.show {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-opt.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;
}

.mt52 {
    margin-top: 52px;
}

.ml150 {
    margin-left: 150px;
}

.mt24 {
    margin-top: 24px;
}

.mb140 {
    margin-bottom: 140px;
}

.mr56 {
    margin-right: 56px;
}

.delAcc {
    cursor: pointer;
}

.navbar {
    width: 100%;
    height: 110px;
    background: #fff;
    position: fixed;
    top: 0;
}

.navbarBox {
    margin: 0 auto;
    min-width: 1200px;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 177px;
    height: 42px;
}

.navbarAsBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}

.navbarAsBox a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}



.navGoogle {
    width: 148px;
    height: 50px;
}

.footer {
    width: 100%;
    background: #fff;
    min-width: 1200px;
    position: relative;
}

.footerBox {
    width: 1200px;
    margin: 0 auto;
}

.xian {
    width: 100%;
    height: 2px;
    background: #000;
}

.footerLogo {
    margin-top: 66px;
    width: 236px;
    height: 56px;
}

.footerVision {
    font-size: 26px;
    font-weight: normal;
    color: #000000;
    margin-top: 40px;
}

.footerContent {
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    color: #999;
    margin-top: 16px;
}

.fonterIcon {

    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.foterflex {
    display: flex;
    align-items: center;
}

.footertit {
    font-size: 20px;
    font-weight: normal;
    color: #999;
}

.footertext {
    font-size: 20px;
    font-weight: normal;
    color: #000;
}





.dellog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.delsucclog {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.delbox {
    width: 570px;
    height: 582px;
    border-radius: 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 4px solid #000000;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.delInput {
    width: 436px;
    height: 74px;
    border-radius: 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 2px solid #000000;
    margin-top: 36px;
    padding-left: 62px;
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

input::-webkit-input-placeholder {
    color: #999999;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
}

.getcode {
    width: 80px;
    height: 74px;
    border-radius: 20px;
    background: #AFAFAF;
    font-size: 24px;
    font-weight: normal;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.getcode.active {
    background: #95F174;
    color: #000;
}

.verification-code-container {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 40px;
}

.code-input {
    width: 80px;
    height: 74px;
    border-radius: 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 2px solid #000000;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #000000;
}

.subbtn {
    width: 436px;
    height: 84px;
    border-radius: 20px;
    background: #AFAFAF;
    box-sizing: border-box;
    border: 2px solid #000000;
    font-size: 26px;
    font-weight: bold;
    /* line-height: 84px; */
    text-align: center;
    color: #FFFFFF;
    margin-top: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subbtn.active {
    background: #95F174;
    color: #000;
}

.delsuccbox {
    width: 516px;
    height: 507px;
    border-radius: 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 4px solid #000000;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.delguanbi {
    width: 436px;
    height: 84px;
    border-radius: 20px;
    background: #95F174;
    box-sizing: border-box;
    border: 2px solid #000000;
    font-size: 26px;
    text-align: center;
    color: #000000;
    line-height: 84px;
    font-weight: bold;
    margin-top: 54px;
    cursor: pointer;
}