.page-main{width: 1200px;margin:28px auto 0;height: auto;overflow: hidden;}
.article-share{width: 100%;margin:20px auto 0;height: auto;}
.article-share-title{float: right;line-height: 30px;color: #2C2D35;font-size: 18px;}
.social-share{float: right;margin-right: 40px;}
.social-share .social-share-icon {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    right: -70px;
    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 .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 .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.social-share .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;
}

.icon-weibo {
    background: url("../images/weibo.png") no-repeat center;
}

.icon-wechat {
    background: url("../images/weixin.png") no-repeat center;
}
/*.icon-qq {*/
/*    background: url("../images/qq.png") no-repeat center;*/
/*}*/
/*.icon-qzone{*/
/*    background: url("../images/qzon.png") no-repeat center;*/
/*}*/
/*.icon-facebook{*/
/*    background: url("../images/facebook.png") no-repeat center;*/
/*}*/
/*.icon-diandian{*/
/*    background: url("../images/diandian.png") no-repeat center;*/
/*}*/
/*.icon-linkedin{*/
/*    background: url("../images/linkedin.png") no-repeat center;*/
/*}*/
/*.icon-twitter{*/
/*    background: url("../images/twitter.png") no-repeat center;*/
/*}*/
/*.icon-douban{*/
/*    background: url("../images/douban.png") no-repeat center;*/
/*}*/
/*.icon-google{*/
/*    background: url("../images/google.png") no-repeat center;*/
/*}*/
.icon-wechat:hover .wechat-qrcode {
    display: block;
}

