﻿/* 返回顶部 */
.go-top {
    position: fixed;
    cursor: pointer;
    z-index: 99;
    bottom: 0;
    left: 50%;
    margin-left: 800px
}

    .go-top a {
        display: block;
        width: 46px;
        height: 46px;
        margin-bottom: 10px;
        background-image: url(../img/go-top.png?20140321);
    }

        .go-top a:last-child {
            margin-bottom: 0;
        }

    .go-top .go {
        background-position: 0 -150px;
    }

        .go-top .go:hover {
            background-position: 0 -250px;
        }

    .go-top .feedback {
        background-position: 0 -100px;
    }

        .go-top .feedback:hover {
            background-position: 0 -300px;
        }

    .go-top .uc-2vm {
        background-position: 0 0;
    }

        .go-top .uc-2vm:hover {
            background-position: 0 -350px;
        }

    .go-top .share {
        background-position: 0 -50px;
    }

        .go-top .share:hover {
            background-position: 0 -200px;
        }

    .go-top .uc-2vm-pop {
        position: absolute;
        right: 80px;
        top: -100px;
        width: 240px;
        box-shadow: 0px 1px 4px rgba(0,0,0,.1);
        background: #fff;
    }

        .go-top .uc-2vm-pop .title-2wm {
            font-size: 14px;
            margin: 10px 20px;
        }

        .go-top .uc-2vm-pop .logo-2wm-box {
            position: relative;
        }

            .go-top .uc-2vm-pop .logo-2wm-box table {
                display: block;
                margin: 20px auto;
            }

                .go-top .uc-2vm-pop .logo-2wm-box table tbody tr td {
                    padding: 0 !important;
                }

            .go-top .uc-2vm-pop .logo-2wm-box .logo-2wm {
                border-radius: 10px;
                border: 2px solid #fff;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -25px;
                margin-top: -25px;
            }

    .go-top .share-pop {
        position: absolute;
        right: 0px;
        top: 0px;
        margin-right: 47px;
        width: 212px;
        height: 45px;
        background: #fff;
        box-shadow: 2px 2px 3px #aaaaaa;
    }

.share-pop {
    margin-right: 8px;
    margin-left: 8px;
    text-align: center;
    line-height: normal;
}

    .share-pop div {
        margin-top: 6px;
        margin-left: 1px;
    }

    .share-pop a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 24px;
        height: 25px;
        padding-left: 0 !important;
        float: none !important;
        vertical-align: middle;
        margin: 6px 6px 6px 6px !important;
    }

        .share-pop a.bds_tsina {
            background-position: 5px 0px !important;
            background-image: url(../img/follow-icon.png) !important;
        }

        .share-pop a.bds_qzone {
            background-position: -27px 0px !important;
            background-image: url(../img/follow-icon.png) !important;
        }

        .share-pop a.bds_weixin {
            background-position: 0 -58px !important;
            background-image: url(../img/follow-icon.png) !important;
        }

        .share-pop a.bds_renren {
            background-position: -59px 0 !important;
            background-image: url(../img/follow-icon.png) !important;
        }

        .share-pop a.bds_douban {
            background-position: -90px 0px !important;
            background-image: url(../img/follow-icon.png) !important;
        }

    .share-pop span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        height: 100%;
    }
