<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ck-slide {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
}

.ck-slide ul.ck-slide-wrapper {
	height: 500px;
  }

img {
	border: 0;
}
.ck-slide ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ck-slide {
	position: relative;
	overflow: hidden;
}
.ck-slide ul.ck-slide-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
}
.ck-slide ul.ck-slide-wrapper li {
	position: absolute; margin-top:0px;
}
.ck-slide ul.ck-slide-wrapper li a{
	/*aÃ¦Â&nbsp;â€¡Ã§Â­Â¾Ã¦ËœÂ¯Ã¨Â¡Å’Ã¥â€&nbsp;â€¦Ã¥â€¦Æ’Ã§Â´Â&nbsp;Ã¯Â¼Å’Ã¥Â®Â½Ã©Â«ËœÃ¥Â¯Â¹aÃ¦Â&nbsp;â€¡Ã§Â­Â¾Ã¤Â¸ÂÃ¨ÂµÂ·Ã¤Â½Å“Ã§â€Â¨Ã¯Â¼Å’Ã¨Â¿â„¢Ã©â€¡Å’Ã¥Â¿â€¦Ã©Â¡Â»Ã¦Â·Â»Ã¥Å&nbsp;Â&nbsp;line-height:0px;display:blackÃ¯Â¼Å’Ã¥ÂÂ¦Ã¥Ë†â„¢Ã¥Å¾â€šÃ§â€ºÂ´Ã¦Â»Å¡Ã¥Å&nbsp;Â¨&lt;li&gt;Ã¤Â¹â€¹Ã©â€”Â´Ã¤Â¼Å¡Ã¥â€¡ÂºÃ§Å½Â°Ã©â€”Â´Ã©Å¡â€*/
	line-height:0px;
	display:block;
}
.ck-slide .ck-prev, .ck-slide .ck-next {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 35px;
	height: 70px;
	margin-top: -35px;
	border-radius: 3px;
	opacity: .15;
	background: red;
	text-indent: -9999px;
	background-repeat: no-repeat;
	transition: opacity .2s linear 0s;
}
.ck-slide .ck-prev {
	left: 5px;
	background: url("../../../images/pc/openPlatform/arrow-left.png") #000 50% no-repeat;
}
.ck-slide .ck-next {
	right: 5px;
	background: url(../../../images/pc/openPlatform/arrow-right.png) #000 50% no-repeat;
}
.ck-slidebox {
	position: absolute;
	left: 50%;
	bottom: 12px;
	z-index: 30;
}
.ck-slidebox ul {
	height: 20px;
	padding: 0 4px;
	border-radius: 8px;
	background: rgba(0,0,0,0.5);
}
.ck-slidebox ul li {
	float: left;
	height: 12px;
	margin: 4px 4px;
}
.ck-slidebox ul li em {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #fff;
	text-indent: -9999px;
	cursor: pointer;
}
.ck-slidebox ul li.current em {
	background-color: #fe6500;
}
.ck-slidebox ul li em:hover {
	background-color: #fe6500;
}
</pre></body></html>