<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 public 2015.03.18*/

/*格式化样式*/
html,body{height:100%;}
html{overflow:hidden;}
body{margin:0;padding:0;font:12px/1.5 微软雅黑;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0;margin:0;}
input{font:12px/1.5 微软雅黑;}
table,td,tr,th{font-size:12px;}
ol,ul{list-style:none;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:normal;}
address,cite,code,em,th,i{font-weight:normal;font-style:normal;}
/*文字样式样式*/
.fB{font-weight:bold;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f20{font-size:20px;}
/*a链接格式化*/
a{color:#252525;text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{color:#ba2636;text-decoration:none;}
a:active{color:#ba2636;}
/*文字颜色样式*/
.cGreen,.cGreen:visited,.cGreen a,.green{color:#008000;}
.cBlue,.cBlue:visited,.cBlue a{color:#1E50A2;}
.cRed,.cRed:visited,.cRed a,.red{color:Red;}
.cDRed,.cDRed:visited,.cDRed a{color:#ba2636;}
.cDRed a:hover,a.cDRed:hover{color:#ba2636;}
/*间距样式*/
.mt10{margin-top:10px;}.mr10{margin-right:10px;}.mb10{margin-bottom:10px;}.ml10{margin-left:10px;}
.mt20{margin-top:20px;}.mr20{margin-right:20px;}.mb20{margin-bottom:20px;}.ml20{margin-left:20px;}
/*框架样式*/
.fl{float:left;}
.fr{float:right;}
.ovH{overflow:hidden;}
.poR{position:relative;}
.boxS{box-shadow:0 1px 5px rgba(0,0,0,0.3);}

/*等级*/
.lv{background-image:url(img/lvIco.png);}
.lv{width:20px;height:17px;display:inline-block;}
.lv.lv02{background-position:left -17px;}
.lv.lv03{background-position:left -34px;}
.lv.lv04{background-position:left -51px;}
.lv.lv05{background-position:left -68px;}
.lv.lv06{background-position:left -85px;}
.lv.lv07{background-position:left -102px;}
.lv.lv08{background-position:left -119px;}
.lv.lv09{background-position:left -136px;}
.lv.lv10{background-position:left -153px;}

/*滚动条*/
.content .scrollBar{position:absolute;background-color:#000;width:4px;height:150px;right:5px;top:0;border-radius:6px;cursor:pointer;z-index:9;}
/*弹窗提示样式*/
.alertBox{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#444),color-stop(1,#242424));z-index:100;text-align:center;padding:10px 0;box-shadow:0 5px 20px rgba(0,0,0,0.5);border-radius:4px;color:#FFF;}
.alertBox .title{font-size:20px;}
.alertBox .cont{padding:20px;font-size:14px;border-bottom:1px solid #1f1f1f;}
.alertBox .btnBox{border-top:1px solid #434343;padding-top:10px;}
.alertBox .btnBox input{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f6c26f),color-stop(1,#e5a33a));background-color:#f6c26f;border:0;color:#000;width:80px;height:26px;border-radius:4px;cursor:pointer;box-shadow:0 1px 0 rgba(255,255,255,0.4) inset;font-weight:bold;}</pre></body></html>