.banner {
	background-color: #fff;
}

.head-pic {
	width: 100%;
	min-width: 1200px;
}

.location-layout {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.location {
	height: 50px;
	width: 500px;
	margin: 20px auto;
	border: 1px solid #ccc;
}

.location-type {
	float: left;
	height: 100%;
	width: 80px;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
	background-color: #efefef;
}

.location-input {
	float: left;
	box-sizing: border-box;
	height: 100%;
	width: 370px;
	font-size: 15px;
	padding-left: 5px;
	line-height: 50px;
	cursor: pointer;
}

.location i {
	display: inline-block;
	font-style: normal;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #3baaff;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	margin: 10px 0 0 10px;
}

.board {
	min-width: 1200px;
	overflow: hidden;
	background-color: #ededed;
}

.board-mid {
	width: 1200px;
	margin: 20px auto;
	padding-bottom: 20px;
	background-color: #fff;
	overflow: hidden;
}

.board-mid .title {
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	line-height: 26px;
	font-size: 26px;
}

.board-mid .title span {
	float: left;
	width: 550px;
	padding: 20px 15px;
	box-sizing: border-box;
	background-color: #ccc;
	cursor: pointer;
}

.board-mid .title span.active,
.board-mid .title span:hover {
	background-color: #fff;
}

.board-mid .title a {
	color: #666;
	border-left: 6px solid #999;
	padding-left: 15px;
}

.board-mid .title span.active a,
.board-mid .title span:hover a {
	color: #ff8115;
	border-color: #2b9dff !important;
}

.board-mid table {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	border-collapse: separate;
	border-radius: 6px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.board-mid th {
	background-color: #3baaff;
	height: 60px;
	color: #fff;
	font-size: 18px;
}

.board-mid th:nth-last-of-type(3) {
	width: 155px;
}

.board-mid th:nth-last-of-type(2) {
	width: 50px;
}

.board-mid th:last-of-type {
	width: 110px;
}

.board-mid td {
	font-size: 17px;
	text-align: center;
	padding: 5px;
	line-height: 26px;
	border-bottom: 1px solid #ccc;
	color: #666;
}

.board-mid td:last-of-type a {
	display: inline-block;
	width: 90px;
	height: 30px;
	border-radius: 6px;
	line-height: 30px;
	font-size: 16px;
}

.board-mid .detail-btn {
	margin-bottom: 5px;
}

.detail-layout {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
	border: 2px solid #fff;
	overflow-y: scroll;
}

.detail-layout ul {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 600px;
	width: 800px;
	margin: -300px 0 0 -400px;
	background-color: #fff;
	border-radius: 6px;
}

.detail-layout .title {
	text-align: center;
	height: 40px;
	font-size: 20px;
	color: #2686e0;
	line-height: 50px;
	font-weight: 700;
}

.detail-layout li {
	padding: 5px 15px;
	line-height: 30px;
	font-size: 18px;
}

.detail-layout .all-type {
	display: inline-block;
	width: 100px;
	text-align: right;
}

.detail-layout .all-val {
	float: right;
	width: 650px;
}

.detail-layout .close {
	position: absolute;
	right: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 45px;
	font-size: 40px;
	cursor: pointer;
	color: #000;
}

.addchoose {
	display: none;
	position: absolute;
	width: 400px;
	height: 220px;
	left: 430px;
	top: 52px;
	background-color: #fff;
	z-index: 100;
}

div#addressSelectWrapper {
	width: 350px;
	top: -60px;
	left: 830px;
}

div#addressSelect {
	height: 450px;
	border: 1px solid #ccc;
}

#areaLabel,
.addchoose .addother {
	display: block;
	width: 80%;
	height: 40px;
	margin: 30px auto 0;
	font-size: 14px;
	color: #000;
	margin-top: 30px;
	border: 1px solid #aaa;
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	height: 40px;
	padding-left: 0.5em;
	padding-top: 9px;
}

#areaLabel, #Addr {
	cursor: pointer;
}

#areaLabel span,
#areaLabel input,
.addother span,
.addother input {
	vertical-align: top;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}

#areaLabel input,
.addother input {
	width: 75%;
}

#areaLabel span,
.addother span {
	float: left;
}

.addchoose .address_sure,
.addchoose .address_return {
	float: left;
	margin: 20px 0;
	width: 38%;
	height: 40px;
	border-radius: 6px;
	font-size: 20px;
	-webkit-filter: drop-shadow(5px 5px 2px #999);
	filter: drop-shadow(5px 5px 2px #999);
	cursor: pointer;
}

.addchoose .address_sure {
	margin-left: 40px;
}

.addchoose .address_return {
	float: right;
	margin-right: 40px;
}

/*地址提示框样式*/
div.tangram-suggestion-main {
	position: absolute !important;
	width: 400px;
	height: 300px;
	top: 400px !important;
	left: 50% !important;
	margin-left: 200px;
	z-index: 210;
}
