body {
    padding-top: 50px;
}
header.top .weui-flex div:first-of-type a img{
    width:24px;
}
header.top .weui-flex div:first-of-type{
    min-width: 35px;
}
header.top .search{
    text-align: left;
    padding-left:10px;
    width:80%;
    display: inline-block;
}
header.top .search img{
    top:2px;
}
header.top .search input{
    width:80%;
    border:none;
    margin-left:5px;
}
main{
    padding:20px 10px;
}
main .title{
    color: #999;
}
.tag{
    margin-top:20px;
}
.tag a{
    display: inline-block;
    padding:10px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-right:15px;
}
.history p a{
    color: #666;
    display: inline-block;
    width:70%;
}
.history p{
    padding:15px 0;
    border-bottom:1px solid #cccccc;
}
.history p img{
    width:20px;
    margin-right:10px;
    float: left;
    position: relative;
    top:2px;
}
.qingkong{
    padding:15px 0;
    text-align: center;
    border-bottom:1px solid #cccccc;
    color: #999;
}

.category div span{
    float: right;
}
.category div span img{
    width:10px;
    margin-left:5px;
}
.category div{
    background-color: #ffffff;
    /*border-bottom:1px solid #cccccc;*/
    /*padding:10px;*/
    font-size:14px;
}
.category div.title{
    padding:8px 10px;
}
.category{
    padding:0;
    padding-top:10px;
}