.homepage .main-container .sharing-platform-container .page-public-tip {
    width: 100%;
}

.homepage .main-container .sharing-platform-container .sharing-platform-list {
    position: relative;
    margin: 2.5rem 0 6.625rem;
}

.homepage .main-container .sharing-platform-container .sharing-platform-list img {
    width: 32.0625rem;
}

.homepage .main-container .sharing-platform-container .sharing-platform-list .sharing-platform {
    display: grid;
    grid-template-columns: 0.75rem 1fr;
    position: absolute;
    width: 14.0625rem;
    font-size: .875rem;
    color: #3D3D3D;
}

.homepage .main-container .sharing-platform-container .sharing-platform-list .sharing-platform::before {
    content: '';
    display: block;
    width: .5rem;
    height: .5rem;
    margin: .25rem .25rem 0 0;
    background: #2E6EFA;
    border-radius: .25rem;
}

.homepage .main-container .sharing-platform-container .sharing-platform-list .sharing-platform:nth-of-type(1) {
    top: 5rem;
    left: -16.4375rem;
}

.homepage .main-container .sharing-platform-container .sharing-platform-list .sharing-platform:nth-of-type(2) {
    bottom: 7rem;
    left: -16.4375rem;
}

.homepage .main-container .sharing-platform-container .sharing-platform-list .sharing-platform:nth-of-type(3) {
    width: 14.5625rem;
    top: 5rem;
    right: -17.4375rem;
}

.homepage .main-container .sharing-platform-container .sharing-platform-list .sharing-platform:nth-of-type(4) {
    width: 15.3125rem;
    bottom: 7rem;
    right: -17.4375rem;
}
