.pagelist span {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}

.fixed-nav{
    position: fixed;
    left: 60px;
    padding-left: 55px;
    top: 0px;
    z-index: 999;
    background: rgb(255, 255, 255);
    line-height: 80px;
    width: 100%;
    box-shadow: rgba(132, 132, 132, 0.2) 5px 5px 20px 0px;
}