<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{background:#021e36;}
div.imgcenter{width:800px; margin:0 auto; margin-top:10px;}
div.imgcenter_left{width:478px; padding:10px; border:1px #023856 solid; background:#03213c;}
div.imgcenter_right{width:279px;border:1px #023856 solid; background:#03213c;}

div.title{ height:28px; line-height:28px; font-size:14px; font-weight:bold; color:#00cdff; padding:0 10px;}


/*-------用户列表------*/

div.user_list_R&gt;h2{margin-bottom:5px;font-size:16px; font-weight:bold; color:#00cdff; }
.Feedback_box{ padding: 10px 0 0 10px; overflow: hidden;}
.userbox{overflow: hidden; margin-left: 10px;}
.face img{display:block; float: left; width:30px; height:30px; border-radius:20px;}
.user_title{ overflow: hidden;}
.user_title&gt;span{ line-height: 18px;}
.user_title&gt;span.sp_1{font-size:14px; color:#fff;}
.user_title&gt;span.sp_2{margin-left:10px;font-size:12px; color:#fcfcfc;}


/*------图片滚动---*/
a.abtn {display: block;height: 36px;width: 16px; margin-top:20px;overflow: hidden;background:url(../images/img_btn.png) no-repeat;}			
a.aleft {float: left;background-position: 0 -112px;}			
a.agrayleft {cursor: default;background-position: 0 0;}			
a.aright {float: right;background-position: 0 -162px;}			
a.agrayright {cursor: default;background-position: 0 -58px;}			
.scrolllist {width: 422px;height: 96px;margin: 10px auto 0;}			
.scrolllist .imglist_w {width: 380px;height: 70px;overflow: hidden;float: left; margin-left:4px;position: relative;	/*必要元素*/}			
.scrolllist .imglist_w ul {width: 20000px;position: absolute;left: 0px;top: 0px;}			
.scrolllist .imglist_w li {width: 66px; height:70px;float: left;padding: 0 5px;}	
.scrolllist .imglist_w li img{width: 66px; height:68px; margin:0 auto;border: solid 1px #037090;}		
.scrolllist .imglist_w li a {color: #3366cc;text-decoration: none;float: left; position: relative;}			
.scrolllist .imglist_w li a:hover img{filter: alpha(opacity=86);-moz-opacity: 0.86;opacity: 0.86;}			
.scrolllist .imglist_w li span { display:block;width:68px;height: 20px;line-height: 20px; color:#00cdff;font-size:10px; background:#232323;filter: alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;text-align:center;overflow: hidden; position: absolute;bottom: 2px; left: 0;}
.scrolllist .imglist_w li span:hover{ color: #fffc00;}















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