/*<meta name="theme-color" content="#F5C400">*/

:root{
  --y0:#FFFBE6;
  --y1:#FFF3BF;
  --y2:#FFE066;
  --y3:#FFD43B;
  --y4:#FCC419;
  --y5:#FAB005;
  --y6:#F59F00;

  --ink0:#17181B;
  --ink1:#23252B;
  --ink2:#343744;

  --muted:#5B6172;
  --muted2:#7C8396;

  --panel:rgba(255,243,191,.92);
  --card:rgba(255,253,245,.96);

  --border:rgba(23,24,27,.14);
  --border2:rgba(23,24,27,.10);

  --shadow:0 10px 26px rgba(23,24,27,.14);
  --shadow2:0 6px 18px rgba(23,24,27,.10);

  --radius:14px;
  --radius2:10px;

  --focus:0 0 0 .22rem rgba(245,159,0,.32);
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg,var(--y3) 0%,var(--y1) 42%,var(--y0) 100%) !important;
    color: var(--ink0);
}

html,body {
    overflow-x: hidden;
    background: linear-gradient(180deg,var(--y3) 0%,var(--y1) 42%,var(--y0) 100%) !important;
    color: var(--ink0);
}

header {
    background: linear-gradient(90deg,var(--y6) 0%,var(--y5) 50%,var(--y6) 100%) !important;
    color: #fff;
    padding: 10px 20px;
    box-shadow: 0 10px 22px rgba(23,24,27,.18);
    border-bottom: 1px solid rgba(255,255,255,.35);
}

header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header nav ul li {
    display: inline;
    margin-right: 15px;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
}

footer {
    text-align: center;
    padding: 10px 0;
    background: rgba(255,243,191,.95);
    color: var(--ink2);
    margin-top: 20px;
    border-top: 1px solid var(--border2);
    padding-bottom: 36px;
}

.navbar {
    box-shadow: 0 6px 16px rgba(23,24,27,.14);
    background: linear-gradient(90deg,var(--y6),var(--y5)) !important;
    border-bottom: 1px solid rgba(255,255,255,.32);
}

.navbar-brand img {
    margin-right: 10px;
}

.navbar a,
.navbar .nav-link{
    color: rgba(255,255,255,.95) !important;
}

.navbar a:hover,
.navbar .nav-link:hover{
    color: #fff !important;
    opacity: .92;
}

.navbar-nav .dropdown-menu {
    border-radius: 12px;
    background: var(--card) !important;
    border: 1px solid var(--border);
    box-shadow: var(--shadow2);
}

.navbar-nav .dropdown-item {
    transition: background-color 0.3s ease;
    color: var(--ink1) !important;
}

.navbar-nav .dropdown-item:hover {
    background-color: rgba(245,159,0,.18) !important;
    color: var(--ink0) !important;
}

.form-control {
    border-radius: 25px;
    padding: 0.5rem 1rem;
    background: rgba(255,255,255,.92) !important;
    color: var(--ink0) !important;
    border: 1px solid rgba(245,159,0,.32) !important;
}

.form-control::placeholder{
    color: rgba(35,37,43,.55) !important;
}

.form-control:focus{
    border-color: rgba(245,159,0,.60) !important;
    box-shadow: var(--focus) !important;
}

.btn-outline-primary {
    border-radius: 25px;
    padding: 0.5rem 1rem;
    background: rgba(255,255,255,.12) !important;
    border-color: rgba(255,255,255,.85) !important;
    color: #fff !important;
}

.btn-outline-primary:hover{
    background: rgba(255,255,255,.22) !important;
    border-color: rgba(255,255,255,.95) !important;
    color: #fff !important;
}

.btn-primary{
    background: linear-gradient(90deg,var(--y6),var(--y5)) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(245,159,0,.22);
}

.btn-primary:hover{
    filter: brightness(1.02);
}

.input-diy{
    width: 75%;
}

.form-diy{
    justify-content: center;
}

.ul-diy{
    width: 50%;
}

.no-static{
    position:absolute !important;
}

.video-section {
    margin-bottom: 2rem;
    background: var(--panel);
    border: 1px solid rgba(245,159,0,.18);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 14px 14px 8px;
}

.section-title {
    font-weight: bold;
    font-size: 1.25rem;
    color: var(--ink0);
}

.card {
    box-shadow: 0 6px 18px rgba(23,24,27,.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: var(--card) !important;
    border: 1px solid rgba(245,159,0,.16) !important;
    border-radius: var(--radius) !important;
}

.card:hover {
    transform: scale(1.03);
    box-shadow: 0 14px 30px rgba(23,24,27,.16);
}

.container {
    max-width: 1200px;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
    filter: contrast(1.04) saturate(1.04);
}

@media (max-width: 768px) {
    .card-img-top {
        height: 120px;
    }
}

.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
    color: var(--ink0);
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

a {
    text-decoration: none;
    color: var(--ink1);
}

a:hover .card {
    transform: scale(1.02);
    box-shadow: 0 14px 30px rgba(23,24,27,.16);
}

.card-title {
    margin-bottom: 0;
}

.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(90deg,var(--y6),var(--y5)) !important;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 8px 18px rgba(245,159,0,.22);
}

.pagination {
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: 2px;
}

.pagination .page-item .page-link {
    color: var(--ink1);
    border-radius: 10px;
    padding: 8px 12px;
    background: rgba(255,253,245,.95);
    border: 1px solid rgba(245,159,0,.22);
}

.pagination .page-item .page-link:hover{
    background: rgba(255,224,102,.65);
    border-color: rgba(245,159,0,.40);
    color: var(--ink0);
}

.pagination .page-item.active .page-link {
    background: linear-gradient(90deg,var(--y6),var(--y5)) !important;
    color: #fff !important;
    border: none !important;
    box-shadow: 0 10px 22px rgba(245,159,0,.24);
}

.pagination .page-item.disabled .page-link {
    color: rgba(35,37,43,.45);
    pointer-events: none;
    cursor: not-allowed;
    background: rgba(255,253,245,.70);
    border: 1px solid rgba(245,159,0,.14);
}

.video-player {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border-radius: var(--radius);
}

.responsive-iframe {
    display: block;
    width: 100%;
    height: 400px;
    border: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    background: #fff;
}

@media (min-width: 992px) {
    .responsive-iframe {
        height: 600px;
    }
}

@media (max-width: 768px) {
    .responsive-iframe {
        height: 245px;
    }
}

.marquee-container {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(90deg,var(--y6),var(--y5)) !important;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    border-top: 1px solid rgba(255,255,255,.35);
    padding: 5px 0;
    z-index: 999;
    box-shadow: 0 -10px 22px rgba(23,24,27,.14);
}

.marquee {
    display: inline-block;
    will-change: transform;
    animation: scroll-left 29s linear infinite;
}

@keyframes scroll-left {
    from {
        transform: translateX(110%);
    }
    to {
        transform: translateX(-110%);
    }
}

.marquee:hover {
    animation-play-state: paused;
}

.marquee a {
    margin-right: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s;
}

.marquee a:hover {
    opacity: .88;
}

.nimad {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 1px 0;
}

.nimad a {
    display: block;
}

.abcdHF{
    width: 1200px;
    height: 60px;
}

.abcdHF1 {
    width: 1200px;
    height: 120px;
}

@media (max-width: 768px) {
    .abcdHF {
        height: 40px;
        width: 100vw;
    }
    .abcdHF1 {
        height: 80px;
        width: 100vw;
    }
}

.bba-container {
    max-width: 1200px;
    margin: auto;
    display: block;
    box-sizing: border-box;
}

@media screen and (max-width: 750px) {
    .menu {
        margin: 0px 0 0;
        border-radius: 0;
        padding: 0;
        width: 100%;
    }
}

.menu-wrap dl {
    margin: auto;
    display: block;
    float: left;
    width: 100%;
    padding: 15px 0;
    background: rgba(255,247,204,.95);
    border: 1px solid rgba(245,159,0,.18);
    border-radius: var(--radius);
    box-shadow: var(--shadow2);
}

.menu-wrap dt {
    width: 8%;
    font-size: 20px;
    color: var(--ink0);
}

.menu-wrap dt, .menu-wrap dd {
    float: left;
    line-height: 40px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .menu dt {
        width: 14%;
        line-height: 70px;
        font-size: 14px;
    }
}

.menu-wrap dd {
    width: 11.5%;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .menu-wrap dl {
        padding: 10px 0;
    }
}

.menu dl:first-child {
    border-top: 0;
}

.menu-wrap dt a {
    background: rgba(245,159,0,.22);
    padding: 6px 10px;
    border-radius: 12px;
    color: var(--ink0);
    font-size: 16px;
    border: 1px solid rgba(245,159,0,.24);
}

.menu-wrap dt a:hover{
    background: rgba(245,159,0,.30);
    color: var(--ink0);
}

.menu-wrap::after {
    content: "";
    display: table;
    clear: both;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
        -moz-filter: hue-rotate(0deg)
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
        -moz-filter: hue-rotate(-360deg)
    }
}

.bba-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(66px, 1fr));
    gap: 4px;
    max-width: 1200px;
    margin: 2px auto;
    padding: 8px;
    background: rgba(255,224,102,.55);
    border: 1px solid rgba(245,159,0,.18);
    border-radius: var(--radius2);
    box-shadow: var(--shadow2);
}

@media screen and (max-width: 750px) {
    .menu-wrap dd {
        width: 21%;
        line-height: 30px;
        font-size: 12px;
    }
    .bba-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(55px, 1fr));
        gap: 4px;
        max-width: 85%;
        margin: 2px 0;
        padding: 8px;
        background: rgba(255,224,102,.45);
        border: 1px solid rgba(245,159,0,.16);
        border-radius: var(--radius2);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    }
}

.bba-item {
    margin: 2px;
    text-align: center;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: rgba(255,253,245,.92);
    border: 1px solid rgba(245,159,0,.12);
}

.bba-item img {
    width: 80%;
    object-fit: contain;
    border-radius: 12px;
    max-width: 80px;
    filter: contrast(1.02) saturate(1.02);
}

.bba-item div {
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: var(--y6);
    background-image: -webkit-linear-gradient(92deg, var(--y6), var(--y5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;
}

.bba-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 22px rgba(23,24,27,.12);
}

@media (max-width: 768px) {
    .bba-item img {
        width: 100%;
    }
}

#ppap {
    position: relative;
    z-index: 9999;
}

.ppap {
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 10px 20px rgba(23,24,27,.18));
}

.ppap:hover {
    transform: scale(1.1);
}

.ppap.zuo1 {
    top: 20%;
    right: 1%;
}

.ppap.zuo2 {
    top: 30%;
    right: 1%;
}

.ppap.zuo3 {
    top: 40%;
    right: 1%;
}

.ppap.zuo4 {
    top: 50%;
    right: 1%;
}

.ppap.zuo5 {
    top: 60%;
    right: 1%;
}

.ppap.zuo6 {
    top: 70%;
    right: 1%;
}

.ppap.xia1 {
    top: 88%;
    left: 5%;
}

.ppap.xia2 {
    top: 88%;
    left: 29%;
}

.ppap.xia3 {
    top: 88%;
    left: 53%;
}

.ppap.xia4 {
    top: 88%;
    left: 78%;
}

.ppap img {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    border: 2px solid rgba(255,255,255,.80);
    background: rgba(255,253,245,.95);
}

.text-muted{
    color: var(--muted) !important;
}

.bg-light,
.text-dark{
    background: transparent !important;
    color: var(--ink0) !important;
}

.container,
.container-fluid,
.row{
    background: transparent !important;
}

.btn:focus,
button:focus,
input:focus,
textarea:focus,
select:focus{
    box-shadow: var(--focus);
    outline: none;
}

::-webkit-scrollbar{
    width:10px;
    height:10px;
}

::-webkit-scrollbar-track{
    background: rgba(255,243,191,.80);
}

::-webkit-scrollbar-thumb{
    background: rgba(245,159,0,.38);
    border-radius: 20px;
    border: 2px solid rgba(255,243,191,.80);
}

::-webkit-scrollbar-thumb:hover{
    background: rgba(245,159,0,.52);
}

.card,
.stui-vodlist__thumb,
.vodlist__thumb,
.thumb,
.thumb-wrap,
.video-thumb,
.poster,
.pic,
.cover,
.imgbox{
  position: relative !important;
  overflow: hidden !important;
  border-radius: 14px;
}

.badge,
.pic-text,
.play,
.tag,
.label,
.corner,
.mark,
.vod-tag,
.stui-vodlist__thumb .pic-text,
.stui-vodlist__thumb .play{
  position: absolute !important;
  z-index: 999 !important;
  top: 10px;
  left: 10px;
  pointer-events: none;
}

.stui-vodlist__thumb img,
.vodlist__thumb img,
.card-img-top,
.thumb img,
.poster img,
.cover img{
  position: relative !important;
  z-index: 1 !important;
  display: block;
}
