		nav,div,li,ul,p,a{
			box-sizing:border-box;
			-moz-box-sizing:border-box; /* Firefox */
			-webkit-box-sizing:border-box; /* Safari */
		}
		.after:after{
			content: '';
			display: table;
			clear: both;
		}

		.container-full{
			width: 100%;
		}

		.relative{
			position: relative;
		}
		nav{
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		}

		.mar0auto{
			margin: 0 auto;
		}
		.banner_login {
		    width: 450px;
		    min-height:490px;
		    margin: 162px auto 0;
		    background-color: #FFFFFF;
	    	box-shadow: 0px 16px 19px 0px 
		rgba(84, 182, 232, 0.09);
			padding: 30px;
			margin-right: 0px;
		}
		.border-none{
			border: none;
		}
	.hide{
		display: none;
	}
	button{
		cursor: pointer;
	}
	.pad10{
		padding: 10px;
	}

.login_nav{
	height: 80px;
	width: 100%;
}
.login_content{
    background-color: #5da3e9;
    min-height: 960px;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
}
.login_center{
	margin-top: 162px;
	text-align: center;
}
.login_bottom{
	margin-top: 15px;
    text-align: center;
    line-height: 30px;
    color: #7d8285;
}
.login_input{
	height: 38px;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size: 14px;
}
.login_btn{
	font-size: 16px;
  border: none;
  width: 100%;
  height: 48px;
  background-color: #575AEC;
  background-blend-mode: normal, normal;
  color: #FFFFFF;
}
.login_yzm{
	display: none;
}
.login_mt28{
	margin-top: 28px;
}

.text-right{
	text-align: right;
}
.login_yzmdl{	
	height: 30px;
	line-height: 48px;
}
.login_yzmdl:hover{
	color: #3196fb;
}

/*登录页二维码*/
.erweimaBox{
	display: none;
	position:absolute;
	top:68px;
	right:-16px;
	width: 140px;
	height: 140px;
}
.code .appdownload:hover + .erweimaBox{
	display: inline-block;
}

.minierweimaBox{
	display: none;
	position:absolute;
	top:68px;
	right: -24px;
	width: 140px;
	height: 140px;
}
.code .mini:hover + .minierweimaBox{
	display: inline-block;
}
.sjx{
	position:absolute;
	top:-5px;
	left:74px;
	border-right: 1px solid #eeeeef;
	border-top: 1px solid #eeeeef;
	height: 10px;width: 10px;
	transform: rotate(-45deg);
	z-index: 9999;
	background: white;
}
.imgBox{
	border: 1px solid #eeeeef;
  line-height: normal;
	background: white;
	padding: 10px;
}
.phover{
	cursor: pointer;
}
.phover:hover{
	background-color: #EEEEEE;
}

.login-input{
    padding-top: 28px;
}

/* TODO 系统初始化 */
.login-input p{
	font-size: 12px;
}
.border-bg{
	margin-top: 10px;
	border:none;
	height: 48px;
	background: #F0F0FF;
	border-radius: 4px 4px 4px 4px;
	text-indent: 15px;
}
.yzm-btn{
	position: absolute;
	top: 70px;
	right: 15px;
}
.footTxt{
	text-align: center;
	margin-top: 40px;
	font-size: 12px;
}
.login-tabs .el-tabs__nav-wrap::after{
	display: none;
}
.login-tabs .el-tabs__header{
	margin-bottom: 0px;
}
.login-tabs{
	width: 80%;
	margin: 0 auto;
}
.login-tabs .el-tabs__nav{
	width: 100%;
	text-align: center;
}
.login-tabs .el-tabs__nav .el-tabs__item{
	width: 50%;
	font-size: 20px;
}
.login-tabs .el-tabs__active-bar {
	background-color: #575AEC;
	width: 60px !important;
	left: 30px;
}