html{
	background: #eaedef;
	height: 100%;
	color: #000 !important;
}
body{
	padding: 0px;
	margin: 0px;
	background: url('../images/login_bg.png');
	background-size: 100% 100%;
    height: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}
*{
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.header{
	height: 80px;
}

.header .left{
	width: 300px;
	height: 45px;
	float: left;
	padding-top: 20px;
	font-size: 32px;
    color: #3f79da;
    padding-left: 20px;
}
.header .logo{
	width: 100%;
	height: 45px;
	margin:0 auto;
	padding:0px 30px;
}
.header .logo img{
	height: 40px;
	    margin-top: 10px;
}
.header .left img{
	height: 40px;
}
.header .right{
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}
.layui-nav{
	background: none;
	color: #fff;
}
.layui-nav .layui-nav-item a{
	color: #fff;
}
.layui-nav-item a:hover{color:#000!important}
.layui-nav .layui-nav-item a img{
	width: 20px;
	margin-right: 5px;
}
.layui-nav-child img{
	width:150px;
	height: 150px;
}
.layui-nav .layui-nav-more{
	border-color: #666 transparent transparent;
	border-top-color: #666;
}
.layui-nav .layui-nav-mored,.layui-nav-itemed>a .layui-nav-more{
	border-color:transparent transparent #666;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
	background-color: #3f79da;
}
.login-box{
	width: 860px;
    height: 465px;
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,1);
    border-radius: 5px;
    z-index: 2;
    overflow: hidden;
    background: rgba(255,255,255,1);
    margin: 0 auto;
    margin-top: 60px;
}
.login-box .left{
	width: 50%;
	height:100%;
	background:url("../images/login_left_bg.png?v=1");
	float: left;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
.login-box .right{
	width: 50%;
	float: left;
	padding: 30px 40px;
}
.login-box .right .title{
	font-size: 20px;
	color: #666;
	margin-bottom: 30px;
}
.input-box{
    height: 45px;
    line-height: 45px;
    position: relative;
    margin-bottom: 25px;
}
.input-box input,.input-box select{
	height: 100%;
    width: 100%;
    padding-left: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.input-box input:focus,.input-box select:focus{
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	border:1px solid #66afe9;
}
.input-box span{
	width: 28px;
    height: 28px;
    position: absolute;
    top: 7px;
    left: 5px;
	
}
.remember{
	font-size: 13px;
    margin-bottom: 25px;
}
.remeberme{
	float: left;
}
.remeberme input{
	vertical-align: -3px;
}
.findpwd{
	float: right;
}
.findpwd a{
	color: #3f79da;
}
.findpwd a:hover{
	text-decoration: underline;
	color: red;
}
.login-btn{
	text-align: center;
    background: #3f79da;
    height: 42px;
    line-height: 42px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}
.login-btn:hover{
	background: #356ac2;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tips{
	font-size: 13px;
    margin-top: 20px;
    color: #888;
}
.input-box .icon-phone{
	background:url("../images/login_phone.png");
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
.input-box .icon-pwd{
	background:url("../images/login_pwd.png");
	background-repeat: no-repeat;
    background-size: 100% 100%;
}
.copyright{
	
	text-align: center;
    margin-top: 100px;
        line-height: 25px;
    color: #acabab;
    font-size: 13px;
}