@import "./original-bundle.css";

.xiazai-fcdm-site-theme {
  --fcdm-yellow: var(--template-seo-theme-color, #ffdc00);
  --fcdm-dark: #202e31;
  --fcdm-text: #333;
  --fcdm-muted: #777;
  --fcdm-line: #e6e6e6;
  --fcdm-bg: #f6f6f6;
  --fcdm-card: #fff;
  background: var(--fcdm-bg);
  color: var(--fcdm-text);
  min-height: 100vh;
  font: 14px/1.6 Arial, "Microsoft YaHei", "微软雅黑", sans-serif;
}

.xiazai-fcdm-site-theme * { box-sizing: border-box; }
.xiazai-fcdm-site-theme a { color: inherit; text-decoration: none; }
.xiazai-fcdm-site-theme a:hover { color: var(--fcdm-yellow); }
.xiazai-fcdm-site-theme ul, .xiazai-fcdm-site-theme p, .xiazai-fcdm-site-theme h1, .xiazai-fcdm-site-theme h2, .xiazai-fcdm-site-theme h3 { margin: 0; padding: 0; }
.xiazai-fcdm-site-theme ul { list-style: none; }
.xiazai-fcdm-site-theme .l { float: left; }
.xiazai-fcdm-site-theme .r { float: right; }
.xiazai-fcdm-site-theme .clearfix::after { content: ""; display: table; clear: both; }
.xiazai-fcdm-site-theme .hidden-pc { display: none; }
.xiazai-fcdm-site-theme .red { color: var(--fcdm-yellow); }

.xiazai-fcdm-site-theme .small_nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--fcdm-dark);
  border-bottom: 4px solid var(--fcdm-yellow);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .16);
}
.xiazai-fcdm-site-theme .nav_box { width: 1200px; height: 64px; margin: 0 auto; position: relative; }
.xiazai-fcdm-site-theme .logo { width: 220px; height: 64px; overflow: hidden; }
.xiazai-fcdm-site-theme .logo a { display: block; height: 64px; background: var(--fcdm-yellow); transform: skew(-18deg); margin-left: -22px; padding-left: 28px; }
.xiazai-fcdm-site-theme .logo-box { display: block; height: 64px; width: 178px; background-repeat: no-repeat; background-position: center; background-size: contain; transform: skew(18deg); }
.xiazai-fcdm-site-theme .nav { width: 620px; overflow: hidden; }
.xiazai-fcdm-site-theme .nav ul { white-space: nowrap; }
.xiazai-fcdm-site-theme .nav li { display: inline-block; }
.xiazai-fcdm-site-theme .nav li a { display: block; height: 64px; line-height: 64px; color: #eee; padding: 0 12px; font-size: 16px; }
.xiazai-fcdm-site-theme .nav li.swiper-slide-active a,
.xiazai-fcdm-site-theme .nav li a:hover { background: var(--fcdm-yellow); color: var(--fcdm-dark); text-decoration: none; }
.xiazai-fcdm-site-theme .search { width: 220px; margin-top: 15px; background: #fff; border-radius: 18px; overflow: hidden; }
.xiazai-fcdm-site-theme .search_text { width: 174px; height: 34px; border: 0; outline: 0; padding: 0 14px; font: inherit; }
.xiazai-fcdm-site-theme .search_btn { width: 42px; height: 34px; border: 0; cursor: pointer; background: var(--fcdm-yellow); }
.xiazai-fcdm-site-theme .nav_r { height: 64px; line-height: 64px; color: #bbb; }
.xiazai-fcdm-site-theme .nav_r li { display: inline-block; margin-left: 10px; }

.xiazai-fcdm-site-theme .wrapper,
.xiazai-fcdm-site-theme .mbx_box { width: 1200px; margin: 0 auto; }
.xiazai-fcdm-site-theme .wrapper { padding: 20px 0; }
.xiazai-fcdm-site-theme .mbx_bg { background: #fff; border-bottom: 1px solid var(--fcdm-line); line-height: 42px; color: #777; }

.xiazai-fcdm-site-theme .fcdm-hero { background: #fff; border: 1px solid var(--fcdm-line); padding: 18px; margin-bottom: 20px; }
.xiazai-fcdm-site-theme .fcdm-hero-poster { width: 68%; height: 360px; display: block; position: relative; overflow: hidden; background: #111; }
.xiazai-fcdm-site-theme .fcdm-hero-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.xiazai-fcdm-site-theme .fcdm-hero-poster:hover img { transform: scale(1.04); }
.xiazai-fcdm-site-theme .maskbg { position: absolute; inset: auto 0 0; height: 40%; background: linear-gradient(transparent, rgba(0,0,0,.82)); }
.xiazai-fcdm-site-theme .fcdm-hero-text { position: absolute; left: 28px; right: 28px; bottom: 24px; color: #fff; z-index: 2; }
.xiazai-fcdm-site-theme .fcdm-hero-text strong { display: block; font-size: 30px; line-height: 1.2; margin-bottom: 8px; }
.xiazai-fcdm-site-theme .fcdm-hero-text p { color: #ddd; }
.xiazai-fcdm-site-theme .fcdm-hot { width: 29%; }

.xiazai-fcdm-site-theme .nytitle,
.xiazai-fcdm-site-theme .fcdm-section .title { height: 38px; border-bottom: 1px solid var(--fcdm-line); margin-bottom: 16px; }
.xiazai-fcdm-site-theme .nytitle h3,
.xiazai-fcdm-site-theme .t_head { float: left; line-height: 35px; font-size: 18px; color: var(--fcdm-dark); border-bottom: 3px solid var(--fcdm-yellow); padding: 0 10px; }
.xiazai-fcdm-site-theme .fcdm-section { background: var(--fcdm-card); border: 1px solid var(--fcdm-line); padding: 16px; margin-bottom: 20px; }
.xiazai-fcdm-site-theme .fcdm-section .more { line-height: 35px; color: var(--fcdm-muted); }
.xiazai-fcdm-site-theme .c2_list { margin-left: -20px; }
.xiazai-fcdm-site-theme .fcdm-card-item { width: 183px; float: left; margin: 0 0 16px 20px; overflow: hidden; position: relative; }
.xiazai-fcdm-site-theme .show_play { display: block; width: 100%; padding-top: 135%; position: relative; overflow: hidden; background: #eee; }
.xiazai-fcdm-site-theme .tc_img,
.xiazai-fcdm-site-theme .tc_img img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.xiazai-fcdm-site-theme .tc_img img { object-fit: cover; transition: transform .3s ease; }
.xiazai-fcdm-site-theme .show_play:hover .tc_img img { transform: scale(1.1); }
.xiazai-fcdm-site-theme .tc_img1 { position: absolute; inset: 0; background: rgba(0,0,0,.32); opacity: 0; transition: opacity .2s ease; }
.xiazai-fcdm-site-theme .show_play:hover .tc_img1 { opacity: 1; }
.xiazai-fcdm-site-theme .tc_wz { position: absolute; left: 0; right: 0; bottom: 0; height: 32px; line-height: 32px; color: #fff; text-align: center; z-index: 2; overflow: hidden; }
.xiazai-fcdm-site-theme .fcdm-rank-mark { position: absolute; left: 0; top: 0; width: 28px; height: 28px; background: var(--fcdm-yellow); color: var(--fcdm-dark); text-align: center; line-height: 28px; font-style: normal; font-weight: 700; }
.xiazai-fcdm-site-theme .fcdm-card-item .name a { display: block; line-height: 28px; height: 28px; overflow: hidden; text-align: center; color: #222; }
.xiazai-fcdm-site-theme .fcdm-card-item .time { height: 22px; line-height: 22px; color: #999; text-align: center; overflow: hidden; }

.xiazai-fcdm-site-theme .r_list1 li { height: 34px; line-height: 34px; border-bottom: 1px solid var(--fcdm-line); position: relative; overflow: hidden; }
.xiazai-fcdm-site-theme .r_list1 .show_pf { float: right; color: var(--fcdm-yellow); font-size: 12px; }
.xiazai-fcdm-site-theme .r_list1 a { color: #333; }

.xiazai-fcdm-site-theme .fcdm-filter-box,
.xiazai-fcdm-site-theme .fcdm-video-detail,
.xiazai-fcdm-site-theme .fcdm-player-box,
.xiazai-fcdm-site-theme .fcdm-playlist-box,
.xiazai-fcdm-site-theme .fcdm-rating,
.xiazai-fcdm-site-theme .fcdm-brand-links,
.xiazai-fcdm-site-theme .fcdm-index-links { background: #fff; border: 1px solid var(--fcdm-line); padding: 18px; margin-bottom: 20px; }
.xiazai-fcdm-site-theme .fcdm-filter-box h1 { font-size: 24px; color: var(--fcdm-dark); margin-bottom: 6px; }
.xiazai-fcdm-site-theme .fcdm-filter-row { border-top: 1px dashed var(--fcdm-line); padding: 12px 0; }
.xiazai-fcdm-site-theme .filter-label { width: 70px; color: var(--fcdm-muted); }
.xiazai-fcdm-site-theme .filter-items a { display: inline-block; margin: 0 8px 8px 0; padding: 3px 10px; border-radius: 3px; background: #f2f2f2; }
.xiazai-fcdm-site-theme .filter-items a.active,
.xiazai-fcdm-site-theme .filter-items a:hover { background: var(--fcdm-yellow); color: var(--fcdm-dark); }

.xiazai-fcdm-site-theme .detail-poster { width: 250px; position: relative; }
.xiazai-fcdm-site-theme .detail-poster img { width: 100%; display: block; min-height: 330px; object-fit: cover; }
.xiazai-fcdm-site-theme .detail-badge { position: absolute; left: 0; right: 0; bottom: 0; line-height: 34px; text-align: center; color: #fff; background: rgba(0,0,0,.72); }
.xiazai-fcdm-site-theme .detail-info { width: calc(100% - 285px); }
.xiazai-fcdm-site-theme .detail-info h1 { font-size: 28px; line-height: 36px; color: var(--fcdm-dark); margin-bottom: 12px; }
.xiazai-fcdm-site-theme .detail-info .score { margin-left: 14px; color: var(--fcdm-yellow); font-family: Georgia, serif; }
.xiazai-fcdm-site-theme .detail-info p { line-height: 28px; color: #666; }
.xiazai-fcdm-site-theme .detail-desc { margin: 12px 0; color: #555; line-height: 1.8; }
.xiazai-fcdm-site-theme .fcdm-play-btn { display: inline-flex; align-items: center; gap: 6px; background: var(--fcdm-yellow); color: var(--fcdm-dark); padding: 9px 20px; border-radius: 3px; font-weight: 700; }
.xiazai-fcdm-site-theme .fcdm-play-btn .icon { width: 16px; height: 16px; }
.xiazai-fcdm-site-theme .playlist li { float: left; margin: 0 10px 10px 0; }
.xiazai-fcdm-site-theme .playlist a { display: block; min-width: 76px; text-align: center; padding: 7px 12px; border: 1px solid var(--fcdm-line); background: #fafafa; }
.xiazai-fcdm-site-theme .playlist li.active a,
.xiazai-fcdm-site-theme .playlist a:hover { background: var(--fcdm-yellow); color: var(--fcdm-dark); border-color: var(--fcdm-yellow); }
.xiazai-fcdm-site-theme .play-source h3 { font-size: 16px; margin: 12px 0; }

.xiazai-fcdm-site-theme .player_title { background: var(--fcdm-dark); color: #fff; padding: 12px 18px; }
.xiazai-fcdm-site-theme .player_title h1 { font-size: 18px; line-height: 26px; }
.xiazai-fcdm-site-theme .player_stage { background: #111; }
.xiazai-fcdm-site-theme .MacPlayer { width: 78%; min-height: 520px; background: #000; }
.xiazai-fcdm-site-theme .fcdm-player-shell {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 520px;
  overflow: hidden;
  background: #111;
}
.xiazai-fcdm-site-theme .fcdm-player-shell .MacPlayer {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 1 !important;
  height: auto !important;
  min-height: 520px;
  background: #000 !important;
}
.xiazai-fcdm-site-theme .MacPlayer .video-player-container,
.xiazai-fcdm-site-theme .MacPlayer video,
.xiazai-fcdm-site-theme .MacPlayer iframe { width: 100%; min-height: 520px; }
.xiazai-fcdm-site-theme .player_side { width: 22%; color: #ddd; padding: 18px; }
.xiazai-fcdm-site-theme .player_side img { width: 100%; max-height: 280px; object-fit: cover; margin-bottom: 12px; }
.xiazai-fcdm-site-theme .player_side h2 { font-size: 18px; line-height: 26px; color: #fff; }
.xiazai-fcdm-site-theme .player_bottom { background: #202e31; color: #ddd; padding: 10px 18px; display: flex; justify-content: space-between; }
.xiazai-fcdm-site-theme .fcdm-play-seo { background: #fff; border: 1px solid var(--fcdm-line); padding: 18px; margin-bottom: 20px; }
.xiazai-fcdm-site-theme .fcdm-play-seo h2 { font-size: 20px; color: var(--fcdm-dark); margin-bottom: 10px; }
.xiazai-fcdm-site-theme .fcdm-play-seo p { color: #555; line-height: 1.9; }

.xiazai-fcdm-site-theme .small_foot { background: #202e31; color: #aaa; padding: 28px 0; margin-top: 20px; text-align: center; }
.xiazai-fcdm-site-theme .f_01, .xiazai-fcdm-site-theme .f_02 { width: 1200px; margin: 0 auto; }
.xiazai-fcdm-site-theme .foot-search { width: 360px; height: 36px; margin: 0 auto 14px; background: #fff; border-radius: 18px; overflow: hidden; }
.xiazai-fcdm-site-theme .f_serbtn { width: 46px; height: 36px; border: 0; background: var(--fcdm-yellow); float: right; }
.xiazai-fcdm-site-theme .f_in { width: 300px; height: 36px; border: 0; outline: 0; padding: 0 14px; }
.xiazai-fcdm-site-theme .foot-link a,
.xiazai-fcdm-site-theme .fcdm-brand-links a { display: inline-block; margin: 0 8px 8px; color: #aaa; }

@media (max-width: 1240px) {
  .xiazai-fcdm-site-theme .nav_box,
  .xiazai-fcdm-site-theme .wrapper,
  .xiazai-fcdm-site-theme .mbx_box,
  .xiazai-fcdm-site-theme .f_01,
  .xiazai-fcdm-site-theme .f_02 { width: calc(100% - 24px); }
  .xiazai-fcdm-site-theme .nav { width: calc(100% - 470px); }
  .xiazai-fcdm-site-theme .fcdm-card-item { width: calc(20% - 20px); }
}

@media (max-width: 768px) {
  .xiazai-fcdm-site-theme .hidden-mobile { display: none !important; }
  .xiazai-fcdm-site-theme .hidden-pc { display: block; }
  .xiazai-fcdm-site-theme .small_nav { position: relative; }
  .xiazai-fcdm-site-theme .nav_box { height: auto; padding-bottom: 10px; }
  .xiazai-fcdm-site-theme .logo { width: 180px; }
  .xiazai-fcdm-site-theme .search { float: none; clear: both; width: 100%; margin: 8px 0 0; }
  .xiazai-fcdm-site-theme .search_text { width: calc(100% - 42px); }
  .xiazai-fcdm-site-theme .all-type-content { clear: both; padding: 8px 0; }
  .xiazai-fcdm-site-theme .all-type-content li { display: inline-block; margin: 0 8px 8px 0; }
  .xiazai-fcdm-site-theme .fcdm-hero-poster,
  .xiazai-fcdm-site-theme .fcdm-hot,
  .xiazai-fcdm-site-theme .detail-poster,
  .xiazai-fcdm-site-theme .detail-info,
  .xiazai-fcdm-site-theme .MacPlayer,
  .xiazai-fcdm-site-theme .player_side { width: 100%; float: none; }
  .xiazai-fcdm-site-theme .fcdm-player-shell { display: block; min-height: 260px; }
  .xiazai-fcdm-site-theme .fcdm-hero-poster { height: 240px; margin-bottom: 14px; }
  .xiazai-fcdm-site-theme .fcdm-card-item { width: calc(50% - 20px); }
  .xiazai-fcdm-site-theme .detail-poster { max-width: 220px; margin: 0 auto 16px; }
  .xiazai-fcdm-site-theme .fcdm-player-shell .MacPlayer,
  .xiazai-fcdm-site-theme .MacPlayer,
  .xiazai-fcdm-site-theme .MacPlayer .video-player-container,
  .xiazai-fcdm-site-theme .MacPlayer video,
  .xiazai-fcdm-site-theme .MacPlayer iframe { min-height: 260px; }
  .xiazai-fcdm-site-theme .player_side { display: none; }
}
