<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.AttrList
{
    border: solid 1px #ccc;
    margin: 5px 4px 0;
    background: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}
.AttrList li
{
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    border-bottom: dotted 1px #ccc;
    color: #555;
    clear: left;
    font-size: 14px;
}
.AttrList li:last-child
{
    border-bottom-width: 0;
}
.AttrList li b
{
    color: #999;
    padding-right: 5px;
    display: block;
    float: left;
    width: 90px;
    text-align: right;
    background: #F7F7F7;
    margin-right: 8px;    
    font-weight: normal;
}
.AttrList li b.col1
{
    color:#666;
}
.AttrList li:first-child b
{
    -moz-border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.AttrList li:last-child b
{
    -moz-border-radius: 0 0 0 4px;
    -webkit-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}
.AttrList li span
{
}
.AttrList li a
{
    color: #489BE5;
    margin-left: 10px;
}
/*——*/
.ViewInfo a
{
    color: #76ADD1;
    font-size: 13px;
    margin-left: 8px;
}
/*——*/
.slide_title_bg
{
    background: none;
}
.dotModule_new
{
    background: rgba(45,45,45,0.5);
    right: 6px;
    padding-top: 1px;
}
#slide_01_dot .selected
{
    background: #999;
}
/*——*/</pre></body></html>