/**share by zhxr**/

/**閮ㄥ垎涓€銆佸畾涔夊浘鏍囬鏍硷紝灞曠ず鏍峰紡锛屾敞鎰廰row銆乻hare_con銆乻hare_con1鐨勫畾浣� **/

.arow {
    position: relative;
}

.arow .share_con {
    width: 160px;
}

.share_con .share_con1 {
    padding: 0px 5px 8px 5px;
    position: relative;
    z-index: 5;
    top: 16px;
    border-radius: 5px;
}

.share_con .share_con1 li {
    float: left;
    width: 33.3%;
    height: 25px;
    text-align: center;
    line-height: 25px;
  

}

.share_con li a {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.share_con a.bds_weixin {
    background: url(icons_0_16.png) no-repeat center center;
    background-position: 0 -1612px;
}

.share_con a.bds_weibo {
    background: url(icons_0_16.png) no-repeat center center;
    background-position: 0 -104px;
}

.share_con a.bds_qzone {
    background: url(icons_0_16.png) no-repeat center center;
    background-position: 0 -52px;
}

.bdsharebuttonbox a {
    cursor: pointer;
}

/**閮ㄥ垎浜岋細涓昏鐢ㄤ簬寰俊鍒嗕韩鏃剁殑寮规鏍峰紡**/

.wx_dialog {
    background: #fff;
    border: 1px solid #ccc;
    position: fixed;
    left: 40%;
    top: 30%;
    padding: 5px;
}

.wx_dialog .bd_weixin_popup_head {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    line-height: 16px;
    height: 16px;
    position: relative;
    color: #000;
}

.wx_dialog .bd_weixin_popup_close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    text-decoration: none;
    font-size: 16px;
}

.wx_dialog .wx_erm {
    padding: 20px;
}

.wx_dialog .bd_weixin_popup_foot {
    font-size: 12px;
    text-align: left;
    line-height: 22px;
    color: #666;
}

/**share by zhxr**/