<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flexslider{
    position:relative;
    overflow:hidden;
}
.slides{
    position:relative;
    z-index:1;
    overflow:hidden;
}
.slides li{
    overflow:hidden;
}
.slides li img{
    width: 100%;
}
.flex-control-nav{
    position:absolute;
    bottom:15px;
    z-index:2;
    width:100%;
    text-align:center;
}
.flex-control-nav li{
    display:inline-block;
    width:10px;
    height:10px;
    margin:0 5px;
    *display:inline;
    zoom:1;
}
.flex-control-nav a{
    display:inline-block;
    width:10px;
    height:10px;
    border-radius: 10px;
    line-height:50px;
    overflow:hidden;
    background:#f2f2f4;
    opacity: 0.8;
    filter:alpha(opacity=80);
    cursor:pointer;
}
.flex-control-nav .flex-active{
    background: #fff;
    width:15px;
    height:15px;
    border-radius: 15px;
}

.floatAD {
	position: fixed;
	right: 0px;top: 300px;
	z-index: 999;
	width: 110px;
	overflow: hidden;
}

.floatAD a {
	display: block;
	width: 110px;
	height: 88px;
	border-radius: 5px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

.floatAD img {
	width: 110px;
}
</pre></body></html>