    html, body {
      height: 100%;
      margin: 0;
      padding: 0;
      background-color: #fff; /* 你想要的背景色 */
    }


  * { touch-action: manipulation; }

    .block-title-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px 10px;
      color: #000;
    } 

    .block-title-row .right a {
      font-size: 14px;
      /*color: #888;*/
      text-decoration: none;
      /* 去掉下划线 */
    }

    .block-title-row .right a:hover {
      color: #E42417;
    }

    /* 
    @font-face {
      font-family: 'SourceHanSerifCN-Heavy-4';
      src: url('../fonts/SourceHanSerifCN-Heavy-4-sub.otf') format('truetype');
      font-weight: normal;
      font-style: normal;
    }
    */
   
    /* 
    @font-face {
      font-family: 'SourceHanSerifCN-SemiBold-7';
      src: url('../fonts/SourceHanSerifCN-SemiBold-7-sub.otf') format('truetype');
      font-weight: normal;
      font-style: normal;
    }
    */
    .mui-slider-title {
      font-family:SourceHanSerifCN-Heavy-4,'Helvetica Neue',Helvetica,sans-serif;
      font-size: 18px;
      height: 68px;
     line-height: 1.5em;
     position: relative;
      text-indent: 0px;
      opacity: 1;
      color: #000;
     padding: 8px 20px ;
    }




    .left {
      display: flex;
      align-items: center;
    }

    .vertical-line {
      width: 4px;
      height: 20px; /* 和文字高度差不多 */
      background-color: #E42417;
      margin-right: 6px;
      flex-shrink: 0; /* 防止线被压缩 */
    }

    .title-text {
      font-size: 18px;
      line-height: 1; /* 避免撑高行高 */
      font-family: "SourceHanSerifCN-Heavy-4";
    }
    img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
      object-fit: cover;
    }

    .mui-indicator {
      margin: 1px 1px !important;
    }
    .mui-text-right{
      padding-right: 20px !important;
    }

    .tag-container {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      padding-top: 10px;
      padding-left:10px;
      background-color: white !important;
				padding-bottom: 12px;
    }

    .tag {
      padding: 2px 11px;
      border: 1px solid #F4F5F6;
      border-radius: 5px;
      color: #717C84;
      background-color: #F4F5F6;
      font-size: 13px;
      cursor: pointer;
    }


    .tag.active {
      background-color: #E42417;
      color: white;
    }
    .mui-table-view .mui-media-object {
      max-width:100%;
      width: 100%;
      height: auto;
      object-fit: cover; /* 保持比例裁剪，避免图片变形 */
  		object-position: top;     
display:block;
  }

    .text-snippet {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      /* 垂直排列 */
      -webkit-line-clamp: 3;
      /* 限制显示 3 行 */
      overflow: hidden;
      /* 隐藏超出部分 */
      text-overflow: ellipsis;
      /* 超出部分显示省略号 */
      word-wrap: break-word;
      /* 强制长单词换行 */
      word-break: break-word;
      /* 支持中文字符换行 */
      line-height: 1.5em;
      /* 每行高度 */
      /* height: 4.5em; */
      /* 限制容器高度，等于 3 行 */
      width: 100%;
      /* 添加宽度，确保换行 */
      white-space: normal;
      /* 确保文本换行 */
    }
    .text-snippet1 {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      /* 垂直排列 */
      -webkit-line-clamp: 1;
      /* 限制显示 1 行 */
      overflow: hidden;
      /* 隐藏超出部分 */
      text-overflow: ellipsis;
      /* 超出部分显示省略号 */
      word-wrap: break-word;
      /* 强制长单词换行 */
      word-break: break-word;
      /* 支持中文字符换行 */
      line-height: 1.5em;
      /* 每行高度 */
      /* height: 1.5em; */
      /* 限制容器高度，等于 3 行 */
      width: 100%;
      /* 添加宽度，确保换行 */
      white-space: normal;
      /* 确保文本换行 */
    }

    h5.mui-content-padded {
      margin-left: 3px;
      margin-top: 20px !important;
    }

    h5.mui-content-padded:first-child {
      margin-top: 12px !important;
    }

    .mui-media-body {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .read {
      color: gray;
    }
    .mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {
     		 color: #000;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.4em;
        height: 2.8em; /* 1.4em × 2 行 */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;

        word-break: break-word; /* 可选：防止长单词溢出 */
    }
    .mui-grid-view.mui-grid-9 .mui-table-view-cell>a:not(.mui-btn){
        padding: 5px 0;
  }
    .footer {
      margin-top: 30px;
      font-size: 14px;
      color: #777;
    }
    .detail div [width="auto"] {
      width: 100% !important;
      height: 100% !important;
      object-fit: fill !important;
      border-radius: 10px 10px 10px 10px;
    }
    .home.mui-table-view.mui-grid-view .mui-table-view-cell.left{
      padding-left:7px;
      padding-right:2px;
    }
    .home.mui-table-view.mui-grid-view .mui-table-view-cell.right{
      padding-left:7px;
      padding-right:2px;
      margin-left: 7px;
    }
    .home.mui-table-view.mui-grid-view {
      padding-right:0;
    }
/* 悬浮标签 */
    .type-badge {
      position: absolute;
      top: 16px;
      right: 18px;
      color: #fff;
      font-size: 12px;
      padding: 2px 3px;
      border-radius: 4px;
      z-index: 2;
      pointer-events: none;
    }
    .badge-recommend {
      background-color: #ff4500; /* 红橙色 */
    }
    .mui-table-view:before{
      right: 17px;
      left: 17px;
    }
    .mui-table-view:after{
      right: 17px;
      left:17px;
    }

    .home.mui-table-view:before{
     right: 0;
     left: 0;
    }
		.home.mui-table-view:after{
      right: 0;
      left:0;
    }
    .mui-table-view-cell:after{
      right: 17px;
    }
    .mui-slider-indicator .mui-indicator{
      box-shadow: 0 0 0px 0px rgba(130, 130, 130, .7);
    }
    .btn-purchase{
      color:#828282B2 ;
    }
.empty-list {
    text-align: center;
    margin-top: 20px;
}

.mui-media-container {
  display: flex;
  flex-direction: row-reverse;
}

.content-media-container {
  flex: 35;
}
.mui-media-container > .mui-media-body {
  flex: 65;
}
.mui-media-container .content-media-mask {
  position: relative;
  width: 100%;
  height: 100%;
  
}
.content-media-mask .content-media-video {
  display: flex;
  position: absolute;
  right: 8px;
  bottom: 3px;
  color: #F4F5F6;
  font-weight: 700;
  font-size: 1rem;
  gap: 0.25rem;
  height: 1rem;
}

.content-media-mask .content-media-video .mui-icon.mui-icon-videocam {
  line-height: 1rem;
}

.content-media-mask .content-media-video .content-media-video-duration {
  color: #F4F5F6;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
}

.content-media-container.banner .content-media-video {
  right: 16px;
  bottom: 8px;
}

.content-media-container.banner .content-media-video .mui-icon.mui-icon-videocam {
  font-size: 1.5rem;
  font-weight: bold;
}

.content-media-container.banner .content-media-video .content-media-video-duration {
  font-size: 1rem;
}

.content-media-container.recommend {
  position: relative;
}

.content-media-container.recommend .content-media-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
