.blackbg{
	background:url(../images/blackbg.png) repeat;
}

.wrap {
	    margin: 0 auto;
}

.area_select,#buystep2,#buystep3,#buystep5{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	z-index:1001;
	top:0;
	left:0;
}
.area_select .wrap,#buystep2 .wrap, #buystep3 .wrap, #buystep5 .wrap {
	background-color:#FFF;
	width:960px;
	padding:10px;
	margin-top:60px;
	border: solid 2px #ddd;
	box-shadow:0 0 3px #000;
	overflow-y:scroll;
	height:360px;
}
.area_select h3,#buystep2 h3,#buystep3 h3,#buystep5 h3{
	border-bottom:2px solid #5AF;
	font-size:1.3em;
	line-height:24px;
}
.area_select h3 a,#buystep2 h3 a, #buystep3 h3 a, #buystep5 h3 a{
	float:right;
	padding-right:8px;
	font-size:0.8em;
	color:#f00;
}
.area_select p,#buystep2 p, #buystep3 p,#buystep5 p{
	line-height:25px;
	padding:2px 0;
}
.area_select p a{
	text-align:center;
	display:inline-block;
	padding:0px;
	color:#565656;
	border:1px solid #FFF;
	margin:0 1px 0 0;
	width:73px;
	overflow:hidden;
}
.area_select p a.t,.area_select p span.t{
	float:left;
	width:70px;
	display:inline-block;
	text-align:center;
	background-color:#f0f0f0;
	color:#05F;
	font-size:1.1em;
}
.area_select p a.active,
.area_select p a:hover{
	color:#f50;
	border:1px solid #f50
}
.area_select p span{
	float:left;
	width:865px;
}
.area_select_m{
	width:100%;
	height:360px;
}
.area_select_n{
	float:left;
	width:100px;
}
.area_select_s{
	float:right;
	width:570px;
}
.area_select_n li{
	height:35px;
	border-bottom:1px solid #ddd;
	width:100%;
	line-height:35px;
	text-align:center;
	cursor:pointer;
}
.area_select_n li:last-child{
	border-bottom:0
}
.area_select_n li.sel{
	background-color:#FFF
}

.list_searchs {
	border: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	margin: 5px 25px;
}
.list_search {
	float: left;
	width:100%;
	margin-top: 0px;
}
.list_search_l {
	line-height: 40px;
	padding-bottom:10px; 
	float: left;
	border: 0px;
	width:11%;
}
.list_search_r {
	line-height: 40px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 2%;
	margin-right: 2%;
	float: left;
	border: 0px;
	width:83%;
}

#PingzhengUpload{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10001;
}
#PingzhengUpload .wrap{
	width:680px;
	margin-top:110px;
	position:relative;
}
#PingzhengUpload .close{
	position:absolute;
	right:0;
	top:0;
	width:36px;
	height:36px;
	line-height:32px;
	text-align:center;
	cursor:pointer;
	background-color:#F00;
	color:#FFF;
	font-size:28px;
}
#PingzhengUpload .wrap iframe{
	width:680px;
	height:230px;
}

#PingzhengUpload1{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10001;
}
#PingzhengUpload1 .wrap{
	width:680px;
	margin-top:110px;
	position:relative;
}
#PingzhengUpload1 .close{
	position:absolute;
	right:0;
	top:0;
	width:36px;
	height:36px;
	line-height:32px;
	text-align:center;
	cursor:pointer;
	background-color:#F00;
	color:#FFF;
	font-size:28px;
}
#PingzhengUpload1 .wrap iframe{
	width:680px;
	height:230px;
}

/* ---文件上传 ----		*/

a.input_file input[type=file]{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 340px; 
	z-index:999;
	font-size: 100px; /* 增大不同浏览器的可点击区域 */
	opacity: 0; /* 实现的关键点 */
	filter:alpha(opacity=0);/* 兼容IE */
	cursor:pointer;
}
a.input_file{
	display: inline-block; 
	position: relative; 
	width: 340px; 
	height: 28px; 
	overflow: hidden; 
	border: 1px solid #EBEBEB; 
	background: none repeat scroll 0 0 #F3F3F3; 
	color: #999999;
	text-align: left;
	cursor:pointer;
	vertical-align:middle
}
a.input_file span.file{
	display: block;
	width:340px;
	height:28px;
	position:absolute;
	line-height:28px;
	top:0;
	left:0;
	z-index:998;
} 
a.input_file span em{
	display: inline-block; 
	width: 18px; 
	height: 18px; 
	overflow: hidden; 
	margin: 5px 5px 10px 10px; 
	line-height: 20em; 
	vertical-align: middle; 
	background:url(../images/fileupload.png?new) no-repeat;
}
a.input_file:hover span em{
	background-position:-19px 0;
}C
.info_tabs{
	display:none;
}