.share-section {
    display: block;
}

.share-section > div {
    text-align: center;
    font-size: 0.5vw;
    padding-top: 20px;
    color: var(--font-color-gray);
    cursor: pointer;
}

.share-section > div:hover {
    color: var(--font-color);
}

.share-section > div > div {
    padding-top: 4px;
}

.share-section .icon {
    width: 2vw;
}

.share-section-m {
    position: relative;
}

.share-section-m .button {
    background: var(--danger-color);
    text-align: center;
    border-radius: 4px;
    width: 30px;
    height: 26px;

}

.share-section-m .button:active {
    background: var(--primary-color);
}

.share-section-m .button i {
    font-size: 12px;
    color: white;
}

.share-section-m .dialog {
    width: 180px;
    background: white;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

.share-section-m .dialog .title {
    display: block;
    text-align: center;
    padding: 20px 0 6px 0;
    font-size: 13px;
}

.share-section-m .dialog .cancel {
    text-align: center;
    margin-top: 5px;
    border-top: 4px solid #f7f8fa;
    padding: 10px 0;
    font-size: 13px;
}

.share-section-m .dialog .list {
    padding: 20px;
    font-size: 13px;
    text-align: center;
}

.share-section-m .dialog .list > div {
    display: inline-block;
    text-align: center;
    margin: 2px 10px 0 0;
}

.share-section-m .dialog .list .icon {
    width: 31px;
    height: 31px;
}

.share-section-m .dialog .list > div > div {
    padding: 8px 0;
    font-size: 12px;
}

.share-section-line {
    display: flex;
}

.share-section-line > div {
    text-align: center;
    font-size: 0.5vw;
    color: var(--font-color-gray);
    cursor: pointer;
    padding: 0 10px;
}

.share-section-line > div:hover {
    color: var(--font-color);
}

.share-section-line > div > div {
    padding-top: 4px;
}

.share-section-line .icon {
    display: block;
    width: 32px;
    height: 32px;
    margin: 4px;
}