body{
	min-width: 1200px;
	font-family: "微软雅黑";
}
.nav{
	position: relative;
	width: 100%;
	height: 838px;
	background-image: url("../img/topBackground1.png");
	background-size: 100% 100%;
}
.nav a{
	position: absolute;
	left: 15%;
}
.nav .ask{
	width: 453px;
	font-size: 71px;
	color: #fefefe;
	margin-top: 360px;
}
.nav .service{
	width: 140px;
	height: 33px;
	margin-top: 500px;
}
.sister{
	width: 800px;
	position: absolute;
	left: 50%;
	bottom: 0
}
.map{
	width: 1200px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 50px;
}
.map .map{
	width: 1032px;

	margin: 0 auto;
}
.shop{
	width: 1194px;
	height: 515px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.shop li{
	position: relative;
	width: 260px;
	height: 516px;
	border-radius: 50px;
}
.shop-border-cell {
	border: 1px solid #F75D7D;
	border-top: 0;
	display: inline-flex;
	height: 355px;
	width: 260px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.shop li .shop-brand{
	width: 100%;
	height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	background: linear-gradient(rgb(255, 171, 161),rgb(255, 124, 148));
	background-blend-mode: normal,
	normal;
}
.shop li div img{
	display: block;
	margin:0 auto;
}
.shop li .shop-brand img{
	width: 150px;
	height: 68px;
}
.shop li a{
	width: 260px;
	font-size: 20px;
	color: #303042;
	display: block;
	/*margin: 70px auto;*/
	text-align: center;

}
/*.shop li:nth-child(3) a,
.shop li:nth-child(4) a{
	margin: 120px auto;
}*/
.shop li p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 56px;
	width: 240px;
	height: 40px;
	margin: 0 auto;
	font-size: 16px;
	color: #303042;
	text-align: center;
	line-height: 40px;
	border-radius: 30px;
	background-color: rgba(247,93,125,0.1);

}
.content img{
	width: 527px;
	height: 72px;
	margin: 80px auto;
	margin-bottom: 270px;
}
.shop-list {
	width: 258px;
	margin: 0 auto;
	margin-top: 96px;
}