/* ===== images/css/mytheme-font.css ===== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/* ===== images/css/mytheme-ui.css ===== */
﻿@charset "utf-8";

/* ==============================================
   1. 核心重置与全局设置
   ============================================== */
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    width: 100%;
    height: 100%;
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
tr {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #999;
}

a:active,
a:hover {
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

input,
select,
textarea {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 12px;
}

/* ==============================================
   2. 全局布局与暗黑模式 (核心)
   ============================================== */
/* 强制给 HTML 和 BODY 加上黑色背景 */
html,
body {
    background-color: #0f0f0f !important;
    color: #999 !important;
}

body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;

    /* 核心：APP 窗口限制 */
    max-width: 500px;
    margin: 0 auto;
    position: relative;

    /* 预留空间 */
    padding-top: 50px;
    padding-bottom: 50px;
    /* 【修改】减小底部预留空间，让内容更靠近底部 */

    min-height: 100vh;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* 强制所有容器背景变黑 */
.myui-panel,
.myui-panel-box,
.myui-panel-bg,
.container,
.row {
    background-color: #0f0f0f !important;
    border-color: #222 !important;
}

/* ==============================================
   3. 栅格系统 (移动端)
   ============================================== */
[class^="col-"] {
    position: relative;
    float: left;
    min-height: 1px;
    padding: 0 5px;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.row {
    margin: 0 -5px;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

/* 辅助工具 */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.hidden {
    display: none !important;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ==============================================
   4. 顶部导航栏 (Header) - 【核心修复：强制固定】
   ============================================== */
.myui-header__top {
    /* 强制固定定位 */
    position: fixed !important;
    top: 0 !important;
    margin-top: 0 !important;
    /* 防止 JS 加负边距 */

    /* 强制居中且限制宽度 */
    left: 50% !important;
    transform: translateX(-50%) !important;
    /* 防止 JS 修改 transform */
    width: 100% !important;
    max-width: 500px !important;

    height: 50px;
    background-color: #111 !important;
    border-bottom: 1px solid #222 !important;
    z-index: 9999 !important;
    /* 层级设高 */
    box-shadow: none;
    transition: none !important;
    /* 禁止 JS 动画效果 */
}

/* 头部内部布局 */
.app-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 10px;
}

.app-header-left,
.app-header-right {
    width: 40px;
    text-align: center;
    font-size: 20px;
    color: #ccc;
}

.app-header-center {
    flex: 1;
    text-align: center;
}

.logo-img {
    height: 28px;
    vertical-align: middle;
}

/* 搜索面板 */
.app-search-panel {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #1a1a1a !important;
    padding: 15px;
    z-index: 998;
    border-top: 1px solid #333;
}

.search-box-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background: #333 !important;
    border: 1px solid #444;
    color: #fff;
    border-radius: 4px;
}

.hot-keys-list a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 8px 8px 0;
    background: #333 !important;
    color: #ccc;
    border-radius: 15px;
    font-size: 12px;
}

/* ==============================================
   5. 侧边栏菜单 (Side Menu)
   ============================================== */
.side-menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

.side-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 80%;
    max-width: 300px;
    background: #111 !important;
    z-index: 1001;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    border-right: 1px solid #222;
    display: flex;
    flex-direction: column;
}

.side-menu-container.active {
    transform: translateX(0);
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.8);
}

.side-header {
    height: 50px;
    border-bottom: 1px solid #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    background: #1a1a1a !important;
}

.side-body {
    flex: 1;
    display: flex;
    overflow: hidden;
}

.side-left-nav {
    width: 90px;
    background: #1a1a1a !important;
    overflow-y: auto;
    border-right: 1px solid #222;
}

.side-left-nav li {
    padding: 15px 5px;
    text-align: center;
    border-bottom: 1px solid #222;
    cursor: pointer;
    color: #999;
}

.side-left-nav li.active {
    background: #111 !important;
    color: #ff9900;
    border-left: 3px solid #ff9900;
}

.side-right-content {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background: #111 !important;
}

.content-grid a {
    display: inline-block;
    width: 48%;
    margin-bottom: 10px;
    color: #ccc;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ==============================================
   6. 底部导航栏 (Tabbar) - 固定且紧凑
   ============================================== */
.myui-nav__tabbar {
    position: fixed;
    bottom: 0;

    /* 强制居中且限制宽度 */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;

    height: 55px;
    /* 保持原高度 */
    background-color: #111 !important;
    border-top: 1px solid #222 !important;
    z-index: 990;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.myui-nav__tabbar .item {
    flex: 1;
    text-align: center;
    color: #666;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6px;
    /* 微调内部间距 */
}

.myui-nav__tabbar .item .icon {
    font-size: 22px;
    margin-bottom: 2px;
}

.myui-nav__tabbar .item.active,
.myui-nav__tabbar .item:hover {
    color: #fff;
}

.myui-nav__tabbar .item.active .icon {
    color: #fff;
}

/* ==============================================
   7. 视频列表与面板 (Content)
   ============================================== */
.container {
    padding: 0 10px;
    background-color: transparent !important;
}

.myui-panel {
    background: #111 !important;
    margin-bottom: 10px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 10px 0;
}

.myui-panel__head {
    padding: 0 10px 10px;
    border-bottom: 1px solid #222;
    margin-bottom: 10px;
    height: 30px;
    line-height: 20px;
}

.myui-panel__head .title {
    font-size: 16px;
    font-weight: bold;
    color: #ddd;
    border-left: 3px solid #ff9900;
    padding-left: 10px;
}

.myui-panel__head .more {
    float: right;
    color: #666;
    font-size: 12px;
}

/* 视频卡片 */
.myui-vodlist__box {
    display: block;
    margin-bottom: 15px;
    position: relative;
}

.myui-vodlist__thumb {
    display: block;
    position: relative;
    padding-top: 140%;
    background: #222 url(../img/loading.png) no-repeat center center;
    background-size: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.myui-vodlist__thumb.picture {
    background: none;
}

.myui-vodlist__thumb.picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pic-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff9900;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 0 0 0 4px;
}

.pic-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px;
    padding: 4px;
    text-align: right;
}

.myui-vodlist__detail .title {
    font-size: 13px;
    margin-top: 6px;
    line-height: 1.4;
    height: 36px;
    overflow: hidden;
    color: #ccc !important;
}

.myui-vodlist__detail .text {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

/* ==============================================
   8. 页脚调整 (Footer) - 【核心修复：减少间距】
   ============================================== */
.myui-foot {
    text-align: center;
    color: #555;
    font-size: 12px;
    /* 【修改】减小内边距，让文字离底部导航近一点 */
    padding: 10px 0 20px;
}

/* 分页 */
.myui-page {
    text-align: center;
    margin: 20px 0;
}

.myui-page a {
    display: inline-block;
    padding: 6px 12px;
    background: #222 !important;
    margin: 0 2px;
    border-radius: 4px;
    color: #999;
}

.myui-page .active {
    background: #ff9900 !important;
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 5px 15px;
    background: #222;
    border-radius: 4px;
    color: #ccc;
}

.btn-warm {
    background: #ff9900;
    color: #fff;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.app-nav-top-ads {
    margin-top: -55px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.app-nav-ad-item {
    display: block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    font-size: 0;
}

.app-nav-ad-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* --- 修改点：容器背景透明，压缩四周内边距 --- */
.app-nav-grid-box {
    background: rgba(255, 255, 255, 0.1);
    /* 白色半透明背景 */
    padding: 8px 2px;
    /* 极小的内边距，让图标贴近四周 */
    margin: 10px 0;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    /* 可选：增加毛玻璃效果，更有质感 */
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* --- 修改点：拉近图标间距 --- */
.app-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0;
    /* 垂直间距进一步缩小 */
}

.app-nav-item {
    width: calc(100% / var(--cols, 5));
    text-align: center;
    margin-bottom: 2px;
    box-sizing: border-box;
    padding: 0;
    /* 去掉左右内边距，让图标排得更密 */
}

.app-nav-item a {
    display: block;
    text-decoration: none;
}

/* --- 修改点：图标加大 --- */
.app-nav-item img {
    width: 62px;
    /* 进一步加大图标 */
    height: 62px;
    border-radius: 14px;
    margin-bottom: 4px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* 增强投影 */
}

/* --- 修改点：适配半透明背景的文字颜色 --- */
.app-nav-item p {
    font-size: 12px;
    color: #eee;
    /* 改为浅色文字，适合深色/透明背景 */
    margin: 0;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.app-notice-section {
    margin: 15px 0;
    text-align: center;
    padding: 0 5px;
}

.notice-pill {
    display: block;
    background: linear-gradient(90deg, #d31027, #ea384d);
    border-radius: 50px;
    padding: 10px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(211, 16, 39, 0.3);
}

.notice-pill span.highlight {
    color: #ffff00;
    text-decoration: underline;
    margin-left: 5px;
    font-weight: 800;
}

.address-bar {
    background: #111;
    border: 1px dashed #444;
    padding: 15px 10px;
    color: #ccc;
    font-size: 13px;
    border-radius: 6px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
}

.address-bar .domain {
    color: #00ffcc;
    font-weight: bold;
    font-family: Consolas, monospace;
    margin: 0 4px;
    font-size: 14px;
}

.app-nav-swiper-box {
    margin: 15px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    
    /* 关键代码：使用 flex 布局 */
    display: flex; 
    align-items: stretch; /* 这一步会让所有子元素的高度与最高的那个对齐 */
}

.app-nav-swiper-box img {
    width: 100%;
    height: 100%; /* 让较矮的图片强制拉伸，填满对齐后的高度 */
    display: block;
}

/* 手机端保持图标比例 */
@media (max-width: 450px) {
    .app-nav-item img {
        width: 58px;
        height: 58px;
    }

}

/* 1. 基础布局与居中限制 */
body {
    background-color: #0f0f0f;
    color: #ccc;
    margin: 0 auto;
    max-width: 500px;
    min-height: 100vh;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* 2. 固定菜单容器样式 */
#my-custom-header {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    z-index: 90;
    background: #0f0f0f;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    transition: top 0.2s;
}

.update-bar-box {
    padding: 5px 10px 0 10px;
    text-align: center;
    background: #0f0f0f;
}

.update-text {
    display: block;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 4px;
    font-size: 12px;
    color: #888;
}

.update-text b {
    color: #ff3300;
    margin: 0 4px;
    font-size: 13px;
}

.sub-nav-wrap {
    padding: 6px 0;
    overflow: hidden;
    background: #0f0f0f;
}

.sub-nav-scroller {
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.sub-nav-scroller::-webkit-scrollbar {
    display: none;
}

.sub-nav-item {
    display: inline-block;
    padding: 4px 12px;
    margin-right: 5px;
    font-size: 14px;
    color: #999;
    border-radius: 20px;
    background: #1f1f1f;
    border: 1px solid #333;
    transition: all 0.2s;
}

.sub-nav-item.active,
.sub-nav-item:hover {
    color: #fff;
    background: #ff3300;
    border-color: #ff3300;
    font-weight: bold;
}

/* 3. 视频列表样式 */
.main-content {
    margin-top: 30px;
    padding: 0 5px;
}

.vod-box {
    width: 50%;
    float: left;
    padding: 0 5px;
    margin-bottom: 5px;
}

.vod-thumb {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    background-color: #222;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.badge-lt {
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
}

.badge-rb {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 4px;
}

.vod-title {
    margin-top: 6px;
    font-size: 13px;
    color: #ddd;
    line-height: 1.4;
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vod-date {
    font-size: 12px;
    color: #666;
    margin-top: 2px;
}

/* 4. 动态插入区域的强制换行样式 */
.inserted-ad-row {
    width: 100%;
    float: left;
    clear: both;
    padding: 10px 0;
}

/* ====================================
       侧边栏美化样式 (高级胶囊风格)
       ==================================== */

/* 1. 遮罩层 (加深模糊，更有质感) */
.side-menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    /* 加强模糊 */
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000;
    display: none;
}

/* 2. 侧边栏容器 */
.side-menu-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 85%;
    max-width: 400px;
    background: #121212;
    /* 纯深灰背景 */
    z-index: 1001;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-right: 1px solid #2a2a2a;
    display: flex;
    flex-direction: column;
}

.side-menu-container.active {
    transform: translateX(0);
}

/* 3. 头部区域 */
.side-header {
    height: 55px;
    background: #121212;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    border-bottom: 1px solid #222;
}

.side-logo img {
    height: 28px;
    vertical-align: middle;
}

.side-close {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    color: #999;
    font-size: 18px;
}

/* 4. 主体布局 (左右分栏) */
.side-body {
    flex: 1;
    display: flex;
    overflow: hidden;
    background: #121212;
}

/* --- 左侧一级导航 (悬浮块风格) --- */
.side-left-nav {
    width: 95px;
    background: #0a0a0a;
    /* 比右侧更黑，区分层级 */
    overflow-y: auto;
    border-right: 1px solid #1a1a1a;
    padding-top: 10px;
}

/* 隐藏滚动条 */
.side-left-nav::-webkit-scrollbar {
    display: none;
}

.side-left-nav ul {
    padding-bottom: 20px;
}

.side-left-nav .nav-item {
    position: relative;
    padding: 15px 5px;
    text-align: center;
    font-size: 13px;
    color: #777;
    margin-bottom: 2px;
    cursor: pointer;
    transition: all 0.3s;
}

/* 选中状态 (重点美化) */
.side-left-nav .nav-item.active {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    background: transparent;
}

/* 选中时左侧的装饰条 (改为圆润的小竖条) */
.side-left-nav .nav-item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 4px;
    background: #ff9900;
    border-radius: 0 4px 4px 0;
    box-shadow: 2px 0 10px rgba(255, 153, 0, 0.5);
}

/* 选中时的背景高亮 (渐变) */
.side-left-nav .nav-item.active::after {
    content: '';
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    z-index: -1;
}

/* --- 右侧二级内容 (胶囊风格) --- */
.side-right-content {
    flex: 1;
    padding: 20px 15px;
    overflow-y: auto;
    background: #121212;
}

.side-right-content::-webkit-scrollbar {
    display: none;
}

.content-group {
    display: none;
    animation: slideIn 0.25s ease-out;
}

.content-group.active {
    display: block;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(5px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}

/* 网格布局 */
.content-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* 胶囊按钮 */
.content-grid a {
    display: block;
    width: calc(33.33% - 7px);
    /* 一行三个 */
    background: #1e1e1e;
    color: #aaa;
    font-size: 12px;
    padding: 8px 2px;
    border-radius: 50px;
    /* 全圆角胶囊 */
    text-align: center;
    text-decoration: none;
    border: 1px solid #2a2a2a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 选中/触摸效果 */
.content-grid a:active {
    background: #333;
    color: #fff;
    border-color: #444;
    transform: scale(0.96);
}

/* 高亮按钮 (进入首页) */
.content-grid a.highlight {
    width: 100%;
    background: linear-gradient(90deg, #ff9900, #ff5e00);
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
    /* 这个稍微方一点 */
    box-shadow: 0 4px 12px rgba(255, 94, 0, 0.25);
}

/* 5. 底部固定区域 */
.side-footer {
    height: 70px;
    background: #0f0f0f;
    border-top: 1px solid #222;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.footer-btn-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

/* 底部按钮 */
.f-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    text-decoration: none !important;
}

.icon-orange {
    font-size: 20px;
    color: #ff9900;
    margin-right: 8px;
}

.text-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.text-group .t1 {
    font-size: 12px;
    color: #ddd;
    font-weight: bold;
}

.text-group .t2 {
    font-size: 10px;
    color: #666;
    -webkit-transform: scale(0.9);
    transform-origin: left;
}

/* ====================================
       搜索面板美化 (修复换行 + 柔化视觉)
       ==================================== */
.app-search-panel {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    background: rgba(20, 20, 20, 0.95);
    /* 半透明背景 */
    backdrop-filter: blur(10px);
    /* 毛玻璃效果 */
    -webkit-backdrop-filter: blur(10px);
    z-index: 89;
    padding: 15px 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: none;
}

/* 搜索框容器：Flex布局解决换行问题 */
.search-box-row {
    display: flex;
    align-items: center;
    /* 垂直居中 */
    gap: 10px;
    /* 间距 */
    margin-bottom: 20px;
    position: relative;
}

/* 输入框样式 */
.search-input-group {
    flex: 1;
    /* 自动占满剩余空间 */
    position: relative;
}

/* 搜索图标装饰 */
.search-icon-deco {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
}

.form-control {
    width: 100%;
    height: 40px;
    padding: 0 10px 0 35px;
    /* 左边留出图标位置 */
    background: #000;
    border: 1px solid #333;
    border-radius: 20px;
    /* 胶囊圆角 */
    color: #fff;
    font-size: 14px;
    box-sizing: border-box;
    /* 防止padding撑大宽度 */
    transition: border-color 0.3s;
}

.form-control:focus {
    border-color: #ff9900;
    /* 聚焦变色 */
    background: #0a0a0a;
}

/* 搜索按钮 */
.submit-btn {
    flex-shrink: 0;
    /* 禁止按钮被压缩 */
    width: 70px;
    height: 40px;
    background: linear-gradient(90deg, #ff9900, #ff5e00);
    border: none;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(255, 94, 0, 0.3);
    /* 橙色光影 */
}

.submit-btn:active {
    transform: scale(0.95);
}

/* 热门搜索区域 */
.search-hot-words {
    padding: 0 5px;
}

.hot-title {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.hot-title i {
    margin-right: 5px;
    color: #ff5e00;
}

.hot-keys-list {
    font-size: 0;
    /* 消除inline-block间隙 */
}

.hot-key-item {
    display: inline-block;
    font-size: 12px;
    color: #999;
    background: #252525;
    padding: 6px 14px;
    border-radius: 15px;
    /* 椭圆标签 */
    margin: 0 8px 8px 0;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.hot-key-item:hover {
    color: #fff;
    background: #333;
    border-color: #555;
}

/* 前三个热词高亮 */
.hot-key-item:nth-child(1),
.hot-key-item:nth-child(2),
.hot-key-item:nth-child(3) {
    color: #ddd;
    background: rgba(255, 153, 0, 0.1);
    border-color: rgba(255, 153, 0, 0.2);
}

.pagination-box {
    padding: 30px 0 20px;
    text-align: center;
    clear: both;
}

.pagination-item {
    display: inline-block;
    padding: 6px 14px;
    margin: 0 3px;
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 20px;
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

.pagination-item:hover,
.pagination-item.current {
    background: #ff3300;
    border-color: #ff3300;
    color: #fff;
}

/* ==============================================
   0. 全局修正 (核心修复)
   ============================================== */
/* 给页面底部强制预留空间，防止内容被导航栏遮挡 */
body {
    padding-bottom: 60px !important;
    /* 90px 是根据导航栏高度+安全距离估算的，确保最后一个视频能完全显示 */
}

/* ==============================================
   底部导航栏 (清晰纯色版)
   ============================================== */
.myui-nav__tabbar {
    position: fixed;
    bottom: 0;
    /* 强制居中且限制宽度 */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;

    height: auto;

    /* 纯色背景，保证清晰度 */
    background: #111;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;

    /* 顶部分割线 */
    border-top: 1px solid #222;

    z-index: 999;
    display: flex;
    justify-content: space-around;
    align-items: center;

    /* 内边距 + 安全区域适配 */
    padding: 6px 0 calc(4px + env(safe-area-inset-bottom));

    /* 顶部阴影 */
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.5);
}

.myui-nav__tabbar .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    color: #777;
    /* 默认灰色 */
    transition: none;
    -webkit-tap-highlight-color: transparent;
    padding-top: 2px;
}

/* 图标容器 */
.myui-nav__tabbar .item .icon {
    font-size: 22px;
    margin-bottom: 3px;
    line-height: 1;
}

/* 文字标题 */
.myui-nav__tabbar .item .title {
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
}

/* --- 激活状态 --- */

.myui-nav__tabbar .item.active .title {
    color: #fff !important;
    font-weight: bold;
}

.myui-nav__tabbar .item.active .icon {
    transform: translateY(-2px);
}

/* 激活时图标发光 */
.myui-nav__tabbar .item.active .icon i {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
}

/* ==============================================
           3. 播放器区域样式
           ============================================== */
.player-box {
    background: #000;
    width: 100%;
    clear: both;
    /* 清除浮动，防止钻到广告下面 */
}

.embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* ==============================================
           4. 视频信息与操作栏
           ============================================== */
.video-info {
    padding: 15px 12px;
    background: #0f0f0f;
    margin-bottom: 10px;
}

.video-title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.4;
}

.video-meta {
    font-size: 12px;
    color: #666;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.video-meta span {
    margin-right: 15px;
    background: #1a1a1a;
    padding: 2px 6px;
    border-radius: 4px;
}

/* 操作按钮组 */
.action-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
}

.action-btn {
    flex: 1;
    text-align: center;
    color: #888;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.action-btn i {
    display: block;
    font-size: 22px;
    margin-bottom: 6px;
    color: #bbb;
}

.action-btn:hover,
.action-btn:active {
    color: #ff3300;
}

.action-btn:hover i,
.action-btn:active i {
    color: #ff3300;
}

/* ==============================================
           5. 选集与简介
           ============================================== */
.section-title {
    font-size: 15px;
    color: #ddd;
    margin-bottom: 12px;
    font-weight: bold;
    border-left: 3px solid #ff3300;
    padding-left: 10px;
}

.play-source {
    margin-bottom: 20px;
}

.source-list {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    scrollbar-width: none;
}

.source-list::-webkit-scrollbar {
    display: none;
}

.source-list a {
    display: inline-block;
    padding: 8px 18px;
    background: #1a1a1a;
    color: #ccc;
    border-radius: 6px;
    margin-right: 10px;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #222;
}

.source-list a:hover,
.source-list a.active {
    background: #ff3300;
    color: #fff;
    border-color: #ff3300;
}

.video-desc {
    font-size: 13px;
    color: #888;
    line-height: 1.6;
    background: #141414;
    padding: 10px;
    border-radius: 6px;
}

/* ================= 分享弹窗样式 ================= */
.share-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
    backdrop-filter: blur(3px);
}

.share-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 300px;
    background: #1a1a1a;
    border-radius: 16px;
    padding: 25px 20px;
    text-align: center;
    z-index: 1000;
    display: none;
    border: 1px solid #333;
}

.share-qr {
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
}

.share-input-box {
    display: flex;
    height: 36px;
}

.share-input {
    flex: 1;
    background: #000;
    border: 1px solid #333;
    color: #ccc;
    padding: 0 10px;
    border-radius: 4px 0 0 4px;
    font-size: 12px;
    outline: none;
}

.share-copy-btn {
    background: #ff3300;
    color: #fff;
    border: none;
    padding: 0 15px;
    border-radius: 0 4px 4px 0;
    font-size: 13px;
    cursor: pointer;
}

.close-icon {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #666;
    cursor: pointer;
}

/* ===== images/css/mytheme-site.css ===== */
@charset "utf-8";

/* ==================
   全局设置 (Global)
   ================== */
/* 给 body 添加顶部内边距，为了防止内容被 fixed 定位的头部遮挡 */
body {
    padding-top: 130px;
}

/* 当 body 有 active 类时减少内边距，可能用于头部高度缩小的场景 */
body.active {
    padding-top: 110px;
}

/* ==================
   头部区域 (Header)
   ================== */
/* 顶部导航栏容器：固定定位在顶部，白色背景，带阴影 */
.myui-header__top {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
}

/* 用于向下滚动时隐藏头部的辅助类 */
.top-fixed-down {
    margin-top: -61px;
}

/* Logo 和 菜单使用左浮动布局 */
.myui-header__logo,
.myui-header__menu {
    float: left;
}

/* --- 搜索栏样式 --- */
.myui-header__search {
    padding: 0;
    width: 100%;
    border-top: 1px solid #eee;
}

/* 热门搜索关键词样式 */
.myui-header__search .search-hot {
    line-height: 48px;
}

.myui-header__search .search-hot a {
    display: inline-block;
    margin-left: 20px;
    color: #666;
}

.myui-header__search .search-hot span {
    color: #666;
}

/* 搜索栏内部结构 */
.myui-header__search li {
    float: left;
}

/* 搜索输入框容器 */
.myui-header__search li.search-box {
    position: relative;
    width: 260px;
    height: 50px;
}

/* 输入框样式：去除默认边框和背景 */
.myui-header__search li.search-box .form-control {
    height: 50px;
    padding-left: 30px;
    border-radius: 0;
    background: none;
    border: 0;
}

.myui-header__search li.search-box .form-control:focus {
    border-color: none;
    -webkit-box-shadow: none;
}

/* 提交按钮：绝对定位在左侧（通常是放大镜图标） */
.myui-header__search li.search-box .submit {
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: none;
    border: 0;
    color: #999;
}

/* 搜索下拉联想框位置修正 */
.myui-header__search li.search-box .dropdown-box {
    margin-left: -130px;
    padding-top: 0;
}

.myui-header__search li.search-box .dropdown-box .item {
    width: 260px;
    padding: 20px;
}

/* 鼠标悬停时显示热门搜索下拉 */
.myui-header__search li.search-box.search-box:hover .search-dropdown-hot {
    display: block;
}

/* 搜索分类选择（如下拉选择视频、新闻等） */
.myui-header__search li.search-select {
    position: relative;
    margin-top: 15px;
    padding: 0 10px 0 15px;
    border-right: 1px solid #eee;
    cursor: pointer;
}

.myui-header__search li.search-select .dropdown-box {
    margin-left: -40px;
    z-index: 101;
}

.myui-header__search li.search-select .dropdown-box .item {
    width: 80px;
    padding: 10px;
    text-align: center;
}

.myui-header__search li.search-select .dropdown-box .item p {
    margin: 0;
    padding: 5px 0;
}

/* 搜索右侧图标列表（如观看记录等） */
.myui-header__search li.search-ul {
    position: relative;
    height: 50px;
    padding: 15px 20px 0;
    border-right: 1px solid #eee;
    cursor: pointer;
}

.myui-header__search li.search-ul .fa {
    font-size: 20px;
}

.myui-header__search li.search-ul .dropdown-box {
    margin-left: -30px;
    padding-top: 0;
}

.myui-header__search li.search-ul .dropdown-box .item {
    width: 500px;
}

/* 较宽的下拉菜单 */
.myui-header__search li.search-ul .dropdown-box .item li {
    padding: 6px;
}

/* --- 导航菜单样式 --- */
.myui-header__menu {
    position: relative;
}

.myui-header__menu>li {
    position: relative;
    float: left;
    margin-left: 35px;
}

.myui-header__menu>li>a {
    font-size: 15px;
    line-height: 60px;
    color: #333;
}

/* 选中状态高亮颜色（橙色） */
.myui-header__menu>li.active>a {
    color: #ff9900 !important;
}

/* --- 用户中心/右侧菜单 --- */
.myui-header__user {
    float: right;
}

.myui-header__user>li {
    float: left;
    position: relative;
    padding: 18px 0 10px;
    margin-left: 20px;
}

.myui-header__user>li>a,
.myui-header__user>li>a .fa {
    display: inline-block;
    font-size: 22px;
    line-height: 24px;
    color: #333;
}

/* 用户下拉菜单定位 */
.myui-header__user>li .dropdown-box {
    right: 0;
    margin-left: 0;
    margin-right: -120px;
    padding-top: 10px;
}

.myui-header__user>li .dropdown-box .item {
    width: 260px;
    padding: 20px;
}

/* 特定菜单类型的下拉修正 */
.myui-header__user>li.menu .dropdown-box {
    right: 0;
    margin-left: 0;
    margin-right: -40px;
    padding-top: 10px;
}

.myui-header__user>li.menu .dropdown-box .item {
    width: 90px;
    padding: 10px;
}

.myui-header__user>li.menu .dropdown-box .item li {
    padding: 5px 0;
    text-align: center;
}

/* --- 头部颜色变种 (深色背景/透明背景模式) --- */
/* 当 header 加上 .color 类时，通常用于半透明悬浮在banner上，文字变白 */
.myui-header__top.color {
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
}

.myui-header__top.color .myui-header__menu>li>a,
.myui-header__top.color .myui-header__user>li>a,
.myui-header__top.color .myui-header__user>li>a .fa,
.myui-header__top.color .myui-header__search li.search-box .form-control,
.myui-header__top.color .myui-header__search li.search-ul .fa,
.myui-header__top.color .myui-header__search li.search-select .text {
    color: #fff;
}

/* 边框颜色调整为半透明白 */
.myui-header__top.color .myui-header__search li.search-ul,
.myui-header__top.color .myui-header__search li.search-select {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.myui-header__top.color .myui-header__search {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.myui-header__top.color .myui-header__search .search-hot a {
    color: #ddd;
}

/* ==================
   内容详情页 (Content Detail)
   ================== */
/* 使用 table-cell 布局实现左图右文结构 */
.myui-content__detail,
.myui-content__thumb {
    display: table-cell;
    vertical-align: top
}

/* 详情文字区域 */
.myui-content__detail {
    width: 100%;
    padding-left: 20px;
}

.myui-content__detail .title {
    margin: 10px 0 10px;
    font-size: 24px;
    line-height: 30px
}

/* 标题旁的评分 */
.myui-content__detail .title .score {
    display: inline-block;
    margin-left: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* 数据行样式（如：年份、地区） */
.myui-content__detail .data {
    margin-bottom: 10px;
    line-height: 20px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}

/* 评分区域 */
.myui-content__detail .score {
    margin-bottom: 20px;
}

.myui-content__detail .score .rating {
    display: inline-block;
    position: relative;
    top: 5px;
}

.myui-content__detail .score .rating li {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
}

.myui-content__detail .score .rating li .fa {
    font-size: 24px;
}

/* 星星图标大小 */
.myui-content__detail .score .branch {
    display: inline-block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 24px;
}

/* 简介描述区域 */
.myui-content__detail .desc {
    padding-left: 45px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
}

/* 使用负 margin 实现首行缩进或图标对齐 */
.myui-content__detail .desc .left {
    margin-left: -45px
}

/* 操作按钮区域（播放、分享等） */
.myui-content__detail .operate {
    padding-left: 42px;
    margin-top: 20px
}

.myui-content__detail .operate .btn {
    margin-right: 10px;
}

.myui-content__detail .operate .btn:last-child {
    margin-right: 0;
}

.myui-content__detail .operate .share {
    margin-top: 5px
}

/* 分割线 */
.myui-content__detail .topline {
    position: relative;
    margin: 0;
    padding: 10px 0;
}

/* ==================
   播放器区域 (Player)
   ================== */
.myui-player {
    margin-top: 20px;
    padding-bottom: 15px;
}

.myui-player__item {
    position: relative;
}

/* 固定悬浮播放器（当页面滚动时，播放器固定在右下角） */
.myui-player__item .fixed {
    position: fixed;
    z-index: 998;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

/* 侧边展开/收起按钮 */
.myui-player__item .is-btn {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: -12px;
    margin-top: -30px;
    display: block;
    width: 12px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 10px;
    border-radius: 0 4px 4px 0;
    background-color: #404040;
    color: #999;
}

/* 关闭悬浮播放器的按钮 */
.myui-player__item .player-fixed-off {
    display: none;
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    border-radius: 50%;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

/* 跑马灯提示/公告 */
.myui-player__item .tips {
    position: relative;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding: 0 20px;
    color: #fff;
}

/* 播放器下方操作栏 - 使用 Flexbox 布局 */
.myui-player__operate {
    padding: 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.myui-player__operate li {
    display: block;
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.myui-player__detail .title {
    margin: 0 0 10px
}

.myui-player__detail .detail-content {
    padding-top: 10px
}

.myui-player__detail .desc {
    padding-left: 42px
}

.myui-player__detail .desc .left {
    margin-left: -42px
}

/* 播放列表侧边栏滚动条样式自定义 */
#player-sidebar::-webkit-scrollbar {
    width: 4px;
    background-color: #1c1b1e;
}

#player-sidebar::-webkit-scrollbar-thumb {
    background-color: #434145;
}

/* 播放器内通知/广告覆盖层 */
.myui-player__notice {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -65px;
}

.myui-player__notice h3,
.myui-player__notice h5,
.myui-player__notice p {
    color: #fff;
}

/* 选集链接/线路切换 */
.myui-player-links {
    position: relative;
    top: 15px;
    right: 10px;
}

.myui-player-links .btn {
    position: absolute;
    top: 0;
    right: -5px;
    border-radius: 0 5px 5px 0;
}

/* ==================
   新闻列表 (News)
   ================== */
.myui-newslist li {
    padding: 30px 0;
}

.myui-newslist li .title {
    margin: 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.myui-newslist li .desc {
    text-indent: 2em;
    margin: 0;
    padding: 20px 0;
    line-height: 25px;
}

/* 纯文本新闻列表的微调 */
.myui-newslist__text li .title {
    margin: 0;
    font-size: 15px;
}

/* 文章导航 */
.myui-art__nav li {
    padding: 6px 0;
}

.myui-art__nav li.active a {
    font-weight: bold;
    color: #ff9900;
}

/* ==================
   页脚 (Footer)
   ================== */
.myui-foot {
    padding: 20px 0;
}

.myui-foot p {
    line-height: 25px;
}

/* ==================
   响应式设计 (Media Queries)
   ================== */

/* --- 中等屏幕 (笔记本/平板 1400px以下) --- */
@media (max-width:1400px) {

    /* 容器内边距调整 */
    .myui-header__top .container {
        padding: 0 20px;
    }

    /* 搜索框宽度缩小 */
    .myui-header__search li.search-box {
        width: 180px;
    }

    .myui-header__menu>li {
        margin-left: 20px;
    }

    .myui-header__user>li {
        margin-left: 20px;
    }

    /* 触摸屏优化：禁用悬停显示下拉菜单（防止点击跳转前菜单闪烁） */
    .myui-header__menu>li:hover .head-dropdown,
    .myui-header__user>li:hover .head-dropdown {
        display: none;
    }

}

/* --- 移动端 (手机 767px以下) --- */
@media (max-width:767px) {

    /* 移除面板和列表的阴影，提升渲染性能 */
    .myui-panel-bg,
    .myui-vodlist__bg,
    .myui-vodlist__bg:hover {
        box-shadow: none;
    }

    /* 减小标题字号 */
    .myui-panel__head .title,
    .myui-panel__head .title a {
        font-size: 18px;
    }

    /* --- 移动端头部 --- */
    .myui-header__top .container {
        padding: 0 10px;
    }

    .myui-header__search {
        width: 100%;
        margin: 0;
    }

    /* 搜索框绝对定位，重新布局 */
    .myui-header__search li.search-box {
        position: absolute;
        width: 100%;
        left: 120px;
        top: 0;
    }

    /* 修正下拉菜单位置 */
    .myui-header__search li.search-box .dropdown-box {
        margin-left: -180px;
        padding-top: 0;
    }

    .myui-header__search li.search-box .dropdown-box .item {
        width: 240px;
    }

    .myui-header__search li.search-ul .dropdown-box .item {
        width: 300px;
    }

    .myui-header__menu>li .dropdown-box {
        margin-left: -150px;
        padding-top: 0;
    }

    .myui-header__menu>li .dropdown-box .item {
        width: 300px;
    }

    /* 用户菜单调整 */
    .myui-header__user>li {
        margin-left: 15px;
        padding: 15px 0 10px;
    }

    .myui-header__user>li>a .fa {
        font-size: 20px;
        line-height: 20px;
    }

    .myui-header__user>li.menu .dropdown-box {
        margin-right: 0;
    }

    /* --- 移动端内容详情 --- */
    .myui-content__item {
        padding: 20px 15px;
    }

    .myui-content__detail {
        padding: 0 0 0 10px
    }

    /* 标题、数据、评分 字体缩小 */
    .myui-content__detail .title {
        margin: 5px 0 8px;
        font-size: 18px;
        line-height: 18px
    }

    .myui-content__detail .data {
        margin: 0 0 10px;
        font-size: 12px;
        line-height: 18px;
        word-wrap: break-word;
        white-space: normal;
    }

    .myui-content__detail .operate {
        margin: 0;
        padding: 0
    }

    .myui-content__detail .topline {
        padding: 5px 0;
    }

    /* 隐藏演员大头像/缩略图（display: none） */
    .myui-content__thumb.actor {
        display: none;
    }

    /* 评分样式紧凑化 */
    .myui-content__detail .score {
        margin-bottom: 5px;
    }

    .myui-content__detail .score .branch {
        font-size: 16px;
    }

    .myui-content__detail .score .rating {
        top: 0;
    }

    .myui-content__detail .score .rating li {
        margin: 0;
    }

    .myui-content__detail .score .rating li .fa {
        font-size: 18px;
    }

    /* --- 移动端播放器 --- */
    .myui-player {
        margin-top: 0;
    }

    .myui-player__item {
        padding: 0;
    }

    .myui-player__detail {
        margin: 0;
    }

    .myui-player__detail .data .title {
        font-size: 16px
    }

    .myui-player__detail.detail .title {
        font-size: 18px;
    }

    /* 操作栏图标堆叠展示 (块级显示) */
    .myui-player__operate li {
        margin: 0;
    }

    .myui-player__operate li .fa {
        display: block;
        margin-bottom: 5px;
        font-size: 16px;
    }

    /* 线路切换按钮调整 */
    .myui-player-links {
        top: 0;
        right: 0;
        padding: 0 10px;
    }

    .myui-player-links .btn {
        height: 35px;
        right: 8px;
    }

    /* --- 移动端新闻 --- */
    .myui-newslist li .title {
        font-size: 18px;
        line-height: 30px;
    }

    .myui-art__nav li {
        display: inline-block;
        margin-right: 10px;
    }

    .myui-art__nav li.active a {
        font-weight: bold;
        color: #ff9900;
    }

}


/* ===== images/css/mytheme-color3.css ===== */
@charset "utf-8";

/* ==================
   布局补丁 (Layout Patches)
   ================== */
/* 对面板内边距的微调，覆盖之前的默认设置 */
.myui-panel,
.myui-panel-box {
    padding: 10px;
}

.myui-panel_hd {
    padding: 10px;
}

/* 消除嵌套面板的边距重叠 */
.myui-panel-box.active {
    margin: -10px;
}

/* ==================
   全局基础配色 (Global Colors)
   ================== */
/* 页面背景灰白色，主文字深灰色 */
body {
    background: #f8f8f8;
    color: #666;
}

/* 链接与标题颜色 */
a,
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #333;
}

/* 链接悬停颜色：矢车菊蓝 */
a:hover {
    color: cornflowerblue;
}

/* 禁用链接样式 */
a.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

/* 文字颜色辅助类 */
.text-333 {
    color: #333;
}

/* 深黑 */
.text-muted {
    color: #999;
}

/* 浅灰/静音文本 */
.text-red {
    color: red;
}

.text-link {
    color: blue;
}

.text-fff {
    color: #fff;
}

/* ==================
   表单配色 (Forms)
   ================== */
/* 输入框背景浅灰，边框淡灰 */
.form-control {
    background-color: #F5F5F5;
    color: #999999;
    border: 1px solid #eee;
}

/* 输入框聚焦：边框变橙，添加橙色内阴影和外发光 */
.form-control:focus {
    border-color: #ff9900;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 136, 0, .075), 0 0 8px rgba(255, 136, 0, .6);
}

/* ==================
   按钮配色 (Buttons)
   ================== */
/* 默认按钮：灰色渐变 + 灰色阴影 */
.btn-default {
    background-color: #eee;
    color: #333;
    background: linear-gradient(to right, #eeeeee 0, #f6f6f6 100%);
    box-shadow: 0 5px 10px rgba(246, 246, 246, .25);
}

/* 暖色按钮 (主色调)：橙色渐变 + 橙色阴影 */
.btn-warm {
    background-color: #ff9900;
    background: linear-gradient(to right, #ff9900 0, #ff9f16 100%);
    box-shadow: 0 5px 10px rgba(255, 111, 0, .25);
}

/* 主要按钮：蓝色渐变 + 蓝色阴影 */
.btn-primary {
    background-color: #4fb1f7;
    background: linear-gradient(to right, #4fb1f7 0, #6bb8ee 100%);
    box-shadow: 0 5px 10px rgba(107, 184, 238, .25);
}

/* 危险操作按钮：红色渐变 + 红色阴影 */
.btn-danger {
    background-color: #fc000c;
    background: linear-gradient(to right, #fc000c 0, #f9444d 100%);
    box-shadow: 0 5px 10px rgba(249, 68, 77, .25);
}

/* 信息按钮：青色渐变 */
.btn-info {
    background-color: #5bc0de;
    background: linear-gradient(to right, #5bc0de 0, #7cc1d6 100%);
    box-shadow: 0 5px 10px rgba(124, 193, 214, .25);
}

/* 灰色深色按钮：深灰渐变 */
.btn-gray {
    background-color: #282828;
    color: #ddd;
    background: linear-gradient(to right, #282828 0, #3b3b3b 100%);
    box-shadow: 0 5px 10px rgba(59, 59, 59, .25);
}

/* 彩色按钮文字统一定义为白色 */
.btn-warm,
.btn-primary,
.btn-danger,
.btn-info {
    color: #fff;
}

.btn-warm:hover,
.btn-primary:hover,
.btn-danger:hover,
.btn-info:hover,
.btn-gray:hover {
    color: #fff;
}

/* 禁用状态透明度 */
.btn.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

/* ==================
   边框颜色 (Borders)
   ================== */
.border {
    border-color: #eee;
}

.border-primary {
    border-color: #4fb1f7;
}

.border-danger {
    border-color: red;
}

.border-info {
    border-color: #5bc0de;
}

/* ==================
   线条与装饰 (Lines)
   ================== */
/* 标题前的小圆点：橙色 */
.spot {
    border-color: #ff9900;
}

/* 分割线颜色 */
.split-line {
    background-color: #eee;
}

/* 细边框线条颜色 */
.top-line:before,
.bottom-line:after,
.top-line-dot:before,
.bottom-line-dot:before {
    border-color: #eee;
}

/* ==================
   徽标/角标 (Badges)
   ================== */
/* 默认徽标：灰底黑字 */
.badge {
    background-color: #eee;
    color: #333;
}

/* 排行榜前三名特殊颜色：红、橙、黄 */
.badge-first {
    background-color: #ff4a4a;
    color: #fff;
}

.badge-second {
    background-color: #ff7701;
    color: #fff;
}

.badge-third {
    background-color: #ffb400;
    color: #fff;
}

/* ==================
   下拉菜单 (Dropdown)
   ================== */
.dropdown-box .item {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

/* ==================
   图片覆盖层标签 (Pic Tags)
   ================== */
/* 默认标签：半透明黑底白字 */
.pic-tag {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

/* 激活/高亮标签：橙底白字 */
.pic-tag.active,
.pic-tag-h {
    background-color: #ff9900;
    color: #fff;
}

/* 图片底部文字渐变遮罩 (防止文字在浅色图片上看不清) */
.pic-text,
.pic-title-bottom {
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .5));
    color: #fff;
}

.pic-text.active {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

/* 图片顶部文字遮罩 */
.pic-title-top {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
}

/* ==================
   友情链接 (Links)
   ================== */
.myui-link__pic li img {
    display: block;
    padding: 2px 6px;
    border-radius: 4px;
    background-color: #fff;
}

/* ==================
   导航 (Nav)
   ================== */
/* 导航选中状态：橙色文字 + 橙色下划线 */
.nav li.active a {
    border-color: #ff9900;
    color: #ff9900;
}

.nav-tabs li .dropdown-box .item li a {
    color: #333;
}

.nav-tabs li .dropdown-box .item li.active a {
    color: #ff9900;
}

/* ==================
   面板背景与阴影 (Panels)
   ================== */
.myui-panel-bg,
.myui-panel-bg2 {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

/* ==================
   视频列表卡片 (Vod List)
   ================== */
.myui-vodlist__bg {
    background-color: #f5f5f5;
}

/* 鼠标悬停提升阴影效果 */
.myui-vodlist__bg:hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .08);
}

/* ==================
   文本列表 (Text List)
   ================== */
/* 斑马纹/隔行变色效果 */
.myui-vodlist__text.striped .striped-head,
.myui-vodlist__text.to-color li:nth-of-type(odd) {
    background-color: #f5f5f5;
}

/* ==================
   表格 (Table)
   ================== */
.myui-table>thead>tr>th,
.myui-table>tbody>tr>td,
.myui-table>tbody>tr>th,
.myui-table>tfoot>tr>td,
.myui-table>tfoot>tr>th,
.myui-table>thead>tr>td,
.myui-table>thead>tr>th {
    border-color: #ddd;
}

/* ==================
   播放列表滚动条 (Scrollbar)
   ================== */
/* Webkit 内核滚动条样式自定义 */
.myui-content__list::-webkit-scrollbar,
.myui-playdown__list::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
}

.myui-content__list::-webkit-scrollbar-thumb,
.myui-playdown__list::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

/* ==================
   播放器区域 (Player)
   ================== */
/* 视频容器黑底 */
.myui-player__video {
    background-color: #000;
}

.myui-player__operate>li>a {
    color: #999;
}

/* ==================
   弹窗 (Popup)
   ================== */
.popup {
    background-color: #f8f8f8;
}

.popup-head {
    background-color: #fff;
}

/* ==================
   内容详情 (Content Detail)
   ================== */
/* 评分星星颜色：橙色 */
.myui-content__detail .score .rating li .fa,
.myui-content__detail .score .branch {
    color: #ff9900;
}

/* ==================
   轮播组件 (Flickity & Carousel)
   ================== */
/* Flickity 分页点颜色 */
.flickity-page-dots .dot {
    background-color: #ff9900;
}

/* Carousel 指示器 */
.carousel-indicators-dots li {
    background-color: #ff9900;
}

.carousel-indicators-text li.active .title {
    color: red;
}

/* 缩略图指示器选中边框 */
.carousel-indicators-thumb li.active {
    border: 3px solid #ff9900;
}

/* ==================
   额外功能 (Extras)
   ================== */
.myui-extra li a {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

/* 返回顶部按钮：半透明黑底 */
.myui-extra li a.backtop {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

/* ==================
   搜索联想 (Autocomplete)
   ================== */
.autocomplete-suggestions {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.autocomplete-suggestion,
.autocomplete-suggestions li,
.autocomplete-suggestion,
.autocomplete-suggestions li a {
    color: #333;
}

/* 联想词高亮 */
.autocomplete-suggestions li strong {
    color: red;
}

/* ==================
   移动端底部导航 (Mobile Tabbar)
   ================== */
.myui-nav__tabbar {
    background-color: #f8f8f8;
    border-color: #eee;
}

.myui-nav__tabbar .item .title {
    color: #999;
}

/* ==================
   页脚 (Footer)
   ================== */
.myui-foot {
    background-color: #f8f8f8;
}

/* ===== images/js/layer/theme/default/layer.css ===== */
.layui-layer-imgbar,
.layui-layer-imgtit a,
.layui-layer-tab .layui-layer-title span,
.layui-layer-title {
    text-overflow: ellipsis;
    white-space: nowrap
}

html #layuicss-layer {
    display: none;
    position: absolute;
    width: 1989px
}

.layui-layer,
.layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto
}

.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px")
}

.layui-layer {
    -webkit-overflow-scrolling: touch;
    top: 150px;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
}

.layui-layer-close {
    position: absolute
}

.layui-layer-content {
    position: relative
}

.layui-layer-border {
    border: 1px solid #B2B2B2;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.layui-layer-load {
    background: url(../js/layer/theme/default/loading-1.gif) center center no-repeat #eee
}

.layui-layer-ico {
    background: url(../js/layer/theme/default/icon.png) no-repeat
}

.layui-layer-btn a,
.layui-layer-dialog .layui-layer-ico,
.layui-layer-setwin a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.layui-layer-move {
    display: none;
    position: fixed;
    *position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: move;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    z-index: 2147483647
}

.layui-layer-resize {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    bottom: 0;
    cursor: se-resize
}

.layer-anim {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

@-webkit-keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

}

@keyframes layer-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

}

.layer-anim-00 {
    -webkit-animation-name: layer-bounceIn;
    animation-name: layer-bounceIn
}

@-webkit-keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

}

@keyframes layer-zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

}

.layer-anim-01 {
    -webkit-animation-name: layer-zoomInDown;
    animation-name: layer-zoomInDown
}

@-webkit-keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

}

@keyframes layer-fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

}

.layer-anim-02 {
    -webkit-animation-name: layer-fadeInUpBig;
    animation-name: layer-fadeInUpBig
}

@-webkit-keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

}

@keyframes layer-zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

}

.layer-anim-03 {
    -webkit-animation-name: layer-zoomInLeft;
    animation-name: layer-zoomInLeft
}

@-webkit-keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

}

@keyframes layer-rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }

}

.layer-anim-04 {
    -webkit-animation-name: layer-rollIn;
    animation-name: layer-rollIn
}

@keyframes layer-fadeIn {
    0% {
        opacity: 0
    }

}

.layer-anim-05 {
    -webkit-animation-name: layer-fadeIn;
    animation-name: layer-fadeIn
}

@-webkit-keyframes layer-shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

}

@keyframes layer-shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

}

.layer-anim-06 {
    -webkit-animation-name: layer-shake;
    animation-name: layer-shake
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }

}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0
}

.layui-layer-setwin {
    position: absolute;
    right: 15px;
    *right: 0;
    top: 15px;
    font-size: 0;
    line-height: initial
}

.layui-layer-setwin a {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min cite {
    position: absolute;
    width: 14px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #2E2D3C;
    cursor: pointer;
    _overflow: hidden
}

.layui-layer-setwin .layui-layer-min:hover cite {
    background-color: #2D93CA
}

.layui-layer-setwin .layui-layer-max {
    background-position: -32px -40px
}

.layui-layer-setwin .layui-layer-max:hover {
    background-position: -16px -40px
}

.layui-layer-setwin .layui-layer-maxmin {
    background-position: -65px -40px
}

.layui-layer-setwin .layui-layer-maxmin:hover {
    background-position: -49px -40px
}

.layui-layer-setwin .layui-layer-close1 {
    background-position: 1px -40px;
    cursor: pointer
}

.layui-layer-setwin .layui-layer-close1:hover {
    opacity: .7
}

.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -28px;
    top: -28px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px;
    *right: -18px;
    _display: none
}

.layui-layer-setwin .layui-layer-close2:hover {
    background-position: -180px -31px
}

.layui-layer-btn {
    text-align: right;
    padding: 0 15px 12px;
    pointer-events: auto;
    user-select: none;
    -webkit-user-select: none
}

.layui-layer-btn a {
    height: 28px;
    line-height: 28px;
    margin: 5px 5px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none
}

.layui-layer-btn a:hover {
    opacity: .9;
    text-decoration: none
}

.layui-layer-btn a:active {
    opacity: .8
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #1E9FFF;
    background-color: #1E9FFF;
    color: #fff
}

.layui-layer-btn-l {
    text-align: left
}

.layui-layer-btn-c {
    text-align: center
}

.layui-layer-dialog {
    min-width: 260px
}

.layui-layer-dialog .layui-layer-content {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto
}

.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    position: absolute;
    top: 16px;
    left: 15px;
    _left: -40px;
    width: 30px;
    height: 30px
}

.layui-layer-ico1 {
    background-position: -30px 0
}

.layui-layer-ico2 {
    background-position: -60px 0
}

.layui-layer-ico3 {
    background-position: -90px 0
}

.layui-layer-ico4 {
    background-position: -120px 0
}

.layui-layer-ico5 {
    background-position: -150px 0
}

.layui-layer-ico6 {
    background-position: -180px 0
}

.layui-layer-rim {
    border: 6px solid #8D8D8D;
    border: 6px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    box-shadow: none
}

.layui-layer-msg {
    min-width: 180px;
    border: 1px solid #D3D4D3;
    box-shadow: none
}

.layui-layer-hui {
    min-width: 100px;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    border: none
}

.layui-layer-hui .layui-layer-content {
    padding: 12px 25px;
    text-align: center
}

.layui-layer-dialog .layui-layer-padding {
    padding: 20px 20px 20px 55px;
    text-align: left
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
    padding-top: 10px
}

.layui-layer-nobg {
    background: 0 0
}

.layui-layer-iframe iframe {
    display: block;
    width: 100%
}

.layui-layer-loading {
    border-radius: 100%;
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-loading .layui-layer-content {
    width: 60px;
    height: 24px;
    background: url(../js/layer/theme/default/loading-0.gif) no-repeat
}

.layui-layer-loading .layui-layer-loading1 {
    width: 37px;
    height: 37px;
    background: url(../js/layer/theme/default/loading-1.gif) no-repeat
}

.layui-layer-ico16,
.layui-layer-loading .layui-layer-loading2 {
    width: 32px;
    height: 32px;
    background: url(../js/layer/theme/default/loading-2.gif) no-repeat
}

.layui-layer-tips {
    background: 0 0;
    box-shadow: none;
    border: none
}

.layui-layer-tips .layui-layer-content {
    position: relative;
    line-height: 22px;
    min-width: 12px;
    padding: 8px 15px;
    font-size: 12px;
    _float: left;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    background-color: #000;
    color: #fff
}

.layui-layer-tips .layui-layer-close {
    right: -2px;
    top: -1px
}

.layui-layer-tips i.layui-layer-TipsG {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed;
    *overflow: hidden
}

.layui-layer-tips i.layui-layer-TipsB,
.layui-layer-tips i.layui-layer-TipsT {
    left: 5px;
    border-right-style: solid;
    border-right-color: #000
}

.layui-layer-tips i.layui-layer-TipsT {
    bottom: -8px
}

.layui-layer-tips i.layui-layer-TipsB {
    top: -8px
}

.layui-layer-tips i.layui-layer-TipsL,
.layui-layer-tips i.layui-layer-TipsR {
    top: 5px;
    border-bottom-style: solid;
    border-bottom-color: #000
}

.layui-layer-tips i.layui-layer-TipsR {
    left: -8px
}

.layui-layer-tips i.layui-layer-TipsL {
    right: -8px
}

.layui-layer-lan[type=dialog] {
    min-width: 280px
}

.layui-layer-lan .layui-layer-title {
    background: #4476A7;
    color: #fff;
    border: none
}

.layui-layer-lan .layui-layer-btn {
    padding: 5px 10px 10px;
    text-align: right;
    border-top: 1px solid #E9E7E7
}

.layui-layer-lan .layui-layer-btn a {
    background: #fff;
    border-color: #E9E7E7;
    color: #333
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
    background: #C9C5C5
}

.layui-layer-molv .layui-layer-title {
    background: #009f95;
    color: #fff;
    border: none
}

.layui-layer-molv .layui-layer-btn a {
    background: #009f95;
    border-color: #009f95
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
    background: #92B8B1
}

.layui-layer-iconext {
    background: url(../js/layer/theme/default/icon-ext.png) no-repeat
}

.layui-layer-prompt .layui-layer-input {
    display: block;
    width: 230px;
    height: 36px;
    margin: 0 auto;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #e6e6e6;
    color: #333
}

.layui-layer-prompt textarea.layui-layer-input {
    width: 300px;
    height: 100px;
    line-height: 20px;
    padding: 6px 10px
}

.layui-layer-prompt .layui-layer-content {
    padding: 20px
}

.layui-layer-prompt .layui-layer-btn {
    padding-top: 0
}

.layui-layer-tab {
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .4)
}

.layui-layer-tab .layui-layer-title {
    padding-left: 0;
    overflow: visible
}

.layui-layer-tab .layui-layer-title span {
    position: relative;
    float: left;
    min-width: 80px;
    max-width: 260px;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
    cursor: pointer
}

.layui-layer-tab .layui-layer-title span.layui-this {
    height: 43px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background-color: #fff;
    z-index: 10
}

.layui-layer-tab .layui-layer-title span:first-child {
    border-left: none
}

.layui-layer-tabmain {
    line-height: 24px;
    clear: both
}

.layui-layer-tabmain .layui-layer-tabli {
    display: none
}

.layui-layer-tabmain .layui-layer-tabli.layui-this {
    display: block
}

.layui-layer-photos {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.layui-layer-photos .layui-layer-content {
    overflow: hidden;
    text-align: center
}

.layui-layer-photos .layui-layer-phimg img {
    position: relative;
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top
}

.layui-layer-imgbar,
.layui-layer-imguide {
    display: none
}

.layui-layer-imgnext,
.layui-layer-imgprev {
    position: absolute;
    top: 50%;
    width: 27px;
    _width: 44px;
    height: 44px;
    margin-top: -22px;
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

.layui-layer-imgprev {
    left: 10px;
    background-position: -5px -5px;
    _background-position: -70px -5px
}

.layui-layer-imgprev:hover {
    background-position: -33px -5px;
    _background-position: -120px -5px
}

.layui-layer-imgnext {
    right: 10px;
    _right: 8px;
    background-position: -5px -50px;
    _background-position: -70px -50px
}

.layui-layer-imgnext:hover {
    background-position: -33px -50px;
    _background-position: -120px -50px
}

.layui-layer-imgbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, .8);
    background-color: #000\9;
    filter: Alpha(opacity=80);
    color: #fff;
    overflow: hidden;
    font-size: 0
}

.layui-layer-imgtit * {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 12px
}

.layui-layer-imgtit a {
    max-width: 65%;
    overflow: hidden;
    color: #fff
}

.layui-layer-imgtit a:hover {
    color: #fff;
    text-decoration: underline
}

.layui-layer-imgtit em {
    padding-left: 10px;
    font-style: normal
}

@-webkit-keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

}

@keyframes layer-bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    30% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

}

.layer-anim-close {
    -webkit-animation-name: layer-bounceOut;
    animation-name: layer-bounceOut;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@media screen and (max-width:1100px) {
    .layui-layer-iframe {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

}


/* ===== inline style from game.html ===== */
.sea_main_8 {
    padding: 4px 6px;
}

.sea_top-line {
    padding-bottom: 8px;
}

.sea_pannel {
    margin: 12px 2px;
}

.full-screen-img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    height: 110%;
}

.img-container {
    width: 100%;
    margin-top: 0px;
}

/* ===== inline style from include.html ===== */
body {
    font-family: "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

[class*=col-],
.myui-content__list li,
.myui-vodlist__media.col li {
    padding: 10px
}

.btn {
    border-radius: 5px;
}

.myui-vodlist__thumb {
    border-radius: 5px;
    padding-top: 150%;
    background: url(../images/img/load.png) no-repeat;
}

.myui-vodlist__thumb.square {
    padding-top: 100%;
    background: url(../images/img/load_f.png) no-repeat;
}

.myui-vodlist__thumb.wide {
    padding-top: 60%;
    background: url(../images/img/load_w.png) no-repeat;
}

.myui-vodlist__thumb.actor {
    padding-top: 140%;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.myui-sidebar {
    padding: 0 0 0 20px;
}

.myui-panel {
    margin-bottom: 20px;
    border-radius: 5px;
}

.myui-panel-mb {
    margin-bottom: 20px;
}

.myui-player__item .fixed {
    width: 500px;
}

.myui-vodlist__text li a,
.myui-vodlist__media li {
    padding: 10px 0;
}

.myui-screen__list {
    padding: 10px 10px 0;
}

.myui-screen__list li {
    margin-bottom: 10px;
    margin-right: 10px;
}

.myui-page {
    padding: 0 10px;
}

.myui-extra {
    right: 20px;
    bottom: 30px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container.min {
        width: 1200px;
        padding: 0;
    }

}

@media (max-width: 767px) {

    body,
    body.active {
        padding-bottom: 50px;
    }

    [class*=col-],
    .myui-panel,
    .myui-content__list li {
        padding: 5px
    }

    .flickity-prev-next-button.previous {
        left: 5px;
    }

    .flickity-prev-next-button.next {
        right: 5px;
    }

    .myui-vodlist__text li a,
    .myui-vodlist__media li {
        padding: 10px 0;
    }

    .myui-screen__list {
        padding: 10px 5px 0;
    }

    .myui-screen__list li {
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .myui-extra {
        right: 20px;
        bottom: 80px;
    }

    .myui-page {
        padding: 0 5px;
    }

}

.myui-topbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-image: linear-gradient(135deg, #583230 10%, #360940 100%);
}

.hy-page {
    margin: 20px 0;
    text-align: center
}

.hy-page ul li {
    display: inline-block;
    padding: 0;
    margin-left: 10px
}

.hy-page ul li .num,
.hy-page ul li a {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 4px
}

.hy-page-block {
    padding: 30px
}

/*分页样式*/
.page {
    height: 45px;
    line-height: 33px;
    text-align: center;
    width: 650px;
    overflow: hidden;
    margin: 5px auto 0
}

.page span {
    float: left;
    height: 33px;
    line-height: 33px;
    margin-right: 2px;
    padding: 2px 14px;
    font-size: 12px
}

.page em.nolink {
    font-style: normal;
    background-color: white;
    border: 1px solid #DDDDDD;
    color: #999999;
    font-weight: 400;
    height: 33px;
    line-height: 33px
}

.page input {
    display: none;
}

.page .btn {
    display: none;
}

.page em {
    background-color: #4cae4c;
    border: 1px solid #4cae4c;
    color: #000;
    float: left;
    font-weight: bold;
    height: 31px;
    line-height: 32px;
    margin: 2px;
    padding: 0px 14px;
    text-align: center;
    font-style: normal;
    margin-top: 2px
}

.page a:link,
.page a:visited {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    display: inline;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 1px;
    padding: 0px 14px;
    margin-left: 1px;
    text-decoration: none;
    margin-top: 2px
}

.page a:hover {
    background-color: #4cae4c;
    border: 1px solid #4cae4c;
    padding: 0px 14px;
    color: #000;
    text-decoration: none
}

.wordlist li {
    display: block;
    width: 250px;
    overflow: hidden;
}

.wordlist a {
    display: block;
    width: 250px;
    overflow: hidden;
}

/* ===== inline style from play.html ===== */
/* 顶部导航 */
#my-custom-header {
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    z-index: 90;
    background: #0f0f0f;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
    padding: 12px 10px;
    text-align: center;
    color: #aaa;
    font-size: 14px;
    border-bottom: 1px solid #1a1a1a;
}

/* ===== inline style from head.html ===== */
.top-download-btn {
    font-size: 20px;
    padding: 10px;
    color: #19c37d;
    transition: all .2s ease;
}

.top-download-btn:hover {
    color: #11a96a;
    transform: scale(1.1);
}

/* ===== inline style from gbook.html ===== */
/* ==================== 全局深色样式 (同会员中心) ==================== */
*,
:after,
:before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background-color: #0f0f0f;
    color: #999;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 14px;
    margin: 0 auto;
    max-width: 500px;
    padding-top: 50px;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: #999;
    transition: color 0.3s;
}

input,
button,
textarea {
    outline: none;
}

/* 顶部导航 */
.myui-header__top {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    height: 50px;
    background: #111;
    border-bottom: 1px solid #222;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.header-btn-left {
    position: absolute;
    left: 15px;
    color: #ccc;
    font-size: 20px;
}

/* 容器样式 */
.container {
    padding: 15px;
}

/* 提示卡片 */
.notice-card {
    background: linear-gradient(135deg, #1a1a1a 0%, #222 100%);
    border: 1px solid #333;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
}

.notice-title {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}

.notice-desc {
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}

/* 快捷标签 */
.quick-tags {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.tag-item {
    background: rgba(255, 153, 0, 0.1);
    color: #ff9900;
    border: 1px solid rgba(255, 153, 0, 0.3);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.tag-item:active {
    background: #ff9900;
    color: #fff;
    transform: scale(0.95);
}

/* CMS 留言板样式强制覆盖 */
.myui-panel {
    background: transparent !important;
    padding: 0 !important;
}

/* 输入框美化 (强制覆盖 CMS 默认样式) */
input[type="text"],
textarea,
.form-control {
    width: 100% !important;
    background: #1a1a1a !important;
    border: 1px solid #333 !important;
    color: #ccc !important;
    padding: 12px !important;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
    font-size: 14px;
    box-shadow: none !important;
}

textarea {
    min-height: 100px;
    line-height: 1.6;
}

input:focus,
textarea:focus {
    border-color: #ff9900 !important;
}

/* 验证码样式修复 */
img[src*="vdimgck"] {
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 4px;
}

/* 提交按钮美化 */
input[type="submit"],
button[type="submit"],
.btn-primary {
    width: 100%;
    background: linear-gradient(90deg, #ff9900, #ff5e00) !important;
    color: #fff !important;
    border: none !important;
    padding: 12px !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer;
    margin-top: 10px;
}

/* 留言列表美化 */
.gbook-list {
    margin-top: 20px;
}

.gbook-item {
    background: #1a1a1a;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #222;
    position: relative;
}

.gbook-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px dashed #333;
    padding-bottom: 5px;
}

.gbook-user {
    color: #ff9900;
    font-weight: bold;
}

.gbook-content {
    color: #ccc;
    line-height: 1.6;
    font-size: 14px;
}

.gbook-reply {
    background: #252525;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
    color: #888;
    font-size: 12px;
    border-left: 3px solid #ff9900;
}

/* 隐藏 CMS 可能输出的多余表格边框 */
table {
    width: 100% !important;
    border: none !important;
    background: transparent !important;
}

td {
    border: none !important;
    padding: 5px 0 !important;
    display: block;
}

/* ===== inline style from foot.html ===== */
:root {
    --bottom-nav-height: 40px;
    /* ✅ 改成你底部导航真实高度 */
    --banner-max-width: 600px;
    /* ✅ 最大宽 600 */
}

.bottom-app-banner {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(var(--bottom-nav-height) + 12px + env(safe-area-inset-bottom, 0px));
    max-width: var(--banner-max-width);
    margin-left: auto;
    margin-right: auto;
    z-index: 3000;
    display: none;
    align-items: center;
    gap: 12px;
    padding: 5px 15px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .14);
    border: 1px solid rgba(0, 0, 0, .06);
    overflow: visible;
}

.bottom-app-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255, 45, 85, .08), rgba(25, 195, 125, .08));
    pointer-events: none;
}

.bab-left {
    position: relative;
    flex: 1;
    min-width: 0;
    padding-right: 128px;
}

.bab-topline {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: visible;
}

.bab-title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    white-space: nowrap;
    flex-shrink: 0;
}

.bab-highlight {
    font-size: 14px;
    font-weight: 900;
    color: #ff2d55;
    white-space: nowrap;
    flex-shrink: 0;
}

.bab-subline {
    margin-top: 6px;
    font-size: 12px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    overflow: visible;
}

.bab-subline .label {
    opacity: .85;
    flex-shrink: 0;
}

.bab-subline .domains {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.bab-subline .domain {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-weight: 900;
    color: #0aa;
}

.bab-btn {
    position: relative;
    flex-shrink: 0;
    height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: linear-gradient(135deg, #19c37d, #11a96a);
    box-shadow: 0 10px 18px rgba(17, 169, 106, .28);
    z-index: 1;
    margin-right: 30px;
}

.bab-btn:active {
    transform: translateY(1px);
}

.bab-btn .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.bab-close {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, .10);
    color: #333;
    font-size: 18px;
    line-height: 28px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

/* ===== inline style from foot.html ===== */
/* ================= 两侧悬浮广告 ================= */
.side-ad-box {
    position: fixed;
    top: 50%;
    height: 40%;
    width: 60px;
    z-index: 9990;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
}

.side-ad-box.left {
    left: 5px;
}

.side-ad-box.right {
    right: 5px;
}

.side-ad-item {
    display: block;
    width: 100%;
    height: 19%;
    margin-bottom: 2px;
    pointer-events: auto;
    border-radius: 4px;
    overflow: hidden;
    background: #000;
}

.side-ad-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ================= 弹窗 ================= */
.popup-mask {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: none;
    backdrop-filter: blur(4px);
}

.popup-content {
    position: absolute;
    top: 55%;
    left: 50%;
    width: 80%;
    max-width: 360px;
    text-align: center;
    animation: popupPop 0.3s ease-out forwards;
}

.popup-link {
    display: block;
    position: relative;
}

.popup-img {
    width: 100%;
    display: block;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.popup-close {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
}

/* ================= 应用弹窗 ================= */
.appwall-mask {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 600px;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10001;
    display: none;
    backdrop-filter: blur(4px);
}

.appwall-content {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 73%;
    max-width: 380px;
    transform: translate(-50%, -50%);
    animation: popupPop 0.3s ease-out forwards;
}

.appwall-header-img {
    width: 100%;
    display: none;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;

    vertical-align: bottom;
    position: relative;
    z-index: 1;
    object-fit: cover;
}

.appwall-grid-wrap {
    background: #fff;
    border-radius: 16px;
    padding: 15px 12px;
    min-height: 200px;
    max-height: 45vh;
    overflow-y: auto;
    position: relative;
    z-index: 2;
}

.appwall-grid-wrap.flat-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.appwall-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 8px;
    /* 一行 4 个 */
}

.appwall-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.appwall-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.appwall-item span {
    font-size: 11px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.appwall-close {
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
}

@keyframes popupPop {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }

}



/* ===== inline style from user.html ===== */
/* ==================== 1. 全局基础样式 ==================== */
*,
:after,
:before {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background-color: #0f0f0f;
    color: #999;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    margin: 0 auto;
    max-width: 500px;
    padding-top: 50px;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: #999;
}

input,
button {
    outline: none;
}

/* 顶部导航 */
.myui-header__top {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 500px;
    height: 50px;
    background: rgba(17, 17, 17, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #222;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.header-btn-left {
    position: absolute;
    left: 15px;
    color: #ccc;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    display: block;
}

/* ==================== 2. 用户中心主界面 ==================== */
/* 用户卡片 */
.user-card {
    background: linear-gradient(180deg, #1a1a1a 0%, #111 100%);
    padding: 35px 20px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #222;
}

.user-avatar img {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    border: 3px solid #2a2a2a;
    object-fit: cover;
    display: block;
    margin: 0 auto 12px auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.user-name {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.user-tags span {
    display: inline-block;
    background: rgba(255, 153, 0, 0.1);
    color: #ff9900;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin: 0 4px;
    border: 1px solid rgba(255, 153, 0, 0.2);
}

/* 宫格菜单 */
.grid-menu {
    background: #111;
    margin-bottom: 10px;
    padding: 25px 0 10px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    display: flex;
    flex-wrap: wrap;
}

.grid-item {
    width: 25%;
    text-align: center;
    margin-bottom: 25px;
    color: #999;
    display: block;
    position: relative;
    cursor: pointer;
}

.grid-item i {
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
    color: #ccc;
    transition: all 0.2s;
}

/* 列表项 */
.list-group {
    background: #111;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    margin-bottom: 10px;
}

.list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #1a1a1a;
    color: #ccc;
    font-size: 15px;
    cursor: pointer;
}

/* 通用列表容器 (用于收藏、消息) */
.common-list-box {
    padding: 0;
    background: #111;
}

.vod-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #222;
}

.vod-item-title {
    font-size: 14px;
    color: #ccc;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.vod-item-btn {
    font-size: 12px;
    color: #ff4444;
    border: 1px solid #333;
    padding: 2px 8px;
    border-radius: 4px;
}

/* 消息盒子样式 */
.msg-box {
    background: #1a1a1a;
    padding: 15px;
    margin: 15px;
    border-radius: 8px;
    border: 1px solid #333;
}

.msg-head {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ff9900;
}

.msg-body {
    color: #ccc;
    line-height: 1.6;
    font-size: 13px;
}

/* ==================== 3. 弹窗样式 (整合优化版) ==================== */
/* 弹窗容器 */
.my-popup {
    display: none;
    background: #fff;
    border-radius: 20px;
    /* 大圆角 */
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* 弹窗头部 - 极简白底风格 */
.popup-header {
    background: #fff;
    padding: 25px 0 10px;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 19px;
    position: relative;
}

/* 头部下方的小橙色装饰线 */
.popup-header::after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #ff9900;
    margin: 12px auto 0;
    border-radius: 4px;
}

/* 弹窗内容区 */
.popup-body {
    padding: 10px 25px 35px;
    background: #fff;
}

/* 基本资料列表美化 */
.info-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px dashed #eee;
    font-size: 15px;
}

.info-list-item span:first-child {
    color: #888;
    font-size: 14px;
}

.info-list-item span:last-child {
    color: #333;
    font-weight: 600;
}

/* 徽章样式 (如VIP) */
.info-badge {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: normal !important;
    display: inline-block;
}

/* ==================== 4. 表单与输入框 (现代化风格) ==================== */
/* 表单行容器 */
.auth-form-row {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.auth-form-row i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 18px;
    z-index: 10;
}

/* 输入框统一风格 */
.form-input {
    width: 100%;
    background: #f7f8fa;
    border: 1px solid #f0f0f0;
    color: #333;
    padding: 0 15px 0 50px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    transition: all 0.3s;
    box-sizing: border-box;
}

.form-input:focus {
    background: #fff;
    border-color: #ff9900;
    box-shadow: 0 0 0 4px rgba(255, 153, 0, 0.1);
}

/* ==================== 按钮风格统一互补版 ==================== */

/* 1. 首页按钮容器布局 */
.user-btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
}

/* 2. 所有按钮的【公共属性】(互补的核心) */
.btn-login-submit,
.btn-entry {
    border-radius: 50px;
    /* 统一使用胶囊圆角 */
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border: none;
    outline: none;
    transition: all 0.2s;
    /* 统一添加丝滑动画 */
}

/* 3. 所有按钮的【点击反馈】 */
.btn-login-submit:active,
.btn-entry:active {
    transform: scale(0.95);
    /* 点击时轻微缩小，增加手感 */
}

/* 4. 弹窗内的【提交大按钮】 (保留你第一段代码的高级样式) */
.btn-login-submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    /* 确保文字垂直居中 */
    font-size: 16px;
    color: #fff;
    background: linear-gradient(135deg, #ff8c00, #ff5e00);
    box-shadow: 0 8px 20px rgba(255, 94, 0, 0.25);
    /* 大投影 */
    margin-top: 15px;
    display: block;
}

/* 5. 首页的【入口小按钮】 (保留你第二段代码的尺寸) */
.btn-entry {
    width: 110px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    display: block;
}

/* 6. 首页【登录按钮】 (样式互补：用了大按钮的渐变色) */
.btn-entry-login {
    /* 统一改成 135度 渐变，和弹窗按钮保持一致 */
    background: linear-gradient(135deg, #ff8c00, #ff5e00);
    color: #fff;
    /* 投影稍微调小一点，适配小按钮 */
    box-shadow: 0 4px 10px rgba(255, 94, 0, 0.2);
}

/* 7. 首页【注册按钮】 (保持描边风格) */
.btn-entry-reg {
    background: transparent;
    border: 1px solid #555;
    color: #ccc;
    box-sizing: border-box;
    /* 防止边框撑大 */
}

/* 注册按钮按下变色 */
.btn-entry-reg:active {
    border-color: #ff8c00;
    color: #ff8c00;
}

/* 次要按钮 */
.btn-action {
    background: #1a1a1a;
    color: #888;
    border: 1px solid #333;
    width: 90%;
    margin: 25px auto;
    padding: 12px;
    border-radius: 50px;
    display: block;
    text-align: center;
}

/* 验证码区域 */
.captcha-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.captcha-box input {
    width: 55% !important;
    padding-left: 20px;
}

/* 底部链接 (注册/找回密码) */
.bottom-link {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #888;
}

/* 头像上传框 */
.avatar-gradient-box {
    background: linear-gradient(135deg, #2b0a1a 0%, #61042e 100%);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #61042e;
}

.avatar-gradient-box i {
    font-size: 24px;
    color: #ff9900;
    margin-bottom: 10px;
    display: block;
}

.file-upload-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* ==================== 5. 分享相关 ==================== */
.share-container {
    text-align: center;
}

.share-card {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.share-link-box {
    display: flex;
    align-items: center;
    background: #f7f8fa;
    border: 1px solid #eee;
    border-radius: 50px;
    padding: 5px 5px 5px 20px;
    height: 50px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.02);
}

.share-link-input {
    flex: 1;
    border: none;
    background: none;
    color: #555;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.share-copy-btn {
    background: linear-gradient(135deg, #ff8c00, #ff5e00);
    color: #fff;
    border: none;
    padding: 0 25px;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(255, 94, 0, 0.3);
    cursor: pointer;
}

/* ===== mobile shell + final safe overrides ===== */
:root {
    --app-max-width: 500px;
    --app-bg: #0f0f0f;
    --panel-bg: #111;
    --panel-border: #222;
    --brand: #ff9900;
    --brand2: #ff5e00;
    --text: #ccc;
    --muted: #999;
}

html {
    background: #000;
    overflow-x: hidden;
}

body {
    max-width: var(--app-max-width) !important;
    margin: 0 auto !important;
    background: var(--app-bg);
    overflow-x: hidden;
    min-height: 100vh;
}

.container {
    width: 100% !important;
    max-width: var(--app-max-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.myui-header__top,
.myui-nav__tabbar,
#footer-tabbar,
#my-custom-header,
.popup-mask,
.appwall-mask {
    max-width: var(--app-max-width) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    width: 100% !important;
}

.myui-player__item .fixed {
    width: var(--app-max-width) !important;
    max-width: 100% !important;
}

img {
    max-width: 100%;
}

/* top/banner ads: do not crop backend-controlled images */
.app-nav-top-ads,
.app-nav-grid-box,
.app-nav-list {
    width: 100%;
    box-sizing: border-box;
    overflow: visible;
}

.app-nav-top-ads a,
.app-nav-top-ads img,
.app-nav-list a,
.app-nav-list img {
    max-width: 100%;
}

.app-nav-top-ads img {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    display: block;
    border-radius: 10px;
}

.app-nav-list img {
    object-fit: contain;
}

#ad-container-wrapper,
#play-mid-ad-container {
    overflow: visible !important;
}

/* layer popup hard constraints */
.layui-layer {
    max-width: calc(var(--app-max-width) - 24px) !important;
    box-sizing: border-box;
}

.layui-layer-page .layui-layer-content {
    max-width: 100% !important;
    box-sizing: border-box;
    overflow-x: hidden !important;
}

.my-popup {
    max-width: calc(var(--app-max-width) - 24px) !important;
    width: 100% !important;
    box-sizing: border-box;
    border-radius: 20px !important;
    overflow: hidden;
    background: #fff;
}

.my-popup .layui-layer-content {
    border-radius: 20px;
    overflow: hidden;
}

.popup-body {
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
}

.form-input,
.share-link-input,
.share-input {
    max-width: 100%;
    box-sizing: border-box;
}

.captcha-box {
    gap: 8px;
}

.captcha-box input {
    min-width: 0;
}

/* ad popups: keep image transparent, no forced white top background */
.popup-content {
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-img {
    background: transparent !important;
    object-fit: contain !important;
    height: auto !important;
}

.popup-link {
    background: transparent !important;
}

.appwall-content {
    left: 50%;
}

.appwall-grid-wrap {
    box-shadow: none;
}

.appwall-close,
.popup-close,
.close-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    text-align: center;
}

/* play share box */
.share-mask {
    display: none;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--app-max-width);
    height: 100%;
    background: rgba(0, 0, 0, .72);
    z-index: 9998;
}

.share-box {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    max-width: 430px;
    background: #161616;
    border: 1px solid #2a2a2a;
    border-radius: 18px;
    padding: 22px 16px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .5);
    box-sizing: border-box;
}

.share-box .close-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.share-qr {
    width: 150px;
    height: 150px;
    margin: 0 auto 14px;
    background: #fff;
    padding: 8px;
    border-radius: 12px;
    box-sizing: border-box;
}

.share-input-box {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
}

.share-input {
    flex: 1;
    min-width: 0;
    height: 38px;
    border: 1px solid #333;
    border-radius: 999px;
    background: #0f0f0f;
    color: #ddd;
    padding: 0 12px;
}

.share-copy-btn {
    flex-shrink: 0;
    white-space: nowrap;
}

/* user center */
.grid-menu {
    display: flex;
    flex-wrap: wrap;
}

.grid-item {
    width: 25%;
    box-sizing: border-box;
}

.history-popup-body {
    padding: 12px !important;
}

/* avoid wide old pagination */
.page {
    width: 100% !important;
    max-width: 100% !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    line-height: normal;
}

.page span,
.page a:link,
.page a:visited,
.page em {
    float: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
}

@media(max-width:500px) {
    .side-ad-box {
        display: none !important;
    }

    .bottom-app-banner {
        left: 10px !important;
        right: 10px !important;
        max-width: calc(100% - 20px) !important;
    }

    .bab-left {
        padding-right: 90px;
    }

    .bab-btn {
        margin-right: 24px;
        padding: 0 10px;
    }

    .appwall-content {
        width: 82%;
    }

}


/* ===== fix6: user center + layer popup safety ===== */
:root {
    --app-max-width: 500px;
    --theme-main: #ff8c00;
    --theme-main-2: #ff5e00;
    --body-bg: #0f0f0f;
    --panel-bg: #111;
    --line: #222;
    --text: #ccc;
    --muted: #999;
}

html,
body {
    max-width: var(--app-max-width);
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden;
    background: var(--body-bg) !important;
}

.myui-header__top,
.myui-nav__tabbar,
#footer-tabbar,
#my-custom-header {
    max-width: var(--app-max-width) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    width: 100% !important;
}

.grid-menu {
    background: #111;
    margin-bottom: 10px;
    padding: 25px 0 10px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    display: flex;
    flex-wrap: wrap;
}

.grid-item {
    width: 25%;
    text-align: center;
    margin-bottom: 25px;
    color: #999;
    display: block;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.grid-item i {
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
    color: #ccc;
    line-height: 1;
}

.grid-item span {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}

.list-group {
    background: #111;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    margin-bottom: 10px;
}

.list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #1a1a1a;
    color: #ccc;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
}

.list-item:last-child {
    border-bottom: none;
}

.app-download-row {
    border-top: 1px solid #1a1a1a;
}

.layui-layer.my-popup {
    max-width: calc(var(--app-max-width) - 24px) !important;
    width: 92% !important;
    box-sizing: border-box;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: #fff !important;
}

.layui-layer.my-popup .layui-layer-content {
    max-height: 78vh;
    overflow-y: auto !important;
    border-radius: 20px !important;
    background: #fff !important;
}

.layui-layer-setwin {
    right: 12px !important;
    top: 12px !important;
}

.layui-layer-setwin .layui-layer-close1,
.layui-layer-setwin .layui-layer-close2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    text-align: center !important;
}

.popup-header {
    background: #fff;
    padding: 25px 0 10px;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 19px;
    position: relative;
}

.popup-header:after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: var(--theme-main);
    margin: 12px auto 0;
    border-radius: 4px;
}

.popup-body {
    padding: 10px 25px 35px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
}

.auth-form-row {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.auth-form-row i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 18px;
    z-index: 2;
}

.form-input {
    width: 100% !important;
    max-width: 100%;
    background: #f7f8fa;
    border: 1px solid #f0f0f0;
    color: #333;
    padding: 0 15px 0 50px;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    box-sizing: border-box;
}

.form-input:focus {
    background: #fff;
    border-color: var(--theme-main);
    box-shadow: 0 0 0 4px rgba(255, 153, 0, .1);
}

.btn-login-submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(135deg, var(--theme-main), var(--theme-main-2));
    box-shadow: 0 8px 20px rgba(255, 94, 0, .25);
    margin-top: 15px;
    border-radius: 50px;
    font-weight: bold;
    border: 0;
    display: block;
    box-sizing: border-box;
}

.captcha-box {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    width: 100%;
}

.captcha-box input {
    width: 55% !important;
    padding-left: 20px !important;
}

.captcha-box img {
    width: 42%;
    height: 50px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #eee;
    object-fit: cover;
}

.bottom-link {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #888;
}

.bottom-link span {
    color: #ff8c00;
    cursor: pointer;
}

.info-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px dashed #eee;
    font-size: 15px;
    gap: 12px;
}

.info-list-item:last-child {
    border-bottom: none;
}

.info-list-item span:first-child {
    color: #888;
    font-size: 14px;
    flex: 0 0 auto;
}

.info-list-item span:last-child {
    color: #333;
    font-weight: 600;
    text-align: right;
    word-break: break-all;
}

.info-badge {
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: normal !important;
    display: inline-block;
}

.share-container {
    text-align: center;
}

.share-card {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    max-width: 100%;
}

#qrcode-target img {
    display: block;
    max-width: 170px;
    height: auto;
}

.share-tip {
    color: #999;
    font-size: 13px;
    margin-bottom: 20px;
}

.share-link-box {
    display: flex;
    align-items: center;
    background: #f7f8fa;
    border: 1px solid #eee;
    border-radius: 50px;
    padding: 5px 5px 5px 16px;
    height: 50px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .02);
    box-sizing: border-box;
    max-width: 100%;
}

.share-link-input {
    flex: 1;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #555;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.share-copy-btn {
    flex: 0 0 auto;
    background: linear-gradient(135deg, var(--theme-main), var(--theme-main-2));
    color: #fff;
    border: 0;
    padding: 0 20px;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(255, 94, 0, .3);
    cursor: pointer;
}

.history-popup-body {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.history-native-block {
    max-width: 100%;
    overflow-x: hidden;
}

.history-native-block img {
    max-width: 100%;
    height: auto;
}

/* 广告弹窗保持透明，不给图片上方强制加白底 */
.popup-mask,
.appwall-mask {
    max-width: var(--app-max-width) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    width: 100% !important;
    background: rgba(0, 0, 0, .72) !important;
}

.popup-content {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.popup-img {
    background: transparent !important;
    object-fit: contain !important;
    height: auto !important;
    width: 100% !important;
    display: block !important;
    border-radius: 12px;
}

.popup-close,
.appwall-close {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
}

.appwall-header-img {
    background: transparent !important;
    height: auto !important;
    object-fit: contain !important;
}

/* ===== FIX8 最小回滚补丁：只修显示，不改广告/登录/播放逻辑 ===== */
:root {
    --app-max-width: 500px;
    --header-height: 50px;
    --custom-header-height: 64px;
}

html,
body {
    max-width: var(--app-max-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden !important;
    background: #0f0f0f !important;
}

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

.container {
    width: 100% !important;
    max-width: var(--app-max-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 10px;
    padding-right: 10px;
}

.myui-header__top,
#header-top {
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    max-width: var(--app-max-width) !important;
    height: 50px !important;
    z-index: 999 !important;
}

#my-custom-header {
    position: fixed !important;
    top: 50px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    max-width: var(--app-max-width) !important;
    z-index: 998 !important;
    background: #0f0f0f !important;
}

/* 首页顶部有二级导航，第一块广告需要避开 50px 顶栏 + 二级导航 */
body.active>.container:first-of-type {
    margin-top: 118px !important;
}

/* 播放页顶部广告也避开固定栏，但不强制巨大间距 */
#ad-container-wrapper {
    margin-top: 66px !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: visible !important;
    display: block !important;
}

#play-mid-ad-container {
    margin-top: 35px !important;
    overflow: visible !important;
}

/* 恢复广告宫格原逻辑：图标固定尺寸，不被压成小疙瘩 */
.app-nav-grid-box {
    background: rgba(255, 255, 255, .10) !important;
    padding: 8px 2px !important;
    margin: 10px 0 !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, .10) !important;
    overflow: visible !important;
}

.app-nav-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px 0 !important;
    width: 100% !important;
    overflow: visible !important;
}

.app-nav-item {
    width: calc(100% / var(--cols, 5)) !important;
    text-align: center !important;
    margin-bottom: 2px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
    background: transparent !important;
    border: 0 !important;
}

.app-nav-item a {
    display: block !important;
    text-decoration: none !important;
    color: #eee !important;
    background: transparent !important;
    border: 0 !important;
}

.app-nav-item img {
    width: 62px !important;
    height: 62px !important;
    max-width: 62px !important;
    max-height: 62px !important;
    object-fit: cover !important;
    border-radius: 14px !important;
    margin: 0 auto 4px !important;
    display: block !important;
    background: transparent !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2) !important;
}

.app-nav-item p {
    font-size: 12px !important;
    color: #eee !important;
    margin: 0 !important;
    line-height: 1.2 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
}

@media(max-width:450px) {
    .app-nav-item img {
        width: 58px !important;
        height: 58px !important;
        max-width: 58px !important;
        max-height: 58px !important;
    }

}

/* 横幅广告：只保证完整显示，不改变后台控制逻辑 */
.app-nav-top-ads {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 0 10px !important;
    line-height: normal !important;
    overflow: visible !important;
    background: transparent !important;
}

.app-nav-ad-item,
.app-nav-top-ads a {
    display: block !important;
    width: 100% !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: transparent !important;
    font-size: 0 !important;
}

.app-nav-ad-item img,
.app-nav-top-ads img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    background: transparent !important;
    border-radius: 10px !important;
}

/* 恢复视频卡片：两列横向 16:9，不再变成竖版海报 */
.main-content {
    margin-top: 30px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#vod-list-container {
    display: block !important;
    width: 100% !important;
}

.vod-box {
    width: 50% !important;
    float: left !important;
    padding: 0 5px !important;
    margin-bottom: 10px !important;
    box-sizing: border-box !important;
    display: block !important;
}

.vod-box a {
    display: block !important;
    color: #ddd !important;
    text-decoration: none !important;
}

.vod-thumb {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    height: 0 !important;
    padding-top: 56.25% !important;
    background-color: #222 !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    border: 0 !important;
    box-shadow: none !important;
}

.vod-thumb img {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.vod-title {
    margin-top: 6px !important;
    font-size: 13px !important;
    color: #ddd !important;
    line-height: 1.4 !important;
    height: 35px !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.vod-date {
    font-size: 12px !important;
    color: #666 !important;
    margin-top: 2px !important;
    line-height: 1.4 !important;
}

.badge-lt,
.badge-rb {
    position: absolute !important;
    z-index: 2 !important;
    background: rgba(0, 0, 0, .60) !important;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 1.3 !important;
    height: auto !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
}

.badge-lt {
    top: 5px !important;
    left: 5px !important;
    right: auto !important;
    bottom: auto !important;
}

.badge-rb {
    right: 5px !important;
    bottom: 5px !important;
    left: auto !important;
    top: auto !important;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* 登录/注册/推广分享弹窗只做边界约束，不改 JS */
.layui-layer.my-popup {
    width: 92% !important;
    max-width: 460px !important;
    box-sizing: border-box !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: #fff !important;
}

.layui-layer.my-popup .layui-layer-content {
    max-width: 100% !important;
    max-height: 78vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    background: #fff !important;
    border-radius: 20px !important;
}

.popup-body {
    box-sizing: border-box !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.form-input {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.captcha-box {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
}

.captcha-box input {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
}

.captcha-box img {
    flex: 0 0 120px !important;
    max-width: 38% !important;
    height: 50px !important;
    object-fit: cover !important;
}

.share-card {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 190px !important;
    width: 190px !important;
    height: 190px !important;
    margin: 4px auto 14px !important;
    padding: 10px !important;
    background: #fff !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
}

#qrcode-target {
    width: 170px !important;
    height: 170px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}

#qrcode-target img,
#qrcode-target canvas,
#qrcode-target table {
    width: 170px !important;
    height: 170px !important;
    max-width: 170px !important;
    max-height: 170px !important;
    display: block !important;
    margin: 0 auto !important;
}

.share-link-box {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.share-link-input {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
}

.share-copy-btn {
    flex: 0 0 auto !important;
    white-space: nowrap !important;
}

/* 广告弹窗保持透明，不给图片加白底 */
.popup-mask,
.appwall-mask {
    max-width: var(--app-max-width) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    width: 100% !important;
    background: rgba(0, 0, 0, .72) !important;
}

.popup-content {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
}

.popup-link,
.popup-img {
    background: transparent !important;
}

.popup-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    border-radius: 12px !important;
}

.popup-close,
.appwall-close,
.close-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
}

/* ===== FIX9: 登录/注册输入框、按钮、弹窗圆角细节补丁 ===== */
:root {
    --popup-radius: 20px;
}

/* 所有 layer 弹窗统一圆角；广告图片弹窗仍保持透明 */
.layui-layer,
.layui-layer-page,
.layui-layer-dialog,
.layui-layer.my-popup {
    border-radius: var(--popup-radius) !important;
    overflow: hidden !important;
}

.layui-layer .layui-layer-content,
.layui-layer-page .layui-layer-content,
.layui-layer-dialog .layui-layer-content,
.layui-layer.my-popup .layui-layer-content {
    border-radius: var(--popup-radius) !important;
}

.layui-layer-title {
    border-radius: var(--popup-radius) var(--popup-radius) 0 0 !important;
}

.layui-layer-btn {
    border-radius: 0 0 var(--popup-radius) var(--popup-radius) !important;
}

/* 登录/注册表单：强制图标在左、输入文字在图标右侧，避免用户名框文字跑到图标下面 */
.layui-layer.my-popup .auth-form-row,
.my-popup .auth-form-row,
.auth-form-row {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    clear: both !important;
}

.layui-layer.my-popup .auth-form-row>i,
.my-popup .auth-form-row>i,
.auth-form-row>i {
    position: absolute !important;
    left: 18px !important;
    top: 50% !important;
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
    text-align: center !important;
    color: #aaa !important;
    font-size: 17px !important;
    z-index: 3 !important;
    pointer-events: none !important;
    display: block !important;
}

.layui-layer.my-popup .auth-form-row>input.form-input,
.my-popup .auth-form-row>input.form-input,
.auth-form-row>input.form-input,
.layui-layer.my-popup input[name="userid"],
.layui-layer.my-popup input[name="m_user"] {
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    margin: 0 !important;
    padding: 0 16px 0 52px !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    text-indent: 0 !important;
    float: none !important;
    clear: none !important;
    font-size: 15px !important;
    background: #f7f8fa !important;
    border: 1px solid #f0f0f0 !important;
    color: #333 !important;
}

.layui-layer.my-popup .auth-form-row>input.form-input:focus,
.my-popup .auth-form-row>input.form-input:focus {
    background: #fff !important;
    border-color: var(--theme-main, #ff8c00) !important;
    box-shadow: 0 0 0 4px rgba(255, 153, 0, .12) !important;
}

/* 验证码保持一行，不影响普通账号/密码输入 */
.layui-layer.my-popup .captcha-box,
.my-popup .captcha-box {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 16px !important;
}

.layui-layer.my-popup .captcha-box input.form-input,
.my-popup .captcha-box input.form-input {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
    padding-left: 18px !important;
    padding-right: 12px !important;
}

.layui-layer.my-popup .captcha-box img,
.my-popup .captcha-box img {
    flex: 0 0 112px !important;
    width: 112px !important;
    max-width: 38% !important;
    height: 48px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
}

/* 登录/注册按钮：不要满屏过大，居中显示 */
.layui-layer.my-popup .btn-login-submit,
.my-popup .btn-login-submit,
button.btn-login-submit,
input.btn-login-submit {
    display: block !important;
    width: 72% !important;
    max-width: 260px !important;
    min-width: 180px !important;
    height: 44px !important;
    line-height: 44px !important;
    margin: 18px auto 0 !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 999px !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: linear-gradient(135deg, var(--theme-main, #ff8c00), var(--theme-main-2, #ff5e00)) !important;
    box-shadow: 0 6px 16px rgba(255, 94, 0, .22) !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

.layui-layer.my-popup .bottom-link,
.my-popup .bottom-link {
    text-align: center !important;
    margin-top: 16px !important;
}

/* 推广分享、播放分享等内部卡片也统一圆角 */
.share-card,
.share-link-box,
.share-box,
.share-qr,
#qrcode-target,
.popup-body,
.popup-header,
.appwall-content,
.appwall-grid-wrap {
    border-radius: var(--popup-radius) !important;
}

.share-link-box {
    overflow: hidden !important;
}

/* 广告图片弹窗：只保留圆角，不加白底 */
.popup-content,
.popup-link {
    background: transparent !important;
    border-radius: var(--popup-radius) !important;
    overflow: visible !important;
}

.popup-img,
.appwall-header-img {
    border-radius: var(--popup-radius) !important;
    background: transparent !important;
}

/* ===== FIX10: 顶部留白压缩补丁 ===== */
/* 说明：只压缩顶部间距，不改广告 JS、不改视频卡片比例、不改弹窗逻辑 */

/* 全站只给固定顶栏预留必要 50px，避免页面自身再叠加大空白 */
body {
    padding-top: 50px !important;
}

/* 首页/导航页顶部横幅：紧贴顶栏下面显示，不再额外空一大段 */
body.active>.container:first-of-type,
body>.container:first-of-type,
.container:first-of-type {
    margin-top: 0 !important;
}

/* 有二级频道栏时，仅让二级栏自己占位，不把广告整体往下推 118px */
#my-custom-header+.container,
#my-custom-header~.container:first-of-type {
    margin-top: 48px !important;
}

/* 横幅广告自身不再带上边距；图片完整显示 */
.app-nav-top-ads,
.container .app-nav-top-ads,
body.active .app-nav-top-ads {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 8px !important;
    gap: 8px !important;
}

.app-nav-top-ads a,
.app-nav-ad-item {
    margin-top: 0 !important;
}

.app-nav-top-ads img,
.app-nav-ad-item img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

/* 在线观看/导航内容区顶部留白压缩 */
.main-content,
.nav-main-content,
.app-nav-content,
#vod-list-container {
    margin-top: 8px !important;
    padding-top: 0 !important;
}

/* 播放页顶部广告不要再空 66px；固定顶栏的 50px 已由 body padding-top 处理 */
#ad-container-wrapper {
    margin-top: 8px !important;
}

#play-mid-ad-container {
    margin-top: 12px !important;
}

/* 面板之间留白稍微收紧，但保留原有圆角/边框/间距质感 */
.myui-panel {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}

.myui-panel:first-child {
    margin-top: 0 !important;
}

/* 底部导航页的广告宫格不要被顶部补丁影响 */
.app-nav-grid-box {
    margin-top: 8px !important;
}

/* ===== FIX12: 顶部横幅/滑动分类栏安全间距修复 =====
   原则：不再用全局负间距或强行压缩顶部。
   - 无滑动分类栏页面：只避开顶部 50px 固定导航，横幅紧贴导航下方。
   - 有 #my-custom-header 且含 .sub-nav-wrap 的在线观看/频道页：额外避开滑动分类框。
   - 播放页/搜索页只有标题条：只避开标题条，不套用频道页的大间距。
*/
:root {
    --app-max-width: 500px;
    --topbar-height: 50px;
    --subnav-safe-space: 85px;
    --titlebar-safe-space: 42px;
}

html,
body {
    max-width: var(--app-max-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden !important;
}

/* 顶部固定栏只预留 50px，不再额外叠加 118/122 这类全局距离 */
body,
body.active {
    padding-top: var(--topbar-height) !important;
}

.myui-header__top,
#header-top {
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    max-width: var(--app-max-width) !important;
    height: var(--topbar-height) !important;
    z-index: 999 !important;
}

/* 滑动分类/播放标题条固定在顶部导航下面 */
#my-custom-header {
    position: fixed !important;
    top: var(--topbar-height) !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    max-width: var(--app-max-width) !important;
    z-index: 998 !important;
    background: #0f0f0f !important;
}

/* 普通页面：不要再给第一个 container 强制大 margin，避免横幅被推下去或被遮盖 */
body>.container:first-of-type,
body.active>.container:first-of-type,
.container:first-of-type {
    margin-top: 0 !important;
}

/* 在线观看/频道页：有滑动分类框时，横幅必须整体避开分类框 */
#my-custom-header:has(.sub-nav-wrap)+.container {
    margin-top: var(--subnav-safe-space) !important;
}

/* 搜索页/播放页这种只有标题条的页面，不套用滑动分类的大距离 */
#my-custom-header:not(:has(.sub-nav-wrap))+.container,
#my-custom-header:not(:has(.sub-nav-wrap))+#ad-container-wrapper {
    margin-top: var(--titlebar-safe-space) !important;
}

/* 兼容不支持 :has 的浏览器：先给所有自定义头下面容器一个安全值；
   支持 :has 的浏览器会被上面两条覆盖成更准确的数值。 */
@supports not selector(:has(*)) {

    #my-custom-header+.container,
    #my-custom-header+#ad-container-wrapper {
        margin-top: var(--subnav-safe-space) !important;
    }

}

/* 播放页顶部广告容器不要用负值，也不要被全局顶部规则压到导航下方 */
#ad-container-wrapper {
    margin-top: var(--titlebar-safe-space) !important;
    position: relative !important;
    z-index: 1 !important;
    overflow: visible !important;
    display: block !important;
}

#play-mid-ad-container {
    margin-top: 14px !important;
    overflow: visible !important;
}

/* 横幅本体：不再承担顶部位移，只负责完整显示 */
.app-nav-top-ads,
.container .app-nav-top-ads,
body.active .app-nav-top-ads {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    overflow: visible !important;
    background: transparent !important;
}

.app-nav-top-ads a,
.app-nav-ad-item {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    background: transparent !important;
}

.app-nav-top-ads img,
.app-nav-ad-item img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    border-radius: 10px !important;
    background: transparent !important;
}

/* 内容列表不要再被 fix10 的顶部压缩规则影响 */
.main-content,
.nav-main-content,
.app-nav-content,
#vod-list-container {
    margin-top: 10px !important;
    padding-top: 0 !important;
}

/* 有滑动分类的在线观看页，广告下面的视频列表距离稍微收一点，但不能顶到分类框下面 */
#my-custom-header:has(.sub-nav-wrap)+.container+.container.main-content {
    margin-top: 8px !important;
}