.swiper-container {
	width: 380px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	/* background: #fff;*/
}

.tnc_item_content *, .tnc_item_content_last * { font-size: 14px; margin-top: 0}

#fore_banner .swiper-container {
	width: 100%;
	height: 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;
}
.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color:#000;
	opacity: 1;
	background: rgba(0,0,0,0.2);
}
.swiper-pagination-bullet-active {
	color:#fff;
	background: #B05C12;/*  #007aff; */
}
.swiper-container{
	margin-top: 15px;
	height: 114px;
}
.swiper-button-next, .swiper-button-prev, .swiper-button-pause
{
	top: inherit;
	bottom: 0px;
}