#top{position: fixed;top:0;left: 0;width:100%;z-index: 999;min-width: 1000px;}
#top .right *{font-size: 14px;}
#top .right{
    float: right;
    margin-right:40px;
    line-height: 60px;
}
#top .right a{
    background:0;
    color:white;
    border:0;
}
#top .right a:hover{
    color:#5FB878;
}
.content::-webkit-scrollbar {
    width: 5px;
}
.content::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: white;
}
.content::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #00c1de;
}
.content{
    padding-top:90px;
}