@charset "utf-8";
#share {
    display: inline-block;
    position: relative;
}

.share * {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

.share-icon {
    display: inline-block;
    width: 14px;
    height: 24px;
    line-height: 24px;
    background: url(../images/icon_16.jpg) no-repeat center;
    vertical-align: -25%;
    *float: left;
}

.share-box {
    display: inline-block;
    *margin-top: -4px;
}

.share-box a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: url(../images/share.png) no-repeat;
    margin-left: 7px;
    cursor: pointer;
}

.share-box a:hover {
    opacity: .8;
}

.share-box a.gwds_weixin {
    background-position: 0 -38px;
}

.share .gwds_more {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icon_17.jpg) no-repeat 0 0;
    cursor: pointer;
    *background-position: left 8px;
}

.share-popup {
    width: 212px;
    -webkit-box-shadow: 0 0 7px #eee;
    -moz-box-shadow: 0 0 7px #eee;
    z-index: 1000000;
    position: absolute;
    border: 1px solid #e9e9e9;
    position: absolute;
    display: none;
}

.share-popup h6 {
    height: 34px;
    background-color: rgb(246, 246, 246);
    font: 700 14px/32px 'microsoft yahei';
    padding: 0 3px
}

.share-popup h6 b {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 22px;
    height: 23px;
    background: url(http://static.gridsumdissector.com/zheng_fen_xiang/images/pop_c.gif) no-repeat 0 0;
    cursor: pointer;
}

.share-popup ul {
    width: 94%;
    padding: 8px 3%;
    overflow: hidden;
    background-color: #fff;
}

.share-popup li {
    width: 49%;
    margin: 0 .5%;
    float: left;
}

.share-popup li a {
    display: block;
    height: 20px;
    line-height: 20px;
    border: 1px solid transparent;
    padding: 5px 0;
    font-size: 14px;
    color: #565656;
    text-indent: 34px;
    background: url(http://static.gridsumdissector.com/zheng_fen_xiang/images/is_24.png) no-repeat;
    cursor: pointer;
}

.share-popup li a:hover {
    background-color: #f3f3f3;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.share-popup.top {
    bottom: 130%;
}

.share-popup.bottom {
    top: 130%;
}

.share-popup.left {
    right: 0px;
}

.share-popup.right {
    left: 100%;
    margin-left: -20px;
}

.share-popup li a.gwds_qzone {
    background-position: 0 -237px
}

.share-popup li a.gwds_douban {
    background-position: 0 -357px
}

.share-ewm {
    position: fixed;
    top: calc(50vh - 97px);
    left: calc(50% - 90px);
    display: block;
    z-index: 19940406;
    padding: 15px 15px 10px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.share-ewm span {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #b3aaaa;
    border: 2px solid #ededed;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.share-ewm p {
    font-size: 12px;
}

.share-ewm span::before,
.share-ewm span::after {
    content: '';
    display: block;
    width: 60%;
    border-bottom: 1px solid #FFF;
    top: calc(50% - 0.5px);
    left: 20%;
    position: absolute;
}

.share-ewm span::before {
    transform: rotateZ(45deg);
}

.share-ewm span::after {
    transform: rotateZ(-45deg);
}

.share-ewm span:hover {
    background: #878282;
}