.movie-wrap {
    margin: 0 0.5rem;
    display: block;
}
/* .movie-wrap .movie-main {
    margin: 0 0.75rem;
} */
.movie-wrap .right-item {
    display: none;
}

.movie-wrap .van-pagination1#van-pagination,
.movie-wrap #van-pagination-750px {
    display: none !important;
}
@media (max-width: 960px) {
    #xqbj-container .xqbj-main {
        margin-top: 0;
    }
    #xqbj-container > .xqbj-main > .xqbj-main-container {
        margin: 0 0.5rem;
    }
}

.detail-text {
    margin-top: 1rem;
    color: #eceff4;
    font-weight: bold;
    font-size: 0.8rem;
}
.add-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.7rem 0;
}
.add-box .item {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-right: 1rem;
    color: #d8dee9;
    font-size: 0.7rem;
    cursor: pointer;
}

.add-box .item.active {
    color: var(--51av-highlight-text-color);
}
.add-box .item:last-child {
    margin-right: 0;
}
.add-box svg {
    margin-right: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
}
.detail-nav {
    border-bottom: 0.05rem solid #374151;
    margin-bottom: 1rem;
}
.detail-nav ul {
    display: flex;
    align-items: center;
}
.detail-nav ul li {
    overflow: hidden;
    display: flex;
    column-gap: 0.3rem;
    align-items: center;
    margin-right: 0.5rem;
    border-bottom: 0.05rem solid transparent;
    color: #7d7f86;
    font-size: 0.7rem;
    cursor: pointer;
}

.detail-nav ul li > a {
    display: block;
    color: inherit;
    padding: 0 0.4rem 0.4rem;
}

.detail-nav ul li:last-child {
    margin-right: 0;
}
.detail-nav ul li.active {
    border-bottom: 0.1rem solid;
    color: var(--51av-highlight-text-color);
}
.nav-content {
    margin-bottom: 1rem;
}
.nav-content-item-detail {
    color: #b8babc;
    font-size: 0.8rem;
}
.nav-content-item-detail a {
    color: #ebcb8b;
}

.nav-content-item-detail .detail-summary a {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
}

.nav-content-item-detail a > i {
    display: block;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}

.nav-content-item-detail .text-secondary {
    padding-top: 0.5rem;
}

.detail-summary p {
    margin-bottom: 0.2rem;
}
.detail-summary svg {
    width: 1rem;
    vertical-align: sub;
}
.list-line {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-block: 0.5rem;
}
.list-line li a {
    color: #a3be8c;
}
.download-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 0.05rem solid #6b7280;
    color: #9ca3af;
    font-weight: 500;
    font-size: 0.7rem;
}
.download-list li .name {
    width: 60%;
    color: #ebcb8b;
}
.download-list li .item > * {
    margin-left: 0.8rem;
}
.download-list li .item .date {
    display: none;
}
.download-list li .item a {
    overflow: hidden;
    /* display: flex;
    align-items: center; */
    color: #d8dee9;
}

.download-list li .tag,
.download-list li .tag2 {
    margin-left: 0.2rem;
    padding: 0.1rem 0.4rem;
    border-radius: 0.2rem;
    background: #5e81ac;
    color: #fff;
    font-size: 0.6rem;
}
.download-list li .tag2 {
    background: #fe628e;
}
.pd-wrap {
    margin-bottom: 1rem;
    padding: 0.6rem;
    border-radius: 0.3rem;
    background: rgba(255, 255, 255, 0.05);
}
.pd-wrap ul li {
    border-bottom: 0.05rem solid #374151;
}
.pd-wrap ul li label {
    display: block;
    margin-bottom: 0.6rem;
    color: #d8dee9;
    font-weight: normal;
    font-size: 0.8rem;
}
/* 隐藏默认复选框 */
.custom-checkbox {
    position: relative;
    display: inline-block;
    padding-left: 1.2rem;
    cursor: pointer;

    user-select: none;
}

.custom-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

/* 自定义方框 */
.custom-checkbox .checkmark,
.custom-checkbox.active .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.2rem;
    background-color: #eee;
    transition: background-color 0.2s;
    transform: translateY(-50%);
}

/* 勾选时背景变色 */
.custom-checkbox input:checked ~ .checkmark,
.custom-checkbox.active .checkmark {
    background-color: #fe628e;
}

/* 添加“✔”符号 */
.custom-checkbox .checkmark::after,
.custom-checkbox.active .checkmark::after {
    position: absolute;
    display: none;
    content: "";
}

.custom-checkbox input:checked ~ .checkmark::after,
.custom-checkbox.active input:checked ~ .checkmark::after {
    display: block;
}

/* 勾的样式 */
.custom-checkbox .checkmark::after,
.custom-checkbox.active .checkmark::after {
    top: 12%;
    left: 30%;
    display: block;
    width: 0.25rem;
    height: 0.5rem;
    border: solid white;
    border-width: 0 0.1rem 0.1rem 0;
    transform: rotate(45deg);
}

.pd-wrap .add-pd {
    overflow: hidden;
    display: flex;
    align-items: center;
    /* padding: 0.4rem 0 0.2rem; */
    color: #d8dee9;
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 0.6rem;
}

.icon-add {
    margin-right: 0.4rem;
    width: 1.2rem;
    vertical-align: text-top;
}

.your-favourite {
    margin-block: 0.75rem;
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
}

/* desktop */
@media (min-width: 960px) {
    .movie-wrap {
        display: flex;
    }
    .movie-wrap .movie-main {
        margin: 0;
    }
    .movie-box video {
        height: 26rem;
    }
    .movie-box button {
        width: 2.4rem;
        height: 2.4rem;
        pointer-events: none;
    }
    .movie-wrap .left-item {
        flex: 1;
    }
    .movie-wrap .right-item {
        display: block;
        margin-left: 1.2rem;
        width: 15rem;
    }
    .movie-wrap .right-item .xqbj-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .movie-wrap .right-item .xqbj-list .xqbj-list-item {
        display: flex;
        align-items: center;
    }
    .movie-wrap .right-item .xqbj-list .xqbj-list-item .xqbj-list-item-content {
        margin-right: 0.7rem;
        padding-bottom: 0;
        width: 8.25rem;
        height: 4.64rem;
    }
    .movie-wrap .right-item .xqbj-list .xqbj-list-item .xqbj-list-item-title {
        display: -webkit-box;
        overflow: hidden;
        flex: 1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        word-break: break-all;

        -webkit-line-clamp: 3;
        line-clamp: 3;
        box-orient: vertical;
    }

    .icon-time-arrow {
        margin: 0 0.2rem;
    }
    .detail-text {
        margin-top: 1rem;
        font-size: 0.9rem;
    }
    .add-box {
        padding: 1.6rem 0;
    }
    .add-box .item {
        margin-right: 1.2rem;
        font-size: 0.7rem;
    }
    .add-box svg {
        margin-right: 0.4rem;
        width: 0.8rem;
        height: 0.8rem;
    }
    .download-list li .item .date {
        display: inline-block;
    }
    .pd-wrap {
        padding: 1.2rem;
    }
}
/* 播放器 */
.dp-player-wrap {
    position: relative;
    /* height: 500px; */
    height: 0;
    padding-bottom: 56.25%;
}

#gesture-wrap {
    bottom: 50px !important;
    pointer-events: none;
}

.dp-player-container {
    position: absolute;
    inset: 0;
}

.dp-player-container .dplayer-video-wrap .dplayer-video {
    object-fit: contain;
}

input[type="range"] {
    display: inline-block;
}

/* 提示继续播放框样式 */
#tips {
    position: absolute;
    right: 2%;
    bottom: 3rem;
    z-index: 99;
    padding: 8px;
    border-radius: 4px;
    background: #000000a6;
    color: #fff;
    font-size: 15px;
}
#tips p {
    margin: 1rem 0;
}
#go {
    color: #66cccc;
}
#go:hover {
    color: #66cccc !important;
}
#cancel:hover {
    color: #ffffffe6 !important;
}
.hide {
    display: none;
}

/* dplayer设置  start*/
#dplayer {
    height: 100%;
}
.gesture-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
}
.dplayer.dplayer-paused .dplayer-mobile-play {
    display: block;
}

/* 默认隐藏（避免被内置样式强行显示） */
.dplayer .dplayer-mobile-play {
    display: none;
}

/* 只有暂停时显示 */
.dplayer.dplayer-paused .dplayer-mobile-play {
    opacity: 0.8 !important;
}

/* 播放/加载中强制隐藏 */
.dplayer.dplayer-playing:not(.dplayer-loading) .dplayer-mobile-play {
    opacity: 0.8 !important;
}
/* 覆盖播放器控件 默认过渡时间 */
.dplayer-controller,
.dplayer-controller-mask {
    transition: all 0.5s ease !important;
}

.dplayer.dplayer-loading .dplayer-mobile-play {
    display: none !important;
}
/* .dplayer-menu.dplayer-menu-show {
    display: none !important;
} */
.dplayer .dplayer-controller .dplayer-icons .dplayer-subtitle-btn {
    display: none;
}
#dplayer video {
    max-height: 100%;
}
.dplayer-setting-showdan,
.dplayer-setting-danunlimit,
.dplayer-setting-danmaku {
    display: none;
}
.dplayer-bar-preview {
    display: none !important;
}
.dplayer-comment {
    display: none !important;
}

.dplayer .dplayer-danmaku {
    /* font-size: 0.8rem; */
    top: 10px;
}

@media (max-width: 767px) {
    #tips {
        bottom: 1.5rem;
        padding: 4px;
        font-size: 14px;
    }
    #tips p {
        margin: 0.5rem 0;
    }
    .dplayer .dplayer-controller .dplayer-icons .dplayer-setting .dplayer-setting-box {
        bottom: 35px;
    }

    #gesture-wrap {
        pointer-events: auto;
    }
}
/* dplayer设置  end*/

/* 弹幕设置框 */
.settings-panel {
    position: absolute;
    bottom: 42px;
    left: -3rem;
    z-index: 1;
    display: none;
    padding: 1rem;
    width: 20.1rem;
    border-radius: 0.4rem;
    /* height: 14.9rem; */
    background-color: #212224;
    color: white;
}
.settings-panel.show {
    display: block;
}
.settings-panel::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: "";
}

.settings-panel .font-size-section,
.settings-panel .line-number-section,
.settings-panel .opacity-section {
    margin-bottom: 0.8rem;
}
.settings-panel .auto-popup-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.settings-panel input[type="radio"],
.settings-panel input[type="checkbox"] {
    margin-right: 0.025rem;
}
.settings-panel .line {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    height: 0.05rem;
    background-color: #373839;
}

/* radio */
.settings-panel .radio-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.settings-panel .red-radio {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 0.7rem;
    padding-left: 1.5rem;
    font-size: 0.7rem;
    cursor: pointer;
}

.settings-panel .red-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.settings-panel .radio-custom {
    position: absolute;
    left: 0;
    width: 1rem;
    height: 1rem;
    border: 0.1rem solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    transition: all 0.3s;
}

.settings-panel .red-radio input:checked ~ .radio-custom {
    border-color: #2d2e31;
    background-color: #e80100;
    box-shadow: 0 0 0.25rem #e80100;
}

.settings-panel .red-radio input:checked ~ .radio-custom:after {
    display: block;
}

.settings-panel .red-radio:hover .radio-custom {
    border-color: #ff6666;
}

.settings-panel .f-title {
    margin-bottom: 0.6rem;
    color: #7c8187;
    font-size: 0.6rem;
}

/* 进度条 */
.settings-panel input[type="range"] {
    margin-right: 0.5rem;
    width: 15rem;
}

.settings-panel .red-range {
    margin: 0.75rem 0;
    /* 必须重置默认样式 */
    width: 15rem;
    height: 0.3rem;
    outline: none;
    /* background: linear-gradient(to right, #ff0000 0%, #ff0000 50%, #ddd 50%, #ddd 100%); */
    /* 关键修改 */
    border-radius: 0.15rem;

    -webkit-appearance: none;
}

/* Chrome/Safari 轨道 */
.settings-panel .red-range::-webkit-slider-runnable-track {
    height: 0.3rem;
    border-radius: 0.15rem;
    background: transparent;
    /* 隐藏默认轨道 */
}

/* Chrome/Safari 滑块 */
.settings-panel .red-range::-webkit-slider-thumb {
    margin-top: -0.3rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #ffffff;
    /* border: 2px solid white; */
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.2s;

    -webkit-appearance: none;
}

/* Firefox 轨道 */
.settings-panel .red-range::-moz-range-track {
    height: 0.3rem;
    border-radius: 0.15rem;
    background: #ddd;
}

/* Firefox 进度填充 */
.settings-panel .red-range::-moz-range-progress {
    height: 0.3rem;
    border-radius: 0.15rem;
    background: #ff0000;
}

/* Firefox 滑块 */
.settings-panel .red-range::-moz-range-thumb {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #ffffff;
    /* border: 2px solid white; */
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

/* IE/Edge 轨道 */
.settings-panel .red-range::-ms-track {
    width: 100%;
    height: 0.3rem;
    border-color: transparent;
    background: transparent;
    color: transparent;
}

/* IE/Edge 进度填充 */
.settings-panel .red-range::-ms-fill-lower {
    border-radius: 0.15rem;
    background: #ff0000;
}

/* 交互效果 */
.settings-panel .red-range:hover::-webkit-slider-thumb {
    transform: scale(1.1);
}

.settings-panel .red-range:hover::-moz-range-thumb {
    transform: scale(1.1);
}

/* 按钮切换 */
/* 切换按钮容器 */
.settings-panel .toggle-switch {
    position: relative;
    display: inline-block;
    width: 3rem;
    height: 1.5rem;
}

/* 隐藏原生checkbox */
.settings-panel .toggle-switch input {
    width: 0;
    height: 0;
    opacity: 0;
}

/* 滑块轨道 */
.settings-panel .checkbox-slider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 1.5rem;
    background-color: #ccc;
    cursor: pointer;
    transition: 0.4s;
}

/* 滑块 */
.settings-panel .checkbox-slider:before {
    position: absolute;
    bottom: 0.3rem;
    left: 0.2rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: white;
    content: "";
    transition: 0.4s;
}

/* 选中状态 - 红色背景 */
.settings-panel input:checked + .checkbox-slider {
    background-color: #ff0000;
}

/* 选中状态 - 滑块移动 */
.settings-panel input:checked + .checkbox-slider:before {
    transform: translateX(1.5rem);
}

/* 新增弹幕按钮设置 */
.danmu-btn-wrap {
    position: absolute;
    bottom: 0;
    left: 140px !important;
    display: none;
    /* display: flex; */
    align-items: center;
    height: 40px;
}
@media (min-width: 767px) {
    .danmu-btn-wrap {
        left: 250px !important;
    }
    @media (min-width: 767px) {
        .gen-search-container {
            width: 313px;
        }
        .top-back a.ds-jiantoushang {
            display: none !important;
        }
    }
}

.danmu-btn-wrap img + img {
    margin-left: 1rem;
    cursor: pointer;
}
.dplayer-controller-comment .danmu-btn-wrap {
    opacity: 0;
}
.dplayer-controller .dplayer-icons .dplayer-icon.dy-speek {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    width: 48px;
    text-align: center;
    line-height: 22px;
}
.dp-player-container .dplayer .dplayer-video-wrap {
    width: 100%;
    height: 100%;
}
.dp-player-container .dplayer .dplayer-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* ===================== 视频详情页 评论区（同步前端 detail.css #detail-comment 新版） ===================== */
#detail-comment .detail-comment-title {
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-weight: normal;
  font-size: 1rem; /* 20px */
}

#detail-comment .detail-comment .comment-enter {
  margin-bottom: 1rem;
}

/* 提交按钮：Web 显示「发表评论」，H5 显示「发布评论」 */
.detail-comment-submit__h5 {
  display: none;
}

#detail-comment .comment-wrap {
  --detail-comment-avatar: 1.75rem; /* 35px */
  --detail-comment-avatar-reply: 1.4rem; /* 28px */
  --detail-comment-indent: calc(var(--detail-comment-avatar) + 0.5rem);
}

#detail-comment .comment-wrap .divide-line {
  display: none;
}

#detail-comment .comment-wrap .list-comment .info {
  margin-bottom: 1rem;
}

#detail-comment .comment-wrap .list-comment .info:last-child {
  margin-bottom: 0;
}

#detail-comment .comment-wrap .list-comment .list-comment-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem; /* 10px */
}

#detail-comment .comment-wrap .list-comment .user-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 0.5rem;
  row-gap: 0.15rem;
}

#detail-comment .comment-wrap .list-comment .user {
  flex-shrink: 0;
  margin-right: 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: #343434;
}

#detail-comment .comment-wrap .list-comment .user > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 主评论（非 .child 内） */
#detail-comment .comment-wrap .list-comment > .info > .list-comment-item .user {
  width: var(--detail-comment-avatar);
  height: var(--detail-comment-avatar);
}

#detail-comment .comment-wrap .list-comment > .info > .list-comment-item .name {
  display: inline;
  overflow: visible;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  font-size: 0.7rem; /* 14px */
  line-height: 1.25rem; /* 25px */
  word-break: break-all;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

#detail-comment .comment-wrap .list-comment > .info > .list-comment-item .time {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.6rem; /* 12px */
  line-height: 1.25rem; /* 25px */
  color: #8e9194;
}

#detail-comment .comment-wrap .list-comment > .info > .list-comment-item .time span,
#detail-comment .comment-wrap .list-comment > .info > .list-comment-item .time a {
  display: inline;
}

#detail-comment .comment-wrap .list-comment > .info > .list-comment-item a {
  color: #8e9194;
  font-weight: normal;
  font-size: 0.6rem; /* 12px */
  text-decoration: none;
}

#detail-comment .comment-wrap .list-comment > .info > .list-comment-item .say {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 0.15rem;
  padding-bottom: 0;
  color: #ffffff;
  font-weight: normal;
  font-size: 0.7rem; /* 14px */
  line-height: 1.25rem; /* 25px */
  word-break: break-word;
}

/* 回复评论（.child 内，样式与主评论一致，头像 28px） */
#detail-comment .comment-wrap .list-comment .child .list-comment-item .user {
  width: var(--detail-comment-avatar-reply);
  height: var(--detail-comment-avatar-reply);
}

#detail-comment .comment-wrap .list-comment .child .list-comment-item .name {
  display: inline;
  overflow: visible;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  font-size: 0.7rem; /* 14px */
  line-height: 1.25rem; /* 25px */
  word-break: break-all;
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

#detail-comment .comment-wrap .list-comment .child .list-comment-item .time {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  font-size: 0.6rem; /* 12px */
  line-height: 1.25rem; /* 25px */
  color: #8e9194;
}

#detail-comment .comment-wrap .list-comment .child .list-comment-item .time span,
#detail-comment .comment-wrap .list-comment .child .list-comment-item .time a {
  display: inline;
}

#detail-comment .comment-wrap .list-comment .child .list-comment-item a {
  color: #8e9194;
  font-weight: normal;
  font-size: 0.6rem; /* 12px */
  text-decoration: none;
}

#detail-comment .comment-wrap .list-comment .child .list-comment-item .say {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 0.15rem;
  padding-bottom: 0;
  color: #ffffff;
  font-weight: normal;
  font-size: 0.7rem; /* 14px */
  line-height: 1.25rem; /* 25px */
  word-break: break-word;
}

#detail-comment .comment-wrap .list-comment .list-comment-item + .child {
  margin-top: 0.75rem;
}

#detail-comment .comment-wrap .list-comment .child {
  margin-bottom: 0.75rem;
  margin-left: var(--detail-comment-indent);
  padding-left: 0;
}

#detail-comment .comment-wrap .list-comment .child:last-child {
  margin-bottom: 0;
}

#detail-comment .comment-wrap .list-comment .child.expand-more {
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 0;
  margin-left: var(--detail-comment-indent);
  padding-left: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.7rem; /* 14px */
  line-height: 1.25rem; /* 25px */
  cursor: pointer;
}

#detail-comment .comment-wrap .list-comment .child.expand-more .arrow-down-container {
  display: none;
}

#detail-comment .comment-wrap .zhan-comment {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.7rem; /* 14px */
  line-height: 1.25rem; /* 25px */
}

#detail-comment .comment-wrap .zhan-comment .arrow-down-container {
  display: none;
}

#detail-comment .comment-wrap .no-more-comment {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.7rem; /* 14px */
  line-height: 1.25rem; /* 25px */
}

/* 加载更多评论按钮：Yaf 用单一 #detail-h5-comment-more（JS 绑定），
   Web 端按前端 .zhan-comment 样式呈现，H5 端走下方 media query 样式 */
#detail-comment .detail-h5-comment-more {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.7rem; /* 14px */
  line-height: 1.25rem; /* 25px */
  text-align: left;
  cursor: pointer;
}

#detail-comment .detail-comment-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 0 2.5rem;
}

#detail-comment .detail-comment-empty__img {
    display: block;
    width: 4.5rem;
    height: auto;
}

#detail-comment .detail-comment-empty__text {
    margin: 0.85rem 0 0;
    font-size: 0.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.45);
    text-align: center;
}

/* ========== 详情页评论区 H5（不影响 Web ≥960px） ========== */
@media (max-width: 959px) {
  #detail-comment .detail-comment-title {
    margin-bottom: 0.75rem;
    font-size: 1rem; /* 20px */
  }

  #detail-comment .detail-comment .comment-enter {
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
  }

  #detail-comment .detail-comment .comment-enter textarea {
    display: block;
    width: 100%;
    height: 4.65rem; /* 93px，与 Web 同比例缩小 */
    min-height: 4.65rem;
    padding: 0.75rem 5rem 0.75rem 0.75rem;
    border-radius: 0.2rem;
    font-size: 0.7rem; /* 14px */
    resize: none;
  }

  #detail-comment .detail-comment .comment-enter textarea::placeholder {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.35);
  }

  #detail-comment .detail-comment .comment-enter .btns {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    display: flex;
    align-items: center;
  }

  #detail-comment .detail-comment .comment-enter .btn-submit {
    height: auto;
    padding-inline: 1rem;
    border-radius: 0.9375rem;
    line-height: 1.875rem;
    white-space: nowrap;
    font-size: 0.75rem; /* 15px */
  }

  .detail-page .detail-comment-submit__h5 {
    display: inline;
  }

  .detail-page .detail-comment-submit__web {
    display: none;
  }

  #detail-comment .comment-wrap .zhan-comment {
    display: none !important;
  }

  .detail-page .detail-h5-comment-more {
    display: block;
    width: 100%;
    margin-top: 0.75rem;
    padding: 0;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.7rem; /* 14px */
    line-height: 1.25rem;
    text-align: center;
    cursor: pointer;
  }
}
