html body:has(.login_dialog) {
    background-color: transparent;
}
[v-cloak] {
    display: none !important;
}
.sp_breadcrumb_nav {
    font-size: 0.75rem;
    color: #bcbcbc;
}
/* 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);
}

.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 */

/* 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;
    }
}
/* ye H5 用户中心 end */

/* 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 {
    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;
}
/* ye PC 用户中心 end */

/* 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, 490px);
    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;
    box-sizing: border-box;
}

.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: 1rem 0 2rem;
    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%, 280px);
    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;
}

/* 仅登录页：按 UI 截图二调整上下间距（不影响注册页） */
.login_dialog[data-mode="login"] .login_content {
    min-height: 29.5rem;
    padding-bottom: 1.75rem;
}

.login_dialog[data-mode="login"] .login_title {
    margin-bottom: 2.25rem;
}

.login_dialog[data-mode="login"] .login_form_item {
    margin-bottom: 1.375rem;
}

.login_dialog[data-mode="login"] .login_form_hint {
    margin-top: 0.35rem;
    min-height: 1.125rem;
}

.login_dialog[data-mode="login"] .login_remember {
    margin: 1.125rem 0 1.75rem;
}

.login_dialog[data-mode="login"] .btn_group {
    margin-top: 0;
}

.login_dialog[data-mode="login"] .login_register_link {
    margin-top: 1.75rem;
}

.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 */

/* 充值中心 start */
.recharge_center {
    margin: 1.875rem 0;
}

.recharge_panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #383737;
    border-radius: 0.375rem;
    padding: 1.5rem 1.875rem;
}

.recharge_panel_title {
    margin-bottom: 0.3125rem;
    color: #bcbcbc;
    font-size: 1rem;
    font-weight: 500;
}

.recharge_panel_balance {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.recharge_panel_balance .coin {
    width: 1.625rem;
    height: 1.625rem;
}

.recharge_record_btn {
    font-size: 1rem;
    color: #1eb697;
    border: solid 1px;
    border-radius: 0.5rem;
    padding: 0.9375rem 1.875rem;
}

.recharge_amounts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.recharge_amount_item {
    display: flex;
    flex-direction: column;
    row-gap: 0.625rem;
    align-items: center;
    background-color: #383737;
    border-radius: 0.375rem;
    padding-bottom: 0.625rem;
    cursor: pointer;
}

.amount_item_label{
    align-self: start;
    font-size: 0.75rem;
    font-weight: 500;
    color: #000;
    padding: 0.1875rem 0.5rem;
    background-color: #1eb697;
    border-radius: 0.375rem 0 0.375rem 0;
}

.amount_item_label_no {
    height: 1.2375rem;
}

.recharge_amount_item .amount {
    font-size: 1.125rem;
}

.recharge_amount_item .price {
    color: #1eb697;
    font-size: 0.875rem;
    font-weight: 600;
}

.recharge_origin_price {
    color: #888888;
    font-size: 0.75rem;
    /* margin-top: -0.5rem; */
    text-decoration: line-through;
}

.payment_methods {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.payment_methods_items {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.625rem;
    height: 3.75rem;
    cursor: pointer;
    background-color: #383737;
    border-radius: 0.375rem;
}

.payment_methods_items > .item_icon {
    width: 1.25rem;
    height: 1.25rem;
}

.payment_methods_items > .item_label {
    font-size: 0.875rem;
    color: #bcbcbc;
}

.recharge_amount_item.is-active,
.payment_methods_items.is-active {
    outline: 1px solid #1eb697;
    background-color: transparent;
}

.recharge_secondary_title {
    font-size: 1.125rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.recharge_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1eb697;
    height: 3.125rem;
    border-radius: 0.5rem;
    margin-block: 2.5rem;
    cursor: pointer;
    font-size: 0.875rem;
    color: #fff;
}

.recharge_tips .recharge_tips_list {
    display: flex;
    flex-direction: column;
    color: #bcbcbc;
    font-size: 0.875rem;
    line-height: 1.4;
}

.recharge_tips .recharge_tips_list .text-html {
    white-space: pre-line;
}

/* 充值中心 end */

/* 支付记录 start */
.recharge_records_container {
    margin: 1.875rem 0;
}

.recharge_records_nodata {
    width: 100%;
    padding: 8rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.recharge_records_nodata img {
    width: 5rem;
    height: 5rem;
}

.recharge_records_nodata > p {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.8rem;
    color: #b8bcc6;
}

.recharge_records_item {
    padding: 1.25rem 1.875rem;
    background-color: #383737;
    border-radius: 0.375rem;
}

.recharge_records_item + .recharge_records_item {
    margin-top: 1.25rem;
}

.recharge_records_item_title {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #444;
    color: #bcbcbc;
    font-size: 0.875rem;
}

.recharge_records_item_title > .copy {
    width: 1rem;
    height: 1rem;
    margin-left: 0.625rem;
    cursor: pointer;
}

.recharge_records_item_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 1rem;
    font-weight: 600;
}

.recharge_records_item_status {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
}

/* //0-未支付2-支付中3-支付完成99-交易失败 */
.recharge_records_item_status .item_status_0 {
    color: #888888;
}
.recharge_records_item_status .item_status_2 {
    color: #f79004;
}
.recharge_records_item_status .item_status_3 {
    color: #1abc9d;
}
.recharge_records_item_status .item_status_99 {
    color: #ff0000;
}
/* 支付记录 end */

/* 我的AI start*/
.mine-ai-container .ai-page-title {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}

.mine-ai-container .ai-tabs {
    display: flex;
    gap: 0.8rem;
    border-bottom: 1px solid #444;
}

.mine-ai-container .ai-tabs>a {
    color: #fff;
}

.mine-ai-container .ai-tabs .ai-tab {
    height: 3rem;
    line-height: 3rem;
    padding: 0 0.6rem;
    font-size: 1.1rem;
}

.mine-ai-container .ai-tabs .ai-tab.active {
    color: #1abc9d;
    border-bottom: 2px solid #1abc9d;
}

.mine-ai-container .ai-status-btn-group {
    display: flex;
    align-items: stretch;
    height: 1.5rem;
    width: fit-content;
    border-radius: 0.2rem;
    margin-top: 1.5rem;
}

.mine-ai-container .ai-status-btn-group>a {
    color: #fff
}

.mine-ai-container .ai-status {
    line-height: 2.4rem;
    font-weight: 500;
    padding: 0 0.8rem;
    color: #bcbcbc;
    font-size: 1rem;
    border-radius: 1rem;
}

.mine-ai-container .ai-status.active {
    background-color: #403e3e;
    color: #fff
}

.mine-ai-container .ai-list-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}
.mine-ai-container .ai-list-wrap.novel-wrap .novel-card{
    position: relative;
    aspect-ratio: unset;
    height: 13.6rem;
}
.mine-ai-container .ai-list-item {
    margin-bottom: 2rem;
    width: calc(33.33% - 1rem);
}

.mine-ai-container .ai-list-item-card {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.mine-ai-container .ai-list-item-cover {
    position: relative;
    width: 100%;
    height: 100%;
}
.mine-ai-container .ai-list-item-filter-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, 0.6);
}


.mine-ai-container .ai-list-item-cover .ai-list-item-cover-process {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
}
.mine-ai-container .ai-list-item-cover img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.mine-ai-container .ai-list-item-cover img.zoom-img {
    aspect-ratio: unset;
}
.mine-ai-container .ai-list-item-cover .ai-video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3.5rem;
    background-image: url('/usr/themes/Mirages/images/ai/video_play_icon.png');
    background-size: cover;
    aspect-ratio: 1;
    z-index: 2;
    cursor: pointer;
}


.mine-ai-container .ai-list-item-video-payer-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    background: rgba(0, 0, 0, .5);
    border-radius: 1.2rem;
}

.mine-ai-container .ai-list-item-cover-save {
    color: #fff;
    width: 12.5rem;
    height: 3rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #1abc9d;
    border-radius: 0.5rem;
    text-align: center;
    margin: 1rem auto 0 auto;
    cursor: pointer;
}

.mine-ai-container .ai-list-item-date {
    margin-top: 0.6rem;
    text-align: center;
    color: #bcbcbc;
    font-size: 1rem;
    font-weight: 500;
}

.mine-ai-container .ai-list-item-error {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.6rem;
    text-align: center;
    color: #ff0000;
}

.mine-ai-container .display-none {
    display: none;
}

.mine-ai-container .novel-card {
    width: 100%;
    aspect-ratio: 1;
    background: #383737;
}

.mine-ai-container .ai-list-item-novel {
    width: 100%;
    height: 13rem;
    box-sizing: border-box;
    border-radius: 1rem;
    padding: 0.8rem;
    font-size: 1rem;
    color: #bcbcbc;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.mine-ai-container .ai-novel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #444;
}
.mine-ai-container .is-pc{
    display: block;
}
.mine-ai-container .is-mobile{
    display: none;
}
.mine-ai-container .ai-novel-copy-btn {
    width: 6rem;
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    color: #1eb697;
    font-size: 1rem;
    border: 1px solid #1eb697;
    border-radius: 0.5rem;
    cursor: pointer;
}
.mine-ai-container .ai-novel-title {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 500;
}
.mine-ai-container .ai-novel-date {
    font-size: 1rem;
    color: #bcbcbc;
    font-weight: 500;
    margin-top: 1rem;
}
.mine-ai-container .ai-novel-content-text {
    white-space: pre-wrap;
    color: #bcbcbc;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
}
.ai-list-no-data{
    width: 100%;
    padding: 8rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ai-list-no-data img{
    width: 5rem;
    height: 5rem;
}
.ai-list-no-data p{
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.8rem;
    color: #b8bcc6;
}
.ai-list-loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 23.5rem;
    text-align: center;
    margin-top: 1rem;
}
.ai-list-loading-container > span {
    margin-top: 1rem;
}
.ai-list-loading-container > img {
    width: 5rem;
}
/* 我的AI end*/
/* AI绘画 start*/
.ai-draw-create-container .ai-create-options {
    margin-top: 1.2rem;
}

.ai-draw-create-container .ai-create-property {
    margin-top: 1.2rem;
}

.ai-draw-create-container .ai-create-property.hidden {
    display: none;
}

.ai-draw-create-container .ai-create-property-label {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0.325rem;
}
.ai-draw-create-container .ai-create-property-label.expert-mode {
    margin-top: 1.2rem;
}

.ai-draw-create-container .ai-create-property-options {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem
}

.ai-draw-create-container .ai-create-property[field-key="style"] .ai-create-property-options  {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
}

@media (max-width: 576px) {
    .ai-draw-create-container .ai-create-property[field-key="style"] .ai-create-property-options  {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .ai-list-loading-container {
        height: 15rem;
    }
}

@media(min-width: 577px) and (max-width: 768px) {
    .ai-draw-create-container .ai-create-property[field-key="style"] .ai-create-property-options  {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

.ai-draw-create-container .ai-create-property-options-item {
    min-width: 5rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    padding: 0 0.5rem;
    border: solid 0.08rem #5e5c5c;
    border-radius: 0.25rem;
    font-size: 0.8rem;
    color: #bcbcbc;
    cursor: pointer;
}

.ai-draw-create-container .ai-create-property-options-item.active {
    color: #1abc9d;
    border-color: #1abc9d;
}


.ai-draw-create-container .ai-create-property-options-item.with_bg {
    position: relative;
    width: 5rem;
    height: 5rem;
    border: none;
    border-radius: 0.5rem;
}

.ai-draw-create-container .ai-create-property-options-item.with_bg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
}


.ai-draw-create-container .ai-create-property-options-item.with_bg span {
    position: absolute;
    width: 100%;
    bottom: 0.5rem;
    left: 0;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 500;
}

.ai-draw-create-container .ai-create-property-options-item.active.with_bg {
    border: 1px solid #1abc9d;
}

.ai-draw-create-container .ai-create-property-options-item.active.with_bg:after {
    content: '';
    display: block;
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    width: 1rem;
    height: 1rem;
    background: url('/usr/themes/Mirages/images/checked-icon.png') no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

.ai-draw-create-container .ai-create-property-options-box {
    width: 5rem;
}

.ai-draw-create-container .ai-create-property-options-outline {
    width: 5rem;
    height: 5rem;
    background-color: rgba(26, 188, 157, 0.1);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ai-draw-create-container .ai-create-property-options-box:first-child .ai-create-property-options-inner {
    width: 30%;
    height: 40%;
    background: #1abc9d80 50%;
}
.ai-draw-create-container .ai-create-property-options-box:nth-child(2) .ai-create-property-options-inner {
    width: 40%;
    height: 40%;
    background: #1abc9d80 50%;
}
.ai-draw-create-container .ai-create-property-options-box:last-child .ai-create-property-options-inner {
    width: 40%;
    height: 60%;
    background: #1abc9d80 50%;
}

.ai-draw-create-container .ai-create-property-options-text-bottom {
    text-align: center;
    margin-top: 0.8rem;
    font-size: 0.8rem;
    color: #bcbcbc;
}

.ai-draw-create-container .ai-create-property-options-box.active .ai-create-property-options-outline {
    border: 1px solid #1abc9d;
}

.ai-draw-create-container .ai-create-property-options-box.active .ai-create-property-options-text-bottom {
    color: #1abc9d;
    font-size: 0.8rem;
}
.ai-draw-create-container .ai-create-property-textarea {
    width: 100%;
    height: 8rem;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #5e5c5c;
    border-radius: 1rem;
}
.ai-draw-create-container .ai-create-property-textarea textarea {
    background: transparent;
    border: none;
    height: 100%;
    width: 100%;
    color: #fff;
}
.ai-draw-create-container .ai-create-property-textarea textarea::placeholder {
    color: #bcbcbc;
    font-size: 0.8rem;
}

.ai-draw-create-container .ai-create-btn-submit{
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background: #1abc9d;
    color: #ffffff;
    transition: opacity 0.15s ease;
    font-size: 0.9rem;
    border-radius: 0.3rem;
    margin: 1rem 0;
    cursor: pointer;
}
.ai-draw-create-container .ai-create-btn-submit:hover{
    opacity: 0.8;
}
/* AI绘画 end */
/* AI小说 start*/
#wst-novel-container {
    padding: 1rem 0;
}

.wst-novel-title {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
}

.wst-form-item {
    margin-bottom: 0.935rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
}

.wst-novel-form-label {
    margin-bottom: 0.325rem;
    color: #fff;
    font-weight: 500;
}
.wst-novel-form-content .van-field{
    padding: 0;
    background: transparent;
}
.wst-novel-form-content .van-field input,
.wst-novel-form-content textarea,
.wst-novel-form-content input {
    width: 100%;
    background: transparent;
    border-radius: 0.25rem;
    color: #fff;
    padding: 0.75rem 0.5rem;
    border: solid 1px #5e5c5c;
    text-align: left;
}
.wst-novel-form-content textarea {
    resize: vertical;
    overflow-y: auto;
    height: 5rem;
}
.wst-novel-form-content .van-field input {
    padding: 0.5rem;
}
.wst-novel-form-content .van-field input::placeholder{
    color: #bcbcbc;
}

.wst-novel-btn {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background: #1abc9d;
    color: #ffffff;
    transition: opacity 0.15s
    ease;
    font-size: 0.9rem;
    border-radius: 0.3rem;
    margin: 1rem 0;
    cursor: pointer;
}
/* AI小说 end*/
/* hang AI入口列表 start */
.ai-entry-list-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.75rem;
    padding-top: 1.5rem;
}
/* <!— 1203xf 回归测试 start --!> */
.ai-entry-list-section .thumb {
    background: transparent;
    border-radius: 0.4rem;
    place-items: center;
    font-size: 0.9rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: transform 0.15s ease;
    cursor: pointer;
    height: 15.625rem;
}

.ai-entry-list-section .thumb .img {
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
    display: block;
    cursor: pointer;
    object-fit: cover;
}

@media (max-width:768px) {
    .ai-entry-list-section .thumb {
        height: 10.5rem;
    }
}
/* <!— 1203xf 回归测试 end --!> */
.ai-entry-list-section .caption {
    padding: 0.3rem 0;
    font-size: 0.9rem;
    bottom: 1rem;
    color: #fff;
    text-align: center;
}

.ai-entry-list-section .card:hover .thumb {
    transform: translateY(-2px);
}

/* hang AI入口列表 end */

/* AI图片换脸列表 start */
.image-ai-change-section {
    padding-top: 1rem;
}

.image-ai-change-section .card-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
    gap: 1rem;
}

.image-ai-change-section .card-list li {
    list-style: none;
    transition: transform 0.15s ease;
    overflow: hidden;
}

.image-ai-change-section .card-list li:hover {
    transform: translateY(-2px);
}

.image-ai-change-section .thumb {
    position: relative;
    cursor: pointer;
    width: 10.8rem;
    max-width: 100%;
    height: 14.75rem;
}

.image-ai-change-section .img {
    width: 10.8rem;
    max-width: 100%;
    height: 14.75rem;
    border-radius: 0.2rem;
    display: block;
    cursor: pointer;
    object-fit: cover;
}

.image-ai-change-section .caption {
    width: 10.8rem;
    padding: 0.3rem 0;
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
}

/* AI图片换脸列表 end */

/* AI图片换脸创建 start */
.image-ai-create-layout {
    padding: 1rem 0;
    font-family: PingFangSC;
}
.image-ai-create-layout .is-pc{
    display: none;
}
.image-ai-create-layout .title {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.image-ai-create-layout .upload-container {
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
}

.image-ai-create-layout .upload-container .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.image-ai-create-layout .upload-container article {
    width: 12rem;
    height: 12rem;
}
.image-ai-create-layout .upload-container .item .img{
    width: 12rem;
    height: 12rem;
    border-radius: 0.2rem;
    display: block;
    object-fit: cover;
}
.image-ai-create-layout .upload-container .item .img.zoom-img{
    width: 60vw;
    height: auto;
}

.image-ai-create-layout .upload-input-out{
    width: 100%;
    height: 15rem;
    position: relative;
    background: #383737;
}
.image-ai-create-layout .upload-input-out .upload-tips-div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem 0;
}
.image-ai-create-layout .upload-input-out .upload-icon{
    width: 3rem;
    height: 3rem;
}
.image-ai-create-layout .upload-input-out .upload-tips {
    font-size: 0.8rem;
    color: #bcbcbc;
}
.image-ai-create-layout .upload-input-out input[type=file]{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}
.image-ai-create-layout .van-uploader .van-uploader__preview{
    position: relative;
    margin: 0;
}
.image-ai-create-layout .van-uploader,
.image-ai-create-layout .van-uploader .van-uploader__wrapper,
.image-ai-create-layout .van-uploader .van-uploader__preview,
.image-ai-create-layout .van-uploader__input-wrapper,
.image-ai-create-layout .van-uploader__preview-image {
    width: 100%;
    height: 100%;
}

.image-ai-create-layout .van-uploader__preview-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.image-ai-create-layout .van-uploader__preview-delete--shadow {
    width: 2rem;
    height: 2rem;
}

.image-ai-create-layout .van-uploader__preview-delete-icon {
    font-size: 2rem;
}
.image-ai-create-layout .van-uploader__preview-delete--shadow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 1rem;
    height: 1rem;
}

.image-ai-create-layout .van-uploader__preview-delete-icon {
    font-size: 1rem;
}
.image-ai-create-layout .notice-part {
    font-size: 0.7rem;
    padding: 1rem 0;
    color: #bcbcbc;
}
.image-ai-create-layout .notices.is-pc{
    display: none;
}
.image-ai-create-layout .notices{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #959595;
    padding: 1rem;
    box-sizing: border-box;
}
.image-ai-create-layout .notices.is-mobile {
    display: flex;
}

.image-ai-create-layout .notice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem 0;
}

.image-ai-create-layout .notice img {
    width: 4rem;
    height: 4rem;
}
.image-ai-create-layout .cost-btn{
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background: #1abc9d;
    color: #ffffff;
    transition: opacity 0.15s ease;
    font-size: 0.9rem;
    border-radius: 0.3rem;
    margin: 1rem 0;
    cursor: pointer;
}
.image-ai-create-layout .cost-btn:hover{
    opacity: 0.8;
}
/* AI图片换脸创建 end */

/* AI视频换脸列表 start */
.video-ai-change-section {
    padding-top: 1rem;
}

.video-ai-change-section .card-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
    gap: 1rem;
}

.video-ai-change-section .card-list li {
    list-style: none;
    transition: transform 0.15s ease;
    overflow: hidden;
}

.video-ai-change-section .card-list li:hover {
    transform: translateY(-2px);
}

.video-ai-change-section .thumb {
    position: relative;
    cursor: pointer;
    width: 10.8rem;
    max-width: 100%;
    height: 14.75rem;
}

.video-ai-change-section .img {
    width: 10.8rem;
    max-width: 100%;
    height: 14.75rem;
    border-radius: 0.2rem;
    display: block;
    cursor: pointer;
    object-fit: cover;
}

.video-ai-change-section .caption {
    padding: 0.3rem 0;
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    width: 10.8rem;
    max-width: 100%;
}

.video-ai-change-section .modal-container-dplayer {
    max-width: 100%;
    width: 100%;
    height: 70vh;
}
.video-ai-change-section .ai-video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4.4rem;
    background-image: url('/usr/themes/Mirages/images/ai/video_play_icon.png');
    background-size: cover;
    aspect-ratio: 1;
    z-index: 2;
    cursor: pointer;
}

/* AI视频换脸列表 end */

/* AI视频换脸创建 start */
.video-ai-create-layout {
    padding: 1rem 0;
    font-family: PingFangSC;
}
.video-ai-create-layout .is-pc{
    display: none;
}
.video-ai-create-layout .title {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.video-ai-create-layout .upload-container {
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
}

.video-ai-create-layout .upload-container .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.video-ai-create-layout .upload-container .item .thumb {
    position: relative;
    width: 12rem;
    height: 12rem;
}
.video-ai-create-layout .upload-container .item .img{
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    display: block;
    object-fit: cover;
}

.video-ai-create-layout .upload-input-out{
    width: 100%;
    height: 15rem;
    position: relative;
    background: #383737;
}
.video-ai-create-layout .upload-input-out .upload-tips-div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem 0;
}
.video-ai-create-layout .upload-input-out .upload-icon{
    width: 3rem;
    height: 3rem;
}
.video-ai-create-layout .upload-input-out .upload-tips {
    font-size: 0.8rem;
    color: #bcbcbc;
}
.video-ai-create-layout .upload-input-out input[type=file]{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

.video-ai-create-layout .notice-part {
    font-size: 0.7rem;
    padding: 1rem 0;
    color: #bcbcbc;
}
.video-ai-create-layout .notices.is-pc{
    display: none;
}
.video-ai-create-layout .notices{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #959595;
    padding: 1rem;
    box-sizing: border-box;
}
.video-ai-create-layout .notices.is-mobile {
    display: flex;
}

.video-ai-create-layout .notice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem 0;
}

.video-ai-create-layout .notice img {
    width: 4rem;
    height: 4rem;
}
.video-ai-create-layout .cost-btn{
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background: #1abc9d;
    color: #ffffff;
    transition: opacity 0.15s ease;
    font-size: 0.9rem;
    border-radius: 0.3rem;
    margin: 1rem 0;
    cursor: pointer;
}
.video-ai-create-layout .cost-btn:hover{
    opacity: 0.8;
}
.video-ai-create-layout .van-uploader .van-uploader__preview{
    position: relative;
    margin: 0;
}
.video-ai-create-layout .van-uploader,
.video-ai-create-layout .van-uploader .van-uploader__wrapper,
.video-ai-create-layout .van-uploader .van-uploader__preview,
.video-ai-create-layout .van-uploader__input-wrapper,
.video-ai-create-layout .van-uploader__preview-image {
    width: 100%;
    height: 100%;
}

.video-ai-create-layout .van-uploader__preview-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.video-ai-create-layout .van-uploader__preview-delete--shadow {
    width: 2rem;
    height: 2rem;
}

.video-ai-create-layout .van-uploader__preview-delete-icon {
    font-size: 2rem;
}
.video-ai-create-layout .van-uploader__preview-delete--shadow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 1rem;
    height: 1rem;
}

.video-ai-create-layout .van-uploader__preview-delete-icon {
    font-size: 1rem;
}
.video-ai-create-layout .modal-container-dplayer {
    max-width: 100%;
    width: 100%;
    height: 70vh;
}
.video-ai-create-layout .ai-video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4.4rem;
    background-image: url('/usr/themes/Mirages/images/ai/video_play_icon.png');
    background-size: cover;
    aspect-ratio: 1;
    z-index: 2;
    cursor: pointer;
}
/* AI视频换脸创建 end */

/* AI图生视频列表 start */
.image-to-video-ai-section {
    padding-top: 1rem;
}

.image-to-video-ai-section .card-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    overflow: hidden;
}

.image-to-video-ai-section .card-list li {
    list-style: none;
    transition: transform 0.15s ease;
    overflow: hidden;
}

.image-to-video-ai-section .card-list li:hover {
    transform: translateY(-2px);
}

.image-to-video-ai-section .thumb {
    position: relative;
    cursor: pointer;
    width: 10.8rem;
    max-width: 100%;
    height: 14.75rem;
}

.image-to-video-ai-section .img {
    width: 10.8rem;
    max-width: 100%;
    height: 14.75rem;
    border-radius: 0.2rem;
    display: block;
    cursor: pointer;
    object-fit: cover;
}

.image-to-video-ai-section .caption {
    padding: 0.3rem 0;
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    width: 10.8rem;
    max-width: 100%;
}

.image-to-video-ai-section .modal-container-dplayer {
    max-width: 100%;
    width: 100%;
    height: 70vh;
}
.image-to-video-ai-section .ai-video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4.4rem;
    background-image: url('/usr/themes/Mirages/images/ai/video_play_icon.png');
    background-size: cover;
    aspect-ratio: 1;
    z-index: 2;
    cursor: pointer;
}
/* AI图生视频列表 end */

/* AI图生视频创建 start */
.image-to-video-create-layout {
    padding: 1rem 0;
    font-family: PingFangSC;
}

.image-to-video-create-layout .is-pc {
    display: none;
}

.image-to-video-create-layout .title {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.image-to-video-create-layout .upload-container {
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
}

.image-to-video-create-layout .upload-container .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.image-to-video-create-layout .upload-container .item .thumb {
    position: relative;
    width: 12rem;
    height: 12rem;
}

.image-to-video-create-layout .upload-container .item .img {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    display: block;
    object-fit: cover;
}

.image-to-video-create-layout .upload-input-out {
    width: 100%;
    height: 15rem;
    position: relative;
    background: #383737;
}

.image-to-video-create-layout .upload-input-out .upload-tips-div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem 0;
}

.image-to-video-create-layout .upload-input-out .upload-icon {
    width: 3rem;
    height: 3rem;
}

.image-to-video-create-layout .upload-input-out .upload-tips {
    font-size: 0.8rem;
    color: #bcbcbc;
}

.image-to-video-create-layout .upload-input-out input[type=file] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}

.image-to-video-create-layout .van-uploader .van-uploader__preview {
    position: relative;
    margin: 0;
}

.image-to-video-create-layout .van-uploader,
.image-to-video-create-layout .van-uploader .van-uploader__wrapper,
.image-to-video-create-layout .van-uploader .van-uploader__preview,
.image-to-video-create-layout .van-uploader__input-wrapper,
.image-to-video-create-layout .van-uploader__preview-image {
    width: 100%;
    height: 100%;
}

.image-to-video-create-layout .van-uploader__preview-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.image-to-video-create-layout .van-uploader__preview-delete--shadow {
    width: 2rem;
    height: 2rem;
}

.image-to-video-create-layout .van-uploader__preview-delete-icon {
    font-size: 2rem;
}

.image-to-video-create-layout .van-uploader__preview-delete--shadow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 1rem;
    height: 1rem;
}

.image-to-video-create-layout .van-uploader__preview-delete-icon {
    font-size: 1rem;
}

.image-to-video-create-layout .modal-container-dplayer {
    max-width: 100%;
    width: 100%;
    height: 70vh;
}

.image-to-video-create-layout .notice-part {
    font-size: 0.7rem;
    padding: 1rem 0;
    color: #bcbcbc;
}

.image-to-video-create-layout .notices.is-pc {
    display: none;
}

.image-to-video-create-layout .notices {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #959595;
    padding: 1rem;
    box-sizing: border-box;
}

.image-to-video-create-layout .notices.is-mobile {
    display: flex;
}

.image-to-video-create-layout .notice {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem 0;
}

.image-to-video-create-layout .notice img {
    width: 4rem;
    height: 4rem;
}

.image-to-video-create-layout .cost-btn {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background: #1abc9d;
    color: #ffffff;
    transition: opacity 0.15s ease;
    font-size: 0.9rem;
    border-radius: 0.3rem;
    margin: 1rem 0;
    cursor: pointer;
}

.image-to-video-create-layout .cost-btn:hover {
    opacity: 0.8;
}

.image-to-video-create-layout .ai-video-play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4.4rem;
    background-image: url('/usr/themes/Mirages/images/ai/video_play_icon.png');
    background-size: cover;
    aspect-ratio: 1;
    z-index: 2;
    cursor: pointer;
}
/* AI图生视频创建 end */

/* AI脱衣创建 start */
.clothes-ai-create-layout{
    padding-top: 1rem;
}
.clothes-ai-create-layout .title {
    font-size: 0.9rem;
    color: #ffffff;
}
.clothes-ai-create-layout .type-box{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    flex-wrap: wrap;
    width: 100%;
    padding-top: 1rem;
    gap: 0.5rem;
}
.clothes-ai-create-layout .type-item{
    position: relative;
    width: 100%;
    height: 8rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
/* 1203xf 回归测试 start */
.clothes-ai-create-layout .type-item .img{
    width:100%;
    height: 100%;
    display: block;
    border-radius: 0.2rem;
    object-fit: cover;
}
/* 1203xf 回归测试 end */
.clothes-ai-create-layout .type-item p{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    text-align: center;
    font-size: 0.8rem;
    padding: 0.6rem 0;
    color: #ffffff;
    border-radius: 0.2rem;
}
.clothes-ai-create-layout .type-item:after{
    content: "";
    width: 100%;
    height: 30%;
    border-radius: 0.2rem;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.5) 50%,rgba(0, 0, 0, 0.8) 100%);
}
.clothes-ai-create-layout .type-item .icon{
    display: none;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}
.clothes-ai-create-layout .type-item.active{
    border: 1px solid #1abc9d;
}
.clothes-ai-create-layout .type-item.active .icon{
    display: block;
}
.clothes-ai-create-layout .upload-input-out{
    width: 100%;
    height: 8rem;
    margin-top: 1.5rem;
    position: relative;
    background: #383737;
}
.clothes-ai-create-layout .upload-input-out .upload-tips-div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem 0;
}
.clothes-ai-create-layout .upload-input-out input[type=file]{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}
.clothes-ai-create-layout .van-uploader .van-uploader__preview{
    position: relative;
    margin: 0;
}
.clothes-ai-create-layout .van-uploader,
.clothes-ai-create-layout .van-uploader .van-uploader__wrapper,
.clothes-ai-create-layout .van-uploader .van-uploader__preview,
.clothes-ai-create-layout .van-uploader__input-wrapper,
.clothes-ai-create-layout .van-uploader__preview-image {
    width: 100%;
    height: 100%;
}

.clothes-ai-create-layout .van-uploader__preview-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.clothes-ai-create-layout .van-uploader__preview-delete--shadow {
    width: 2rem;
    height: 2rem;
}

.clothes-ai-create-layout .van-uploader__preview-delete-icon {
    font-size: 2rem;
}
.clothes-ai-create-layout .van-uploader__preview-delete--shadow {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 1rem;
    height: 1rem;
}

.clothes-ai-create-layout .van-uploader__preview-delete-icon {
    font-size: 1rem;
}
.clothes-ai-create-layout .modal-container-dplayer {
    max-width: 100%;
    width: 100%;
    height: 70vh;
}
.clothes-ai-create-layout .upload-input-out .upload-icon{
    width: 3rem;
    height: 3rem;
}
.clothes-ai-create-layout .upload-input-out .upload-tips {
    font-size: 0.8rem;
    color: #bcbcbc;
    text-align: center;
}
.clothes-ai-create-layout .demo-tips{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem 0;
    margin-top: 1.5rem;
}
.clothes-ai-create-layout .demo-tips img{
    width: 12rem;
    height: 12rem;
    display: block;
    border-radius: 0.2rem;
}
.clothes-ai-create-layout .notice-part {
    font-size: 0.7rem;
    color: #bcbcbc;
    width: 100%;
}
.clothes-ai-create-layout .cost-btn{
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background: #1abc9d;
    color: #ffffff;
    transition: opacity 0.15s ease;
    font-size: 0.9rem;
    border-radius: 0.3rem;
    margin: 1.5rem 0;
    cursor: pointer;
}
.clothes-ai-create-layout .cost-btn:hover{
    opacity: 0.8;
}

/* AI脱衣创建 end */

/* pc: rem = px/16 */
@media (min-width: 768px) {
    /* AI小说 start */
    .wst-novel-title {
        display: none;
    }

    .wst-form-item {
        margin-bottom: 1.75rem;
        font-size: 0.8rem;
        line-height: 0.875rem;
    }

    .wst-novel-form-label {
        margin-bottom: 0.75rem;
    }

    .wst-novel-form-content .van-field input,
    .wst-novel-form-content textarea,
    .wst-novel-form-content input {
        padding: 1.11rem;
        border-color: #979797;
        text-align: left;
    }
    .wst-novel-form-content textarea {
        height: 6.5rem;
    }
    .wst-novel-form-content .van-field input{
        padding: 0.9375rem;
    }
    /* AI小说 end */

    /* hang AI列表 start */
    .ai-entry-list-section {
        grid-template-columns: repeat(3, 1fr);
    }
    /* hang AI列表 end */
    /* hang AI换脸列表 start */
    .image-ai-change-section .card-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .image-ai-change-section .caption {
        padding: 0.5rem 0;
        color: #bcbcbc;
        width: 13.458rem;
    }

    .image-ai-change-section .thumb {
        position: relative;
        cursor: pointer;
        width: 13.458rem;
        height: 19.046rem;
    }
    .image-ai-change-section .thumb .img {
        width: 13.458rem;
        height: 19.046rem;
    }

    /* hang AI换脸列表 end */

    /* AI图片换脸创建 start */
    .image-ai-create-layout .is-pc{
        display: block;
    }
    .image-ai-create-layout .is-mobile{
        display: none;
    }
    .image-ai-create-layout .title{
        margin-bottom: 1rem;
    }
    .image-ai-create-layout .upload-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0 1rem;
    }
    .image-ai-create-layout .upload-container .item:nth-child(1) {
        width: 17rem;
        height: 17rem;
        flex-shrink: 0;
        position: relative;
    }
    .image-ai-create-layout .upload-container article {
        width: 17rem;
        height: 17rem;
    }
    .image-ai-create-layout .upload-container .mask {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 7rem;
        opacity: 0.7;
        background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.5) 50%,rgba(0, 0, 0, 0.8) 100%);
    }
    .image-ai-create-layout .upload-container .item:nth-child(1) .title {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        text-align: center;
    }
    .image-ai-create-layout .upload-container .item:nth-child(2) {
        flex: 1;
    }
    .image-ai-create-layout .upload-container .item .img{
        width: 17rem;
        height: 17rem;
        display: block;
    }
    .image-ai-create-layout .upload-container .upload-input-out{
        height: 17rem;
    }
    .image-ai-create-layout .line {
        width: 100%;
        height: 1px;
        background-color: #444444;
        margin-top: 1.5rem;
    }
    .image-ai-create-layout .notices.is-mobile{
        display: none;
    }
    .image-ai-create-layout .notices.is-pc{
        display: flex;
        justify-content: space-around;
    }
    /* AI图片换脸创建 end */

    /* AI视频换脸列表 start */
    .video-ai-change-section .card-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .video-ai-change-section .caption {
        padding: 0.5rem 0;
        color: #bcbcbc;
        width: 13.458rem;
        text-align: center;
    }

    .video-ai-change-section .thumb {
        position: relative;
        cursor: pointer;
        width: 13.458rem;
        height: 19.046rem;
    }
    .video-ai-change-section .thumb .img {
        width: 13.458rem;
        height: 19.046rem;
    }
    .video-ai-change-section .modal-container-dplayer {
        max-width: 90%;
        width: 90%;
        height: 70vh;
    }
    .video-ai-change-section .ai-video-play-icon {
        width: 2.6rem;
    }
    /* AI视频换脸列表 end */

    /* AI视频换脸创建 start */
    .video-ai-create-layout .is-pc{
        display: block;
    }
    .video-ai-create-layout .is-mobile{
        display: none;
    }
    .video-ai-create-layout .title{
        margin-bottom: 1rem;
    }
    .video-ai-create-layout .upload-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0 1rem;
    }
    .video-ai-create-layout .upload-container .item:nth-child(1) {
        width: 17rem;
        height: 17rem;
        flex-shrink: 0;
        position: relative;
    }
    .video-ai-create-layout .upload-container .mask {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 7rem;
        opacity: 0.7;
        background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.5) 50%,rgba(0, 0, 0, 0.8) 100%);
    }
    .video-ai-create-layout .upload-container .item:nth-child(1) .title {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        text-align: center;
    }
    .video-ai-create-layout .upload-container .item:nth-child(2) {
        flex: 1;
    }
    .video-ai-create-layout .upload-container .item .thumb {
        width: 17rem;
        height: 17rem;
    }
    .video-ai-create-layout .upload-container .upload-input-out{
        height: 17rem;
    }
    .video-ai-create-layout .line {
        width: 100%;
        height: 1px;
        background-color: #444444;
        margin-top: 1rem;
    }
    .video-ai-create-layout .notices.is-mobile{
        display: none;
    }
    .video-ai-create-layout .notices.is-pc{
        display: flex;
        justify-content: space-around;
    }
    .video-ai-create-layout .modal-container-dplayer {
        max-width: 90%;
        width: 90%;
        height: 70vh;
    }
    .video-ai-create-layout .ai-video-play-icon {
        width: 2.6rem;
    }
    /* AI视频换脸创建 end */

    /* AI图生视频列表 start */
    .image-to-video-ai-section .card-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .image-to-video-ai-section .caption {
        padding: 0.5rem 0;
        color: #bcbcbc;
        width: 13.458rem;
    }

    .image-to-video-ai-section .thumb {
        position: relative;
        cursor: pointer;
        width: 13.458rem;
        height: 19.046rem;
    }
    .image-to-video-ai-section .thumb .img {
        width: 13.458rem;
        height: 19.046rem;
    }
    .image-to-video-ai-section .modal-container-dplayer {
        max-width: 90%;
        width: 90%;
        height: 70vh;
    }
    .image-to-video-ai-section .ai-video-play-icon {
        width: 2.6rem;
    }
    /* AI图生视频列表 end */

    /* AI图生视频创建 start */
    .image-to-video-create-layout .is-pc {
        display: block;
    }

    .image-to-video-create-layout .is-mobile {
        display: none;
    }

    .image-to-video-create-layout .title {
        margin-bottom: 1rem;
    }

    .image-to-video-create-layout .upload-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0 1rem;
    }

    .image-to-video-create-layout .upload-container .item:nth-child(1) {
        width: 17rem;
        height: 17rem;
        flex-shrink: 0;
        position: relative;
    }

    .image-to-video-create-layout .upload-container .mask {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 7rem;
        opacity: 0.7;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
    }

    .image-to-video-create-layout .upload-container .item:nth-child(1) .title {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        text-align: center;
    }

    .image-to-video-create-layout .upload-container .item:nth-child(2) {
        flex: 1;
    }

    .image-to-video-create-layout .upload-container .item .thumb {
        width: 17rem;
        height: 17rem;
    }

    .image-to-video-create-layout .upload-container .upload-input-out {
        height: 17rem;
    }

    .image-to-video-create-layout .line {
        width: 100%;
        height: 1px;
        background-color: #444444;
        margin-top: 1rem;
    }

    .image-to-video-create-layout .notices.is-mobile {
        display: none;
    }

    .image-to-video-create-layout .notices.is-pc {
        display: flex;
        justify-content: space-around;
    }

    .image-to-video-create-layout .modal-container-dplayer {
        max-width: 90%;
        width: 90%;
        height: 70vh;
    }

    .image-to-video-create-layout .ai-video-play-icon {
        width: 2.6rem;
    }
    /* AI图生视频创建 end */

    /* AI脱衣创建 start */
    .clothes-ai-create-layout .title {
        color: #bcbcbc;
    }
    .clothes-ai-create-layout .type-item{
        height: 15rem;
    }
    .clothes-ai-create-layout .demo-tips{
        flex-direction: row;
        gap: 0 1rem;
        justify-content: space-between;
        align-items: flex-start;
    }
    .clothes-ai-create-layout .demo-tips img{
        width: 317px;
        height: 317px;
        display: block;
        flex-shrink: 0;
    }
    .clothes-ai-create-layout .notice-part {
        flex: 1;
        font-size: 0.8rem;
    }
    .clothes-ai-create-layout .type-box {
        gap: 1rem;
    }
    .clothes-ai-create-layout .upload-input-out{
        height: 11.11rem;
    }
    /* AI脱衣创建 end */
    .ai-draw-create-container .ai-create-property-label {
        margin-bottom: 0.6rem;
    }
}


/* AI 头部样式 start*/
.ai-header-section {
    display: none !important;
}
/* 1203xf 回归测试 start */
.mine-ai-container,
.ai-tech-container {
    padding-block: 3.125rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
/* 1203xf 回归测试 end */

.ai-header-background {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 1;
    transition: 1s ease opacity;
}

@media screen and (min-width: 2400px) {
    .ai-header-section {
        padding-top: 3rem;
    }
}
@media screen and (min-width: 2000px) and (max-width: 2399px) {
    .ai-header-section {
        padding-top: 4rem;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1999px){
    .ai-header-section {
        padding-top: 4.5rem;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1599px){
    .ai-header-section {
        padding-top: 5rem;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1199px){
    .ai-header-section {
        padding-top: 6rem;
    }
}
@media screen and (min-width: 850px) and (max-width: 999px){
    .ai-header-section {
        padding-top: 9rem;
    }
}
@media screen and (min-width: 800px) and (max-width: 849px){
    .ai-header-section {
        padding-top: 14rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 799px){
    .ai-header-section {
        padding-top: 16rem;
    }
}
@media (max-width: 767px) {
    /* 1203xf 回归测试 start */
    .ai-tech-container,
    .mine-ai-container {
        padding-block: 0.9rem;
    }
    /* 1203xf 回归测试 end */
    .ai-header-section {
        padding-top: 6.5rem;
    }
    .ai-header-title {
        font-size: 1.5rem;
    }
}
@media (min-width: 768px) {

    .ai-header-section {
        position: relative;
        display: table !important;
        color: #fff;
        background-color: #343232;
        width: -webkit-calc(100% - -0.0625rem);
        width: calc(100% - -0.0625rem);
        text-align: center;
        vertical-align: middle;
        overflow: hidden;
    }

    .ai-header-section .ai-header-inner {
        padding-top: 0 !important;
    }

    .ai-header-section .ai-header-inner .ai-header-title {
        height: 7rem;
        line-height: 7rem;
        font-size: 2rem;
        margin-bottom: 0;
    }
}
/* AI 头部样式 end */

@media (max-width: 767px) {
    .sp_breadcrumb_nav {
        font-size: 0.8125rem;
    }
    /* 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;
    }

    /* H5：双表单叠放，高度取注册/登录中较高者，切换时保持一致 */
    .login_dialog .login_content {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        align-content: start;
        padding-bottom: 0.75rem;
        box-sizing: border-box;
    }

    .login_dialog .login_title {
        grid-row: 1;
        grid-column: 1;
    }

    .login_dialog .auth_form {
        display: block;
        grid-row: 2;
        grid-column: 1;
        width: 100%;
        visibility: hidden;
        pointer-events: none;
        z-index: 0;
    }

    .login_dialog[data-mode="login"] [data-auth-form="login"],
    .login_dialog[data-mode="register"] [data-auth-form="register"] {
        visibility: visible;
        pointer-events: auto;
        z-index: 1;
    }

    .login_dialog[data-mode="login"] .login_content {
        min-height: 0;
        height: auto;
        max-height: none;
        padding-bottom: 0.75rem;
    }

    .login_dialog[data-mode="login"] .login_title {
        margin-bottom: 1rem;
    }

    .login_dialog[data-mode="login"] .login_form_item {
        margin-bottom: 0.5rem;
    }

    .login_dialog[data-mode="login"] .login_form_hint {
        margin-top: 0.15rem;
        min-height: 1.1rem;
    }

    .login_dialog[data-mode="login"] .login_remember {
        margin: 0.35rem 0 0.875rem;
    }

    .login_dialog[data-mode="login"] .login_register_link {
        margin-top: 0.875rem;
    }
    /* ye 登陆/注册 end */

    /* 充值中心 start */
    .recharge_center {
        margin-top: 1rem;
        padding-inline: 0.2rem;
    }

    .recharge_panel {
        padding: 1rem 1.25rem;
    }

    .recharge_panel_title {
        font-size: 0.75rem;
    }

    .recharge_panel_balance {
        font-size: 1.125rem;
    }

    .payment_methods {
        gap: 0.5rem;
    }

    .payment_methods_items {
        height: 3.125rem;
    }

    .payment_methods_items > .item_icon {
        width: 0.9375rem;
        height: 0.9375rem;
    }

    .recharge_record_btn {
        font-size: 0.75rem;
        padding: 0.4688rem 1.25rem;
    }

    .recharge_secondary_title {
        font-size: 0.875rem;
        margin-top: 1.125rem;
        margin-bottom: 0.5rem;
    }

    .recharge_amounts {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
    }

    .recharge_amount_item {
        gap: 0;
        padding-bottom: 0.75rem;
    }

    .amount_item_label {
        align-self: start;
        font-size: 0.625rem;
        padding: 0.1875rem 0.3125rem;
        border-radius: 0.375rem 0 0.375rem 0;
        margin-bottom: 0.3125rem;
    }

    .recharge_btn {
        margin-block: 1.5625rem;
        height: 2.5rem;
    }

    .recharge_tips .recharge_tips_list {
        font-size: 0.6875rem;
    }
    .recharge_amount_item .amount {
        font-size: 0.75rem;
    }
    .recharge_amount_item .price {
        font-size: 0.625rem;
    }
    .recharge_origin_price {
        font-size: 0.5rem;
    }
    /* 充值中心 end */

    /* 支付记录 start */
    .recharge_records_container {
        padding-inline: 0.2rem;
        margin: 1rem 0;
    }

    .recharge_records_nodata {
        padding: 5rem 0;
    }

    .recharge_records_nodata img {
        width: 3rem;
        height: 3rem;
    }

    .recharge_records_nodata > p {
        margin-top: 1rem;
        font-size: 0.8rem;
    }

    .recharge_records_item {
        padding: 0.9375rem 1.25rem;
    }

    .recharge_records_item + .recharge_records_item {
        margin-top: 0.625rem;
    }

    .recharge_records_item_title {
        font-size: 0.75rem;
        padding-bottom: 0.5rem;
    }

    .recharge_records_item_title > .copy {
        width: 0.65rem;
        height: 0.65rem;
        margin-left: 0.3125rem;
    }

    .recharge_records_item_info {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 0.9375rem;
    }

    .recharge_records_item_status {
        font-size: 0.75rem;
    }
    /* 支付记录 end */
    /* 我的AI start*/
    .mine-ai-container .ai-tabs {
        margin-top: 0.5rem;
        gap: 0.3rem;
        justify-content: space-between;
    }

    .mine-ai-container .ai-tabs .ai-tab {
        height: 2rem;
        line-height: 2rem;
        padding: 0 0.2rem;
        font-size: 0.7rem;
        text-wrap: nowrap;
    }

    .mine-ai-container .ai-status-btn-group {
        width: 100%;
        justify-content: center;
        height: 1.2rem;
        border-radius: 0.2rem;
        margin-top: 1rem;
    }

    .mine-ai-container .ai-status {
        line-height: 1.5rem;
        font-weight: 500;
        padding: 0.4375rem 0.75rem;
        font-size: 0.5625rem;
        border-radius: 0.75rem;
        text-wrap: nowrap;
        line-height: 1.11;
    }
    .mine-ai-container .is-pc {
        display: none;
    }
    .mine-ai-container .is-mobile {
        display: block;
    }
    .mine-ai-container .ai-list-wrap .ai-list-item {
        width: calc(50% - 0.5rem);
    }
    .mine-ai-container .ai-list-item-cover-save {
        font-size: 0.8rem;
        margin-top: 0.5rem;
        width: 6.25rem;
        height: 1.5rem;
        border-radius: 0.25rem;
        font-size: 0.5625rem;
    }
    .mine-ai-container .ai-list-item-date {
        font-size: 0.5625rem;
        margin-top: 0.625rem;
    }
    .mine-ai-container .ai-list-item {
        margin-bottom: 1rem;
    }
    .mine-ai-container .ai-list-item-cover .ai-video-play-icon {
        width: 2rem;
    }
    .mine-ai-container .ai-list-item-error {
        margin-top: 0.5rem;
        font-size: 0.7rem;
    }
    .ai-list-no-data {
        padding: 5rem 0;
    }
    .ai-list-no-data img{
        width: 3rem;
        height: 3rem;
    }
    .ai-list-no-data p{
        margin-top: 1rem;
        font-size: 0.8rem;
    }
    .mine-ai-container .ai-novel-header {
        border-bottom: none;
        border-top: 1px solid #444;
        padding-top: 0.8rem;
    }
    .mine-ai-container .ai-novel-title {
        font-size: 0.8rem;
        text-align: center;
        margin: 1.2rem 0 0.8rem 0;
    }
    .mine-ai-container .ai-novel-date {
        font-size: 0.8rem;
        color: #bcbcbc;
        font-weight: 500;
        margin-top: 0.5rem;
    }
    /* 我的AI end*/
}

#masthead #archives-title {
    padding-top: 0;
    margin-bottom: 0;
}
#masthead + .container #archives {
    padding-top: 0;
    margin-top: 0;
}
@media (min-width: 768px) {
    #masthead #archives-title {
        padding-top: 3.5rem;
    }
}