html {
	width: 100%;
	height: 100%;
	margin: 0px;
}
body {
	margin: 0px;
	width: 1920px;
	height: 937px;
	background-image: url(../../images/new_login/底图.jpg);
	background-size: 100% 100%;
}
* {
	font: 13px/1.5 '微软雅黑';
	padding: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.body {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
}

.diqiu {
	z-index: 100;
	top: 50%;
	left: 300px;
	width: 300px;
	height: 300px;
	position: absolute;
	padding: 0;
	background-image: url(../../images/new_login/地球.png);
	background-size: 100% 100%;
}

.right {
	width: 60%;
	height: 100%;
	position: absolute;
	margin: 0;
	top: 0px;
	right: 1px;
	z-index: 2;
}

.login {
	width: 374px;
	height: 457.3px;
	float: right;
	position: absolute;
	top: 32%;
	right: 35%;
	z-index: 10000;
}

.error {
	color: red;
}

.login_error {
	text-align: center;
	margin-left: 40px;
	margin-bottom: 8px;
}

.title {
	font-size: 26px;
	color: #fff;
	margin-left: 180px;
}

.login_litle {
	margin-bottom: 0px;
}

input[type=text],
input[type=password] {
	width: 305px;
	height: 35.3px;
	/* background-image: url(../../images/登录/输入框.png);
    background-size: 100% 100%; */
	vertical-align: middle;
	/* border-radius: 10px; */
	padding: 0px 30px;
	font-size: 17px;
	letter-spacing: 5px;
	text-indent: 6%;
	/* color: #0099ff !important; */
	outline: none;
	margin-bottom: 15px;
	line-height: 50px;
	/* background-color: transparent; */
	margin-left: 61px;
	border: none;
	border-radius: 5px;
}

input[type=submit] {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background-color: #1ad7d3;
	border: none;
	-webkit-appearance: none;
	outline: none;
	border-radius: 5px;
	width: 305px;
	height: 36.4px;
	margin: 13px 61.5px;
}

.icon1 {
	width: 22px;
	height: 21px;
	background-image: url(../../images/new_login/账号.png);
	background-size: 100% 100%;
	float: left;
	margin: -44px 74px;
	z-index: 11;
	position: absolute;
}

.check {
	margin-left: 61px;
	margin-bottom: 10px;
}

.icon2 {
	width: 21px;
	height: 22.6px;
	background-image: url(../../images/new_login/密码.png);
	background-size: 100% 100%;
	float: left;
	margin: -44px 74px;
	z-index: 11;
	position: absolute;
}

.img1 {
	z-index: 10;
	top: 9%;
	left: 17.7%;
	width: 758px;
	height: 723px;
	position: absolute;
	padding: 0;
	background-image: url(../../images/new_login/外框3.png);
	background-size: 100% 100%;
	transform: rotate(8deg);
	/* -webkit-animation: shun 10s linear 1.5s infinite normal; */
}

.img2 {
	z-index: 10;
	top: 14.5%;
	left: 22%;
	width: 657px;
	height: 619px;
	position: absolute;
	padding: 0;
	background-image: url(../../images/new_login/外框2.png);
	background-size: 100% 100%;
	transform: rotate(23deg);
	/* -webkit-animation: ni 5s linear 1.5s infinite normal; */
}

.img3 {
	z-index: 10;
	top: 20%;
	left: 26%;
	width: 569px;
	height: 513px;
	position: absolute;
	padding: 0;
	background-image: url(../../images/new_login/外框1.png);
	background-size: 100% 100%;
	/* -webkit-animation: shun 5s linear 1.5s infinite normal; */
}

.img4 {
	z-index: 8;
	top: 22%;
	left: 32%;
	width: 426px;
	height: 470px;
	position: absolute;
	padding: 0;
	background-image: url('../../images/new_login/六边形内框.png');
	background-size: 100% 100%;
	transform: rotate(2deg);
	/* -webkit-animation: shun 5s linear 1.5s infinite normal; */
	*/
}
.copyright {
	width: 100%;
	font-size: 12px;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	position: absolute;
	bottom: 10px;
}
@keyframes ni {
	0% {
		transform: rotate(360deg);
	}

	25% {
		transform: rotate(270deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(90deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

@keyframes shun {
	0% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(90deg);
	}

	50% {
		transform: rotate(180deg);
	}

	75% {
		transform: rotate(270deg);
	}

	100% {
		transform: rotate(360deg);
	}
}