/**
 * UserCenter Ã‚Â· user_center.css
 * P1: Ã¨Â®Â¤Ã¨Â¯ÂÃ¥Â¼Â¹Ã§Âªâ€” | P2: Ã©Â¡Â¶Ã©Æ’Â¨Ã§â€Â¨Ã¦Ë†Â·Ã¥Â¯Â¼Ã¨Ë†Âª | P3: Ã§â€Â¨Ã¦Ë†Â·Ã¤Â¸Â­Ã¥Â¿Æ’ + Ã¦â€“â€¡Ã§Â«Â Ã¤Â¾Â§Ã¦Â Â
 * Ã¤Â»Å½Ã¥Ââ€šÃ¨â‚¬Æ’Ã©Â¡Â¹Ã§â€ºÂ® AiSuite/index.css Ã¤Â¸Å½ Mirages/search.css Ã¦Å’â€°Ã¦Â®ÂµÃ¨ÂÂ½Ã¦Å Â½Ã¥Ââ€“
 */

/* Ã©Â¡ÂµÃ©ÂÂ¢Ã¦Â»Å¡Ã¥Å Â¨Ã©â€ÂÃ¥Â®Å¡Ã¨Â¾â€¦Ã¥Å Â© */
html body:has(.login_dialog) {
    background-color: transparent;
}

/* ---- Ã¦Â¡Å’Ã©ÂÂ¢ Ã‚Â· M2 Ã©Â¡Â¶Ã©Æ’Â¨Ã§â€Â¨Ã¦Ë†Â·Ã¥Â¯Â¼Ã¨Ë†Âª (11~186) ---- */
/* ye Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¨ÂÅ“Ã¥Ââ€¢ start */
#ai-navigation-container .avatar_btn_user{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.nav-user-wrap {
    position: relative;
}
.user_menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    width: 11.25rem;
    background: #222;
    border-radius: 0.375rem 0.375rem 0 0.375rem;
    display: none;
    z-index: 1000;
    box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.28);
    border: none;
}

.user_menu.is-open {
    display: block;
}

.user_menu_panel {
    padding: 1.25rem 0 0;
}

.user_menu_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0 0.625rem 0.875rem;
}

.user_menu_avatar {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.user_menu_meta {
    min-width: 0;
    text-align: center;
}

.user_menu_name {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user_menu_fav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 0.5rem;
}

.user_menu_fav_icon {
    width: 0.9375rem;
    height: 0.875rem;
    flex-shrink: 0;
}

.user_menu_fav_num {
    color: #fc0b7c;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
}

.user_menu_fav_label {
    color: #888;
    font-size: 0.875rem;
    line-height: 1;
}

.user_menu_divider {
    height: 1px;
    margin: 0 0.625rem;
    background: rgba(255, 255, 255, 0.08);
}

.user_menu a,
.user_menu .user_menu_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: 3.125rem;
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1;
}

.user_menu a:hover,
.user_menu .user_menu_item:hover {
    background: rgba(255, 255, 255, 0.06);
}

.user_menu_item_icon {
    width: auto;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.user_menu_logout_icon {
    width: 1.375rem;
    height: 1.375rem;
}

.user_menu .userinfo {
    padding-block: 0.8rem;
}

.user_menu .username {
    color: #1abc9d;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.2;
}

.user_menu .userid {
    color: #fff;
    opacity: 0.5;
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.2;
}

.user_menu .logout_btn {
    color: #fff;
    text-align: left;
    font-size: 0.875rem;
    padding-block: 0;
}

.navbar-sidebar .user_menu img,
#navbar .navbar-nav.side-toolbar-list li .user_menu img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.navbar-sidebar .user_menu img.user_menu_logout_icon,
#navbar .navbar-nav.side-toolbar-list li .user_menu img.user_menu_logout_icon {
    width: 1.375rem;
    height: 1.375rem;
}

.navbar-sidebar .user_menu .user_menu_avatar,
#navbar .navbar-nav.side-toolbar-list li .user_menu .user_menu_avatar {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
}

.navbar-sidebar .user_menu .user_menu_fav_icon,
#navbar .navbar-nav.side-toolbar-list li .user_menu .user_menu_fav_icon {
    width: 0.9375rem;
    height: 0.875rem;
}
/* ye Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¨ÂÅ“Ã¥Ââ€¢ end */

/* ---- Ã¦Â¡Å’Ã©ÂÂ¢ Ã‚Â· M3 PC Ã§â€Â¨Ã¦Ë†Â·Ã¤Â¸Â­Ã¥Â¿Æ’ (784~1359) ---- */
/* ye PC ç”¨æˆ·ä¸­å¿ƒ start */
.pc-user-center-body {
    padding-top: 100px;
    background: #262626;
    box-sizing: border-box;
}

.pc-user-center-standalone .container {
    max-width: 950px;
}

.pc-user-center {
    margin: 35px auto 53px;
    color: #fff;
    font-family: "PingFang SC", "PingFangSC", "Microsoft YaHei", Arial, sans-serif;
}

.pc-user-center__profile-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    height: 144px;
    margin-bottom: 18px;
    padding: 18px 18px 0;
    background: #343232;
    box-sizing: border-box;
}

.pc-user-center__profile-card::after {
    position: absolute;
    right: 18px;
    bottom: 50px;
    left: 18px;
    height: 1px;
    background: rgba(188, 188, 188, 0.16);
    content: "";
}

.pc-user-center__avatar {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.pc-user-center__profile-meta {
    min-width: 0;
    margin-left: 12px;
    padding-top: 4px;
}

.pc-user-center__name {
    max-width: 372px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-user-center__favorite {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 5px;
    line-height: 20px;
}

.pc-user-center__favorite-num {
    color: #fc0b7c;
    font-size: 14px;
    font-weight: 500;
}

.pc-user-center__favorite-label {
    color: #9f9f9f;
    font-size: 12px;
}

.pc-user-center__signature {
    position: absolute;
    right: 18px;
    bottom: 20px;
    left: 18px;
    color: #9f9f9f;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-user-center__signature [data-pc-user-signature] {
    color: #fff;
}

.pc-user-center__layout {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.pc-user-center__side {
    width: 222px;
    background: #343232;
    border-radius: 2px;
    flex-shrink: 0;
}

.pc-user-center__nav-item {
    display: flex;
    align-items: center;
    height: 58px;
    padding: 0 18px;
    color: #fff !important;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none !important;
    box-sizing: border-box;
}

.pc-user-center__nav-item.is-active {
    background: rgba(0, 0, 0, 0.3);
}

.pc-user-center__nav-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 0;
}

.pc-user-center__nav-icon--profile,
.pc-user-center__nav-icon--favorite,
.pc-user-center__nav-icon--message {
    padding: 0;
}

.pc-user-center__nav-item span {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-user-center__nav-arrow {
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    flex-shrink: 0;
    opacity: 0.9;
}

.pc-user-center__main {
    width: auto;
    min-width: 0;
    min-height: 206px;
    background: #343232;
    box-sizing: border-box;
    flex: 1 1 auto;
}

.pc-user-profile-form {
    position: relative;
    min-height: 206px;
    padding: 18px 18px 62px;
    box-sizing: border-box;
}

.pc-user-profile-form__label,
.pc-user-center__panel-title {
    display: block;
    margin: 0 0 11px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.pc-user-profile-form__input {
    display: block;
    width: 100%;
    height: 39px;
    padding: 0 11px;
    border: 0;
    border-radius: 7px;
    outline: none;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 12px;
    box-sizing: border-box;
}

.pc-user-profile-form__input::placeholder {
    color: rgba(188, 188, 188, 0.5);
}

.pc-user-profile-form__tip {
    margin-top: 11px;
    color: #fc0b7c;
    font-size: 11px;
    line-height: 15px;
}

.pc-user-profile-form__submit {
    position: absolute;
    left: 50%;
    bottom: 27px;
    width: 131px;
    height: 35px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #fc0b7c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    transform: translateX(-50%);
    cursor: pointer;
}

.pc-user-favorites__empty, .h5-user-favorites-empty, .h5-user-favorites-state {
    padding: 43px 0;
    color: #888;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.pc-user-favorites #pagination-container {
    margin-top: 18px;
}

.pc-user-favorites {
    padding: 18px;
    box-sizing: border-box;
}

.pc-user-favorites__list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pc-user-favorite-card {
    position: relative;
    display: block;
    height: 198px;
    overflow: hidden;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none !important;
}

.pc-user-favorite-card__thumb {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pc-user-favorite-card__category {
    position: absolute;
    top: 14px;
    left: 14px;
    max-width: 142px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-user-favorite-card__mask {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 92px;
    padding: 14px 14px 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
}

.pc-user-favorite-card__title {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-user-favorite-card__meta {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 7px;
    color: rgba(188, 188, 188, 0.7);
    font-size: 14px;
    line-height: 21px;
}

.pc-user-pagination {
    display: flex;
    align-items: center;
    gap: 9px;
    height: 44px;
    margin-top: 18px;
    color: #fff;
}

.pc-user-pagination__info {
    padding-left: 0;
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 1px;
}

.pc-user-pagination__input {
    width: 72px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 7px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    line-height: 44px;
    text-align: center;
    outline: none;
    box-sizing: border-box;
}

.pc-user-pagination__btn {
    min-width: 58px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid #fff;
    border-radius: 7px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    cursor: pointer;
    box-sizing: border-box;
}

.pc-user-pagination__btn--next {
    min-width: 97px;
}

.pc-user-pagination__next {
    margin-left: auto;
    min-width: 97px;
}

.pc-user-messages {
    min-height: 313px;
    padding: 16px;
    box-sizing: border-box;
}

.pc-user-message-entry {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border: 0;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 14.5px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer;
}

.pc-user-message-entry__icon {
    display: block;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    margin-right: 13px;
    object-fit: contain;
}

.user-message-unread-badge {
    min-width: 18px;
    height: 18px;
    margin-left: auto;
    padding: 0 5px;
    border-radius: 9px;
    background: #fc0b7c;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
}

.user-message-unread-badge[hidden],
.user-message-pagination[hidden] {
    display: none !important;
}

.pc-user-message-detail {
    min-height: 324px;
    padding: 16px;
    box-sizing: border-box;
}

.pc-user-message-detail__breadcrumb {
    display: flex;
    align-items: center;
    height: 22px;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
}

.pc-user-message-detail__breadcrumb a {
    color: #fc0b7c !important;
    text-decoration: none !important;
}

.pc-user-message-detail__breadcrumb span {
    color: rgba(255, 255, 255, 0.5);
}

.pc-user-message-detail__breadcrumb img {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 14px 0 10px;
    object-fit: contain;
    opacity: 0.6;
}

.pc-user-message-detail__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pc-user-message-card {
    display: block;
    min-height: 119px;
    padding: 16px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.3);
    color: inherit;
    text-decoration: none !important;
    box-sizing: border-box;
}

.pc-user-message-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.pc-user-message-card__head h2 {
    min-width: 0;
    margin: 0;
    color: #fff;
    font-size: 14.5px;
    font-weight: 500;
    line-height: 19px;
}

.pc-user-message-card__head time {
    flex-shrink: 0;
    color: #bcbcbc;
    font-size: 13px;
    font-weight: 500;
    line-height: 19px;
}

.pc-user-message-card p {
    margin: 9px 0 0;
    color: #bcbcbc;
    font-size: 11.5px;
    font-weight: 400;
    line-height: 19px;
    text-align: justify;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.user-message-state {
    display: flex;
    min-height: 119px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #bcbcbc;
    font-size: 14px;
    text-align: center;
}

.user-message-state button,
.user-message-pagination button {
    min-width: 60px;
    height: 32px;
    padding: 0 12px;
    border: 1px solid #777;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.user-message-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 16px;
    color: #bcbcbc;
    font-size: 13px;
}

.user-message-pagination b {
    font-weight: 400;
}

.user-message-pagination input {
    width: 52px;
    height: 32px;
    padding: 0 6px;
    border: 1px solid #777;
    border-radius: 4px;
    outline: none;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.user-message-pagination button:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

.pc-user-center-ad {
    margin: 0 auto 40px;
}

.pc-user-center-ad .horizontal-banner img {
    margin-right: auto;
    margin-left: auto;
}

/* ä¸»é¢˜ç»™ #body-bottom å…¨å±€è®¾äº† margin-top:-19.375rem ç”¨äºŽè¯¦æƒ…é¡µè£…é¥°åŒºä¸Šå ï¼›ä¼šå‘˜ä¸­å¿ƒé¡µè·³è¿‡ headfix_pages.php åŽå¤±åŽ»å½’é›¶è¦†ç›–ï¼Œéœ€åœ¨æ­¤æ˜¾å¼å½’é›¶ï¼Œé¿å… footer è¢«ä¸Šæ‹‰æ’žè¿›å¹¿å‘Šå— */
.pc-user-center-body #body-bottom {
    margin-top: 0 !important;
}
/* ye PC ç”¨æˆ·ä¸­å¿ƒ end */

/* ---- Ã¦Â¡Å’Ã©ÂÂ¢ Ã‚Â· M4 H5 Ã§â€Â¨Ã¦Ë†Â·Ã¤Â¸Â­Ã¥Â¿Æ’Ã¥Å’ÂºÃ¯Â¼Ë†788+ Ã¤Â¹â€¹Ã¥â€°ÂÃ¯Â¼â€°Ã¥Â®Å¾Ã©â„¢â€¦ H5 Ã§Â»â€žÃ¤Â»Â¶Ã¤Â¹Å¸Ã¥Å“Â¨Ã¨Â¿â„¢Ã¦Â®ÂµÃ¯Â¼Ë†188~782Ã¯Â¼â€° ---- */
/* ye H5 Ã§â€Â¨Ã¦Ë†Â·Ã¤Â¸Â­Ã¥Â¿Æ’ start */
.h5-user-page {
    display: none;
}

.h5-user-center {
    display: none;
}

@media screen and (max-width: 767.98px) {
    html.h5-user-center-open,
    html.h5-user-center-open body {
        overflow: hidden;
    }

    .h5-user-center {
        position: fixed;
        left: 0;
        right: 0;
        top: var(--van-nav-bar-height, 3.4375rem);
        bottom: 0;
        z-index: 8999;
        display: none;
        overflow-y: auto;
        background: #242424;
        color: #fff;
        font-family: "PingFang SC", "PingFangSC", "Microsoft YaHei", Arial, sans-serif;
    }

    .h5-user-center.is-open {
        display: block;
    }

    .h5-user-center__inner {
        width: 100%;
        min-height: 100%;
        padding: 1.25rem 1rem;
        box-sizing: border-box;
    }

    .h5-user-center__profile {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 1.25rem;
    }

    .h5-user-center__avatar {
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
    }

    .h5-user-center__meta {
        min-width: 0;
    }

    .h5-user-center__name {
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .h5-user-center__fav {
        display: flex;
        align-items: center;
        gap: 0.25rem;
        margin-top: 0.25rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .h5-user-center__fav-num {
        color: #fc0b7c;
    }

    .h5-user-center__fav-label {
        color: #888;
    }

    .h5-user-center__menu {
        overflow: hidden;
        margin-bottom: 1.25rem;
        border: 1px solid #424242;
        border-radius: 0.3125rem;
        background: #2c2a2a;
    }

    .h5-user-center__menu-item {
        display: flex;
        align-items: center;
        min-height: 5.875rem;
        padding: 0 1.75rem;
        gap: 1.25rem;
        border-bottom: 1px solid #424242;
        color: #fff !important;
        text-decoration: none !important;
        box-sizing: border-box;
    }

    .h5-user-center__menu-item:last-child {
        border-bottom: 0;
    }

    .h5-user-center__menu-icon {
        width: 1.875rem;
        height: 1.875rem;
        object-fit: contain;
        flex-shrink: 0;
    }

    .h5-user-center__menu-item span {
        flex: 1 1 auto;
        min-width: 0;
        color: #fff;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.75rem;
    }

    .h5-user-center__chevron {
        width: 0.75rem;
        height: 0.75rem;
        flex-shrink: 0;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
    }

    .h5-user-center__logout {
        display: block;
        width: 100%;
        height: 3rem;
        margin: 0 0 1.25rem;
        padding: 0;
        border: 0;
        border-radius: 1.5rem;
        background: #fc0b7c;
        color: #fff;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 3rem;
        text-align: center;
    }

    .h5-user-center__ad {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 7.3125rem;
        margin-bottom: 0.9375rem;
        background: #555;
        color: #fff;
        font-size: 1.25rem;
        font-weight: 500;
    }

    .h5-user-center__footer .h5-site-footer {
        display: block !important;
        margin-top: 0;
        padding-inline: 0;
    }

    .h5-user-page {
        display: block;
        padding: 1.25rem 1rem 0;
        background: #242424;
        color: #fff;
        box-sizing: border-box;
        font-family: "PingFang SC", "PingFangSC", "Microsoft YaHei", Arial, sans-serif;
    }

    .h5-user-page__profile {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 1.25rem;
    }

    .h5-user-page__avatar {
        width: 4.875rem;
        height: 4.875rem;
        border-radius: 50%;
        object-fit: cover;
        flex-shrink: 0;
    }

    .h5-user-page__meta {
        min-width: 0;
    }

    .h5-user-page__name {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 1.75rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .h5-user-page__fav {
        display: flex;
        align-items: center;
        gap: 0.25rem;
        margin-top: 0.25rem;
        font-size: 0.8125rem;
        line-height: 1.125rem;
    }

    .h5-user-page__fav-num {
        color: #fc0b7c;
        font-size: 0.9375rem;
    }

    .h5-user-page__fav-label {
        color: #888;
    }

    .h5-user-page__menu {
        overflow: hidden;
        margin-bottom: 1.25rem;
        border: 1px solid #424242;
        border-radius: 0.3125rem;
        background: #2c2a2a;
    }

    .h5-user-page__menu-item {
        display: flex;
        align-items: center;
        min-height: 3.375rem;
        padding: 0 1.25rem;
        gap: 0.75rem;
        border-bottom: 1px solid #424242;
        color: #fff !important;
        text-decoration: none !important;
        box-sizing: border-box;
    }

    .h5-user-page__menu-item:last-child {
        border-bottom: 0;
    }

    .h5-user-page__menu-icon {
        width: 1.25rem;
        height: 1.25rem;
        object-fit: contain;
        flex-shrink: 0;
    }

    .h5-user-page__menu-item span {
        flex: 1 1 auto;
        min-width: 0;
        color: #fff;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .h5-user-page__chevron {
        width: 0.5rem;
        height: 0.5rem;
        flex-shrink: 0;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg);
    }

    .h5-user-page__logout {
        display: block;
        width: 100%;
        height: 3rem;
        margin: 0 0 3rem;
        padding: 0;
        border: 0;
        border-radius: 1.5rem;
        background: #fc0b7c;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        line-height: 3rem;
        text-align: center;
    }

    .h5-user-page__ad {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 7.3125rem;
        margin-bottom: 0.9375rem;
        background: #555;
        color: #fff;
        font-size: 1.25rem;
        font-weight: 500;
    }

    .h5-user-center-standalone,
    .h5-user-center-standalone #wrap {
        min-height: 100%;
        background: #2b2a2a;
    }

    .h5-user-subpage__titlebar {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 3.21875rem;
        background: #343232;
        color: #fff;
        box-sizing: border-box;
    }

    .h5-user-subpage__titlebar h1 {
        margin: 0;
        color: #fff;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.53125rem;
        text-align: center;
    }

    .h5-user-subpage__back {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        width: 4rem;
        padding-left: 1rem;
        color: #fff !important;
        text-decoration: none !important;
        box-sizing: border-box;
    }

    .h5-user-subpage__back::after {
        display: none !important;
        content: none !important;
    }

    .h5-user-subpage__back i {
        display: block;
        width: 0.75rem;
        height: 0.75rem;
        border-bottom: 0.125rem solid #fff;
        border-left: 0.125rem solid #fff;
        transform: rotate(45deg);
    }

    .h5-user-subpage {
        min-height: calc(100vh - var(--van-tabbar-height, 3.4375rem) - 3.21875rem);
        background: #2b2a2a;
        color: #fff;
        font-family: "PingFang SC", "PingFangSC", "Microsoft YaHei", Arial, sans-serif;
        box-sizing: border-box;
    }

    .h5-user-profile-page {
        padding: 0.9375rem 1rem 1.1875rem;
    }

    .h5-user-profile-form {
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - var(--van-tabbar-height, 3.4375rem) - 5.34375rem);
    }

    .h5-user-profile-form label {
        margin: 0 0 1.125rem;
        color: #fff;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 1.25rem;
    }

    .h5-user-profile-form input {
        display: block;
        width: 100%;
        height: 2.5rem;
        padding: 0 0.75rem;
        border: 0;
        border-radius: 0.25rem;
        outline: 0;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        font-size: 0.75rem;
        line-height: 2.5rem;
        box-sizing: border-box;
    }

    .h5-user-profile-form input::placeholder {
        color: #bcbcbc;
    }

    .h5-user-profile-form__tip {
        margin: 0.5rem 0 0;
        color: #fc0b7c;
        font-size: 0.6875rem;
        line-height: 1rem;
    }

    .h5-user-profile-form button {
        width: 100%;
        height: 3rem;
        margin-top: auto;
        padding: 0;
        border: 0;
        border-radius: 2.8125rem;
        background: #fc0b7c;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        line-height: 3rem;
        text-align: center;
    }

    .h5-user-favorites-page {
        padding: 0.9375rem 1rem 1rem;
    }

    .h5-user-favorites-list {
        display: flex;
        flex-direction: column;
        gap: 0.625rem;
    }

    .h5-user-favorite-card {
        position: relative;
        display: block;
        width: 100%;
        aspect-ratio: 343 / 175;
        overflow: hidden;
        border-radius: 0.25rem;
        color: #fff !important;
        text-decoration: none !important;
    }

    .h5-user-favorite-card::after {
        display: none !important;
        content: none !important;
    }

    .h5-user-favorite-card__thumb {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .h5-user-favorite-card__category {
        position: absolute;
        top: 0.625rem;
        left: 0.4375rem;
        color: #fff;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 0.875rem;
        text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
    }

    .h5-user-favorite-card__mask {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        height: 3.375rem;
        padding: 0.625rem 0.4375rem 0;
        border-radius: 0 0 0.25rem 0.25rem;
        background: rgba(0, 0, 0, 0.5);
        box-sizing: border-box;
    }

    .h5-user-favorite-card__mask strong {
        display: block;
        overflow: hidden;
        color: #fff;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 0.875rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .h5-user-favorite-card__meta {
        display: flex;
        justify-content: space-between;
        margin-top: 0.4375rem;
        color: rgba(255, 255, 255, 0.7);
        font-size: 0.6875rem;
        line-height: 0.75rem;
    }

    .h5-user-messages-page {
        padding: 0.9375rem 1rem;
    }

    .h5-user-message-entry {
        display: flex;
        align-items: center;
        width: 100%;
        height: 3.75rem;
        padding: 0 0.9375rem;
        background: #343232;
        color: #fff !important;
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.5rem;
        text-decoration: none !important;
        box-sizing: border-box;
    }

    .h5-user-message-entry::after {
        display: none !important;
        content: none !important;
    }

    .h5-user-message-entry__icon {
        display: block;
        width: 2.5rem;
        height: 2.5rem;
        margin-right: 0.625rem;
        flex: 0 0 auto;
        object-fit: contain;
    }

    .h5-user-message-detail-page {
        display: flex;
        flex-direction: column;
        gap: 0.625rem;
        padding: 0.9375rem 1rem 1rem;
    }

    .h5-user-message-detail__list {
        display: flex;
        flex-direction: column;
        gap: 0.625rem;
    }

    .h5-user-message-card {
        display: block;
        min-height: 11.875rem;
        padding: 1rem;
        background: #343232;
        color: inherit;
        text-decoration: none !important;
        box-sizing: border-box;
    }

    .h5-user-message-card h2 {
        margin: 0;
        color: #fff;
        font-size: 0.875rem;
        font-weight: 500;
        line-height: 0.875rem;
    }

    .h5-user-message-card time {
        display: block;
        margin-top: 0.6875rem;
        color: #bcbcbc;
        font-size: 0.75rem;
        font-weight: 500;
        line-height: 1rem;
    }

    .h5-user-message-card p {
        margin: 0.75rem 0 0;
        color: #bcbcbc;
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 1.125rem;
        text-align: justify;
        white-space: pre-wrap;
        overflow-wrap: anywhere;
    }

    .h5-user-message-detail-page .user-message-state {
        min-height: 11.875rem;
    }

    .h5-user-message-detail-page .user-message-pagination {
        flex-wrap: wrap;
        justify-content: center;
    }
    .pc-user-center-body {
        padding-top: 0;
    }

}
/* ye H5 Ã§â€Â¨Ã¦Ë†Â·Ã¤Â¸Â­Ã¥Â¿Æ’ end */

/* ---- Ã¦Â¡Å’Ã©ÂÂ¢ Ã‚Â· M1 Ã¨Â®Â¤Ã¨Â¯ÂÃ¥Â¼Â¹Ã§Âªâ€” (1361~1685) ---- */
/* ye Ã§â„¢Â»Ã©â„¢â€ /Ã¦Â³Â¨Ã¥â€ Å’ start */
.parsley-errors-list {
    margin: 0.375rem 0 0;
    list-style: none;
    font-size: 1.125rem;
    color: #ef4444;
    display: none;
}

.parsley-errors-list.filled {
    display: block;
}

.login_dialog {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9000;
    background-color: rgba(0, 0, 0, 0.7);
}

.login_dialog.is-open {
    display: block;
}

.login_dialog img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login_modal {
    width: min(86vw, 460px);
    max-width: calc(100vw - 2rem);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.login_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 2rem 2rem 1.25rem;
    background-color: #222;
    border-radius: 0.375rem;
    font-family: "PingFang SC", "PingFangSC", "Microsoft YaHei", Arial, sans-serif;
}

.login_title {
    margin: 0 0 1.75rem;
    color: #ececec;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.login_form {
    width: 100%;
}

.login_form_item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0.3rem;
}

.login_form_label {
    width: 3.5rem;
    flex-shrink: 0;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2.75rem;
}

.login_form_control {
    flex: 1;
    min-width: 0;
}

.login_form_item > input {
    display: none;
}

.login_form_control > input {
    width: 100%;
    height: 2.75rem;
    outline: none;
    border: solid 1px #979797;
    padding: 0 0.875rem;
    border-radius: 0.375rem;
    font-size: 1rem;
    color: #bcbcbc;
    background-color: transparent;
}

.login_form_control > input::placeholder {
    color: #bcbcbc;
}

.login_form_hint {
    display: block;
    margin-top: 0.15rem;
    color: #fc0b7c;
    font-size: 0.75rem;
    line-height: 1.125rem;
}

.login_remember {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: 0 0 1.25rem;
    color: #c0bfbf;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    cursor: pointer;
}

.login_remember input {
    position: relative;
    width: 1rem;
    height: 1rem;
    margin: 0;
    appearance: none;
    border: 1px solid #979797;
    border-radius: 0.25rem;
    background: transparent;
}

.login_remember input:checked {
    border-color: #fc0b7c;
    background: #fc0b7c;
}

.login_remember input:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 38%;
    width: 0.3125rem;
    height: 0.5rem;
    border: solid #fff;
    border-width: 0 0.1125rem 0.1125rem 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.login_dialog .btn_group {
    width: min(100%, 242px);
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
}

.login_dialog .btn_group .btn {
    width: 100%;
    background-color: #fc0b7c;
    cursor: pointer;
    text-align: center;
    line-height: 2.75rem;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 600;
}

.login_dialog .login_close_btn {
    position: relative;
    display: block;
    margin: 0 auto 1rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.login_dialog .login_close_btn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.login_register_link {
    display: block;
    width: max-content;
    margin: 1rem auto 0;
    color: #fc0b7c;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-decoration: underline;
}


.auth_form {
    display: none;
}

.login_dialog[data-mode="login"] [data-auth-form="login"],
.login_dialog[data-mode="register"] [data-auth-form="register"] {
    display: block;
}

.auth_form .login_form_hint {
    min-height: 1.1rem;
}

.auth_agreement_error {
    width: min(100%, 242px);
    margin: -0.75rem auto 1rem;
    text-align: center;
    min-height: 0;
}

.auth_agreement_error:empty {
    display: none;
    margin: 0;
}

.login_dialog .auth_submit {
    position: relative;
    border: 0;
    color: #fff;
    font-family: inherit;
}

.login_dialog .auth_submit:disabled {
    cursor: not-allowed;
    opacity: 0.72;
}

.auth_submit_loading {
    display: none;
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    vertical-align: -0.18rem;
    animation: auth-submit-spin 0.7s linear infinite;
}

.auth_submit.is-loading .auth_submit_loading {
    display: inline-block;
}

@keyframes auth-submit-spin {
    to {
        transform: rotate(360deg);
    }
}

.login_agreement {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin: -0.125rem 0 1.25rem;
    color: #c0bfbf;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    cursor: pointer;
}

.login_agreement input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.login_agreement_box {
    position: relative;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    border: 1px solid #979797;
    border-radius: 0.25rem;
}

.login_agreement input:checked + .login_agreement_box {
    border-color: #fc0b7c;
    background-color: #fc0b7c;
}

.login_agreement input:checked + .login_agreement_box::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 38%;
    width: 0.3125rem;
    height: 0.5rem;
    border: solid #fff;
    border-width: 0 0.1125rem 0.1125rem 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.login_tips {
    width: min(100%, 242px);
    margin: 1.25rem auto 0;
    color: #c0bfbf;
    text-align: left;
}

.login_tips_title {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.375rem;
}

.login_tips_item {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.375rem;
}
/* ye Ã§â„¢Â»Ã©â„¢â€ /Ã¦Â³Â¨Ã¥â€ Å’ end */

/* ---- H5 (max-width: 767px) Ã‚Â· M2 Ã¥Â¯Â¼Ã¨Ë†Âª + M1 Ã¥Â¼Â¹Ã§Âªâ€” ---- */
@media (max-width: 767px) {
    /* ye Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¨ÂÅ“Ã¥Ââ€¢ start */
    .user_menu {
        width: 11.11rem;
        min-width: 10rem;
        top: calc(100% + 0.375rem);
        right: 0;
    }

    .user_menu a,
    .user_menu .user_menu_item,
    .user_menu .logout_btn {
        height: 2.25rem;
        font-size: 0.8125rem;
        text-align: left;
        padding-block: 0;
    }

    .user_menu_head {
        padding: 0 0.875rem 0.625rem;
    }

    .user_menu_avatar {
        width: 2.25rem;
        height: 2.25rem;
    }

    .user_menu_name {
        font-size: 0.875rem;
    }

    .user_menu .userinfo {
        padding-block: 0.6rem;
    }

    .user_menu .username {
        font-size: 0.8rem;
        text-align: center;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;
    }

    .user_menu .userid {
        font-size: 0.6rem;
        text-align: center;
    }
    /* ye Ã¥Â¯Â¼Ã¨Ë†ÂªÃ¨ÂÅ“Ã¥Ââ€¢ end */
    /* ye Ã§â„¢Â»Ã©â„¢â€ /Ã¦Â³Â¨Ã¥â€ Å’ start */
    .parsley-errors-list {
        margin: 0.375rem 0 0;
        font-size: 0.75rem;
    }

    .login_modal {
        width: min(92vw, 24rem);
        max-width: calc(100vw - 1rem);
    }

    .login_content {
        padding: 1.5rem 1rem 0.875rem;
    }

    .login_title {
        margin-bottom: 1.25rem;
        font-size: 1.375rem;
    }

    .login_form_item {
        margin-bottom: 0.3rem;
    }

    .login_form_label {
        width: 2.875rem;
        font-size: 0.9375rem;
        line-height: 2.375rem;
    }

    .login_form_control > input {
        height: 2.375rem;
        padding: 0 0.75rem;
        border-radius: 0.25rem;
        font-size: 0.875rem;
    }

    .login_form_hint {
        margin-top: 0.25rem;
        font-size: 0.75rem;
        line-height: 1.1rem;
    }

    .login_remember {
        margin: 0 0 1rem;
        gap: 0.5rem;
        font-size: 0.75rem;
        line-height: 1.25rem;
    }

    .login_remember input {
        width: 1rem;
        height: 1rem;
    }

    .login_remember input:checked::after {
        left: 50%;
        top: 38%;
        width: 0.28125rem;
        height: 0.4375rem;
        border-width: 0 0.1rem 0.1rem 0;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .login_dialog .btn_group {
        width: 68%;
    }

    .login_dialog .btn_group .btn {
        line-height: 2.375rem;
        border-radius: 0.25rem;
        font-size: 0.875rem;
    }

    .login_close_btn {
        margin-bottom: 0.75rem;
        width: 2.125rem;
        height: 2.125rem;
    }

    .login_register_link {
        margin-top: 1rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .login_agreement {
        justify-content: flex-start;
        margin: -0.125rem 0 1rem 2.875rem;
        gap: 0.375rem;
        font-size: 0.6875rem;
        line-height: 1rem;
    }

    .login_agreement_box,
    .login_agreement input:checked + .login_agreement_box {
        width: 0.875rem;
        height: 0.875rem;
        border-radius: 0.1875rem;
    }

    .login_agreement input:checked + .login_agreement_box::after {
        left: 50%;
        top: 38%;
        width: 0.28125rem;
        height: 0.4375rem;
        border-width: 0 0.1rem 0.1rem 0;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .login_tips {
        width: 68%;
        margin-top: 0.875rem;
    }

    .login_tips_title {
        font-size: 0.75rem;
        line-height: 1.125rem;
    }

    .login_tips_item {
        font-size: 0.6875rem;
        line-height: 1.125rem;
    }
    /* ye Ã§â„¢Â»Ã©â„¢â€ /Ã¦Â³Â¨Ã¥â€ Å’ end */
}

/* ---- M5 Ã‚Â· PC Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡ÂµÃ¦ÂµÂ®Ã¥Å Â¨Ã¤Â¾Â§Ã¦Â Â (search.css 5768~5915) ---- */
/* PC Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡ÂµÃ¥Â·Â¦Ã¤Â¾Â§Ã¦â€œÂÃ¤Â½Å“Ã¦Â Â - Figma 569:2472 */
.post-side-actions {
  display: none;
}

@media screen and (min-width: 1000px) {
  .post-side-wrap {
    position: relative;
  }

  .post-side-actions {
    --post-side-accent: #fc0b7c;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.0625rem;
    position: fixed;
    top: 15.5rem;
    left: max(0.5rem, calc(50% - 25.9375rem));
    width: 3.5rem;
    z-index: 50;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .post-side-actions.is-ready {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .post-side-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--post-side-accent);
    cursor: pointer;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    -webkit-tap-highlight-color: transparent;
  }

  .post-side-action,
  .post-side-action *,
  .post-side-action img,
  .post-side-action img[data-action="zoom"] {
    cursor: pointer !important;
  }

  .post-side-action__icon {
    position: relative;
    box-sizing: border-box;
    width: 1.875rem;
    height: 1.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.2s ease;
  }

  .post-side-action__glyph {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    object-fit: contain;
    flex-shrink: 0;
    transition: filter 0.2s ease, opacity 0.2s ease, visibility 0.2s ease;
  }

  .post-side-action__glyph--default,
  .post-side-action__glyph--active {
    position: absolute;
    inset: 0;
  }

  .post-side-action__glyph--active,
  .post-side-action.is-collected .post-side-action__glyph--default {
    opacity: 0;
    visibility: hidden;
  }

  .post-side-action.is-collected .post-side-action__glyph--active {
    opacity: 1;
    visibility: visible;
  }

  .post-side-action__label {
    position: relative;
    display: block;
    min-height: 1.25rem;
    font-size: 0.875rem;
    line-height: normal;
    font-weight: 400;
    color: var(--post-side-accent);
    text-align: center;
    white-space: nowrap;
    transition: opacity 0.2s ease;
  }

  .post-side-action__text--default,
  .post-side-action__text--active {
    display: inline;
  }

  .post-side-action__text--active,
  .post-side-action.is-collected .post-side-action__text--default {
    display: none;
  }

  .post-side-action.is-collected .post-side-action__text--active {
    display: inline;
  }

  .post-side-action:hover .post-side-action__icon {
    transform: scale(1.08);
  }

  .post-side-action:hover .post-side-action__glyph {
    filter: brightness(1.18) drop-shadow(0 0 0.375rem rgba(252, 11, 124, 0.45));
  }

  .post-side-action:hover .post-side-action__label {
    opacity: 0.88;
  }

  .post-side-action:active .post-side-action__icon {
    transform: scale(0.96);
  }

  .post-side-action:focus-visible {
    outline: none;
  }

  .post-side-action:focus-visible .post-side-action__icon {
    transform: scale(1.08);
  }

  .post-side-action:focus-visible .post-side-action__glyph {
    filter: brightness(1.18) drop-shadow(0 0 0.375rem rgba(252, 11, 124, 0.45));
  }
}
/* PC Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡ÂµÃ¥Â·Â¦Ã¤Â¾Â§Ã¦â€œÂÃ¤Â½Å“Ã¦Â Â end */

/* ---- M2 Ã‚Â· Ã©Â¡Â¶Ã©Æ’Â¨ nav-user-item Ã¦Å’â€šÃ¨Â½Â½Ã§â€šÂ¹ (search.css 1571~1660Ã¯Â¼Å’Ã¥ÂÂªÃ¥Ë†Â°Ã¥Â®Å’Ã¦â€¢Â´Ã¨Â§â€žÃ¥Ë†â„¢Ã¨Â¾Â¹Ã§â€¢Å’) ---- */
#navbar .navbar-nav.side-toolbar-list li.nav-user-item {
  position: relative;
  overflow: visible;
}

#navbar .navbar-nav.side-toolbar-list li.nav-user-item .user_target {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  font-size: 0.75rem;
  background: #2c2a2a;
  color: #ccc;
  border: none;
  overflow: hidden;
  cursor: pointer;
}

#navbar .navbar-nav.side-toolbar-list li.nav-user-item .user_target .icon {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#navbar .navbar-nav.side-toolbar-list li.nav-user-item .user_target .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#navbar .navbar-nav.side-toolbar-list li.nav-user-item .user_target .avatar_btn_user {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
}

.nav-fixed .search-extra {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-fixed .search-extra li {
  position: relative;
  overflow: visible;
}

.nav-fixed .search-extra .user_target {
  width: 1.625rem;
  height: 1.625rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #2c2a2a;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-fixed .search-extra .user_target .icon {
  width: 0.8rem;
  height: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-fixed .search-extra .user_target .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nav-fixed .search-extra .user_target .avatar_btn_user {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
  object-fit: cover;
}

.nav-fixed .search-extra .user_menu {
  right: 0;
}

/* ---- UserCenter Ã‚Â· nav Ã§Å Â¶Ã¦â‚¬ÂÃ¥Ë†â€¡Ã¦ÂÂ¢Ã¨Â¡Â¥Ã¤Â¸Â (Vue v-show Ã¢â€ â€™ data-attr) ---- */
.nav-user-wrap[data-uc-state="anon"] .avatar_btn_user { display: none; }
.nav-user-wrap[data-uc-state="logged"] [data-uc-anon-only] { display: none; }
.nav-user-wrap[data-uc-state="anon"] .user_menu { display: none; }

/* ---- H5 Ã§â€Â¨Ã¦Ë†Â·Ã¤Â¸Â­Ã¥Â¿Æ’Ã¥â€¦Â¼Ã¥Â®Â¹Ã¨Â¡Â¥Ã¤Â¸Â (Ã¥Â¤ÂÃ§â€Â¨Ã¤Â¸Â»Ã©Â¢Ëœ header/footer Ã¦â€”Â¶Ã§Å¡â€žÃ¥â€ â€¦Ã¨Â¾Â¹Ã¨Â·Â) ---- */
.h5-user-page { padding: 1rem; }
.h5-user-subpage { padding: 0.75rem 1rem 2rem; }

/* ---- M3 Ã‚Â· PC Ã¦â€Â¶Ã¨â€”ÂÃ¥Ë†â€”Ã¨Â¡Â¨Ã¥Ë†â€ Ã©Â¡Âµ UI ---- */
#pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin: 1.5rem 0 2rem;
    font-size: 0.875rem;
    color: #e5e5e5;
}
.pc-user-favorites-page-btn {
    padding: 0.375rem 1rem;
    min-width: 4.5rem;
    border: 1px solid #4a4a4a;
    border-radius: 0.375rem;
    background: #2a2a2a;
    color: #e5e5e5;
    cursor: pointer;
    transition: all 0.15s ease;
}
.pc-user-favorites-page-btn:hover:not(:disabled) {
    border-color: #fc0f7e;
    color: #fc0f7e;
}
.pc-user-favorites-page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.pc-user-favorites-page-info b {
    color: #fc0f7e;
    font-weight: 600;
    margin: 0 0.15rem;
}
.pc-user-favorites__loading,
.pc-user-favorites__error {
    text-align: center;
    padding: 2rem;
    color: #999;
}
.pc-user-favorites__error { color: #fc0f7e; }

/* ---- M8 Ã‚Â· Ã©Â¦â€“Ã©Â¡ÂµÃ¥ÂÂ¡Ã§â€°â€¡Ã¥ÂÂ³Ã¤Â¸Å Ã¨Â§â€™Ã¥Ë†â€ Ã§Â±Â» tag (search.css PC 5686+ / H5 3181+) ---- */
@media (min-width: 768px) {
  body.card #index article .post-card-category {
    position: absolute;
    top: 1.25rem;
    left: 0.875rem;
    z-index: 15;
    max-width: calc(100% - 1.75rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    color: #fff;
    pointer-events: none;
  }

}
@media (max-width: 767px) {
  body.card #index article .post-card-category {
    position: absolute;
    top: 0.75rem;
    left: 0.625rem;
    z-index: 15;
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
  }

}


/* ================================================================
 * Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡ÂµÃ§Â«â„¢Ã§â€šÂ¹Ã¤Â¿Â¡Ã¦ÂÂ¯Ã©ÂÂ¢Ã¦ÂÂ¿ + Ã¥Â®ËœÃ¦â€“Â¹Ã¥â€¦Â¬Ã¥â€˜Å  (M7 Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡ÂµÃ¦â€Â¹Ã©â‚¬Â )
 * Ã¦ÂÂ¥Ã¦ÂºÂ: Ã¥Ââ€šÃ¨â‚¬Æ’Ã©Â¡Â¹Ã§â€ºÂ® 51th_web/usr/themes/Mirages/css/7.10.0/search.css
 *  - Ã¦â€“â€¡Ã§Â«Â Ã¤Â¹â€¹Ã¥â€°Â (tbxw header_append): .xqbj-site-panel*
 *  - Ã¦â€“â€¡Ã§Â«Â Ã¤Â¹â€¹Ã¥ÂÅ½ (typecho content_after): .xqbj-announce*
 * ============================================================== */

/* Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡ÂµÃ¦Â â€¡Ã©Â¢Ëœ / meta / Ã¦Â â€¡Ã§Â­Â¾ end */

/* Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡ÂµÃ§Â«â„¢Ã§â€šÂ¹Ã¤Â¿Â¡Ã¦ÂÂ¯Ã©ÂÂ¢Ã¦ÂÂ¿Ã¯Â¼Ë†Ã¥Â¯Â¹Ã©Â½Â Figma 577:2752Ã¯Â¼â€° */
.xqbj-site-panel {
  margin: 0 0 1.25rem;
}
.xqbj-site-panel__list {
  border-radius: 8px;
  overflow: hidden;
}
.xqbj-site-panel__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  min-height: 3.75rem;
  padding: 0.625rem 0.875rem;
  background: #292929;
  border: 1px solid #424242;
  box-sizing: border-box;
}
.xqbj-site-panel__list .xqbj-site-panel__item + .xqbj-site-panel__item {
  border-top: none;
}
.xqbj-site-panel__list .xqbj-site-panel__item:first-child {
  border-radius: 8px 8px 0 0;
}
.xqbj-site-panel__list .xqbj-site-panel__item:last-child {
  border-radius: 0 0 8px 8px;
}
.xqbj-site-panel__icon {
  flex: 0 0 22px;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  display: block;
  object-fit: contain;
}
.xqbj-site-panel__body {
  flex: 1 1 auto;
  min-width: 0;
}
.xqbj-site-panel__title {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #bcbcbc;
  font-weight: 400;
}
.xqbj-site-panel__value {
  display: block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #fc0b7c !important;
  text-decoration: none !important;
  border-bottom: none !important;
  word-break: break-all;
}
.xqbj-site-panel__value:hover,
.xqbj-site-panel__value:focus,
.xqbj-site-panel__value:active {
  color: #fc0b7c !important;
  text-decoration: none !important;
  border-bottom: none !important;
  outline: 0;
}
#post .post-content .xqbj-site-panel__value:after,
#archive .post-content .xqbj-site-panel__value:after,
body.color-custom #post .post-content .xqbj-site-panel__value:after,
body.theme-dark.color-custom #post .post-content .xqbj-site-panel__value:after {
  display: none !important;
  content: none !important;
  border-bottom: none !important;
  width: 0 !important;
}
.xqbj-site-panel__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.375rem;
  margin-left: auto;
}
.xqbj-site-panel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.5rem;
  padding: 0.1875rem 0.625rem;
  border: 1px solid #fc0b7c !important;
  border-radius: 5px;
  background: rgba(252, 11, 124, 0.05);
  color: #fc0b7c !important;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
button.xqbj-site-panel__btn {
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}
a.xqbj-site-panel__btn,
#post .post-content a.xqbj-site-panel__btn,
#archive .post-content a.xqbj-site-panel__btn,
body.theme-dark .post-content a.xqbj-site-panel__btn,
body.color-custom #post .post-content a.xqbj-site-panel__btn,
body.theme-dark.color-custom #post .post-content a.xqbj-site-panel__btn {
  color: #fc0b7c !important;
  text-decoration: none !important;
  border: 1px solid #fc0b7c !important;
  border-bottom: 1px solid #fc0b7c !important;
  background: rgba(252, 11, 124, 0.05);
}
a.xqbj-site-panel__btn:after,
a.xqbj-site-panel__btn:hover:after,
a.xqbj-site-panel__btn:focus:after,
a.xqbj-site-panel__btn:active:after,
#post .post-content a.xqbj-site-panel__btn:after,
#post .post-content a.xqbj-site-panel__btn:hover:after,
#archive .post-content a.xqbj-site-panel__btn:after,
#archive .post-content a.xqbj-site-panel__btn:hover:after,
body.color-custom #post .post-content a.xqbj-site-panel__btn:after,
body.theme-dark.color-custom #post .post-content a.xqbj-site-panel__btn:after {
  display: none !important;
  content: none !important;
  border-bottom: none !important;
  width: 0 !important;
  left: auto !important;
}
.xqbj-site-panel__btn:hover,
.xqbj-site-panel__btn:focus,
.xqbj-site-panel__btn:active,
a.xqbj-site-panel__btn:hover,
a.xqbj-site-panel__btn:focus,
a.xqbj-site-panel__btn:active,
#post .post-content a.xqbj-site-panel__btn:hover,
#post .post-content a.xqbj-site-panel__btn:focus,
#post .post-content a.xqbj-site-panel__btn:active,
#archive .post-content a.xqbj-site-panel__btn:hover,
#archive .post-content a.xqbj-site-panel__btn:focus,
#archive .post-content a.xqbj-site-panel__btn:active,
body.color-custom #post .post-content a.xqbj-site-panel__btn:hover,
body.theme-dark.color-custom #post .post-content a.xqbj-site-panel__btn:hover {
  background: rgba(252, 11, 124, 0.12);
  color: #fc0b7c !important;
  text-decoration: none !important;
  border: 1px solid #fc0b7c !important;
  border-bottom: 1px solid #fc0b7c !important;
  outline: 0;
}
body.color-custom #post .post-content .xqbj-site-panel a.xqbj-site-panel__btn,
body.color-custom #post .post-content .xqbj-site-panel button.xqbj-site-panel__btn,
body.theme-dark.color-custom #post .post-content .xqbj-site-panel a.xqbj-site-panel__btn,
body.theme-dark.color-custom #post .post-content .xqbj-site-panel button.xqbj-site-panel__btn,
body.color-custom #post .post-content .xqbj-homeway-module a.xqbj-site-panel__btn,
body.theme-dark.color-custom #post .post-content .xqbj-homeway-module a.xqbj-site-panel__btn {
  color: #fc0b7c !important;
  border-color: #fc0b7c !important;
  border-bottom-color: #fc0b7c !important;
}
.xqbj-site-panel__browsers-title {
  margin: 1rem 0 0.625rem !important;
  padding: 0 !important;
  font-size: 1.0625rem !important;
  line-height: 1.375rem !important;
  font-weight: 500 !important;
  color: #fff !important;
  border: none !important;
}
.xqbj-site-panel__browsers {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0.75rem 1rem;
  background: #292929;
  border: 1px solid #424242;
  border-radius: 8px;
  box-sizing: border-box;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.xqbj-site-panel__browser {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 0;
  min-width: 7.5rem;
  padding: 0 0.625rem;
}
.xqbj-site-panel__browser + .xqbj-site-panel__browser {
  border-left: 1px solid #424242;
}
.xqbj-site-panel__browser-icon {
  flex: 0 0 36px;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}
.xqbj-site-panel__browser-name {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #fff;
}
.xqbj-site-panel__browser-hint {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .xqbj-site-panel__item {
    flex-wrap: wrap;
    gap: 0.5rem;
    min-height: 0;
    padding: 0.625rem 0.75rem;
  }
  .xqbj-site-panel__icon {
    flex-basis: 20px;
    width: 20px !important;
    height: 20px !important;
  }
  .xqbj-site-panel__body {
    flex: 1 1 calc(100% - 2rem);
  }
  .xqbj-site-panel__title,
  .xqbj-site-panel__value {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
  .xqbj-site-panel__actions {
    width: 100%;
    margin-left: 0;
    padding-left: calc(20px + 0.5rem);
  }
  .xqbj-site-panel__browsers-title {
    font-size: 0.9375rem !important;
    margin-top: 0.875rem !important;
  }
  .xqbj-site-panel__browsers {
    padding: 0.625rem;
  }
  .xqbj-site-panel__browser {
    min-width: 6.75rem;
    padding: 0 0.375rem;
    gap: 0.375rem;
  }
  .xqbj-site-panel__browser-icon {
    flex-basis: 30px;
    width: 30px !important;
    height: 30px !important;
  }
  .xqbj-site-panel__browser-name {
    font-size: 0.8125rem;
  }
  .xqbj-site-panel__browser-hint {
    font-size: 0.6875rem;
  }
}



/* ================================================================
 * Ã¥â€ºÅ¾Ã¥Â®Â¶Ã§Å¡â€žÃ¨Â·Â¯Ã¯Â¼Ë†Ã¦â€“Â°Ã§â€°Ë†Ã¯Â¼â€°Ã©Â¡ÂµÃ©ÂÂ¢ CSS
 * Ã¦ÂÂ¥Ã¦ÂºÂ: Ã¥Ââ€šÃ¨â‚¬Æ’Ã©Â¡Â¹Ã§â€ºÂ® 51th_web/usr/themes/Mirages/css/7.10.0/search.css:4656-4917
 * Ã§Â±Â»Ã¥â€°ÂÃ§Â¼â‚¬: .homeway-* / .xqbj-homeway-*
 * ============================================================== */

/* Ã¥â€ºÅ¾Ã¥Â®Â¶Ã§Å¡â€žÃ¨Â·Â¯ PC Ã¦Â¨Â¡Ã¥Ââ€”Ã¯Â¼Ë†Ã¥Â¯Â¹Ã©Â½Â Figma 521:2727Ã¯Â¼â€° */
.homeway-content-pc,
#post .xqbj-share-cta.flash {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .homeway-title-pc {
    display: none !important;
  }
}
.xqbj-homeway-module {
  margin: 0 0 1.5rem;
  padding: 1.25rem;
  background: #343232;
  border-radius: 8px;
  box-sizing: border-box;
}
.xqbj-homeway-module:last-child {
  margin-bottom: 0;
}
.xqbj-homeway-module__title {
  margin: 0 0 0.875rem !important;
  padding: 0 !important;
  font-size: 1.0625rem !important;
  line-height: 1.375rem !important;
  font-weight: 500 !important;
  color: #fff !important;
  border: none !important;
}
/* Ã¦Â¨Â¡Ã¥Ââ€”Ã¥â€ â€¦Ã¥Ë†â€”Ã¨Â¡Â¨Ã¯Â¼Å¡Ã©â‚¬â€šÃ¥Â½â€œÃ§Â¼Â©Ã¥Â°ÂÃ¥Â­â€”Ã¥ÂÂ·/Ã¥â€ºÂ¾Ã¦Â â€¡ */
.homeway-content-pc .xqbj-site-panel {
  margin: 0;
}
.homeway-content-pc .xqbj-site-panel__list {
  border-radius: 8px;
  overflow: hidden;
}
.homeway-content-pc .xqbj-site-panel__item:not(.xqbj-site-panel__community) {
  gap: 0.625rem;
  min-height: 3.75rem;
  padding: 0.625rem 0.875rem;
  background: #292929 !important;
  border: 1px solid #424242;
}
.homeway-content-pc .xqbj-site-panel__list .xqbj-site-panel__item:first-child {
  border-radius: 8px 8px 0 0;
}
.homeway-content-pc .xqbj-site-panel__list .xqbj-site-panel__item:last-child {
  border-radius: 0 0 8px 8px;
}
.homeway-content-pc .xqbj-site-panel__list .xqbj-site-panel__item:only-child {
  border-radius: 8px;
}
.homeway-content-pc .xqbj-site-panel__icon {
  flex: 0 0 22px;
  width: 22px !important;
  height: 22px !important;
}
.homeway-content-pc .xqbj-site-panel__title,
.homeway-content-pc .xqbj-site-panel__value {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.homeway-content-pc .xqbj-site-panel__actions {
  gap: 0.5rem;
}
.homeway-content-pc .xqbj-site-panel__btn,
.homeway-content-pc a.xqbj-site-panel__btn,
.homeway-content-pc button.xqbj-site-panel__btn {
  min-width: 3.5rem;
  min-height: 1.5rem;
  height: 1.5rem;
  padding: 0 0.625rem;
  border-radius: 5px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
}
.homeway-content-pc .xqbj-site-panel__browsers-title {
  margin: 1.25rem 0 0.75rem !important;
  font-size: 1.0625rem !important;
  line-height: 1.375rem !important;
  font-weight: 500 !important;
}
.homeway-content-pc .xqbj-site-panel__browsers {
  min-height: 0;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: #292929 !important;
}
.homeway-content-pc .xqbj-site-panel__browser {
  gap: 0.5rem;
  min-width: 0;
  padding: 0 0.625rem;
}
.homeway-content-pc .xqbj-site-panel__browser-icon {
  flex: 0 0 36px;
  width: 36px !important;
  height: 36px !important;
}
.homeway-content-pc .xqbj-site-panel__browser-name {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.homeway-content-pc .xqbj-site-panel__browser-hint {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
/* Ã¥Â¤Â±Ã¨Ââ€Ã¥ÂºÂÃ¥ÂÂ·Ã¯Â¼Å¡Ã¦ÂÂÃ¨Â¾Â¹Ã¥Å“â€  + Ã§Â²â€°Ã¨â€°Â²Ã¦â€¢Â°Ã¥Â­â€” */
.xqbj-homeway-lost .xqbj-site-panel__item {
  gap: 0.75rem;
  padding-left: 1.25rem;
}
.xqbj-homeway-lost__num {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fc0b7c;
  background: transparent;
  color: #fc0b7c;
  font-size: 0.714rem;
  line-height: 1;
  font-weight: 400;
  box-sizing: border-box;
}
.xqbj-homeway-lost .xqbj-site-panel__icon {
  margin-left: 0.25rem;
}
/* Ã§Â²Â¾Ã¥â€œÂÃ¥Ë†â€ Ã§Â±Â»Ã¯Â¼Å¡Ã§Â¼Â©Ã¥Â°ÂÃ¦Å’â€°Ã©â€™Â®Ã¤Â¸Å½Ã¥Â­â€”Ã¥ÂÂ· */
.xqbj-homeway-cats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
.xqbj-homeway-cats__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  height: 2.75rem;
  padding: 0 0.5rem;
  border: 0.75px solid #fc0b7c !important;
  border-radius: 6px;
  background: rgba(252, 11, 124, 0.05) !important;
  color: #fc0b7c !important;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-decoration: none !important;
  border-bottom: 0.75px solid #fc0b7c !important;
  box-sizing: border-box;
  text-align: center;
}
.xqbj-homeway-cats__item:hover,
.xqbj-homeway-cats__item:focus,
.xqbj-homeway-cats__item:active {
  color: #fc0b7c !important;
  text-decoration: none !important;
  background: rgba(252, 11, 124, 0.1) !important;
  border-color: #fc0b7c !important;
  outline: 0;
}
.xqbj-homeway-cats__item:after {
  display: none !important;
  content: none !important;
}
body.color-custom #post .post-content .xqbj-homeway-cats__item,
body.theme-dark.color-custom #post .post-content .xqbj-homeway-cats__item,
#post .post-content a.xqbj-homeway-cats__item {
  color: #fc0b7c !important;
  border: 0.75px solid #fc0b7c !important;
  border-bottom-color: #fc0b7c !important;
  background: rgba(252, 11, 124, 0.05) !important;
  text-decoration: none !important;
}
/* TG Ã¦Â¨ÂªÃ¦ÂÂ¡Ã¯Â¼Å¡Ã¥â€ â€¦Ã¥Â±â€šÃ¥ÂÂ¡Ã§â€°â€¡Ã¥Â¿â€¦Ã©Â¡Â»Ã¦Å“â€°Ã§â€¹Â¬Ã§Â«â€¹Ã¨Æ’Å’Ã¦â„¢Â¯Ã¨â€°Â² #292929 */
.xqbj-homeway-module.xqbj-homeway-tg {
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  background: #343232 !important;
}
.xqbj-homeway-tg__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  min-height: 3.5rem;
  height: auto;
  padding: 0.875rem 1rem;
  background: #292929 !important;
  background-color: #292929 !important;
  border: 1px solid #424242 !important;
  border-radius: 8px;
  box-sizing: border-box;
  text-decoration: none !important;
}
.xqbj-homeway-tg__inner:hover,
.xqbj-homeway-tg__inner:focus,
.xqbj-homeway-tg__inner:active {
  text-decoration: none !important;
  background: #292929 !important;
  background-color: #292929 !important;
  outline: 0;
}
.xqbj-homeway-tg__inner:after {
  display: none !important;
  content: none !important;
}
.xqbj-homeway-tg__icon {
  flex: 0 0 22px;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  display: block;
  object-fit: contain;
}
.xqbj-homeway-tg__text {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #fc0b7c !important;
  text-decoration: underline !important;
  text-underline-offset: 0.125rem;
}
#post .post-content .xqbj-homeway-tg__inner,
#post .post-content a.xqbj-homeway-tg__inner {
  text-decoration: none !important;
  background: #292929 !important;
  background-color: #292929 !important;
  border: 1px solid #424242 !important;
}
#post .post-content .xqbj-homeway-tg__text {
  color: #fc0b7c !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 991px) {
  .xqbj-homeway-module {
    padding: 1.25rem;
  }
  .homeway-content-pc .xqbj-site-panel__actions {
    gap: 0.5rem;
  }
  .homeway-content-pc .xqbj-site-panel__browsers {
    padding: 1rem;
  }
  .xqbj-homeway-cats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .xqbj-homeway-module {
    display: none !important;
  }
}
/* Ã¥â€ºÅ¾Ã¥Â®Â¶Ã§Å¡â€žÃ¨Â·Â¯ PC Ã¦Â¨Â¡Ã¥Ââ€” end */

/* PC Ã¥Âºâ€¢Ã©Æ’Â¨Ã¯Â¼Ë†Ã¥Â¯Â¹Ã©Â½Â Figma 538:10326 Ã§Â²Â¾Ã§Â¡Â®Ã¥Â°ÂºÃ¥Â¯Â¸Ã¯Â¼â€° */
/* Ã©Â¡ÂµÃ¨â€žÅ¡Ã¥Å“Â¨ #wrap Ã¥Â¤â€“Ã¯Â¼Å¡Ã¤Â¸Â»Ã©Â¢Ëœ #footer/#body Ã©Â»ËœÃ¨Â®Â¤ #2c2a2aÃ¯Â¼Å’PC #body Ã¤Â¸Âº #262626Ã¯Â¼Å’Ã©Å“â‚¬Ã¥Â¯Â¹Ã©Â½ÂÃ¤Â¸Å Ã¦â€“Â¹Ã¥â€ â€¦Ã¥Â®Â¹Ã¥Å’Âº */
.xqbj-footer.index-footer-pc,
#foot-menu.xqbj-footer {
  margin: 0;
  padding: 0 0 1.25rem;
  background: #262626 !important;
}
.xqbj-footer__container.container,
.xqbj-footer__container {
  /* Ã¤Â¸ÂÃ¥â€ â„¢Ã¦Â­Â» max-widthÃ¯Â¼Å’Ã¨Â·Å¸Ã©Å¡ÂÃ¤Â¸Â»Ã©Â¢Ëœ .container Ã¥â€œÂÃ¥Âºâ€Ã¥Â¼ÂÃ¥Â®Â½Ã¥ÂºÂ¦ */
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .xqbj-footer__container.container,
  .xqbj-footer__container {
    max-width: none;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.xqbj-footer__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.xqbj-footer__hero-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  height: 4rem;
  min-height: 4rem;
  padding: 0 1rem;
  background: rgba(252, 11, 124, 0.05);
  border: 0.75px solid #fc0b7c;
  border-radius: 8px;
  box-sizing: border-box;
  text-decoration: none !important;
  border-bottom: 0.75px solid #fc0b7c !important;
}
.xqbj-footer__hero-card:hover,
.xqbj-footer__hero-card:focus,
.xqbj-footer__hero-card:active {
  text-decoration: none !important;
  outline: 0;
}
.xqbj-footer__hero-card:after {
  display: none !important;
  content: none !important;
}
.xqbj-footer__hero-icon {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.xqbj-footer__hero-icon img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important;
  max-width: 1.5rem;
  max-height: 1.5rem;
  object-fit: contain;
}
.xqbj-footer__hero-icon--home {
  overflow: hidden;
}
.xqbj-footer__hero-icon--home .xqbj-footer__hero-icon-a {
  position: absolute;
  left: 1.44%;
  right: 1.45%;
  top: 3.76%;
  bottom: 42.4%;
  width: auto !important;
  height: auto !important;
  max-width: none;
  max-height: none;
}
.xqbj-footer__hero-icon--home .xqbj-footer__hero-icon-b {
  position: absolute;
  left: 14.1%;
  right: 14.22%;
  top: 22.79%;
  bottom: 3.76%;
  width: auto !important;
  height: auto !important;
  max-width: none;
  max-height: none;
}
.xqbj-footer__hero-text {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.125rem;
}
.xqbj-footer__hero-title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #fc0b7c !important;
}
.xqbj-footer__hero-desc {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #bcbcbc;
}
.xqbj-footer__hero-arrow {
  flex: 0 0 0.875rem;
  width: 0.875rem !important;
  height: 0.875rem !important;
  margin: 0 0 0 auto !important;
  display: block;
  transform: rotate(180deg);
  object-fit: contain;
}
.xqbj-footer__about {
  margin-bottom: 1.25rem;
  padding: 1rem;
  background: #343232;
  border-radius: 8px;
  box-sizing: border-box;
}
.xqbj-footer__about-title {
  margin: 0 0 0.375rem;
  padding: 0;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #fff;
}
.xqbj-footer__about-desc {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #bcbcbc;
  text-align: justify;
}
.xqbj-footer__about-divider {
  margin: 0.875rem 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
}
.xqbj-footer__about-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.xqbj-footer__about-addr-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #bcbcbc;
}
.xqbj-footer__about-addr-value {
  display: inline-block;
  margin-top: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #fc0b7c !important;
  text-decoration: none !important;
  border-bottom: none !important;
}
.xqbj-footer__about-addr-value:hover,
.xqbj-footer__about-addr-value:focus,
.xqbj-footer__about-addr-value:active {
  color: #fc0b7c !important;
  text-decoration: none !important;
  border-bottom: none !important;
  outline: 0;
}
.xqbj-footer__about-addr-value:after {
  display: none !important;
  content: none !important;
}
.xqbj-footer__about-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 0 0 auto;
}
.xqbj-footer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  min-width: 4rem;
  height: 1.625rem;
  min-height: 1.625rem;
  padding: 0;
  border: 1px solid #fc0b7c;
  border-radius: 5px;
  background: rgba(252, 11, 124, 0.05);
  color: #fc0b7c !important;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-decoration: none !important;
  border-bottom-color: #fc0b7c !important;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  font-family: inherit;
}
.xqbj-footer__btn:hover,
.xqbj-footer__btn:focus,
.xqbj-footer__btn:active {
  color: #fc0b7c !important;
  text-decoration: none !important;
  outline: 0;
}
.xqbj-footer__btn:after {
  display: none !important;
  content: none !important;
}
.xqbj-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.25rem;
  row-gap: 0.875rem;
  margin-bottom: 1.25rem;
}
.xqbj-footer__grid-item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  height: 3.25rem;
  min-height: 3.25rem;
  padding: 0 1rem;
  background: #292929;
  border: 0.75px solid #424242;
  border-radius: 7.5px;
  box-sizing: border-box;
  text-decoration: none !important;
  border-bottom: 0.75px solid #424242 !important;
}
.xqbj-footer__grid-item:hover,
.xqbj-footer__grid-item:focus,
.xqbj-footer__grid-item:active {
  text-decoration: none !important;
  outline: 0;
}
.xqbj-footer__grid-item:after {
  display: none !important;
  content: none !important;
}
.xqbj-footer__grid-icon {
  flex: 0 0 1.5rem;
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin: 0 !important;
  display: block;
  object-fit: contain;
}
.xqbj-footer__grid-icon--homeway {
  position: relative;
  overflow: hidden;
}
.xqbj-footer__grid-icon--homeway img {
  position: absolute;
  margin: 0 !important;
  max-width: none;
  display: block;
}
.xqbj-footer__hw-a {
  left: 1.44%;
  right: 1.45%;
  top: 3.76%;
  bottom: 42.4%;
  width: auto !important;
  height: auto !important;
}
.xqbj-footer__hw-b {
  left: 14.1%;
  right: 14.22%;
  top: 22.79%;
  bottom: 3.76%;
  width: auto !important;
  height: auto !important;
}
.xqbj-footer__hw-c {
  left: 32.5%;
  right: 32.5%;
  top: 62.5%;
  bottom: 3.75%;
  width: auto !important;
  height: auto !important;
}
.xqbj-footer__hw-heart {
  left: 25%;
  right: 25%;
  top: 45%;
  bottom: 5%;
  width: auto !important;
  height: auto !important;
}
.xqbj-footer__grid-text {
  flex: 1 1 auto;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #bcbcbc;
}
.xqbj-footer__grid-arrow {
  flex: 0 0 0.875rem;
  width: 0.875rem !important;
  height: 0.875rem !important;
  margin: 0 0 0 auto !important;
  display: block;
  object-fit: contain;
}
.xqbj-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
}
.xqbj-footer__social-item {
  position: relative;
  display: inline-flex;
  width: 2.125rem;
  height: 2.125rem;
  text-decoration: none !important;
  border-bottom: none !important;
}
.xqbj-footer__social-item:after {
  display: none !important;
  content: none !important;
}
.xqbj-footer__social-bg {
  position: absolute;
  inset: 0;
  width: 2.125rem !important;
  height: 2.125rem !important;
  margin: 0 !important;
  display: block;
}
.xqbj-footer__social-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem !important;
  height: 1.25rem !important;
  margin: 0 !important;
  display: block;
  object-fit: contain;
}

/* ================================================================
 * PC Ã¥Âºâ€¢Ã©Æ’Â¨ #footer Ã¨Æ’Å’Ã¦â„¢Â¯Ã¨â€°Â²Ã¥Â¯Â¹Ã©Â½Â #foot-menuÃ¯Â¼Ë†#262626Ã¯Â¼â€°
 * Ã¤Â¸Â»Ã©Â¢ËœÃ©Â»ËœÃ¨Â®Â¤ #2c2a2a Ã¤Â¼Å¡Ã¤Â¸Å½Ã¤Â¸Å Ã¦â€“Â¹ #foot-menu Ã¨Â§â€ Ã¨Â§â€°Ã¦â€“Â­Ã¥Â±â€š
 * ============================================================== */
#footer {
  background: #262626;
}


/* ================================================================
 * Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡ÂµÃ¦Â â€¡Ã©Â¢Ëœ / meta / Ã¦Â â€¡Ã§Â­Â¾ (post-meta-tag) Ã¢â‚¬â€ Ã¤Â¹â€¹Ã¥â€°Â M7 Ã¦â€Â¹Ã©â‚¬Â Ã¦Â¼ÂÃ¦Å Â½Ã§Å¡â€žÃ¦Â®Âµ
 * Ã¦ÂÂ¥Ã¦ÂºÂ: Ã¥Ââ€šÃ¨â‚¬Æ’Ã©Â¡Â¹Ã§â€ºÂ® search.css:4095-4179
 * ============================================================== */

/* meta Ã¢â€ â€™ Ã¥Â¹Â¿Ã¥â€˜Å Ã¥Å’Âº */
#post .post-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  #post .post-meta-row {
    margin-bottom: 1.5rem;
  }
}
#post .post-meta-row .post-meta {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.35rem;
}
#post .post-meta-row .post-meta li {
  margin-bottom: 0;
  white-space: nowrap;
}
#post .post-meta-row .post-meta a {
  border-bottom: none;
}
#post .post-meta-row .post-meta a:after {
  display: none;
}
#post .post-meta-sep {
  color: inherit;
  opacity: 0.8;
}
#post .post-meta-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
#post .post-meta-tag {
  display: inline-block;
  padding: 0.125rem 0.75rem;
  border: 1px solid #c7456d;
  border-radius: 999px;
  color: #c7456d !important;
  font-size: 0.75rem;
  line-height: 1.6;
  text-decoration: none !important;
  border-bottom: 1px solid #c7456d !important;
  background: transparent;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
#post .post-meta-tag:after {
  display: none !important;
}
#post .post-meta-tag:hover {
  background-color: #c7456d;
  color: #fff !important;
  border-color: #c7456d;
}
body.color-custom #post .post-meta-tag {
  border-color: #fc0f7e;
  color: #fc0f7e !important;
  border-bottom-color: #fc0f7e !important;
}
body.color-custom #post .post-meta-tag:hover {
  background-color: #fc0f7e;
  color: #fff !important;
  border-color: #fc0f7e;
}
/* Ã¥Â¹Â¿Ã¥â€˜Å Ã¥Å’ÂºÃ©â€”Â´Ã¨Â·Â */
#post .horizontal-banner {
  padding-top: 0;
  padding-bottom: 0;
}
#post .horizontal-banner a {
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  #post .horizontal-banner a {
    margin-bottom: 0.5rem;
  }
}


/* ================================================================
 * Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡Âµ PC Ã¤Â¸Å Ã¤Â¸â€¹Ã§Â¯â€¡Ã¥ÂÂ¡Ã§â€°â€¡Ã¯Â¼Ë†.post-near-pc__item / __label / __card / __cover / __mask / __titleÃ¯Â¼â€°
 * Ã¦ÂÂ¥Ã¦ÂºÂ: Ã¥Ââ€šÃ¨â‚¬Æ’Ã©Â¡Â¹Ã§â€ºÂ® search.css:5022-5145
 * ============================================================== */

/* Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡Âµ PC Ã¤Â¸Å Ã¤Â¸â€¹Ã§Â¯â€¡Ã¯Â¼Ë†Ã¥Â¯Â¹Ã©Â½Â Figma 577:2825Ã¯Â¼â€° */
@media screen and (min-width: 768px) {
  .post-near-h5 {
    display: none !important;
  }

  .post-near {
    background: #343232 !important;
    margin-bottom: 1.25rem;
    padding: 1.25rem 1.5rem;
    border-radius: 0;
  }

  .post-near-pc {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    width: 100%;
  }

  .post-near-pc__item {
    display: flex !important;
    align-items: center;
    flex: 0 1 auto;
    min-width: 0;
    gap: 0.75rem;
    text-decoration: none !important;
    border-bottom: none !important;
    color: inherit !important;
  }

  .post-near-pc__item:after,
  .post-near-pc__item:hover:after {
    content: none !important;
    display: none !important;
  }

  .post-near-pc__item:hover,
  .post-near-pc__item:focus {
    text-decoration: none !important;
    border-bottom: none !important;
  }

  .post-near-pc__label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .post-near-pc__label-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 500;
    color: #fff;
  }

  .post-near-pc__arrow {
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    display: block;
    flex: 0 0 32px;
    object-fit: contain;
  }

  .post-near-pc__arrow--prev {
    transform: rotate(180deg);
  }

  .post-near-pc__card {
    position: relative;
    display: block;
    flex: 0 1 26.25rem;
    width: 26.25rem;
    max-width: 26.25rem;
    height: 9.1875rem;
    border-radius: 6px;
    overflow: hidden;
    background-color: #292929;
    box-sizing: border-box;
  }

  .post-near-pc__cover {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: cover;
    border-radius: 6px;
  }

  .post-near-pc__mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3.75rem;
    padding: 0.5rem 0.75rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 6px 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    z-index: 2;
    pointer-events: none;
  }

  .post-near-pc__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 500;
    color: #fff;
    text-align: left;
  }
}
/* Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡Âµ PC Ã¤Â¸Å Ã¤Â¸â€¹Ã§Â¯â€¡ end */


/* ================================================================
 * PC Ã§Â«Â¯Ã©Â¦â€“Ã©Â¡ÂµÃ¦â€“â€¡Ã§Â«Â Ã¥ÂÂ¡Ã§â€°â€¡ .post-card-info Ã¥Â¸Æ’Ã¥Â±â‚¬Ã¨Â¡Â¥Ã©Â½ÂÃ¯Â¼Ë†Ã¤Â½Å“Ã¨â‚¬â€¦Ã¥Â·Â¦ / Ã¦â€”Â¶Ã©â€”Â´Ã¥ÂÂ³Ã¯Â¼â€°
 * Ã¥Â½â€œÃ¥â€°ÂÃ©Â¡Â¹Ã§â€ºÂ® search.css Ã¥ÂÂªÃ¦Å“â€° H5 Ã§â€°Ë† (@media max-width:767px)Ã¯Â¼Å’Ã§Â¼Âº PC Ã§â€°Ë†
 * Ã¦ÂÂ¥Ã¦ÂºÂ: Ã¥Ââ€šÃ¨â‚¬Æ’Ã©Â¡Â¹Ã§â€ºÂ® search.css:5731-5760 (Ã¥Å½Å¸Ã¥Å“Â¨ @media min-width:768px Ã©â€¡Å’)
 * ============================================================== */

@media (min-width: 768px) {
  body.card #index article .post-card-info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #bcbcbc;
    text-align: left;
  }

  body.card #index article .post-card-info span[itemprop="author"] {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  body.card #index article .post-card-info span[itemprop="datePublished"] {
    flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap;
    text-align: right;
  }
}


/* ================================================================
 * H5 Ã©Â¦â€“Ã©Â¡ÂµÃ¥ÂÂ¡Ã§â€°â€¡Ã¯Â¼Å¡Ã¥Ë†â€ Ã§Â±Â»Ã¥Â·Â²Ã§â€¹Â¬Ã§Â«â€¹Ã¥Ë†Â° .post-card-categoryÃ¯Â¼Å’
 * Ã¤Â¿Â®Ã¥Â¤ÂÃ¨â‚¬ÂÃ¨Â§â€žÃ¥Ë†â„¢Ã¦Å Å  .post-card-info Ã¦Å“â‚¬Ã¥ÂÅ½Ã¤Â¸â‚¬Ã¤Â¸Âª span (Ã§Å½Â°Ã¥Å“Â¨Ã¦ËœÂ¯ date) Ã¨Â¯Â¯Ã¥Â®Å¡Ã¤Â½ÂÃ¥Ë†Â°Ã¥Â·Â¦Ã¤Â¸Å Ã¨Â§â€™Ã¥Â¯Â¼Ã¨â€¡Â´Ã¨Â·Å¸Ã¦Â â€¡Ã©Â¢ËœÃ©â€¡ÂÃ¥ÂÂ 
 * Ã¦ÂÂ¥Ã¦ÂºÂ: Ã¥Ââ€šÃ¨â‚¬Æ’Ã©Â¡Â¹Ã§â€ºÂ® search.css:3168-3195
 * ============================================================== */

@media (max-width: 767px) {
  body.card #index article .post-card-info > span:last-child {
    position: static;
    top: auto;
    left: auto;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    text-shadow: none;
    pointer-events: auto;
  }

  body.card #index article .post-card-category {
    position: absolute;
    top: 0.75rem;
    left: 0.625rem;
    z-index: 15;
    font-size: 0.875rem;
    line-height: 0.875rem;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.25);
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
  }
}


/* ================================================================
 * PC Ã©Â¦â€“Ã©Â¡ÂµÃ¦â€“â€¡Ã§Â«Â Ã¥ÂÂ¡Ã§â€°â€¡Ã¥Â®Å’Ã¦â€¢Â´ CSSÃ¯Â¼Ë†.post-card / .post-card-mask / .post-card-container / .post-card-title / .post-card-category / .post-card-info Ã¥â€¦Â¨Ã¥Â¥â€”Ã¯Â¼â€°
 * Ã¦ÂÂ¥Ã¦ÂºÂ: Ã¥Ââ€šÃ¨â‚¬Æ’Ã©Â¡Â¹Ã§â€ºÂ® search.css:5636-5766Ã¯Â¼Ë†@media min-width:768px Ã¦â€¢Â´Ã¦Â®ÂµÃ¯Â¼â€°
 * Ã¤Â¿Â®Ã¥Â¤ÂÃ¤Â¸Å Ã¦Â¬Â¡Ã¥ÂÂªÃ¨Â¡Â¥Ã¤Âºâ€  .post-card-info 3 Ã¦ÂÂ¡Ã¨Â§â€žÃ¥Ë†â„¢Ã¥Â¯Â¼Ã¨â€¡Â´Ã¥ÂÂ¡Ã§â€°â€¡Ã¦â€”Â Ã¥Â®Â½Ã©Â«ËœÃ¦Â¯â€Ã£â‚¬Âmask Ã¦â€”Â  absolute Ã¨Â¦â€ Ã§â€ºâ€“Ã£â‚¬ÂÃ¦Â â€¡Ã©Â¢Ëœ/Ã¤Â½Å“Ã¨â‚¬â€¦/Ã¦â€”Â¶Ã©â€”Â´Ã¦Å’Â¤Ã¥Å“Â¨Ã¤Â¸â‚¬Ã¨ÂµÂ·
 * ============================================================== */

@media (min-width: 768px) {
  body.card #index article .post-card {
    --pc-card-overlay-h: 5.25rem;
    position: relative;
    border-radius: 0.375rem;
    overflow: hidden;
    aspect-ratio: 1072 / 315;
    height: auto;
  }

  body.card #index article .post-card .blog-background,
  body.card #index article .post-card .blog-background.load-success {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-size: cover;
    background-position: center;
    border-radius: 0.375rem;
  }

  body.card #index article .post-card-mask:not(.post-card-ads) {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100% !important;
    min-height: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 0.375rem;
    vertical-align: initial;
    background: linear-gradient(
      to bottom,
      transparent 0,
      transparent calc(100% - var(--pc-card-overlay-h)),
      rgba(0, 0, 0, 0.5) calc(100% - var(--pc-card-overlay-h)),
      rgba(0, 0, 0, 0.5) 100%
    ) !important;
    pointer-events: none;
  }

  body.card #index article .post-card-category {
    position: absolute;
    top: 1.25rem;
    left: 0.875rem;
    z-index: 15;
    max-width: calc(100% - 1.75rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 500;
    color: #fff;
    pointer-events: none;
  }

  body.card #index article .post-card-container {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 100%;
    height: var(--pc-card-overlay-h);
    padding: 0.875rem;
    text-align: left;
    vertical-align: initial !important;
    pointer-events: auto;
  }

  body.card #index article .post-card-title {
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 500;
    color: #fff;
    text-align: left;
  }

  body.card #index article .post-card-info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #bcbcbc;
    text-align: left;
  }

  body.card #index article .post-card-info span[itemprop="author"] {
    flex: 0 1 auto;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  body.card #index article .post-card-info span[itemprop="datePublished"] {
    flex: 0 0 auto;
    margin-left: auto;
    white-space: nowrap;
    text-align: right;
  }

  body.card #index article .post-card:focus,
  body.card #index article .post-card:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}
/* PC Ã©Â¦â€“Ã©Â¡ÂµÃ¦â€“â€¡Ã§Â«Â Ã¥Â°ÂÃ©ÂÂ¢ end */
