body, html {
    height: 100%;
    margin: 0;
    background-color: #f1f3f5;
    overflow: hidden;
}

.body-container-div {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}


@media screen and (max-width: 677px) {
    .top-img-div {
        width: 100%;
        padding-top: 75%;
        z-index: 0;
        background-size: cover;
    }

    .top-img-div-fold {
        overflow: hidden;
    }
}

@media screen and (min-width: 677px) {
    .top-img-div {
        overflow: hidden;
    }

    .top-img-div-fold {
        width: 100%;
        padding-top: 40.3%;
        z-index: 0;
        background-size: cover;
    }
}

.container-div {
    z-index: 1;
    margin-top: -40px;
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: auto;
    background-color: #f1f3f5;
    padding: 0;
}

.sub-activity-title {
    padding: 32px 16px 0 16px;
    line-height: 32px;
    font-weight: bold;
    font-size: 24px;
    word-break:break-all;
}

.sub-activity-time-container {
    display: flex;
    margin: 14px 16px 0 16px;
}

.sub-activity-time-icon {
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.sub-activity-time-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-left: 8px;
    flex-shrink: 0;
    color: rgba(0, 0, 0, 0.9);
}

.sub-activity-time-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin-left: 4px;
    color: rgba(0, 0, 0, 0.9);
}

.sub-activity-pub-user-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
    margin-left: 16px;
    color: rgba(0, 0, 0, 1);
}

.sub-activity-pub-user-info {
    margin: 16px 16px 0 16px;
}

.sub-activity-pub-user-info {
    margin: 16px 16px 0 16px;
    display: flex;
    align-items: center;
}

.sub-activity-pub-user-info-avatar {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 20px;
}

.sub-activity-pub-user-info-center {
    margin-left: 8px;
    margin-right: 8px;
    width: 100%;
}

.sub-activity-pub-user-info-nickname-div {
    display: flex;
    align-items: center;
}

.sub-activity-pub-user-info-nickname {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: rgba(0, 0, 0, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.sub-activity-pub-user-info-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    margin-top: 2px;
    color: rgba(0, 0, 0, 0.6);
}

.sub-activity-user-mark-img {
    height: 16px;
    margin-left: 4px;
    flex-shrink: 0;
}

.sub-activity-pub-user-info-follow {
    font-weight: bold;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    color: rgba(0, 0, 0, 1);
    border-radius: 14px;
    width: 64px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-color: rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
    display: none;
}

.sub-activity-desc-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-top: 28px;
    color: rgba(0, 0, 0, 1);
    margin-left: 16px;
    margin-right: 16px;
}

.sub-activity-desc-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 12px;
    margin-right: 16px;
    margin-left: 16px;
    padding-bottom: 72px;
}

.sub-activity-desc-content img {
    display: block;
    margin-top: -0.5px;
}
.sub-activity-bottom-btn-div {
    width: 100%;
    height: 72px;
    display: flex;
    position: fixed;
    bottom: 0;
    background-color: #f1f3f5;
}

.sub-activity-bottom-btn-div-left {
    width: 50%;
    margin: 16px 6px 16px 16px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    background-color: rgba(10, 89, 247, 1);
    border-radius: 20px;
    text-align: center;
}

.sub-activity-bottom-btn-div-right {
    width: 50%;
    margin: 16px 16px 16px 6px;
    color: rgba(10, 89, 247, 1);
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    text-align: center;
}


/* 分享 */
.share-type-bg {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
    top: 0;
}

.share-type-container {
    background-color: #FFFFFF;
    border-radius: 24px;
    bottom: 16px;
    position: absolute;
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    height: 219px;
}

.share-type-title {
    margin-left: 24px;
    margin-right: 24px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.9);
}

.share-type-center-div {
    margin-top: 24px;
    display: flex;
    justify-content: space-evenly;
}

.share-type-center-item {
    width: auto;
    height: auto;
    justify-items: center;
    text-align: center;
}

.share-type-center-div-icon {
    width: 36px;
    height: 36px;
}

.share-type-center-div-name {
    margin-top: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.share-type-cancel {
    margin-top: 24px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #0A59F7;
    text-align: center;
}

/** 活动已下线**/
.activity-offline {
    width: 100%;
    height: calc(100% - 120px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.activity-offline .offline-icon {
    -webkit-mask-image: url(../../common_res/img/404.svg);
    mask-image: url(../../common_res/img/404.svg);
    background-color: #a1a7b3;
    height: 120px;
    width: 120px;
    margin-top: calc(100vh * 0.4 - 120px - 60px);
}

.activity-offline .offline-text {
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 8px;
}

.activity-offline .offline-btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #0A59F7;
}
