body, button, input, keygen, legend, select, textarea {
    font: 16px / 1.14 arial, Segoe UI, Lucida Grande, Helvetica, Arial, Microsoft YaHei, FreeSans, Arimo, Droid Sans, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, FontAwesome, sans-serif;
    color: #333;
    outline: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, PingFangSC-Regular, PingFang SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font-size: 14px;
    color: #40404c;
    position: relative;
}
a:hover {
    text-decoration: none;
}
input, textarea {
    border: 1px solid #ddd;
    outline: 0;
}
.clearfix {
    zoom: 1;
}
/*header*/
.header-container .header-flex .logo-wrapper, .header-static .header-flex .logo-wrapper {
    display: flex;
    align-items: center;
}

.header-container, .header-static {
    transition: all .5s;
    width: 100%;
    padding: 14px 60px;
    box-sizing: border-box;
    min-width: 1180px;
    z-index: 999;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 768px) {
    .container, .footer, .kx-navbar, .tophead, .topheader, .topnews {
        width: 1200px;
    }
}


.header-container .header-flex, .header-static .header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

article, aside, blockquote, body, button, code, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, input, legend, li, menu, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
.header-container .header-flex .logo-wrapper a, .header-static .header-flex .logo-wrapper a {
    white-space: nowrap;
    font-size: 24px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}
#nav {
    margin: auto;
    display: flex;
    justify-content: space-between;
}
#nav li {
    float: left;
    display: block;
}
ol, ul {
    list-style: none;
}
#nav li a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}
.header-container a, .header-static a {
    color: #9b9ca8;
}
.head-nav a {
    color: #333;
    font-size: 14px;
    padding: 15px 0;
    white-space: nowrap;
}
.pull-right {
    float: right !important;
    display: flex;
}

.header-container .header-flex .head-right .btn, .header-static .header-flex .head-right .btn {
    width: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 0 0 0 10px;
    font-size: 16px;
}
.btn-primary {
    color: #fff;
    background-color: #1478F0;
    border-color: #1478F0;
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
.container {
    width: 100%;
}

/*注册*/
.bg {
    position: relative;
    top: 0;
    width: 100%;
    height: 200px;
    z-index: 0;
}
img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
}
.register_content {
    background: #fff;
    width: 100%;
    padding: 30px 60px;
    box-sizing: border-box;
    min-width: 1200px;
    /* height: 100px; */
    position: relative;
}

.register_item {
    border: 1px solid #eee;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    margin-top: -180px;
    z-index: 10;
}
.register_head {
    position: relative;
    margin-bottom: 20px;
}
.register_head .kx-nav {
    display: flex;
    flex-direction: row;
}
.register_head li {
    margin-right: 25px;
    z-index: 10;
}
.register_head a {
    line-height: 40px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
.navactive a {
    border-bottom: 3px solid #1478F0;
    color: #1478F0;
    font-weight: bold;
}
.huiline {
    position: absolute;
    bottom: 0;
    border-bottom: 3px solid #eee;
    width: 100%;
    display: block;
}
.register_tishi {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 80px;
    background: rgba(252, 245, 220, 1);
    padding: 0 20px;
}
.erroricon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.register_tishi span {
    font-size: 14px;
    color: #333;
}
.step-progres {
    width: 520px;
    margin: 3% auto 0;
}
.step-bar {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 20px 0 5px 0;
}
.step-bar::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    z-index: 1;
}
.step {
    position: relative;
    z-index: 3;
    background: white;
    padding: 0 10px;
    text-align: center;
    cursor: default;
}
.step.active .step-number {
    background: #1478F0;
}
.step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ddd;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    transition: background 0.3s ease;
}
.progress-highlight {
    position: absolute;
    top: 15px;
    left: 0;
    height: 2px;
    background: #1478F0;
    z-index: 2;
    transition: width 0.3s ease;
    width: 0;
}
.step-names {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.step-name.active {
    color: #1478F0;
}
.step-name {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    transition: color 0.3s ease;
}
.form-kepu_v2 {
    padding: 50px 0 10px;
}
input, textarea {
    border: 1px solid #ddd;
    outline: 0;
}
.register_form .form-group {
    width: 550px;
    margin: 0 auto 20px;
    position: relative;
}
.input-group-right {
    position: absolute;
    right: -125px;
    top: 20%;
    color: rgba(0, 0, 255, 1);
}
.register_form .help-block {
    color: red;
    margin-top: 10px;
}
.form-kepu_v2 .form-group .input-group-addon {
    border-color: #e6e6e6;
    background: #fff;
    border-radius: 0;
}
.form-kepu_v2 .form-group .input-group-addon i {
    font-size: 24px;
    color: #999;
}
.form-kepu_v2 .form-group .form-control {
    height: 50px;
    border-color: #e6e6e6;
    border-radius: 0;
    border-left: 0;
    box-shadow: none;
}

.form-kepu_v2 .form-group .btn {
    padding: 14px 12px;
    eight: 48px;
}
.btn-large:last-child {
    margin-top: 6px;
}
.btn-primary {
    font-weight: bold;
    color: #fff;
    background-color: #1478F0;
    border-color: #1478F0;
}
.btn-large {
    width: 100%;
    height: 50px;
    padding: 14px 12px;
    margin-top: 7px;
}

/*登录*/
.login {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    background-size: 100% 100%;
    /*padding: 120px 0;*/
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login_title {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.login_container {
    width: 1200px;
    height: 600px;
    margin: 50px auto;
    /* overflow: hidden; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
}

.login-icon-bg {
    width: 560px;
    height: 600px;
    float: left;
    display: block;
}
.login-card-title {
    width: 560px;
    overflow: hidden;
    float: right;
    height: 600px;
    text-align: center;
    font-weight: 600;
    flex-shrink: 0;
    flex-grow: 0;
}
.loginWindow {
    width: 100%;
    overflow: hidden;
    position: static;
    padding: 40px 40px;
    height: 600px;
    border-radius: 10px;
    background: #fff;
}
.loginWindow * {
    box-sizing: border-box;
}
.loginWindow .login-tabs.loginUserType {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}
.login-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.loginWindow .login-tabs.loginUserType li {
    width: 33.33333%;
    margin: 0;
    text-align: center;
}
.login-tabs > li, .login-tabs > li > a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.login-tabs > li {
    flex-basis: 33.3333%;
}
.loginWindow .login-tabs.loginUserType li.active a {
    color: #1862b2;
    border-bottom: 4px solid #1862b2;
}
.loginWindow .form-kepu_v2 {
    padding-top: 0;
}
.form-kepu_v2 {
    padding: 50px 0 10px;
}

.loginWindow form .form-group {
    width: 100%;
    margin: 16px auto 0;
    text-align: left;
    position: relative;
}
.form-kepu_v2 .btn-login, .form-kepu_v2 .btn-register {
    height: 48px;
    padding: 8px 12px;
}
}
.loginWindow .btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 16px;
    -webkit-user-select: none;
    user-select: none;
    line-height: 30px;
    outline: 0;
}
.btn-primary {
    color: #fff;
    background-color: #1478F0;
    border-color: #1478F0;
}
.btn-large {
    width: 100%;
    height: 50px;
    padding: 14px 12px;
    margin-top: 7px;
}
.btn-large:last-child {
    margin-top: 6px;
}
.loginWindow .login-tabs.loginUserType li a {
    position: relative;
    font-size: 16px;
    line-height: 40px;
    color: #6b6b6b;
    font-weight: 700;
    border-bottom-color: #1862b2;
    border-top-color: transparent;
    text-align: left;
}

/*footer*/
.copyright-login {
    min-width: 1200px;
    padding-top: 5px;
    background-color: #1379fe;
    color: #fff;
}
.text-center span {
    margin-right: 10px;
}

