.fcSwiperBox{
	position: relative;
}

.fcSwiper{
	width: 985px;
	overflow: hidden;
	margin: 10px auto;
	padding-bottom: 15px;
}

.fcSwiper .swiper-wrapper{
	
}


.fcSwiper .swiper-wrapper .swiper-slide{
	width: 300px;
	position: relative;
	background: #0084ff;
	padding: 22px;
	border-radius: 16px;
	
}

.fcSwiper .swiper-wrapper .swiper-slide img{
	width: 100%;
	height: 100%;
	text-align: center;
}

.fcSwiper .swiper-wrapper .swiper-slide .text{
	
	left: 0;
	bottom: 0;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	text-align: center;
	width: 100%;
	padding: 0 15px;
	font-size: 16px;
}

.fcNext{
	position: absolute;
	width: 48px;
	height: 69px;
	left: auto;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../img/fcNext.png);
	background-size: 100% 100%;
}

.fcPrev{
	position: absolute;
	width: 48px;
	height: 69px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../img/fcPrev.png);
	background-size: 100% 100%;
}

.fcSwiperBox .swiper-button-disabled{
	pointer-events:auto;
	cursor: pointer;
	opacity: 1;
}