.post-content-wrap {
    font-size: 15px;
    line-height: 27px;
}

.post-title {
    padding : 0 10px;
    margin-bottom: 0;
}

.post-time {
    font-size: 13px;
    padding: 0 10px;
    margin-top: 5px;
    color: #999;
}

.go-app-wrap {
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.go-app-button {
    width: 100%;
    max-width: 375px;
    padding: 10px 20px;
}

.img-container {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.img-container figure {
    margin: 0;
}

.img-caption p {
    margin: 0;
    text-align: center;
    font-size: 13px;
}

.intro-wrap {
    border-radius: 25px;
    padding: 5px 10px;
    border: 5px solid #7189f4;
}

.quote-wrap {
    max-width: 450px;
    margin: 0 auto;
    border: 1px solid #eee;
}

.quote-img-anchor {
    max-height: 450px;
    overflow: hidden;
}

.quote-img {
    max-height: 450px;
    width: 100%;
}

.quote-img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.quote-text-container {
    padding: 21px 26px 18px;
}

.quote-text-content {
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 18px;
    color: #999;
    font-size: 13px;
}

.quote-text-url {
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-height: 18px;
    color: #6b86ca;
    font-size: 13px;
}

.video-wrap {
    position: relative;
    padding-top: 56.25%;
}

.video-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.table {
    width: 100%;
}

.table-bordered {
    border-collapse: collapse;
}

.table-bordered td {
    padding: 5px 3px;
    border: 1px solid #ececec;
}

.post-content-wrap ul p,.post-content-wrap li p {
    margin: 0
}

@media screen and (max-width: 768px) {
    .post-title-wrap {
        margin-bottom: 40px;
    }

    .post-content-wrap {
        margin-bottom: 40px;
    }

    .post-title {
        font-size: 22px;
    }

    .post-thumbnail {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {

    .post-title-wrap {
        max-width: 700px;
        margin: 0 auto 40px;
    }

    .post-content-wrap{
        max-width: 700px;
        margin: 0 auto 40px;
    }

    .post-thumbnail {
        width: 100%;
    }

    .quote-container {
        width: 600px;
        margin: 30px auto;
    }

}
