/*分享图标样式设置*/
.common-share {
    font-size: 14px;
    color: #999;
}

.common-share img {
    width: 23px;
    opacity: .75;
    cursor: pointer;
}

.common-share img:hover {
    opacity: 1;
}

.common-share-code-layer {
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 280px;
    height: 322px;
    margin-top: -161px;
    margin-left: -140px;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    display: none;
}

.common-share-code-layer .layer-header {
    position: relative;
}

.common-share-code-layer .layer-header .code-tit {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}

.common-share-code-layer .layer-header .close-btn {
    padding: 10px;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 14px;
    color: #999;
    font-weight: bold;
    line-height: 16px;
    font-style: normal;
    cursor: pointer;
}

.common-share-code-layer .code-wrap {
    margin: 20px auto;
    width: 200px;
    height: 200px;
}

.common-share-code-layer .tips-wrap {
    font-size: 12px;
    line-height: 22px;
    color: #666;
}