.page-container{background: #fff;}
.nav{
    position: static;
    left: 0;
}

.title{
    padding: 8px 12px;
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    word-break: break-all;
}

.time{
    font-size: 12px;
    color: #999999;
    margin-top: 8px;
    padding: 0 12px;
}


.tab-container {
    overflow: hidden;
}
.tab {
    display: flex;
    overflow-x: auto;
    margin-top: 8px;
    padding: 12px;
}

.tab div {
    line-height: 52px;
    text-align: center;
    background-color: #F7F8FA;
    color: rgba(0,0,0,0.7);
    margin-right: 8px;
    flex-basis: 104px;
    flex-shrink: 0;
    white-space: nowrap;
    border-radius: 4px;
}

.tab div.act {
    background-color: #FAEEED;
    color: #CD514B;
}

.search-box{
    padding: 0 12px;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}

.search-botton {
    width: 53px;
    line-height: 30px;
    color: #fff;
    background: #F19E38;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
}
.search-input {
    line-height: 30px;
    flex: 1;
    margin-right: 10px;
    font-size: 16px;
    color: #222222;
    background:none;
    outline:none;
    border:none;
}

.tag-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px;
    margin-top: 20px;
}
.tag-container div {
    background-color: #F7F8FA;
    color: #666666;
    font-size: 13px;
    padding: 0 8px;
    margin-right: 8px;
    margin-bottom: 10px;
    line-height: 25px;
    border-radius: 4px;
}
.tag-container div.act {
    background-color: #666666;
    color: #ffffff;
}

.detail-container {
}

.detail-item {
    display: flex;
    border-bottom: 1px solid #E7E7E7;
    padding: 12px 8px;
    margin-top: 10px;
}

.detail-avatar {
    margin-right: 8px;
}
.detail-avatar div {
    width: 35px;
    line-height: 35px;
    border-radius: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #CD514B;
}

.detail-info {
    flex: 1
}

.info-name {
    font-size: 12px;
    color: #999999;
}

.info-text {
    margin-top: 8px;
    font-size: 16px;
    color: #222222;
    padding-right: 8px;
}