.share_frame {
    width: 180px;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
    margin: 20px 5px;
}

.share_frame div {
    text-align: center;
    font-size: 13px;
    margin: 5px;
}

.share_frame img {
    width: 40px;
    height: 40px;
    margin-bottom: 3px;
}

.share_frame_s {
    width: 310px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    overflow: hidden;
    margin: 2px 2px;
}

.share_frame_s div {
    text-align: center;
    font-size: 13px;
    margin: 5px;
}

.share_frame_s img {
    width: 30px;
    height: 30px;
    margin-bottom: 1px;
}