.i-nav-bar>.i-nav .i-logo{
    vertical-align: middle;
}
.i-nav-bar>.i-nav a{
    font-family: SourceHanSansCN-Medium;
    font-size: 25px;
    font-weight: 500;
    color:#000000;
}
.i-body .i-section{
    margin: 74px 0 173px 0;
}
.i-body .i-container{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.i-body .i-container>.left-container{
    flex: 0 0 620px;
    margin: 0 25px 0 21px;
    padding: 35px 30px;
}
.i-body .i-container>.right-container{
    flex: 0 0 498px;
    margin: 0;
    padding: 0;
}
.i-body .i-banner{
    width:460px;
    height: 491px;

    overflow: hidden;
}
.i-body .i-banner>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-wrapper{
    padding: 50px;
    box-shadow: 0 0 8px 4px #f0f2f5;
    background: #ffffff;

    height: 561px;
}
.login-wrapper .nav>li>a{
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color:#383d41;

    vertical-align: middle;
}
.login-wrapper .nav>li>a:after{
    content:' ';

    display: block;
    width:170px;
    height:6px;

    margin:6px auto 0 auto;

    background: #ffffff;
}
.login-wrapper .nav>li>a:hover,
.login-wrapper .nav>li>a:focus{
    background: none;
}
.login-wrapper .nav>li.active>a{
    color:#4470ca;
}
.login-wrapper .nav>li.active>a:after{

    background: #4470ca;
}
.login-wrapper .nav>li>a .qshduanxin6{
    font-size: 23px;
}
.login-wrapper .nav>li>a .qshzhanghao{
    font-size: 22px;
}
.login-wrapper .login-form-wrapper{
    padding-top:60px;
}
.form-group{
    margin-bottom: 34px;
}
.form-control{
    height:48px;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;

    margin-bottom:0;
    border: 1px solid #e3e4e4;
    border-radius: 3px;
}
.form-control::-ms-input-placeholder{
    color:#a3a3a3;
    font-size: 18px;
}
.form-control::-webkit-input-placeholder{
    color:#a3a3a3;
    font-size: 18px;
}
.placeholder-center::-ms-input-placeholder{
    text-align: center;
}
.placeholder-center::-webkit-input-placeholder{
    text-align: center;
}
.input-group .form-control{
    border-right-width:0;
}
.input-group .form-control:focus{
    border-right-width:1px;
}
.input-group .btn{
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    color:#05bf68;
    height: 48px;
    padding: 5px 8px;
    background: #ffffff;
    border: 1px solid #e3e4e4;
    border-left: 0;
}
.input-group .btn:hover{
    box-shadow: none;
}
.login-wrapper .login-form-wrapper .btn-wrapper{
    margin:44px 0 17px;
}
.login-wrapper .login-form-wrapper .registerBtn{
    color:#a3a3a3;
    font-size:17px;
    margin-left: 25px;
}
.register-wrapper{
    width: 546px;
    margin: 74px auto 137px auto;
    padding: 42px 62px;

    border-radius: 6px;
    box-shadow: 0 0 8px 4px #e7e9eb;
    background: #ffffff;
}
.register-wrapper>.i-title{
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #383d41;

    margin-bottom: 20px;
}
.register-wrapper>.register-form-wrapper{
    margin: 0;
    padding: 0;
}
.register-wrapper>.register-form-wrapper .loginBtn{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #a3a3a3;
}
.register-wrapper>.register-form-wrapper .form-group{
    margin-bottom: 22px;
}
.register-wrapper>.register-form-wrapper .btn-wrapper{
    margin-bottom: 16px;
}
.register-wrapper>.register-form-wrapper .user-agreement{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    color: #a3a3a3;
}
.register-wrapper>.register-form-wrapper .user-agreement>.icon{
    margin-right: 8px;
}
.register-wrapper>.register-form-wrapper .user-agreement>a{
    color: #a3a3a3;
}