<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">mybigbanner {
	width: 100%;
	height: auto;
	margin: 0px auto;
	background-color: #fff;
	 
}

.ft-carousel {
	 position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float:left;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}

.ft-carousel .carousel-item img {
	width: 100%;
	height:auto;
}

.ft-carousel .carousel-indicators {
	position: absolute;
	left: 50%;
	0;
	bottom: 10px;
	width: auto;
	100%;
	text-align: center;
	font-size: 0;
	border-radius: 25px;
	border:1px solid #ccc;
	padding:6px 0 ;
	background:#ccc;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
	display:block;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../sys_pic/lib/icon/prev.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../sys_pic/lib/icon/next.png) no-repeat;
}

.carousel-item{
	color: #fff;
	font-family: Arial Black
}

/* ===============@========================================================= */
@media only screen and (max-width:414px){
.ft-carousel .carousel-btn {
	display:none;
}}


</pre></body></html>