.share {
    width: 8.8rem !important;
    height: 51.6rem;
    border-radius: 1rem 0 0 1rem;
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 0.1rem solid #E6E6E6;
    z-index: 10;
}

.share-top {
    width: 8.8rem;
    height: 4.8rem;
    background-color: #05173C;
    line-height: 4.8rem;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
}

.shard-content {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 46.8rem;
}

.shard-img {
    width: 6.4rem;
    height: 6.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
}

.shard-img:hover {
    background-color: #F5F5F7;
    cursor: pointer;
}

.shard-img img {
    width: 4rem;
    height: 4rem;
}