/* ==========================================================================
 *  个人信息区  .user-mine-header-pc
 *  HTML: view/@pages/user/mine.tpl 第 5-7 行
 *  组件: view/@components/component-mine-info.tpl
 *  设计: Zeplin https://zpl.io/m81E6KD（Group 388 / 497 / 389 / 295 / 141）
 * ========================================================================== */

/* --- 个人信息 · 全站个人中心（.user-mine-header-pc-wrap）基础左对齐，避免样式加载时 profile 区域跳动 --- */
.user-mine-header-pc.user-mine-header-pc-wrap .content-header {
    width: 100%;
    max-width: none;
    background: #000 !important;
    background-image: none !important;
    border: none;
    border-radius: 0;
    padding: 0 !important;
    margin: 0;
    overflow: visible;
    box-sizing: border-box;
}

.user-mine-header-pc.user-mine-header-pc-wrap .content-header .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.user-mine-header-pc.user-mine-header-pc-wrap .profile-info.title-with-avatar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 0;
}

.user-mine-header-pc.user-mine-header-pc-wrap .profile-info.title-with-avatar::after {
    display: none;
}

.user-mine-header-pc.user-mine-header-pc-wrap .profile-info .title-box {
    margin: 0 0 0 2.5rem;
    padding: 0;
    text-align: left;
}

.user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    box-sizing: border-box;
}

.user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    width: auto;
    list-style: none;
}

/* --- 个人信息 · 侧栏模式（无 wrap，保留兼容）--- */
.user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header {
    width: 105px;
    background: #232323 !important;
    background-image: none !important;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 0 !important;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .container {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .profile-info.title-with-avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
    margin: 0;
    padding: 9px 0 0;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .profile-info .avatar {
    width: 30px !important;
    height: 30px !important;
    max-width: 30px;
    border-radius: 50%;
    margin: 0 !important;
    flex-shrink: 0;
    object-fit: cover;
    display: block;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .profile-info .title-box {
    margin: 2px 0 0 !important;
    padding: 0 !important;
    text-align: center;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .profile-info .title-box h3 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #fff;
    background: transparent;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .profile-info .title-box .inactive-color {
    display: none;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .profile-info.title-with-avatar::after {
    content: '';
    display: block;
    width: 97px;
    height: 1px;
    background: rgba(255, 255, 255, 0.21);
    margin-top: 8px;
    flex-shrink: 0;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 8px 8px 13px;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav li {
    display: block;
    margin: 0 !important;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav li:not(:last-child) {
    margin-right: 0 !important;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav li > a {
    display: flex !important;
    align-items: center;
    padding: 0 !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav li > a::before {
    display: none !important;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav li > a svg {
    width: 16px !important;
    height: 16px !important;
    margin: 0 10px 0 0 !important;
    flex-shrink: 0;
    fill: #fff;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav li > a > span:not(.count) {
    display: inline !important;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav li > a .count {
    display: none !important;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav li.active > a,
.user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav li:hover > a {
    color: #fff !important;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav > div {
    display: none;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .mine-nav-icon-subscribe--h5 {
    display: none;
}

.user-mine-header-pc:not(.user-mine-header-pc-wrap) .mine-nav-icon-subscribe--pc {
    display: none !important;
}

.profile-nav ul li a,
.profile-nav .bind_set_up {
    color: #fff;
}

/* --- 个人信息 · H5（max-width: 767.98px）--- */
@media (max-width: 767.98px) {
    .user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav li:last-child {
        display: none;
    }

    .user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav {
        padding-bottom: 11px;
    }
}

/* ==========================================================================
 *  收藏视频列表  .user-mine-video-grid-pc
 *  HTML: view/@pages/user/mine.tpl · #collectedList
 *  设计: Zeplin 首页/影片入口 · https://zpl.io/m81E6KD
 * ========================================================================== */

/* --- 收藏视频列表 · 公共 --- */
/* 中文字幕角标：H5 不展示，避免影响移动端原有样式 */
.user-mine-video-grid-pc .video-img-box .absolute-bottom-left {
    display: none;
}

/* --- 收藏视频列表 · H5（max-width: 767.98px）--- */
@media (max-width: 767.98px) {
    /* 双列 169×135，列距 13px、行距 15px */
    .user-mine-video-grid-pc {
        padding-top: 15px !important;
        padding-bottom: 0 !important;
    }

    .user-mine-video-grid-pc #collectedList.gutter-20 {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 13px;
        row-gap: 15px;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .user-mine-video-grid-pc #collectedList.gutter-20 > [class*="col-"] {
        flex: none;
        max-width: none;
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .user-mine-video-grid-pc .video-img-box,
    .user-mine-video-grid-pc .video-img-box.mb-e-20 {
        width: 100%;
        min-height: 0;
        margin-bottom: 0 !important;
    }

    .user-mine-video-grid-pc .video-img-box .img-box {
        width: 100%;
        height: auto;
        margin-bottom: 4px !important;
        border-radius: 0;
        overflow: hidden;
    }

    .user-mine-video-grid-pc .video-img-box .img-box.cover-md a {
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 55.621% !important;
        background-color: #161a26;
        position: relative;
    }

    .user-mine-video-grid-pc .video-img-box .img-box.cover-md img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .user-mine-video-grid-pc .video-img-box .absolute-bottom-left {
        display: none !important;
    }

    .user-mine-video-grid-pc .video-img-box .absolute-bottom-right {
        right: 8px !important;
        bottom: 8px !important;
    }

    .user-mine-video-grid-pc .video-img-box .absolute-bottom-right .label,
    .user-mine-video-grid-pc .video-img-box .label {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        min-width: 32px;
        height: 14px !important;
        min-height: 14px !important;
        max-height: 14px !important;
        padding: 2px 4px !important;
        font-size: 10px !important;
        font-weight: 500 !important;
        line-height: 10px !important;
        color: #fff !important;
        background: rgba(0, 0, 0, 0.5) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        white-space: nowrap;
    }

    .user-mine-video-grid-pc .video-img-box .detail {
        width: 100%;
        padding: 0;
    }

    .user-mine-video-grid-pc .video-img-box .title,
    .user-mine-video-grid-pc .video-img-box .title h6 {
        display: block;
        max-width: 100% !important;
        max-height: 20px;
        margin: 0 0 0 !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 20px !important;
        color: #fff !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: unset;
        line-clamp: unset;
    }

    .user-mine-video-grid-pc .video-img-box .title a {
        color: #fff !important;
        font-size: 14px !important;
        text-decoration: none;
    }

    .user-mine-video-grid-pc .video-img-box:hover .title,
    .user-mine-video-grid-pc .video-img-box:hover .title a {
        color: #fff !important;
    }

    .user-mine-video-grid-pc .video-img-box .sub-title {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
        width: 100%;
        margin: 3px 0 0 !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 17px !important;
        color: rgba(255, 255, 255, 0.4) !important;
    }

    .user-mine-video-grid-pc .video-img-box .mine-meta-likes,
    .user-mine-video-grid-pc .video-img-box .mine-meta-views {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
    }

    .user-mine-video-grid-pc .video-img-box .sub-title svg {
        width: 12px !important;
        height: 12px !important;
        margin: 0 4px 0 0 !important;
        flex-shrink: 0;
        color: rgba(255, 255, 255, 0.4);
        fill: rgba(255, 255, 255, 0.4);
        stroke: rgba(255, 255, 255, 0.4);
    }

    .user-mine-video-grid-pc .video-img-box .sub-title svg.icon-stat-like {
        fill: rgba(255, 255, 255, 0.4);
        stroke: none;
    }
}

/* --- 个人信息 · PC（min-width: 768px）--- */
@media (min-width: 768px) {
    .user-mine-header-pc:not(.user-mine-header-pc-wrap) .content-header .profile-nav {
        padding-bottom: 13px;
    }
}

/* --- 收藏视频列表 · PC（min-width: 768px）--- */
@media (min-width: 768px) {
    /* Group 20：4 列 262 卡片，列/行距 10px */
    .user-mine-video-grid-pc {
        padding-top: 1.25rem;
    }

    .user-mine-video-grid-pc #collectedList.gutter-20 {
        display: grid;
        grid-template-columns: repeat(4, 16.375rem);
        gap: 0.625rem;
        margin-left: 0;
        margin-right: 0;
        max-width: 67.375rem;
    }

    .user-mine-video-grid-pc #collectedList.gutter-20 > [class*="col-"] {
        flex: none;
        width: auto;
        max-width: none;
        padding: 0;
        margin: 0;
    }

    .user-mine-video-grid-pc .video-img-box,
    .user-mine-video-grid-pc .video-img-box.mb-e-20 {
        width: 16.375rem;
        min-height: 14.375rem;
        margin-bottom: 0 !important;
    }

    .user-mine-video-grid-pc .video-img-box .img-box {
        width: 16.375rem;
        height: 11rem;
        margin-bottom: 0.875rem !important;
        border-radius: 0;
        overflow: hidden;
    }

    .user-mine-video-grid-pc .video-img-box .img-box.cover-md a {
        display: block;
        width: 100%;
        height: 11rem;
        padding-bottom: 0 !important;
        background: #161a26;
        position: relative;
    }

    .user-mine-video-grid-pc .video-img-box .img-box.cover-md img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .user-mine-video-grid-pc .video-img-box .absolute-bottom-left {
        display: block;
        left: 0.75rem;
        bottom: 0.75rem;
    }

    .user-mine-video-grid-pc .video-img-box .absolute-bottom-left .chinese {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 3.5rem;
        height: 1.3125rem;
        padding: 0.125rem 0.25rem;
        font-size: 0.75rem !important;
        font-weight: 400 !important;
        line-height: 1.0625rem !important;
        color: #fff !important;
        background: rgba(255, 0, 123, 0.6) !important;
        border-radius: 1.875rem !important;
        box-shadow: none !important;
    }

    .user-mine-video-grid-pc .video-img-box .absolute-bottom-right {
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .user-mine-video-grid-pc .video-img-box .label {
        background: rgba(8, 8, 8, 0.7) !important;
        color: #fff !important;
        font-size: 0.6875rem !important;
        line-height: 0.9375rem !important;
        padding: 0.125rem 0.3125rem !important;
        border-radius: 0.25rem !important;
        box-shadow: none !important;
    }

    .user-mine-video-grid-pc .video-img-box .detail {
        width: 16.375rem;
        padding: 0;
    }

    .user-mine-video-grid-pc .video-img-box .title,
    .user-mine-video-grid-pc .video-img-box .title h6 {
        font-size: 0.75rem !important;
        font-weight: 400 !important;
        line-height: 1.0625rem !important;
        color: #b8b6bc !important;
        margin: 0 0 0.5rem !important;
        max-width: 16.1875rem !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .user-mine-video-grid-pc .video-img-box .title a {
        color: #b8b6bc !important;
        text-decoration: none;
        font-size: 12px;
    }

    .user-mine-video-grid-pc .video-img-box:hover .title,
    .user-mine-video-grid-pc .video-img-box:hover .title a {
        color: #b8b6bc !important;
    }

    .user-mine-video-grid-pc .video-img-box .sub-title {
        display: flex;
        align-items: center;
        width: 16.1875rem;
        font-size: 0.6875rem !important;
        line-height: 0.9375rem !important;
        color: #b8b6bc !important;
        margin: 0 !important;
    }

    .user-mine-video-grid-pc .video-img-box .sub-title svg {
        width: 0.875rem !important;
        height: 0.875rem !important;
        flex-shrink: 0;
        fill: #b8b6bc !important;
        stroke: #b8b6bc !important;
    }

    .user-mine-video-grid-pc .video-img-box .sub-title svg.mr-1 {
        margin-right: 0.25rem !important;
    }

    .user-mine-video-grid-pc .video-img-box .sub-title svg.ml-3 {
        margin-left: 2.375rem !important;
        margin-right: 0.25rem !important;
    }

    .user-mine-video-grid-pc .video-img-box .sub-title svg.icon-stat-like {
        fill: #b8b6bc !important;
        stroke: none !important;
    }
}

/* --- 个人信息 · PC 修正（仅 /user/ 页 .user-mine-header-pc-wrap，对齐 watchLater PC 布局）--- */
@media (min-width: 768px) {
    .user-mine-header-pc.user-mine-header-pc-wrap .content-header {
        width: auto;
        overflow: visible;
        background: #000 !important;
        background-image: none !important;
        border: none;
        border-radius: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        letter-spacing: 0;
    }

    /* 覆盖文件顶部侧栏用 max-width:none；与下方 .container、视频网格同宽 67.375rem 居中 */
    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .container {
        width: 67.375rem !important;
        max-width: 67.375rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-top: 2.6875rem;
        padding-bottom: 0;
        /* padding-left: 0.75rem;
        padding-right: 0.75rem; */
        overflow: visible;
        box-sizing: border-box;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .profile-info.title-with-avatar {
        display: flex;
        flex-direction: row;
        align-items: center !important;
        min-height: 6.25rem;
        margin: 0 !important;
        padding: 0 !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .profile-info.title-with-avatar::after {
        display: none;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .profile-info .avatar {
        width: 6.25rem !important;
        height: 6.25rem !important;
        max-width: none;
        border-radius: 50% !important;
        overflow: hidden;
        box-shadow: 0 0.25rem 0.5rem rgba(8, 14, 23, 0.12);
        margin: 0 !important;
        flex-shrink: 0;
        object-fit: cover;
        display: block;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .profile-info .title-box {
        margin: 0 0 0 2.5rem !important;
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .profile-info .title-box h3 {
        margin: 0 0 0.25rem;
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.75rem;
        color: #fff;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .profile-info .title-box .inactive-color {
        display: block;
        font-size: 0.9375rem;
        line-height: 1.3125rem;
        color: #8e9194;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 3.4375rem !important;
        /* width: 100vw !important;
        max-width: 100vw !important;
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        padding-left: calc(50vw - 50%) !important;
        padding-right: calc(50vw - 50%) !important;
        padding-bottom: 0.8125rem; */
        padding: 0;
        box-sizing: border-box;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav ul {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 2.625rem;
        margin: 0;
        padding: 0;
        list-style: none;
        width: auto;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li {
        display: block;
        margin: 0 !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li:not(:last-child) {
        margin-right: 0 !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li > a {
        position: relative;
        display: inline-flex !important;
        align-items: center;
        padding: 0 0 0.75rem !important;
        font-size: 0.9375rem;
        font-weight: 400;
        line-height: 1.3125rem;
        color: #b8babc !important;
        text-decoration: none !important;
        white-space: nowrap;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li > a::before {
        display: block !important;
        left: 0;
        right: auto;
        width: 100%;
        /* min-width: 6.75rem; */
        height: 0.125rem;
        margin-left: 0;
        bottom: 0;
        border-radius: 0.25rem;
        opacity: 0;
        background: #f7327b;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li > a svg {
        width: 1rem !important;
        height: 1rem !important;
        margin: 0 0.6875rem 0 0 !important;
        flex-shrink: 0;
        fill: #b8babc;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li > a > span:not(.count) {
        display: inline !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li > a .count {
        display: inline !important;
        font-size: 0.9375rem;
        margin-left: 0.25rem;
        color: #8e9194;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li.active > a,
    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li:hover > a {
        color: #fff !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li.active > a svg,
    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li:hover > a svg {
        fill: #fff;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li.active > a::before,
    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li:hover > a::before {
        opacity: 1 !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li.active > a .count,
    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li:hover > a .count {
        color: #8e9194;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li:not(.active):not(:hover) > a .count {
        color: #b8babc;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav > div {
        display: block;
        position: relative;
        flex-shrink: 0;
        margin-left: auto;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav .bind_set_up {
        display: flex;
        align-items: center;
        padding: 0 0 0.75rem;
        font-size: 0.9375rem;
        line-height: 1.3125rem;
        color: #8e9194 !important;
        text-decoration: none !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav .bind_set_up > span {
        display: inline !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav .bind_set_up svg {
        width: 1.125rem !important;
        height: 1.125rem !important;
        margin: 0 0.5rem 0 0 !important;
        fill: #8e9194;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav .bind_show_up {
        top: calc(100% + 0.25rem) !important;
        right: 0 !important;
        left: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin: 0 !important;
        min-width: 4.5rem;
        /* width: 4.5rem; */
        padding: 0.875rem 0.75rem;
        background: #000 !important;
        border: none !important;
        border-radius: 0.125rem;
        box-shadow: none !important;
        z-index: 1050;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav .bind_show_up .dropdown-item {
        display: block;
        padding: 0;
        font-size: 0.75rem;
        line-height: 1.0625rem;
        color: #fff !important;
        background: transparent;
        border-left: none;
        white-space: nowrap;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav .bind_show_up .dropdown-item + .dropdown-item {
        margin-top: 0.625rem;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .mine-nav-icon-subscribe--h5 {
        display: none !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .mine-nav-icon-subscribe--pc {
        display: inline !important;
    }

    /* Zeplin pc/51yc/profile.watch-later/desktop · Group 20：视频网格 1078 四列，卡片 262×230 */
    .user-mine-header-pc-wrap + .container {
        width: 67.375rem !important;
        max-width: 67.375rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box;
    }

    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc #collectedList.gutter-20 {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 67.375rem;
    }

    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }

    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .img-box {
        position: relative;
        flex: 0 0 auto;
        width: 16.375rem;
        height: 11rem;
        margin: 0 0 0.875rem !important;
        overflow: hidden;
    }

    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .img-box.cover-md a {
        display: block;
        width: 100%;
        height: 11rem;
        padding-bottom: 0 !important;
        position: relative;
        background: #161a26;
    }

    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .img-box.cover-md img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .detail {
        position: relative;
        flex: 0 0 auto;
        width: 16.375rem;
        margin: 0;
        padding: 0;
    }

    /* Group 10：标题 12px/17px，与统计区间距 8px */
    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .title,
    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .title h6 {
        display: block !important;
        margin: 0 0 0.5rem !important;
        padding: 0;
        max-width: 16.1875rem !important;
        max-height: none;
        font-size: 0.75rem !important;
        font-weight: 400 !important;
        line-height: 1.0625rem !important;
        color: #b8b6bc !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: unset !important;
        line-clamp: unset !important;
        -webkit-box-orient: unset !important;
    }

    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .title a {
        color: #b8b6bc !important;
        font-size: 0.75rem !important;
        text-decoration: none;
    }

    /* Group 8/9：浏览量左、收藏 38px 间距，图标 14px、文案 11px */
    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .sub-title {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        width: 16.1875rem;
        margin: 0 !important;
        font-size: 0.6875rem !important;
        line-height: 0.9375rem !important;
        color: #b8b6bc !important;
        gap: 0;
    }

    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .mine-meta-views {
        order: 1;
    }

    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .mine-meta-likes {
        order: 2;
        margin-left: 2.375rem;
    }

    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .mine-meta-likes,
    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .mine-meta-views {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
    }

    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .sub-title svg {
        width: 0.875rem !important;
        height: 0.875rem !important;
        margin: 0 0.25rem 0 0 !important;
        flex-shrink: 0;
        fill: #b8b6bc !important;
        stroke: #b8b6bc !important;
    }

    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .sub-title svg.ml-3 {
        margin-left: 0.25rem !important;
    }

    .user-mine-header-pc-wrap + .container .user-mine-video-grid-pc .video-img-box .sub-title svg.icon-stat-like {
        fill: #b8b6bc !important;
        stroke: none !important;
    }
}

/* --- 个人信息 · H5 修正（仅 /user/ 页 .user-mine-header-pc-wrap，对齐 watchLater H5）--- */
@media (max-width: 767.98px) {
    .layui-layer.custom-layer:not(:has(.login-modal-wrapper)):not(:has(.register-modal-wrapper)) .form-group label {
        font-size: 14px !important;
    }
    .user-mine-header-pc.user-mine-header-pc-wrap .content-header {
        width: 100%;
        max-width: none;
        background: #000 !important;
        background-image: none !important;
        border: none;
        border-radius: 0;
        padding: 0 !important;
        margin: 0 0 0 0;
        overflow: visible;
        box-sizing: border-box;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .container {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 16px 20px 0;
        box-sizing: border-box;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .profile-info.title-with-avatar {
        display: flex;
        flex-direction: row !important;
        align-items: center !important;
        min-height: 60px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .profile-info.title-with-avatar::after {
        display: none !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .profile-info .avatar {
        width: 60px !important;
        height: 60px !important;
        max-width: 60px;
        border-radius: 50% !important;
        overflow: hidden;
        box-shadow: 0 2.4px 4.8px rgba(8, 14, 23, 0.12);
        margin: 0 16px 0 0 !important;
        flex-shrink: 0;
        object-fit: cover;
        display: block;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .profile-info .title-box {
        margin: 0 !important;
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .profile-info .title-box h3 {
        margin: 0 0 4px !important;
        font-size: 18px !important;
        font-weight: 400 !important;
        line-height: 25px !important;
        color: #fff !important;
        background: transparent;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .profile-info .title-box .inactive-color {
        display: block !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 17px !important;
        color: #8e9194 !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav {
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        margin: 23px 0 0;
        padding: 0;
        box-sizing: border-box;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav ul {
        display: flex;
        flex-direction: row !important;
        flex-wrap: nowrap;
        align-items: center;
        gap: 24px;
        margin: 0;
        padding: 0;
        list-style: none;
        width: auto;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li {
        display: block !important;
        margin: 0 !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li:last-child {
        display: block !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li:not(:last-child) {
        margin-right: 0 !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li > a {
        position: relative;
        display: inline-flex !important;
        align-items: center;
        padding: 0 0 11px !important;
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 12px !important;
        color: #b8babc !important;
        text-decoration: none !important;
        white-space: nowrap;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li > a::before {
        display: block !important;
        left: 0;
        right: auto;
        width: 70px !important;
        min-width: 0;
        height: 2px !important;
        margin-left: 0;
        bottom: 0;
        border-radius: 4px;
        opacity: 0;
        background: #f7327b !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li > a svg {
        width: 16px !important;
        height: 16px !important;
        margin: 0 4px 0 0 !important;
        flex-shrink: 0;
        fill: #b8babc;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li > a > span:not(.count) {
        display: inline !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li > a .count {
        display: none !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li.active > a,
    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li:hover > a {
        color: #fff !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li.active > a svg,
    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li:hover > a svg {
        fill: #fff;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li:not(.active):not(:hover) > a {
        color: #b8babc !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li:not(.active):not(:hover) > a svg {
        fill: #b8babc;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li.active > a::before {
        opacity: 1 !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li:not(.active) > a::before {
        opacity: 0 !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav li:not(.active):hover > a::before {
        opacity: 0 !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav > div {
        display: block !important;
        position: relative;
        flex-shrink: 0;
        margin-left: auto;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav .bind_set_up {
        display: flex !important;
        align-items: center;
        padding: 0 !important;
        color: #8e9194 !important;
        text-decoration: none !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav .bind_set_up > span {
        display: none !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav .bind_set_up svg {
        width: 18px !important;
        height: 18px !important;
        margin: 0 !important;
        fill: #8e9194;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav .bind_show_up {
        top: calc(100% + 4px) !important;
        right: 0 !important;
        left: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin: 0 !important;
        display: none;
        min-width: 66px;
        width: max-content;
        max-width: none;
        min-height: 64px;
        padding: 13px 13.5px;
        box-sizing: border-box;
        background: #000 !important;
        border: none !important;
        border-radius: 2px !important;
        box-shadow: none !important;
        overflow: visible !important;
        z-index: 1050;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav .bind_show_up.show {
        display: block !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav .bind_show_up .dropdown-item {
        display: block;
        width: auto;
        min-width: 40px;
        padding: 0 !important;
        font-size: 10px !important;
        font-weight: 400 !important;
        line-height: 14px !important;
        color: #fff !important;
        background: transparent !important;
        border: none !important;
        white-space: nowrap;
        text-decoration: none !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav .bind_show_up .dropdown-item + .dropdown-item {
        margin-top: 9px;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .mine-nav-icon-subscribe--pc {
        display: none !important;
    }

    .user-mine-header-pc.user-mine-header-pc-wrap .mine-nav-icon-subscribe--h5 {
        display: block !important;
    }
}

@media (max-width: 767.98px) {
    html[lang="en"] .user-mine-header-pc.user-mine-header-pc-wrap .content-header .profile-nav ul {
        gap: 6px;
    }
    html[lang="en"] .user-mine-header-pc.user-mine-header-pc-wrap .content-header .container {
        padding: 16px 8px 0;
    }
}
