.newnum{
    background: rgba(98,156,243,0.8);
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    height: 32px;
    display: none;
}
.footer-refresh{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #ddd;
    border-radius: 4px;
    text-align: center;
}
.footer-refresh:hover{
    background: #d43d3d;
    cursor: pointer;
}
.footer-refresh img{
    margin-top: 10px;
}
.navFixedNav li span{
    display: none;
    width: 18px;
    height: 15px;
    margin: -2px -24px 0 6px;
    background: url(/img/www_v2/refresh1.png);
    vertical-align: middle;
}
.second-nav li i,.second-nav li span{
    display: none;
}
.navFixedNav .active span{
    display: inline-block;
}
.navFixedNav .loading span{
    -webkit-animation:mymove 500ms infinite;
    -moz-animation:mymove 500ms infinite;
    -ms-animation:mymove 500ms infinite;
    animation:mymove 500ms infinite;
}