* {
    margin: 0px;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

#app {
    background-color: #f6f6f6;
    height: 100vh;
    overflow-y: auto;
}

/* 导航栏 */
.top {
    width: 100vw;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 36px;
    background: #fff;
}

    .top img {
        margin-left: 10px;
        width: 20px;
        height: 20px;
    }

/* 内容 */
.content {
    padding: 50px 14px 0;
}

    .content .info .fontClass {
        color: #837979;
        font-size: 14px;
        margin-top: 3px;
        margin-right: 5px;
    }

    .content .info .vedioColor {
        a

{
    text-decoration: none;
    color: #1296db;
}
}

.content .info .data {
    display: flex;
}

    .content .info .data img {
        width: 65px;
        height: 65px;
        border-radius: 50%;
    }

    .content .info .data .right {
        margin-left: 7px;
    }

        .content .info .data .right div {
            font-size: 12px;
        }

    .content .info .data .tag-top {
        display: flex;
        align-items: center;
    }

    .content .info .data .ttag-topdiv {
        font-size: 12px;
    }

    .content .info .data .tag-top img {
        width: 16px;
        height: 16px;
    }

.content .info .Introduction {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

    .content .info .Introduction .introContent {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 2px;
    }

    .content .info .Introduction img {
        width: 20px;
        height: 20px;
    }

/* 按钮 */
.buttonClass {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}

    .buttonClass .button {
        text-align: center;
        height: 29px;
        line-height: 29px;
        width: 45%;
        background-color: #e5e0e0;
        border-radius: 3px;
        font-size: 12px;
    }

/* tag */
.tag {
    display: flex;
    height: 40px;
    line-height: 40px;
    /* background-color: #fff; */
    margin-top: 10px;
    color: #837979;
}

    .tag .tagItem {
        margin-right: 14px;
    }

.active {
    color: #000;
    border-bottom: 2px solid #000;
}

/* 消息 */

.message {
    margin: 10px 14px 0;
    padding-bottom: 10px;
    .essay

{
    background-color: #fff;
    padding: 8px;
    border-radius: 5px;
    margin-top: 12px;
    .author

{
    font-size: 15px;
}

.time {
    font-size: 12px;
    color: #837979;
}

.essay-content {
    display: flex;
    align-items: center;
    padding: 8px 3px;
    /* border-bottom: 1px solid red; */

    .essay-content-left

{
    flex: 1;
    margin-right: 10px;
    h5

{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

span {
    color: #837979;
    font-size: 12px;
    margin-right: 3px;
}
}

.essay-content-right {
    img

{
    width: 60px;
    height: 60px;
    border-radius: 2px;
}
}
}
}
}

.allMessage {
    display: flex;
    flex-wrap: wrap;
    .message-item

{
    display: flex;
    align-items: center;
    margin-right: 10px;
    color: #837979;
    font-size: 14px;
    margin-top: 10px;
    img

{
    width: 20px;
    height: 20px;
}
}
}

.message-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    .message-item-left

{
    display: flex;
    align-items: center;
    color: #837979;
    font-size: 14px;
    img

{
    width: 20px;
    height: 20px;
}
}

.message-item-right {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #ebebeb;
    img

{
    width: 18px;
    height: 18px;
}
}
}

.video {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2px;
    justify-content: space-around;
    .vedio-item

{
    width: 33%;
    height: 170px;
    position: relative;
    margin-top: 2px;
    img

{
    width: 100%;
    height: 100%;
}

.videotag {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 2px;
    right: 5px;
    .vedioLike

{
    display: flex;
    align-items: end;
    span

{
    font-size: 10px;
    color: #fff;
}

img {
    width: 13px;
    height: 13px;
}
}

.gap {
    width: 1px;
    height: 10px;
    background-color: #fff;
    margin: 0 6px;
}

.videotag-top {
    img

{
    width: 13px;
    height: 13px;
}
}
}
}
}

/* 遮罩层 */
.maskLayer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-y: auto;
}

    /* 文章详情 */

    .maskLayer .bar {
        position: fixed;
        width: 100vw;
        background-color: #fff;
        padding: 10px 10px;
        img

{
    width: 20px;
    height: 20px;
}
}

.maskLayer .article {
    margin: 40px 20px 0;
    .article-title

{
    .vice

{
    span

{
    font-size: 12px;
    color: #837979;
    margin-right: 8px;
}

.title {
    color: #1296db;
}
}

.see {
    display: flex;
    align-items: center;
    margin-top: 2px;
    span

{
    color: #1296db;
    font-size: 12px;
}

img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
}

.source {
    margin-top: 10px;
    img

{
    width: 100%;
    height: 80px;
    border-radius: 10px;
}

.source-title {
    font-size: 12px;
    color: #837979;
}
}
}

.article-content {
    margin-top: 20px;
}
}

/* 文章模块列表 */

.maskLayer .massage {
    background: linear-gradient(to bottom, #696969, #a39f9f);
    padding: 40px 0;
    .message-bar

{
    position: fixed;
    top: -8px;
    left: 0px;
    width: 100vw;
    z-index: 1000;
    height: 40px;
    background: linear-gradient(to bottom, #696969, #707070);
    img

{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 15px;
}
}

.message-top {
    padding: 0 20px;
    .read

{
    margin: 5px 0;
    color: #ededed;
    font-size: 12px;
}

.public {
    display: flex;
    align-items: center;
    margin-top: 20px;
    span

{
    margin: 0 5px;
    color: #ededed;
    font-size: 14px;
}

.one {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.two {
    width: 15px;
    height: 15px;
}

.three {
    width: 15px;
    height: 15px;
}
}

.message-title {
    display: flex;
    align-items: center;
    h4

{
    color: #fff;
    width: 70vw;
}

.button {
    padding: 3px 7px;
    color: #f7f5f5;
    background-color: #898989;
    font-size: 10px;
    border-radius: 3px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
}
}

.maskLayer .message-list {
    padding: 20px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: translateY(-9px);
    .list-content

{
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    .list-content-left

{
    flex: 1;
    margin-right: 10px;
    span

{
    margin-right: 5px;
    font-size: 12px;
    color: #837979;
}
}

.list-content-right {
    img

{
    width: 60px;
    height: 60px;
}
}
}

.list-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    .list-top-img

{
    display: flex;
    align-items: center;
    img

{
    width: 16px;
    height: 14px;
}

span {
    margin-left: 4px;
    font-size: 14px;
}
}
}
}

.maskLayer .content {
    margin-top: 34px;
    overflow: hidden;
}

    .maskLayer .content h4 {
        margin: 20px 0 10px;
    }

.maskLayer .info {
    margin: 18px 10px 0;
}

    .maskLayer .info .form {
        display: flex;
        margin-top: 10px;
    }

        .maskLayer .info .form span {
            color: #837979;
        }

        .maskLayer .info .form div {
            margin-left: 30px;
        }

.maskLayer .mask-top {
    width: 100vw;
    height: 34px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.introContent {
    margin: 50px 10px 0;
}

.maskLayer .mask-top img {
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

.maskLayer .mask-top div {
    transform: translateX(-20px);
}

/* 详情功能 */
.bottom-title {
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #e2e2e2;
    padding: 15px 0;
    .box

{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    .bottom-left

{
    display: flex;
    align-items: center;
    margin-left: 10px;
    span

{
    margin: 0 3px 0 6px;
}

img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.icon-img {
    width: 15px;
    height: 15px;
}
}

.bottom-right {
    display: flex;
    align-items: center;
    margin: 0 10px;
    .right-item

{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin: 0 4px;
    img

{
    width: 15px;
    height: 15px;
}
}
}
}
}