<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.side a,img{border:0;}
/* side */
.side{
    position:fixed;
    width:54px;
    height:275px;
    right:0;
    top:214px;
    z-index:100;
    font-family:钀嶆柟-绠€;
}
.side ul li{
    width:54px;
    height:54px;
    float:left;
    position:relative;
    border-bottom:1px solid #444;
    margin-bottom:1px;
}
.side ul li .sidebox{
    position:absolute;
    width:54px;
    height:54px;
    top:0;
    right:0;
    transition:all 0.3s;
    background:#4c4c4c;
    /*opacity:1;*/
    /*filter:Alpha(opacity=80);*/
    color:#fff;
    font:14px/54px "寰蒋闆呴粦";
    overflow:hidden;

}
.side ul li .sidetop{
    width:54px;
    height:54px;
    line-height:54px;
    display:inline-block;
    background:#7f7f7f;
    /*opacity:1;*/
    /*filter:Alpha(opacity=80);*/
    transition:all 0.3s;
}
.side ul li .sidetop:hover{
    background:#ae1c1c;
    /*opacity:1;*/
    /*filter:Alpha(opacity=100);*/
}
.side ul li img{
    float:left;
}</pre></body></html>