@charset "utf-8";
html.dark-mode {
    color-scheme: dark;
}

body.dark-mode {
    color: #c0c0c0;
    background-color: #0f0f1a !important;
}

body.dark-mode:after {
    background-color: #0f0f1a !important;
    background: -webkit-linear-gradient(top, #1a1a2e, #0f0f1a) !important;
    background: -o-linear-gradient(top, #1a1a2e, #0f0f1a) !important;
    background: -moz-linear-gradient(top, #1a1a2e, #0f0f1a) !important;
    background: linear-gradient(top, #1a1a2e, #0f0f1a) !important;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
    color: #e8e8e8;
}

body.dark-mode .stui-vodlist__head h2,
body.dark-mode .stui-vodlist__head h2 a {
    color: #f0f0f0;
}

body.dark-mode .stui-vodlist__detail .title a {
    color: #d0d0d0;
}

body.dark-mode .stui-vodlist__detail .text {
    color: rgba(255,255,255,0.35);
}

body.dark-mode .stui-content__detail .title {
    color: #f0f0f0;
}

body.dark-mode .stui-content__detail .data {
    color: #b0b0b0;
}

body.dark-mode .stui-content__detail .data2 {
    color: #909090;
}

body.dark-mode .stui-content__detail .data4 {
    color: #909090;
}

body.dark-mode .stui-player__detail .title {
    color: #e8e8e8;
}

body.dark-mode .stui-player__detail .data,
body.dark-mode .stui-player__detail .data2,
body.dark-mode .stui-player__detail .data-more {
    color: #999;
}

body.dark-mode .stui-player__detail .data a,
body.dark-mode .stui-player__detail .data-more a {
    color: #999;
}

body.dark-mode a,
body.dark-mode button {
    color: #b0b0b0;
}

body.dark-mode a:focus,
body.dark-mode a:hover,
body.dark-mode a:active {
    color: #00a8ff;
}

body.dark-mode .stui-header__logo .logo {
    background-image: url(../img/logo2.png);
}

@media (max-width: 1024px) {
    body.dark-mode .stui-header {
        margin-top: 0;
    }
}

body.dark-mode .stui-header {
    background: rgba(15,15,26,0.92);
    border-bottom: 1px solid #2a2a40;
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

body.dark-mode .stui-header__menu li a {
    color: #b0b0b0;
}

body.dark-mode .stui-header__menu li a:hover,
body.dark-mode .stui-header__menu li.active a {
    color: #00a8ff;
}

body.dark-mode .stui_header__user > li > a {
    color: #b0b0b0;
}

body.dark-mode .stui_header__user > li > a:hover {
    color: #00a8ff;
}

body.dark-mode .stui_header__user > li > span {
    color: #b0b0b0;
}

body.dark-mode .stui-pannel-box {
    background: #1a1a2e;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

body.dark-mode .dropdown {
    background-color: #1a1a2e;
    border: 1px solid #2a2a40;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}

body.dark-mode .dropdown:after {
    background-color: #1a1a2e;
    border-right: 1px solid #2a2a40;
    border-top: 1px solid #2a2a40;
}

body.dark-mode .dropdown.search .item .form-control {
    background-color: #222240;
    color: #c0c0c0;
    border: 1px solid #3a3a50;
}

body.dark-mode .dropdown.search .item .submit .icon {
    color: #808080;
}

body.dark-mode .dropdown.search li {
    border-top: 1px solid #2a2a40;
}

body.dark-mode .dropdown.type li a {
    background-color: #222240;
    border: 1px solid #2a2a40;
    color: #b0b0b0;
}

body.dark-mode .dropdown.type li a:hover,
body.dark-mode .dropdown.type li.active a {
    background-color: #00a8ff !important;
    color: #fff !important;
    border-color: #00a8ff;
}

body.dark-mode .dropdown.history li a {
    border-top: 1px solid #2a2a40;
    color: #c0c0c0;
}

body.dark-mode .dropdown.history li a:hover {
    color: #00a8ff;
}

body.dark-mode .dropdown.history li a span {
    color: #808080;
}

body.dark-mode .stui-screen .head {
    background-color: #1e1e35;
    box-shadow: 0 3px 4px rgba(0,0,0,0.3);
}

body.dark-mode .stui-screen .head .text,
body.dark-mode .stui-screen .head .all,
body.dark-mode .stui-screen .head a {
    color: #c0c0c0;
}

body.dark-mode .stui-screen .item ul {
    border-bottom: 1px solid #2a2a40;
}

body.dark-mode .stui-screen .item ul li a,
body.dark-mode .stui-screen .item ul li span {
    color: #b0b0b0;
}

body.dark-mode .stui-screen .item ul li.active a,
body.dark-mode .stui-screen .item ul li a:hover {
    color: #00a8ff;
}

body.dark-mode .form-control {
    color: #c0c0c0;
    background: #222240;
    border: 1px solid #3a3a50;
}

body.dark-mode .form-control:focus {
    border-color: #00a8ff;
    box-shadow: 0 0 0 3px rgba(0,168,255,0.2);
}

body.dark-mode ::-webkit-scrollbar-track {
    background: #1a1a2e;
}

body.dark-mode ::-webkit-scrollbar-thumb {
    background: #3a3a50;
}

body.dark-mode ::-webkit-scrollbar-thumb:hover {
    background: #4a4a60;
}

body.dark-mode .stui-player .stui-pannel__bd {
    background: #1a1a2e;
    border: 1px solid #2a2a40;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

body.dark-mode .stui-player__side {
    background-color: #1a1a2e;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

body.dark-mode .stui-player__side .tab {
    border-bottom: 1px solid #2a2a40;
    background: #1a1a2e;
}

body.dark-mode .stui-player__side .tab li a {
    color: #909090;
}

body.dark-mode .stui-player__side .tab li a:hover {
    color: #00a8ff;
}

body.dark-mode .stui-player__side .tab li.active a {
    color: #00a8ff;
}

body.dark-mode .stui-player__side .item {
    background: #1a1a2e;
}

body.dark-mode .stui-player__side .item .head {
    color: #909090;
}

body.dark-mode .stui-player__side .item .head a {
    color: #909090;
}

body.dark-mode .stui-player__side .item .tab-top {
    background-color: #1a1a2e;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

body.dark-mode .stui-player__side .item .tab-top:after {
    background-color: #1a1a2e;
}

body.dark-mode .stui-player__side .item .tab-top li {
    border-bottom: 1px solid #2a2a40;
}

body.dark-mode .stui-player__side .item .tab-top li:last-child {
    border-bottom: 0;
}

body.dark-mode .stui-player__side .item .tab-top li a:hover {
    color: #00a8ff;
}

body.dark-mode .stui-player__side .item {
    scrollbar-color: #3a3a50 #1a1a2e;
}

body.dark-mode .stui-player__detail {
    background-color: #1a1a2e;
    border-top: 1px solid #2a2a40;
}

body.dark-mode .stui-player__detail .more a {
    background-color: #2a2a40;
    color: #999;
}

body.dark-mode .stui-player__detail .more a:hover {
    background: #00a8ff;
    color: #fff !important;
}

body.dark-mode .stui-content__detail {
    background-color: #1a1a2e;
}

body.dark-mode .stui-content__side {
    background-color: #1a1a2e;
}

body.dark-mode .stui-content__detail .desc {
    background: #1e1e35;
}

body.dark-mode .stui-content__detail .data3,
body.dark-mode .detail-more {
    color: #00a8ff;
}

body.dark-mode .detail-more:hover {
    color: #20b5ff;
}

body.dark-mode .stui-content__detail .play-btn a {
    color: #fff !important;
}

body.dark-mode .stui-content__detail .play-btn a:hover {
    color: #fff !important;
    background-color: #20b5ff;
}

body.dark-mode .stui-content__detail .play-btn a.sc:hover {
    color: #fff !important;
    opacity: 0.85;
}

body.dark-mode .stui-play__list li a {
    background-color: #222240;
    color: #c8c8c8;
}

body.dark-mode .stui-play__list li a:hover {
    background: #00a8ff;
    color: #fff !important;
}

body.dark-mode .stui-play__list li.active a,
body.dark-mode .stui-play__list li.active a:visited,
body.dark-mode .stui-play__list li.active a:hover {
    background-color: #00a8ff;
    color: #fff;
}

body.dark-mode .stui-play__list li a:visited {
    color: #aaa;
}

body.dark-mode .stui-content__playlist li a {
    background-color: #2a2a40;
    color: #c8c8c8;
}

body.dark-mode .stui-content__playlist li a:hover {
    background: #00a8ff;
    color: #fff !important;
}

body.dark-mode .stui-content__playlist li.active a,
body.dark-mode .stui-content__playlist li.active a:visited,
body.dark-mode .stui-content__playlist li.active a:hover {
    background-color: #00a8ff;
    color: #fff;
}

body.dark-mode .stui-content__down li {
    background-color: #1e1e35;
}

body.dark-mode .down1 {
    background-color: #2a2a40;
}

body.dark-mode .down1 a {
    color: #b0b0b0;
}

body.dark-mode .down1 a:hover {
    color: #00a8ff;
}

body.dark-mode .down2 a {
    color: #999;
}

body.dark-mode .down2 a:hover {
    color: #00a8ff;
}

body.dark-mode .stui-page__item li a {
    background-color: #2a2a40;
    color: #999;
    box-shadow: 0 3px 4px rgba(0,0,0,0.25);
}

body.dark-mode .stui-page__item li.active a,
body.dark-mode .stui-page__item li.active span {
    background-color: #00a8ff;
    color: #fff;
}

body.dark-mode .stui-page__item li.active a:hover,
body.dark-mode .stui-page__item li.active span:hover {
    color: #fff;
}

body.dark-mode .stui-page__item li a:hover {
    color: #00a8ff;
}

body.dark-mode .stui-page__all a .iconfont {
    color: #b0b0b0;
}

body.dark-mode .stui-page__all a:hover .iconfont {
    color: #00a8ff;
}

body.dark-mode .stui-foot {
    color: #808080;
}

body.dark-mode .stui-foot a {
    color: #808080;
}

body.dark-mode .stui-foot a:hover {
    color: #00a8ff;
}

body.dark-mode .stui-gbook__item {
    border-top: 1px dotted #3a3a50;
}

body.dark-mode .stui-gbook__item .name {
    color: #909090;
}

body.dark-mode .stui-gbook__item .cont {
    background-color: #1e1e35;
}

body.dark-mode .stui-gbook__item .cont:before {
    background-color: #1e1e35;
    border-color: #1e1e35;
}

body.dark-mode .stui-gbook-form .form-control {
    border: 1px solid #3a3a50;
}

body.dark-mode .stui-gbook-form .submit {
    background-color: #00a8ff;
    color: #fff;
}

body.dark-mode .stui-gbook-form .submit:hover {
    background-color: #20b5ff;
    color: #fff;
}

body.dark-mode .fixedGroup {
    background-color: #1a1a2e;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.4);
}

body.dark-mode .fixedGroup .fixedGroup-item::after {
    background-color: rgba(255,255,255,0.06);
}

body.dark-mode .fixedGroup .fixedGroup-item:hover i {
    background-color: #00a8ff;
    color: #fff;
}

body.dark-mode .stui-toast,
body.dark-mode .copylink-toast {
    background: #1a1a2e;
    color: #e0e0e0;
    box-shadow: 0 6px 24px rgba(0,0,0,0.4);
}

body.dark-mode .stui-modal__content {
    background-color: #1a1a2e;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

body.dark-mode .bottomplay {
    background: #1a1a2e;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

body.dark-mode .relate-tabs li a {
    background: #2a2a40;
    color: #999;
}

body.dark-mode .relate-tabs li.active a,
body.dark-mode .relate-tabs li a:hover {
    background: #00a8ff;
    color: #fff;
}

body.dark-mode .pic-text1 b {
    background: rgba(0,0,0,0.7);
    color: #c2c6d0;
}

body.dark-mode .stui-player__video {
    background-color: #000;
}

body.dark-mode em {
    color: #00a8ff;
}

body.dark-mode .more1 {
    color: rgba(255,255,255,0.55);
}

body.dark-mode .announcement-bar {
    border-color: rgba(255,255,255,0.15) !important;
    background: rgba(255,213,125,0.08) !important;
}

body.dark-mode .stui-banner__item {
    background-color: #1a1a2e;
}

body.dark-mode .dpplay .active small {
    background: linear-gradient(to right, #00a8ff 0%, #00a8ff 100%);
    color: #fff;
}

body.dark-mode .active small {
    background: #3a3a50;
    color: #999;
}

body.dark-mode .pull-right,
body.dark-mode .pull-right1,
body.dark-mode .pull-right2 {
    color: #808080;
}

@media (max-width: 767px) {
    body.dark-mode .stui-player .stui-pannel__bd {
        box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    }

    body.dark-mode .stui-player__side .item .tab-top {
        background: #1e1e35;
    }

    body.dark-mode .stui-player__side .item .tab-top li a {
        background: #2a2a40;
        color: #999;
        border: 1px solid #3a3a50;
    }

    body.dark-mode .stui-player__side .item .tab-top li.active a {
        background: #00a8ff;
        color: #fff;
        border-color: #00a8ff;
    }

    body.dark-mode .stui-player__detail .more {
        background: #1e1e35;
    }

    body.dark-mode .stui-player__detail .more a {
        background: #2a2a40;
        color: #999;
        border: 1px solid #3a3a50;
    }

    body.dark-mode .stui-player__detail .more a:hover {
        background: #00a8ff;
        color: #fff !important;
        border-color: #00a8ff;
    }

    body.dark-mode .stui-pannel-bg,
    body.dark-mode .stui-vodlist__bg,
    body.dark-mode .stui-vodlist__bg:hover {
        box-shadow: none;
    }

    body.dark-mode .m-top-line:before {
        border-top: 1px solid #2a2a40;
    }
    body.dark-mode .m-bottom-line:after {
        border-bottom: 1px solid #2a2a40;
    }
    body.dark-mode .m-top-line-dot:before {
        border-top: 1px dotted #2a2a40;
    }
    body.dark-mode .m-bottom-line-dot:before {
        border-bottom: 1px dotted #2a2a40;
    }
}

body.dark-mode .stui-pannel-bg {
    background-color: #1a1a2e;
}

body.dark-mode .stui-vodlist__bg {
    background-color: #1e1e35;
}

body.dark-mode .stui-vodlist__bg:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

body.dark-mode .stui-vodlist__text.striped .striped-head,
body.dark-mode .stui-vodlist__text.to-color li:nth-of-type(odd) {
    background-color: #1e1e35;
}

body.dark-mode .stui_nav__taddar.fixed {
    background-color: #1a1a2e;
}

body.dark-mode .stui-link__pic li a {
    background-color: #1a1a2e;
    border: 1px solid #2a2a40;
}

body.dark-mode .stui-link__pic li a:hover {
    border: 1px solid #00a8ff;
}

body.dark-mode .stui-screen__list li a {
    color: #c0c0c0;
}

body.dark-mode .stui-screen__list li.active a {
    background-color: #00a8ff;
    color: #fff;
}

body.dark-mode .stui-content__playlist li a {
    border: 1px solid #2a2a40;
}

body.dark-mode .stui-content__playlist li a:hover,
body.dark-mode .stui-content__playlist li.active a,
body.dark-mode .stui-content__playlist li.active a:visited,
body.dark-mode .stui-content__playlist li.active a:hover {
    border: 1px solid #00a8ff;
    background-color: #00a8ff;
    color: #fff;
}

body.dark-mode .stui-page li a,
body.dark-mode .stui-page li .num {
    background-color: #2a2a40;
    border: 1px solid #3a3a50;
}

body.dark-mode .stui-page li.active a,
body.dark-mode .stui-page li.active .num,
body.dark-mode .stui-page li.disabled a {
    background-color: #00a8ff;
    color: #fff;
    border: 1px solid #00a8ff;
}

body.dark-mode .stui-page li.active a:hover,
body.dark-mode .stui-page li.active .num:hover {
    color: #fff;
}

body.dark-mode .stui-page li a:hover {
    color: #00a8ff;
}

body.dark-mode .stui-page-text a,
body.dark-mode .stui-page-text em,
body.dark-mode .stui-page-text span {
    background-color: #2a2a40;
    border: 1px solid #3a3a50;
    color: #b0b0b0;
}

body.dark-mode .stui-page-text span.pagenow {
    background-color: #00a8ff;
    color: #fff;
    border: 1px solid #00a8ff;
}

body.dark-mode .stui-page-text .pagego {
    border: 1px solid #3a3a50;
}

body.dark-mode .stui-page-text .pagebtn {
    background-color: #2a2a40;
    border: 1px solid #3a3a50;
}

body.dark-mode .stui-extra li a,
body.dark-mode .stui-extra li span {
    background-color: #1a1a2e;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

body.dark-mode .stui-extra li .sideslip {
    background-color: #1a1a2e;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

body.dark-mode .stui-extra li .sideslip:before {
    background-color: #1a1a2e;
    border-color: rgba(255,255,255,0.1);
}

body.dark-mode .popup {
    background-color: #0f0f1a;
}

body.dark-mode .popup-head {
    background-color: #1a1a2e;
}

body.dark-mode .tag-btn li a {
    background-color: #2a2a40;
    color: #999;
}

body.dark-mode .tag-type li a {
    background-color: #1a1a2e;
    border: 1px solid #2a2a40;
    color: #999;
}

body.dark-mode .tag-type li a:hover,
body.dark-mode .tag-type li.active a {
    background-color: #00a8ff;
    border: 1px solid #00a8ff;
    color: #fff;
}

body.dark-mode .btn {
    border: 1px solid #3a3a50;
    color: #c0c0c0;
}

body.dark-mode .btn-primary {
    background-color: #00a8ff;
    border: 1px solid #00a8ff;
    color: #fff;
}

body.dark-mode .btn-primary:hover {
    background-color: #20b5ff;
    border-color: #20b5ff;
    color: #fff;
}

body.dark-mode .btn-default {
    background-color: #222240;
    color: #c0c0c0;
}

body.dark-mode .btn-default:hover {
    background-color: #2a2a40;
}

body.dark-mode .split-line {
    background-color: #2a2a40;
}

body.dark-mode .top-line:before {
    border-top: 1px solid #2a2a40;
}

body.dark-mode .bottom-line:after {
    border-bottom: 1px solid #2a2a40;
}

body.dark-mode .top-line-dot:before {
    border-top: 1px dotted #2a2a40;
}

body.dark-mode .bottom-line-dot:before {
    border-bottom: 1px dotted #2a2a40;
}

body.dark-mode .badge {
    background-color: #2a2a40;
}

body.dark-mode .nav-tag > li > a,
body.dark-mode .nav-page > li > a {
    background-color: #1a1a2e;
    border: 1px solid #2a2a40;
    color: #c0c0c0;
}

body.dark-mode .nav-tag > li > a:hover,
body.dark-mode .nav-tag > li.active a,
body.dark-mode .nav-page > li > a:hover,
body.dark-mode .nav-page > li.active > a {
    background-color: #00a8ff;
    border: 1px solid #00a8ff;
    color: #fff;
}

body.dark-mode .stui_login__form .another a {
    background-color: #2a2a40;
}

body.dark-mode .stui_login__form .another a:hover {
    background-color: #00a8ff;
}

body.dark-mode .stui-user__form .btn,
body.dark-mode .stui-user__form input[type=submit],
body.dark-mode .stui_login__form .btn {
    background-color: #00a8ff;
    border-color: #00a8ff;
    color: #fff;
}

body.dark-mode .stui-user__form .btn:hover,
body.dark-mode .stui-user__form input[type=submit]:hover,
body.dark-mode .stui_login__form .btn:hover {
    background-color: #20b5ff;
    border-color: #20b5ff;
    color: #fff;
}

.theme-switch {
    cursor: pointer;
    transition: color 0.2s ease;
    color: #555;
}

.theme-switch:hover {
    color: #00a8ff;
}

.dark-mode .theme-switch {
    color: #b0b0b0;
}

.dark-mode .theme-switch:hover {
    color: #00a8ff;
}

.theme-switch .theme-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease, opacity 0.3s ease;
    vertical-align: middle;
}

.theme-switch .dark-icon {
    display: none;
}

.theme-switch .light-icon {
    display: inline-flex;
}

.dark-mode .theme-switch .dark-icon {
    display: inline-flex;
}

.dark-mode .theme-switch .light-icon {
    display: none;
}

.theme-switch:hover .theme-icon {
    transform: rotate(30deg);
}

.theme-switch:active .theme-icon {
    transform: scale(0.85);
}

.stui_header__user > li > a .iconfont {
    display: inline-block;
    transition: transform 0.3s ease;
}

.stui_header__user > li > a .theme-icon {
    transition: transform 0.3s ease;
}

.stui_header__user > li > a:hover .iconfont,
.stui_header__user > li > a:hover .theme-icon {
    transform: rotate(25deg);
}

.stui_header__user > li > a:active .iconfont,
.stui_header__user > li > a:active .theme-icon {
    transform: scale(0.85);
}

.stui_header__user .theme-switch {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent !important;
    display: inline;
}

.stui_header__user .theme-switch:hover {
    background: transparent !important;
}

.stui_header__user .theme-switch .theme-icon svg {
    vertical-align: middle;
}

.fixedGroup .theme-switch {
    position: relative;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 36px;
    height: 36px;
    cursor: pointer;
    color: inherit;
    width: auto;
    border-radius: 0;
    margin: 0;
}

.fixedGroup .theme-switch:hover {
    background: transparent;
    color: inherit;
}

.fixedGroup .theme-switch::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: rgba(12,13,15,0.06);
    transform: translateX(50%);
}

.dark-mode .fixedGroup .theme-switch::after {
    background-color: rgba(255,255,255,0.06);
}

.fixedGroup .theme-switch .theme-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 4px;
}

.fixedGroup .theme-switch:hover .theme-icon {
}

.fixedGroup .theme-switch .light-icon {
    display: flex;
}

.fixedGroup .theme-switch .dark-icon {
    display: none;
}

.dark-mode .fixedGroup .theme-switch .light-icon {
    display: none;
}

.dark-mode .fixedGroup .theme-switch .dark-icon {
    display: flex;
}

.stui-play__list li a:visited {
    color: #aaa;
}

.stui-play__list li.active a:visited {
    color: #fff;
}

.stui-content__playlist li a:visited {
    color: #aaa;
}

.stui-content__playlist li.active a:visited {
    color: #fff;
}

.fixedGroup .theme-switch .fixedGroup__cell {
    display: none;
    font-size: 15px;
    position: absolute;
    top: 2px;
    right: 54px;
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    background-color: #4d4d4d;
    min-width: 52px;
    min-height: 32px;
    line-height: 32px;
    white-space: nowrap;
}

.fixedGroup .theme-switch:hover .fixedGroup__cell {
    display: block;
}

.fixedGroup .theme-switch .fixedGroup__triangle {
    position: absolute;
    top: 12px;
    right: -5px;
    width: 10px;
    height: 10px;
    background-color: #4d4d4d;
    border-top-right-radius: 2px;
    transform: rotate(45deg);
}
