<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0px;
    padding: 0px;
    line-height: 25px;
    FONT-FAMILY: Microsoft YaHei, Simhei, hei;
}
.MoudelDiagBackg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 401;
    background: url(/images/bg.png);
    display:none;
}
.red{
    color:red;
}
.green{
    color:green;
}
.blue{
    color:cornflowerblue;
}
.darkblue{
    color:darkslateblue;
}
.gold{
    color:gold;
}
.grey{
    color:grey;
}
.orange{
    color:darkorange;
}
.greysmall {
    color:grey;
    font-size:12px;
}
.w100 {
    width: 100%;
}
.w1p3{
    width:33.33333333%;
}
.w2p3{
    width:66.66666666666%;
}
.f12{
    font-size:12px;
}
.b{
    font-weight:bold;
}
.gpiano_head{
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #999999;
    background-color: #EBEBEB;
    display: inline;
}
.gpiano_head .login{
    width:100%;max-width:1000px;
    margin:auto;
}
#DivLoginInfo{
    font-size:12px;
    padding-left:8px;
}
.gpmenu{
    float: left;
    width: 100%;
    height: 40px;
    line-height: 30px;
    display: inline;
}
.gpmenucontent{
    width:100%;max-width:1000px;
    margin:auto;
    padding-left:1%;
}
.gpcontent_nn{
    width:100%;
    float:left;
}
.gpmenu #DivMenu{
    width:99.9%;
    margin:auto;
}
.gpmenuitem{
    width:25%;
    float:left;
}
.gpmenuitem button{
    width:100%;
}
.gpzhuti{
    float: left;
    width: 100%;
    line-height: 30px;
    display: inline;
}
.on{
    background-color:#ffddee;
}
.cnzzText{
    text-align:center;
}</pre></body></html>