*{
	margin: 0;
	padding: 0;
}
body {
	font-family: "微软雅黑";
    background-color: #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
div,input{box-sizing: border-box;}
a{text-decoration: none;}
.clear::after{
	content: "";
	display: block;
	clear: both;
}
.clear{
	zoom:1;
}
.login-main-wrap {
    position: relative;
    width: 100%;
    border: 1px solid transparent;

}

.login-logo{
	width: 980px;
	margin:55px auto 65px ;
}
.login-logo span{
	display: inline-block;
	*display: inline;
	*zoom:1;
	height: 45px;
}
.login-logo .line{
	width: 1px;
	margin: 0 30px;
	background-color: #e0e0e0;
}
.login-logo .text{
	vertical-align: middle;
	line-height: 45px;
	margin-top: -30px;
	color: #3a3a3a;
	font-size: 18px;
}
.login-content{
	width: 100%;
    background:url(../images/login-hyc-bg.jpg) no-repeat center ;
      height: 603px;
	
}
.login-main-con {
    margin: 0 auto;
    width: 980px;
    padding-top: 90px;
}

.login-main-right{
	position: relative;
	 float: right;
    /*width: 420px;*/
    height: 430px;
    padding: 30px 35px 0;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    
}
.login-main-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .5;
	border-radius: 10px;
	
}
.login-con{
	position: relative;
	z-index: 2;
}
.login-main-right p{
	text-align: center;
	font-size: 18px;
	color:#48c1ae;
	padding-bottom: 25px;
	margin-bottom: 48px;
	border-bottom: 2px solid #48c1ae;
}

.login-main-right .input_user{
	margin:0 12px 30px ;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background: #dcdcdc url(../images/login-hyc-user.png) no-repeat 18px center  ;;
}

.login-main-right input[type=text],.login-main-right input[type=password]{
	border:none;
	width: 281px;
	height: 45px;
	font-family: "微软雅黑";
	margin-left: 57px;
	padding-left: 10px;
	outline: none;
	border-radius: 0 5px 5px 0;
}

.login-main-right .input_pass{
	margin: 0 12px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background: #dcdcdc url(../images/login-hyc-pass.png) no-repeat 18px center  ;
	
}
.login-main-right .border{
	margin: 0 12px;
	height: 45px;
	border-bottom: 1px dashed #e0e0e0;
}
.login-main-right  .button{
	font-family: "微软雅黑";
	margin: 40px 12px;
	width: 340px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 16.5px;
	background-color: #42d0b7;
	border-radius: 5px;
	border:none;
	outline: none;
	cursor: pointer;
}
