#xqbj-container .xqbj-main {
    padding-left: 1rem;
    padding-right: 1rem;
}
.main-container {
    padding: 0 0 1.2rem;
}

#xqbj-container #home-main-content {
    padding-top: 0;
}

.detail-page {
    padding: 0;
}

.detail-title {
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.55;
    color: #fff;
    font-weight: 700;
}

.detail-date {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 .3rem;
}

.detail-txt {
    color: hsla(0, 0%, 100%, .64);
    display: table-cell;
    font-size: .8rem;
    font-weight: 400;
    padding-top: .2rem;
    vertical-align: top;
}

.share-box {
    display: flex;
    align-items: center;
    font-size: .3rem;
}
.detail-date img {
    width: 1.5rem;
    margin-left: .8rem;
}

.share-btn {
    cursor: pointer;
}
.plates a {
    display: inline-block;
    margin-bottom: 0.9375rem;
    padding: 0;
    color: hsla(0, 0%, 100%, .64);
    position: relative;
    white-space: normal;
    font-size: .8rem;
    margin-right: 2px;
    border-bottom: 1px dashed #9f9898;
}

.detail-list-title {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
    padding-bottom: 1rem;
}
.detail-list-title .text_span {
    border-radius: 5px;
    box-sizing: border-box;
    color: rgb(187, 187, 187);
    display: table-cell;
    font-size: .9rem;
    font-weight: 400;
    margin-bottom: 10px;
    margin-right: 9px;
    overflow: hidden;
    padding: 6px 4px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    width: calc(25% - 6.75px);
    border: 1px solid rgb(68, 68, 68);
}

.detail-list-title .text_span:nth-child(4n) {
    margin-right: 0;
}
/* Editormd 编辑器初始化 start */
.editormd-preview {
    color: #ddd;
    font-size: 1rem;
}
.editormd-preview hr {
	overflow: hidden;
	margin: 1rem 0;
	padding: 0;
	height: 0.125rem;
	border: none;
	background: #2c2a2a repeating-linear-gradient(-45deg, #bcbcbc, #bcbcbc 0.25rem, transparent 0.25rem, transparent 0.5rem);
}

.editormd-preview ul {
	margin: 0 1.2rem;
}
.editormd-preview blockquote {
    background: rgb(21, 21, 21);
    padding: .5rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid rgb(51, 51, 51);
}

.editormd-preview p {
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.5;   
    margin-bottom: 0.4rem;
}
.editormd-preview a {
	color: #ff9000;
	font-size: .9rem;
}
.editormd-preview p a {
    border-radius: 5px;
    font-size: 1.0rem;
    font-weight: 400;
    overflow: hidden;
    padding: 4px;
    text-align: left;
    -webkit-text-decoration: none;
    text-decoration: none;
    vertical-align: top;
    margin-right: 0.3rem;
    color: #ff9000;
}

.editormd-preview img {
    max-width: 100%;
    width: 100%;
}
.editormd-preview img:not([src]), 
.editormd-preview img.loading,
.relation-card img.loading{
    content: url(../../__base/images/holder-h@3x.png);
    max-width: fit-content;
}

.detail-page .ad-image-box img:not([src]), 
.detail-page .ad-image-box img.loading {
    height: auto;
}

.recommend-software-item img.loading {
    width: 100%;
}

.editormd-preview h2 {
	font-size: inherit;
}
.a2a_kit, .a2a_menu, .a2a_modal, .a2a_overlay {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    outline: 0;
}
.a2a_default_style:not(.a2a_flex_style) a {
    float: left;
    line-height: 16px;
    padding: 0 2px;
}
.a2a_kit a {
    cursor: pointer;
    transition: none;
}
.a2a_kit .a2a_svg {
    background-repeat: no-repeat;
}

.a2a_svg {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    padding: 0;
    pointer-events: none;
    width: 32px;
}
.a2a_svg svg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    display: block;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
}
.a2a_label {
    position: absolute !important;
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    overflow: hidden;
    height: 1px;
    width: 1px;
}
/* Editormd 编辑器初始化 end */

.detail-video-title {
    margin: 1rem 0 0.35rem;
    font-size: 1.15rem;
    color: #f1f1f1;
    font-weight: 700;
}

.detail-video-desc {
    margin: 0 0 0.6rem;
    color: #b8b8b8;
    font-size: 0.9rem;
}

.dplayer {
    margin: 0.6rem 0 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #111;
}

.dplayer-loading {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
}

.dplayer-loading-text {
    color: #c7c7c7;
    font-size: 0.9rem;
}

/* 详情页：隐藏弹幕输入框与发送按钮（保留 .dplayer-danmaku 飘字层） */
.detail-page .dplayer .dplayer-comment,
.detail-page .dplayer .dplayer-comment-box,
.detail-page .dplayer .dplayer-icon.dplayer-icon-comment,
.detail-page .dplayer .dplayer-icon.dplayer-comment-icon {
    display: none !important;
}

/* 仿截图轮播（全屏弹层） */
.detail-shot-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.65);
}

.detail-shot-overlay.is-hidden {
    display: none;
}

.detail-shot {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.detail-shot-top {
    height: 2.2rem;
    padding: 0 0.8rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
}

.detail-shot-counter em {
    font-style: normal;
}

.detail-shot-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 2;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.detail-shot-swiper {
    width: 100%;
    height: 100%;
}

.detail-shot-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

.detail-shot-swiper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* 详情页图片分享 */
.detail-share-image {
    margin: 0.8rem 0;
}

.detail-share-image__img {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.detail-shot-comment {
    margin: -1rem 0.6rem 0.6rem;
    background: #fff;
    border-radius: 0.7rem;
    padding: 0.7rem;
    position: relative;
    z-index: 2;
}

.detail-shot-comment-title {
    color: #777;
    font-size: 0.75rem;
}

.detail-shot-comment-count {
    text-align: center;
    color: #222;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0.25rem 0 0.5rem;
}

.detail-shot-comment-item {
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
    border-top: 1px solid #efefef;
    padding: 0.45rem 0;
}

.detail-shot-comment-item .left .name {
    color: #666;
    font-size: 0.8rem;
}

.detail-shot-comment-item .left .text {
    color: #222;
    font-size: 0.9rem;
    margin: 0.1rem 0;
}

.detail-shot-comment-item .left .meta {
    color: #999;
    font-size: 0.72rem;
}

.detail-shot-comment-item .right {
    color: #999;
    font-size: 0.8rem;
    white-space: nowrap;
    align-self: center;
}

.article-tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .625rem;
}

.article-tags .tags {
    width: 80%;
    overflow: auto;
    word-wrap: break-word;
    word-break: break-all;
    text-overflow: ellipsis;
    flex: 1;
}
.tags a {
    background: rgb(34, 34, 34);
    border-radius: 1rem;
    padding: 0.3rem 1.1rem;
    color: rgb(187, 187, 187) !important;
    margin-top: 0.5rem;
    display: inline-block;
    margin-right: .5rem;
    line-height: 1.3;
}


/*hlx20260116 处理帖子详情轮播展示效果，添加预览 start*/
.editormd-preview .swiper-slide img{
	object-fit: contain;
	cursor: zoom-in;
}

.my-swiper-image-preview {
	position: fixed;
	inset: 0;
	z-index: 999999;
	background: rgba(0,0,0,0.92);
}
.my-swiper-image-preview  .close-viewer {
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	width: 1.875rem;
	height: 1.875rem;
	font-size: 1.625rem;
	border-radius: 50%;
	border: none;
	background: #333;
	color: #fff;
	line-height: 1.875rem;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
.my-swiper-image-preview .preview-topbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	pointer-events: none;
}

.my-swiper-image-preview .preview-counter {
	color: #fff;
	font-size: 0.875rem;
	padding: 0.375rem 0.75rem;
	border-radius: 999px;
	background: rgba(0,0,0,0.35);
	backdrop-filter: blur(0.375rem);
}

.my-swiper-image-preview .swiper-slide,
.my-swiper-image-preview  .swiper-wrapper,
.my-swiper-image-preview .preview-swiper {
	width: 100%;
	height: 100%;
}

.my-swiper-image-preview .preview-slide {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.my-swiper-image-preview img.preview-img {
	width: 100%;
	max-width: 100vw;
	height: 100%;
	max-height: 100vh;
	object-fit: contain;
	user-select: none;
	-webkit-user-drag: none;
}

/*hlx20260116 处理帖子详情轮播展示效果，添加预览 end*/

.pre-next-container {
    display: flex;
    justify-content: space-between;
    column-gap: 1.25rem;
    font-size: 1.125rem;
    padding: 5px 0;
    margin-bottom: 1.25rem;
}
.pre-next-container > a {
    color: #989898;
    width: 50%;
    background-color: #1a1a1a;
    padding: 1rem;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    row-gap: 0.75rem;
}

.pre-next-container > a .text {
    color: #fff;
    line-height: 1.5;
    font-size: 1rem;
    letter-spacing: normal;
    text-align: left;
}
.ellipsis-2 {
    display: -webkit-box;         
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;        
    overflow: hidden;     
}
.relation {
	padding: 5px 0;
}

.relation .box {
	border: 1px solid rgb(68, 68, 68);
	padding: .8rem;
	border-radius: .5rem;
	font-size: .9rem;
    height: auto;
    background: transparent !important;
}
.swiper-wrapper {
    height: auto !important;
}
.relation .rel-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: .8rem;
    color: #fff;
}

.relation .rel-title h2 {
	font-size: inherit;
}

.relation .rel-title span:last-child {
	cursor: pointer;
}

.relation .rel-article {
	display: flex;
	flex-direction: row;
	gap: .625rem;
}

.relation .rel-title a.more::after {
	content: "›";
	color: #ff9900;
	font-size: 1.25rem;
	margin-left: 0.3rem;
}

.relation .rel-article .article-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
	font-size: 0.9rem;
	text-align: left;
}

.relation .rel-article a {
	display: flex;
	color: #ff9000;
	margin-bottom: .3rem;
	flex-direction: column;
	width: calc(50% - .625rem);
	align-items: flex-start;
}

.relation .rel-article img {
	width: 100%;
	max-height: 8rem;
	margin-bottom: .3rem;
	height: 8rem;
}

.relation .rel-article a:last-child {
	margin-bottom: 0;
}

.relation-swiper {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.relation-swiper .swiper-slide {
    width: 65.5% !important;
    flex-shrink: 0;
}

.relation-card {
    display: block !important;
    background: #000;
    text-decoration: none;
    width: 100%;
}

.relation-card img {
    width: 100%;
    height: 8rem;
    max-width: 100%;
    display: block;
    object-fit: cover;
    margin-bottom: .3rem;
}

.relation-card-title {
    color: #ff9000;
    font-size: 0.85rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line{
    background-color: #262626;
    height: 1px;
    margin: .7rem 0;
    width: 100%
}
.recommend-software {
    margin: 0.9rem 0 1.2rem;
}

.recommend-software-title {
    color: #fff;
    font-size: 1rem;
    text-align: center;
    margin: 1rem 0;
}

.recommend-software-list {
    display: flex;
    align-items: flex-start;
    background: #151515;
    border: solid 0.5px #333;
    border-radius: .625rem;
    padding: .8rem .3rem 0;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: wrap;
}

.recommend-software-item {
    min-width: 10%;
    max-width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f1f1f1;
    text-decoration: none;
    row-gap: 0.35rem;
    margin-bottom: 1rem;
}

.recommend-software-item img {
    max-width: 3rem;
    margin-bottom: .3rem;
    border-radius: .5rem;
    object-fit: cover;
    display: block;
}

.recommend-software-item span {
    font-size: 0.7rem;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    color: rgba(255, 255, 255, .8);
}

.detail-comment {
    margin: 0 0 1.1rem;
    color: #fff;
}
.detail-comment .text_ {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin-top: 1rem;
}

.detail-comment .text_ .txt {
    color: #fff;
    flex: 1;
    font-size: 1.2rem;
}
.detail-comment .text_ .button {
    background-color: #ff9000;
    border-radius: 8px;
    color: #000;
    padding: .6rem 1rem;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    line-height: 1.4;
}
.detail-comment-form {
    padding-top: 1rem;
}
.detail-comment-form textarea,
.detail-comment-form input,
.detail-comment-reply-form input {
    background-color: hsla(0, 0%, 7%, .9);
    border: 1px solid #26262a;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    padding: .8rem;
    resize: none;
    font-size: 1rem;
    width: 100%;
}

.detail-comment-form textarea {
    min-height: 9rem;
    resize: vertical;
}

.detail-comment-form input {
    margin: 0;
    height: 40px;
}

.detail-comment-form textarea::placeholder,
.detail-comment-form input::placeholder {
    font-size: 1rem;
}

.comment {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #262626;
    padding-bottom: 15px;
}

.comment .reply-button {
    display: flex;
    flex-direction: row
}

.comment-user-info {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment-user-info .comment-author {
	display: flex;
	align-items: center;
}
.comment-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 5px;
}
.comment .reply-button .flex {
    flex: 1
}
.non-comments {
	display: flex;
	align-items: center;
	text-align: center;
	color: #6d6d6d;
	margin-top: 1rem;
	font-size: .9rem;
}

.non-comments::before,
.non-comments::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #333;
}

.user-name {
    color: rgba(255, 255, 255, .4);
    font-size: 1rem;
    font-weight: 500;
}
.official-name {
    color: #ff9900 !important;
}

.user-time {
    color: #999;
    font-size: .8rem;
    font-weight: 400;
    padding-left: 10px
}

.user-activity {
    border: 1px solid #999;
    border-radius: 4px;
    padding-left: .5rem;
    padding-right: .5rem
}

.comment-txtt,
.user-activity {
    color: #ccc;
    font-size: 13px;
    font-weight: 400
}

.comment-txtt {
    padding: 0 0 5px 15px;
}

.comment-ans {
    padding-left: 1.5rem
}

.replay-container {
    align-items: center;
    display: flex;
    flex-direction: row
}

.replay-container .flex {
    flex: 1
}

.u-activity {
    border: 1px solid #f90;
    border-radius: 4px;
    color: #ccc;
    color: #ff9000;
    font-size: 13px;
    font-weight: 400;
    margin-right: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    background: transparent;
}
.detail-comment-reply-form.is-hidden {
    display: none;
}

.level2-comment-list .comment-ans.is-hidden,
.level2-toggle .is-hidden {
    display: none;
}


.margin-bottom {
    margin-bottom: 1rem;
    padding: 0 1.3rem;
}

.input-wrap {
    align-items: center;
    background-color: #212121;
    border: .5px solid #333;
    border-radius: 5px;
    display: flex;
    height: 40px;
    width: 100%;
    margin-bottom: .2rem;
}

.detail-comment-reply-form input {
    padding: 0 0 0 0.8rem !important;
    background: transparent !important;
}

.level2-toggle {
    margin: 0.3rem 0 0;
    display: flex;
    align-items: center;
    padding-left: 25px;
    line-height: 1;
}

.level2-toggle span {
    cursor: pointer;
    color: #ff9900;
    font-size: 12px;
}

.show-more-btn {
    margin-right: 25px;
}

.level2-toggle .toggle-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* 悬浮窗 start */

.float_buttom {
    position: fixed;
    z-index: 99;
    left: 50%;
    bottom: 7.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateX(340px);
}

.float_buttom.scrolling {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.float_buttom > .float_buttom_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 0.3125rem;
    background: rgba(13, 13, 13, 0.92);
    border: 1px solid #292929;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.float_buttom > .float_buttom_item > :first-child {
    width: 1.875rem;
    height: 1.875rem;
    margin-bottom: 0.3rem;
    display: block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.float_buttom > .float_buttom_item > span {
    font-size: 0.72rem;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.float_buttom > .float_buttom_item > .icon-app-unselect {
    background-image: url("/static/v4/__base/images/detail/float-app.png");
}

.float_buttom > .float_buttom_item > .icon-top-unselect,
.float_buttom > .float_buttom_item > .icon-top-select {
    background-image: url("/static/v4/__base/images/detail/float-top.png");
}

.float_buttom > .float_buttom_item > .icon-content-unselect,
.float_buttom > .float_buttom_item > .icon-content-select {
    background-image: url("/static/v4/__base/images/detail/float-content.png");
}

.float_buttom > .float_buttom_item > .icon-video-unselect,
.float_buttom > .float_buttom_item > .icon-video-select {
    background-image: url("/static/v4/__base/images/detail/float-video.png");
}

.float_buttom > .float_buttom_item > .icon-comment-unselect,
.float_buttom > .float_buttom_item > .icon-comment-select {
    background-image: url("/static/v4/__base/images/detail/float-comment.png");
}

.float_buttom > .float_buttom_item > .icon-top-select,
.float_buttom > .float_buttom_item > .icon-content-select,
.float_buttom > .float_buttom_item > .icon-video-select,
.float_buttom > .float_buttom_item > .icon-comment-select {
    filter: brightness(1.08);
}
/* 悬浮窗 end */

@media screen and (max-width: 640px){
    .pre-next-container {
        column-gap: 0.625rem;
        margin-bottom: 1rem;
    }
    .pre-next-container > a {
        font-size: 0.6875rem;
        column-gap: 0.625rem;
        padding: 0.75rem;
    }
    .pre-next-container > a .text {
        font-size: 0.75rem;
    }

    .float_buttom {
        right: 0.9rem;
        left: auto;
        transform: translateX(0);
    }
    .float_buttom .float_buttom_item {
        width: 3.75rem;
        height: 3.75rem;
    }

    .float_buttom > .float_buttom_item > :first-child {
        width: 1.5625rem;
        height: 1.5625rem;
    }
    .dplayer-controller{
        padding: 0;
    }
    
    .detail-page .dplayer-line-label {
        font-size: 0.75rem;
        padding: 0.25rem 0.5rem;
    }
}

@media (max-width: 540px) {
    .recommend-software-item {
        max-width: 20%;
        min-width: 20%;
    }
}

/* DPlayer 线路切换 start */
.dplayer-line-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.dplayer-line-btn {
    cursor: pointer;
    padding: 0 6px;
    display: flex;
    align-items: center;
    height: 100%;
    width: auto !important;
}

.dplayer-line-label {
    font-size: 0.8rem;
    color: #ff9000;
    border: 1px solid #ff9000;
    border-radius: .25rem;
    padding: 0.25rem 0.6rem;
    white-space: nowrap;
    transition: background 0.15s;
    position: relative;
    top: 0.1rem;
}

.dplayer-line-panel {
    position: absolute;
    bottom: calc(100% + 8px);
    right: 0;
    background: rgba(18, 18, 18, 0.8);
    border-radius: .25rem;
    padding: 0.25rem 0;
    min-width: 8rem;
    display: none;
    z-index: 100;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
}

.dplayer-line-panel.is-open {
    display: block;
}

.dplayer-line-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
    gap: 0.8rem;
    transition: background 0.1s;
}

.dplayer-line-item:hover {
    background: rgba(255, 255, 255, 0.07);
}

.dplayer-line-item.is-active {
    color: #ff9000;
}

.dplayer-line-item.is-active .dplayer-line-ping {
    color: #ff9000;
}

.dplayer-line-ping {
    color: rgba(255, 255, 255, 0.4);
    white-space: nowrap;
    font-size: 0.72rem;
}

.dplayer-line-ping.is-timeout {
    color: #555;
}
/* DPlayer 线路切换 end */


/* 覆盖 main.css 的 video{width:100%;height:100%}，避免 DPlayer 画面被拉伸 */
.detail-page .dplayer .dplayer-video {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 0;
}

.detail-page .dplayer-video-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto !important;
    background: #000;
}

/* 全屏容器（页面全屏 dplayer-fulled / 浏览器全屏 :fullscreen） */
.detail-page .dplayer.dplayer-fulled .dplayer-video-wrap,
.dplayer.dplayer-fulled .dplayer-video-wrap,
.detail-page .dplayer:fullscreen .dplayer-video-wrap,
.dplayer:fullscreen .dplayer-video-wrap,
.detail-page .dplayer:-webkit-full-screen .dplayer-video-wrap,
.dplayer:-webkit-full-screen .dplayer-video-wrap,
body.dplayer-web-fullscreen-fix .dplayer.dplayer-fulled .dplayer-video-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
}

/* 竖屏全屏：高度铺满，宽度自适应，两侧黑边（图二 pillarbox） */
.detail-page .dplayer.dplayer-fulled.dplayer-video-portrait .dplayer-video-wrap .dplayer-video,
.dplayer.dplayer-fulled.dplayer-video-portrait .dplayer-video-wrap .dplayer-video,
.detail-page .dplayer:fullscreen.dplayer-video-portrait .dplayer-video-wrap .dplayer-video,
.dplayer:fullscreen.dplayer-video-portrait .dplayer-video-wrap .dplayer-video,
.detail-page .dplayer:-webkit-full-screen.dplayer-video-portrait .dplayer-video-wrap .dplayer-video,
.dplayer:-webkit-full-screen.dplayer-video-portrait .dplayer-video-wrap .dplayer-video,
body.dplayer-web-fullscreen-fix .dplayer.dplayer-fulled.dplayer-video-portrait .dplayer-video-wrap .dplayer-video {
    width: auto !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

/* 横屏全屏：常规 contain 铺满 */
.detail-page .dplayer.dplayer-fulled .dplayer-video-wrap .dplayer-video,
.dplayer.dplayer-fulled .dplayer-video-wrap .dplayer-video,
.detail-page .dplayer:fullscreen .dplayer-video-wrap .dplayer-video,
.dplayer:fullscreen .dplayer-video-wrap .dplayer-video,
.detail-page .dplayer:-webkit-full-screen .dplayer-video-wrap .dplayer-video,
.dplayer:-webkit-full-screen .dplayer-video-wrap .dplayer-video,
body.dplayer-web-fullscreen-fix .dplayer.dplayer-fulled .dplayer-video-wrap .dplayer-video,
video.dplayer-video:fullscreen,
video.dplayer-video:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}
