*{
	padding:0;
	margin:0;
}
body{
	padding:20px 60px;
	background: url(images/bg.png) no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
header span{
	font-size: 30px;
	font-family: '微软雅黑'
}
.left{
	width:623px;
	height:538px;
}
.box{
	position: absolute;
	width: 460px;
	height: 530px;
	background:#fff;
	top:50%;
	margin-top:-265px;
	right:20%;
	box-sizing: border-box;
	padding:45px;
}
.box .title{
	font-size: 24px;
	color:#333;
	padding-top:30px;
	padding-bottom: 20px;
}
.box p input{
	width:370px;
	height:60px;
	line-height: 60px;
	border:1px solid rgba(210,210,210,1);
	border-radius:4px;
	margin-bottom:20px;
	font-size: 18px;
	padding-left:40px;
	box-sizing: border-box;
}
.box p input.user{
	background:url(images/user.png) no-repeat 11px center;
}
.box p input.pwd{
	background: url(images/pwd.png) no-repeat 11px center;
}
.box div.pwdman{
	display: flex;
	justify-content: space-between;
}
.box div.pwdman div.remember_pwd span {
    position: relative;
}
.input_check {
    position: absolute;
    visibility: hidden;
}
.input_check+label {
    display: inline-block;
    width: 20px;
    height: 20px;
    border:1px solid rgba(210,210,210,1);
}
.input_check:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 8px;
    width: 10px;
    height: 4px;
    border: 2px solid #0E8FE0;
    border-top-color: transparent;
    border-right-color: transparent;
    -ms-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-45deg);
}
.text{
	position: absolute;
	width: 150px;
	left:30px;
}
.box div.pwdman div label input{
	margin-right:10px;
}
.box div.pwdman div a{
	color:#444;
	text-decoration: none;
}
.box p.tips{
	font-size: 18px;
	color:#F95124;
	padding-top:15px;
	display: none;
}
.box p button{
	width:370px;
	height:60px;
	background:rgba(48,124,229,1);
	border-radius:4px;
	color:#fff;
	font-size: 18px;
	outline: none;
	cursor:pointer;
	margin-top:25px;
}
footer {
    position: absolute;
    bottom: 53px;
    left: 60px;
    font-size: 16px;
    color: #888;
}

















