@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../font/SourceHanSansCN-Regular.otf');
}

@font-face {
    font-family: 'SourceHanSansCN-Bold';
    src: url('../font/SourceHanSansCN-Bold.otf');
}

html,
body {
    height: 100%;
    font-family: SourceHanSansCN-Regular;
    min-width: 1024px;
}

html,
body,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
header,
section,
span,
img,
li,
ol,
ul {
    padding: 0;
    margin: 0;
}

button {
    border: 0 none;
    outline: none;
}

input {
    background: none;
    outline: none;
    border: none;
}

a {
    color: inherit;
    text-decoration: none;
    display: block;
    border: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}


/*正常的未被访问过的链接*/

a:link {
    text-decoration: none;
    /* color: #fff; */
}


/*已经访问过的链接*/

a:visited {
    text-decoration: none;
}


/*鼠标划过(停留)的链接*/

a:hover {
    text-decoration: none;
}


/* 正在点击的链接，鼠标在元素上按下还没有松开*/

a:active {
    text-decoration: none;
}


/* 获得焦点的时候 鼠标松开时显示的颜色*/

a:focus {
    text-decoration: none;
}

li {
    list-style: none;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.col-12 {
    width: 50%;
}

@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../font/SourceHanSansCN-Regular.otf');
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
    height: 80px;
    min-width: 1024px;
}

.header .header-nav {
    margin: 0 auto;
    /* margin-top: 20px; */
    height: 100%;
}

.header .header-nav .logo {
    margin-top: 15px;
}

.header .header-nav .nav {
    /* margin-top: 10px; */
    height: 100%;
}

.header .header-nav .nav>li {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-size: 16px;
    margin-left: 70px;
}

.header .header-nav .nav>li .nav-item {
    position: absolute;
    width: 150px;
    left: -50%;
    background: #FFFFFF;
    /* border-radius: 0 0 4px 4px;
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px); */
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all .2s, opacity .1s;
    top: 0;
    text-align: center;
}

.header .header-nav .nav>li .nav-item>li {
    line-height: 22px;
    padding: 12px 24px;
    color: #333;
    background: #fff;
    font-size: 14px;
}

.header .header-nav .nav>li .nav-item>li:hover {
    background: #F0F4FF;
    color: #0E4EEF;
    font-weight: 400;
    font-size: 14px;
}

.header .header-nav .nav>li .nav-item>li.active {
    background: #F0F4FF;
    color: #0E4EEF;
}

.header .header-nav .nav>li:hover .nav-item {
    visibility: visible;
    opacity: 1;
    top: 80px;
    transition: all .2s, opacity .2s .1s;
}

.header .header-nav .nav>li.active::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    content: "";
    width: 90%;
    height: 3px;
    background: #0E4EEF;
    border-radius: 2px;
}

.header .header-nav .nav>li.active {
    color: #0E4EEF;
}

.header .header-nav .nav .login-btn {
    display: inline-block;
    padding: 3px 15px;
    margin-left: 70px;
    background-color: #0145EE;
    opacity: 0.95;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 15px;
}

.footer {
    height: 360px;
    background: linear-gradient(90deg, #011598, #004AF7);
    padding: 66px 15%;
}

.footer .footer-title {
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

.footer .footer-title h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 550;
    opacity: 0.9;
}

.footer .footer-title p {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    opacity: 0.7;
}

.footer .footer-content {
    margin-top: 36px;
}

.footer .form-wrap {
    width: 60%;
}

.footer .form-wrap input {
    width: 80%;
    margin: 0 auto;
    height: 28px;
    background: rgba(255, 255, 255, 0.15);
    /* border: 2px solid #44D695; */
    color: rgba(255, 255, 255, 0.5);
    /* margin-right: 5%; */
    margin-top: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.footer .form-wrap input:focus {
    box-sizing: border-box;
    border: 2px solid #44D695;
}

.footer .form-wrap button {
    width: 90%;
    margin: 30px auto;
    height: 36px;
    background: #44D695;
    border-radius: 28px;
    color: #fff;
}

.footer .border-mid {
    width: 1px;
    height: 140px;
    margin-top: 10px;
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.5);
}

.footer .qrcode {
    margin-left: 30px;
}

.footer .qrcode img {
    width: 180px;
}

.footer .qrcode p {
    margin-top: 10px;
    color: #FFFFFF;
    opacity: 0.8;
    font-size: 14px;
    text-align: center;
}

.footer-bottom {
    height: 58px;
    background: #1F232E;
    color: #FFFFFF;
    line-height: 58px;
    font-size: 14px;
    text-align: center;
}

.brand .img-wrap {
    width: 80%;
    margin: 60px auto 100px;
}

.brand .img-wrap img {
    width: 100%;
}

.header-title {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.header-title h2 {
    font-size: 24px;
    font-weight: 600;
}

.header-title div {
    width: 30px;
    height: 3px;
    background: #0E4EEF;
    border-radius: 2px;
    margin: 10px auto;
}

.header-title p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.footer-bottom a {
    display: inline-block;
}

#modal-success {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 99;
}

#modal-success .modal-content {
    width: 800px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 9px 40px 0px rgba(13, 16, 29, 0.6);
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#modal-success .modal-content .modal-content-title {
    margin-top: 50px;
    text-align: center;
}

#modal-success .modal-content .modal-content-title h2 {
    font-size: 30px;
    font-weight: 600;
    opacity: .9;
}

#modal-success .modal-content .modal-content-title p {
    color: #777
}

#modal-success #joinForm {
    margin-top: 30px;
}

#modal-success #joinForm .col-12 {
    width: 50%;
    text-align: center;
}

#modal-success .form-wrap input {
    width: 80%;
    /* margin: 0 auto; */
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid #CCCED1;
    color: #333333;
    /* margin-right: 5%; */
    /* margin-top: 15px; */
    box-sizing: border-box;
    font-size: 14px;
    margin: 15px auto;
}

#modal-success .form-wrap input:focus {
    box-sizing: border-box;
    border: 2px solid #44D695;
}

#modal-success .modal-btn {
    margin-top: 30px;
    text-align: center;
}

#modal-success .modal-btn button {
    width: 331px;
    height: 56px;
    background: #44D695;
    border-radius: 28px;
    color: #fff;
}

#modal-success .close {
    position: absolute;
    right: 28px;
    top: 20px;
    width: 16px;
    height: 16px;
}

#modal-success .close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #999999;
}

#modal-success .close:before {
    transform: rotate(45deg);
}

#modal-success .close:after {
    transform: rotate(-45deg);
}

#success-html {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 99;
}

#success-html .success-content {
    width: 450px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 9px 40px 0px rgba(13, 16, 29, 0.6);
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 60px;
    box-sizing: border-box;
}

#success-html .success-content .wrap-img {
    text-align: center;
    margin-top: 60px
}

#success-html .success-content .wrap-img img {
    width: 88px;
}

#success-html .success-content .success-content-title {
    margin-top: 10px;
    text-align: center;
}

#success-html .success-content .success-content-title h2 {
    font-size: 30px;
    font-weight: 600;
    opacity: .9;
    margin-bottom: 30px;
}

#success-html .success-content .success-content-title p {
    color: #777
}

#success-html #joinForm {
    margin-top: 30px;
}

#success-html #joinForm .col-12 {
    width: 50%;
    text-align: center;
}

#success-html .form-wrap input {
    width: 80%;
    /* margin: 0 auto; */
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid #CCCED1;
    color: #333333;
    /* margin-right: 5%; */
    /* margin-top: 15px; */
    box-sizing: border-box;
    font-size: 14px;
    margin: 15px auto;
}

#success-html .form-wrap input:focus {
    box-sizing: border-box;
    border: 2px solid #44D695;
}

#success-html .success-btn {
    margin-top: 50px;
    text-align: center;
}

#success-html .success-btn button {
    width: 100%;
    height: 56px;
    background: #44D695;
    border-radius: 28px;
    color: #fff;
}

#success-html .close {
    position: absolute;
    right: 28px;
    top: 20px;
    width: 16px;
    height: 16px;
}

#success-html .close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: #999999;
}

#success-html .close:before {
    transform: rotate(45deg);
}

#success-html .close:after {
    transform: rotate(-45deg);
}