
#appgame-leftside-share {
    width: 44px;
    height: 200px;
    position: fixed;
    right: 30px;
    top: 40%;
    z-index: 9999;
    display: none;
}

.prefloat_right #appgame-leftside-share {
    right: unset;
    right: 30px;
}


#appgame-leftside-share a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #fff;
    z-index: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px #cccccc solid;
    background-image: url(../images/share-icons.png);
    background-repeat: no-repeat;
    margin: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    position: relative;
    right: 0;
    top: 0;
    cursor: pointer;
    color: red;
    text-align: right;
    font-size: 12px;
}

    #appgame-leftside-share a span.circle {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: red;
        color: #fff;
        border-radius: 100%;
        margin-right: 2px;
        text-align: center;
        line-height: 15px;
    }

    #appgame-leftside-share a:hover {
        background-color: #fa4f1c;
        border: 1px #fa4f1c solid;
        z-index: 2;
        color: #fff;
    }

.appgame-leftside-car {
    background-position: -90px -445px;
}

    .appgame-leftside-car:hover {
        background-position: -46px -445px;
    }


.appgame-leftside-tel {
    background-position: -90px -254px;
}

    .appgame-leftside-tel:hover {
        background-position: -46px -254px;
    }

.appgame-leftside-weixin {
    background-position: -88px 0;
}

    .appgame-leftside-weixin:hover {
        background-position: -44px 0;
    }


.appgame-leftside-mini {
    background-position: -88px -297px;
}

    .appgame-leftside-mini:hover {
        background-position: -44px -297px;
    }


.appgame-leftside-android {
    background-position: -88px -343px;
}

    .appgame-leftside-android:hover {
        background-position: -44px -343px;
    }

.appgame-leftside-apple {
    background-position: -88px -393px;
}

    .appgame-leftside-apple:hover {
        background-position: -44px -393px;
    }








.appgame-leftside-qzone {
    background-position: -88px -44px;
}

    .appgame-leftside-qzone:hover {
        background-position: -44px -44px;
    }

.appgame-leftside-sqq {
    background-position: -88px -88px;
}

    .appgame-leftside-sqq:hover {
        background-position: -44px -88px;
    }

.appgame-leftside-tsina {
    background-position: -88px -132px;
}

    .appgame-leftside-tsina:hover {
        background-position: -44px -132px;
    }

.appgame-leftside-fbook {
    background-position: -88px -176px;
}

    .appgame-leftside-fbook:hover {
        background-position: -44px -176px;
    }

.appgame-leftside-twi {
    background-position: -88px -220px;
}

    .appgame-leftside-twi:hover {
        background-position: -44px -220px;
    }

.appgame-leftside-top {
    clear: both;
    background-image: url(../images/leftnav-off.png) !important;
    background-position: -1px -395px;
    cursor: pointer;
}

    .appgame-leftside-top:hover {
        background-position: -1px -430px;
    }

.rwt_share a {
    cursor: pointer;
    float: left;
    font-size: 12px;
}

@keyframes float {
    0% {
        right: 120px;
        opacity: 0;
    }

    100% {
        right: 44px;
        opacity: 1;
    }
}

@keyframes float2 {
    0% {
        right: 120px;
        opacity: 0;
    }

    100% {
        right: 44px;
        opacity: 1;
    }
}

.rwt_share > a .note {
    position: absolute;
    width: 200px;
    box-sizing: border-box;
    padding: 20px;
    background: #333;
    color: #fff;
    top: 0;
    right: 44px;
    z-index: 11111;
    border-radius: 4px;
    text-indent: initial;
    font-size: 14px;
    transition: all 1s;
    display: none;
}

.prefloat_right #appgame-leftside-share .rwt_share > a .note {
    right: unset;
    right: 44px;
}

.prefloat_right #appgame-leftside-share .rwt_share > a:hover .note {
    display: block;
    animation: float2 1s ease-in-out;
    -webkit-animation: float2 1s ease-in-out;
    -moz-animation: float2 1s ease-in-out;
}


.rwt_share > a:hover .note {
    display: block;
    animation: float 1s ease-in-out;
    -webkit-animation: float 1s ease-in-out;
    -moz-animation: float 1s ease-in-out;
}

.rwt_share > a .note .wxQQ .item {
    padding-top: 5px;
}

.rwt_share > a .note .wxQQ1 .item:hover {
    text-decoration: underline;
    color: #fa4f1c;
}

.wxlist .img img {
    max-width: 100%;
}

.wxQQ {
    text-align: left;
}

    .wxQQ h3 {
        font-size: 16px;
        padding-bottom: 5px;
    }
