.login-bg {
	background: url(../images/bj.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.login_title {
	width: 50%;
	margin: 0 auto;
	height: 60px;
}

.login_title h1 {
	font-size: 40px;
	text-align: center;
	color: #42c7d3;
	margin-top: 5%;
	line-height: 60px;
	text-shadow: 1px 1px #c1c4c5;
}

.login_title_bg {
	background: url(../images/head.gif) no-repeat center;
	background-size: 100%;
	width: 100%;
	height: 100%;
	position: relative;
	top: 10%;
}

.login_content {
	width: 55%;
	margin: 9% auto 0;
}

.login_ball {
	float: left;
	width: 45%;
	-webkit-transform: rotate(360deg);
	animation: rotation 15s linear infinite;
	-moz-animation: rotation 15s linear infinite;
	-webkit-animation: rotation 15s linear infinite;
	-o-animation: rotation 15s linear infinite;
	opacity: 0.8;
}

@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

.model_box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999;
}


.login_right {
	float: right;
	width: 40%;
	margin-right: 5%;
	background: url(../images/e.png) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
	padding: 2% 0;
}

.login_right>div.login_box {
	width: 80%;
	height: 2.8vw;
	margin: 0 auto;
	background: url(../images/b.png) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}

.login_right>div.input_username {
	margin-top: 22%;
	margin-bottom: 4%;
}

.login_right>div.input_password {
	margin-bottom: 4%;
}

.login_right>div.input_submit {
	background: url(../images/a.png) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
	margin-bottom: 2%;
	opacity: 0.95;
}
.yzm_box {
	width: 80%;
	height: 2.8vw;
	margin: 0 auto 4%;
	overflow: hidden;
}
.yzm_box>div.input_yzm {
	width: 50%;
	height: 100%;
	float: left;
	background: url(../images/b.png) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}
.yzm_box>div.input_yzm input{
	width: 100%;
	height: 100%;
	font-size: 0.7vw;
	color: #00eaff;
	padding-left: 10%;
	border: 0;
	background: none !important;
	outline: 0;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.login_right>div.input_submit input {
	padding: 0;
	font-size: 16px;
}

.login_right>div.login_box input {
	width: 100%;
	height: 100%;
	font-size: 0.7vw;
	color: #00eaff;
	padding-left: 10%;
	border: 0;
	background: none !important;
	outline: 0;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

#login {
	width: 100%;
	height: 2.8vw;
	color: #fff;
	text-align: center;
	background: url(../images/a.png) no-repeat center;
	background-size: 100% 100%;
	border: none;
}

.login_a {
	color: #00eaff;
	font-size: 0.7vw;
	cursor: pointer;
}

.login_a:hover {
	color: #00eaffd9;
}

.zhuce {
	margin-right: 5px;
	margin-left: 10%;
}

.zhuce span {
	color: #999;
}

.wangji {
	float: right;
	margin-right: 10%;
}

.info_box {
	z-index: 9991;
	width: 25%;
	border: 1px solid #15a7b8;
	margin: 0 auto;
	padding: 1%;
	background-color: #17202c;
	position: fixed;
	top: 50%;
	left: 50%;
	display: none;
	animation: ani .2s;
}
@keyframes ani{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.info_box h2 {
	font-size: 18px;
	color: #00eaff;
	text-align: center;
	line-height: 40px;
	margin-bottom: 5%;
}
.info_content {
	line-height: 40px;
	margin-bottom: 6%;
}

.info_content span {
	width: 20%;
	float: left;
	color: #fff;
	font-size: 0.7vw;
	text-align: right;
	margin-right: 5%;
	line-height: 40px;
}

.info_content .zhuce_input {
	float: left;
	width: 70%;
	height: 40px;
	margin: 0 auto;
	background: url(../images/b.png) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}

.info_content .zhuce_input input {
	width: 100%;
	height: 100%;
	font-size: 0.7vw;
	color: #00eaff;
	padding-left: 10%;
	border: 0;
	background: none !important;
	outline: 0;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
.zhuce_submit {
	width: 90%;
	margin: 0 auto;
	height: 40px;
	background: url(../images/a.png) no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}
.zhuce_submit button {
	width: 100%;
	height: 40px;
	text-align: center;
	border: none;
	background: none;
	color: #fff;
	font-size: 16px;
}
#validataDivId {
	float: right;
	width: 45%;
	height: 2.8vw;
}
.huoqu_yzm {
	color: #fff;
	background-color: rgb(21, 167, 184);
	height: 40px;
	width: 30%;
	float: right;
	margin-right: 5%;
}
.layui-btn-disabled, .layui-btn-disabled:active, .layui-btn-disabled:hover {
	border: 1px solid #999;
	    background-color: #999;
	    color: #FBFBFB;
}