.top-wrapper {
	width: 100%;
	height: 500px;
	background: url(../images/terminal-pic1.jpg) center no-repeat;
}
.tab-container {
	width: 100%;
	max-width: 1920px;
	height: 60px;
	background: #f5f5f5;
	margin: 0 auto;
	text-align: center;
}
.tab-container .tab-l {
	width: 185px;
	height: 60px;
	font-size: 14px;
	text-align: center;
	line-height: 60px;
	float: left;
}
.tab-container .tab-r {
	width: 340px;
	height: 60px;
	font-size: 14px;
	color: #fff;
	background: #4f0000;
	float: right;
	line-height: 60px;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.city-box {
	margin-top: 73px;
}
.city-box .prov, .city-box .city{
	width: 128px;
	height: 30px;
	border: 1px solid #999999;
}
.city-box .confirm{
	width: 65px;
	height: 30px;
	background: #414042;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	border: 0;
	display: inline-block;
	vertical-align: top;
}
.select-box {
	margin-top: 20px;
}
.select-box .tip {
	font-weight: bold;
}
.select-box span {
	font-size: 14px;
	color: #999999;
}
.show-box {
	margin-top: 44px;
}
.show-box .position {
	border-bottom: 1px solid #d0d0d0;
	font-size: 20px;
	color: #393939;
	padding-bottom: 5px;
}
.show-box .store-list {
	width: 600px;
	height: 210px;
	margin: 37px 0 17px 0;
	float: left;
}
.show-box .store-list .pic {
	width: 221px;
	height: 186px;
}
.show-box .store-list .detail-box {
	display: inline-block;
	width: 310px;
	vertical-align: top;
	margin-left: 13px;
}
.show-box .store-list .detail-box .p1 {
	font-size: 18px;
	color: #414042;
	font-weight: bold;
}
.show-box .store-list .detail-box .p2 {
	font-size: 16px;
	color: #999999;
	margin-top: 14px;
	height: 32px;
}
.show-box .store-list .detail-box .p3 {
	font-size: 16px;
	color: #333333;
	margin-top: 16px;
}
.show-box .store-list .detail-box .show-detail {
	width: 75px;
	height: 25px;
	background: #4f0000;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin-top: 63px;
}