* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html,
body {
	padding: 0px;
	margin: 0px;
	/*color: #ffffff;*/
	/*font-family: "微软雅黑";*/
	position: fixed;
	width: 100%;
	height: 100%;
}

body {
	background: url("../images/login/login-bg1.png") no-repeat;
	background-size: 100% 100%;
	font-size: 14px;
	/*color: #ffffff;*/
	position: relative;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}

.main {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: relative;
}

/*头部*/
.header {
	width: 100%;
	height: 1.5rem;
	background: url("../images/login/topbg.png") no-repeat;
	background-size: 100%;
	background-position: bottom;
}

.header .header-title {
	text-align: center;
	color: #ffffff;
	font-size: 0.45rem;
	/*font-size: 34px;*/
	line-height: 1.2rem;
	/*line-height: 80px;*/
	font-weight: bold;
	background-image: -webkit-linear-gradient(bottom, #7dfcfe, #ffffff, #ffffff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.header .header-img {
	background-size: 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0.8rem;
}

.content {
	width: 13rem;
	padding: 0;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	margin-top: -3.8rem;
	height: 7rem;
	left: 50%;
	margin-left: -6.5rem;
	background: url("../images/login/login-form-bg.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	min-width: 800px;
	min-height: 440px;
	justify-content: center;
}

.content .content-left {
	width: 5.8rem;
	height: 7rem;
}

.content .content-right {
	width: 50%;
	float: right;
	position: relative;
}

.right-infp {
	width: 8rem;
	height: 6.8rem;
	min-width: 440px;
	min-height: 350px;
}

.right-infp-name {
	width: 5rem;
	height: 0.55rem;
	margin: 0 auto 0.3rem auto;
	min-height: 40px;
	font-size: 14px;
}

.right-infp-name input {
	width: 5rem;
	height: 0.55rem;
	min-height: 40px;
	border: 1px #E5E5E5 solid;
	background: rgba(0, 0, 0, 0);
	color: #333333;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	padding-left: 0.7rem;
	border-radius: 4px;
	font-size: 14px;
}

.right-infp-name .users {
	background: #FFFFFF url("../images/login/nameicon.png") no-repeat
}

.right-infp-name .pwds {
	background: #FFFFFF url("../images/login/pwdicon.png") no-repeat
}

.right-infp-yzm input.codeinput {
	float: left;
	background: #FFFFFF url(../images/login/codeicon.png) no-repeat;
}

.right-infp-name .users,
.right-infp-name .pwds,
.right-infp-yzm input.codeinput {
	background-position: 0.2rem center;
	background-size: 17px;
	font-size: 14px;
}

input::-webkit-input-placeholder {
	color: #C9C9C9;
}

.right-infp-name input:-webkit-autofill,
.right-infp-name input:-webkit-autofill:hover,
.right-infp-name input:-webkit-autofill:focus,
.right-infp-name input:-webkit-autofill:active {
	transition-delay: 99999s;
	transition: color 99999s ease-out, background-color 99999s ease-out;
	-webkit-transition-delay: 99999s;
	-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
	-webkit-text-fill-color: #333333;
}

.right-infp-btn {
	height: 0.8rem;
	min-height: 40px;
	width: 100%;
	margin: 0.5rem auto 0rem auto;
}

.right-infp-btn .btn {
	width: 5rem;
	/* 底色 */
	background-color: #0c6ae9;
	/* chrome 2+, safari 4+; multiple color stops */
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.1, #178dfd), color-stop(0.99, #0c6ae9));
	/* chrome 10+, safari 5.1+ */
	background-image: -webkit-linear-gradient(#178dfd, #0c6ae9);
	/* firefox; multiple color stops */
	background-image: -moz-linear-gradient(top, #178dfd, #0c6ae9);
	/* ie 6+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#178dfd', endColorstr='#0c6ae9');
	/* ie8 + */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#178dfd', endColorstr='#0c6ae9')";
	/* ie10 */
	background-image: -ms-linear-gradient(#178dfd, #0c6ae9);
	/* opera 11.1 */
	background-image: -o-linear-gradient(#178dfd, #0c6ae9);
	/* 标准写法 */
	background-image: linear-gradient(#178dfd, #0c6ae9);
	height: 0.8rem;
	min-height: 40px;
	border: 0px;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0px 0px 7px 0px #0c6ae9;
	-webkit-box-shadow: 0px 0px 7px 0px #0c6ae9;
	/*上边阴影 */
}

.right-infp-btn .btn:hover {
	opacity: 0.8;
}

.login-titles {
	font-size: 30px;
	padding: 0.9rem 0 0.5rem 0;
	text-align: center;
	margin: 0;
	letter-spacing: 2px;
	color: #3476FF;
}

.yzm {
	margin: 0 auto;
	width: 5rem;
	height: 0.8rem;
	display: flex;

}

.right-infp-yzm input {
	width: 2.5rem;
	height: 0.55rem;
	box-sizing: border-box;
	border: 1px #E5E5E5 solid;
	background: #FFFFFF;
	color: #333333;
	outline: none;
	vertical-align: top;
	padding-left: 0.7rem;
	min-height: 40px;
	border-radius: 4px;
}


.right-infp-yzm button {
	width: 2.29rem;
	margin-left: 0.2rem;
	height: 0.55rem;
	border: 1px solid #e5e5e5;
	background: #FFFFFF;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	min-height: 40px;
	border-radius: 4px;
}

.right-infp-check {
	width: 5rem;
	margin: 0 auto;
	height: 0.55rem;
	min-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
}

.right-infp-check div {
	display: inline-block;
}

.right-infp-check input {
	vertical-align: middle;
}

.forget {
	width: 5rem;
	margin: 0.1rem auto;
	font-size: 12px;
	color: #7D7D7D;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.for-1 {
	color: #3476FF;
	cursor: pointer;
	font-size: 12px;
}


input[type="checkbox"] {
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	margin-right: 10px;
	margin-left: 0px;
}

input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #0a4f94;
	width: 100%;
	height: 100%;
	border: 1px solid #165ba0
}

input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #0a4f94;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #165ba0;
	color: #FFFFFF;
	font-size: 0.1rem;
	font-weight: bold;
}

.forget .for-2 {
	color: #FFFFFF;
	float: right;
	font-size: 12px;
}

.forget .reg {
	color: #3476FF;
	cursor: pointer;
	font-size: 12px;
}

.footer {
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 5.5%;
	font-size: 12px;
	color: #FFFFFF;
}

.footer img {
	width: 100px;
	vertical-align: middle;
	margin-right: 10px;
}

.footer span {
	border-left: 1px solid #165ba0;
	padding-left: 13px;
}

.licence {
	color: #FFFFFF;
	cursor: pointer;
}
