.red-color{
    color: var(--this-red-color)!important;
    background-color:var(--this-red-bg)!important ;
}
.blue-color{
    color: var(--this-blue-color)!important;
    background-color:var(--this-blue-bg)!important ;
}
.web-color{
    color: var(--b2color)!important;
    background-color:var(--b2lightcolor)!important ;
}
.jitheme-button button{
    border: 0px;
}
.jitheme-button button i{
    margin-right: 5px;
    vertical-align: middle;
}
/*vips*/
.gdd-quick-link-buy-vip__popover--btn {
    color: #fff;
}
.user-panel-info h1 span img {
    margin-top: 3px;
}
/*用户中心*/
#author .user-panel-info h1{
    display: flex;
}
#author .user-panel-info h1 span {
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
/*用户信息MSG*/
.message-icon {
    width: 52px;
    flex: 0;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
}
.message-list li .avatar {
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 768px) {
    #author .user-panel {
        padding-bottom: 12px;
    }

    #author .user-panel-info {
        display: block;
    }

    #author .user-panel-info h1 {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding-right: 122px;
    }

    #author #userDisplayName {
        display: block;
        align-self: stretch;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #author .user-page-lv {
        display: flex;
        margin-right: 0;
        margin-top: 4px;
    }

    #author .user-panel-editor-button {
        position: absolute;
        right: 6px;
        top: 30px;
        bottom: auto;
        width: auto;
        margin-top: 0;
        text-align: right;
    }

    #author .user-panel-editor-button .user-follow {
        width: auto;
        justify-content: flex-end;
        flex-wrap: nowrap;
        margin-top: 0;
        gap: 6px;
    }

    #author .user-follow button,
    #author .user-follow button + button {
        margin-left: 0;
    }

    #author .user-panel-editor-button button {
        padding: 3px 8px;
        font-size: 11px;
        line-height: 1.2;
        border-radius: 4px;
    }

    #author .user-panel-editor-button button i {
        margin-right: 3px;
        font-size: 12px;
    }

    #author .user-panel-editor-button button span {
        font-size: 11px;
    }

    #author .user-panel-info > div:first-child {
        min-width: 0;
    }
}