.khs-login-background{
    display: flex;
    background: linear-gradient(to bottom,transparent, rgba(0,0,0,0.9) 90%),
    radial-gradient(90% 80% at left top, #f11922, transparent),
    radial-gradient(65% 80% at right top, #40CAC7, transparent);
    height: 100%;
    justify-content: center;
}

.xhs-author{
    display: flex;
    align-items: center;
}
.xhs-avatar-item {
    align-items: center;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    object-fit: cover;
    width: 28px;
    height: 28px;
    margin-right: 5px;
}

.xhs-content{
    display:flex;
    align-items: center;
}

.xhs-content .xhs-cover{
    height: 32px;
    width: 20px;
    background-size: cover;
    background-position: center;
    margin-right: 5px;
}

.xhs-content span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xhs-keywords{
    display: flex;
}


.xhs-keywords .tag{
    background: var(--back2);
    color: var(--fore3);
    padding: 3px 8px;
    height: auto;
    border-radius: 20px;
}

.xhs-link{
    color: var(--styleColor);
    font-weight: 700;
}

.xhs-account-star{
    color: var(--styleColor);
    font-size: 1.1rem;
    cursor: pointer;
}

.djl-level {
    display: flex;
}

.djl-level-blocks {
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.djl-level-block {
    width: 100%;
    margin: 2px;
    color: var(--back3);
    /* width: 8px;
    height: 8px; */
    border-radius: 25%;
}

.headHelpTool,
.g1-detail-name-expression .fa-star,
.headUserTool li:nth-child(4){
    display: none;
}

.khs-help-link{
    position: absolute;
    right: 200px;
    padding: 0 20px;
    border-left: solid 1px var(--border1);
    cursor: pointer;
}

body.mobile .khs-help-link{ 
    display: none;
}

.index-dashboard form[name='dashboard']{
    transition: all .3s;
}

.index-message{
    width: 100%;
    height: 0;
    transition: all .3s;
}