.content.vc{
	position: relative;
	height: 100%;
	font-family: "microsoft yahei";
}

.vcBg{
	width: 100%;
	height:70%;
	/*background: url("../images/vcBg.png") no-repeat center;*/
	background-color: #a5e4f2;
	background-size: 100% 100%;
	position: absolute;
	top:15%;
	left: 0;
}

.contArea{
	width:1100px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.contArea:after{
	content: "";
	display: block;
	clear: both;
}

.contArea .logo{
	width: 193px;
	height:44px;
	background: url("../images/logo.png") no-repeat center;
	position: absolute;
	top:-15%;
	left: 0;
}

.contArea .part_left{
	float: left;
}

.contArea .part_right{
	float: right;
}

.contArea .part_left .icon{
	width:598px;
	height:460px;
	background: url("../images/bgImg.png") no-repeat center;
	background-size:100% 100%;
	position: absolute;
	left:0;
	top: 50%;
	margin-top: -230px;
}

.loginDialog{
	width: 350px;
	height: 420px;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	top:50%;
	right:0;
	margin-top:-210px;
}

.loginDialog .vcContainer{
	width: 300px;
	margin: 0 auto;
}

.loginDialog .title{
	font-size: 22px;
	color: #5B5B5B;
	padding: 30px 0;
	font-weight: 600;
}

.loginDialog .inputIcon{
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-top: 7px;
}

.loginDialog .inputIcon.account{
	background: url("../images/vcAccount.png") no-repeat center;
}

.loginDialog .inputIcon.password{
	background: url("../images/vcPassword.png") no-repeat center;
}

.loginDialog .vcButton{
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 38px;
	background-color: #5b9cf9;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
}

.loginDialog .vcButton:hover{
	background-color: #3c8cff;
	color: #fff;
}

.el-input.is-active .el-input__inner, .el-input__inner:focus{
	border-color:#5b9cf9;
}

.loginDialog .vcFooter{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-top:1px solid #F0F0F0;
	text-align: center;
	padding: 20px 0;
}

.loginDialog .vcFooter .tip{
	color: #757575;
	font-size: 12px;
}
.loginDialog .vcFooter .browser{
	margin-top: 15px;
}

.loginDialog .vcFooter .browser .icon{
	display: inline-block;
	width: 84px;
	height: 24px;
	background: url("../images/browser.png") no-repeat center;
	vertical-align: middle;
}

.contArea .vcCopyright{
	position: absolute;
	left: 0;
	bottom: -6%;
	width: 100%;
	text-align: center;
	color: #757575;
	font-size:12px;
}

.el-form-item.is-success .el-input__inner,
.el-form-item.is-success .el-input__inner:focus,
.el-form-item.is-success .el-textarea__inner,
.el-form-item.is-success .el-textarea__inner:focus{
	border-color: #5b9cf9
}

.el-form-item.is-success .el-input__validateIcon{
	color: #5b9cf9;
}
.canvas_btn{
	height: 50px;
	width: 120px;
	background: #FFF;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	cursor: pointer;
	color: #FFF;
	text-align: center;
	line-height: 50px;
}
.canvas_btn:hover{
	background-color: #eb8718;
}