
.share-module {
    color: var(--link-color);
    vertical-align: middle;
    font-size: 14px;
    line-height: 22px
}

.share-module__fix {
    padding: 8px 0
}

.share-module__fix.fixed {
    min-width: 1200px;
    box-shadow: 0 -2px 6px 0 rgba(0, 0, 0, .04);
    border-top: 1px solid rgba(0, 0, 0, .08);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: #fff
}

.share-module__left {
    float: left;
    width: 65%
}

.share-module__right {
    float: right;
    width: 35%;
    text-align: right;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.share-module__right .link-dark-major {
    font-weight: 700
}

.share-module__item {
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
    color: var(--link-color);

}


.video-like-button.active {
    background: #d73a49 !important;
    color: #eeeeff !important;
}


.video-like-button {
    background: var(--gold) !important;
    color: #000;
}


.video-like-button .q-btn__wrapper:before{
  border:none!important;
}