@charset "utf-8";


/*登录简版*/
.login_cont_box {
	width: 655px;
	margin: auto;
}

.form_box {
	margin-top: 200px;
	display: -webkit-flex;
	display: flex;
}
.form_box > div {
	flex: 1;
	margin-right: 10px;
}
.form_box input, .form_box button {
	display: block;
	width: 100%;
	height: 35px;
	font-size: 14px;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form_box input {
	line-height: 30px;
}
.form_box button {
	line-height: 35px;
	background: #f2f3f4;
	text-align: left;
	margin-right: 0;
}
.keep_pw_box {
	position: relative;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 20px;
	margin-right: 10px;
}
.keep_pw_box input {
	position: absolute;
	right: 48px;
	opacity: 0;
}
.check_box {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 15px;
	height: 15px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 5px;
}
.pos_re {
	position: relative;
}

img.icon-chakan {
    position: absolute;
    top: 7.5px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
i.icon-duigou {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
}
i.icon-point-right {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    font-size:18px;
}

