html {
    --letv-shell-max: 1180px;
    font-size: 16px !important;
    background: #141414;
}

body {
    margin: 0;
    background: #141414;
    color: #d8d8d8;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    line-height: 1.55;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

.hide {
    display: none !important;
}

.letv-page {
    min-height: 100vh;
    background: #141414;
}

.letv-shell {
    width: min(var(--letv-shell-max), calc(100% - 48px));
    margin: 0 auto;
}

.letv-header {
    position: sticky;
    top: 0;
    z-index: 4000;
    color: #f2f2f2;
    background: rgba(18, 18, 18, .92);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
}

.letv-header__inner {
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.letv-brand {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-width: 104px;
}

.letv-logo {
    max-width: 126px;
    max-height: 38px;
    object-fit: contain;
}

html.theme-black .letv-logo--dark,
html.theme-white .letv-logo--light,
html.theme-black .letv-auth__logo--dark,
html.theme-white .letv-auth__logo--light {
    display: none;
}

.letv-nav {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    overflow-x: auto;
    scrollbar-width: none;
}

.letv-nav::-webkit-scrollbar {
    display: none;
}

.letv-nav__item {
    flex: 0 0 auto;
    height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    color: #d7d7d7;
    font-size: 14px;
    border-radius: 2px;
}

.letv-nav__item:hover,
.letv-nav__item.is-current {
    color: #fff;
    background: #3a8b1f;
}

.letv-search {
    flex: 0 0 250px;
    height: 34px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .14);
}

.letv-search__input {
    min-width: 0;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    padding: 0 10px;
}

.letv-search__input::placeholder {
    color: #a6a6a6;
}

.letv-search__button {
    flex: 0 0 76px;
    height: 100%;
    border: 0;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;
    background: #3a8b1f;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
}

.letv-search__icon {
    position: relative;
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.letv-search__icon::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 2px;
    right: -5px;
    bottom: -3px;
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: center;
}

.letv-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.letv-action,
.letv-menu-toggle {
    min-width: 34px;
    height: 34px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d7d7d7;
    background: transparent;
    line-height: 1;
}

.letv-action--text {
    min-width: auto;
    gap: 4px;
    padding: 0 4px;
    font-size: 13px;
}

.letv-action__icon {
    position: relative;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.letv-action__icon--rank {
    border: 2px solid currentColor;
    border-radius: 2px;
}

.letv-action__icon--rank::before,
.letv-action__icon--rank::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    height: 2px;
    background: currentColor;
}

.letv-action__icon--rank::before {
    top: 5px;
    box-shadow: 0 5px 0 currentColor;
}

.letv-action__icon--rank::after {
    top: 10px;
    opacity: .45;
}

.letv-action__icon--user {
    border: 2px solid currentColor;
    border-radius: 50%;
}

.letv-action__icon--user::before,
.letv-action__icon--user::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: currentColor;
}

.letv-action__icon--user::before {
    top: 3px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.letv-action__icon--user::after {
    bottom: 3px;
    width: 10px;
    height: 5px;
    border-radius: 8px 8px 2px 2px;
}

.letv-action__icon--sun {
    width: 18px;
    height: 18px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41'/%3E%3C/svg%3E") center / contain no-repeat;
}

.letv-action__icon--moon {
    border-radius: 50%;
    background: transparent;
    box-shadow: inset 6px -4px 0 -1px currentColor;
    transform: rotate(-18deg);
}

.letv-action__icon--moon::before {
    content: "";
    position: absolute;
    right: 1px;
    top: 3px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: -6px 8px 0 -1px currentColor;
}

.letv-theme-toggle {
    width: 34px;
}

.letv-action:hover,
.letv-menu-toggle:hover {
    color: #9ee36c;
}

.letv-menu-toggle {
    display: none;
    position: relative;
    width: 36px;
}

.letv-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: currentColor;
}

.letv-mobile-panel {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background: #1f1f1f;
}

.letv-mobile-panel.is-open {
    display: block;
}

.letv-mobile-search {
    display: flex;
    gap: 8px;
    padding: 12px 16px;
}

.letv-mobile-search input {
    min-width: 0;
    flex: 1;
    height: 36px;
    border: 1px solid #3a3a3a;
    color: #fff;
    background: #151515;
    padding: 0 10px;
}

.letv-mobile-search button {
    border: 0;
    padding: 0 14px;
    color: #fff;
    background: #3a8b1f;
}

.letv-mobile-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    padding: 0 16px 14px;
}

.letv-mobile-links a {
    min-width: 0;
    padding: 9px 6px;
    text-align: center;
    background: #2b2b2b;
    color: #ddd;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letv-focus {
    position: relative;
    min-height: 460px;
    height: clamp(460px, 42vw, 560px);
    overflow: hidden;
    background: #0c0c0c;
}

.letv-focus__slides,
.letv-focus__slide {
    position: absolute;
    inset: 0;
}

.letv-focus__slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity .38s ease;
}

.letv-focus__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.letv-focus__media,
.letv-focus__media .letv-poster {
    position: absolute;
    inset: 0;
}

.letv-focus__media .letv-poster {
    background-size: cover;
    background-position: center;
}

.letv-focus__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(12, 12, 12, .92) 0%, rgba(12, 12, 12, .28) 38%, rgba(12, 12, 12, .86) 100%),
        linear-gradient(180deg, rgba(12, 12, 12, .08) 0%, rgba(12, 12, 12, .75) 100%);
}

.letv-focus__copy {
    position: relative;
    z-index: 2;
    width: min(var(--letv-shell-max), calc(100% - 48px));
    margin: 0 auto;
    padding-top: clamp(96px, 9.2vw, 128px);
    padding-right: 320px;
    display: none;
    pointer-events: none;
}

.letv-focus__copy.is-active {
    display: block;
}

.letv-focus__copy a,
.letv-focus__copy button {
    pointer-events: auto;
}

.letv-kicker {
    display: inline-flex;
    align-items: center;
    color: #9ee36c;
    font-size: 12px;
    font-weight: 700;
}

.letv-focus h1,
.letv-watch-card h1,
.letv-player-aside h1 {
    margin: 8px 0 8px;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
}

.letv-focus p,
.letv-watch-card p {
    max-width: 460px;
    margin: 0 0 12px;
    color: #d2d2d2;
    font-size: 14px;
}

.letv-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 10px 0 16px;
}

.letv-meta span,
.letv-meta strong {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 2px 8px;
    color: #d9d9d9;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .12);
    font-size: 12px;
    font-weight: 400;
}

.letv-meta strong {
    color: #9ee36c;
    font-weight: 800;
}

.letv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 16px;
    border: 1px solid transparent;
    font-weight: 700;
}

.letv-btn--primary {
    color: #fff;
    background: #3a8b1f;
}

.letv-btn--primary:hover {
    background: #46a326;
}

.letv-btn--ghost {
    color: #e8e8e8;
    border-color: #3e3e3e;
    background: #252525;
}

.letv-focus__nav {
    position: absolute;
    z-index: 4;
    right: calc((100% - min(var(--letv-shell-max), calc(100% - 48px))) / 2);
    top: 84px;
    width: 270px;
    max-height: calc(100% - 152px);
    padding: 10px;
    background: rgba(255, 255, 255, .72);
    color: #303030;
    overflow: hidden;
}

.letv-focus__nav button,
.letv-channel-hero__nav button {
    width: 100%;
    border: 0;
    text-align: left;
    background: transparent;
    color: inherit;
    padding: 7px 8px;
    display: grid;
    gap: 1px;
}

.letv-focus__nav button.is-active,
.letv-channel-hero__nav button.is-active {
    color: #fff;
    background: #3a8b1f;
}

.letv-focus__nav span,
.letv-channel-hero__nav span {
    min-width: 0;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letv-focus__nav em,
.letv-channel-hero__nav em {
    min-width: 0;
    font-size: 12px;
    font-style: normal;
    opacity: .78;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letv-section {
    padding: 28px 0;
}

.letv-section__head {
    margin-bottom: 14px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
}

.letv-section__head h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
}

.letv-section__head a,
.letv-text-link {
    color: #9ee36c;
    font-size: 13px;
}

.letv-tab-nav {
    display: flex;
    gap: 6px;
    margin-bottom: 14px;
    overflow-x: auto;
    scrollbar-width: none;
}

.letv-tab-nav::-webkit-scrollbar {
    display: none;
}

.letv-tab-nav button {
    flex: 0 0 auto;
    border: 0;
    padding: 7px 13px;
    color: #cfcfcf;
    background: #242424;
}

.letv-tab-nav button.is-active {
    color: #fff;
    background: #3a8b1f;
}

.letv-tab-panel {
    display: none;
}

.letv-tab-panel.is-active {
    display: block;
}

.letv-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px 12px;
}

.letv-grid--compact {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.letv-grid--home-latest .letv-card:nth-child(n+19),
.letv-grid--home-compact .letv-card:nth-child(n+11),
.letv-grid--channel-all .letv-card:nth-child(n+49),
.letv-grid--channel-child .letv-card:nth-child(n+19),
.letv-grid--related .letv-card:nth-child(n+13),
.letv-home-rank li:nth-child(n+11) {
    display: none;
}

.letv-card {
    min-width: 0;
}

.letv-card__poster {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    overflow: hidden;
    background: #252525;
}

.letv-poster {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.letv-card__poster::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .82));
}

.letv-card__score,
.letv-card__tag {
    position: absolute;
    z-index: 2;
    bottom: 6px;
    font-size: 12px;
}

.letv-card__score {
    right: 6px;
    color: #9ee36c;
    font-weight: 800;
}

.letv-card__tag {
    left: 6px;
    right: 42px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letv-card__body {
    padding-top: 7px;
}

.letv-card__title {
    display: block;
    color: #f1f1f1;
    font-size: 14px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letv-card__meta {
    margin: 2px 0 0;
    color: #8c8c8c;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letv-home-channel + .letv-home-channel {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.letv-home-channel__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 18px;
}

.letv-home-rank,
.letv-watch-side,
.letv-source,
.letv-filter,
.letv-channel-filter,
.letv-prose,
.letv-comment-shell {
    background: #222;
    border: 1px solid rgba(255, 255, 255, .07);
}

.letv-home-rank {
    padding: 14px;
}

.letv-home-rank h3,
.letv-watch-source h3,
.letv-watch-reco h3,
.letv-source h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 15px;
}

.letv-home-rank ol,
.letv-watch-reco ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 9px;
}

.letv-home-rank li a {
    display: grid;
    grid-template-columns: 24px 58px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
}

.letv-home-rank__text {
    min-width: 0;
}

.letv-home-rank li span,
.letv-watch-reco li span {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: #fff;
    background: #3a8b1f;
    font-size: 12px;
    font-weight: 800;
}

.letv-rank-thumb {
    display: block;
    width: 58px;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
}

.letv-home-rank strong,
.letv-home-rank em,
.letv-watch-reco strong,
.letv-watch-reco em {
    display: block;
    min-width: 0;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letv-home-rank strong,
.letv-watch-reco strong {
    color: #e9e9e9;
    font-size: 13px;
}

.letv-home-rank em,
.letv-watch-reco em {
    color: #8d8d8d;
    font-size: 12px;
}

.letv-rank-page__tabs {
    padding-top: 28px;
}

.letv-rank-page__section-note {
    margin: 0;
    color: #b8b8b8;
    font-size: 14px;
}

.letv-rank-page__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.letv-rank-page__card {
    min-width: 0;
    padding: 14px;
    background: #222;
    border: 1px solid rgba(255, 255, 255, .07);
}

.letv-rank-page__card-head {
    min-height: 42px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.letv-rank-page__eyebrow {
    display: block;
    margin-bottom: 3px;
    color: #9ee36c;
    font-size: 12px;
}

.letv-rank-page__card-head h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}

.letv-rank-page__feature {
    min-width: 0;
    min-height: 126px;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
    padding: 10px;
    color: inherit;
    background: #191919;
}

.letv-rank-page__feature-thumb {
    display: block;
    width: 92px;
    aspect-ratio: 2 / 3;
    background-color: #111;
    background-size: cover;
    background-position: center;
}

.letv-rank-page__feature-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.letv-rank-page__feature-badge {
    align-self: flex-start;
    margin-bottom: 7px;
    padding: 3px 7px;
    color: #fff;
    background: #3a8b1f;
    font-size: 12px;
    font-weight: 800;
}

.letv-rank-page__feature strong,
.letv-rank-page__item-body strong {
    display: block;
    min-width: 0;
    color: #f0f0f0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.letv-rank-page__feature strong {
    font-size: 17px;
    line-height: 1.3;
}

.letv-rank-page__feature-meta {
    margin-top: 7px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    color: #9ee36c;
    font-size: 12px;
}

.letv-rank-page__feature p {
    margin: 8px 0 0;
    color: #9a9a9a;
    font-size: 12px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.letv-rank-page__feature p span {
    margin-left: 6px;
    color: #7f7f7f;
}

.letv-rank-page__list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: grid;
    gap: 7px;
}

.letv-rank-page__list a {
    min-width: 0;
    min-height: 82px;
    display: grid;
    grid-template-columns: 26px 58px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 6px;
    color: inherit;
    background: #252525;
}

.letv-rank-page__list a:hover {
    background: #2d2d2d;
}

.letv-rank-page__index {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    color: #fff;
    background: #3a8b1f;
    font-size: 12px;
    font-weight: 800;
}

.letv-rank-page__thumb {
    display: block;
    width: 58px;
    aspect-ratio: 2 / 3;
    background-color: #151515;
    background-size: cover;
    background-position: center top;
}

.letv-rank-page__item-body {
    min-width: 0;
}

.letv-rank-page__item-body em {
    display: block;
    min-width: 0;
    margin-top: 2px;
    color: #8d8d8d;
    font-size: 12px;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letv-channel-hero {
    padding: 16px 0;
    background: #191919;
}

.letv-channel-hero__inner {
    height: 360px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 0;
    background: #111;
}

.letv-channel-hero__slides {
    position: relative;
    min-width: 0;
    overflow: hidden;
}

.letv-channel-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}

.letv-channel-hero__slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.letv-channel-hero__media,
.letv-channel-hero__media .letv-poster {
    position: absolute;
    inset: 0;
}

.letv-channel-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .2));
}

.letv-channel-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 440px;
    padding: 190px 28px 0;
    display: none;
    pointer-events: none;
}

.letv-channel-hero__copy.is-active {
    display: block;
}

.letv-channel-hero__copy a,
.letv-channel-hero__copy button {
    pointer-events: auto;
}

.letv-channel-hero__copy h1 {
    margin: 7px 0;
    color: #fff;
    font-size: 22px;
}

.letv-channel-hero__copy p {
    margin: 0;
    color: #cfcfcf;
    font-size: 13px;
}

.letv-channel-hero__nav {
    padding: 10px;
    color: #2a2a2a;
    background: rgba(255, 255, 255, .72);
}

.letv-channel-strip {
    display: flex;
    gap: 1px;
    overflow-x: auto;
    padding: 0 0 14px;
    scrollbar-width: none;
    margin-top: 10px;
}

.letv-channel-strip::-webkit-scrollbar {
    display: none;
}

.letv-channel-strip a {
    flex: 0 0 auto;
    padding: 8px 13px;
    color: #ddd;
    background: #2a2a2a;
}

.letv-channel-strip a.is-current {
    color: #fff;
    background: #3a8b1f;
}

.letv-channel-filter-toggle {
    display: none;
}

.letv-channel-filter {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 24px;
}

.letv-channel-filter__col {
    min-width: 0;
    padding: 12px;
    border-right: 1px solid rgba(255, 255, 255, .06);
}

.letv-channel-filter__col strong {
    display: block;
    margin-bottom: 8px;
    color: #9ee36c;
    font-size: 13px;
}

.letv-channel-filter nav {
    max-height: var(--letv-filter-collapsed-height, 132px);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: flex-start;
}

.letv-channel-filter nav.is-expanded {
    max-height: none;
}

.letv-channel-filter nav a,
.letv-channel-filter__more {
    border: 0;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    color: #cfcfcf;
    background: #2c2c2c;
    font-size: 12px;
    line-height: 1.55;
}

.letv-channel-filter nav a.is-current,
.letv-channel-filter nav a:hover {
    color: #fff;
    background: #3a8b1f;
}

.letv-channel-filter__more {
    color: #9ee36c;
}

.letv-channel-filter nav:not(.is-expanded) a.is-collapsed-hidden {
    display: none;
}

.letv-channel-block + .letv-channel-block {
    margin-top: 28px;
}

.letv-watch-hero,
.letv-player-stage {
    padding: 16px 0 24px;
    background: #222;
}

.letv-watch-hero__grid,
.letv-player-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 10px;
    align-items: stretch;
}

.letv-watch-hero__grid {
    align-items: start;
}

.letv-watch-card {
    min-width: 0;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    align-items: start;
    background: #151515;
}

.letv-watch-card__media {
    position: relative;
    aspect-ratio: 2 / 3;
    min-height: 0;
    overflow: hidden;
    background: #050505;
}

.letv-watch-card__media .letv-poster {
    position: absolute;
    inset: 0;
}

.letv-watch-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .78) 100%);
}

.letv-watch-card__body {
    padding: 12px;
}

.letv-watch-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.letv-detail-rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #8e8e8e;
    font-size: 13px;
}

.letv-detail-rating strong {
    color: #ff6a00;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}

.letv-detail-rating__divider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, .18);
}

.letv-detail-rating__stars {
    position: relative;
    display: inline-block;
    width: 105px;
    height: 22px;
    overflow: hidden;
    color: #555;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
    white-space: nowrap;
}

.letv-detail-rating__track,
.letv-detail-rating__fill {
    position: absolute;
    top: 0;
    left: 0;
}

.letv-detail-rating__track {
    color: #4a4a4a;
}

.letv-detail-rating__fill {
    width: var(--letv-score-percent, 0%);
    overflow: hidden;
    color: #ff9d1a;
}

.letv-detail-facts {
    margin: 0 0 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
}

.letv-detail-facts div {
    min-width: 0;
}

.letv-detail-facts dt {
    margin: 0;
    color: #858585;
    font-size: 12px;
}

.letv-detail-facts dd {
    margin: 2px 0 0;
    color: #ddd;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letv-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.letv-watch-side {
    min-width: 0;
    padding: 14px;
    background: #2f2f2f;
    overflow: hidden;
}

.letv-watch-side__head {
    min-height: 38px;
    margin: -14px -14px 10px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    background: #252525;
    line-height: 1.15;
}

.letv-watch-side__head strong,
.letv-watch-side__head span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letv-watch-side__head strong {
    min-width: 0;
    flex: 1 1 auto;
    font-size: 15px;
}

.letv-watch-side__head span {
    flex: 0 0 auto;
    margin-left: auto;
    color: #989898;
    font-size: 12px;
}

.letv-watch-source + .letv-watch-source,
.letv-watch-reco {
    margin-top: 8px;
}

.letv-episode-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.letv-episode-grid a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    min-height: 30px;
    padding: 0 10px;
    color: #d8d8d8;
    background: #303030;
}

.letv-episode-grid a:hover,
.letv-episode-grid li.is-active a {
    color: #fff;
    background: #3a8b1f;
}

.letv-episode-grid--side {
    max-height: 112px;
    overflow: hidden;
}

.letv-watch-reco li a {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 42px;
    gap: 9px;
    align-items: center;
    min-height: 63px;
}

.letv-watch-reco b {
    min-width: 0;
    display: block;
    font-weight: inherit;
    overflow: hidden;
}

.letv-watch-reco__thumb {
    display: block;
    width: 42px;
    aspect-ratio: 2 / 3;
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
}

.letv-prose {
    padding: 18px;
    color: #cfcfcf;
}

.letv-prose p {
    margin: 0;
    line-height: 1.9;
}

.letv-play-sources {
    display: grid;
    gap: 12px;
}

.letv-source {
    padding: 16px;
}

.letv-player-box {
    aspect-ratio: 16 / 9;
    min-height: 365px;
    background: #050505;
    overflow: hidden;
}

.letv-player-box .MacPlayer,
.letv-player-box iframe,
.letv-player-box video {
    width: 100% !important;
    height: 100% !important;
}

.letv-player-lock {
    min-height: 0;
    height: 100%;
    display: grid;
    place-items: center;
    color: #bbb;
}

.letv-player-aside {
    padding: 16px;
    color: #d8d8d8;
    background: #2f2f2f;
}

.letv-player-aside p {
    margin: 0 0 12px;
    color: #9ee36c;
}

.letv-player-actions,
.letv-next-prev {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.letv-player-actions a,
.letv-next-prev a {
    padding: 7px 10px;
    color: #ddd;
    background: #252525;
}

.letv-next-prev {
    margin-top: 12px;
}

.letv-next-prev .is-disabled {
    opacity: .4;
    pointer-events: none;
}

.letv-filter {
    padding: 12px;
}

.letv-filter__summary {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.letv-filter__summary strong {
    color: #fff;
}

.letv-filter__summary div {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.letv-filter__summary span {
    color: #9ee36c;
    font-size: 12px;
}

.letv-filter__toggle,
.letv-filter__reset {
    margin-left: auto;
    border: 0;
    color: #fff;
    background: #3a8b1f;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    white-space: nowrap;
}

.letv-filter__reset {
    margin-left: 0;
    background: #333;
}

.letv-filter__body {
    display: none;
    gap: 8px;
}

.letv-filter.is-open .letv-filter__body {
    display: grid;
}

.letv-filter__row {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.letv-filter__row > span {
    color: #9ee36c;
    font-size: 13px;
}

.letv-filter__row nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.letv-filter__row a {
    padding: 4px 8px;
    color: #cfcfcf;
    background: #2b2b2b;
    font-size: 12px;
}

.letv-filter__row a.is-current,
.letv-filter__row a:hover {
    color: #fff;
    background: #3a8b1f;
}

.letv-sortbar {
    margin: 14px 0 16px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #d8d8d8;
    background: #222;
    border: 1px solid rgba(255, 255, 255, .07);
}

.letv-sortbar div,
.letv-sortbar nav {
    min-width: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}

.letv-sortbar strong {
    color: #fff;
    font-size: 15px;
}

.letv-sortbar span {
    color: #8d8d8d;
    font-size: 13px;
}

.letv-sortbar nav {
    justify-content: flex-end;
}

.letv-sortbar nav a {
    padding: 5px 10px;
    color: #cfcfcf;
    background: #2b2b2b;
    font-size: 13px;
}

.letv-sortbar nav a.is-current,
.letv-sortbar nav a:hover {
    color: #fff;
    background: #3a8b1f;
}

.letv-pagination {
    margin: 22px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
}

.letv-pagination a {
    min-width: 34px;
    min-height: 32px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d7d7d7;
    background: #252525;
    border: 1px solid rgba(255, 255, 255, .08);
    font-size: 13px;
}

.letv-pagination a.is-current,
.letv-pagination a:hover {
    color: #fff;
    background: #3a8b1f;
    border-color: #3a8b1f;
}

.letv-pagination a.is-disabled {
    opacity: .42;
    pointer-events: none;
}

.letv-footer {
    margin-top: 32px;
    padding: 28px 0;
    color: #999;
    background: #101010;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.letv-footer__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr);
    gap: 24px;
}

.letv-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.letv-footer__brand img {
    max-width: 120px;
    max-height: 34px;
}

.letv-footer__text {
    margin: 10px 0 0;
    font-size: 13px;
}

.letv-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    justify-content: flex-end;
}

.letv-footer__links a:hover {
    color: #9ee36c;
}

.letv-footer__meta {
    text-align: right;
    font-size: 12px;
}

.am-share,
.tplconfig_history_pop,
.letv-qrcode-buffer {
    display: none;
}

.am-share {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 9200;
    width: min(520px, calc(100% - 28px));
    color: #e6e6e6;
    background: #222;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 18px 48px rgba(0, 0, 0, .34);
    transform: translate(-50%, calc(100% + 32px));
    transition: transform .24s ease, opacity .24s ease;
    opacity: 0;
}

.am-share.am-modal-active {
    display: block;
    transform: translate(-50%, 0);
    opacity: 1;
}

.am-share-url {
    padding: 14px 16px;
    background: #222;
}

.am-share-url .title_span,
.am-share-url .url_span {
    display: block;
}

.am-share-url .title_span {
    margin-bottom: 8px;
    color: #9ee36c;
    font-size: 13px;
}

.am-share-url .url_span {
    min-height: 36px;
    padding: 8px 10px;
    color: #ddd;
    background: #171717;
    border: 1px solid rgba(255, 255, 255, .1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.am-share-footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.am-share-footer .share_btn,
.am-share-footer .copy_btn {
    min-width: 0;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ddd;
    background: #262626;
    cursor: pointer;
}

.am-share-footer .copy_btn {
    color: #fff;
    background: #3a8b1f;
}

.tplconfig_history_pop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 9100;
    padding: 68px 18px 18px;
    background: rgba(0, 0, 0, .56);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}

.tplconfig_history_pop:has(.tplconfig_history_bg.hfixed),
.tplconfig_history_pop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.tplconfig_history_bg {
    width: min(720px, 100%);
    max-height: min(640px, calc(100vh - 96px));
    margin: 0 auto;
    color: #ddd;
    background: #202020;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .36);
    overflow: hidden;
}

.tplconfig_history_title {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    color: #fff;
    background: #161616;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.tplconfig_history_title .clean_history {
    order: 2;
    margin-left: auto;
    color: #9ee36c;
    font-size: 13px;
}

.tplconfig_history_title #close_history {
    order: 3;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ddd;
    background: #2b2b2b;
}

.tplconfig_history_box {
    max-height: calc(min(640px, calc(100vh - 96px)) - 48px);
    overflow: auto;
}

#tplconfig_history {
    list-style: none;
    margin: 0;
    padding: 14px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

#tplconfig_history .vodlist_item {
    min-width: 0;
}

#tplconfig_history .vodlist_thumb {
    position: relative;
    aspect-ratio: 2 / 3;
    background-size: cover;
    background-position: center;
    background-color: #2a2a2a;
}

#tplconfig_history .pic_text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 7px;
    color: #fff;
    font-size: 12px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .82));
}

#tplconfig_history .vodlist_title {
    margin: 7px 0 0;
    color: #eee;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#tplconfig_history .tplconfig_history_no,
.tplconfig_history_clear {
    grid-column: 1 / -1;
    min-height: 140px;
    display: grid;
    place-items: center;
    color: #999;
    text-align: center;
}

.hl_wrap,
.mac_pop_bg {
    position: fixed;
    inset: 0;
    z-index: 9300;
}

.mac_pop_bg {
    background: rgba(0, 0, 0, .58);
}

.hl_content,
.hl_content.hl_notice,
.mac_pop,
.mac_pop_msg {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9310;
    width: min(420px, calc(100% - 32px));
    max-height: calc(100vh - 48px);
    color: #ddd;
    background: #222;
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 22px 64px rgba(0, 0, 0, .42);
    overflow: auto;
    transform: translate(-50%, -50%) scale(.96);
    opacity: 0;
    transition: transform .22s ease, opacity .22s ease;
}

.hl_content.hl_show,
.hl_content.hl_notice.hl_show,
.mac_pop,
.mac_pop_msg {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.hl_content_hd,
.gonggao .hl_content_hd,
.mac_pop .pop_top {
    padding: 16px 18px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.hl_content_title,
.mac_pop .pop_top h2 {
    min-width: 0;
    flex: 1 1 auto;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.hl_content_bd,
.hl_notice .hl_content_bd,
.mac_pop .pop_content,
.mac_pop .pop-content,
.mac_pop_msg .pop-msg {
    padding: 16px 18px;
    color: #d4d4d4;
    text-align: left;
}

.hl_content_bd .info_img {
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto 12px;
    object-fit: contain;
}

.hl_content_ft,
.mac_pop .pop-foot {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 12px 18px 16px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.hl_content_ft a,
.mac_pop .pop-cancel,
.mac_pop .pop-ok {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    color: #fff;
    background: #3a8b1f;
}

.hl_content_ft .close_box,
.mac_pop .pop-cancel {
    color: #ddd;
    background: #333;
}

.mac_pop span.pop_close {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
    cursor: pointer;
    color: #aaa;
    font-size: 20px;
    line-height: 1;
    border-radius: 50%;
}

.mac_pop span.pop_close:hover {
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

.mac_pop:has(.letv-login-pop) {
    width: min(420px, calc(100% - 32px)) !important;
    max-height: calc(100vh - 40px);
    overflow: auto;
}

.mac_pop .letv-login-pop {
    margin: -4px -2px 0;
    color: #d8d8d8;
}

.mac_pop .letv-login-pop .user-bg {
    padding: 0 !important;
}

.mac_pop .letv-login-pop .reg-w {
    width: 100%;
}

.mac_pop .letv-login-pop .reg-w form {
    display: grid;
    gap: 10px;
}

.mac_pop .letv-login-pop .reg-w form .reg-group {
    min-height: 42px;
    margin: 0 !important;
    padding: 0 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, .1) !important;
    background: #1b1b1b;
}

.mac_pop .letv-login-pop .reg-w form .reg-group label {
    width: auto !important;
    height: auto !important;
    line-height: 1.4 !important;
    color: #9ee36c;
    font-size: 13px;
    white-space: nowrap;
}

.mac_pop .letv-login-pop .reg-w form .reg-group .l-icon {
    flex: 0 0 auto;
    width: 20px !important;
    height: 20px !important;
    object-fit: contain;
    opacity: .68;
    filter: grayscale(1) brightness(1.35);
}

.mac_pop .letv-login-pop .reg-w form .reg-group .reg-control {
    min-width: 0;
    width: 100% !important;
    height: 40px !important;
    padding: 0 !important;
    color: #f2f2f2;
    font-size: 14px !important;
    line-height: 40px !important;
    border: 0 !important;
    outline: 0;
    background: transparent !important;
}

.mac_pop .letv-login-pop .reg-w form .reg-group .reg-control::placeholder {
    color: #777;
}

.mac_pop .letv-login-pop .reg-w form .reg-group .w150 {
    width: 55% !important;
}

.mac_pop .letv-login-pop .reg-w form .m-hi {
    flex: 0 0 auto;
    width: 96px !important;
    height: 34px !important;
    position: static !important;
    object-fit: cover;
    border: 0;
    color: #fff;
    background: #333;
}

.mac_pop .letv-login-pop .reg-w form input[type="button"].m-hi {
    padding: 0 8px;
    font-size: 12px;
    background: #2f382c;
}

.mac_pop .letv-login-pop .reg-w form .btn-brand.btn-sub {
    width: 100%;
    min-height: 42px;
    margin: 4px 0 2px !important;
    padding: 0 16px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 42px !important;
    border: 0 !important;
    border-radius: 3px !important;
    background: #3a8b1f !important;
}

.mac_pop .letv-login-pop .reg-w form .btn-brand.btn-sub:hover {
    background: #46a526 !important;
}

.mac_pop .letv-login-pop .reg-ts,
.mac_pop .letv-login-pop .reg-od,
.mac_pop .letv-login-pop .find-bt,
.mac_pop .letv-login-pop .reg-bt {
    margin-top: 10px;
    color: #aaa;
    font-size: 13px;
}

.mac_pop .letv-login-pop .reg-od {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0 !important;
}

.mac_pop .letv-login-pop .rega-fl,
.mac_pop .letv-login-pop .rega-fr {
    float: none !important;
    color: #aaa;
}

.mac_pop .letv-login-pop .reg-od span,
.mac_pop .letv-login-pop .find-bt span,
.mac_pop .letv-login-pop .reg-bt {
    color: #9ee36c !important;
}

.mac_pop .letv-login-pop .reg-dl h5 {
    margin: 12px 0 8px !important;
    padding: 0 !important;
    color: #858585 !important;
    font-size: 12px !important;
    font-weight: 400;
}

.mac_pop .letv-login-pop .reg-dl ul {
    margin: 0;
    padding: 0;
}

.mac_pop .letv-login-pop .reg-dl li {
    margin: 0 6px !important;
    font-size: 22px !important;
    line-height: 1 !important;
}

.mac_pop.letv-pop--findpass {
    width: min(480px, calc(100% - 32px)) !important;
}

html.theme-white {
    background: #f4f5f1;
}

html.theme-white body,
html.theme-white .letv-page {
    background: #f4f5f1;
    color: #333a32;
}

html.theme-white .letv-header {
    color: #20251f;
    background: rgba(255, 255, 255, .94);
    border-bottom-color: rgba(42, 54, 40, .12);
}

html.theme-white .letv-nav__item {
    color: #343a34;
}

html.theme-white .letv-nav__item:hover,
html.theme-white .letv-nav__item.is-current {
    color: #fff;
    background: #3a8b1f;
}

html.theme-white .letv-search {
    background: #fff;
    border-color: #cfd8ca;
}

html.theme-white .letv-search__input {
    color: #222;
}

html.theme-white .letv-search__input::placeholder {
    color: #7a8378;
}

html.theme-white .letv-action,
html.theme-white .letv-menu-toggle {
    color: #363f36;
}

html.theme-white .letv-action:hover,
html.theme-white .letv-menu-toggle:hover {
    color: #3a8b1f;
}

html.theme-white .letv-mobile-panel {
    background: #fff;
    border-top-color: #dbe2d7;
}

html.theme-white .letv-mobile-search input {
    color: #222;
    background: #f6f7f4;
    border-color: #ccd6c8;
}

html.theme-white .letv-mobile-links a {
    color: #2d352d;
    background: #edf1e9;
}

html.theme-white .letv-home-rank,
html.theme-white .letv-watch-side,
html.theme-white .letv-source,
html.theme-white .letv-filter,
html.theme-white .letv-sortbar,
html.theme-white .letv-channel-filter,
html.theme-white .letv-prose,
html.theme-white .letv-comment-shell,
html.theme-white .letv-empty,
html.theme-white .letv-unavailable,
html.theme-white .letv-box {
    color: #333a32;
    background: #fff;
    border-color: #dce4d8;
}

html.theme-white .letv-tab-nav button,
html.theme-white .letv-channel-strip a,
html.theme-white .letv-channel-filter nav a,
html.theme-white .letv-channel-filter__more,
html.theme-white .letv-filter__row a,
html.theme-white .letv-sortbar nav a,
html.theme-white .letv-pagination a,
html.theme-white .letv-episode-grid a,
html.theme-white .letv-player-actions a,
html.theme-white .letv-next-prev a {
    color: #374035;
    background: #edf1e9;
}

html.theme-white .letv-section__head h2,
html.theme-white .letv-home-rank h3,
html.theme-white .letv-watch-source h3,
html.theme-white .letv-watch-reco h3,
html.theme-white .letv-source h3,
html.theme-white .letv-filter__summary strong {
    color: #1f261f;
}

html.theme-white .letv-card__meta,
html.theme-white .letv-sortbar span,
html.theme-white .letv-home-rank em,
html.theme-white .letv-watch-reco em,
html.theme-white .letv-detail-facts dt,
html.theme-white .letv-watch-side__head span {
    color: #747e72;
}

html.theme-white .letv-third-party-card {
    color: #20301d;
    background: linear-gradient(180deg, #f1f8ee 0%, #dff0d8 100%);
    border-color: rgba(58, 139, 31, .24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .78);
}

html.theme-white .letv-third-party-card:hover {
    background: linear-gradient(180deg, #e6f4df 0%, #cfe9c5 100%);
    border-color: rgba(58, 139, 31, .46);
}

html.theme-white .letv-third-party-copy strong {
    color: #1f351b;
}

html.theme-white .letv-third-party-copy small {
    color: #587052;
}

html.theme-white .letv-tab-nav button.is-active,
html.theme-white .letv-channel-strip a.is-current,
html.theme-white .letv-channel-filter nav a.is-current,
html.theme-white .letv-channel-filter nav a:hover,
html.theme-white .letv-filter__row a.is-current,
html.theme-white .letv-filter__row a:hover,
html.theme-white .letv-sortbar nav a.is-current,
html.theme-white .letv-sortbar nav a:hover,
html.theme-white .letv-pagination a.is-current,
html.theme-white .letv-pagination a:hover,
html.theme-white .letv-episode-grid a:hover,
html.theme-white .letv-episode-grid li.is-active a {
    color: #fff;
    background: #3a8b1f;
}

html.theme-white .letv-card__title,
html.theme-white .letv-home-rank strong,
html.theme-white .letv-watch-reco strong,
html.theme-white .letv-detail-facts dd,
html.theme-white .letv-prose {
    color: #293029;
}

html.theme-white .letv-meta span,
html.theme-white .letv-meta strong {
    color: #334033;
    background: #eef3ea;
    border-color: #d8e3d3;
}

html.theme-white .letv-meta strong,
html.theme-white .letv-kicker,
html.theme-white .letv-detail-rating,
html.theme-white .letv-section__head a,
html.theme-white .letv-text-link,
html.theme-white .letv-channel-filter__col strong,
html.theme-white .letv-filter__row > span {
    color: #3a8b1f;
}

html.theme-white .letv-watch-hero,
html.theme-white .letv-player-stage,
html.theme-white .letv-channel-hero {
    background: #e9eee5;
}

html.theme-white .letv-watch-card {
    background: #fff;
    border: 1px solid #dce4d8;
}

html.theme-white .letv-watch-card h1,
html.theme-white .letv-player-aside h1 {
    color: #1f261f;
}

html.theme-white .letv-watch-card p {
    color: #3e463e;
}

html.theme-white .letv-detail-facts {
    background: #f7faf4;
    border-color: #dce4d8;
}

html.theme-white .letv-watch-side__head,
html.theme-white .letv-player-aside {
    color: #222;
    background: #edf1e9;
}

html.theme-white .letv-footer {
    color: #6f786c;
    background: #e9eee5;
    border-top-color: #d3ddcf;
}

html.theme-white .letv-footer__brand {
    color: #202620;
}

html.theme-white .am-share,
html.theme-white .tplconfig_history_bg,
html.theme-white .hl_content,
html.theme-white .hl_content.hl_notice,
html.theme-white .mac_pop,
html.theme-white .mac_pop_msg,
html.theme-white .letv-third-party-modal__card {
    color: #333a32;
    background: #fff;
    border-color: #dce4d8;
}

html.theme-white .am-share-url,
html.theme-white .tplconfig_history_title,
html.theme-white .hl_content_hd,
html.theme-white .gonggao .hl_content_hd,
html.theme-white .mac_pop .pop_top {
    background: #f1f4ee;
    border-color: #dce4d8;
}

html.theme-white .am-share-url .url_span,
html.theme-white .am-share-footer .share_btn,
html.theme-white .hl_content_ft .close_box,
html.theme-white .mac_pop .pop-cancel {
    color: #333a32;
    background: #edf1e9;
    border-color: #dce4d8;
}

html.theme-white .hl_content_title,
html.theme-white .mac_pop .pop_top h2,
html.theme-white #tplconfig_history .vodlist_title {
    color: #1f261f;
}

html.theme-white .mac_pop .letv-login-pop {
    color: #333a32;
}

html.theme-white .mac_pop .letv-login-pop .reg-w form .reg-group {
    border-color: #dce4d8 !important;
    background: #f7f9f4;
}

html.theme-white .mac_pop .letv-login-pop .reg-w form .reg-group label {
    color: #3a8b1f;
}

html.theme-white .mac_pop .letv-login-pop .reg-w form .reg-group .l-icon {
    opacity: .58;
    filter: grayscale(1) brightness(.58);
}

html.theme-white .mac_pop .letv-login-pop .reg-w form .reg-group .reg-control {
    color: #202620;
}

html.theme-white .mac_pop .letv-login-pop .reg-w form .reg-group .reg-control::placeholder {
    color: #828c80;
}

html.theme-white .mac_pop .letv-login-pop .reg-w form .m-hi {
    color: #2c352b;
    background: #e8eee3;
}

html.theme-white .mac_pop .letv-login-pop .reg-ts,
html.theme-white .mac_pop .letv-login-pop .reg-od,
html.theme-white .mac_pop .letv-login-pop .find-bt,
html.theme-white .mac_pop .letv-login-pop .reg-bt,
html.theme-white .mac_pop .letv-login-pop .rega-fl,
html.theme-white .mac_pop .letv-login-pop .rega-fr {
    color: #667164;
}

.letv-empty,
.letv-unavailable,
.letv-box {
    min-height: 160px;
    display: grid;
    place-items: center;
    color: #999;
    background: #222;
    border: 1px solid rgba(255, 255, 255, .07);
}

.letv-third-party-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}

.letv-third-party-card {
    flex: 1 1 0;
    min-width: 0;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px;
    color: #f2f7ef;
    background: linear-gradient(180deg, #2d3b25 0%, #202b1c 100%);
    border: 1px solid rgba(116, 203, 68, .24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
    border-radius: 10px;
}

.letv-third-party-card:hover {
    transform: translateY(-1px);
    background: linear-gradient(180deg, #35502a 0%, #26381f 100%);
    border-color: rgba(116, 203, 68, .58);
}

.letv-third-party-logo {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #ffffff;
    overflow: hidden;
    border-radius: 8px;
}

.letv-third-party-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.letv-third-party-copy strong,
.letv-third-party-copy small {
    display: block;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.letv-third-party-copy small {
    margin-top: 3px;
    color: #f1f8ee;
}

.letv-third-party-copy strong {
    color: #f8fff5;
}

.letv-third-party-modal {
    position: fixed;
    inset: 0;
    z-index: 9000;
    display: none;
    place-items: center;
    padding: 20px;
    background: rgba(0, 0, 0, .68);
}

.letv-third-party-modal.is-active {
    display: grid;
}

.letv-third-party-modal__card {
    width: min(420px, 100%);
    padding: 24px;
    color: #ddd;
    background: #222;
    border: 1px solid rgba(255, 255, 255, .1);
}

.letv-third-party-modal h3 {
    margin: 8px 0;
    color: #fff;
}

.letv-third-party-modal__eyebrow,
.letv-third-party-modal__count strong {
    color: #9ee36c;
}

.letv-third-party-modal__note {
    display: none;
    color: #ffb68a;
}

.letv-third-party-modal__note.is-active {
    display: block;
}

.letv-third-party-modal__actions {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.letv-comment-shell {
    padding: 16px;
}

.letv-comment-section__head {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: center;
}

.letv-comment-section__head h2 {
    white-space: nowrap;
}

.letv-comment-section__summary {
    min-width: 0;
    margin: 0;
    color: #9a9a9a;
    font-size: 14px;
    text-align: right;
}

.letv-comment-composer {
    display: grid;
    gap: 12px;
}

.letv-comment-composer__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.letv-comment-composer__copy {
    min-width: 0;
}

.letv-comment-composer__eyebrow {
    display: inline-flex;
    margin-bottom: 4px;
    color: #9ee36c;
    font-size: 12px;
    font-weight: 700;
}

.letv-comment-composer__copy strong {
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 1.35;
}

.letv-comment-composer__copy p {
    margin: 4px 0 0;
    color: #a8a8a8;
    font-size: 13px;
}

.letv-comment-shell .comment_form,
.letv-comment-shell .input_wrap {
    margin: 0;
}

.letv-comment-shell .comment_form .comment_content {
    width: 100%;
    min-height: 96px;
    display: block;
    resize: vertical;
    padding: 11px 12px;
    color: #ededed;
    background: #181818;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 2px;
    outline: none;
    font-size: 14px;
    line-height: 1.65;
}

.letv-comment-shell .comment_form .comment_content:focus,
.letv-comment-shell .verify:focus {
    border-color: #3a8b1f;
    box-shadow: 0 0 0 2px rgba(58, 139, 31, .18);
}

.letv-comment-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
}

.letv-comment-toolbar__tips {
    color: #8d8d8d;
    font-size: 13px;
}

.letv-comment-toolbar__tips .comment_remaining {
    color: #9ee36c;
    font-weight: 700;
}

.letv-comment-toolbar__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.letv-comment-toolbar__actions .comm-code {
    width: 110px;
    height: 38px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #101010;
}

.letv-comment-shell .verify {
    width: 108px;
    height: 38px;
    padding: 0 10px;
    color: #ededed;
    background: #181818;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 2px;
    outline: none;
    font-size: 14px;
}

.letv-comment-shell .comment_submit {
    width: auto;
    height: 38px;
    min-width: 72px;
    padding: 0 16px;
    color: #fff;
    background: #3a8b1f;
    border: 1px solid #3a8b1f;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

.letv-comment-shell .comment_submit:hover {
    background: #46a426;
    border-color: #46a426;
}

.letv-comment-shell .part_rows {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.letv-comment-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    margin: 0;
}

.letv-comment-item__avatar img {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    background: #333;
}

.letv-comment-item__card {
    padding: 12px;
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, .07);
}

.letv-comment-item__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #f2f2f2;
    font-size: 13px;
}

.letv-comment-item__head .part_tips {
    color: #777;
    font-size: 12px;
}

.letv-comment-item__text {
    margin-top: 8px;
    color: #d7d7d7;
    font-size: 14px;
    line-height: 1.75;
}

.letv-comment-item__actions,
.letv-comment-reply__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.letv-comment-item__actions a,
.letv-comment-reply__actions a {
    color: #9a9a9a;
    font-size: 12px;
}

.letv-comment-item__actions a:hover,
.letv-comment-reply__actions a:hover {
    color: #9ee36c;
}

.letv-comment-reply {
    margin-top: 10px;
    padding: 10px;
    background: #242424;
    border-left: 2px solid #3a8b1f;
}

.letv-comment-reply__meta {
    color: #dcdcdc;
    font-size: 12px;
}

.letv-comment-reply__meta em {
    color: #888;
    font-style: normal;
}

.letv-comment-reply__text {
    margin-top: 6px;
    color: #d0d0d0;
    font-size: 13px;
}

.letv-comment-empty {
    margin-top: 14px;
    padding: 18px;
    color: #9a9a9a;
    background: #1b1b1b;
    border: 1px dashed rgba(255, 255, 255, .12);
    text-align: center;
}

.letv-comment-empty strong {
    display: block;
    color: #efefef;
    font-size: 16px;
}

.letv-comment-empty p {
    margin: 4px 0 0;
    color: #8d8d8d;
    font-size: 13px;
}

.letv-comment-page {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.letv-comment-page a,
.letv-comment-page span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    color: #d7d7d7;
    background: #252525;
}

.letv-comment-page .active a,
.letv-comment-page a:hover {
    color: #fff;
    background: #3a8b1f;
}

.letv-comment-page__tips {
    margin-top: 8px;
    color: #888;
    text-align: center;
    font-size: 12px;
}

html.theme-white .letv-comment-section__summary,
html.theme-white .letv-comment-composer__copy p,
html.theme-white .letv-comment-toolbar__tips,
html.theme-white .letv-comment-empty p,
html.theme-white .letv-comment-page__tips {
    color: #748071;
}

html.theme-white .letv-comment-composer__copy strong,
html.theme-white .letv-comment-empty strong,
html.theme-white .letv-comment-item__head {
    color: #1f261f;
}

html.theme-white .letv-comment-composer__eyebrow,
html.theme-white .letv-comment-toolbar__tips .comment_remaining {
    color: #3a8b1f;
}

html.theme-white .letv-comment-shell .comment_form .comment_content,
html.theme-white .letv-comment-shell .verify {
    color: #253025;
    background: #f7f9f5;
    border-color: #d4dfcf;
}

html.theme-white .letv-comment-toolbar__actions .comm-code {
    background: #edf1e9;
    border-color: #d4dfcf;
}

html.theme-white .letv-comment-item__card,
html.theme-white .letv-comment-empty {
    background: #f7f9f5;
    border-color: #dce4d8;
}

html.theme-white .letv-comment-item__text,
html.theme-white .letv-comment-reply__text {
    color: #333a32;
}

html.theme-white .letv-comment-item__head .part_tips,
html.theme-white .letv-comment-item__actions a,
html.theme-white .letv-comment-reply__actions a,
html.theme-white .letv-comment-reply__meta em {
    color: #778174;
}

html.theme-white .letv-comment-reply {
    background: #eef3ea;
}

html.theme-white .letv-comment-reply__meta {
    color: #2d352d;
}

html.theme-white .letv-rank-page__section-note {
    color: #687365;
}

html.theme-white .letv-rank-page__card {
    background: #fff;
    border-color: #dce4d8;
}

html.theme-white .letv-rank-page__card-head h3,
html.theme-white .letv-rank-page__feature strong,
html.theme-white .letv-rank-page__item-body strong {
    color: #1f261f;
}

html.theme-white .letv-rank-page__feature,
html.theme-white .letv-rank-page__list a {
    background: #f3f6ef;
}

html.theme-white .letv-rank-page__list a:hover {
    background: #edf2e9;
}

html.theme-white .letv-rank-page__feature p,
html.theme-white .letv-rank-page__item-body em {
    color: #6e786b;
}

html.theme-white .letv-comment-page a,
html.theme-white .letv-comment-page span {
    color: #374035;
    background: #edf1e9;
}

html.theme-white .letv-comment-page .active a,
html.theme-white .letv-comment-page a:hover {
    color: #fff;
    background: #3a8b1f;
}

@media (min-width: 1280px) {
    html {
        --letv-shell-max: 1200px;
    }

    .letv-focus {
        height: 500px;
    }

    .letv-focus__copy {
        padding-top: 168px;
        padding-right: 330px;
    }

    .letv-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 18px 14px;
    }

    .letv-grid--compact {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .letv-home-channel__body {
        grid-template-columns: minmax(0, 1fr) 276px;
        gap: 20px;
    }
}

@media (min-width: 1440px) {
    html {
        --letv-shell-max: 1280px;
    }

    .letv-focus {
        height: 540px;
    }

    .letv-focus__copy {
        padding-top: 188px;
        padding-right: 360px;
    }

    .letv-focus__nav {
        width: 300px;
        top: 124px;
        max-height: 360px;
    }

    .letv-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
        gap: 20px 14px;
    }

    .letv-grid--compact {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .letv-grid--home-latest .letv-card:nth-child(n),
    .letv-grid--home-compact .letv-card:nth-child(n),
    .letv-grid--channel-all .letv-card:nth-child(n),
    .letv-grid--channel-child .letv-card:nth-child(n),
    .letv-grid--related .letv-card:nth-child(n),
    .letv-home-rank li:nth-child(n) {
        display: block;
    }

    .letv-grid--home-latest .letv-card:nth-child(n+22),
    .letv-grid--home-compact .letv-card:nth-child(n+13),
    .letv-grid--channel-all .letv-card:nth-child(n+50),
    .letv-grid--channel-child .letv-card:nth-child(n+22),
    .letv-grid--related .letv-card:nth-child(n+15),
    .letv-home-rank li:nth-child(n+11) {
        display: none;
    }

    .letv-home-channel__body {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 22px;
    }

    .letv-watch-hero__grid {
        grid-template-columns: minmax(0, 1fr) 370px;
        gap: 18px;
    }

    .letv-player-layout {
        grid-template-columns: minmax(0, 1fr) 370px;
        gap: 18px;
    }

    .letv-channel-hero__inner {
        grid-template-columns: minmax(0, 1fr) 300px;
    }

    .letv-rank-page__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1680px) {
    html {
        --letv-shell-max: 1400px;
    }

    .letv-focus {
        height: 580px;
    }

    .letv-focus__copy {
        padding-top: 214px;
        padding-right: 390px;
    }

    .letv-focus h1 {
        font-size: 28px;
    }

    .letv-focus p {
        max-width: 540px;
        font-size: 15px;
    }

    .letv-focus__nav {
        width: 320px;
        top: 136px;
    }

    .letv-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
        gap: 22px 15px;
    }

    .letv-grid--compact {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .letv-grid--home-latest .letv-card:nth-child(n),
    .letv-grid--home-compact .letv-card:nth-child(n),
    .letv-grid--channel-all .letv-card:nth-child(n),
    .letv-grid--channel-child .letv-card:nth-child(n),
    .letv-grid--related .letv-card:nth-child(n),
    .letv-home-rank li:nth-child(n) {
        display: block;
    }

    .letv-grid--home-latest .letv-card:nth-child(n+25),
    .letv-grid--home-compact .letv-card:nth-child(n+15),
    .letv-grid--channel-all .letv-card:nth-child(n+57),
    .letv-grid--channel-child .letv-card:nth-child(n+25),
    .letv-grid--related .letv-card:nth-child(n+17) {
        display: none;
    }

    .letv-home-channel__body {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 24px;
    }
}

@media (min-width: 1900px) {
    html {
        --letv-shell-max: 1500px;
    }

    .letv-focus {
        height: 620px;
    }

    .letv-focus__copy {
        padding-top: 230px;
        padding-right: 420px;
    }

    .letv-focus__nav {
        width: 340px;
        top: 148px;
        max-height: 390px;
    }

    .letv-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .letv-grid--compact {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .letv-grid--home-latest .letv-card:nth-child(n),
    .letv-grid--home-compact .letv-card:nth-child(n),
    .letv-grid--channel-all .letv-card:nth-child(n),
    .letv-grid--channel-child .letv-card:nth-child(n),
    .letv-grid--related .letv-card:nth-child(n),
    .letv-home-rank li:nth-child(n) {
        display: block;
    }

    .letv-grid--home-latest .letv-card:nth-child(n+25),
    .letv-grid--home-compact .letv-card:nth-child(n+15),
    .letv-grid--channel-all .letv-card:nth-child(n+57),
    .letv-grid--channel-child .letv-card:nth-child(n+25),
    .letv-grid--related .letv-card:nth-child(n+17) {
        display: none;
    }

    .letv-home-channel__body {
        grid-template-columns: minmax(0, 1fr) 340px;
        gap: 26px;
    }

    .letv-watch-hero__grid {
        grid-template-columns: minmax(0, 1fr) 370px;
        gap: 20px;
    }

    .letv-player-layout {
        grid-template-columns: minmax(0, 1fr) 370px;
        gap: 20px;
    }
}

@media (max-width: 1020px) {
    .letv-shell {
        width: min(100% - 24px, 970px);
    }

    .letv-focus__copy {
        width: min(100% - 24px, 970px);
    }

    .letv-search {
        flex-basis: 210px;
    }

    .letv-focus__nav {
        right: 12px;
    }

    .letv-watch-hero__grid,
    .letv-player-layout {
        grid-template-columns: minmax(0, 1fr) 280px;
    }

    .letv-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .letv-grid--related .letv-card:nth-child(n) {
        display: block;
    }

    .letv-grid--related .letv-card:nth-child(n+16) {
        display: none;
    }
}

@media (max-width: 760px) {
    .letv-header__inner {
        min-height: 50px;
        gap: 8px;
    }

    .letv-logo {
        max-width: 110px;
        max-height: 32px;
    }

    .letv-nav,
    .letv-search,
    .letv-action--text span {
        display: none;
    }

    .letv-actions {
        margin-left: auto;
        gap: 6px;
    }

    .letv-action--text {
        width: 34px;
        min-width: 34px;
        padding: 0;
    }

    .letv-theme-toggle {
        display: inline-flex;
    }

    .letv-menu-toggle {
        display: block;
    }

    .letv-focus {
        height: 312px;
    }

    .letv-focus__copy {
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 22px;
        width: auto;
        margin: 0;
        padding: 0;
        z-index: 5;
    }

    .letv-focus h1 {
        max-width: 100%;
        margin: 5px 0 6px;
        font-size: 20px;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .letv-focus p {
        display: none;
    }

    .letv-focus .letv-kicker {
        font-size: 12px;
    }

    .letv-focus .letv-meta {
        flex-wrap: nowrap;
        gap: 5px;
        margin: 6px 0 8px;
        max-width: 100%;
        overflow: hidden;
    }

    .letv-focus .letv-meta span,
    .letv-focus .letv-meta strong {
        flex: 0 1 auto;
        min-width: 0;
        min-height: 22px;
        padding: 1px 6px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .letv-focus .letv-meta span {
        max-width: 82px;
    }

    .letv-focus .letv-btn {
        min-height: 32px;
        padding: 0 14px;
        font-size: 14px;
    }

    .letv-focus__nav {
        display: none;
    }

    .letv-grid,
    .letv-grid--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px 10px;
    }

    .letv-grid--related .letv-card:nth-child(n) {
        display: block;
    }

    .letv-grid--related .letv-card:nth-child(n+17) {
        display: none;
    }

    .letv-home-channel__body,
    .letv-watch-hero__grid,
    .letv-player-layout,
    .letv-rank-page__grid,
    .letv-footer__inner {
        grid-template-columns: 1fr;
    }

    .letv-home-rank {
        display: none;
    }

    .letv-channel-hero__inner {
        height: 312px;
        display: block;
        position: relative;
    }

    .letv-channel-hero__slides {
        position: absolute;
        inset: 0;
    }

    .letv-channel-hero__copy {
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 22px;
        max-width: none;
        padding: 0;
        z-index: 5;
    }

    .letv-channel-hero__copy h1 {
        margin: 5px 0 0;
        font-size: 20px;
        line-height: 1.2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .letv-channel-hero__copy p {
        display: none;
    }

    .letv-channel-hero__nav {
        display: none;
    }

    .letv-channel-page .letv-channel-strip {
        padding-bottom: 6px;
    }

    .letv-channel-page .letv-channel-strip a {
        min-height: 32px;
        display: inline-flex;
        align-items: center;
        padding: 5px 10px;
        font-size: 13px;
    }

    .letv-channel-page .letv-listing {
        padding-top: 8px;
    }

    .letv-channel-filter-toggle {
        display: inline-flex;
        align-items: center;
        border: 0;
        min-height: 32px;
        padding: 5px 11px;
        margin-bottom: 8px;
        color: #fff;
        background: #3a8b1f;
        font-size: 13px;
    }

    .letv-channel-filter {
        display: none;
        grid-template-columns: 1fr;
    }

    .letv-channel-filter.is-open {
        display: grid;
    }

    .letv-channel-filter__col {
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 8px;
        align-items: center;
        padding: 8px 10px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
    }

    .letv-channel-filter__col strong {
        margin: 0;
    }

    .letv-channel-filter nav {
        max-height: none;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .letv-channel-filter nav::-webkit-scrollbar {
        display: none;
    }

    .letv-channel-filter nav a {
        flex: 0 0 auto;
    }

    .letv-rank-page__tabs {
        padding-top: 14px;
    }

    .letv-rank-page__tabs .letv-section__head {
        align-items: flex-start;
        gap: 6px;
    }

    .letv-rank-page__section-note {
        font-size: 12px;
    }

    .letv-rank-page__card {
        padding: 10px;
    }

    .letv-rank-page__card-head {
        min-height: 34px;
        margin-bottom: 9px;
    }

    .letv-rank-page__card-head h3 {
        font-size: 16px;
    }

    .letv-rank-page__feature {
        min-height: 108px;
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 10px;
        padding: 8px;
    }

    .letv-rank-page__feature-thumb {
        width: 76px;
    }

    .letv-rank-page__feature strong {
        font-size: 15px;
    }

    .letv-rank-page__feature-meta,
    .letv-rank-page__feature p,
    .letv-rank-page__item-body em {
        font-size: 12px;
    }

    .letv-rank-page__list {
        gap: 6px;
    }

    .letv-rank-page__list a {
        min-height: 74px;
        grid-template-columns: 24px 52px minmax(0, 1fr);
        gap: 8px;
        padding: 5px;
    }

    .letv-rank-page__index {
        width: 24px;
        height: 24px;
    }

    .letv-rank-page__thumb {
        width: 52px;
    }

    .letv-watch-card {
        grid-template-columns: 116px minmax(0, 1fr);
        column-gap: 12px;
        padding: 12px;
    }

    .letv-watch-card__body {
        display: contents;
    }

    .letv-watch-card__top {
        display: block;
    }

    .letv-watch-card__top,
    .letv-watch-card h1,
    .letv-watch-card p,
    .letv-watch-card .letv-meta,
    .letv-detail-actions {
        grid-column: 2;
        min-width: 0;
    }

    .letv-watch-card__media {
        grid-column: 1;
        grid-row: 1 / span 5;
    }

    .letv-detail-rating {
        margin-top: 6px;
    }

    .letv-watch-card h1 {
        margin: 7px 0 6px;
        font-size: 20px;
    }

    .letv-watch-card p {
        display: none;
    }

    .letv-watch-card .letv-meta {
        gap: 5px;
        margin: 8px 0 10px;
    }

    .letv-watch-card .letv-meta span,
    .letv-watch-card .letv-meta strong {
        min-height: 22px;
        padding: 1px 6px;
        font-size: 12px;
    }

    .letv-detail-facts {
        grid-column: 1 / -1;
        margin: 10px 0 0;
        padding: 10px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px 12px;
        background: rgba(255, 255, 255, .03);
        border: 1px solid rgba(255, 255, 255, .07);
    }

    .letv-detail-facts dt {
        font-size: 12px;
    }

    .letv-detail-facts dd {
        margin-top: 1px;
        font-size: 13px;
    }

    .letv-detail-actions {
        gap: 6px;
    }

    .letv-detail-actions .letv-btn {
        min-height: 32px;
        padding: 0 12px;
        font-size: 14px;
    }

    .letv-watch-side {
        display: none;
    }

    .letv-comment-section__head {
        align-items: flex-start;
        gap: 6px;
        grid-template-columns: 1fr;
    }

    .letv-comment-section__summary {
        display: none;
    }

    .letv-comment-shell {
        padding: 12px;
    }

    .letv-comment-composer__copy strong {
        font-size: 16px;
    }

    .letv-comment-composer__copy p {
        font-size: 12px;
    }

    .letv-comment-shell .comment_form .comment_content {
        min-height: 88px;
    }

    .letv-comment-toolbar {
        display: block;
    }

    .letv-comment-toolbar__actions {
        justify-content: flex-start;
        margin-top: 8px;
    }

    .letv-comment-toolbar__actions .comm-code {
        width: 102px;
    }

    .letv-comment-shell .verify {
        flex: 1 1 92px;
        min-width: 0;
    }

    .letv-comment-shell .comment_submit {
        min-width: 64px;
        padding: 0 12px;
    }

    .letv-comment-item {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 8px;
    }

    .letv-comment-item__avatar img {
        width: 34px;
        height: 34px;
    }

    .letv-comment-item__card {
        padding: 10px;
    }

    .letv-comment-item__head {
        display: block;
    }

    .letv-player-box,
    .letv-player-box .MacPlayer,
    .letv-player-box iframe,
    .letv-player-box video,
    .letv-player-lock {
        min-height: 230px;
        height: 230px !important;
    }

    .letv-filter {
        padding: 7px;
    }

    .letv-filter__summary {
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
        margin-bottom: 4px;
    }

    .letv-filter__summary strong {
        font-size: 16px;
        line-height: 1.2;
    }

    .letv-filter__summary div {
        flex: 1 1 100%;
        gap: 4px;
        order: 3;
    }

    .letv-filter__summary span {
        font-size: 11px;
    }

    .letv-filter__toggle,
    .letv-filter__reset {
        min-height: 28px;
        padding: 0 8px;
        font-size: 12px;
        line-height: 1;
    }

    .letv-filter__toggle {
        margin-left: 0;
    }

    .letv-filter__body {
        gap: 4px;
    }

    .letv-filter__row {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 4px;
    }

    .letv-filter__row > span {
        font-size: 12px;
        line-height: 28px;
    }

    .letv-filter__row nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .letv-filter__row nav::-webkit-scrollbar {
        display: none;
    }

    .letv-filter__row a {
        flex: 0 0 auto;
        min-height: 28px;
        padding: 0 8px;
        display: inline-flex;
        align-items: center;
        font-size: 12px;
        line-height: 1;
    }

    .letv-sortbar {
        margin: 8px 0 10px;
        padding: 6px 7px;
        align-items: center;
        flex-direction: row;
        gap: 8px;
    }

    .letv-sortbar div {
        flex: 0 0 auto;
        gap: 4px;
        white-space: nowrap;
    }

    .letv-sortbar strong {
        font-size: 13px;
    }

    .letv-sortbar span,
    .letv-sortbar nav a {
        font-size: 12px;
    }

    .letv-sortbar nav {
        flex: 1 1 auto;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 5px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .letv-sortbar nav::-webkit-scrollbar {
        display: none;
    }

    .letv-sortbar nav a {
        flex: 0 0 auto;
        min-height: 28px;
        padding: 0 8px;
        display: inline-flex;
        align-items: center;
    }

    .letv-pagination {
        margin-top: 14px;
        gap: 5px;
    }

    .letv-pagination a {
        min-width: 30px;
        min-height: 28px;
        padding: 0 8px;
        font-size: 12px;
    }

    .letv-third-party-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .letv-third-party-card {
        grid-template-columns: 36px minmax(0, 1fr);
        gap: 8px;
        padding: 9px;
    }

    .letv-third-party-logo {
        width: 36px;
        height: 36px;
    }

    .letv-footer__links,
    .letv-footer__meta {
        justify-content: flex-start;
        text-align: left;
    }
}

@media (max-width: 420px) {
    .letv-mobile-links {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .letv-focus__copy {
        left: 14px;
        right: 14px;
        bottom: 62px;
        padding: 0;
    }

    .letv-section {
        padding: 22px 0;
    }

    .letv-prose {
        padding: 18px 14px;
    }

    .letv-section__head h2 {
        font-size: 20px;
    }
}
