@charset "utf-8";
*{
	margin:0;
}
html,body{
	height:100%;
}

.login-header{
	width: 100%;
	margin: 0 auto;
	position: fixed;
	right: 9%;
	z-index:1;
}
.login-header-kf{
	float:right;
	position: relative;
	height:20px;
	line-height:20px;
	padding-right:20px;
	margin-top:25px;
	color:#666;
	font-size:14px;
}
.login-header-kf img{
	position:absolute;
	width:15px;
	height:15px;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.login-box{
	height:100%;
	min-height: 540px;
	width: 100%;
	position: absolute;
	top: 0;
}
.login-bg{
	width:100%;
	height:100%;
	/* position:absolute;
	top:0;
	right:50%;
	object-fit: cover; */
}

.login-content{
	max-width: 640px;
	width: 98%;
	height: 90%;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.login-form{
	/* float: right; */
	position : absolute;
	right:14%;
	width: 361px;
	border-radius: 10px;
	background: #fff;
	display: inline-block;
	/* text-align: left; */
	margin-top: 135px;
	padding: 52px 29px 94px 29px;
	box-shadow: 0 20px 35px 0 rgba(63,23,1,0.44);
}
.login-form-title{
	color: #151515;
	text-align: left;
	font-size: 32px;
	color: #333333;
	font-weight: bolder;
	font-family: "Microsoft YaHei";
}
.login-form-title:after{
	content:"";
	position:absolute;
	width:30px;
	height:3px;
	background:#EAE8E8;
	border-radius:2px;
	bottom:-6px;
	left:0;
	right:0;
	margin:auto;
}
.login-form-title span{
	color:#CA7038;
}
.login-acct{
	margin: 22px auto 0;
	height: 46px;
	line-height: 46px;
	background: #F5F6F7;
	position: relative;
}
.login-acct .laber{
	position: absolute;
	left: 22px;
	font-size: 14px;
	color: #757575;
	font-weight: bold;
}
.login-acct input,.login-pwd input{
	border:none;
	outline: none;
	/* width:100%; */
	/* height:38px; */
	/* line-height:38px; */
	font-size:14px;
	background: #FFFFFF;
	/* padding-left: 10px; */
}
.login-pwd{
	/* margin: 28px auto 0; */
	/* height: 46px; */
	/* line-height: 46px; */
	background: #FFFFFF;
	position: relative;
}
.login-pwd .laber {
	position: absolute;
	left: 22px;
	font-size: 14px;
	color: #757575;
	font-weight: bold;
}
.login-pwd .tips{
	position: absolute;
	width: 18px;
	height: 18px;
	top: 15px;
	right: 15px;
	background-size: 100% 100%;

}
.login-agree{
	padding-left:32px;
	margin-top:20px;
	font-size:14px;
	color:#AAA;
}
.login-agree span{
	color:#CA7038;
}
.login-btn{
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #CA7038;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	margin: 61px auto 0;
}
.login-bq {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


.login-boxleft{
	height:100%;
	width: 50%;
	float:left;
}
.login-boxleft div{
	width: 345px;
	height: 75px;
	background: url(../../images/index/logo.png) no-repeat;
	position: absolute;
	top: 70px;
	right: 52%;
}
.login-boxright{
	height:100%;
	width: 50%;
	float:left;
	background-color: #ffffff;
}