body {
    font: "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
    font-size: 12px;
}
.headerimg {
    position: relative;
}
.headerimg .title {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #fff;
}
.headerimg .img-responsive {
    padding-bottom: 0;
}
#tabs {
    padding: 8px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #ddd;
    background-color: #fff;
}
#tabs li {
    width: 33.3%;
    text-align: center;
    float: left;
}
#tabs li a {
    font-size: 16px;
    color: #00b0c6;
    padding: 5px 10px;
}
#tabs li.current a {
    border-bottom: 2px solid #00b0c6;
}
#tabs li img {
    height: 14px;
    vertical-align: middle;
    margin-top: -2px;
}
#c-more {
    margin-top: 10px;
}
body {
    background: #f8f8f8;
}
#youhui-detail {
    background-color: #fff;
}
.round-icon {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #00b0c6;
    text-align: center;
    padding: 5px;
    display: inline-block;
}
.round-icon img {
    height: 20px;
}
#youhui-stat {
    margin-bottom: 20px;
}
.commentbox {
    background: #f8f8f8;
}
.d-desc {
    padding-top: 0px;
}
#article-detail {
    background-color: #fff;
}
#article-detail article p {
    padding: 10px !important;
    font-size: 14px;
    line-height: 1.5em;
    color: #6b6b6b;
    text-indent: 28px;
}
#article-detail img.article-image {
    width: 100%;
    padding: 5px 0;
}
.article-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
.article-footer li {
    margin: 8px 0px;
    padding: 5px;
    width: 49%;
    float: left;
    text-align: center;
}
.article-footer li a {
    position: relative;
}
.article-footer li:first-child {
    border-right: 1px solid #eee;
}
.article-footer li img {
    height: 20px;
}
#wxts {
    padding-top: 10px;
}
.bottom-shadow{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.7) 70% );
}
.top-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.7) 70% );
    background-image: -webkit-linear-gradient(90deg,rgba(0, 0, 0, 0.01) 1%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.7) 70% );
}
.headerimg .title {
    font-weight: normal;
    padding-left: 0;
}
.headerimg .youhui-tag {
    position: absolute;
    top: 35px;
    left: 15px;
    color: #fdfdfd;
    font-size: 12px;
}
.commentbox {
    padding-top: 0px;
}
.sticky-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    margin-bottom: 0;
    box-shadow: none;
    z-index: 99;
}
.article {
    background: #eee;
}
#youhui-house-pics {
    background-color: #fff;
    margin-top: 20px;
    padding: 10px;
}
#youhui-house-pics header {
    font-size: 14px;
    border-bottom: 1px solid #efeff4;
    padding: 0 10px 10px 10px;
}
#youhui-house-pics li {
    padding: 10px 15px;
}
#youhui-house-pics li img {
    width: 100%;
}