body {
    background: #f4f4f4;
}
.main {
    width: 10rem;
    margin: 0 auto;
    background: #f4f4f4;
}
.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="white" 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: white;
    background: #099;
    margin: 0 auto;
    width: 10rem;
    height: 1.2rem;
    line-height: 1.2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
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;
}

.cate {
    color: #099099;
    background: white;
    margin: 0 auto;
    width: 10rem;
    height: 1rem;
    line-height: 1rem;
    position: fixed;
    top: 1.2rem;
    left:0;
    right: 0;
    border-bottom: 1px solid #e2e2e2;
    z-index: 20;
}
.cate-list {
    width: 10rem;
    height: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
}
.cate-list .active {
    font-size: .4rem;
    color: #0c5460;
}
.cate-name {
    display: inline-block;
    padding: 0.12rem 0.24rem;
    color: #099;
}
.scroll-bar-block {
    height: 0.29rem;
    width: 10rem;
    margin: -0.293rem auto 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 4;
    background: #FFFFFF;
    border-bottom: 1px solid #e2e2e2;
}


.cate-content {
    background: white;
    padding: 2.6rem .4rem 0 .4rem;
}
.cate-content .mtitle {
    font-size: .424rem;
    font-weight: 600;
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: 1px solid #f4f4f4;
    color: #099;
}
.cate-content .mtitle a {
    float: right;
    display: block;
    color: #099;
    font-weight: normal;
    padding: 0 .3rem;
}

.loading {
    color: #666666;
    font-size: .32rem;
    text-align: center;
    padding: .2rem 0;
}

/*------*/
.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;
}


