#page-top{
    width:70px;
    height:36px;
    display:none;
    position:fixed;
    right:16px;
    bottom:16px;
}

#page-top p{
    margin:0;
    padding:0;
    text-align:center;
    ///background:#3b3b3b;
    background: orange;
    border-radius:5px;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
}

#page-top p:hover{
    ///background:#8b8b8b;
    opacity: 0.5;
}

#move-page-top {
    color:#fff;
    font-size: 11px;
    line-height:36px;
    text-decoration:none;
    display:block;
    cursor:pointer;
}
