/* ===== 布局 ===== */
.main-container {
    max-width: 1200px;
    margin: 30px auto 26px auto;
    display: flex;
    gap: 32px;
    align-items: flex-start;
}
.main-left {
	width: 808px;
    display: flex;
    flex-direction: column;
}
.main-right {
    width: 360px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* ===== 幻灯片 ===== */
.hdSlide {
    width: 1200px;
    height: 466px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    margin: auto;
    background: #000;
}
/* 左侧大图 */
.hdSlide .hdSlide-img {
    width: 1200px;
    height: 466px;
    overflow: hidden;
    position: relative;
}
.hdSlide .hdSlide-img ul {
    width: 1200px;
    height: 466px;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
.hdSlide .hdSlide-img li {
    display: none;
    width: 1200px;
    height: 466px;
    position: absolute;
}
.hdSlide .hdSlide-img li .img {
    width: 1200px;
    height: 466px;
    object-fit: cover;
    transition: .5s;
}
.hdSlide .hdSlide-img li:hover .img {
    transform: scale(1.05);
}
.hdSlide .hdSlide-img .cur {
    display: block
}
.hdSlide .con {
    background: linear-gradient(0deg, rgba(0,0,0,.6), transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 115px;
    width: 100%;
    color: #fff;
}
.hdSlide .con .name {
    margin: 32px 290px 0 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}
.hdSlide .con .info {
    margin: 6px 290px 0 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    opacity: .95;
}
.hdSlide .con .info .desc {
    margin-right: 25px;
    max-width: 560px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 0;
}
.hdSlide .con .info span {
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.hdSlide .con .info i {
    margin-right: 6px
}
.hdSlide .hdSlide-nav {
    width: 76px;
    height: 466px;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(6px);
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
    overflow: hidden;
}
.hdSlide .hdSlide-nav.show {
    width: 210px;
}
.hdSlide .hdSlide-nav .list {
    padding: 42px 0 10px;
}
.hdSlide .hdSlide-nav.show .list {
    padding: 42px 6px 10px;
}
.hdSlide .hdSlide-nav .list li {
    height: 44px;
    padding: 12px 16px;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: .25s;
}
.hdSlide .hdSlide-nav.show .list li {
    padding: 12px;
}
.hdSlide .hdSlide-nav li img {
    width: 44px;
    height: 44px;
    float: left;
    margin-right: 8px;
    border-radius: 8px;
    opacity: .8;
}
.hdSlide .hdSlide-nav li.on img {
    opacity: 1;
}
.hdSlide .hdSlide-nav li em {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}
.hdSlide .hdSlide-nav li span {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    opacity: .9;
}
.hdSlide .hdSlide-nav li em, .hdSlide .hdSlide-nav li span {
    display: none;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
}
.hdSlide .hdSlide-nav.show li em, .hdSlide .hdSlide-nav.show li span {
    display: block;
}
.hdSlide .hdSlide-nav .list li.on {
    background: rgba(0,0,0,.5);
}
.hdSlide .hdSlide-nav.show .list li.on::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 96%;
    background: #23c269;
    border-radius: 4px;
}
.hdSlide .hdSlide-nav .arrow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    color: #fff;
    opacity: .8;
    transition: .3s;
}
.hdSlide .hdSlide-nav.show .arrow {
    opacity: 0;
}

/* ===== 左栏内容 ===== */





.app-card {}

.app-card ul { list-style: none; margin: 0; padding: 0; }

.app-card li {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #f1f1f1;
    padding: 26px;
    margin-bottom: 30px;
}

/* ———————————— 原 CSS 不动 ———————————— */

.app-top {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.app-logo {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    margin-right: 20px;
    flex-shrink: 0;
	overflow: hidden;
}
.app-logo img {
    width: 60px;
    height: 60px;
}

.app-mid {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.app-title a {
    font-size: 20px;
    font-weight: 700;
    color: #131715;
    text-decoration: none;
}

.app-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}
.app-tags a {
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    font-size: 12px;
    color: #a7a8a7;
    border: 1px solid #CFD1D0;
    border-radius: 4px;
}

.app-score {
    display: flex;
    align-items: center;
}
.app-score i {
    color: #23c268;
    font-size: 17px;
    margin-right: 5px;
}
.app-score .score {
    color: #23c268;
    font-size: 24px;
    font-weight: bold;
}

.app-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.app-desc {
    color: #a7a8a7;
    font-size: 14px;
    max-width: 82%;
}

.app-reviews {
    color: #a7a8a7;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.app-reviews i {
    font-size: 16px;
    margin-right: 5px;
}

/* ———————————— 新增：视频封面（第几秒作为封面） ———————————— */
.card-video{
    position: relative;
    width: 100%;
    max-width: 788px;
    margin: 0 auto 16px;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background:#000;
}

.card-video canvas{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.play-btn{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:72px;
    height:72px;
    background:rgba(0,0,0,.55);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    z-index:10;
}
.play-btn i{
    font-size:36px;
    color:#fff;
}

.xgplayer-container{
    width:100%;
    height:100%;
    display:none;
}

.xgplayer-cssfullscreen{
    display:none !important;
}

















/* ===== 右栏 ===== */

/* === 通用模块容器 === */
.module-tags, .module-block {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #f1f1f1;
    padding: 0 20px 25px 20px;
}
/* === 顶部标题栏 === */
.module-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 18px;
    height: 56px;
    line-height: 56px;
}
.module-title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    position: relative;
}
.module-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #22c55e;
    border-radius: 1px;
}
.module-header a {
    font-size: 13px;
    color: #9ca3af;
    text-decoration: none;
    transition: color .2s;
    display: flex;
    align-items: center;
    gap: 3px;
}
.module-header a i {
    color: inherit;
    transition: all .2s;
}
.module-header a:hover {
    color: #22c55e;
}
.module-header a:hover i {
    transform: translateX(2px);
}

/* === 内容模块 === */
.module-block .module-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.module-block .module-content ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
    margin: 0;
}
/* 单个内容块 */
.block-entry {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 9px 10px;
    margin: 0 -8px;
}
.block-entry:hover {
    background: #f2fbf6;
    border-radius: 8px;
}
.block-entry:first-child {
	margin-top: -7px;
}
.block-entry:last-child {
	margin-bottom: -9px;
}
.block-entry .num {
    position: relative;
    width: 46px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    font-size: 14px;
    color: #a7a8a7;
}
.block-entry .num i {
    font-size: 30px;
    display: inline-block;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.block-entry .num span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #a7a8a7;            /* 数字颜色 */
    font-size: 14px;
    pointer-events: none;   /* 数字不会影响点击 */
}
.module-block .module-content ul li.block-entry:nth-child(1) .num span,
.module-block .module-content ul li.block-entry:nth-child(2) .num span,
.module-block .module-content ul li.block-entry:nth-child(3) .num span {
    top: 44%;
    color: #fff;
}
.module-block .module-content ul li.block-entry:nth-child(1) .num i{
    background-image: linear-gradient(#ffde5a, #ffa80a 70%);
}
.module-block .module-content ul li.block-entry:nth-child(2) .num i{
    background-image: linear-gradient(#e6eef1, #afbec3 80%);
}
.module-block .module-content ul li.block-entry:nth-child(3) .num i {
    background-image: linear-gradient(#ffb98a, #f08d56 85%);
}
.entry-thumb {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    flex-shrink: 0;
}
.entry-thumb img {
    width: 100%;
    height: 100%;
}
/* 右侧信息区 */
.entry-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.entry-info .entry-name {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
}
.entry-info p {
    font-size: 12px;
    color: #9d9d9d;
    margin: 0;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}
/* 评分与热度 */
.entry-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    color: #7a7d7a;
}
.entry-meta .score {
    color: #23c268;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
}
.entry-meta .score i {
    font-size: 10px;
    padding-right: 2px;
}

/* 响应式 */
@media(max-width:900px) {
.main-container {
    flex-direction: column;
}
.main-right {
    width: 100%;
}
.app-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}
.info-grid {
    grid-template-columns: repeat(2, 1fr);
}
}