@charset "utf-8";

/* adclicks */ 
.adc-title { padding:10px;line-height:22px;border:1px solid #ddd;}
.adc-box { margin:15px 0 5px 0;padding:10px;line-height:22px;}
.adc-list-box { padding:10px 0;line-height:25px;border-bottom:1px solid #eee;background:#fafafa;text-align:center}
.adc-list img { width:34px; border-radius:50%; margin: 2px 0 0}
.modal-footer {padding:5px 15px;border-top:0}

.adc-sns img { width:34px; border-radius:50%; margin:10px 1px 0}
.adc-cnsns .icon-qzone { background-image:url("../img/icon-qzone.png");background-repeat: no-repeat;width:34px;height:34px;margin:10px 4px 0 0}
.adc-cnsns .icon-qq { background-image:url("../img/icon-qq.png");background-repeat: no-repeat;width:34px;height:34px;margin:10px 4px 0 0}
.adc-cnsns .icon-tencent { background-image:url("../img/icon-tencent.png");background-repeat: no-repeat;width:34px;height:34px;margin:10px 4px 0 0}
.adc-cnsns .icon-weibo { background-image:url("../img/icon-weibo.png");background-repeat: no-repeat;width:34px;height:34px;margin:10px 4px 0 0}
.adc-cnsns .icon-wechat { background-image:url("../img/icon-wechat.png");background-repeat: no-repeat;width:34px;height:34px;margin:10px 4px 0 0}
.adc-cnsns .qrcode  img { width:95px;border-radius:0; margin:0}

.adc-list-cnsns .icon-qzone { background-image:url("../img/icon-qzone.png");background-repeat: no-repeat;width:34px;height:34px;margin:2px 4px 0 0}
.adc-list-cnsns .icon-qq { background-image:url("../img/icon-qq.png");background-repeat: no-repeat;width:34px;height:34px;margin:2px 4px 0 0}
.adc-list-cnsns .icon-tencent { background-image:url("../img/icon-tencent.png");background-repeat: no-repeat;width:34px;height:34px;margin:2px 4px 0 0}
.adc-list-cnsns .icon-weibo { background-image:url("../img/icon-weibo.png");background-repeat: no-repeat;width:34px;height:34px;margin:2px 4px 0 0}
.adc-list-cnsns .icon-wechat { background-image:url("../img/icon-wechat.png");background-repeat: no-repeat;width:34px;height:34px;margin:2px 4px 0 0}
.adc-list-cnsns .qrcode  img { width:95px;border-radius:0; margin:0}

.social-share-adc a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    outline: none
}
.social-share-adc .social-share-icon-adc {
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.social-share-adc .icon-wechat {
    position: relative;
    color: #7bc549;
    border-color: #7bc549
}
.social-share-adc .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}
.social-share-adc .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}
.social-share-adc .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}
.social-share-adc .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}
.social-share-adc .icon-wechat .wechat-qrcode .qrcode {
    width: 100px;
    margin: 10px auto
}
.social-share-adc .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}
.social-share-adc .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}
.social-share-adc .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}
.social-share-adc .icon-wechat:hover .wechat-qrcode {
    display: block
}