@CHARSET "UTF-8";

/*========= article share-box =================*/

.share-box {
    margin-top: 20px;
}

.share-box>ul>li {
    float: left;
    margin-left: 10px;
}

.share-box>ul>li.share-title {
    color: #343434;
    line-height: 30px;
}

.share-box>ul>li>a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../imgs/icons.png) no-repeat;
}

.share-box>ul>li.weixin>a {
    background-position: -310px -80px;
}

.share-box>ul>li.qq>a {
    background-position: -434px -80px;
}

.share-box>ul>li.qzone>a {
    background-position: -372px -80px;
}

.share-box>ul>li.sina>a {
    background-position: -403px -80px;
}

.share-box>ul>li.tip-off>a {
    background: none;
    width: auto;
    line-height: 30px;
    display: inline-block;
    padding-left: 5px;
}

.share-box>ul>li.tip-off>a:link {
    color: #656565;
}

.share-box>ul>li.tip-off {
    width: auto;
    background: none;
}

.share-box .op-tools {
    float: right;
    margin-top: 0px;
    line-height: 30px;
}

.share-box .op-tools>a {
    margin-left: 15px;
    margin-right: 0px;
}

/*========= shared-tips =================*/

.shared-tips {
	    position: absolute;
    margin: -5px -10px;
    width: 125px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 200;
    top: 36px;
    left: 10px;
	z-index:1000;
}

.shared-tips>a {
    padding: 0 19px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

.shared-tips>a:last-child {
    border-bottom: none;
}



.shared-tips>a>span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../imgs/icons.png) no-repeat;
    margin-right: 10px;
    vertical-align: middle;
}

.shared-tips>a.shared-qq>span {
    background-position: -81px -53px;
}

.shared-tips>a.shared-weixin>span {
    background-position: -21px -53px;
}

.shared-tips>a.shared-qzone>span {
    background-position: -41px -53px;
}

.shared-tips>a.shared-sina>span {
    background-position: -61px -53px;
}
.shared-tips .arrows {
    display: inline-block;
    width: 15px;
    height: 7px;
    position: absolute;
    top: -7px;
    left: 7px;
    background: url(../imgs/icons.png) no-repeat -373px -20px;
}

