<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	position: relative;
	min-height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.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-slide img {
	height: 100%;
	width: 100%;
}

.swiper-pagination {
	width: 1260px !important;
	left: 50% !important;
	margin-left: -630px !important;
}

.swiper-pagination span:last-child {
	margin: 0 !important;
}

.swiper-pagination-bullet {
	border-radius: 0;
	width: 150px;
	height: 180px;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet
	{
	margin: 0 220px 0 0;
}

.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 0);
	position: relative;
}

.swiper-pagination-bullet-active:before {
	display: block;
	background-image: linear-gradient(-90deg, #2CBFD1 0%, #3D49DA 100%);
	content: "";
	height: 1px;
	position: relative;
	bottom: -179px;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,
	.swiper-pagination-custom, .swiper-pagination-fraction {
	z-index: 999;
}

.swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0);
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,
	.swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 30px;
}
.fk-main-bottom img{
	cursor: pointer;
}
#tagscloud {position: relative;width: 718px;overflow: hidden;
	height: 400px;}
#tagscloud a {
	position: absolute;top:0;left: 0;
	display: inline-block;padding: 15px 20px;
	background: #fff;
	border-radius: 25px;
	font-size: 14px;
	color: #b7b6b6;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	*border: 1px solid #ddd;
	opacity: 0;
	behavior: url(css/iecss3.htc)
}</pre></body></html>