.shopBox1 {}
.swiperBox{
	height: 300px;
}
@media (min-width:768px) {
	.swiperBox{
		height: 600px;
	}
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.shopBox1 ul li {
	position: relative;
}

.shopBox1 ul li .fixedBox {
	position: absolute;
	top: 50%;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	margin-top: -50px;
}

.shopBox1 ul li .fixedBox .shopName {
	width: 250px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	color: #484848;
	font-size: 16px;
	font-weight: bold;
}

.shopBox1 ul li .fixedBox .linkBtn {
	width: 100px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
	color: #484848;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 20px;
	cursor: pointer;
}

.shopBox2 .btnBox {
	padding: 20px 0;
}

.shopBox2 .btnBox .prevBtn {
	display: inline-block;
	width: 60px;
	cursor: pointer;
}

.shopBox2 .btnBox .nextBtn {
	display: inline-block;
	width: 60px;
	float: right;
	cursor: pointer;
}

@media (min-width:768px) {

	.shopBox1 ul li .fixedBox {
		width: 500px;
		margin-left: -250px;
		margin-top: -80px;
	}

	.shopBox1 ul li .fixedBox .shopName {
		width: 500px;


		line-height: 60px;
		border-radius: 10px;

		font-size: 25px;

	}

	.shopBox1 ul li .fixedBox .linkBtn {
		width: 120px;


		line-height: 40px;
		border-radius: 40px;

		font-size: 16px;

		margin-top: 50px;
	}
}

@media (min-width:992px) {

	.shopBox1 ul li .fixedBox {
		width: 500px;
		margin-left: -250px;
		margin-top: -80px;
	}

	.shopBox1 ul li .fixedBox .shopName {
		width: 500px;


		line-height: 60px;
		border-radius: 10px;

		font-size: 25px;

	}

	.shopBox1 ul li .fixedBox .linkBtn {
		width: 120px;


		line-height: 40px;
		border-radius: 40px;

		font-size: 16px;

		margin-top: 50px;
	}

	.shopBox2 .btnBox .prevBtn {

		width: 100px;
	}

	.shopBox2 .btnBox .nextBtn {

		width: 100px;
		float: right;
	}
}
