html, body {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
}

.topbar {
    width: 100%;
    height: 4.5rem;
    background-color: #18c9ac;
    padding: 0.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
}

.topbar #back {
    color: #fff !important;
    font-size: 2.4rem;
    line-height: 2.9rem;
    position: absolute;
    left: .8rem;
    top: .9rem;
}

.topbar #back:hover,
.topbar #back:visited,
.topbar #back:link,
.topbar #back:active {
    color: #fff !important;
}

.topbar h1 {
    height: 100%;
    margin: 0;
    text-align: center;
    font-size: 1.7rem;
    line-height: 2.9rem;
    color: #fff;
}

.topbar #share {
    color: #fff !important;
    font-size: 2.4rem;
    line-height: 2.9rem;
    position: absolute;
    right: .8rem;
    top: .9rem;
}

.topbar #share:hover,
.topbar #share:visited,
.topbar #share:link,
.topbar #share:active {
    color: #fff !important;
}

.content {
    width: 100%;
    /*height: 100%;*/
    margin-top: 4.5rem;
}

.news-detail-title {
    /*padding: .8rem .8rem;*/
    padding: 1rem 1rem;
    margin-bottom: .8rem;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}

.news-detail-title .title-content {
    font-size: 1.6rem;
    color: #333;
}

.news-detail-title p + p {
    color: #999;
    font-size: 1.2rem;
}

.news-detail-content {
    width: 100%;
    /*padding: .8rem;*/
    padding: 1rem;
    background-color: #fff;
}

.news-detail-content img {
    max-width: 100%;
}
