body{
	background-color:#fff;
	min-width: 320px;
}
.body-box{
	display: flex;
	flex-direction: column;
	min-height:100vh;
}
.login-h{
	padding: 10px 0 10px 20px;
}
.login-content{
	background: #1b294f url('../image/bg_login.png') center no-repeat; 
	background-size: cover;
	min-height: 600px;
	width: 100%;
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.login-form{
    margin-right:86px;
    height:360px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    width: 346px;
    display: flex;
    flex-direction: column;
}
.login-form h3{
	padding-top:33px;
	margin-left: 20px;
	line-height:20px;
	color:#000;
	font-size:18px;
	font-weight: normal;
}
.login-form .text{
	width: 298px;
	height: 32px;
	line-height: 24px;
	padding-left: 5px;
	border: 1px solid #cccccc;
	font-size: 14px;
	font-family: arial,"宋体";
	outline: 0;
	margin: 20px 0 0 20px ;
}
.login-form .login-btn{
	background: #55bcf9;
	height: 36px;
	line-height: 36px;
	margin: 20px 20px 20px 20px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
.login-form .links{
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 0 20px 30px 0 ;
}
.login-form .links a{
	margin: 0 0 0 15px;
}
.login-form .to-reg{
	color: #1cb2ff;
	font-weight: bold;
	font-size: 14px;
}
.login-form .forget-pwd{
	color: #999;
	text-decoration: none;
}
.login-form .forget-pwd:hover{
	text-decoration: underline;
}
.captcha-box{
	display: flex;
	align-items: center;
	padding: 20px 20px 0 20px;
}
.captcha-box .inp{
	outline: 0;
	border: 1px solid #cccccc;
	height: 28px;
	line-height: 28px;
	margin-right: 5px;
	padding-left: 5px;
}




.bottom-box{
	width: 100%;
	background-color:#fff;
	color: #fff;
	display: flex;
	justify-content: center;
}
.bottom-inner-box{
	width: 1220px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.bottom-inner-box .links{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.bottom-inner-box .links a{
	color: #9d9d9d;
	margin: 5px 0 5px 0;
}
.bottom-inner-box .links-item .name{
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 0 5px 0;
	display: inline-block;
}
.bottom-inner-box .links-item .list{
    display: flex;
    flex-direction: column;
}
.bottom-inner-box .line{
    background-color: #4b5054;
    width: 100%;
    height: 1px;
    margin: 15px 0 15px 0;
}
.bottom-inner-box .copyright{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bottom-inner-box .copyright p{
	color: #9d9d9d;
}