.page .content {
	margin-bottom: 50px;
	font-size: 16px;
}

@media screen and (max-width:640px) {
	.page .content {
		margin-bottom: 30px;
	}
}

.contact #container {
	height: 450px;
	margin-top: 20px;
}

.amap-icon img {
	width: 100%;
}

.amap-info-content p {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
}

.amap-info-content p span {
	display: block;
}

.amap-info-content:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -18px;
	margin-left: -8px;
	border: 10px solid transparent;
	border-top-color: #313130;
}

.amap-info-content {
	white-space: nowrap;
	color: #fff;
	padding: 8px;
	border-radius: 3px;
	background-color: rgba(0, 0, 0, .8);
}

.amap-info-close,
.amap-info-sharp {
	display: none;
}

.amap-info-outer:hover,
.amap-menu-outer:hover,
.amap-info-outer,
.amap-menu-outer {
	box-shadow: none;
}

.amap-info-content {
	overflow: inherit;
}

.amap-info-content .item {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}

.amap-info-content .item div {
	float: left;
}

.amap-info-content .item .name {
	width: 70px;
}

.amap-info-content .item .name:after {
	content: "："
}

.amap-info-content .item .detail {
	width: calc(100% - 70px)
}

.amap-info-content .item .detail span {
	display: block;
}


.mall {
	background: #fff url(/upload/webpage/mall/bg.jpg) repeat-x;
	min-height: 460px;
}

.mall ul {
	padding: 2.5% 8% 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mall li {
	margin-bottom: 25px;
}

.mall li a {
	display: block;
	box-shadow: 0 0 5px #bbb;
}


.shouquan {
	margin-bottom: 22px;
}

.shouquan ul {
	display: flex;
	flex-wrap: wrap;
}

.shouquan ul li {
	position: relative;
	margin-bottom: 2.6em;
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
	vertical-align: top;
	display: flex;
	justify-content: flex-start;
}

.shouquan ul li:nth-child(2n) {
	margin-right: 0;
}

.shouquan ul li .number {
	margin-left: 0px;
	margin-right: 8px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	text-align: center;
	background-color: #045ba8;
	color: #fff;
}

.shouquan ul li .info {
	line-height: 20px;
	position: relative;
	padding-bottom: 1.6em;
	/* font-size: 16px; */
}

.shouquan ul li .info .header {
	/* font-size:16px; */
	margin-bottom: 0.6em;
}

.shouquan ul li .info .header .icon {
	/* line-height: 16px; */
	display: block;
	text-align: center;
	padding: 0.5em 0;
	width: 100px;
	margin: 0.6em 0 0;
	background: #045ba8;
	color: #FFFFFF;
}

.shouquan ul li .info .header .icon.dealer {
	background: #6a6a6a;
}

.shouquan ul li .info .header .icon.hypermarkets {
	background: #999;
}

.shouquan ul li .info .text {
	color: #666;
	margin-bottom: 0.4em;
}

.shouquan ul li .info .links {
	position: absolute;
	bottom: 0;
}

.shouquan ul li .info .links a {
	display: inline-block;
	line-height: 20px;
	float: left;
	margin-right: 12px;
	color: #000;
	text-decoration: none;
}

.shouquan ul li .info .links a.map {
	background: url("/upload/webpage/sale/sale_address_icon.png") no-repeat 1px 2px;
	padding-left: 18px;
}

.shouquan ul li .info .links a.picture {
	background: url("/upload/webpage/sale/sale_picture_icon.png") no-repeat 1px 3px;
	padding-left: 22px;
}

@media screen and (max-width:640px) {
	.shouquan ul li {
		width: 100%;
		margin-right: 0;
	}
}

.modal .modal-inner {
	max-width: 700px;
	width: 60%
}

.modal .modal-inner #player {
	background-color: #fff;
	padding-top: 0;
}

.modal .modal-inner .content {
	margin: 0;
}

#baidumap {
	height: 400px;
	background-color: #fff;
}
