body {
    background: #f4f4f4;
}
.main {
    width: 10rem;
    margin: 0 auto;
    background: white;
}

.icon-search {
    display: inline-block;
    content: " ";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23099" viewBox="0 0 16 16"><path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/></svg>');
    background-repeat: no-repeat;
    background-size: .4rem .4rem;
    background-position: center center;
    width: 1.2rem;
    height: 1.2rem;
}

header {
    color: #099;
    width: 10rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: 1px solid #e2e2e2;
}

header .logo {
    height: .8rem;
    margin: .2rem .2rem .2rem .4rem;
    float: left;
}

header span {
    font-weight: 500;
    padding-left: .18rem;
}

header .search {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    float: right;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.nav {
    padding: .2rem .4rem 0 .4rem;
}

.nav a {
    color: #666666;
    font-size: .3rem
}

.wrapper h1.title {
    padding: .2rem .4rem 0 .4rem;
    font-size: .48rem;
    font-weight: 600;
    color: #000;
}
.topinfo {
    margin:.4rem .4rem 0;
    padding-bottom: .2rem;
    border-bottom: 1px solid #f4f4f4;
}
.topinfo .frt {
    font-size: .35rem;
    color: #999;
}
.topinfo a {
    color: #0f74a8;
}
.topinfo-user {
    font-size: .35rem;
    color: #999;
}
.topinfo-user img {
    width: .5rem;
    height: .5rem;
    vertical-align: text-top;
    border-radius: .5rem;
    background: #f4f4f4;
}
#size_up {
    margin-right: .1rem;
}

.guide {
    padding:.4rem;
    margin: .4rem .4rem 0 .4rem;
    border: 1px dashed #cccccc;
    background: #f4f4f4;
    color: #666;
    font-size: .42rem;
}

.content {
    /*padding: .4rem .4rem 0;*/
    padding-top: .4rem;
    color: #333;
    font-size: .42rem;
    line-height: 1.8;
    text-align: justify;
    text-align-last: left;
    font-weight: 500;
}
.content p {
    padding: .3rem .4rem;
}
.content img {
    padding: .2rem .4rem;
    width: 100%;
    height: auto;
}
.content p img {
    padding: .2rem 0;
}
.content a {
    color: #099099;
}
.content b, .content strong {
    font-weight: bold;
}

.content section {
    border-top: .2rem solid #f1f1f1;
    padding: .4rem;
}
.content section img {
    padding: .2rem 0;
    width: 100%;
    height: auto;
}
.content section h2 {
    font-size: .46rem;
    font-weight: 600;
    color: #099;
    padding-bottom: .2rem;
}
.content section h2::before {
    display: inline-block;
    content: " ";
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23099" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zM8.16 4.1a.178.178 0 0 0-.32 0l-.634 1.285a.178.178 0 0 1-.134.098l-1.42.206a.178.178 0 0 0-.098.303L6.58 6.993c.042.041.061.1.051.158L6.39 8.565a.178.178 0 0 0 .258.187l1.27-.668a.178.178 0 0 1 .165 0l1.27.668a.178.178 0 0 0 .257-.187L9.368 7.15a.178.178 0 0 1 .05-.158l1.028-1.001a.178.178 0 0 0-.098-.303l-1.42-.206a.178.178 0 0 1-.134-.098L8.16 4.1z"/></svg>');
    background-repeat: no-repeat;
    background-size: .5rem .5rem;
    background-position: center center;
    width: .6rem;
    height: .6rem;
    vertical-align: text-bottom;
    margin-right: .1rem;
}
.content section p {
    padding: .3rem 0;
}
.tags {
    border-top: .2rem solid #f1f1f1;
    padding: .4rem;
}
.tags li {
    float: left;
    margin-right: .2rem;
    margin-bottom: .2rem;
}
.tags a {
    display: block;
    border: 1px solid #099;
    color: #099;
    padding: .1rem .2rem;
}

/*------*/
.recommend {
    background: white;
    padding: 0 .4rem;
    border-top: .2rem solid #f1f1f1;border-top: .2rem solid #f1f1f1;
    margin-top: .2rem;
}
.recommend .mtitle {
    font-size: .424rem;
    font-weight: 600;
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: 1px solid #f4f4f4;
    color: #099;
}

.flt {
    float: left
}

.frt {
    float: right
}

.health-list {
    /*padding: 0.2rem 0;*/
}

.health-list li {
    border-bottom: 1px solid #f4f4f4;
}

.health-list a {
    color: #333;
    padding: .4rem 0;
    display: block;
}

.health-list .flt {
    width: 3rem;
    height: 2.2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #f4f4f4;
}
.health-list .flt img {
    max-width: 3rem;
    min-height: 2.2rem;
}

.health-list .frt {
    width: 6rem;
    height: 2.2rem;
}

.health-list .title {
    font-size: .4rem;
    width: 6rem;
    height: 1.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.health-list .title2 {
    font-size: .4rem;
    width: 9.2rem;
}

.health-list .desc {
    width: 9.2rem;
    font-size: .35rem;
    padding: .25rem 0;
    color: #666666;
}

.health-list .info {
    height: .4rem;
    font-size: .3rem;
    color: #999999;
}

.health-list .info-user {
    float: left;
}

.health-list .info-user img {
    width: .4rem;
    height: .4rem;
    vertical-align: text-top;
    border-radius: .5rem;
    background: #f4f4f4;
}

.health-list .info-hot {
    float: right;
}

.share {
    width: 8rem;
    margin: 0 auto;
    padding: .4rem 0;
    border-top: 1px solid #f4f4f4;
}

.share .a2a_kit {
    display: flex;
    justify-content: center
}
.publish-time {
    text-align: center;
    font-size: .26rem;
    color: #666666;
    padding-bottom: .2rem;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}