<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.cl:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.cl {
    zoom: 1
}

/* sildes css begin */

.succesny{position: relative;width: 663px;height: 386px;margin: 0 auto;}


.callbacks_container {
	border:1px solid #d0d0d0;
	padding: 8px 5px 0 5px;
  }

.succesny .focusMore{position: absolute;top: auto;right: 20px;bottom:77px;left: auto;z-index: 3;font-size: 12px;}

.succesny .control {
    width: 663px;
    height: 316px;
    background: #282828;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.succesny .change li {
    width: 663px;
	height: 316px;
    overflow: hidden;
    text-align: center
}
/* 图片垂直居中,不是很准确 */

.succesny .change li .imgWrap {
    display: table-cell;
    width: 663px;
    height: 286px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 200px;
}

.succesny .change li img {
    width: 663px;
    height: 286px;
    width: expression(this.width &gt; 333 &amp;&amp; this.width &gt; this.height ? 286: true);
    height: expression(this.height &gt;333 ? 286: true);
    vertical-align: middle;
    overflow: hidden
}
/* 描述部分 */

.succesny .change li .textDesc {
    width: 90%;
    height: 25px;
	line-height: 25px;
    position: absolute;
    left: 12px;
    bottom: 4px;
    text-align: left;
    overflow: hidden;
}

.succesny .change li .opacity {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.succesny .change li .title {
    padding: 1px 0 0 0;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 30px;
}

.succesny .change li .title a {
    color: #e6e6e6;
}
/*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
/* 翻页按钮 */

.succesny .ssprev,
.succesny .ssnext {
    width: 49px;
    height: 49px;
    position: absolute;
    bottom: 300px;
    color: #FFF;
    font-size: 14px;
    z-index: 9;
    font-weight: bold;
    cursor: pointer;
    outline: none
}

.succesny .ssprev span,
.succesny .ssnext span {
    display: none;
}
.succesny .ssprev {
    left: 0;
    background: url(themes.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="themes.png");
    _background: none
}
.succesny .ssnext {
    right: 0;
    background: url(themes.png) no-repeat;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="themes.png");
    _background: none
}
/* 分页 */
.succesny .pageClass {
    text-align: center;
    z-index: 9;
    position: absolute;
    top: 50px;
    padding-top: 10px;
}
.succesny .pageClass a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    overflow: hidden;
    border: 1px solid #bebebe;
    background: #bebebe;
    border-radius: 5px;
    outline: none
}
.succesny .pageClass a span {
    display: none
}
.succesny .pageClass a:hover,
.succesny .pageClass a.cur {
    border: 1px solid #be230a;
    background: #be230a
}
/* 缩图部分 */

.succesny .thumbWrap {
    width: 663px;
    height: 55px;
    position: absolute;
	top: auto;
    left:0;
    bottom:5px;
    overflow: hidden;
}

.succesny .thumbWrap .thumbCont {
    height:55px;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
    width: 663px;
}
.succesny .thumbWrap ul li {
    /*height: 92px;*/
	float: left;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 134px;
    height: 55px;
	opacity: 0.6;
	cursor: pointer;
}
.succesny .thumbWrap ul li div {
    display: table-cell;
    width: 128px;
    height: 55px;
    vertical-align: middle;
    cursor: pointer;
    *font-size: 55px;
}
.succesny .thumbWrap ul li img {
    width: 128px;
    height: 55px;
 /*   width: expression(this.width &gt; 107 &amp;&amp; this.width &gt; this.height ? 107: true);
    height: expression(this.height &gt;84 ? 84: true);*/
    vertical-align: middle;
	display: block;
    overflow: hidden
}
.succesny .thumbWrap ul li .caption{display: none;}
.succesny .thumbWrap ul li.cur {opacity: 1;}
/* 缩图按钮 */
.thumbPrev,
.thumbNext {
    width: 15px;
    height: 21px;
    text-align: center;
    position: absolute;
    color: #000;
    z-index: 9;
    top: 15px;
    outline: none
}
.thumbPrev span,
.thumbNext span {
    display: none;
}
.thumbPrev {
    left: 5px;
    background: url(themes-s.png) 0 0 no-repeat;
}
.thumbNext {
    right: 5px;
    background: url(themes-s.png) right 0 no-repeat;
}







@media only screen and (max-width:800px) {
.succesny{width: calc(100vw - 12px);height: calc((100vw - 12px) * 0.43 + 100px);}
.succesny .control {
    width: calc(100vw - 12px);
    height:calc((100vw - 12px) * 0.43 + 30px);
}
.succesny .change li {
    width: calc(100vw - 12px);
	height: calc((100vw - 12px) * 0.43 + 30px);
}
.succesny .change li .imgWrap {
    width:  calc(100vw - 12px);
    height: calc((100vw - 12px) * 0.43);
}
.succesny .change li img {
    width: calc(100vw - 12px);
    height: calc((100vw - 12px) * 0.43);
}
.succesny .thumbWrap {
    width: calc(100vw - 12px);
}
.succesny .thumbWrap .thumbCont {
    width: calc(100vw - 12px);
}
}</pre></body></html>