body {
    max-width: var(--maxWidth);
    margin: 0 auto;
    padding-top: 4.8rem;
}

.disable {
    pointer-events: none;
}

.flexBox {
    /* display: flex; */
    /* flex-direction: column; */
    height: 100vh;
}

.flexDom {
    overflow-y: auto;
}

.main {
    padding: 0 1.7rem;
}

.titleBar {
    margin-top: 2.5rem;
}

.titleBar .title {
    font-size: 2.3rem;
    line-height: 3.2rem;
    color: #1a1a1a;
    font-weight: bold;
}

.titleBar .authorBar {
    display: flex;
    align-items: center;
    padding: 2.1rem 0 1.7rem;
}

.titleBar .authorBar .avatar {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
}

.titleBar .authorBar .avatar img {
    width: 4rem;
    height: 4rem;
    object-fit: cover;
}

.titleBar .authorBar {
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #999;
}

.titleBar .authorBar .authorName {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #333;
}

.titleBar .authorBar .timeBar {
    display: flex;
    margin-top: 0.4rem;
    width: 100%;
    flex-wrap: wrap;
}
.titleBar .authorBar div {
    flex: 1 auto;
}
.titleBar .authorBar .hitCount {
    /* background: url(../imgs/eye.png) no-repeat left; */
    /* background-size: 1.1rem 0.9rem; */
    /* text-indent: 1.5rem; */
    /* margin-right: 1.6rem; */
}

.titleBar .authorBar .follow {
    width: 7.7rem;
    height: 2.9rem;
    margin-left: auto;
    background: #F1F6FF;
    color: var(--themeColor);
    font-size: 1.4rem;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titleBar .authorBar .follow img {
    width: 1.1rem;
    height: 1.1rem;
    margin-right: .4rem;
}

/* 视频播放器 */
.videoDom {
    flex-shrink: 0;
    height: calc(100vw * 9/16);
    max-height: calc(var(--maxWidth) * 9/16);
}

/* 影音标题 */
.mediaBar {
    padding: 1rem 0 1.5rem;
}

.mediaBar .title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.8rem;
    color: #1A1A1A;
}

/* 正文 */
.article {
    position: relative;
    /* max-height: 50rem; */
    overflow: hidden;
    margin-bottom: .8rem;
}

.article .readMore {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.8) 28%, #FFFFFF 69%, #FFFFFF 100%);
    display: none;
}

.article .readMore img {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .8rem;
    margin: auto;
}

.openAppTip {
    height: 4.4rem;
    line-height: 4.4rem;
    text-align: center;
    color: #fff;
    background: var(--themeColor);
    font-size: 1.5rem;
    border-radius: 2rem;
    box-shadow: 0px 5px 10px rgba(48, 104, 229, 0.4);
}

/* 评论 */
.comment {
    padding-bottom: 4.4rem;
}

.comment .title {
    color: #333;
    font-size: 1.9rem;
    line-height: 2.6rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.comment .item {
    display: flex;
    justify-content: space-between;
    margin-top: 1.6rem;
}

.comment .item .avatar {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1rem;
    flex-shrink: 0;
}

.comment .item .avatar img {
    width: 100%;
    height: 100%;
}

.comment .item .content {
    width: 100%;
}

.comment .item .content .name {
    color: #8C8C8C;
    font-size: 1.5rem;
}

.comment .item .content .text {
    color: #333;
    padding: .5rem 0 1.4rem;
    font-size: 1.7rem;
}

.comment .item .content .timeBar {
    color: #B3B3B3;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.comment .item .content .time {
    margin-right: auto;
}

.comment .item .content .commentBtn {
    width: 1.6rem;
    height: 1.6rem;
    background: url(../imgs/comment.png) no-repeat;
    background-size: cover;
    margin-right: 3.2rem;
}

.comment .item .content .doPraiseBtn {
    min-width: 1.6rem;
    height: 1.6rem;
    background: url(../imgs/zan.png) no-repeat;
    background-size: auto 100%;
    text-indent: 1.8rem;
    color: #333;
}

.comment .item .reply {
    background: #F7F7F7;
    border-radius: .6rem;
    padding: 0 1.5rem;
    color: #666;
    font-size: 1.4rem;
    margin-top: 1rem;
}

.comment .item .reply p {
    padding: .5rem 0;
}

.comment .noComment {
    width: 20.5rem;
    height: 15.3rem;
    margin: 0 auto;
}

.comment .noComment img {
    width: 100%;
    height: 100%;
}

/* 评论点赞分享按钮 */
.actionBtn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.7rem;
}

.actionBtn .btn {
    width: 9.7rem;
    line-height: 3.7rem;
    text-align: center;
    font-size: 1.5rem;
    color: #666;
    border-radius: 2rem;
    border: 1px solid #CCCCCC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.actionBtn .btn img {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: .3rem;
}

/* 新闻推荐 */
.newsRecommend {
    margin-top: 3.3rem;
}

.newsRecommend .recommendTitle {
    display: flex;
    align-items: center;
    padding-right: 1.5rem;
}

.newsRecommend .recommendTitle .left {
    width: .4rem;
    height: 2rem;
    background: var(--themeColor);
    border-radius: 0px .6rem .6rem 0px;
    margin-right: 1.1rem;
}

.newsRecommend .recommendTitle .text {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.8rem;
    color: #333;
}

.newsRecommend .recommendTitle .change {
    color: #999;
    font-size: 1.4rem;
    margin-left: auto;
    background-size: 1.3rem 1.3rem;
    display: flex;
    align-items: center;
}

.newsRecommend .recommendTitle .change img {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: .3rem;
    margin-top: .4rem;
}

.newsRecommend .recommendTitle .change.disable img {
    animation: rotate 0.75s linear infinite
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.recommend {
    padding: 0 1.7rem 1.5rem;
}

.recommend .item {
    height: 9.2rem;
    border-radius: .3rem;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-size: 1.3rem;
    margin-top: 1.7rem;
    display: block;
}

.recommend .item .cover {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
}

.recommend .item .content {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, .01) 0%, #000 100%); */
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    padding: 0 1.3rem;
    box-sizing: border-box;
}

.recommend .item .content .title {
    font-size: 1.3rem;
    line-height: 2rem;
    height: 6rem;
    margin: 0rem 0 1rem;
    overflow: hidden;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.recommend .item .content .info {
    display: flex;
    padding-bottom: 0.8rem;
    color: #333;
}

.recommend .item .content .time {
    margin-left: .5rem;
}

.recommend .item .content .commentNum {
    margin: 0 2rem 0 auto;
    background:url(../imgs/comment_reco.png) no-repeat left;
    background-size: 1.7rem 1.7rem;
    text-indent: 1.7rem;
}

.recommend .item .content .readCount {
    background: url(../imgs/eye_reco.png) no-repeat left;
    background-size: 1.7rem 1.7rem;
    text-indent: 1.9rem;
}

.launch {
    position: relative;
}

.launch .launch-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}