html{
	width: 100%;
	height: 100%;
}

.login-body {
	height: 100%;
	background: url(https://o.rjkj7.com/data/upload/images/2020-04-22/49081ea2edb65d814b45a45ce860690d.jpg);
	background-size:100% 100%;-moz-background-size:100% 100%;
	background-repeat: no-repeat;
}

.login-container {
	min-width: 1200px;
    height: 80%;
  
}

.left-logo img {
	height: 50px;
	margin: 20px;
}

.login-left {
	width: 75%;
	height: 100%;
	float: left;
}

.login-right {
	width: 25%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	float: left;
}

.title-font {
	float: left;
	font-size: 48px;
	width: 100%;
	margin-top: 400px;
}

.title-font div {
	float: right;
	color: white;
	margin-right: 100px;
}

.bottom-font {
	float: left;
	font-size: 30px;
	width: 100%;
	margin-top: 10px;
}

.bottom-font div {
	float: right;
	color: white;
	margin-right: 100px;
}

.login-toptitle {
	width: 100%;
	height: 28px;
	font-size: 30px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	line-height: 24px;
	text-align: center;
	margin-top: 28.5%;
}

.inpts {
	background-color: #FFF;
	background-image: none;
	border: 1px solid #e5e6e7;
	border-radius: 1px;
	color: inherit;
	display: block;
	padding: 6px 12px;
	-webkit-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	width: 100%;
	font-size: 14px;
	margin-top: 40px;
	width: 280px;
	margin-left: 90px;
	height: 30px;
	border-top: none;
	border-left: none;
	border-right: none;
	background-image: url(../img/usericon.png);
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: 5px;
}

.box01 {
	color: #434343;
	position: relative;
	margin-bottom: 20px;
}

.box01 input {
	background-color: #FFF;
	background-image: none;
	border: 1px solid #e5e6e7;
	border-radius: 1px;
	color: inherit;
	display: block;
	padding: 6px 12px;
	-webkit-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	font-size: 14px;
	min-width: 236px;
	margin: 30px auto;
	height: 30px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.box02In{
	margin: 10px auto;
    width: 281px;
}
.box02 {
	color: #434343;
	position: relative;
	margin-bottom: 20px;
}
.box02 input {
	background-color: #FFF;
	background-image: none;
	border: 1px solid #e5e6e7;
	border-radius: 1px;
	color: inherit;
	display: block;
	padding: 6px 12px;
	-webkit-transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
	font-size: 14px;
    width: 45%;
	height: 30px;
	border-top: none;
	border-left: none;
	border-right: none;
	
}


.box01 label {
	font-size: 16px;
	z-index: 2;
	position: absolute;
	left: 109px;
	top: 15%;
	color: #b2b2b2;
}


/*利用<i>来安放图标*/

.icon {
	display: inline-block;
	height: 16px;
	width: 16px;
	background-image: url(search.svg);
	background-repeat: no-repeat;
	position: absolute;
	top: 24%;
	left: 290px;
	z-index: 2;
}


/*利用背景图片安放图标*/

#tip02 {
	padding: 0 10px 0 35px;
	background-image: url(../img/usericon.png);
	background-repeat: no-repeat;
	background-size: 18px;
    background-position-y: 6px;
 
}

#tip03 {
	padding: 0 10px 0 35px;
	background-image: url(../img/passicon.png);
	background-repeat: no-repeat;
	background-size: 18px;
    background-position-y: 6px;
 
}
#tip04 {
	padding: 0 10px 0 35px;
	background-image: url(../img/yzmicon.png);
	background-repeat: no-repeat;
	background-size: 18px;
 	background-position-y: 6px;	
	float: left;
}

.line {
	width: 28%;
	height: 8px;
	background: #3790FE;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 5px;
	border-radius: 50px;
}

.yzm{
	width: 100px;
height: 40px;
}

.login-btn{
	width: 280px;
height: 50px;
background: rgba(45,142,246,1);
border-radius: 5px;
margin: 90px auto;
text-align: center;
line-height: 50px;
color: white;
}
