* {
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	min-width: 980px;
	overflow: hidden;
	width: 100%;
	font-family: '微软雅黑';
}

/*中间部分的css控制*/
.middle {
	margin-top: 3%;
}

.ver {
	width: 407px;
}

.ver-input {
	text-indent: 8px;
	font-size: 18px;
	height: 42px;
	width: 235px;
	color: #A9A9A9;
	border: 1px solid #D9D9D9;
	outline: none;
}

.verification {
	margin-left: 15px;
	background-color: #0099CD;
	height: 44px;
	width: 148px;
	font-size: 19px;
	color: #FFFFFF;
	outline: none;
}

input, img {
	vertical-align: middle;
}

.icon {
	height: 42px;
}

.login-btn {
	font-size: 21px;
	width: 407px;
	font-weight: bold;
	height: 44px;
	color: #fff;
	margin-left: 0px;
	background-color: #0099CD;
	outline: none;
	cursor: pointer;
}

.account {
	text-indent: 8px;
	font-size: 18px;
	height: 40px;
	width: 354px;
	outline: none;
}

.account-li {
	border: 1px solid #D9D9D9;
	width: 403px;
}

li {
	height: 35px;
	margin-top: 26px;
}

.login-ul {
	margin: auto;
	width: 420px;
	list-style-type: none;
}

.nametips {
	position: absolute;
	left: 1170px;
	top: 423px;
	color: #858c90;
	font-size: 15px;
	display: none;
}

.pwdtips {
	position: absolute;
	left: 1170px;
	top: 484px;
	color: #858c90;
	font-size: 15px;
	display: none;
}

.codetips {
	position: absolute;
	left: 1170px;
	top: 545px;
	color: #858c90;
	font-size: 15px;
	display: none;
}

/*这是上下两部分的控制*/
.top {
	height: 60%;;
	background-image: url(/ipurayams/RES/images/login/bg.jpg);
}

.bgd-img {
	margin-top: 60px;
}

.bottom {
	background-color: #0099CD;
	width: 100%;
	height: 35px;
	line-height: 36px;
	text-align: center;
	border-top: 1px solid #E3E3E3;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	color: #fff;
}