* {
    padding: 0;
    margin: 0;
    font-family: PingFangSC-Medium;
    word-break: keep-all;
    line-break: strict;
    /* overflow-x: hidden; */
}

.share-page {
    width: calc(100% - 2px);
    max-width: 1060px;
    margin: 0 auto;
    height: auto;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}

.share-header {
    background: #F2F2F2;
    min-height: 50px;
    height: auto;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: fixed;
    max-width: 1060px;
    z-index: 99;
}

.share-header img {
    width: 3vw;
    min-width: 30px;
    height: 3vw;
    margin-right: 5px;
    border-radius: 50%;
    min-height: 30px;
    max-width: 40px;
    max-height: 40px;
}

.share-header span {
    font-family: PingFangSC-Medium;
    font-size: 80%;
    color: #303133;
    letter-spacing: 0.9px;
    font-weight: 500;
    margin-left: 5px;
}

.share-content {
    padding: 0 5%;
}

.share-content .share-article-title {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #303133;
    letter-spacing: 1.2px;
    font-weight: 500;
    word-wrap: break-word;
    /* 老写法，兼容性好 */
    overflow-wrap: break-word;
    /* 推荐写法，W3C 标准 */
    white-space: normal;
}

.share-content .share-article-description {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.share-content .share-article-author {
    font-family: PingFangSC-Medium;
    font-size: 120%;
    color: #231F20;
    letter-spacing: 0.9px;
    font-weight: 500;
}

.share-content .share-article-time {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.7px;
    font-weight: 500;
    margin-right: 1.5%;
}

.share-content .share-article-town {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #1E7FBF;
    letter-spacing: 0.7px;
    font-weight: 500;
}

.share-content .share-article-repost {
    display: flex;
    align-items: center;
    padding-left: 10px;
    margin-top: 10px;
}

.share-article-repost .small-label {
    background-color: #BF1E2E;
    border-radius: 4px;
    height: 20px;
    font-size: 12px;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #ffffff;
}

.share-article-repost .repost-content {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #909399;
    letter-spacing: 0.9px;
    font-weight: 500;
    margin-left: 20px;
}

.share-article-main {
    width: 100%;
    height: auto;
    /* border: 1px solid gold; */
    margin-top: 10px;
}

/* 引用的第三方链接的卡片样式 */
.article-quote-media {
    max-width: 550px;
    background: #F0F0F0;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #E6E6E6;
}

.article-quote-media .quote-media-banner {
    background-size: 100% 100% !important;
    width: calc(100% + 20px);
    height: 180px;
    margin-left: -10px;
    margin-top: -10px;
    max-width: 570px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.article-quote-media .quote-media-banner img {}

.article-quote-media .quote-media-header {
    display: flex;
    /* align-items: flex-end; */
    /* margin-top: -40px; */
    height: 80px;
    bottom: 40px;
    position: relative;
}

.article-quote-media .quote-media-header .header-profile-picture {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid white;
}

.article-quote-media .quote-media-header div:nth-child(2) {
    margin-top: 37px;
}

.article-quote-media .quote-media-header .name {
    display: inline-block;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #303133;
    letter-spacing: 0.7px;
    font-weight: 500;
    margin-left: 5px;
}

.article-quote-media .quote-media-header .name img {
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.article-quote-media .quote-media-header .description {
    display: inline-block;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #909399;
    letter-spacing: 0.6px;
    font-weight: 500;
    margin-left: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 显示的行数 */
    overflow: hidden;
}

.article-quote-media .quote-media-title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #303133;
    letter-spacing: 0.8px;
    font-weight: 500;
    margin-top: -25px;
}

.article-quote-media .quote-media-image {
    margin-top: 10px;
}

.article-quote-media .quote-media-image img {
    width: 100%;
    height: auto;
    max-height: 300px;
    border-radius: 4px;
}

.quote-media-footer {
    display: flex;
    margin-top: 10px;
    justify-content: flex-end
}

.quote-media-footer div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-media-footer div:nth-child(1) {
    width: 100px;
    height: 24px;
    background: rgba(144, 147, 153, 0.10);
    border-radius: 15px;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #1E7FBF;
    letter-spacing: 0.22px;
    text-align: right;
    font-weight: 500;

}

.quote-media-footer div:nth-child(1):hover {
    /* text-decoration: underline; */
}

.quote-media-footer img {
    height: 12px;
    width: 12px;
}

.quote-media-footer div:nth-child(2) {
    /* width: 200px;
    text-align: right; */
}

.quote-media-footer span {
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #909399;
    letter-spacing: 0.6px;
    font-weight: 500;
    margin-left: 5px;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}

/* 引入的第三方链接样式，但是没有背景，头像，作者名的普通链接样式 */
.article-quote-normal {
    max-width: 550px;
    background: #F0F0F0;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #E6E6E6;
}

.article-quote-normal .quote-normal-title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #303133;
    letter-spacing: 0.8px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 显示的行数 */
    overflow: hidden;
}

.article-quote-normal .quote-normal-divider {
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin: 10px 0;
}

.article-quote-normal .quote-normal-image img {
    width: 100%;
    height: auto;
    max-height: 300px;
    /* object-fit: cover; */
    border-radius: 4px;
}

/* 引用的链接样式 */
.article-quote-link {
    max-width: 550px;
    /* min-width: 350px; */
    height: 45px;
    background: #F0F0F0;
    border-radius: 4px;
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;
}

.article-quote-link .title {
    font-size: 14px;
    /* color: #303133; */
    letter-spacing: 0.7px;
    font-weight: 500;
}

.article-quote-link .link {
    font-size: 14px;
    color: #1E7FBF;
    letter-spacing: 0.7px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.article-quote-link .link:hover {
    text-decoration: underline;
}

/* 引用的卡片样式 */
.article-quote-card {
    width: 100%;
    max-width: 570px;
    /* min-width: 350px; */
    height: 45px;
    background: #F0F0F0;
    border-radius: 4px;
    margin-top: 10px;
    /* padding: 10px; */
    padding-top: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 10px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    padding-bottom: 10px;
}

.article-quote-card .quote-left {
    width: 30px;
    height: 100%;
    margin-left: 10px;
}

.article-quote-card .quote-right {
    width: calc(100% - 60px);
    height: 100%;
    padding-left: 10px;
}

.article-quote-card .type {
    background: #303133;
    border-radius: 2px;
    width: 30px;
    height: 16px;
    text-align: center;

}

.article-quote-card .type span {
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    font-weight: 500;
    top: -5px;
    position: relative;
    top: -7px;
}

.article-quote-card .quote-right .quote-title {
    font-size: 14px;
    width: 90%;
    display: block;
    letter-spacing: 0.7px;
    font-weight: 500;
    position: relative;
    top: -4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quote-right .quote-author {
    font-size: 12px;
    color: #909399;
    letter-spacing: 0.6px;
    font-weight: 500;
    margin-left: 10px;
}

.share-article-footer {
    background: #1D9BF1;
    height: 70px;
    width: 100%;
    max-width: 1060px;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.share-article-footer span {
    font-family: PingFangSC-Medium;
    font-size: 100%;
    color: #FFFFFF;
    letter-spacing: 0.9px;
    font-weight: 500;
    cursor: pointer;
}

.share-article-footer span:hover {
    text-decoration: underline;
}

/* 文章内容详细样式 */
.img_content {
    width: 100%;
    margin-bottom: 10px;
}

.img_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.link_right_content {
    flex: 6;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}

.link_top_part {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: 13px;
}

.link_bottom_part {
    letter-spacing: 1px;
    font-size: 13px;
}

.videoBox video {
    width: 100%;
    margin-bottom: 10px;
}

.type5-link {
    color: #777;
    text-decoration: underline;
}

.type5-title {
    text-align: left;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    align-items: flex-start !important;
    margin-bottom: 0px !important;
}

/* 每个字符基础样式 */
.char {
    display: inline;
}

/* “字 + 标点” 不可换行的组合 */
.hangGroup {
    white-space: nowrap;
}

/* 悬挂样式（仍由 JS 自动加） */
.hang {
    display: inline;
    margin-left: -0.4em;
    padding-right: 0.4em;
}

/* 如果想让悬挂只影响组合内的标点，可以加下面这句 */
.hangGroup .char:last-child.hang {
    margin-left: -0.4em;
    padding-right: 0.4em;
}


.nr {
    font-family: PingFangSC-Medium;
    color: #303133;
    margin-bottom: 10px;
    width: 100%;
    white-space: pre-line;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-size: 18px;
    line-height: 150%;
}

/* 浏览量，已打赏 区域的样式 */
.article-read-div {
    margin-top: 20px;
    height: 20px;
    width: 95%;
    display: flex;
    align-items: center;
    /* padding: 0px 5%; */
    padding-left: 5%;
}

.article-read-div .view-count {
    width: 100px;
    height: 20px;
    background: #F5F5F5;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.article-read-div .tip-count {
    width: 100px;
    height: 20px;
    background: #F5F5F5;
    border-radius: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.article-read-div .view-count div:nth-child(1),
.article-read-div .tip-count div:nth-child(1) {
    background: #F0F0F0;
    border-radius: 10px 0 0 10px;
    text-align: center;
    width: 55px;
    height: 20px;
}

.article-read-div .view-count div:nth-child(2),
.article-read-div .tip-count div:nth-child(2) {
    text-align: center;
    width: 45px;
    height: 20px;
}

.article-read-div .view-count div:nth-child(1) span,
.article-read-div .tip-count div:nth-child(1) span {
    font-size: 12px;
    color: #909399;
    letter-spacing: 0.6px;
    font-weight: 500;
    position: relative;
    top: -3px;
}

.article-read-div .view-count div:nth-child(2) span,
.article-read-div .tip-count div:nth-child(2) span {
    font-size: 12px;
    color: #909399;
    letter-spacing: 0.6px;
    font-weight: 500;
    position: relative;
    top: -3px;
}

/* 文章详情界面，评论数量，排序方式的样式 */
.article-reply-top {
    width: 95%;
    height: 20px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-left: 5%;
}

.article-reply-top .reply-count {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #909399;
    letter-spacing: 0.7px;
    font-weight: 500;
}

.article-reply-top .reply-divider {
    width: 2px;
    height: 20px;
    background-color: #E6E6E6;
    margin-left: 10px;
    border-radius: 5px;
}

.article-reply-top .reply-comment {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #303133;
    letter-spacing: 0.7px;
    font-weight: 500;
}

/* 评论区域样式 */
.reply-body-div {
    margin: 20px 5%;
    height: auto;
    margin-bottom: 50px;
}

.reply-body-div .reply-item {
    width: 100%;
    margin-bottom: 20px;
}

.reply-body-div .reply-item .reply-item-main {
    display: flex;
}

.reply-body-div .reply-item .reply-item-main-content {
    padding-left: 10px;
    width: 100%;
}

.reply-zan-img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
}

.reply-body-div .reply-item .reply-item-main-content .reply-item-text {
    margin-top: 5px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #303133;
    letter-spacing: 0.7px;
    font-weight: 500;
    word-break: break-word;
    white-space: normal;
}

.reply-body-div .reply-item .reply-item-main-content .reply-count {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #909399;
    letter-spacing: 0.7px;
    font-weight: 500;
    position: absolute;
    right: 0;
    width: 40px;
    text-align: center;
}

.reply-body-div .reply-item .reply-item-main-content .reply-item-author {
    opacity: 0.5;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #909399;
    letter-spacing: 0.7px;
    font-weight: 500;
}

.reply-body-div .reply-item .reply-item-main-content .reply-item-isAuthor {
    background: #F0F0F0;
    border-radius: 7px;
    font-family: PingFangSC-Medium;
    font-size: 10px;
    color: #909399;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-left: 10px;
    width: 35px;
    display: inline-block;
    text-align: center;
}

.reply-body-div .reply-item .reply-item-main-content .reply-time {
    opacity: 0.5;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #909399;
    letter-spacing: 0.6px;
    font-weight: 500;
    margin-top: 5px;
}

.reply-item .reply-item-sub {
    padding-left: 50px;
    margin-top: 15px;
    display: flex;
}

.reply-item .reply-item-sub .reply-item-sub-record {
    background: #F0F0F0;
    border-radius: 4px;
    width: calc(100% - 10px);
    min-height: 30px;
    height: auto;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #909399;
    letter-spacing: 0.7px;
    font-weight: 500;
    display: flex;
    padding-left: 5px;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    word-break: break-word;
    white-space: normal;
}

.reply-item .reply-more {
    padding-left: 90px;
    margin-top: 10px;
    display: flex;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #1E7FBF;
    letter-spacing: 0.6px;
    font-weight: 500;
    cursor: pointer;
}

.no-more-data {
    opacity: 0.5;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #909399;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 5px;
    width: 100%;
    text-align: center;
}