﻿@charset "utf-8";
/* CSS Document */
#ez_share {
    position: relative;
}
    #ez_share:before {
        content: "我要分享：";
        display: inline-block;
        position: absolute;
        left: -80px;
        top: 5px;
        color: #949191;
    }

#ez_share:after {
    content: "";
    width: 100%;
    clear: both;
    display: block;
}

#ez_share .button {
    width: 40px;
    height: 40px;
    background: #2669C4 url(images/share_btn.png);
    background-size: auto 100%;
    text-indent: -9999px;
    border: none;
    display: block;
}

#ez_share .items {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    text-align: left;
}

#ez_share .items.hide {
    display: none;
}

    #ez_share .items .item {
        cursor: pointer;
        color: #333;
        font-size: 14px;
        vertical-align: middle;
        border: 0;
        display: block;
        background-repeat: no-repeat;
        float: left;
        border-radius: 20px;
    }

#ez_share .items .item:hover {
    opacity: .7;
}

#ez_share .items > * + * {
    margin-left: 5px;
}

    #ez_share a.item {
        width: 30px;
        height: 30px;
        background-size: auto 100%;
        text-indent: -9999px;
        margin-bottom: 5px;
        background-color: #000;
    }

#ez_share .item.i01 {
    background-image: url(images/facebook.png);
 
}

#ez_share .item.i02 {
    background-image: url(images/twitter.png);
    
}

    #ez_share .item.i03 {
        background-image: url(images/pinterest.png);
       
    }

    #ez_share .item.i04 {
        background-image: url(images/google.png);
		display:none;
        
    }

#ez_share .item.i05 {
}

#ez_share .item.i06 {
    height: 15px;
    width: 70px;
    display: inline-block;
    text-indent: 0px;
    margin: 0px;
    padding: 0px;
    background: none repeat scroll 0% 0% transparent;
    border-style: none;
    float: none;
    line-height: normal;
    font-size: 1px;
    vertical-align: baseline;
    display: none;
}

    #ez_share .item.i08 {
        background-image: url(images/instagram.png);
    }

    #ez_share .item.i09 {
        background-image: url(images/line.png);
        
    }

#ez_share .item.i06 iframe {
    /* google +1 */
    overflow: hidden;
    border: 0 none;
    margin: 0;
    width: 70px;
    height: 15px;
}

#ez_share .item.i07 iframe {
    overflow: hidden;
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 95%;
    height: 30px;
}

#ez_share.no_combo .button {
    display: none;
}

#ez_share.no_combo .items {
    position: static;
}


