html, body {
	height: 100%;
}

.wrap {
	width: 100%;
	min-height: 100%;
	background-size: cover;
	background-image: url(../img/login_bg.png);
	position: relative;
	box-sizing: border-box;
}

.login_content {
	width: 50%;
	text-align: center;
}

.wrap .logo {
	background-image: url(../img/sl_2.png);
	width: 690px;
	height: 103px;
	background-size: cover;
	margin: 0 auto;
}

.wrap .login-box {
	width: 445px;
	height: 451px;
	margin: 32px auto 0;
	position: relative;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 6px 13px rgba(112, 145, 180, 0.16);
	box-sizing: border-box;
	padding: 50px 43px;
}

.wrap .login-box .login-left {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

.wrap .login-box .login-left .login-tabs {
	width: 100%;
	height: 48px;
	margin-bottom: 40px;
	font-size: 0;
}

.wrap .login-box .login-left .login-tabs .login-tab {
	margin: 0;
	display: inline-block;
	width: 50%;
	font-size: 34px;
	text-align: center;
	line-height: 48px;
	font-weight: 600;
	color: #929292;
	cursor: pointer;
	user-select: none;
}

.wrap .login-box .login-left .login-tabs .active {
	color: #263657;
}

.wrap .login-box .login-left .login-tabs .login-tab .login-a {
	margin: 0;
	display: inline-block;
	width: 100%;
	font-size: 28px;
	text-align: center;
	line-height: 48px;
	font-weight: 600;
	color: #929292;
	cursor: pointer;
	user-select: none;
}

.login-tabs>.active>a, .login-tabs>.active>a:hover, .login-tabs>.active>a:focus
	{
	color: #263657 !important;
}

.wrap .login-box .login-left .login-div {
	display: none;
	width: 100%;
	text-align: center;
}

.wrap .login-box .login-left .active {
	display: inline-block;
}

.wrap .login-box .login-left .inputbox {
	width: 100%;
	height: 54px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 6px;
	margin-bottom: 10px;
}

.wrap .login-box .login-left .inputbox i {
	float: left;
	width: 24px;
	height: 24px;
	margin: 15px 15px;
}

.wrap .login-box .login-left .inputbox i.user {
	background: url(../img/login_user.png) center center no-repeat;
}

.wrap .login-box .login-left .inputbox i.password {
	background: url(../img/login_pw.png) center center no-repeat;
}

.wrap .login-box .login-left .inputbox input {
	float: left;
	background: no-repeat;
	height: 100%;
	width: 250px;
	color: #868686;
	font-size: 24px;
	letter-spacing: 2px;
	border: 0;
	padding: 0 0;
}

.wrap .login-box .login-left .operation {
	width: 100%;
	height: 30px;
	
}

.wrap .login-box .login-left .operation .forget {
	float: right;
	line-height: 30px;
	color: #d57107;
	font-size: 20px;
	cursor: pointer;
	width: 100%
}

.wrap .login-box .login-left .operation .forget .checkbox {
	
	width: 20px;
	height: 20px;
	border-radius: 4px;
	margin: 6px 7px 10px 0;
	box-sizing: border-box;
}

.wrap .login-box .login-left .operation .findpw {
	float: right;
	line-height: 40px;
	color: #000040;
	font-size: 18px;
	cursor: pointer;
	width: 80%;
	text-decoration:underline;
}

.wrap .login-box .login-left .login-btn {
	display: block;
	width: 90%;
	height: 40px;
	background-color: #d57107;
	border-radius: 8px;
	box-shadow: 0px 3px 10px rgba(126, 64, 8, 0.16);
	font-weight: 700;
	color: #ffffff;
	font-size: 24px;
	letter-spacing: 20px;
	text-indent: 15px;
	text-align: center;
	cursor: pointer;
	margin-top: 60px
}

.wrap .login-box .login-right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 300px;
	background-image: url('../img/qr_code_pg.png');
	background-size: cover;
}

.wrap .login-box .login-right .code-box {
	width: 200px;
	height: 200px;
	margin: 98px auto 0;
}

.wrap .login-box .login-right .code-box img {
	width: 100%;
	height: 100%;
}

.wrap .login-box .login-right p {
	text-align: center;
	color: #666666;
	font-size: 24px;
	margin-top: 10px;
	line-height: 30px;
}

.wrap .login-box .login-left .button {
	width: 320px;
	height: 58px;
	background-color: #d57107;
	border-radius: 8px;
	box-shadow: 0px 3px 10px rgba(126, 64, 8, 0.16);
	margin: 0 30px;
	font-weight: 700;
	color: #ffffff;
	font-size: 26px;
	letter-spacing: 40px;
	text-indent: 40px;
	text-align: center;
	cursor: pointer;
}

.input_title {
	margin-left: 30px;
	width: 150px;
	height: 58px;
	line-height: 58px;
	font-size: 24px;
	font-weight: bold;
	color: #555;
	letter-spacing: 2px;
}

.input_div {
	width: 100%;
	text-align: right;
	display: flex;
}

.wrap .login-box .login-left .inputbox2 {
	width: 540px;
	height: 58px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 6px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.wrap .login-box .login-left .inputbox2 i {
	float: left;
	width: 32px;
	height: 32px;
	margin: 12px 16px;
}

.wrap .login-box .login-left .inputbox2 i.user {
	background: url(../img/login_user.png) center center no-repeat;
}

.wrap .login-box .login-left .inputbox2 i.password {
	background: url(../img/login_pw.png) center center no-repeat;
}

.wrap .login-box .login-left .inputbox2 i.textcode {
	background: url(../img/login_textcode.png) center center no-repeat;
}

.wrap .login-box .login-left .inputbox2 input {
	float: left;
	background: no-repeat;
	height: 100%;
	width: 470px;
	color: #868686;
	font-size: 24px;
	letter-spacing: 2px;
	border: 0;
	padding: 0 0;
}

.textcode_button {
	box-shadow: 0px 3px 10px rgba(126, 64, 8, 0.16);
	font-weight: 700;
	text-indent: 2px;
	text-align: center;
	cursor: pointer;
	opacity: 30%;
	width: 130px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #d57107;
	border-radius: 5px;
	font-family: Microsoft YaHei;
	color: #d57107;
	font-size: 16px;
	letter-spacing: 2px;
}

.ico_div {
	width: 260px;
	height: 260px;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #9f9f9f;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
	margin: 0px auto;
}

.ico_img {
	width: 228px;
	height: 228px;
	margin: 17px 17px;
}

.ico_p {
	height: 33px;
	font-family: PingFang SC;
	color: #666666;
	font-size: 20px;
	letter-spacing: 8px;
	padding-bottom: 10px;
	line-height: 60px;
}

.remark {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 98px;
	background-color: #9e0101;
	padding: 5px;
	text-align: center;
	color: #fefefe;
}

/* .qrcode {
	display: inline-block;
	vertical-align: middle;
	width: 225px;
	margin-right: 36px;
	font-size: 14px;
} */

.qrcode img {
	width: 120px;
	height: 120px;
	/* margin-bottom: 5px; */
}

.tips_wrap {
	display: inline-block;
	vertical-align: middle;
	width: 62%;
	height: 98px;
	font-family: Microsoft YaHei;
	color: #ffffff;
	font-size: 16px;
	/* padding-bottom: 10px; */
	line-height: 24px;
	text-align: left;
}

.tips {
	margin: 0 0 0px;
	line-height: 25px;
	text-align: center;
}

.tips_warn {
	color: #f5d2aa;
	margin: 0;
}

.author {
	margin: 0;
	text-align: center;
}

.body_div {
	margin: 50px 25px;
}

.main_div {
	width: 100%;
	text-align: right;
	display: flex;
	margin-bottom: 16px;
}

.left_label {
	font-weight: bold;
	color: #555;
	letter-spacing: 2px;
	width: 130px;
	height: 40px;
	font-family: Microsoft YaHei;
	font-size: 16px;
	padding-bottom: 10px;
	line-height: 40px;
	text-align: right;
}

.red_span {
	color: #d40c0c;
	float: none;
}

.right_div {
	float: left;
	color: #868686;
	font-size: 24px;
	letter-spacing: 2px;
	width: 350px;
	height: 40px;
	background-color: #ffffff;
	border: 1px solid;
	border-color: #cccccc;
	border-radius: 5px;
	margin: 0 16px;
}

.right_div input {
	float: left;
	color: #868686;
	font-size: 16px;
	letter-spacing: 2px;
	border: 0;
	padding-left: 20px;
	width: 80%;
	height: 40px;
	background-color: #ffffff;
	border-color: #cccccc;
	border-radius: 5px;
	padding: 0 6px
}

.attention_div {
	display: flex;
	width: 100%;
}

.attention_icon {
	background: url(../img/import_icon.png) center center no-repeat;
	float: left;
	width: 18px;
	height: 18px;
	margin-top: 4px;
}

.attention_span {
	width: 100%;
	height: 45px;
	font-family: Microsoft YaHei;
	color: #d40c0c;
	font-size: 16px;
	letter-spacing: 2px;
	padding-bottom: 10px;
	line-height: 24px;
	margin-left: 10px;
}

.error {
	font-family: Microsoft YaHei;
	color: #d40c0c;
	font-size: 16px; 
}

.close_eye{
	background: url(../img/icon_close.png) center center no-repeat;
	float: right;
	width: 26px;
	height: 26px;
	margin: 7px;
}

.open_eye {
	background: url(../img/icon_open.png) center center no-repeat;
	float: right;
	width: 26px;
	height: 26px;
	margin: 7px;
}

.qrcode {
	width: 50%;
	float: left;
}

.xzewm{
	width: 50%;
	float: right;
}
