.container {
    background-color: #fff;
}

.article-header {
    padding: 0 17px;
}

.article-header .title {
    padding: 0px;
    margin-top: 20rpx;
    display: block;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
}

.article-header .source {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
}

.article-header .source image {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-right: 8px;
    background-color: #fff;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("https://b.bdstatic.com/miniapp/image/cover-image.png");
}

.article-header .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 35px;
}

.article-header .info .author {
    font-size: 16px;
    line-height: 1;
    display: block;
    color: #000;
    margin-bottom: 7px;
}

.article-header .info .time {
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 1;
}

.article-content {
    color: #000;
    font-size: 19px;
    line-height: 1.58;
    letter-spacing: 2.84;
    margin-bottom: 30px;
}

.article-content .content-img {
    width: 100%;
    margin-top: 30px;
    vertical-align: bottom;
    background-color: #fff;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("https://b.bdstatic.com/miniapp/image/cover-image.png");
}

.article-content .content-p {
    margin: 24.5px 17px -5.5px 17px;
    text-align: justify;
    word-break: break-all;
}

.tip {
    font-size: .3rem;
    line-height: .3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}