html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url('../images/login-bg.png') center center no-repeat;
	/*background-image: -webkit-linear-gradient(#FF9415, #FF7200);*/
	/*background-image: -ms-linear-gradient(#FF9415, #FF7200);*/
	/*background-image: linear-gradient(#FF9415, #FF7200);*/
	background-size: 100% 100%;
}

#u41 {
	position:absolute;
	left:110px;
	top:115px;
	width: 113px;
	height: 70px;
	font-family:'微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
	font-style:normal;
	color:#FFFFFF;
	text-align:left;
	line-height:32px;
}

#u41_img {
	width: 110px;
	height: 110px;
	margin-left: 80px;
	margin-top: 20px;
}

#u42 {
	position:absolute;
	left:20px;
	top:2px;
	width:354px;
	word-wrap:break-word;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}


.login {
	left:57%;
	top: 48%;
	width: 409px;
	height: 70%;
	padding: 0 71px;
	position: fixed;
	background: #fff;
	/*border-radius: 12px;*/
	margin-top: -302px;
	border-radius: 25px;
	margin-left: -310px;
}

.login .title {
	color: #333;
	font-size: 26px;
	text-align: center;
	margin: 21px 0 43px;
	color: rgba(0,103,255,0.88);
	font-weight: bold;
}

.login .form li {
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 28px;
	position: relative;
}

.login .form li.submit {
	margin: 0 0 30px;
}

.login .form li input {
	width: 100%;
	height: 38px;
	border: none;
	color: #333;
	font-size: 14px;
	-webkit-outline: none;
	-moz-outline: none;
	-ms-outline: none;
	outline: none;
	text-indent: 32px;
	line-height: 38px;
	background: #fff;
	-webkit-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all;
	border-bottom: 1px solid #ccc;
}

.login .form li input:focus {
	border-color: #0033ff;
}

.login .form li i {
	left: 2px;
	top: 8px;
	z-index: 9;
	color: #B7B5B5;
	font-size: 22px;
	/*position: absolute;*/
}

.login .form li button {
	width: 100%;
	height: 55px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	-webkit-outline: none;
	-ms-outline: none;
	outline: none;
	border: none;
	user-select: none;
	line-height: 55px;
	text-align: center;
	border-radius: 4px;
	background: -webkit-linear-gradient(90deg, rgba(0, 126, 255, 0.88) 0%,
		rgba(0, 126, 255, 0.88) 100%);
	background: -ms-linear-gradient(90deg, rgba(0, 126, 255, 0.88) 0%,
		rgba(0, 126, 255, 0.88) 100%);
	background: linear-gradient(90deg, rgba(0, 126, 255, 0.88) 0%,
		rgba(0, 126, 255, 0.88) 100%);
}

.login .form .operate {
	font-size: 18px;
	overflow: hidden;
	margin: 0 0 100px;
}

.login .operate .left {
	float: left;
	color: #333;
	user-select: none;
}

.login .operate .right {
	float: right;
}

.login .operate a {
	color: #FF7905;
	text-decoration: none;
}

.login .operate .checkbox {
	outline: none;
	margin: 2px 8px 0 0;
	white-space: nowrap;
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle;
}

.login .operate label {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}

.login .operate .checkbox_inner {
	display: inline-block;
	position: relative;
	border: 1px solid #dcdfe6;
	border-radius: 2px;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	background-color: #fff;
	z-index: 1;
	transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46),
		background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
}

.login .operate .checkbox_inner.active {
	background-color: #FF7905;
	border-color: #FF7905;
}

.login .operate .checkbox_inner:after {
	content: "";
	box-sizing: content-box;
	border: 1px solid #fff;
	border-left: 0;
	border-top: 0;
	height: 10px;
	left: 4px;
	position: absolute;
	top: 1px;
	transform: rotate(45deg) scaleY(0);
	width: 6px;
	transition: transform .15s ease-in .05s;
	transform-origin: center;
}

.login .operate .checkbox_inner.active:after {
	transform: rotate(45deg) scaleY(1);
}

.login .operate .checkbox input {
	left: 0;
	top: 0;
	margin: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	cursor: pointer;
	position: absolute;
}

.form .left{
	width: 50%;
	height: 40px;
	display: flex;
  align-items: center;
  justify-content: space-between;
}
.form .right{
	width: 50%;
	height: 40px;
	display: flex;
  align-items: center;
  justify-content: space-between;
}