
.vcourse-detail-share {padding-top: 20px;}
.vcourse-detail-share .inner { background: #FFFFFF; box-shadow: 0px 5px 15px 0px rgba(30, 25, 38, 0.2); border-radius: 6px; padding:40px 32px; color:#525A67; font-size: 12px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; border: 1px solid #EFEFEF;
    height:215px;
}
.vcourse-detail-share .inner::before {
    content:"";
    display: block;
    width:0;
    height:0;
    border-width: 8px 8px 12px 8px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    z-index: 2;
    top: 1px;
    right: 62px;
}
.vcourse-detail-share .inner::after {
    content:"";
    display: block;
    width:0;
    height:0;
    border-width: 9px 9px 13px 9px;
    border-style: solid;
    /* #EFEFEF */
    border-color: transparent transparent #EFEFEF transparent;
    position: absolute;
    top: -1px;
    right: 61px;
}
.vcourse-detail-share .left {display: inline-block;padding-right: 20px;}
.vcourse-detail-share .left .special-shares li {margin-right: 34px;display: inline-block;text-align:center;margin-bottom:14px; cursor: pointer;}
.vcourse-detail-share .left .special-shares li img {width:40px;height:40px;display:block; margin: 0 auto; margin-bottom:6px; }
.vcourse-detail-share .left .special-shares li:hover img {opacity: .8;}
.vcourse-detail-share .left .link {width: 264px;height: 30px;background: rgba(2, 124, 219, 0.05);border-radius: 4px;border: 1px solid #027CDB;box-sizing: border-box;
    padding: 0 10px;line-height: 10px;margin-bottom: 7px;
}
.vcourse-detail-share .left .link input {border: none;outline:none;background:unset; height:100%;width:160px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding:0;margin-right: 20px;}
.vcourse-detail-share .left .link>span {color:#027CDB;cursor: pointer;}
.vcourse-detail-share .left>p {color:#212B34;font-size: 12px;}
.vcourse-detail-share .left>p span {color:#87959F;float: right;}

.vcourse-detail-share .right {display: inline-block; text-align:center;padding-left: 30px; color:#212B34;font-size: 12px; position: relative;padding-top:4px;}
.vcourse-detail-share .right::before {content:"";width:1px;height:96px;background:#E3E9EF;position: absolute;top: 20px;left:0;}
.vcourse-detail-share .right .qrcode {width: 100px;height: 100px;background: rgba(248, 229, 189, 0.3);border-radius: 4px;border: 1px solid #027CDB; margin-top: 10px;padding:3px;text-align:center;}