*{
    font-family: "微软雅黑";
    font-size: 16px;
    border: 0;
    padding: 0;
    margin: 0;
    color: #666;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
body,html{height:100%;margin:0;padding:0}
.tips{
    position: absolute;
    top:135px;
    left: 50px;
}
.error-tips{
    color:#e60000;
    height: 35px;
    line-height: 35px;
    width: 300px;
    background: #ffd8d8;
    border:1px solid #e60000;
    border-radius: 5px;
    text-align: center;
}
#login{
    width: 100%;
    height: 100%;
    min-height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.login-body{
    position: absolute;
    width: 800px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px, rgba(0, 0, 0, 0.2) 0px 2px 24px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px, rgba(0, 0, 0, 0.2) 0px 2px 24px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px, rgba(0, 0, 0, 0.2) 0px 2px 24px;
    top:50%;
    left:50%;
    margin-left: -400px;
    min-height: 500px;
    overflow: hidden;
    margin-top:-250px;
}
.left{
    width: 400px;
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    min-height: 500px;
    background: #1592ef;
}
.leftimg{
    width: 100%;
    position: absolute;
    top:100px;
    left: 0;
}
.right{
    width: 400px;
    position: absolute;
    right:0;
    top:0;
    height: 100%;
    min-height: 500px;
    background: #fff;
}
.left-tit{
    position: absolute;
    bottom:10px;
    left:0;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: 200;
    line-height: 50px;
    color:#fff;
    text-align: center;
    width: 400px;
}
.right-tit{
    line-height: 100px;
    color:#333;
    text-align: center;
	margin-top:25px;
}
.right-tit .logo{
	border:none;
	width: 85%;
}
.list{
    position: relative;
    width: 300px;
    margin-left: 50px;
}
.username{
    margin-top: 0;
}
.password{
    margin-top: 30px;
}
.btn{
    border: none;
    color: #fff;
    width: 300px;
    margin-left: 50px;
    margin-top:50px;
    text-align: center;
    background-color: #1592ef;
    text-indent: 0rem;
    border-radius: 10px;
    text-shadow:2px 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow:2px 2px 1px rgba(0, 0, 0, 0.2);
    font-size:20px ;
    height: 50px;
	cursor:pointer;
    outline: none;
}
.btn:active{
	background-color: #000;
}

.list input{
     height: 55px;
     outline:none;
     background: #eef6fd;
     border-bottom:2px #d6e7fa solid ;
     width: 300px;
     padding-left: 55px;
}
.text3::-webkit-input-placeholder { color:#999; }
.text3::-webkit-input-placeholder { color:#999;}
.text3::-webkit-input-placeholder { color:#999;}
.password input{
	border: 0;
}

#yonghu img{
	height: 30px;
	position: absolute;
	left: 10px;
	top: 13px;
}