#header{
    background: #fff;
    position: static;
}
.nav-list>a{
    color: #000;
}
/* 主体 */
.container{
    background: url(../img/login/login_bg.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
}
.container .line{
    width: 100%;
    height: .5px;
}
.login-box{
    width: 720px;
    background: #fff;
    height: 372px;
    margin: 186px auto 186px auto;
    box-shadow:0 0 40px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: flex;
}
.login-box .login-lt{
    width: 312px;
    height: 372px;
    background:linear-gradient(180deg,rgba(0,177,242,1),rgba(0,107,239,1));
    border-radius: 10px 0 0 10px;
    position: relative;
}
.login-box .login-lt .lt-img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.login-box .login-lt .center-img{
    position: absolute;
    width: 30%;
    top: 20px;
    right: -50px;
}
.login-box .login-rt{
    position: relative;
    width: 408px;
}
.login-box .register{
    margin-top: 10px;
}
.login-box .title{
    width: 100%;
    font-size: 2.2rem;
    font-weight: bold;
}
.login-box .ipt-box:first-child{
    margin-top: 10px;
}
.login-box .ipt-box{
    position: relative;
    width: 276px;
    height: 40px;
    margin: 0 auto 12px auto;
}
.mb-0{
    margin-bottom: 0!important;
}
.mt-10{
    margin-top: 10px
}
.login-box .ipt-box img{
    position: absolute;
    width: 14px;
    height: 14px;
    top: 12px;
    left: 15px;
}
.login-box .ipt-box input{
    border: 1px solid #A3BCCF;
    border-radius: 4px;
    width: 276px;
    height: 40px;
    padding-left: 40px;
    color: #ABB2BC;
}
.login-box .register .ipt-box .code-btn{
    position: absolute;
    right: 15px;
    top: 6px;
    color: #228EE1;
    cursor: pointer;
}
.login-box .register .chose{
    color: #ABB2BC;
    display: flex;
    align-items: center;
    margin-left: 68px;
}
.login-box .register .chose img{
    background: #ABB2BC;
    width: 12px;
    height: 12px;
    padding: 2px;
    border-radius: 2px;
    margin-right: 4px;
    cursor: pointer;
}
.login-box .register .chose .chose_img{
    background: #228EE1;
}
.login-box .register .chose .clause{
    color: #228EE1;
    cursor: pointer;
}
.login-box .register .chose .clause:hover{
    text-decoration: underline;
}
.login-box .zhuce{
    width: 276px;
    height: 40px;
    border-radius: 4px;
    background: #228EE1;
    color: #fff;
    margin: auto;
    line-height: 38px;
    margin-top: 14px;
    cursor: pointer;
}
.login-box .register .go-login{
    margin-top: 10px;
    color: #777;
}
.login-box .register .go-login .login-btn{
    color: #228EE1;
    font-size: 1.4rem;
    cursor: pointer;
}
.login-box .login{
    margin-top: 80px;
}
.login-box .forget{
    text-align: right;
    margin-right: 66px;
    color: #777;
    cursor: pointer;
}
.login-box .forget:hover{
    text-decoration: underline;
    color: #228EE1;
}
.login-box .ljzc{
    color: #228EE1;
    margin-top: 10px;
    cursor: pointer;
}
.top-rt-img{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.top-rt-img-01{
    position: absolute;
    top: 10px;
}
.denglu{
	font-size: 14px;
	color: #228EE1;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 10px;
}
/* 页脚 */
.footer{
    background: #fff;
    width: 100%;
    height: 66px;
    line-height: 66px;
    color: #222;
    font-size: 1.4rem;
}