﻿*{
	margin:0;
	padding: 0;
	outline: none;
}
body{
	font-family: "Microsoft YaHei",微软雅黑;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
input::input-placeholder{
	color:#bababa;
} 
/* WebKit browsers */ 
::-webkit-input-placeholder { 
	color:#bababa; 
} 
/* Mozilla Firefox 4 to 18 */ 
:-moz-placeholder { 
	color:#bababa; 
} 
/* Mozilla Firefox 19  */ 
::-moz-placeholder { 
	color:#bababa; 
} 
/* Internet Explorer 10  */ 
:-ms-input-placeholder { 
	color:#bababa; 
}
.hide{
	display: none;
}
.login-bg{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: url(../images/login-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
.login-box{
	position: absolute;
	width: 1280px;
	height:520px;
	left: 50%;
	margin-left:-640px;
	margin-top:-260px;
	top: 50%;
	z-index: 11;
}
.login-logo{
	position:absolute;
	left:2rem;
	top:2rem;
	width: 200px;
	height:54px;
	background:url(../images/login-1.png) no-repeat;
	background-size: 100% 100%;
}
.login-img{
    float: left;
    width: 600px;
    position: absolute;
    top: 15%;
    left: 4%;
    background: url(../images/login-5.png) no-repeat;
    background-size: 100% 100%;
    height: 433px;
}
.login-img h2{
	color: #fff;
	font-size: 2.4rem;
	font-weight: normal;
	margin-bottom: 0.6rem;
}
.login-img p{
	font-size: 1.3rem;
	color: #fff;
}
.login-img img{
	margin-top: 30px;
	width:100%;
}
.login-user{
    position: absolute;
    right: 8%;
    top: 0;
    background-color: #fff;
    height: 450px;
    width: 400px;
}
.login-div{
	width: 1280px;
	background-color: #f00;
	margin:0 auto;
}
.login-user-top{
	background:url(../images/login-3.jpg) no-repeat;
	height: 20%;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.login-user-bottom{
	background:url(../images/login-4.jpg) no-repeat;
	height: 17%;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	width: 100%;	
}
.login-user-mian{
	position: absolute;
	top:12%; 
	width: 100%;
}
.login-mian-title{
	text-align: center;
	font-size: 1.6rem;
	color: #474747;
	padding: 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.login-main-upond{
	margin: 15px 30px;
	border-bottom:1px solid #eee; 
}
.login-main-upond ul{
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: center;
 	align-items: center;
}
.login-main-upond ul li{
	padding: 0 20px;
	font-size: 16px;
	cursor: pointer;
	margin:0 10px;
}
.login-main-upond ul .cur{
	color: #ff844b;
	border-bottom: 2px solid #ff844b;
}
.login-mian-div{
	margin:0 30px;
}
.login-mian-box{
	position: relative;
	padding-bottom: 20px;
	height: 47px;
}
.login-mian-input{
	border:1px solid #eee;
	height: 45px;
	line-height: 45px;
	border-radius:3px;
	position: relative;
}
.login-mian-input input{
	font-size: 14px;
	border:0;
	height:45px;
	position: absolute;
	right: 15px;
	left: 45px;
	outline: none;
}
.login-mian-input span{
	color: #b2b2b2;
	font-size: 18px;
	margin-left: 10px;
}
.login-mian-text{
	color: #f00;
	font-size: 12px;
	position: absolute;
 	right: 5px;
 	bottom: 3px;
	left: 5px;
	margin: 0;
}
.login-mian-btn{
	margin-top: 15px;
}
.login-mian-btn input{
	width: 100%;
	border:0;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	cursor: pointer;
	background-color: #ff844b;
	color: #fff;
	border-radius: 3px;
}
.login-mian-btn input:hover{
	background-color:#fb6a27;
}
.login-mian-checkbox{
	margin-top: 10px;
}
.login-mian-checkbox input{
	position: relative;
	top: -1px;
}
.login-mian-checkbox span{
	color: #666;
	font-size: 12px;
}
.login-mian-checkbox span a{
	color: #2d8bff;
}
.login-zhuce{
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}
.blue-tit{
	color: #858585  !important;
}
.yellow-tit{
	color: #2d8bff  !important;
}
.sjyzm{
	background-color: #f9f9f9;
    border: 1px solid #eee;
    width: 35%;
    float: right;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #868686;
    border-radius: 3px;
    cursor: pointer;
}
.login-footer{
	position: absolute;
	bottom:1rem;
	width: 100%;
}
.login-footer p{
	color: #dce9fc;
	text-align: center;
	font-size: 14px;
}
.login-text{
	color: #a4a4a4;
	position: absolute;
	left: 0;
    right: 0;
	bottom:0;
	text-align: center;
	font-size: 12px;
}