* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	box-sizing: border-box;
}
html, body {
    height: 100%;
}
.login-box-msg{width:100%;text-align:center;line-height:35px;color:red;}
/* 登录页样式*/
.login-container {
	position: relative;
	background: #2166f3 url(../images/login_bg.png) no-repeat center center;
	min-height: 700px;
	min-width: auto;
}
#login {
	position: absolute;
	top: 16%;
	left: 50%;
	width: 460px;
	margin-left: -240px;
	z-index: 20;
}
.copy {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 15;
	width: 100%;
	height: 350px;
	line-height: 625px;
	background: url(../images/login_cloud.png) no-repeat center;
	text-align: center;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}

h1 {
	height: 100px;
	line-height: 100px;
	background: url(../images/login_logo.png) no-repeat center center;
}
.form {
	width: 460px;
	height: 320px;
	border-radius: 4px;
	padding: 30px 40px 40px 40px;
	/*background: #fff*/
}
.login_input {
	width: 380px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	padding: 0 5px;
	padding-left: 10px;
	padding-right: 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 340px center;
	font-size: 14px;
	box-sizing: border-box!important;
}
/*select.login_input {
	padding: 7px 10px;
	height: auto;
	line-height: auto;
}*/
/* .login_user {
	background-image: url(images/login_user.png);
}
.login_user_focus {
	background-image: url(../images/login_user_on_ico.gif);
}
.login_password {
	background-image: url(../images/login_password_ico.gif);
}
.login_password_focus {
	background-image: url(../images/login_password_on_ico.gif);
}
.login_verify {
	width: 250px;
	background-image: url(../images/login_verify_ico.gif);
} */
.login_submit {
	width: 380px;
	height: 40px;
	margin-top: 20px;
	border-radius: 4px;
	background: #ff8800;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.login_submit:hover {
	background: #ff7700;
}
.login_submit[disabled]{
	background: #ffc37f;
	cursor: not-allowed;
}
.verify_submit {
	width: 220px;
	height: 40px;
	background: #f90;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 20px;
	color: #fff;
}
.switch {
	padding-left: 10px
}
.login-title {
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
}
.login_verify_div {
	position: relative;
	width: 380px!important;
}
.show-captcha {
	position: absolute;
	right: 4px;
	top: 20px;
	border-radius: 2px;
	cursor: pointer;
}
.input-code {
	width: 230px;
}
.check-code {
	background-color: #2196f3;
}
.check-code:hover {
	background-color: #0089d9;
}
.check-code[disabled] {
	background: #7fddff;
	cursor: not-allowed;
}

.send-button {
	position:absolute;
	right: 0;
	top: 20px;
	width: 125px;
	height: 40px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}
.send-button[disabled]{
	background-color: #fefefe;
	cursor: not-allowed;
}
.re-back {
	display: inline-block;
	*display:inline;
	width: 30px;
	height: 40px;
	margin-right: 10px;
	background: url(../images/login_back.png) no-repeat center;
	cursor: pointer;
}

/** 
* 2018年8月3日11:50:16修改背景
**/

.login_user {
	background-image: url("../images/people.png");
	background-size: 25px 26px;
}

.login_password {
	background-image: url("../images/password.png");
	background-size: 25px 26px;
}
.login_verify {
	background-image: url("../images/checkcode.png");
	background-size: 25px 26px;
}


.login_user_focus {
	background-image: url("../images/login_user_on_ico.gif");
}

.login_password_focus {
	background-image: url("../images/login_password_on_ico.gif");
}

#login{
	width: 445px;
	height: 488px;
	border-radius: 10px;
	border: solid 1px rgba(255,255,255, 0.6);
	padding: 10px;
	background-color: rgba(255,255,255, 0.2);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -222px;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
	#login{
	  background-color:#ffffff;
	  filter:Alpha(opacity=20);
	  position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
	  *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
	}
	#login .form{
	  position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
	}  
  }
.form{
	width: 423px;
    height: 466px;
    padding: 25px 35px 46px 35px;
	margin: 0 auto;
	border-radius: 10px;
}

.login_input{
	width: 100%;
	background-position: 5px center;
	padding-left: 40px;
	padding-right: 0;
}
.login_verify{
	width: 200px
}
.show-captcha{
	right: 28px;
}

.login_submit{
	width: 100%;
	margin-top: 40px;
	height: 48px;
}
.form h3{
	overflow: hidden;
}
h3{
	text-align: center;
	font-weight: normal;
}
.admin_desc{
	font-size: 24px;
	/*color: #4095ff;*/
	color: #fff;
	line-height: 48px;
	margin-bottom: 8px;
}
.admin_img{
	height: 70px;
}

.copy{
	height: 248px;
	line-height: 100px;
	padding-top: 160px;
	background-image: none;
}

.copy p{
	position: relative;
    z-index: 1000;
    color: #fff;
}
@media screen and (max-width: 1400px){
	.copy {
		height: 200px;
		line-height: normal;
	}
}
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    /* background-image: linear-gradient(to top, #86377b 20%, #27273c 80%); */
}
.bgTop {
    z-index: 15;
    opacity: 0.1;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.1;
}
.bgBottom {
	z-index: 5;
    opacity: 0.1;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
	transform-origin: center bottom;
	animation-fill-mode : forwards
}
.waveTop {
	background-size: 50% 70%;
	background-image: url("../images/wave-top.png");
}
.waveAnimation .waveTop {
	animation: move_wave 5s linear infinite;
}
.waveMiddle {
	background-size: 50% 60%;
	background-image: url("../images/wave-mid.png");
}
.waveAnimation .waveMiddle {
    animation: move_wave 8s linear 0.5s infinite;
}
.waveBottom {
	background-size: 50% 80%;
	background-image: url("../images/wave-bot.png");
}
.waveAnimation .waveBottom {
	animation: move_wave 15s linear 1s infinite;
}