@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

html,
body {
	height: 100%;
}

#nr {
	width: 100%;
	height: 100%;
	background: url(../images/login/bj.jpg) center no-repeat;
	background-size: cover;
}

.logo {
	position: absolute;
	top: -80px;
	left: -38px;
}

.login {
	width: 470px;
	height: 275px;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	left: 50%;
	margin-left: -245px;
	top: 50%;
	margin-top: -170px;
	box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.3);
	padding: 10px;
	border-radius: 7px;
}

.login-in {
	width: 100%;
	height: 100%;
}

.login-in span {
	margin-left: 30px;
	display: inline-block;
	width: 395px;
	margin-top: 20px;
	padding-left: 15px;
	background: #fff;
	height: 50px;
	line-height: 50px;
}

.login-in h4 {
	height: 40px;
	color: #38adff;
	line-height: 35px;
	border-bottom: 2px solid #38adff;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 700;
}

.login-in span input {
	border: none;
	outline: none;
	font-size: 14px;
	color: #666666;
	width: 350px;
}

.login-in span i {
	display: inline-block;
	font-style: normal;
	vertical-align: middle;
	margin-right: 15px;
}

.login-in span i.user {
	width: 20px;
	height: 20px;
	background: url(../images/login/user.png) no-repeat;
}

.login-in span i.password {
	width: 20px;
	height: 20px;
	background: url(../images/login/password.png) no-repeat;
}

.login-in ul {
	margin-left: 30px;
	margin-top: 15px;
	overflow: hidden;
}

.login-in li {
	float: left;
	list-style: none;
	color: #666666;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

.login-in li input {
	margin-right: 3px;
	float: left;
	margin-top: 4px;
	outline: none;
}

.login-in li a {
	color: #666666;
	text-decoration: none;
}

.dl_btn {
	height: 50px;
	width: 410px;
	border-radius: 6px;
	border: none;
	background: #f2b438;
	color: #ffffff;
	font-weight: normal;
	cursor: pointer;
	margin-left: 30px;
	margin-top: 15px;
	line-height: 50px;
	font-size: 18px;
	outline: none;
}

.dl_btn:hover {
	background: #e8ad38;
	outline: none;
}

.tltle {
	width: 405px;
	height: 30px;
	background: none;
	line-height: 30px;
	font-size: 14px;
	position: absolute;
	left: 46px;
	top: 5px;
	color: #fc5855;
	padding-left: 5px;
	display: none;
}

.tltle images {
	float: left;
	margin-top: 8px;
	margin-right: 5px;
	margin-left: 5px;
}

.wxts{ position: absolute; top: 310px; color: #fff; font-size: 13px;}
.wxts p{ margin-bottom: 5px;}
.wxts p a{ margin-right: 20px; color: orange;}
.wxts p a:hover{color: orange;}
.wxts p span{ display: inline-block; width: 45px; text-align: right;}
.ewm{ position: fixed;bottom: 10px; right: 10px; text-align: center;}
.ewm h4{ font-size: 14px; color: #fff; margin-bottom: 5px;}
.ewm span images{ width: 100px;}
.ewm>p{ font-size: 16px; color: #fff; margin-bottom: 10px;}
.ewm span p{ font-size: 13px; color: #fff;}
.ewm span{margin-bottom: 10px; display:block;}
.ewm span:last-child{ margin-bottom: 0px;}

.copy-rights {
	position: fixed;
	bottom: 20px;
	left: 20%;
	right: 20%;
	text-align: center;
}
