.nav-head .nav-logo img {
    height: 55px;
}
.nav-head .nav-search {
    padding: 10px;
    display: flex;
    justify-content: center;
}
.nav-head .nav-search .scbar .scbar_btn {
    background: #FFCA00;
}
.make-btn {
    color: #FFFFFF;
    background: #FFCA00;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    width: 120px;
    text-align: center;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin-top: 8px;
}

.userinfo .user_avtm img {
    width: 45px;
    height: 45px;
    border-radius: 3px;
    border: none;
}

.current {
    font-weight: bold;
    color: #FFCA00 !important;
}

.no-reply {
    text-align: center;
    line-height: 35px;
}
.total {
    color: #Ff6600 !important;
}
.share-time {
    color: #83ba1f;
}
.big-cate {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.big-cate span {
    display: block;
}
.add-all {
    padding-right: 5px;
    cursor: pointer;
}