ul,li{
	list-style: none;
}
body{
	min-width: 1300px; 

}
header{
	width: 100%;
	height: 80px;
	box-shadow: 5px 5px 5px #ccc;
	background-color: #fafafa;
}
header .head-all{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
header .head-logo{
	float: left;	
	width: 80px;
	margin-top: 10px;
}

.btn-danger {
   color: #fff;
   background-color: red;
   border-color: red;
}


header .head-right{
	float: right;
	text-align: center;
	line-height: 80px;
	overflow: hidden;
}
header .head-right li{
	float: left;
	width: 50px;
	margin-right: 20px;
}
header .head-right li a{
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
header .head-right li:last-child{
	margin-right: 0;
}
header .head-right .head-act{
	border-bottom: 3px solid orangered;
}
header .head-right .head-act a{
	color: orangered;
}
/*返回首页*/
header .shouye{
	float: right;
	width: 100px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	margin-top: 18px;
	margin-right: 50px;
	border-radius: 5px;
	border: 1px solid #E67E22;
}
header .shouye a{
	width: 100px;
	height: 45px;
	font-size: 18px;
	color: #E67E22;
	display: inline-block;
	text-decoration: none;
}
/*登录*/
.login{
	width: 100%;
	margin-top: 50px;
}
.login-all{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	overflow: hidden;
}
.login .login-left{
	width: 750px;
	height: 380px;
	float: left;
	margin-top: 25px;
}

.login .login-left img{
	width: 100%;
	height: 100%;
}


.login .login-right{
	width: 400px;
	float: right;
	border: 1px solid #ccc;
}
.login .login-right1{
	width: 300px;
	margin: 30px auto 0 auto;
}
.login .login-right1 .dlzh{
	text-align: center;
}
.login .login-right .input01 span{
	top: -30px;
	left: 8px;
	position: relative;
}
.login .login-right .input01{
	/*position: relative;*/
}
.login .login-right input{
	text-indent: 2rem;
}


/*动画*/
.login .login-right .login-form{
	margin-left: 200px;
}
.login .login-right .login-form img{
	width: 76px;
	height: 76px;
}

.login .login-right .login-form .login-form02{
	display: none;
}



.tip_border{
	border:1px solid red;
}







/*忘记密码*/
.remember .remember-left a{
	text-decoration: none;
	color: #0085D0;
}




/*登录按钮*/
.login .dl{
	width: 300px;
	height: 40px;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
	background-color: red;
}
.login .dl a{
	width: 300px;
	height: 40px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}


/*立即注册*/
.login .forget{
	width: 300px;
	height: 40px;
	margin-top: 30px;
	margin-bottom: 80px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.login .forget span{
	color: #5E5E5E;
}
.login .forget a{
	text-decoration: none;
	color: orangered;
}


/*页脚*/
footer{
	width: 100%;
	height: 100px;
	/*position: fixed;*/
	bottom: 0;
	margin-top: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #E3E3E3;
}

p{
	margin-top: -10px
}
