@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑", Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #f1f7ff;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

* {
	font-size: 14px;
	line-height: 24px;
}

img {
	border: 0px;
}

li {
	list-style: none;
}

/* login*/
.body {
	background-image: url(../images/login/login_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	/* height: 600px; */
	width: 100%;
}

.login {
	height: auto;
	width: 589px;
	margin: 0px auto;
	margin-top: 130px;
}

.login img {
	margin-left: 30px;
}

.login_con {
	background-image: url(../images/login/login_con.png);
	height: 330px;
	width: 589px;
	margin: 0px auto;
	position: relative;
	z-index: 0;
}

.login_con2 {
	/* position: absolute; */
	z-index: 5;
	left: 80px;
	top: 30px;
	width: 593px;
}

.login .tit {
	font-size: 16px;
	color: #fff;
	margin: 20px 0px;
}

.login .user {
	width: 589px;
	float: left;
}

.login .user .font {
	width: 15%;
	text-align: left;
	font-size: 16px;
	color: #fff;
	float: left;
	line-height: 40px;
}

.login .user .input_user {
	background-image: url(../images/login/input_user.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	background-color: #fff;
	border: 0px;
	width: 300px;
	float: left;
	padding-left:55px;
}

.login .password {
	width: 589px;
	float: left;
	margin: 20px 0px;
}

.login .password .font {
	width: 15%;
	text-align: left;
	font-size: 16px;
	color: #fff;
	float: left;
	line-height: 40px;
}

.login .password .input_password {
	background-image: url(../images/login/input_password.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 40px;
	background-color: #fff;
	border: 0px;
	width: 300px;
	float: left;
	padding-left:55px;
}

.button {
	margin-top:20px;
	width:300px;
	height:60px;
	/* float: left;
	padding-left: 15%; */
}

.forgetpwd{
	float: left;
	margin-top:10px;
	margin-left:300px;
}

.forgetpwd a{
	color:#fff;
}

.button_1 {
	cursor: pointer; 
	width:300px;
	height:60px;
	background-color: #2F669A;
	/* background-image: url(../images/login/button_bg.png); */
	/* background-repeat: repeat-x; */
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}

#messageBar {
	width: 450px;
	height: 200px;
	display: none;
	color: red;
	text-align: left;
	overflow: auto;
}

.login_box {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: flex;
	overflow: hidden;
	/* background-image: url(../assets/baseImg/login/big_bg.png);; */
	/* padding-right: 120px; */
	align-items: center;
	justify-content: flex-end;
	background-size: 100% 100%;
  }
  .loginLeft > img {
	position: absolute;
  }
  .loginLeft .icon1{
	height: 411px;
	width: 141px;
	left:195px;
	top: 106px;
  }
  .loginLeft .icon2{
	height: 411px;
	width: 141px;
	left:376px;
	top: 160px;
  }
  .loginLeft .icon3{
	height: 411px;
	width: 141px;
	left:558px;
	top: 98px;
  }
  .loginLeft .icon4{
	width: 173px;
	height: 68px;
	right: 100px;
	bottom: 88px;
  }
  .loginLeft {
	height: 100%;
	width: 66.7%;
	background-image: url(../images/login/login_left.png);
	position: relative;
	background-size: 100% 100%;
  }
  .loginRight {
	height: 100%;
	width: 33.3%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-image: url(../assets/baseImg/login/login_right_logo.png); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
  }
  .login-btn button {
	height: 60px;
	width: 100%;
	background-color: #2F669A;
	color: #ffffff;
	font-size: 20px;
  }
  .loginForm {
	/* margin-top: 80px;
	height: 410px;
	width: 80%;
	border-radius: 0 10px 10px 0; */
  
	  height: 410px;
	  width: 320px;
	  border-radius: 0 10px 10 px 0;
	  /* .el-form-item{
		margin-top: 0;
		margin-bottom: 20px;
	  } */
  }
  
  .loginForm .el-divider{
	background-color: #2F669A;
	
	margin: 0 auto;
  
  }

  .title {
    width: 100%;
    height: 56px;
    font-size: 30px;
    font-weight: normal;
    line-height: 56px;
    color: #000000;
    opacity: 1;
    text-align: justify;
    margin: 0 auto;
  }
  .title:after {
      display: inline-block;
      width: 100%;
      content: '';
  }
  #formLogin{
	margin-top:30px;
  }