* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #b5b5b6;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

a {
	cursor: pointer;
	text-decoration: none;
}

input,
button {
	border: none;
	outline: none;
	background: none;
	padding: 0;
}

.main {
	position: absolute;
	left: 50%;
	margin-left: -215px;
	top: 50%;
	margin-top: -370px;
}

.lui_logo {
	width: 100%;
	text-align: center;
}

.lui_mess {
	position: absolute;
	top: 76px;
	font-weight: bold;
	color: #ea5200;
}

.lui_login_box {
	width: 340px;
	height: auto;
	padding: 10px 30px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 255px;
}

.lui_login_box .lui_dl {
	width: 100%;
	height: 60px;
	margin-bottom: 30px;
	border-bottom: 1px solid #efefef;
	text-align: center;
	/*background: url(../img/i1.png) center no-repeat;*/
}

.lui_login_box .lui_dl b {
	font-weight: normal;
	color: #595757;
	font-size: 26px;
	padding-top: 17px;
	line-height: 40px;
	display: inline-block;
	border-bottom: 3px solid #898989;
}

.lui_login_box div {
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
}

.lui_login_box div input {
	line-height: 40px;
	color: #b5b5b6;
	width: 100%;
	height: 100%;
	border: 1px solid #e4e4e5;
	border-radius: 5px;
	padding: 0;
	text-indent: 2em;
	border: none;
	background: #f4f4f4;
	outline: none;
	box-shadow: none;
	margin-bottom: 0;
}

.lui_login_box .lui_yz {
	padding-bottom: 20px;
}

.lui_login_box .lui_yz b {
	font-weight: normal;
	display: inline-block;
}

.lui_login_box .lui_yz input {
	background: #f4f4f4;
	height: 30px;
	width: 70px;
	line-height: 30px;
	border: 1px solid #e4e4e5;
	border-radius: 5px;
	border: none;
	background: #f4f4f4;
	outline: none;
	box-shadow: none;
	padding: 0;
	margin-bottom: 0;
}

.lui_login_box .lui_yz img {
	vertical-align: middle;
}

.lui_login_box .lui_yz a {
	color: #0271ff;
}

.btn {
	width: 100%;
	/*background: url(../img/btn.png);*/
	background: #0271ff;
	color: #fff;
	text-align: center;
	height: 40px;
	line-height: 40px;
	padding: 0 0 25px 0;
	box-shadow: none;
	border: 0;
	font-size: 18px;
	text-shadow: none;
	outline: none;
	background-position: 0 0;
	-moz-box-shadow: 0px 10px 20px 0px rgba(2, 113, 255, 0.5)
	-webkit-box-shadow: 0px 10px 20px 0px rgba(2, 113, 255, 0.5)
	box-shadow: 0px 10px 20px 0px rgba(2, 113, 255, 0.5);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#0271ff', Direction=180, Strength=10)!important;
}

.btn:hover {
	background-color: #ff4d36;
	color: #fff;
	background-position: 0 0;
}

.btn:active {
	background-color: #ff4d36;
	color: #fff;
	/*background-image: url(../img/btn.png);*/
	box-shadow: none;
	outline: none;
	background-position: 0 0;
}

.btn:focus {
	outline: none;
	color: #fff;
	background-position: 0;
	background-color: #ff4d36;
	line-height: 40px;
}

.liu_rm {
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	padding-top: 20px;
}

.liu_rm span {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: sub;
	background: url(../img/check.png);
	margin-right: 10px;
}

.liu_rm span.on {
	background: url(../img/check_on.png);
}

.foot {
	color: #fff;
	position: absolute;
	bottom: 10px;
	font-size: 14px;
	width: 100%;
	text-align: center;
}