body {
	background-color: #F0F2F5;
}
.login_contentbox {
	width: 832px;
	height: 484px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-direction: row;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.08);
}
.login_contentbox_imgBox>img {
	display: block;
	position: absolute;
	top: -230px;
	left: -563px;
	transform:scale(0.7)
}
.login_contentbox_imgBox{
	width: 376px;
	height: 484px;
	overflow: hidden;
	position: relative;
}
.box_lf {
	width: 456px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	position: relative;

}
.box_lf>h3 {
	font-size: 25px;
	color: 	#1890FF;
	display: inline-block;
	margin: 59px 0 4px 0;
}
.box_lf>div {
	width: 336px;
	display: flex;
	flex-direction: row;
}
 .input_blur {
	width: 100%;
	height: 42px;
	padding-left: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 4px;
	background-color:#F4F4F4;
	outline:none;
	font-size: 14px;
	color: #999999;
}
.input_focus {
	width: 100%;
	height: 42px;
	padding-left: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 4px;
	background-color:#fff;
	outline:none;
	font-size: 14px;
	color: #06121E;
}
.box_lf>div>input:hover {
	border: #E8E8E8 1px solid;
}

.change_password {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.change_password>div>input {
	width: 50%;
	height: 40px;
	background-color:#F4F4F4;
	outline:none;
	border: solid 1px #ccc;
	border-radius: 3px;
	padding-left: 5%;
}
.change_password>img {
	width: 115px;
	height: 40px;
	margin-left: 4px;
	border-radius: 4px;
    cursor:pointer;
}
.btSign {
	width: 336px;
	height: 40px;
	background-color: #eeeeee;
	color: #999;
	cursor: default;
	border: none;
	border-radius: 4px;
}
.btSignBulur {
	width: 76%;
	height: 40px;
	background-color: #1890FF;
	color: #fff;
	border: solid 1px #1890FF;
	cursor: pointer;
}
.spring_tips {
	width: 336px;
	height: 42px;
	font-size: 14px;
	margin-bottom: 4px;
	/* visibility */
	visibility: hidden;
}
.spring_tips>input {
	width: 100%;
}
.spring_tips>.tips {
	border: solid 1px #FF1A2E;
	background-color: #FFF2F3;
	padding-left: 14px;
	border-radius: 4px;
	height: 42px;
}
.spring_tips>.tips:hover {
	border: solid 1px #FF1A2E;
	background-color: #FFF2F3;
	cursor: default;
	border-radius: 4px;
}
#zhebu{
    width: 60px;
    height: 30px;
    position: absolute;
    top: 0;
    z-index: 10;
    left: 0;
}
.bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 14px;
}
.bottom_checkbox {
	color: #999;
	text-align: center;
	cursor: pointer;
    position: relative;
}
.bottom_checkbox>input {
	margin-bottom: 4px;
	vertical-align: middle;
}
.bottom_checkbox>span {
	display: inline-block;
	vertical-align:middle;
	line-height: 2
}

.bottom>a {
	text-decoration: none;
	color: #1890FF;
}
.bottom_checkbox>input[type="checkbox"]{width:12px;height:12px;display: inline-block;text-align: center;vertical-align: middle; line-height: 12px;position: relative;}
.bottom_checkbox>input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border: 1px solid #d9d9d9}
.bottom_checkbox>input[type="checkbox"]:checked::before{content: "\2713";background-color: #1890FF;position: absolute;top: 0;left: 0;width:100%;border: 1px solid #fff;color:#fff;font-size: 12px;font-weight: bold;}
.btSign:focus {
	outline: none;
}
/* .input_blur:focus {
	background-color: #fff;
} */
.btSign:focus  {
	/* background-color: #1890FF;
	color: #fff; */
	border-radius: 4px;
}
.back {
	background-color: #F4F4F4;
}

/* 找回密码 */
.get_code {
	width: 175.4px;
	height: 42px;
	margin-left: 4px;
	border: none;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	background-color: #1890FF;
}
.get_code:hover{
    background-color:#0877DD;
}
.get_code:focus {
	outline: none;
}
.next {
	background-color: #1890FF;
	color: #fff;
    cursor:pointer;
}
.next:hover{
    background-color:#0877DD;
}
.bottom_url {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
	font-size:14px;
	color:rgba(24,144,255,1);
	opacity:1;
}
.bottom_url>span {
	margin-right: 10px;
}
