.position {
	position: absolute;        /*当窗口缩小时，定位内容居中显示*/
	top: 50%; 
	left: 50%;
	width: 750px;
	margin:-230px 0px 0px -375px;
}
.land_form .land_tit {
	background: url(../images/land-companyName.png) center center no-repeat;
	width: 750px;
	height: 60px;
}
.land_form .login_text {margin: 40px 0 80px 0;}


.land_form {
text-align: center;
}
.account, .password {
text-align: left;
float: none;
display: inline-block;
margin: 0 5px;
}


.land_form label {
	color: #fff;
	color: #ccc\9;
	text-shadow: -1px 1px 2px #000;
	display: block;
	margin-bottom: 5px;
	margin-left: 5px;
}
.land_form input[type="text"],
.land_form input[type="password"] {
	background-color: #BED0D4;
	box-shadow: 1px 2px 5px 3px #b9b9b9 inset;
	padding: 10px;
	width: 260px;
	font-size: 14px;
	border: 1px solid #004854;
	border-radius: 5px;
}

.land_form input.verification_width {
	width: 90px;
}


.cbp-bislideshow img {height: 100%}

.land_form .verification_img {
	border-radius: 5px;width: 100px;height: 38px;margin-top: 21px;
}


.land_form .remember {
  padding: 50px 0 0 0;
  font-size: 14px;
}

.land_form .remember .remember_word {
	vertical-align: middle;
	margin-right: 5px;
}


.land_form .land_btn {
background: url(../images/land-btn.png) center center no-repeat;
width: 200px;
height: 43px;
border: none;
color: #fff;
font-size: 16px;
text-align: center;
margin: 0 0 60px 0;
}


label.fieldError {
  line-height: 23px;
  color: #ffb042;
  position: absolute;
}
.footer {
	text-align: center;
}
.footer .wechat_account p {
	display: inline-block;
	color: #fff;
}
.footer .wechat_account p a {
	display: inline-block;
	position: relative;
	width: 15px;
	bottom: -4px;
	height: 15px;
	background: url(../images/sprite.png) 0 -550px no-repeat;
	margin: 0 10px;
	border-radius: 3px;
}
.footer .wechat_account a {
	color: #fff;
	margin-left: 10px;
}
.footer .copyright {
	color: #fff;
	margin-top: 10px;
}
.footer .wechat-img {
	display: none;
	margin: -100px 0 0 305px;
	width: 149px;
	height: 162px;
	background: url(../images/wechat_bg.png) center center no-repeat;
}
.footer img {
	position: relative;
	bottom: -1px;
}
.footer .wechat-img img:hover {
	cursor: url(../images/cursor.cur),pointer;
}


.bomb_box{
	display:none;
	}

/*销售账户弹框*/
.bomb_box .black_bg {
	background-color: #000;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bomb_box .select_user {
	position: fixed;
	z-index: 100;
	top: 50%;
	left:50%;
	margin-left: -150px;
	margin-top: -125px;
	width: 300px;
	height: 250px;
	background-color: #cedadd;
	border: 1px solid #004753;
	text-align: center;
}
.bomb_box .select_user .select_tit {
	font-size: 18px;
	margin-top: 50px;
	color: #004753;
}
.bomb_box .select_user .select_account {
	width: 200px;
	height: 40px;
	margin-top: 40px;
	font-size: 14px;
	line-height: 40px;
	margin-left: 49px;
	display: block;
	vertical-align: middle;
	padding:10px 0\9;
}
.bomb_box .select_user .submit_btn {
	width: 200px;
	height: 40px;
	background-color: #ff8800;
	border-radius: 5px;
	color: #fff;
	border:none;
	margin-top: 30px;
	font-size: 16px;
	/* letter-spacing: 20px; */
}

