* {
	margin: 0;
	padding: 0;
}

body,html {
	/* height: 100%; */
	background-image: url(../image/bg.png);
}

.top-bar{
	height:36px;
	width:100%;
	background-image: url(../image/top-bar-bg.png);
	position: fixed;
	top:0;
}

.main-center{
	/* height: 99.7%; */
}

.center-div {
	width: 1000px;
	max-height:600px;
	margin: auto;
}

.logodiv {
	background-image: url(../image/logo-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	position:relative;
	background-position: top;
	width:250px;
	height:105px;
	line-height:105px;
	top:36px;
	left:50px;
	color:#efc70d;
	/* font-family:迷你大黑; */
	text-align:center;
}
.logodiv span{
	font-size:50px;
	font-family:迷你大黑;
}

.log-mapdiv{
	background-image: url(../image/log-map.png);
	background-repeat: no-repeat;
	position:relative;
	background-position: top;
	top:130px;
	left:70px;
	width:463px;
	height:231px;
}

.logform-div{
	position:relative;
	background-color:#fff;
	width:369px;
	height:382px;
	border:solid 1px #d2d9dc;
	left:600px;
	top:-190px;
}

.form-title{
	height:58px;
	line-height:58px;
	background-color:#f0c50f;
	overflow: hidden;
}
.form-title span{
	font-size:20px;
	margin-left:25px;
}

.form-input{
	padding-left:30px;
}

.email-title {
	height:50px;
	line-height:50px;
}
.email-title span{
	font-size:25px;
}

.email-input{
	background-image: url(../image/log-mailin.png);
	background-repeat: no-repeat;
	height:43px;
	line-height:43px;
	padding-top:12px;
}
.userIcon{
	float:left;
	background-image: url(../image/log-user.png);
	background-repeat: no-repeat;
	width:30px;
	height:30px;
	margin-left:13px;
}

.userNameInput{
	float:left;
	height:30px;
	line-height:30px;
	margin-left:10px;
	
}
.userNameInput input{
	height:32px;
	line-height:32px;
	width:250px;
	border:0px;
	color:#cacaca;
	font-size:25px;
	background-color:#fff;
}

.pswIcon{
	float:left;
	background-image: url(../image/log-psw.png);
	background-repeat: no-repeat;
	width:30px;
	height:30px;
	margin-left:13px;
}

.bottomdiv{
	height:55px;
	line-height:55px;
}

.checkboxdiv{
	float:left;
	height:30px;
	line-height:30px;
	font-size:14px;
	margin-top:15px;
	padding-left:5px;
	width: 150px;
  overflow: hidden;
}
.chck {
	float:left;
	margin-right:3px;
	height:30px;
	line-height:30px;
}
.chck input{
	position:relative;
	top:10px;
}

.pswword{
	float:left;
}

.submitbutton{
	background-image: url(../image/button.png);
	background-repeat: no-repeat;
	height:61px;
	line-height:61px;
	width:151px;
	float:right;
	margin-right:30px;
	font-size:20px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

.submitbutton:hover{
    background-image: url(../image/button-hover.png);
}

.blackbar{
	height: 42px;
	line-height:42px;
	width:100%;
	background-image: url(../image/bot-bar.png);
	background-repeat: repeat-x;
	color:#373737;
	font-size:14px;
	text-align:center;
}

.blackbar a{
	color:#373737;
	display:inline-block;
	font-size:14px;
	text-decoration:none;
	margin-left:5px;
	margin-right:5px;
	font-family:微软雅黑;
	height:42px;
	line-height:42px;
}

.moreinfo{
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
	padding-bottom:6px;
}

.infotext{
	color: #373737;
	text-align: center;
	font-size: 13px;
}

.footerdiv{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0px;
}
