
/* 分享 */
.nc_share .share_app {
    position: absolute;
    left: 0;
    top: 50%;
    width: 145px;
    transform: translateY(-50%);
}

/* 分享操作 */
.nc_share .share_operation {
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
}

.nc_share .share_operation .nc_bj {
    position: absolute;
    right: 0;
    top: 0;
    width: 105px;
}

.nc_share .share_operation .nc_close {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
}

.share_operation .nc_close .nc_dy,
.share_operation .nc_close .close {
    float: left;
    width: 95px;
    text-indent: 34px;
    position: relative;
}

.share_operation .nc_close a,
.share_operation .nc_bj span,
.share_operation .nc_bj {
    font-size: 14px;
}

/* 文字前面图标 */
.nc_share .share_operation .nc_close:before,
.nc_share .share_operation .nc_bj:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 21px;
}

.nc_share .share_operation .nc_close:before {
    left: 3px;
    top: 0;
    background: url(/material/shengji/images/nc_dy.png) no-repeat
}

.nc_share .share_operation .nc_bj:before {
    left: 15px;
    top: 25px;
    background: url(/material/shengji/images/nc_close.png) no-repeat
}
