#goTopBtn {
    BOTTOM: 80px;
    CURSOR: pointer;
    RIGHT: 15px;
    _position: absolute;
    _right: auto;
    height: 42px;
    width: 42px;
    background-color: rgba(237, 45, 56, 0.8);
    POSITION: fixed;
    border-radius: 22px;
}

#goTopBtn span {
    display: inline-block;
    width: 30px;
    height: 32px;
    background: url("../images/icon2b.png") -169px 6px no-repeat;
    background-size: 200px 200px;
    vertical-align: top;
    margin-left: 6px;
}


#bottomNav {
    border-top: 1px solid #C0C3C9;
    text-align: center;
    z-index: 999;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    line-height: 40px;
    overflow: visible;
    color: #FFF;
    background: #ed2d38;
}

table {
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.25em;
}

#bottomNav td {
    padding: 10px;
    text-align: center;
    background: transparent url("../images/zx_bg.jpg") no-repeat scroll right center;
}

#bottomNav td a {
    color: #FFF;
}