@charset "gb2312";
/* CSS Document */
*{ padding:0px; margin:0px;}

body {
	background: url(/images/bj_01.jpg) repeat-x center -156px;

	font-family: "微软雅黑";
}
#box{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/images/map.jpg);
	background-repeat: no-repeat;
	padding-top: 75px;
}
#logo{ margin-left:30px;}

#userLogin{ width:194px; margin-left:150px;}
#block{
	height:360px;
	width: 560px;
	background-image: url(/images/block_bj.png);
	background-repeat: no-repeat;
	padding-top: 73px;
	padding-left: 80px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

*html #block{
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src="images/block_bj.png");
	background-image: none;
	
}
#login{
	overflow:hidden;
	margin-top:22px;
	height:138px;
	width:475px;
	display:block;
	
}
#block #left{
	float:left; width:110px; height:138px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #989797;
}
#block #right{
	float:left; padding-left:15px;height:138px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #efefef;
}
#right .field{
	height:35px;
	overflow:hidden;
	margin-top:10px;

	width:330px;
	
}
label{
	font-size:18px;
	line-height:35px;
	height:35px;
	float:left;
	font-weight:500;
}
input{
	font-size:16px;
	height:35px; line-height:35px;
	border:0px; float:left;
	width: 230px;
	background-image: url(/images/input_bj.gif);
	background-repeat: no-repeat;
	padding-left:10px;
    margin-left: 17px;
}
#bottom{ margin-left:322px; clear:left;text-align:center;
	 width:101px; height:40px;background-image: url(/images/bottom.jpg);background-repeat: no-repeat; display:block;
}

#bottom .J_Submit{ 
	color:#ffffff; width:101px; height:40px;
	font-size:18px; background:none;
	line-height:40px;
	border:0px; 	font-family: "微软雅黑";
}

#floor{ color:#FFF; margin-left:675px; font-size:16px;}

   
   
   
   @media screen and (min-device-height: 1051px) {
	html {
		transform: scale(1.4);
		-webkit-transform: scale(1.4);
		-o-transform: scale(1.4);
		-moz-transform: scale(1.4);
		overflow: hidden;
		margin-top: 180px;
	}
}

@media screen and (device-height: 1050px) {
	html {
		transform: scale(1.36);
		-webkit-transform: scale(1.36);
		-o-transform: scale(1.36);
		-moz-transform: scale(1.36);
		overflow: hidden;
		margin-top: 160px;
	}
}

@media screen and (device-height: 1024px) {
	html {
		transform: scale(1.33);
		-webkit-transform: scale(1.33);
		-o-transform: scale(1.33);
		-moz-transform: scale(1.33);
		overflow: hidden;
		margin-top: 145px;
	}
}

@media screen and (device-height: 960px) {
	html {
		transform: scale(1.25);
		-webkit-transform: scale(1.25);
		-o-transform: scale(1.25);
		-moz-transform: scale(1.25);
		overflow: hidden;
		margin-top: 105px;
	}
}

@media screen and (device-height: 900px) {
	html {
		transform: scale(1.18);
		-webkit-transform: scale(1.18);
		-o-transform: scale(1.18);
		-moz-transform: scale(1.18);
		overflow: hidden;
		margin-top: 70px;
	}
}

@media screen and (device-height: 800px) {
	html {
		transform: scale(1.04);
		-webkit-transform: scale(1.04);
		-o-transform: scale(1.04);
		-moz-transform: scale(1.04);
		overflow: hidden;
		margin-top: 15px;
	}
}