[data-bs-theme="light"] .logo-dark,
[data-bs-theme="light"] .wave-dark {
    display: none
}

[data-bs-theme="dark"] .logo-light,
[data-bs-theme="dark"] .wave-light {
    display: none
}

img {
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    max-width: 100%;
    max-height: 100%
}

.icon-spin {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-animation: icon-spin 3s infinite linear;
    animation: icon-spin 3s infinite linear
}

.icon-pulse {
    -webkit-animation: icon-spin 1s infinite steps(8);
    animation: icon-spin 1s infinite steps(8)
}

@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@media (min-width:1024px) {
    .ajax-content-box {
        position: relative
    }
}

.ete-ads-img {
    width: 100%;
    height: auto;
    max-height: 15vh;
    border-radius: var(--main-radius)
}

.f404 {
    text-align: center
}

.f404 img {
    max-width: 200px;
    width: 80%
}

.tooltip {
    --bs-tooltip-color: var(--rev-main-color);
    --bs-tooltip-bg: var(--tooltip-bg);
    z-index: 9999999
}

.list-group {
    --bs-list-group-border-radius: var(--main-radius)
}

.list-group-item {
    background-color: var(--theme-color-bg);
    border: 0
}

.list-group-item-info {
    --bs-list-group-color: var(--theme-color)
}

.badg,
.but {
    border-radius: 0.5rem;
    display: inline-block;
    position: relative;
    transition: .15s;
    cursor: pointer !important;
    border: 1px solid var(--this-border);
    vertical-align: middle;
    padding: 0.3em 0.6em;
    text-align: center;
    font-weight: 400;
    box-shadow: var(--this-shadow);
    background: var(--this-bg);
    color: var(--this-color);
    --main-color: var(--this-color);
    --this-bg: rgba(136, 136, 136, .1);
    --this-color: #888;
    text-shadow: 0 0 0;
    line-height: 1.44;
    flex-shrink: 0;
    white-space: nowrap
}

table .badg,
table .but {
    display: inline-flex
}

.badg a,
.but a {
    color: var(--this-color)
}

.badg.badg-mini-form,
.but.but-mini-form {
    padding: 0.3em 0.6em
}

.badg.badg-mini-form {
    border-radius: var(--main-radius)
}

.badg.badg-sm {
    font-size: .8em;
    padding: .1em .3em;
    vertical-align: .1em;
    min-width: 1.6em
}

.badg.badg-mini {
    font-size: 1em;
    padding: 1px 0.3em;
    vertical-align: .1em;
    min-width: 1.6em
}

.badg.use-bd,
.but.use-bd {
    background: 0 0;
    --this-border: var(--this-color);
    transition: .3s
}

.but.use-bd:hover {
    color: var(--text-white);
    background: var(--this-color)
}

.but.checked {
    color: var(--theme-color);
    background: var(--theme-color-bg)
}

.but.but-sm {
    padding: 3px 8px
}

.but.but-mini {
    padding: 3px 10px
}

.but.but-md {
    padding: 0.4em 0.8em
}

.but.but-lg {
    padding: 0.5em 0.9em
}

.but[disabled],
.but[disabled]:hover {
    pointer-events: none;
    opacity: .5
}

.circle-but {
    min-width: 26px;
    padding: 10px;
    line-height: 1
}

.new-tip,
.pre-badge {
    font-size: .8em;
    display: inline-block;
    font-weight: 400;
    line-height: 15px;
    color: #fff;
    background: #f35;
    background: linear-gradient(to right, #f35 0%, #ff6780 100%);
    border-radius: 5px;
    vertical-align: 0.1em;
    padding: 0.1em 0.4em;
    text-align: center;
    min-width: 35px;
    min-height: 15px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    --this-color: #6C6CEEFF;
    --this-bg: rgba(108, 108, 238, 0.1);
    color: var(--this-color);
    background: var(--this-bg)
}

#ete-down-cont .ri-arrow-down-s-line,
.ete-collapse-ele .ri-arrow-down-s-line,
.accordion .ri-arrow-down-s-line {
    display: inline-block
}

.collapsed .ri-arrow-down-s-line {
    transform: rotate(-90deg)
}

.collapse-icon {
    line-height: 1;
    background-color: var(--main-bg-color);
    border: 1px solid var(--muted-border-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.but.no-border.active:not(.but.no-border.keep-color.active) {
    color: var(--theme-color)
}

.ete-check {
    position: relative;
    transition: all .2s
}

.but:not(.but.no-border).active,
.ete-check.active,
.ete-select.active {
    border: 2px solid var(--theme-color) !important
}

.but:not(.but.no-border).active:before,
.ete-check.active:before,
.ete-select.active:before {
    position: absolute;
    top: -1px;
    text-align: center;
    font-size: 0.625rem;
    font-family: 'remixicon' !important;
    content: "\EB7B";
    width: 16px;
    height: 16px;
    line-height: 14px;
    opacity: 0.9;
    color: #fff;
    right: -1px;
    left: auto;
    font-weight: 600;
    background-color: var(--theme-color);
    border-radius: 0 var(--main-radius) 0 var(--slim-radius);
    transition: all .2s;
    z-index: 1
}

.but.hover {
    position: relative;
    border: 2px dashed transparent;
    transition: all .2s
}

.but.hover:hover {
    border-color: var(--theme-color)
}

.badge {
    --bs-badge-padding-x: 5px;
    --bs-badge-padding-y: 3px;
    --bs-badge-font-size: 0.875rem;
    --bs-badge-font-weight: 500
}

.badge.badge-md {
    --bs-badge-padding-x: 8px;
    --bs-badge-padding-y: 5px;
    --bs-badge-font-size: 0.3rem;
    --bs-badge-font-weight: 500
}

.badge.badge-lg {
    --bs-badge-padding-x: 10px;
    --bs-badge-padding-y: 7px;
    --bs-badge-font-size: 0.5rem;
    --bs-badge-font-weight: 500
}

@media (max-width:767px) {

    .badge.badge-md,
    .badge.badge-lg {
        --bs-badge-padding-x: 5px;
        --bs-badge-padding-y: 3px;
        --bs-badge-font-size: 0.2rem
    }
}

.hot-badge {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 var(--main-radius) 0 var(--main-radius);
    box-shadow: var(--main-shadow);
    padding: .2em .6em;
    width: fit-content;
    z-index: 20
}

.hot-badge.top-left {
    right: auto;
    left: 0;
    border-radius: var(--main-radius) 0 var(--main-radius) 0
}

.hot-badge.bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    border-radius: var(--main-radius) 0 var(--main-radius) 0
}

.hot-badge.badge-mini {
    font-size: 0.75rem;
    padding: 3px 6px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap
}

.ete_btn {
    padding: 0.5rem;
    cursor: pointer;
    box-shadow: var(--main-shadow);
    height: 2rem;
    line-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    font-size: 1rem;
    letter-spacing: 0;
    gap: 0.25rem
}

.abs-link {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8
}

.abs-blur-bg {
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    -webkit-filter: saturate(180%) blur(10px);
    filter: saturate(180%) blur(10px);
    z-index: 1
}

.abs-bg-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(75, 75, 75, 0.88)
}

.abs-bg-mask.middle {
    background: rgba(75, 75, 75, 0.6)
}

.abs-bg-mask.header-mask {
    background: var(--dim-bg);
    height: calc(50px + var(--main-margin) * 2 + 8px);
    position: fixed;
    z-index: 119;
    backdrop-filter: saturate(180%) blur(8px) !important;
    -webkit-mask: linear-gradient(to top, rgba(0, 0, 0, 0), #000 29px);
    mask: linear-gradient(to top, rgba(0, 0, 0, 0), #000 29px);
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    will-change: backdrop-filter
}

.abs-bg-mask.header-mask.header_full {
    height: calc(50px + var(--main-margin) + 8px)
}

.abs-bg-mask.normal-mask {
    background: var(--dim-bg);
    height: calc(100% + 12px);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    backdrop-filter: blur(8px) !important;
    -webkit-mask: linear-gradient(to bottom, rgb(0 0 0 / 0%), #000000 var(--main-margin-5));
    mask: linear-gradient(to bottom, rgb(0 0 0 / 0%), #000000 var(--main-margin-5));
    will-change: backdrop-filter
}

.ete-enhance-fps .abs-bg-mask.normal-mask,
.card-first .abs-bg-mask.normal-mask {
    display: none
}

.ete-swiper .abs-bg-mask.normal-mask {
    border-radius: 0 0 var(--main-radius) var(--main-radius)
}

@media (min-width:992px) {
    .abs-bg-mask.header-mask {
        height: calc(100px + var(--main-margin) * 2 + 8px)
    }

    [data-header-hide="true"] .abs-bg-mask.header-mask {
        opacity: 0;
        z-index: -1
    }

    [data-header-hide="false"] .abs-bg-mask.header-mask {
        opacity: 1;
        z-index: 119
    }

    .abs-bg-mask.header-mask.header_full {
        height: calc(100px + var(--main-margin) + 8px)
    }
}

.abs-badge {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10rem 0 0 10rem;
    box-shadow: var(--main-shadow);
    padding: 3px 8px;
    z-index: 12
}

.abs-badge.left {
    left: 0;
    right: auto;
    border-radius: 0 10rem 10rem 0
}

.abs-badge.top {
    border-radius: 0 0 10rem 10rem
}

.abs-badge.hot {
    width: 120px;
    box-shadow: none
}

.comment-item .abs-badge.hot {
    right: 0;
    opacity: .7;
    top: 0
}

.area-title {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--main-color);
    font-size: 0.938rem;
    font-weight: bolder;
    margin-bottom: 1px;
    padding: 0 0 var(--main-margin) var(--main-margin)
}

.area-title::before {
    content: '';
    position: absolute;
    top: 5%;
    height: 50%;
    bottom: 0;
    left: 4px;
    width: 4px;
    border-radius: var(--main-radius);
    background: var(--theme-color);
    box-shadow: 0 0 0 4px var(--theme-color-bg)
}

.area-title.fit-width {
    width: fit-content
}

.area-title.no-bottom::before {
    height: 100%;
    bottom: 10%
}

.area-title.title-sm {
    font-size: 0.875rem;
    padding: 0 var(--main-margin) var(--main-margin)
}

.area-title.title-sm:before {
    top: 8%
}

.area-title.no-bottom {
    margin-bottom: 0;
    padding: 0 var(--main-margin) 0
}

.area-title.no-bottom:before {
    top: 15%;
    height: 70%
}

.area-title.dot {
    padding-left: calc(var(--main-margin) + 6px)
}

.area-title.dot:before {
    top: 50%;
    height: 10px;
    width: 10px;
    transform: translateY(-50%)
}

.ete-nav {
    margin-bottom: var(--main-margin)
}

.ete-nav ul {
    display: block;
    white-space: nowrap;
    padding-left: 0;
    list-style: none;
    margin: 0;
    --bs-nav-link-color: var(--muted-color)
}

.ete-nav ul li:not(:last-child) {
    padding-bottom: 3px;
    margin-bottom: 0
}

.ete-nav ul li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-weight: 500;
    line-height: 1.4
}

.ete-nav ul li .nav-link {
    padding: 0 6px;
    padding-bottom: 3px
}

.ete-nav ul li .nav-link:hover {
    color: var(--theme-color)
}

.ete-nav ul li .nav-link.active,
.ete-nav .nav-pills .nav-link.active {
    color: var(--theme-color);
    background: unset
}

.ete-nav ul li .nav-link:hover:after,
.ete-nav ul li .nav-link.active:after {
    width: 18px;
    bottom: 0;
    visibility: unset
}

.separator {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.separator::after,
.separator::before {
    content: "";
    background: var(--main-border-color);
    max-width: 20%;
    height: 1px;
    margin: 0 1em;
    flex: 1
}

.empty-content {
    padding: var(--main-margin) 0
}

.empty-content img {
    width: 200px;
    opacity: .9
}

.empty-content.small img,
.modal .empty-content img {
    max-width: 150px
}

.widget .empty-content img {
    width: 50%
}

.wave-btn {
    position: relative;
    overflow: hidden
}

.wave-btn:after {
    content: '';
    position: absolute;
    left: -352px;
    top: 100%;
    background: url(../../images/wave-button.svg) repeat-x;
    width: 704px;
    height: 50%;
    z-index: 2;
    opacity: 0;
    transition: all 300ms ease;
    animation: wave_button 7s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.wave-btn:hover:after {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    top: 60%;
    opacity: 0.4
}

@keyframes wave_button {
    0% {
        transform: translateX(0px)
    }

    100% {
        transform: translate(352px)
    }
}

.overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .3) 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--main-radius);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.ete-divider {
    height: 1px;
    border: none;
    background-color: var(--muted-border-color)
}

.info-icon {
    position: absolute
}

.circle-icon {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: rgba(246, 246, 246, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 1.125rem;
    backdrop-filter: var(--blur);
    color: var(--text-white);
    box-shadow: var(--main-shadow)
}

.icon-circle::before {
    content: '';
    width: 0.5em;
    height: 0.5em;
    border: 2px solid var(--theme-color);
    border-radius: 1em;
    margin: 0 0.5em;
    vertical-align: 0.1em;
    display: inline-block
}

.icon-spot:before {
    content: '';
    width: 4px;
    height: 4px;
    margin: 0 0.5em;
    border-radius: 50%;
    display: inline-block;
    background: var(--main-color);
    opacity: .3;
    vertical-align: 0.2em
}

#side-toggle-ck {
    display: none
}

.side-toggle-item {
    position: relative;
    width: 30px;
    height: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-duration: .5s
}

.line-bars {
    width: 60%;
    height: 2px;
    background-color: var(--main-color);
    border-radius: 4px
}

.line-bars:nth-child(2),
.line-bars:nth-child(3) {
    margin-top: 5px
}

#side-toggle-ck:checked+.side-toggle-item .line-bars:nth-child(2),
#side-toggle-ck:checked+.side-toggle-item .line-bars:nth-child(3) {
    margin-top: 0
}

.bar-second {
    transition-duration: .5s
}

.bar-first,
.bar-third {
    width: 50%
}

#side-toggle-ck:checked+.side-toggle-item .line-bars {
    position: absolute;
    transition-duration: .5s
}

#side-toggle-ck:checked+.side-toggle-item .bar-second {
    transform: scaleX(0);
    transition-duration: .5s
}

#side-toggle-ck:checked+.side-toggle-item .bar-first {
    width: 70%;
    transform: rotate(45deg);
    transition-duration: .5s
}

#side-toggle-ck:checked+.side-toggle-item .bar-third {
    width: 70%;
    transform: rotate(-45deg);
    transition-duration: .5s
}

#side-toggle-ck:checked+.side-toggle-item {
    transition-duration: .5s;
    transform: rotate(180deg)
}

@media (max-width:1200px) {
    .side_open {
        padding: 0
    }
}

#percentageCounter {
    position: fixed;
    left: 0;
    top: 0;
    height: 3px;
    z-index: 128;
    background: linear-gradient(-45deg, var(--theme-color), var(--theme-sub-color));
    border-radius: var(--main-radius);
    background-size: 1000% 1000%;
    transition: all .2s ease;
    animation: ete_gradient 20s linear infinite
}

.img-hover-scale {
    border-radius: var(--main-radius);
    overflow: hidden
}

.img-hover-scale:hover img {
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    -ms-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    transform: scale(1.03)
}

.right-top-badge {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.right-top-badge>span {
    font-size: 0.65rem;
    padding: 2px 5px;
    max-width: 5rem;
    display: block;
    border-radius: var(--main-radius);
    border-top-left-radius: 0;
    border-bottom-right-radius: 0
}

.page-cover {
    position: relative;
    border-radius: var(--main-radius)
}

.page-cover {
    padding-bottom: calc(20% + 60px)
}

.page-cover>.fit-cover,
.single-cover>.fit-cover {
    position: absolute
}

.abs-menus {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    box-shadow: 0 0 3px var(--blur-bg-2);
    border-radius: 100px
}

.abs-menus.top-left {
    left: var(--main-margin-5);
    top: var(--main-margin-5);
    right: auto
}

.abs-menus.top-right {
    right: var(--main-margin-5);
    top: var(--main-margin-5);
    left: auto
}

.abs-menus.bottom-left {
    top: auto;
    left: var(--main-margin-5);
    bottom: var(--main-margin-5);
    right: auto
}

.abs-menus.bottom-right {
    top: auto;
    right: var(--main-margin-5);
    bottom: var(--main-margin-5);
    left: auto
}

.abs-menus.top-left .ete-drop .sub-item,
.ete-drop.top-left .sub-item {
    left: 0;
    right: auto;
    top: 30px
}

.abs-menus.top-left .ete-drop .sub-item:before,
.abs-menus.bottom-left .ete-drop .sub-item:before {
    left: 12px;
    right: auto
}

.abs-menus.top-right .ete-drop .sub-item,
.ete-drop.top-right .sub-item {
    right: 0;
    left: auto;
    top: 30px
}

.abs-menus.top-right .ete-drop .sub-item:before,
.abs-menus.bottom-right .ete-drop .sub-item:before,
.ete-drop.right-angle .sub-item:before {
    right: 12px;
    left: auto
}

.abs-menus.bottom-left .ete-drop .sub-item,
.ete-drop.bottom-left .sub-item {
    left: 0;
    right: auto;
    top: auto;
    bottom: 30px
}

.abs-menus.bottom-right .ete-drop .sub-item,
.ete-drop.bottom-right .sub-item {
    right: 0;
    left: auto;
    top: auto;
    bottom: 30px
}

.abs-menus.bottom-left .ete-drop .sub-item:before,
.abs-menus.bottom-right .ete-drop .sub-item:before {
    top: auto;
    bottom: -3px
}

.collapse.in {
    display: block
}

.ete-dot {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 0.75rem;
    min-width: 8px;
    line-height: 1;
    padding: 0;
    height: 8px;
    border-radius: 4px;
    top: 12px;
    right: 15px;
    transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: rgb(255, 77, 73);
    color: rgb(255, 255, 255);
    transform: scale(1) translate(50%, -50%);
    transform-origin: 100% 0
}

.ete-dot:before {
    content: "";
    inset-block-start: -4px;
    inset-inline-end: -4px;
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    background: rgba(238, 51, 94, 0.8);
    cursor: pointer;
    box-shadow: 0 0 0 rgb(238 51 94 / 90%);
    animation: dot-wave 2s infinite
}

@-webkit-keyframes dot-wave {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    8% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    15% {
        -webkit-transform: scale(0.1);
        opacity: 1
    }

    30% {
        -webkit-transform: scale(0.5);
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.1)
    }
}

@keyframes dot-wave {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    8% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    15% {
        -webkit-transform: scale(0.1);
        opacity: 1
    }

    30% {
        -webkit-transform: scale(0.5);
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.1)
    }
}

@-moz-keyframes dot-wave {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    8% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    15% {
        -webkit-transform: scale(0.1);
        opacity: 1
    }

    30% {
        -webkit-transform: scale(0.5);
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.1)
    }
}

.loader,
.loader:before,
.loader:after {
    width: 4px;
    height: 20px;
    border-radius: 2px
}

.loader {
    text-indent: -9999em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background-color: #f6a226;
    margin: 30px auto
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    display: block;
    top: 0
}

.loader:before {
    left: -6px;
    background-color: #6377d8
}

.loader:after {
    left: 6px;
    background-color: #dd5758
}

@keyframes bounce-middle {
    0% {
        height: 4px;
        margin-top: 8px;
        margin-bottom: 8px
    }

    50% {
        height: 20px;
        margin-top: 0;
        margin-bottom: 0
    }

    100% {
        height: 4px;
        margin-top: 8px;
        margin-bottom: 8px
    }
}

.loader {
    -webkit-animation: bounce-middle 0.6s ease 0.3s infinite;
    animation: bounce-middle 0.6s ease 0.3s infinite
}

.loader:before,
.loader:after {
    top: 50%;
    -webkit-transform: translateY(-10px) translateZ(0);
    transform: translateY(-10px) translateZ(0)
}

.loader:before {
    -webkit-animation: bounce-middle 0.6s ease 0s infinite;
    animation: bounce-middle 0.6s ease 0s infinite
}

.loader:after {
    -webkit-animation: bounce-middle 0.6s ease 0.2s infinite;
    animation: bounce-middle 0.6s ease 0.2s infinite
}

.loading-mask {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    background: var(--main-bg-color);
    border-radius: var(--main-radius);
    z-index: 101
}

.abs-side-container .loading-mask {
    padding: 0
}

.loading-mask {
    opacity: 0;
    visibility: hidden;
    transition: all .15s
}

.loading-mask.show {
    opacity: 1;
    visibility: unset
}

.loading-mask>div {
    display: flex;
    align-items: center;
    opacity: 0.9
}

.badg:not(.badg.keep-color):hover,
.but:not(.but.keep-color):hover {
    color: var(--this-color) !important
}

.split-l,
.split-r {
    position: relative
}

.split-l:before,
.split-r:before {
    content: '';
    width: 1px;
    height: 1.1em;
    position: absolute;
    display: inline-block;
    background: var(--main-color);
    left: 0;
    top: 50%;
    opacity: .2 !important;
    transform: translateY(-50%)
}

.split-r:before {
    left: auto;
    right: 0
}

.split-l:before {
    left: 0;
    right: auto
}

.pjax-loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #f2f5f9;
    background: -webkit-radial-gradient(50% 50%, ellipse 70% 70%, #f0f2f7, #f2f5f9);
    background: radial-gradient(ellipse 70% 70% at 50% 50%, #f0f2f7, #f2f5f9);
    z-index: 12001
}

.dark-theme .pjax-loading {
    background: #5e5e5e;
    background: -webkit-radial-gradient(50% 50%, ellipse 70% 70%, #464646, #424242);
    background: radial-gradient(ellipse 70% 70% at 50% 50%, #464646, #424242)
}

.pjax-loading svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.wave-pjax-anim>div {
    width: 12.5rem;
    height: 2.5rem;
    margin: 0 auto
}

.wave-pjax-anim>div>span {
    display: inline-block;
    width: .45rem;
    height: 2.5rem;
    border-radius: 99px;
    animation-name: scale;
    -webkit-animation-name: scale;
    -moz-animation-name: scale;
    -ms-animation-name: scale;
    -o-animation-name: scale;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite
}

.wave-pjax-1 {
    background: rgb(57, 206, 194);
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -ms-animation-delay: -1s;
    -o-animation-delay: -1s
}

.wave-pjax-2 {
    background: #6C6CEEFF;
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
    -moz-animation-delay: -0.9s;
    -ms-animation-delay: -0.9s;
    -o-animation-delay: -0.9s
}

.wave-pjax-3 {
    background: rgb(167, 87, 238);
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
    -moz-animation-delay: -0.8s;
    -ms-animation-delay: -0.8s;
    -o-animation-delay: -0.8s
}

.wave-pjax-4 {
    background: rgb(234, 107, 28);
    animation-delay: -0.7s;
    -webkit-animation-delay: -0.7s;
    -moz-animation-delay: -0.7s;
    -ms-animation-delay: -0.7s;
    -o-animation-delay: -0.7s
}

.wave-pjax-5 {
    background: #e13e2e;
    animation-delay: -0.6s;
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
    -ms-animation-delay: -0.6s;
    -o-animation-delay: -0.6s
}

.wave-pjax-6 {
    background: rgb(234, 186, 28);
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -ms-animation-delay: -0.5s;
    -o-animation-delay: -0.5s
}

.wave-pjax-7 {
    background: rgb(255, 51, 123);
    animation-delay: -0.4s;
    -webkit-animation-delay: -0.4s;
    -moz-animation-delay: -0.4s;
    -ms-animation-delay: -0.4s;
    -o-animation-delay: -0.4s
}

@-webkit-keyframes scale {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2)
    }

    20%,
    60% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes scale {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.2);
        transform: scaleY(0.2)
    }

    20%,
    60% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.wave-pjax {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 12001
}

.wave-pjax-mask {
    background: #fff;
    opacity: .9;
    bottom: 0
}

.wave-pjax-anim {
    margin: 0 auto;
    text-align: center;
    top: 50%;
    z-index: 12001;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dark-theme .wave-pjax-mask {
    background: #000
}

#infinity-bg,
#infinity-outline {
    fill: transparent;
    stroke-width: 4
}

#infinity-outline {
    stroke: var(--theme-color);
    stroke-dasharray: 3px, 300px;
    stroke-dashoffset: 0;
    animation: infinity-anim 3s linear infinite
}

#infinity-bg {
    stroke: #424242;
    opacity: .2
}

@keyframes infinity-anim {
    12.5% {
        stroke-dasharray: 42px, 300px;
        stroke-dashoffset: -33px
    }

    43.75% {
        stroke-dasharray: 105px, 300px;
        stroke-dashoffset: -105px
    }

    100% {
        stroke-dasharray: 3px, 300px;
        stroke-dashoffset: -297px
    }
}

.e-loading {
    background-image: url(../../images/loading.svg);
    display: inline-block;
    height: 18px;
    width: 18px;
    max-width: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: contain;
    background-position: center
}

.e-loading.big {
    height: 25px;
    width: 25px
}

.e-loading.gray {
    background-image: url(../../images/loading-gray.svg)
}

i {
    transition: .3s
}

i.big {
    transform: scale(1.3)
}

.hover-outline {
    transition: all .3s;
    outline-offset: 2px;
    outline: #0000 dashed 2px
}

.hover-outline:hover {
    outline-color: var(--muted-medium-color)
}

.border-1 {
    border: 1px solid var(--main-bg-color)
}

.border-2 {
    border: 2px solid var(--main-bg-color)
}

.border-3 {
    border: 3px solid var(--main-bg-color)
}

.border-4 {
    border: 4px solid var(--main-bg-color)
}

.border-5 {
    border: 5px solid var(--main-bg-color)
}

#universe {
    display: none
}

.dark-theme #universe {
    display: block;
    position: fixed;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.float-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 18;
    display: flex;
    flex-flow: wrap
}

.float-right-con {
    position: absolute;
    bottom: 150px;
    right: 0;
    z-index: 100;
    transition: 0.3s
}

@media (max-width:767px) {
    .float-right-con {
        bottom: 100px
    }
}

.float-right-con i,
.float-right-con .trans-page {
    font-size: 1.2rem !important
}

.float-right-con-top {
    background-color: var(--main-bg-color);
    box-shadow: 0 0 10px var(--main-shadow2)
}

.float-right-items>div>div {
    position: relative;
    cursor: pointer;
    text-align: center
}

.float-right-con .float-right-con-top,
.float-right-con .float-right-con-bottom {
    border-top-left-radius: var(--main-radius);
    border-bottom-left-radius: var(--main-radius)
}

.float-btn {
    position: relative;
    padding: 5px 10px;
    height: 2.2rem
}

.float-right-con-bottom {
    bottom: -10px;
    right: 0;
    z-index: 100;
    box-shadow: 0 0 10px var(--main-shadow2);
    background-color: var(--main-bg-color)
}

.night-mode i {
    transition: all 0.3s;
    -webkit-animation: open .3s;
    animation: open .3s
}

.to-top-btn,
.to-bottom-btn {
    visibility: visible;
    opacity: 1;
    transition: .5s;
    overflow: hidden
}

.invisible {
    visibility: hidden;
    height: 0 !important;
    margin: 0 !important;
    opacity: 0;
    padding: 0 !important
}

.invisible i {
    transition: .2s, visibility .2s;
    visibility: hidden;
    height: 0 !important;
    margin: 0 !important
}

.ontop {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.kf-hover,
.wx-hover {
    right: 35px;
    padding: var(--main-margin-5);
    margin-right: 15px;
    cursor: auto;
    position: absolute;
    left: auto;
    border-radius: var(--main-radius)
}

.kf-hover {
    width: max-content;
    min-width: 150px !important;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.floatbar-popover {
    border-color: transparent;
    color: var(--main-color);
    background: var(--main-bg-color);
    min-width: 100px;
    transform: translateX(3px);
    transition: .3s;
    display: flex;
    flex-direction: column;
    gap: var(--main-margin-5);
    box-shadow: var(--music-shadow-border)
}

.dark-theme .floatbar-popover {
    border: 1px solid var(--main-border-color)
}

.floatbar-popover::before {
    content: " ";
    display: inline-block;
    width: 9px;
    height: 9px;
    border-top: 1px solid var(--main-border-color);
    border-right: 1px solid var(--main-border-color);
    background: var(--main-bg-color);
    position: absolute;
    left: auto;
    top: 20px;
    right: -5px;
    transform: rotate(45deg);
    border-radius: 2px
}

.kf-hover li {
    display: block;
    font-size: 0.875rem;
    color: inherit;
    overflow: hidden;
    line-height: 1.25;
    height: auto;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s
}

.kf-col {
    display: flex;
    color: inherit
}

.kf-col span,
.webui-popover.right,
.webui-popover.right-bottom,
.webui-popover.right-top {
    margin-left: 6px
}

.connect-btn:hover .kf-hover {
    transform: translateX(-3px);
    transition: .4s;
    opacity: 1;
    visibility: visible
}

.site-float-bar-box {
    position: fixed;
    right: 1rem;
    border-radius: 10rem;
    bottom: 2.95rem;
    box-shadow: var(--music-shadow-border);
    transition: all 0.5s, right 0s;
    transform: translateX(calc(100% + 1rem));
    transform-origin: right bottom;
    z-index: 119
}

.site-float-bar-box.show {
    transform: translateX(0)
}

.site-float-bar-box.scrolling-hide {
    transform: translate(150%, 0);
    transition: transform .5s, background-color .5s ease-out
}

.mini-ctl {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: unset
}

.site-float-bar-box .mini-ctl {
    position: absolute;
    top: 50%;
    right: 100%;
    width: calc(var(--main-margin) + 5px);
    height: 65px;
    transform: translateY(-50%);
    border-radius: 8px 0 0 8px;
    background: var(--blur-bg);
    backdrop-filter: var(--blur);
    -webkit-backdrop-filter: var(--blur);
    box-shadow: var(--music-shadow-border)
}

.mini-ctl-box.show .mini-ctl {
    display: none;
    opacity: 0;
    visibility: hidden
}

#music-box .mini-ctl {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: var(--muted-color)
}

#music-box.show .mini-ctl {
    display: flex;
    opacity: 1;
    visibility: unset
}

#music-box.show .mini-ctl .ri-arrow-right-s-line::before {
    content: '\ea64'
}

.site-floatbar-container {
    text-align: center;
    background: var(--blur-bg);
    padding: 0.4rem;
    border-radius: 10rem;
    backdrop-filter: var(--blur);
    -webkit-backdrop-filter: var(--blur);
    transition: all 0.5s, right 0s;
    transform-origin: right bottom;
    will-change: backdrop-filter
}

.site-floatbar-container .floatbar {
    position: relative;
    color: var(--main-color);
    background: var(--blur-bg-2);
    height: 38px;
    width: 38px;
    line-height: 38px;
    border-radius: 100px;
    box-shadow: var(--music-shadow-2);
    transition: .2s, visibility .2s;
    cursor: pointer;
    margin-bottom: 0.4rem
}

.site-floatbar-container .floatbar:last-child {
    margin-bottom: 0
}

.site-floatbar-container .floatbar:hover {
    box-shadow: 0 8px 13px -4px var(--theme-color-bg);
    transform: translate(0) translateY(0) translateZ(0) rotate(0) rotateX(0) rotateY(0) rotate(0) skew(0) skewY(0) scaleX(1.1) scaleY(1.1) scaleZ(1)
}

@media (min-width:1024px) {
    .site-floatbar-container .floatbar:hover {
        background: var(--theme-color-bg)
    }
}

.site-floatbar-container .floatbar .floatbar-icon {
    font-size: 1.25rem;
    line-height: 38px;
    padding: 8px;
    margin: 3px auto auto;
    text-align: center;
    -webkit-transition: .25s;
    transition: .25s
}

.site-floatbar-container .floatbar:hover .floatbar-icon {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    -webkit-transition: .25s;
    transition: .25s
}

@media (max-width:767px) {
    .connect-btn.show .kf-hover {
        transform: translateY(-15px)
    }

    .site-float-bar-box.has-footer-nav {
        bottom: 5.338rem
    }
}

#music-box {
    background: var(--header-bg);
    display: flex;
    align-items: center;
    z-index: 120;
    position: fixed;
    bottom: var(--main-margin);
    left: 1rem;
    max-width: calc(100% - 2rem);
    box-shadow: var(--music-shadow-border);
    backdrop-filter: var(--blur);
    -webkit-backdrop-filter: var(--blur);
    border-radius: var(--main-radius);
    will-change: backdrop-filter;
    transition: all 0.5s, left 0s;
    transform-origin: left bottom;
    transform: translateX(calc(-100% + 3px))
}

#music-box>div:nth-child(1) {
    padding-right: 1.3333em
}

@media (min-width:768px) and (max-width:1023px) {
    #music-box {
        bottom: 2.95rem
    }
}

@media (max-width:767px) {
    #music-box {
        bottom: 5.20rem
    }
}

#music-box.show {
    transform: translateX(0)
}

#music-box .aplayer {
    padding: 6px;
    box-shadow: none;
    width: fit-content;
    margin: 0;
    background: transparent;
    overflow: unset
}

#music-box .aplayer .aplayer-button.aplayer-play {
    display: none
}

#music-box .aplayer .aplayer-button.aplayer-pause {
    display: none
}

#music-box .aplayer button.aplayer-icon.aplayer-icon-volume-down {
    margin-left: 30px
}

#music-box .aplayer.aplayer-withlist .aplayer-list {
    display: block;
    width: inherit;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 120;
    bottom: calc(100% + 6px)
}

#music-box .aplayer.aplayer-withlrc .aplayer-pic {
    height: 47px;
    width: 47px;
    border-radius: 100px;
    background-color: var(--blur-bg) !important;
    box-shadow: var(--music-shadow-2)
}

#music-box .aplayer.aplayer-withlrc .aplayer-info {
    margin-left: 50px;
    height: 50px;
    padding: 0 0 0 6px
}

#music-box .aplayer.aplayer-withlrc .aplayer-lrc {
    display: none
}

#music-box .aplayer.aplayer-withlrc .aplayer-lrc:after,
#music-box .aplayer.aplayer-withlrc .aplayer-lrc:before {
    content: none
}

#music-box .aplayer .aplayer-icon {
    width: 15px;
    height: 13px;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    opacity: 0.8;
    vertical-align: middle;
    padding: 0;
    font-size: 12px;
    margin: 0;
    display: flex;
    align-items: center
}

#music-box .aplayer .aplayer-icon-lrc {
    display: none
}

#music-box .aplayer .aplayer-time .aplayer-time-inner {
    display: none
}

#music-box .aplayer .aplayer-info .aplayer-music {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 2px 10px 2px 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: default;
    height: 30px;
    box-sizing: border-box
}

#music-box .aplayer .aplayer-info .aplayer-music .aplayer-title {
    font-size: 13px;
    margin-right: var(--main-margin-5);
    color: var(--main-color)
}

#music-box .aplayer .aplayer-info .aplayer-music .aplayer-author {
    max-width: 20vw;
    display: inline-block
}

#music-box .aplayer .aplayer-info .aplayer-controller {
    height: 20px
}

#music-box .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
    margin: 0;
    padding: 0;
    cursor: pointer !important;
    position: absolute;
    width: 100%;
    bottom: 0
}

#music-box .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 90%;
    background: var(--muted-3-color)
}

#music-box .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
    background: var(--muted-color)
}

#music-box .aplayer .aplayer-info .aplayer-controller .aplayer-time {
    height: 16px;
    color: var(--muted-color);
    font-size: 12px;
    display: flex;
    padding-left: 0;
    align-items: center
}

#music-box .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played,
#music-box .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
    background: linear-gradient(to right, var(--theme-sub-color), var(--theme-color)) !important
}

#music-box .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon path {
    fill: var(--muted-color)
}

#music-box .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path {
    fill: var(--muted-2-color)
}

#music-box .aplayer .aplayer-lrc.aplayer-lrc-hide {
    display: none
}

#music-box .aplayer .aplayer-lrc .aplayer-lrc-contents {
    width: 100%;
    transition: all 0.5s ease-out;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    cursor: default
}

#music-box .aplayer .aplayer-list {
    transition: all 0.5s ease;
    display: none;
    overflow: hidden;
    box-shadow: var(--music-shadow-border);
    background: var(--blur-bg);
    backdrop-filter: var(--blur);
    -webkit-backdrop-filter: var(--blur);
    border-radius: var(--main-radius);
    will-change: backdrop-filter
}

@media (max-width:1023px) {
    #music-box .aplayer .aplayer-list {
        background: var(--main-bg-color)
    }
}

#music-box .aplayer .aplayer-list ol {
    overflow-x: hidden;
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 6px
}

#music-box .aplayer .aplayer-list ol li {
    position: relative;
    display: inline-table;
    padding: 0 var(--main-margin);
    font-size: 13px;
    border-top: unset !important;
    border-radius: var(--main-radius);
    background: var(--blur-bg);
    cursor: pointer;
    overflow: hidden;
    transition: all .3s ease
}

#music-box .aplayer .aplayer-list ol li:hover,
#music-box .aplayer .aplayer-list ol li.aplayer-list-light:hover {
    background: var(--blur-bg);
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
}

#music-box .aplayer .aplayer-list ol li .aplayer-list-index {
    margin-right: 6px
}

#music-box .aplayer .aplayer-list ol li .aplayer-list-title {
    color: var(--main-color);
    margin-right: var(--main-margin-5)
}

#music-box .aplayer .aplayer-list ol li .aplayer-list-author {
    color: var(--muted-color)
}

#music-box .aplayer.aplayer-withlist .aplayer-info {
    border-bottom: unset !important
}

#music-box .aplayer .aplayer-list ol li .aplayer-list-cur {
    width: 3px;
    height: 16px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: var(--main-radius);
    background: linear-gradient(to top, var(--theme-sub-color), var(--theme-color)) !important
}

#music-box .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
    background: var(--muted-3-color)
}

#music-box .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
    background: linear-gradient(to top, var(--theme-sub-color), var(--theme-color)) !important
}

#ete_menu {
    display: none;
    position: absolute;
    background: var(--header-bg);
    backdrop-filter: var(--blur);
    -webkit-backdrop-filter: var(--blur);
    color: var(--main-color);
    box-shadow: var(--music-shadow-border);
    border-radius: var(--main-radius);
    font-size: 1rem;
    line-height: 2rem;
    padding: 0.25rem 0.5rem;
    z-index: 1079;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

#ete_menu ul {
    padding: 0.25rem;
    margin-bottom: 0;
    border-top: 1px dashed var(--main-border-color)
}

#ete_menu ul:first-child {
    border-top: 0
}

#ete_menu ul.icons {
    font-size: 1.1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem
}

#ete_menu ul.text,
#ete_menu ul.image {
    display: none
}

#ete_menu ul li button {
    border: none;
    background: transparent;
    color: inherit
}

#ete_menu ul .li-item,
#ete_menu ul li {
    display: flex;
    gap: 0.25rem;
    flex-direction: row;
    padding: 0.25rem 0.6rem;
    margin: 0.25rem 0;
    cursor: pointer;
    border-radius: var(--main-radius);
    -webkit-transition: 0.2s;
    transition: 0.2s
}

#ete_menu ul li i {
    margin-right: 3px;
    font-weight: 600
}

#ete_menu ul li a {
    width: 100%;
    display: flex;
    gap: 0.25rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center
}

#ete_menu ul li a i {
    width: 1.6rem;
    text-align: center
}

#ete_menu ul.search .li-item,
#ete_menu ul.search li {
    justify-content: center
}

#ete_menu ul .li-item {
    font-size: 1rem;
    background: unset;
    font-family: unset;
    color: var(--main-color);
    align-items: center;
    width: 100%;
    line-height: 2rem
}

#ete_menu ul .li-item:hover,
#ete_menu ul li:hover {
    background-color: var(--theme-color);
    color: var(--text-keep)
}

#ete_menu ul .li-item:hover a,
#ete_menu ul li:hover a {
    color: var(--text-keep)
}

#ete_menu ul .li-item:hover svg,
#ete_menu ul li:hover svg {
    fill: var(--text-keep)
}

#ete_menu .tip {
    line-height: 1rem;
    font-size: 0.75rem;
    color: var(--muted-2-color);
    margin-bottom: 6px;
    text-align: center
}

.ete-swiper {
    border-radius: var(--main-radius)
}

.ete-slider {
    overflow: hidden
}

.swiper-wrapper {
    transform: translate3d(0, 0, 0);
    display: flex;
    position: relative
}

.swiper-slide {
    transform: translate3d(0, 0, 0);
    flex-shrink: 0;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    transition-property: transform
}

.ete-log-swiper .swiper-slide {
    width: 100% !important
}

.swiper-slide .absolute {
    z-index: 2
}

.swiper-slide:not(.swiper_index_right .swiper-slide, .swiper-scroll .swiper-slide, .no-after .swiper-slide):after,
.ete-bing:after {
    content: '';
    background: linear-gradient(to bottom, rgba(35, 35, 35, 0), rgba(54, 54, 54, 0.85) 100%);
    top: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    z-index: 1;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s
}

.ete-log-swiper .swiper-slide:not(.swiper_index_right .swiper-slide, .swiper-scroll .swiper-slide, .no-after .swiper-slide):after {
    content: unset
}

.ete-swiper {
    overflow: hidden;
    position: relative
}

.swiper-tab .swiper-slide .swiper-slide {
    height: 100%
}

.ete-swiper {
    --pc-height: auto;
    --m-height: auto;
    --max-height: auto;
    --min-height: auto
}

.scale-height {
    --scale-height: 40%;
    --pc-height: 100%;
    --m-height: 100%;
    padding-bottom: var(--scale-height);
    width: 100%;
    height: 0
}

.scale-height .swiper-wrapper,
.scale-height .swiper-slide img {
    position: absolute
}

.ete-swiper .swiper-wrapper {
    height: var(--pc-height);
    display: flex
}

@media (max-width:767px) {
    .ete-swiper .swiper-wrapper {
        height: var(--m-height)
    }
}

.ete-swiper .swiper-slide img:not(.posts-mini .item-thumbnail img):not(.avatar),
.ete-swiper-thumbs .swiper-slide img,
.ete-single-cover .thumbs img {
    max-height: var(--max-height);
    min-height: var(--min-height);
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: ease-in-out .3s;
    border-radius: var(--main-radius)
}

.ete-swiper-thumbs .swiper-slide img {
    height: 80px
}

.swiper-scroll .swiper-slide {
    width: unset;
    margin-right: 10px;
    border-radius: var(--main-radius)
}

.swiper-scroll .swiper-slide:last-of-type {
    margin-right: 0
}

.swiper-tab-nav .swiper-slide.swiper-slide-thumb-active a {
    color: var(--theme-color)
}

.slide-text {
    position: absolute;
    color: #fff;
    bottom: 0;
    padding: calc(var(--main-margin) * 2);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent);
    width: 100%;
    font-size: 1rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 1;
    border-radius: 0 0 var(--main-radius) var(--main-radius)
}

.swiper-logs-item {
    padding: 2rem
}

.slide-log-info a {
    margin-bottom: 0.3em;
    font-size: var(--text-size-pc)
}

.slide-log-info-meta {
    font-size: calc(var(--text-size-pc) * 0.6)
}

@media (max-width:767px) {
    .slide-log-info a {
        font-size: var(--text-size-m)
    }

    .slide-log-info-meta {
        font-size: calc(var(--text-size-m) * 0.6)
    }

    .ete-swiper-thumbs .swiper-slide img {
        --max-height: 100px
    }
}

.slide-text {
    background: unset;
    transform: unset;
    transition: opacity 1s;
    --text-size-pc: 20px;
    font-size: var(--text-size-pc) !important
}

@media (max-width:767px) {
    .slide-text {
        font-size: var(--text-size-m) !important
    }

    .slide-desc {
        font-size: 85% !important
    }
}

.slide-text.left-top,
.slide-text.right-top {
    transform: unset;
    top: 0
}

.slide-text.right-top {
    left: auto;
    width: auto
}

.slide-text.left-top {
    text-align: left
}

.slide-text.center-bottom {
    text-align: center
}

.slide-text.right-top,
.slide-text.right-bottom,
.slide-text.right-center {
    text-align: right
}

.slide-text.center-bottom,
.slide-text.right-bottom,
.slide-text.left-bottom {
    top: auto;
    transform: unset;
    bottom: 0
}

.slide-text.center-center,
.slide-text.left-center,
.slide-text.right-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.slide-text.left-center {
    align-items: flex-start
}

.slide-text.right-center {
    align-items: flex-end
}

.swiper-scroll .swiper-slide .cover {
    position: relative;
    height: var(--pc-height);
    width: auto
}

.swiper-slide .avatar {
    max-width: 2.5rem
}

.index_block_swiper_right .swiper-img {
    height: 100%;
    aspect-ratio: 16 / 11;
    border-radius: var(--main-radius)
}

.index_block_swiper_right .item-meta {
    font-size: 0.75rem;
    margin-top: auto
}

.ete-bing {
    position: relative;
    overflow: hidden;
    height: var(--pc-height);
    border-radius: var(--main-radius);
    box-shadow: var(--main-shadow)
}

@media (max-width:767px) {

    .ete-bing,
    .swiper-scroll .swiper-slide .cover {
        height: var(--m-height)
    }
}

.ete-bing img {
    height: 100%;
    border-radius: var(--main-radius)
}

.ete-bing .absolute {
    z-index: 2
}

svg {
    touch-action: none
}

.swiper-slide .slide-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    padding: calc(var(--main-margin) * 2);
    transition: bottom 0.2s;
    -webkit-transition: bottom 0.2s;
    -moz-transition: bottom 0.2s;
    z-index: 4
}

.slide-info .log-title {
    font-size: var(--text-size-pc);
    display: block;
    font-weight: normal;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
    color: var(--text-white);
    margin: var(--main-margin-5) 0;
    margin-bottom: 6px;
    transition: transform .65s cubic-bezier(.05, .2, .1, 1) .3s
}

@media (max-width:767px) {
    .slide-info .log-title {
        font-size: var(--text-size-m)
    }

    .slide-info .log-meta {
        font-size: 0.813rem
    }
}

.ete-swiper-thumbs {
    padding-top: var(--main-margin)
}

.ete-swiper-thumbs .swiper-slide {
    opacity: .3
}

.ete-swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.ete-swiper-notice {
    position: relative;
    padding: 0 6px;
    border-radius: var(--main-radius);
    color: var(--this-color);
    border: 1px dashed
}

.ete-swiper-notice .swiper-notice {
    height: 2.5em;
    overflow: hidden
}

.ete-swiper-notice .swiper-notice .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hover-show {
    position: relative;
    z-index: 10
}

.hover-show .hover-show-con {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: translateY(6px);
    transition: .4s
}

.hover-show:hover .hover-show-con {
    visibility: unset;
    opacity: 1;
    transform: translateY(0)
}

.hover-show .hover-show-con.bottom {
    min-width: 200px;
    bottom: 90%;
    left: 50%;
    padding-bottom: 20px;
    transform: translate(-50%, 0)
}

.dropdown-menu-btn {
    background-color: var(--menu-bg-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2em;
    width: 2em;
    overflow: hidden;
    will-change: backdrop-filter;
    backdrop-filter: blur(8px);
    border-radius: 99px
}

.abs-menus .dropdown-menu-btn {
    border: 1px solid var(--menu-bg-color)
}

.dropdown-menu-btn.no-bg {
    background: transparent;
    backdrop-filter: unset
}

.dropdown-menu-btn i:not(.dropdown-menu-btn i.keep-color) {
    font-weight: bolder;
    padding: 20px
}

.dropdown .dropdown-menu-end {
    right: 0;
    left: auto;
    top: 100%
}

.dropdown:hover .dropdown-menu {
    display: block;
    padding: 5px;
    border-radius: var(--main-radius);
    --bs-dropdown-min-width: 100px
}

.dropdown-menu {
    position: absolute;
    border: none;
    --bs-dropdown-bg: var(--main-bg-color);
    --bs-dropdown-min-width: 5rem;
    box-shadow: var(--music-shadow-2);
    margin-bottom: 6px !important;
    padding: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s
}

.dropdown-item {
    padding: 6px;
    font-size: 0.875rem;
    transition: all 0.2s
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--muted-box-color)
}

.dropdown-divider {
    margin: 0;
    border-top: 1px solid var(--muted-border-color)
}

.btn-block {
    display: block;
    width: 100%
}

.btn:hover {
    color: var(--this-color);
    background-color: var(--this-bg);
    border-color: transparent
}

.ete-btn {
    border-radius: var(--slim-radius);
    display: inline-block;
    border: 1px solid var(--this-border);
    vertical-align: middle;
    padding: 0.3em 0.6em;
    text-align: center;
    font-weight: 400;
    box-shadow: var(--this-shadow);
    background: var(--this-bg);
    color: var(--this-color);
    --main-color: var(--this-color);
    --this-bg: rgba(136, 136, 136, 0.1);
    --this-border: transparent;
    --this-shadow: none;
    --this-color: #888;
    text-shadow: 0 0 0;
    line-height: 1.44;
    transition: .2s
}

.ete-btn:focus,
.ete-btn:hover {
    opacity: .85;
    color: var(--this-color)
}

.ete-btn.btn-sm {
    padding: 0.15em 0.5em
}

.ete-btn.btn-md {
    padding: 0.4em 1em
}

.ete-btn.btn-lg {
    padding: 0.6em 2em
}

.ete-btn-group,
.ete-highlight-buts {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    overflow: hidden;
    background: var(--body-bg-color);
    padding: .2rem;
    border-radius: var(--main-radius)
}

.ete-btn-group .but,
.ete-highlight-buts .but {
    position: relative;
    z-index: 1;
    --this-bg: transparent;
    color: var(--main-color);
    display: inline-flex;
    align-items: center;
    font-size: .75rem;
    font-weight: normal;
    justify-content: center;
    margin: 0;
    padding: .1875rem .5rem .1875rem .375rem;
    border: 1px solid transparent
}

.ete-btn-group .but.selected {
    --this-color: var(--theme-color);
    --this-bg: var(--theme-color-bg);
    border: 1px solid var(--theme-color-bg);
    border-radius: 3rem;
    color: var(--main-color);
    font-weight: bold;
    box-shadow: var(--main-shadow)
}

[data-bs-theme="dark"] .ete-btn-group .but.selected {
    border-color: var(--muted-medium-color);
    --this-bg: var(--main-bg-color);
    --this-color: var(--muted-color)
}

.ete-highlight-buts {
    position: relative;
    display: block
}

.ete-highlight-buts .but {
    font-size: 0.875rem
}

.ete-highlight-buts .but.selected {
    color: var(--theme-color)
}

.highlight-bg {
    position: absolute;
    top: .2rem;
    left: .2rem;
    right: .2rem;
    bottom: .2rem;
    /* width: 99px; */
    background-color: var(--theme-color-bg);
    border-radius: var(--main-radius);
    border: 1px solid var(--theme-color-bg);
    transition: all 0.3s ease;
    z-index: 0
}

[data-bs-theme="dark"] .ete-highlight-buts .but.selected {
    color: var(--muted-color)
}

[data-bs-theme="dark"] .highlight-bg:not([data-bs-theme="dark"] .main-bg .highlight-bg) {
    border-color: var(--muted-medium-color);
    background-color: var(--main-bg-color)
}

[data-bs-theme="dark"] .ete-highlight-buts.main-bg .but.selected {
    color: var(--theme-color)
}

.online-status {
    position: relative;
    display: block;
    z-index: 1
}

.online-status item {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 1px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
    background-color: #72e128;
    z-index: 1
}

.icon-img {
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.2em
}

.radius-cover,
.avatar {
    border-radius: 100px;
    display: inline-block
}

.avatar-xl,
.avatar-lg,
.avatar-md,
.avatar-normal,
.avatar-mini,
.avatar-img {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    --this-size: 38px;
    width: var(--this-size);
    height: var(--this-size)
}

.avatar-xl {
    --this-size: 80px
}

.avatar-lg {
    --this-size: 50px
}

.avatar-md {
    --this-size: 40px
}

.avatar-normal {
    --this-size: 32px
}

.avatar-mini {
    --this-size: 20px
}

.avatar-mr {
    border-radius: var(--main-radius)
}

@media (max-width:991px) {
    .avatar-sm-md {
        --this-size: 40px
    }
}

@media (max-width:767px) {
    .avatar-xs-md {
        --this-size: 35px
    }
}

.user-card-mini,
.user-card-mini .avatar-img {
    display: inline-block
}

.user-card-mini {
    min-width: 250px;
    padding: var(--main-margin-5);
    background: var(--main-bg-color)
}

.social-login-types {
    position: relative;
    display: grid;
    font-size: 0.75rem;
    color: var(--muted-color);
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-auto-flow: row;
    gap: 6px;
    z-index: 1
}

@media (min-width:768px) {
    .social-login-types.comment-login {
        display: flex
    }
}

.social-login-types a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--slim-radius);
    font-size: 0.875rem;
    gap: 6px;
    height: 30px;
    line-height: 30px;
    word-break: keep-all;
    padding: 0 var(--main-margin-5);
    transition: .2s ease-out
}

.social-login-types a.alipay {
    color: #3774F6;
    background: rgba(55, 116, 246, 0.15)
}

.social-login-types a.baidu {
    color: #2B66F6;
    background: rgba(43, 102, 246, 0.15)
}

.social-login-types a.gitee {
    color: #B7312D;
    background: rgba(183, 49, 45, 0.15)
}

.social-login-types a.github {
    color: #000000;
    background: rgba(0, 0, 0, 0.15)
}

[data-bs-theme=dark] .social-login-types a.github {
    color: #cecece;
    background: rgba(206, 206, 206, 0.15)
}

.social-login-types a.qq {
    color: #5192F2;
    background: rgba(81, 146, 242, 0.15)
}

.social-login-types a.weibo {
    color: #C63420;
    background: rgba(198, 52, 32, 0.15)
}

.social-login-types a.wx,
.social-login-types a.weixin,
.social-login-types a.weixingzh {
    color: #68B034;
    background: rgba(104, 176, 52, 0.15)
}

.social-login-types a img {
    height: 18px;
    width: 18px
}

.user-oauth .oauth-bind {
    max-width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    border-radius: var(--main-radius);
    box-shadow: var(--main-shadow);
    overflow: hidden
}

.user-oauth .content {
    padding: var(--main-margin)
}

.user-oauth .oauth-bind.qq .content {
    color: #5192F2;
    background: rgba(81, 146, 242, 0.15)
}

.user-oauth .oauth-bind.alipay .content {
    color: #3774F6;
    background: rgba(55, 116, 246, 0.15)
}

.user-oauth .oauth-bind.baidu .content {
    color: #2B66F6;
    background: rgba(43, 102, 246, 0.15)
}

.user-oauth .oauth-bind.gitee .content {
    color: #B7312D;
    background: rgba(183, 49, 45, 0.15)
}

.user-oauth .oauth-bind.github .content {
    color: #000000;
    background: rgba(0, 0, 0, 0.15)
}

[data-bs-theme=dark] .user-oauth .oauth-bind.github .content {
    color: #cecece;
    background: rgba(206, 206, 206, 0.15)
}

.user-oauth .oauth-bind.weibo .content {
    color: #C63420;
    background: rgba(198, 52, 32, 0.15)
}

.user-oauth .oauth-bind.weixin .content,
.user-oauth .oauth-bind.weixingzh .content,
.user-oauth .oauth-bind.wx .content {
    color: #68B034;
    background: rgba(104, 176, 52, 0.15)
}

.user-oauth .social-icon {
    width: 32px;
    height: auto
}

.user-oauth .oauth-btn {
    display: inline-block;
    min-height: 1em;
    background: linear-gradient(135deg, #e6772f 15%, #fdaf11 85%);
    color: #FFF;
    font-size: 0.78rem;
    cursor: pointer;
    padding: 8px 3px;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease, -webkit-box-shadow .1s ease;
    will-change: auto
}

.user-oauth .oauth-btn.not-bind {
    background: linear-gradient(135deg, #14d082 15%, #72e128 85%)
}

.form-control[disabled] {
    background: var(--body-bg-color);
    opacity: .5
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: 0 0 0 1000px var(--body-bg-color) inset !important;
    -webkit-text-fill-color: var(--main-color) !important
}

.form-check-inline {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: nowrap;
    word-break: keep-all
}

.form-check-input {
    --bs-form-check-bg: transparent;
    flex-shrink: 0;
    width: 1.313em;
    height: 1.313em;
    margin-top: .0935em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

.account-form .form-check-input {
    width: 0.813rem;
    height: 0.813rem;
    margin-top: 0;
    display: flex;
    align-items: center;
    word-break: keep-all
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: var(--main-border-color);
    outline: 0;
    box-shadow: unset
}

.form-check-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color)
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

[data-bs-theme=dark] .form-check-input {
    border: 1px solid var(--main-border-color)
}

[data-bs-theme=dark] .form-control:focus {
    border-color: var(--theme-color) !important
}

[data-bs-theme=dark] input::file-selector-button {
    background-color: #2a2a2b;
    color: rgba(255, 255, 255, .6)
}

.input-group>:first-child {
    padding: 8px 10px;
    border-top-left-radius: var(--main-radius);
    border-bottom-left-radius: var(--main-radius)
}

.form-control {
    color: var(--main-color);
    padding: 8px 10px;
    font-size: 0.875rem;
    border-radius: var(--main-radius);
    border: none
}

.form-select {
    color: var(--main-color);
    font-size: 0.875rem;
    border-radius: var(--main-radius);
    border: none
}

.form-control {
    background: var(--body-bg-color)
}

.form-control::placeholder {
    color: var(--muted-color);
    font-size: .8rem
}

.form-control:focus,
.form-select:focus {
    color: var(--main-color);
    box-shadow: none;
    border: none
}

.form-control:focus {
    background: var(--body-bg-color)
}

.form-select,
.form-select:focus {
    padding: 8px 10px;
    background-color: var(--body-bg-color)
}

.form-switch .form-check-input {
    width: 2.5em;
    border-radius: 2em
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.icon-form,
.abs-left {
    position: absolute;
    top: 50%;
    right: auto;
    left: 10px;
    color: var(--muted-color);
    font-size: 16px;
    transform: translateY(-50%);
    z-index: 1
}

.form-radio-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.form-radio-group>* {
    flex-shrink: 0
}

.form-radio-group>.badg {
    border-radius: var(--main-radius)
}

.abs-left.left-0 {
    left: 0
}

.icon-form.is-right,
.abs-right {
    position: absolute;
    left: auto;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

input.theme:checked {
    background: var(--theme-color) !important;
    -webkit-appearance: none;
    position: relative;
    border-radius: 3px;
    width: 15px;
    height: 15px;
    vertical-align: -2px
}

input.theme:checked:after {
    content: '';
    width: 6px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: 5px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.abs-right.right-0 {
    right: 0
}

.abs-right.top-right {
    right: var(--main-margin-5);
    top: var(--main-margin-5);
    transform: none
}

.abs-left.full,
.abs-right.full {
    top: 0;
    bottom: 0;
    transform: unset
}

.abs-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1
}

.form .form-control {
    padding-right: 35px
}

.icon-form+.form-control {
    padding-left: 35px
}

.form.no-right .form-control {
    padding-right: 8px
}

.form .form-control.yz-code {
    padding-right: 93px
}

.but-right-group {
    display: flex;
    align-items: stretch
}

.but-right-group .form .form-control {
    padding-right: 8px
}

.but-right-group>div {
    display: flex;
    word-break: keep-all;
    flex-wrap: nowrap
}

.but-right-group>div button {
    display: flex;
    align-items: center
}

.but-right-group .form-control {
    padding-right: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.but-right-group.white-font .icon-form,
.but-right-group.white-font .form-control::placeholder {
    color: #e2e2e2;
    text-shadow: 1px 1px 5px #272727
}

.ete-inline {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.ete-inline .left-title,
.ete-inline .right-but {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20%;
    text-align: center;
    padding: 8px 10px;
    word-break: keep-all;
    border-top-left-radius: var(--main-radius);
    border-bottom-left-radius: var(--main-radius)
}

.ete-inline .right-but {
    min-width: 15%;
    border-radius: 0 var(--main-radius) var(--main-radius) 0
}

.ete-inline .right-info {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    color: var(--main-color);
    padding: 8px 10px;
    font-size: 0.875rem;
    border-radius: 0 var(--main-radius) var(--main-radius) 0;
    background: var(--body-bg-color);
    position: relative;
    width: fit-content;
    min-width: 0;
    overflow: hidden;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.ete-inline.three-ele {
    flex-wrap: nowrap
}

.ete-inline.three-ele .right-info {
    border-radius: 0
}

@media (max-width:991px) {
    .ete-inline .right-info {
        flex: 1 1 auto;
        width: 1%
    }
}

.account-form .modal-logo {
    max-width: 150px;
    max-height: 150px
}

.image_captcha>img,
.yz-code-item {
    width: 90px;
    height: 40px
}

.account-form .modal-bg {
    max-width: 50%
}

.account-form.page .modal-bg {
    max-width: 70%
}

.account-form .modal-bg>img {
    border-radius: var(--main-radius) 0 0 var(--main-radius)
}

.account-form .form {
    display: flex;
    flex: 1;
    flex-direction: column;
    background: var(--header-bg);
    padding: var(--main-margin);
    -webkit-backdrop-filter: var(--blur);
    backdrop-filter: var(--blur);
    border-radius: 0 var(--main-radius) var(--main-radius) 0
}

.account-form.page .form {
    overflow: hidden;
    overflow-y: auto;
    background: var(--main-bg-color);
    -webkit-backdrop-filter: none;
    backdrop-filter: none
}

.account-form .form.no-bg {
    border-radius: var(--main-radius)
}

.account-form .modal-content {
    background-color: transparent
}

@media (max-width:767px) {
    .account-form .modal-bg {
        max-width: 100%;
        height: 130px
    }

    .account-form.page .modal-bg {
        max-width: 100%;
        max-height: 100%;
        height: 150px
    }

    .account-form.page .form {
        max-height: 100%
    }

    .account-form .modal-bg>img {
        border-radius: var(--main-radius) var(--main-radius) 0 0
    }

    .account-form .form {
        border-radius: 0 0 var(--main-radius) var(--main-radius)
    }

    .account-form .overlay {
        border-radius: 0
    }
}

.ete-spinner.input-group>.form-control {
    position: relative;
    z-index: 1;
    max-width: 50px;
    text-align: center;
    margin: 0;
    background: var(--main-bg-color);
    border-top: 1px solid var(--muted-border-color);
    border-bottom: 1px solid var(--muted-border-color);
    border-radius: 0
}

.ete-spinner.input-group span {
    background-color: var(--body-bg-color)
}

.ete-spinner.input-group>:last-child {
    padding: 8px 10px;
    border-top-right-radius: var(--main-radius);
    border-bottom-right-radius: var(--main-radius)
}

.invalid input,
.invalid input:focus,
.invalid .icon-form {
    color: #FF3352 !important
}

.yiyan {
    font-size: 0.9rem;
    padding: 0.5rem;
    opacity: 0.9;
    color: var(--text-white);
    height: auto;
    line-height: 1.5rem;
    background: linear-gradient(-45deg, var(--theme-color), var(--theme-sub-color));
    border-radius: var(--main-radius);
    background-size: 1000% 1000%;
    transition: all .2s ease;
    animation: ete_gradient 20s linear infinite
}

.close-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 0;
    top: 0;
    font-size: 1.399rem;
    height: 2.3rem;
    width: 2.3rem;
    line-height: 1;
    text-align: center;
    color: #707070;
    z-index: 100
}

[data-bs-theme=dark] .close-btn {
    color: #ababab
}

.close-btn.no-abs {
    position: unset;
    height: 1rem;
    width: 1rem
}

.close-btn.left {
    right: auto;
    left: 0
}

.close-btn.color-head {
    color: var(--text-keep)
}

.private_msg_modal .no-colorful .close-btn {
    right: 5px
}

.close-btn.bottom-show {
    position: absolute;
    bottom: -2rem;
    top: auto;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(25%);
    transform: translateY(25%)
}

.close-btn.bottom-show i {
    background: var(--main-bg-color);
    border-radius: 999px
}

.close-btn.bottom-show i:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal {
    background: rgba(50, 50, 50, 0.8)
}

[data-bs-theme=dark] .modal {
    background: rgba(26, 29, 24, 0.8)
}

.modal-backdrop {
    --bs-backdrop-bg: transparent;
    --bs-backdrop-zindex: 999
}

.modal-header .close-btn {
    color: var(--this-color)
}

.modal-footer-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: var(--main-margin);
    gap: var(--main-margin-5)
}

.modal-footer-box.split-buts>button,
.modal-footer-box.split-buts>.but {
    border-radius: var(--main-radius);
    flex: 1
}

.ete-average-buts {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: var(--main-margin-5)
}

.ete-average-buts>button,
.ete-average-buts>.but {
    flex: 1;
    max-width: 50%
}

.ete-vip-card .ete-average-buts>button,
.ete-vip-card .ete-average-buts>.but {
    max-width: 33.333333%;
    box-shadow: var(--music-shadow-border)
}

.modal form {
    margin-bottom: 0
}

.modal-sm,
.modal-sm .modal-content {
    width: 320px;
    --bs-modal-width: 320px
}

#ete_pay_modal .modal-sm,
#ete_pay_modal .modal-sm .modal-content {
    width: 270px;
    --bs-modal-width: 270px
}

.modal-mini,
.modal-mini .modal-content {
    width: 400px;
    --bs-modal-width: 400px
}

.modal-md,
.modal-md .modal-content {
    width: 500px;
    --bs-modal-width: 500px
}

.modal-lg,
.modal-lg .modal-content {
    width: 600px;
    --bs-modal-width: 600px
}

.modal-body {
    overflow: hidden;
    padding: var(--main-margin)
}

.modal-pay .modal-body,
.no-pd .modal-body {
    padding: 0
}

.modal-header {
    position: relative;
    display: block;
    padding: 0;
    z-index: 1;
    border-bottom: none;
    border-radius: var(--main-radius)
}

.modal-content {
    color: var(--main-color);
    background-color: var(--main-bg-color);
    box-shadow: unset;
    border: none;
    margin: 0 auto;
    border-radius: var(--main-radius);
    max-width: calc(100% - var(--main-margin) * 2)
}

#SliderCaptcha .modal-content {
    max-width: unset
}

.modal-colorful-header {
    background-size: 120%;
    color: var(--this-color) !important;
    background: var(--this-bg) !important;
    background-color: var(--this-bg) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: var(--main-radius) var(--main-radius) 0 0;
    z-index: 99
}

.colorful-ele-box {
    position: relative;
    overflow: hidden
}

.modal-colorful-header>.colorful::after,
.modal-colorful-header>.colorful::before,
.modal-colorful-header>.colorful,
.colorful-ele::after,
.colorful-ele::before,
.colorful-ele {
    position: absolute;
    color: var(--this-color);
    background: var(--this-bg);
    border-radius: 100%;
    content: ' '
}

.modal-colorful-header>.colorful,
.colorful-ele {
    width: 320px;
    top: 60%
}

.modal-colorful-header>.colorful::before,
.colorful-ele::before {
    right: -558px;
    bottom: 0;
    height: 300px;
    width: 700px;
    top: -130px;
    transform: rotate(341deg);
    opacity: .6
}

.modal-colorful-header>.colorful::after,
.colorful-ele::after {
    left: -285px;
    bottom: 0;
    height: 200px;
    width: 380px;
    top: -44px;
    transform: rotate(360deg);
    opacity: .5
}

.widget-admin .head .colorful-ele::before {
    right: -480px
}

.colorful-ele.top-b:before {
    top: 120px;
    right: -430px;
    transform: rotate(45deg)
}

.colorful-ele.top-b:after {
    top: -240px;
    left: -200px;
    transform: rotate(45deg)
}

.modal-colorful-header>.colorful+*,
.colorful-ele+* {
    position: relative;
    z-index: 9
}

.modal-colorful-header .header-content {
    position: relative;
    text-align: center;
    z-index: 2
}

.modal-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-top: var(--main-margin);
    border-top: 1px solid var(--muted-border-color)
}

.modal .buts-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--main-margin)
}

.modal .buts-item.average>.but {
    width: 100%;
    padding: 0.5em;
    border-radius: var(--main-radius)
}

.ete-wave-anim {
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 100%;
    z-index: 1
}

.ete-wave-anim .waves-svg {
    width: 100%;
    height: 3.75rem
}

.modal .ete-wave-anim {
    bottom: -1px
}

.modal .ete-wave-anim .waves-svg,
.ete-wave-anim.small-item .waves-svg {
    height: 2.2rem
}

@media (max-width:767px) {
    .ete-wave-anim .waves-svg {
        height: 2.2rem
    }
}

.ete-wave-anim .parallax>use {
    -webkit-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    -moz-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    -o-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    -ms-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    will-change: transform
}

.ete-wave-anim .parallax>use:nth-child(1) {
    -webkit-animation-delay: -2s;
    -moz-animation-delay: -2s;
    -o-animation-delay: -2s;
    -ms-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s;
    -o-animation-duration: 7s;
    -ms-animation-duration: 7s;
    animation-duration: 7s;
    fill: var(--main-bg-color);
    opacity: 0.7
}

.ete-wave-anim .parallax>use:nth-child(2) {
    -webkit-animation-delay: -3s;
    -moz-animation-delay: -3s;
    -o-animation-delay: -3s;
    -ms-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -o-animation-duration: 10s;
    -ms-animation-duration: 10s;
    animation-duration: 10s;
    fill: var(--main-bg-color);
    opacity: 0.5
}

.ete-wave-anim .parallax>use:nth-child(3) {
    -webkit-animation-delay: -4s;
    -moz-animation-delay: -4s;
    -o-animation-delay: -4s;
    -ms-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    -moz-animation-duration: 13s;
    -o-animation-duration: 13s;
    -ms-animation-duration: 13s;
    animation-duration: 13s;
    fill: var(--main-bg-color);
    opacity: 0.2
}

.ete-wave-anim .parallax>use:nth-child(4) {
    -webkit-animation-delay: -5s;
    -moz-animation-delay: -5s;
    -o-animation-delay: -5s;
    -ms-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    -moz-animation-duration: 20s;
    -o-animation-duration: 20s;
    -ms-animation-duration: 20s;
    animation-duration: 20s;
    fill: var(--main-bg-color);
    opacity: 0.9
}

@-moz-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        -moz-transform: translate3d(-90px, 0, 0);
        -o-transform: translate3d(-90px, 0, 0);
        -ms-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        -moz-transform: translate3d(85px, 0, 0);
        -o-transform: translate3d(85px, 0, 0);
        -ms-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0)
    }
}

@-webkit-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        -moz-transform: translate3d(-90px, 0, 0);
        -o-transform: translate3d(-90px, 0, 0);
        -ms-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        -moz-transform: translate3d(85px, 0, 0);
        -o-transform: translate3d(85px, 0, 0);
        -ms-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0)
    }
}

@-o-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        -moz-transform: translate3d(-90px, 0, 0);
        -o-transform: translate3d(-90px, 0, 0);
        -ms-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        -moz-transform: translate3d(85px, 0, 0);
        -o-transform: translate3d(85px, 0, 0);
        -ms-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0)
    }
}

@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        -moz-transform: translate3d(-90px, 0, 0);
        -o-transform: translate3d(-90px, 0, 0);
        -ms-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        -moz-transform: translate3d(85px, 0, 0);
        -o-transform: translate3d(85px, 0, 0);
        -ms-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0)
    }
}

.ete-line-anim {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: var(--main-radius) var(--main-radius) 0 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, .1)), repeating-linear-gradient(-45deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .05) 1.5px, transparent 0, transparent 6px);
    animation: slider-bg-line linear .35s infinite
}

@keyframes slider-bg-line {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 9px 0
    }
}

.ete-canvas-header canvas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    mix-blend-mode: overlay;
    width: 100%;
    z-index: 1
}

.limit-body .modal-body {
    max-height: 400px;
    overflow: auto
}

.modal.fade .modal-dialog {
    transition: transform .3s cubic-bezier(.35, .85, .45, 1.20), width .1s;
    transform: translateY(-100px) scale(0.88)
}

#ajax_refresh_modal.show .modal-dialog,
.modal.show .modal-dialog:not(#ajax_refresh_modal.modal.show .modal-dialog) {
    transform: translateY(0) scale(1)
}

@media (max-width:767px) {
    .modal .modal-dialog {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin: 0 auto
    }

    .modal.fade.mobile .modal-dialog {
        transform: scale(1)
    }

    .modal.mobile .modal-dialog-centered {
        align-items: flex-end;
        height: 100%
    }

    .modal.mobile .modal-content {
        transform: translateY(110%);
        transition: .3s;
        margin-bottom: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 20px 20px 0 0
    }

    .modal.mobile.show .modal-content {
        transform: translateY(0);
        transition: .35s cubic-bezier(.47, .87, .65, .97)
    }
}

.modal .poster-share {
    width: 360px;
    margin-left: auto;
    margin-right: auto
}

.modal .poster-share .poster_load {
    width: 100%;
    height: auto;
    border-radius: var(--main-radius)
}

.modal .poster-share .modal-content {
    background: var(--text-white);
    flex-direction: column-reverse
}

.modal .poster-share .post_share_btn {
    display: flex;
    justify-content: center;
    padding: var(--main-margin-5) 0;
    border-top: 1px solid #f5f6f7
}

.search-input-main .ete-drop,
.search-submit,
.item-submit,
.input-group .right {
    background: var(--body-bg-color);
    padding: var(--main-margin-5)
}

.input-group .right {
    color: var(--this-color) !important;
    background: var(--this-bg) !important;
    border-radius: 0 var(--main-radius) var(--main-radius) 0
}

.input-group .right.body-bg {
    background: var(--body-bg-color) !important
}

.search-input-main .ete-drop {
    border-radius: var(--main-radius) 0 0 var(--main-radius)
}

.input-group .right.mini {
    padding: 8px 10px
}

.search-submit,
.item-submit {
    padding: 8px 10px;
    border-radius: 0 var(--main-radius) var(--main-radius) 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal
}

.search-input-main .search-type {
    position: relative
}

.search-input-main .search-type:after {
    position: absolute;
    right: -15px;
    top: 1px;
    content: '\EA4E';
    font-family: 'remixicon' !important;
    transition: all .2s
}

.search-input-main .search-type:hover:after {
    transform: rotate(-90deg)
}

.search-input-main .ete-drop .sub-item {
    top: 40px
}

.search-keys-all .search-keys span {
    position: relative;
    display: inline-block
}

.search-keys-all .search-keys span a {
    font-size: 0.9em;
    color: var(--muted-color);
    margin-right: 6px;
    margin-bottom: 6px
}

.search-keys-all .search-keys span i {
    position: absolute;
    top: -8px;
    right: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 999px;
    padding-left: 1px;
    opacity: 0;
    visibility: hidden;
    color: var(--text-keep);
    background-color: var(--muted-2-color);
    font-family: 'remixicon' !important;
    content: "\EB99";
    transition: all .2s ease-in-out
}

.search-keys-all .search-keys span:hover i {
    opacity: 1;
    visibility: visible
}

#modal-system-notice .title {
    text-align: center;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: .5rem
}

#search-modal .hot-logs .widget-content {
    max-height: 30vh;
    max-height: 30dvh;
    overflow: auto;
    overflow-x: hidden
}

.v_rzheng {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-animation: woo-icon-wooSprite 2.1s steps(15) infinite backwards
}

.v_rzheng .is-icon {
    position: relative
}

.log-author .log-author-avatar .v_rzheng {
    width: 18px;
    height: 18px
}

.widget-user .bottom .users-avatar .v_rzheng {
    width: 20px;
    height: 20px
}

.user-is-forbidden i {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.125rem;
    color: #303030;
    z-index: 9;
    background: var(--header-bg);
    line-height: 1;
    border-radius: 20px;
    box-shadow: var(--main-shadow)
}

#SliderCaptcha {
    user-select: none;
    z-index: 99999999;
    background: rgba(0, 0, 0, 0.2)
}

#SliderCaptcha .modal-content {
    width: auto;
    margin: 0 auto
}

.slidercaptcha {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: .5s ease .25s;
    transition: .5s ease .25s
}

.slidercaptcha .sc-body-block {
    position: absolute;
    left: 0;
    top: 0
}

.slidercaptcha .sc-body-canvas {
    width: 100%;
    border: 1px solid var(--muted-border-color);
    border-radius: var(--main-radius);
    background: var(--muted-box-color)
}

.slidercaptcha {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: var(--main-margin-5);
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: var(--main-radius);
    overflow: hidden
}

.slidercaptcha .sc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--main-color);
    padding-bottom: var(--main-margin-5);
    margin-bottom: var(--main-margin-5);
    border-bottom: 1px solid var(--muted-border-color)
}

.slidercaptcha .sc-body {
    flex: 1 1 auto
}

.sliderContainer {
    text-align: center;
    background: var(--body-bg-color);
    color: var(--muted-color);
    margin-top: var(--main-margin-5);
    position: relative;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    -webkit-box-shadow: 0 1px rgb(255 255 255 / 50%), 0 8px 13px rgb(0 0 0 / 15%) inset;
    box-shadow: 0 1px rgb(255 255 255 / 50%), 0 8px 13px rgb(0 0 0 / 15%) inset
}

[data-bs-theme=dark] .sliderContainer {
    -webkit-box-shadow: 0 1px rgba(82, 82, 82, 0.5), 0 8px 13px rgba(14, 14, 14, 0.35);
    box-shadow: 0 1px rgba(82, 82, 82, 0.5), 0 8px 13px rgba(14, 14, 14, 0.35) inset
}

.slidercaptcha .refreshIcon {
    position: absolute;
    right: 0;
    opacity: .9;
    top: 0;
    padding: var(--main-margin-5);
    cursor: pointer;
    color: #fff;
    text-shadow: 0 0 5px #000
}

.slidercaptcha .sliderMask {
    position: absolute;
    border-radius: 100px;
    height: 40px;
    transition: .3s
}

.sliderContainer_active .sliderMask {
    background: rgba(108, 102, 204, 0.2);
    transition: unset;
    border: 1px solid rgba(108, 102, 204, 0.8)
}

.sliderContainer_success .sliderMask {
    background: rgba(117, 238, 46, 0.2);
    border: 1px solid rgba(117, 238, 46, 0.8)
}

.sliderContainer_fail .sliderMask {
    background: rgba(255, 102, 153, 0.2);
    border: 1px solid rgba(255, 102, 153, 0.8)
}

.captcha-slider {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(#fff, #f7f8fa);
    box-shadow: -1px 1px 4px rgb(31 45 61 / 5%), 0 10px 10px rgb(31 45 61 / 15%), 0 -1px 2px rgb(255 255 255 / 50%) inset;
    cursor: pointer;
    border-radius: 50%;
    transition: .3s
}

[data-bs-theme=dark] .captcha-slider {
    background: linear-gradient(#000, #272727);
    box-shadow: -1px 1px 4px rgba(31, 45, 61, 0.05), 0 10px 10px rgba(0, 0, 0, 0.15), 0 -1px 2px rgba(65, 65, 65, 0.5) inset
}

.sliderContainer_active .captcha-slider {
    transition: unset
}

.sliderContainer_success .captcha-slider {
    background: #75ee2e;
    color: #fff
}

.sliderContainer_fail .captcha-slider {
    background: #f69;
    color: #fff
}

.sliderContainer_success .sliderIcon:before {
    content: "\eb7b"
}

.sliderContainer_fail .sliderIcon:before {
    content: "\eb99"
}

.pay-modal-content {
    position: relative;
    text-align: center;
    width: 100%
}

.pay-modal-content .app-pay {
    margin: 0 auto var(--main-margin);
    width: fit-content
}

.pay-content {
    display: flex;
    flex-flow: column;
    gap: var(--main-margin);
    justify-content: center;
    margin-bottom: var(--main-margin)
}

.pay-type {
    margin-bottom: var(--main-margin)
}

.pay-type i {
    font-size: 20px;
    margin-right: 3px
}

.pay-type i.ri-alipay-fill {
    color: #3774F6
}

.pay-type i.ri-wechat-pay-fill {
    color: #09bb07
}

.pay-type i.ri-paypal-fill {
    color: #3D8AF7
}

.pay-type i.ri-wallet-fill {
    color: #f3ab3e
}

.pay-type i.ri-copper-coin-fill {
    color: #39CEC2
}

.pay-type li>button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--muted-border-color);
    height: 38px;
    font-size: 0.813rem;
    line-height: 1;
    background: none;
    color: var(--main-color);
    width: 100%;
    padding: 0
}

.pay-type li>button.active {
    border-color: var(--theme-color);
    color: var(--theme-color)
}

.pay-type li>button img {
    height: 20px;
    width: 20px
}

.pay-type ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px
}

.pay-type ul li {
    width: 100%;
    position: relative
}

.pay-type ul li .tip,
.ete-small-tip {
    position: absolute;
    display: flex;
    align-items: center;
    background: #FF8000;
    color: #fff;
    right: 0;
    top: -70%;
    font-size: 0.75rem;
    padding: 5px;
    border-radius: var(--slim-radius);
    line-height: 1;
    word-break: keep-all
}

.pay-type ul li .tip:after,
.ete-small-tip:after {
    content: " ";
    position: absolute;
    bottom: -3px;
    right: 8px;
    width: 8px;
    height: 8px;
    background: #FF8000;
    transform: rotate(225deg);
    border-radius: 2px 0 var(--main-radius) 0
}

.ete-small-tip,
.ete-small-tip:after {
    color: #fff !important;
    background: var(--this-color) !important
}

.ete-small-tip.left-angle:after {
    right: auto;
    left: 8px
}

.pay-qrcon .qrcon {
    display: flex;
    flex-direction: column;
    gap: var(--main-margin-5);
    margin: var(--main-margin)
}

.pay-qrcon .pay-logo {
    display: inline-block;
    height: 35px;
    width: 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: contain;
    background-position: center
}

.pay-qrcon .expire-time {
    min-width: 88px;
    transition: all .3s
}

.pay-modal-content.wechat .pay-logo {
    background-image: url(../../images/weixin.png)
}

.pay-modal-content.alipay .pay-logo {
    background-image: url(../../images/alipay.png)
}

[data-bs-theme=dark] .pay-modal-content.wechat .pay-logo {
    background-image: url(../../images/weixin_dark.png)
}

[data-bs-theme=dark] .pay-modal-content.alipay .pay-logo {
    background-image: url(../../images/alipay_dark.png)
}

.pay-qrcon .pay-qrcode {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative
}

.pay-qrcon .pay-qrcode img {
    width: 100%;
    height: 100%;
    border-radius: var(--main-radius);
    border: 1px solid var(--muted-box-color)
}

.pay-qrcon .pay-qrcode .blur-code {
    width: 100%;
    height: 100%;
    border-radius: var(--main-radius);
    border: 1px solid var(--muted-box-color);
    position: absolute;
    top: 0;
    bottom: 0;
    will-change: backdrop-filter;
    backdrop-filter: blur(5px)
}

.pay-qrcon .app-pay a {
    padding: 10px
}

.pay-notice .notice {
    color: var(--text-white);
    padding: var(--main-margin);
    border-radius: 0 0 var(--main-radius) var(--main-radius);
    transition: .5s
}

.pay-notice .notice {
    background: #3774F6
}

.pay-notice.wechat .notice {
    background: #09bb07
}

.pay-notice .notice.tip {
    background: linear-gradient(135deg, #635BFF, #539bff)
}

.pay-notice .notice.load {
    background: linear-gradient(135deg, #f57f32, #fdb528)
}

.pay-notice .notice.error {
    background: linear-gradient(135deg, #ff4d49, #f85071)
}

.pay-notice .notice.success {
    background: linear-gradient(135deg, #09bb07, #6ad22e)
}

.original-price {
    display: inline-block;
    position: relative;
    padding: 0 3px;
    font-size: 0.875rem;
    opacity: .8
}

.original-price::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 10px;
    background: linear-gradient(to right, var(--theme-color) 10%, var(--theme-sub-color) 90%);
    top: .6em;
    left: 0;
    transform: rotate(5deg)
}

.power-pay-modal .power-pay-header {
    display: flex;
    align-items: center;
    height: 150px;
    position: relative;
    border-radius: var(--main-radius) var(--main-radius) 0 0;
    background: linear-gradient(135deg, #f5d9e1 10%, #d3e1f3 100%)
}

.power-pay-modal .close-btn {
    color: rgb(237, 143, 174) !important
}

[data-bs-theme=dark] .power-pay-modal .power-pay-header {
    background: linear-gradient(135deg, #ef97b1 10%, #81bcf3 100%)
}

.power-pay-modal .power-pay-header:after {
    content: '\ED3C';
    font-family: 'remixicon' !important;
    position: absolute;
    font-size: 150px;
    top: -40%;
    right: 10%;
    left: auto;
    color: #fff;
    opacity: 0.3
}

.power-pay-modal .author-avatar {
    width: 62px;
    height: 62px;
    border: 1px solid var(--muted-border-color);
    border-radius: 50%;
    background-color: var(--muted-border-color)
}

.power-pay-avatar-group {
    max-height: 80px
}

.power-pay-avatar-group .avatar-item img {
    border: 1px solid var(--main-bg-color);
    width: 36px;
    height: 36px;
    border-radius: var(--slim-radius);
    box-shadow: var(--main-shadow)
}

.power-pay-modal .charge-tips {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--main-margin);
    padding-bottom: 0;
    margin-bottom: var(--main-margin)
}

.power-pay-modal .show-tips,
.power-pay-modal .charge-exp {
    font-size: 0.813rem;
    color: var(--muted-color);
    cursor: pointer
}

.power-pay-modal .charge-exp span {
    color: var(--theme-color)
}

.power-pay-modal .charge-grid-container,
.pay-grid-container {
    display: grid;
    grid-gap: 10px;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
    padding-right: var(--main-margin);
    padding-left: var(--main-margin)
}

.pay-grid-container {
    padding: 0
}

.power-pay-modal .charge-grid-container .charge-grid-item,
.pay-grid-container .pay-grid-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    min-width: 65px;
    box-shadow: var(--main-shadow);
    border: 2px solid var(--muted-border-color);
    border-radius: var(--main-radius);
    font-weight: 500;
    font-size: 1.25rem;
    text-align: center;
    line-height: 65px;
    cursor: pointer;
    transition: all .3s
}

.power-pay-modal .charge-grid-container .charge-grid-item .charge-grid-item-unit,
.pay-grid-container .pay-grid-item .pay-grid-item-unit,
.pay-grid-container .pay-grid-item {
    font-size: 0.875rem
}

.power-pay-modal .charge-tips-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding-bottom: var(--main-margin);
    margin-bottom: var(--main-margin);
    border-bottom: 1px solid var(--muted-border-color);
    font-size: 0.813rem
}

.custom-amount .amount,
.custom-amount-input {
    font-size: 0.875rem;
    -webkit-appearance: none;
    border-radius: var(--slim-radius);
    border: none;
    box-sizing: border-box;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    outline: 0;
    padding: 0 8px
}

.custom-amount .amount:-moz-placeholder,
.custom-amount-input:-moz-placeholder {
    color: var(--muted-2-color)
}

.custom-amount .amount::placeholder,
.custom-amount-input::placeholder {
    color: var(--muted-2-color)
}

#ete-editor—wrapper {
    border-radius: var(--main-radius)
}

.ete-row .row {
    margin: 0
}

.ete-row .row>div {
    margin: 0;
    padding: 0
}

.ete-draft .cover-img {
    width: 100%;
    height: 150px
}

.draft-mobile-side {
    position: fixed;
    top: calc(50px + var(--main-margin) * 2);
    z-index: 119;
    block-size: 38px;
    border-end-start-radius: 50%;
    border-start-start-radius: 50%;
    box-shadow: 0 .125rem .25rem 0 rgba(var(--bs-primary-rgb), 0.4);
    color: #fff;
    font-size: 18px;
    inline-size: 38px;
    line-height: 38px;
    opacity: 1;
    text-align: center;
    transition: all .1s linear .2s;
    right: 0
}

.ui-sortable-placeholder {
    border-radius: var(--main-radius);
    border: 2px dashed #f1c40f !important;
    background-color: rgba(241, 225, 151, 0.44) !important
}

.ete-multi-cover .ui-sortable-placeholder,
.mini-sortable .ui-sortable-placeholder {
    height: 100px;
    width: 100px
}

.ete-ui.flyout {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 100%;
    max-width: 80%;
    border-radius: 0;
    margin: 0;
    overflow-y: hidden;
    background: var(--main-bg-color);
    z-index: 130
}

.ete-ui.left.flyout,
.ete-ui.right.flyout {
    width: 400px
}

.ete-ui.left.thin.flyout,
.ete-ui.right.thin.flyout {
    width: 200px
}

.ete-ui.right.flyout {
    right: 0;
    left: auto;
    transform: translateX(110%);
    transition: transform .5s
}

.ete-ui.left.flyout {
    right: auto;
    left: 0;
    transform: translateX(-110%);
    transition: transform .5s
}

.ete-ui.right.flyout.show {
    transition: transform .6s cubic-bezier(.28, .9, .34, .99);
    transform: translate(0)
}

.ete-ui.bottom.flyout {
    top: auto;
    bottom: 0;
    border-radius: var(--main-radius) var(--main-radius) 0 0;
    transform: translateY(110%);
    transition: transform .5s
}

.ete-ui.top.flyout {
    top: 0;
    bottom: auto;
    border-radius: 0 0 var(--main-radius) var(--main-radius);
    transform: translateY(-110%);
    transition: transform .5s
}

.ete-ui.bottom.flyout,
.ete-ui.top.flyout {
    width: 100%;
    max-width: 100%;
    max-height: 80%;
    height: auto
}

.ete-ui.flyout.show {
    transition: transform .6s cubic-bezier(.28, .9, .34, .99);
    transform: translate(0);
    -webkit-box-shadow: 0 0 20px rgba(34, 36, 38, .15);
    box-shadow: 0 0 20px rgba(34, 36, 38, .15)
}

.ete-rounded-dot {
    content: " ";
    position: absolute;
    border-radius: 50%;
    background: #ec5853;
    width: 12px;
    height: 12px;
    top: 12px;
    left: 12px;
    -webkit-box-shadow: 20px 0 #fab43a, 40px 0 #2cce42;
    box-shadow: 20px 0 #fab43a, 40px 0 #2cce42;
    z-index: 1
}

.ete-notice {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px;
    border-radius: var(--main-radius);
    color: #ff9b00;
    background: rgba(254, 242, 112, 0.12);
    border: 1px dashed
}

.ete-notice.success {
    color: #34C96C;
    background: rgba(52, 201, 108, 0.12)
}

.ete-notice.info {
    color: #4A98FF;
    background: rgb(74, 152, 255)
}

.ete-notice.error {
    color: #ff6699;
    background: rgba(255, 102, 153, 0.12)
}

.fancybox__container {
    --fancybox-bg: rgba(0, 0, 0, 0.68) !important
}

.fancybox-image {
    border-radius: var(--main-radius)
}

.fancybox__thumbs {
    --f-thumb-border-radius: var(--main-radius) !important
}

.fancybox__toolbar__column.is-right .f-button:nth-child(1) {
    border-bottom-left-radius: var(--main-radius)
}

@media (max-width:1023px) {
    .fancybox__toolbar {
        --f-button-width: 38px !important;
        --f-button-height: 38px !important
    }

    .f-button svg {
        width: 20px !important
    }
}

.preview .add,
.preview-item {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 4px;
    background: var(--muted-box-color);
    margin: 5px;
    vertical-align: top
}

.preview .add {
    cursor: pointer
}

.preview .add::before,
.preview .add::after {
    content: ' ';
    width: 25px;
    height: 25px;
    background: var(--muted-3-color);
    border-radius: 5px;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.preview .add::before {
    height: 2px
}

.preview .add::after {
    width: 2px
}

.preview-item img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    border-radius: 4px;
    height: 100%
}

.preview-remove {
    position: absolute;
    top: 0;
    right: 5px
}

.preview-item .remove-i {
    background: var(--theme-color);
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
    cursor: pointer
}

.checkin-notice ol {
    list-style: cjk-ideographic
}

.checkin-notice ol li {
    line-height: 1.8
}

.checkin-widget-btn {
    display: block;
    text-align: center;
    background-image: linear-gradient(90deg, var(--theme-color) 0%, var(--theme-sub-color) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.913rem;
    border: 0;
    padding: 0
}

.ete-field .ete-cloneable-hidden {
    display: none !important
}

.ete-field .ui-sortable-placeholder {
    height: 38px;
    margin-bottom: var(--main-margin)
}

.accordion-button {
    border-radius: var(--main-radius) !important;
    padding: var(--main-margin-5);
    font-size: 0.813rem;
    color: var(--muted-color);
    transition: all .2s
}

.accordion-button::after {
    display: none
}

.accordion-button:focus {
    box-shadow: var(--main-shadow)
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(to right, var(--theme-sub-color), var(--theme-color));
    color: var(--text-white);
    border-radius: var(--main-radius) var(--main-radius) 0 0 !important
}

.ete-field .ete-cloneable-helper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: var(--main-margin-5);
    z-index: 12;
    font-size: 14px;
    line-height: 1em
}

.ete-field .ete-cloneable-helper i {
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    color: var(--muted-color)
}

.accordion-button:not(.collapsed)+.ete-cloneable-helper i {
    color: var(--text-white)
}

.accordion {
    --bs-accordion-bg: var(--body-bg-color)
}

.accordion-item {
    border: 1px solid var(--muted-border-color);
    border-radius: var(--main-radius) !important;
    background-color: var(--body-bg-color)
}

.accordion .form-control {
    background: var(--main-bg-color)
}

.accordion .form-select {
    background-color: var(--main-bg-color)
}

.accordion .accordion-collapse>div {
    padding: var(--main-margin-5)
}

.ete-submessage {
    font-size: 0.813rem;
    padding: var(--main-margin);
    border-radius: var(--main-radius)
}

.ete-submessage-success {
    color: #3c763d;
    border-color: #d6e9c6;
    background-color: #dff0d8
}

.ete-submessage-info {
    color: #31708f;
    border-color: #bce8f1;
    background-color: #d9edf7
}

.ete-submessage-warning {
    color: #8a6d3b;
    border-color: #faebcc;
    background-color: #fcf8e3
}

.ete-submessage-danger,
.ete-submessage-error {
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede
}

.ete-submessage-normal {
    color: #23282d;
    border-color: #eee;
    background-color: #f7f7f7
}

.raffle-main {
    display: block
}

.raffle-main>div {
    position: relative;
    width: 50%
}

.raffle-main>div:nth-child(1) {
    float: left
}

.raffle-main>div:nth-child(2) {
    float: right
}

.raffle-rule .ete-drop .sub-item {
    min-width: 300px
}

.raffle-rule .sub-item>p {
    margin-bottom: 6px
}

.raffle-logs {
    margin-top: var(--main-margin);
    background: var(--muted-box-color);
    border-radius: var(--main-radius);
    padding: var(--main-margin-5)
}

.raffle-logs-list-box {
    margin-top: var(--main-margin-5);
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 215px;
    border-radius: var(--main-radius);
    background: var(--main-bg-color)
}

.raffle_btn {
    width: calc(33% + 5px);
    height: calc(33% + 5px);
    left: 33%;
    top: 33%;
    position: absolute;
    cursor: pointer;
    border: none;
    background: transparent;
    outline: none;
    z-index: 40
}

.raffle_btn img {
    height: auto;
    width: 100%
}

.raffle_cost_info {
    position: absolute;
    color: var(--text-keep);
    left: 0;
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 60% auto 0;
    font-size: 0.875rem;
    font-weight: bold;
    z-index: 99
}

.raffle-box {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.raffling_active {
    filter: brightness(60%)
}

.raffle-box .list {
    position: absolute;
    width: calc(33% - 5px);
    height: calc(33% - 5px);
    border-radius: var(--slim-radius);
    background-size: 100% 100%;
    background-position: center center;
    background-image: var(--raffle-item-bg);
    background-repeat: no-repeat
}

.raffle-box .list_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 65%;
    height: 88%;
    z-index: 1;
    margin: auto;
    right: 0;
    bottom: 0
}

.raffle-box .list:nth-child(1) {
    left: 0;
    top: 0
}

.raffle-box .list:nth-child(2) {
    left: calc(33% + 5px);
    top: 0
}

.raffle-box .list:nth-child(3) {
    right: 0;
    top: 0
}

.raffle-box .list:nth-child(4) {
    right: 0;
    top: calc(33% + 5px)
}

.raffle-box .list:nth-child(5) {
    right: 0;
    bottom: 0
}

.raffle-box .list:nth-child(6) {
    left: calc(33% + 5px);
    bottom: 0
}

.raffle-box .list:nth-child(7) {
    left: 0;
    bottom: 0
}

.raffle-box .list:nth-child(8) {
    left: 0;
    top: calc(33% + 5px)
}

.raffle-box .list_ev {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.raffle-box .list_ev .name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    font-size: 0.913rem;
    line-height: 14px;
    color: #e74435;
    font-weight: bold
}

.raffle-box .list_ev img {
    width: 80px;
    height: auto
}

.raffle-turntable-bg {
    margin: 0 auto;
    width: 75%
}

.raffle-log-item {
    line-height: 30px
}

.raffle-award-img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 110px;
    border-radius: 150px;
    background-image: linear-gradient(to right, rgb(244, 255, 250), rgba(230, 238, 255, 0.95), rgb(255, 227, 234));
    box-shadow: var(--main-shadow)
}

.raffle-award-img img {
    width: 100px;
    border-radius: 999px
}

.raffle-award-info-top {
    color: #4e5358;
    text-align: center;
    background-image: linear-gradient(to right, rgba(244, 255, 250, 1.00), rgba(230, 238, 255, 0.78), rgba(255, 227, 234, 1.00));
    height: 150px;
    border-top-left-radius: var(--main-radius);
    border-top-right-radius: var(--main-radius)
}

.raffle-award-info-top p:nth-child(1) {
    padding-top: 25px;
    font-size: 1.5rem
}

.raffle-award-info-bottom {
    text-align: center;
    margin-top: 95px;
    padding: 0 var(--main-margin)
}

@media (max-width:1023px) {
    .raffle-main>div:nth-child(2) {
        margin-top: var(--main-margin)
    }

    .raffle-box .list_box {
        width: 90%;
        height: 75%
    }

    .raffle-box .list_ev img {
        width: 60px
    }

    .raffle-box .list_ev .name {
        font-size: 0.75rem;
        line-height: 0.5
    }

    .raffle_cost_info {
        font-size: 0.8rem
    }

    .raffle-turntable-bg {
        margin: auto;
        width: 100%
    }
}

@media (max-width:991px) {
    .raffle-main {
        flex-direction: column;
        align-items: center
    }

    .raffle-main>div {
        width: 50%
    }

    .raffle-box .list_box {
        width: 90%;
        height: 90%
    }
}

@media (max-width:1023px) and (min-width:576px) {
    .raffle-main>div:nth-child(2) {
        width: calc(50% - 15px)
    }
}

@media (max-width:576px) {
    .raffle-main {
        flex-direction: column
    }

    .raffle-main>div {
        width: 100%
    }

    .raffle-box .list_box {
        width: 90%;
        height: 90%
    }
}

.multi-img-upload {
    height: 100px;
    width: 100px;
    position: relative;
    border-radius: var(--main-radius);
    border: 1px dashed var(--main-border-color);
    overflow: hidden
}

.multi-img-upload:hover .delete-image {
    opacity: 1;
    visibility: unset
}

.multi-img-upload .ete_cover {
    position: relative;
    height: 100px;
    width: 100px;
    z-index: 1
}

#ete_barrage {
    position: fixed;
    max-width: 100%;
    right: 80px;
    bottom: 1.95rem;
    z-index: 98
}

.overflow-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    padding: 3px 10px;
    border-radius: 10px;
    box-sizing: border-box;
    max-width: 100%;
    color: #fff !important;
    animation: colorchange 3s infinite alternate;
    -webkit-animation: colorchange 3s infinite alternate
}

#ete_barrage a {
    display: flex;
    opacity: 0;
    border-radius: 20px;
    color: #fff;
    padding: 5px 8px 5px 8px;
    clear: both;
    font-size: 13px;
    height: 30px;
    align-items: center;
    float: right;
    line-height: 20px;
    z-index: 9999;
    box-shadow: var(--music-shadow-border)
}

#ete_barrage a:last-child {
    margin-bottom: 0 !important
}

#ete_barrage a i {
    padding-left: 3px;
    padding-right: 3px
}

#ete_barrage .info_zianv2 {
    text-decoration: underline;
    font-weight: 600;
    color: #fff
}

#ete_barrage .info_zianv2:hover {
    color: #fff !important
}

#ete_barrage .info_zianv {
    text-decoration: underline;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    color: #fff
}

#ete_barrage .info_zianv:hover {
    color: #fff !important
}

#ete_barrage a:last-child,
#ete_barrage a:last-child font {
    color: #fff !important
}

#ete_barrage a:last-child {
    text-decoration: underline;
    margin: 0 5px
}

#ete_barrage img {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    vertical-align: inherit;
    margin-right: 6px
}

@keyframes colorchange {
    0% {
        color: red
    }

    50% {
        color: green
    }

    100% {
        color: #6993f9
    }
}

@media (max-width:780px) {
    #ete_barrage {
        right: 0;
        bottom: 5px;
        display: none
    }
}

.shaking-ele {
    animation: shaking-ele 5s infinite ease-in-out;
    display: inline-block;
    margin: 0 5px
}

@-webkit-keyframes shaking-ele {

    2%,
    24%,
    80% {
        -webkit-transform: translate(0, 1.5px) rotate(1.5deg);
        transform: translate(0, 1.5px) rotate(1.5deg)
    }

    4%,
    68%,
    98% {
        -webkit-transform: translate(0, -1.5px) rotate(-.5deg);
        transform: translate(0, -1.5px) rotate(-.5deg)
    }

    38%,
    6% {
        -webkit-transform: translate(0, 1.5px) rotate(-1.5deg);
        transform: translate(0, 1.5px) rotate(-1.5deg)
    }

    8%,
    86% {
        -webkit-transform: translate(0, -1.5px) rotate(-1.5deg);
        transform: translate(0, -1.5px) rotate(-1.5deg)
    }

    10%,
    72% {
        -webkit-transform: translate(0, 2.5px) rotate(1.5deg);
        transform: translate(0, 2.5px) rotate(1.5deg)
    }

    12%,
    64%,
    78%,
    96% {
        -webkit-transform: translate(0, -.5px) rotate(1.5deg);
        transform: translate(0, -.5px) rotate(1.5deg)
    }

    14%,
    54% {
        -webkit-transform: translate(0, -1.5px) rotate(1.5deg);
        transform: translate(0, -1.5px) rotate(1.5deg)
    }

    16% {
        -webkit-transform: translate(0, -.5px) rotate(-1.5deg);
        transform: translate(0, -.5px) rotate(-1.5deg)
    }

    18%,
    22% {
        -webkit-transform: translate(0, .5px) rotate(-1.5deg);
        transform: translate(0, .5px) rotate(-1.5deg)
    }

    20%,
    36%,
    46% {
        -webkit-transform: translate(0, -1.5px) rotate(2.5deg);
        transform: translate(0, -1.5px) rotate(2.5deg)
    }

    26%,
    50% {
        -webkit-transform: translate(0, .5px) rotate(.5deg);
        transform: translate(0, .5px) rotate(.5deg)
    }

    28% {
        -webkit-transform: translate(0, .5px) rotate(1.5deg);
        transform: translate(0, .5px) rotate(1.5deg)
    }

    30%,
    40%,
    62%,
    76%,
    88% {
        -webkit-transform: translate(0, -.5px) rotate(2.5deg);
        transform: translate(0, -.5px) rotate(2.5deg)
    }

    32%,
    34%,
    66% {
        -webkit-transform: translate(0, 1.5px) rotate(-.5deg);
        transform: translate(0, 1.5px) rotate(-.5deg)
    }

    42% {
        -webkit-transform: translate(0, 2.5px) rotate(-1.5deg);
        transform: translate(0, 2.5px) rotate(-1.5deg)
    }

    44%,
    70% {
        -webkit-transform: translate(0, 1.5px) rotate(.5deg);
        transform: translate(0, 1.5px) rotate(.5deg)
    }

    48%,
    74%,
    82% {
        -webkit-transform: translate(0, -.5px) rotate(.5deg);
        transform: translate(0, -.5px) rotate(.5deg)
    }

    52%,
    56%,
    60% {
        -webkit-transform: translate(0, 2.5px) rotate(2.5deg);
        transform: translate(0, 2.5px) rotate(2.5deg)
    }

    58% {
        -webkit-transform: translate(0, .5px) rotate(2.5deg);
        transform: translate(0, .5px) rotate(2.5deg)
    }

    84% {
        -webkit-transform: translate(0, 1.5px) rotate(2.5deg);
        transform: translate(0, 1.5px) rotate(2.5deg)
    }

    90% {
        -webkit-transform: translate(0, 2.5px) rotate(-.5deg);
        transform: translate(0, 2.5px) rotate(-.5deg)
    }

    92% {
        -webkit-transform: translate(0, .5px) rotate(-.5deg);
        transform: translate(0, .5px) rotate(-.5deg)
    }

    94% {
        -webkit-transform: translate(0, 2.5px) rotate(.5deg);
        transform: translate(0, 2.5px) rotate(.5deg)
    }

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

@keyframes shaking-ele {

    2%,
    24%,
    80% {
        -webkit-transform: translate(0, 1.5px) rotate(1.5deg);
        transform: translate(0, 1.5px) rotate(1.5deg)
    }

    4%,
    68%,
    98% {
        -webkit-transform: translate(0, -1.5px) rotate(-.5deg);
        transform: translate(0, -1.5px) rotate(-.5deg)
    }

    38%,
    6% {
        -webkit-transform: translate(0, 1.5px) rotate(-1.5deg);
        transform: translate(0, 1.5px) rotate(-1.5deg)
    }

    8%,
    86% {
        -webkit-transform: translate(0, -1.5px) rotate(-1.5deg);
        transform: translate(0, -1.5px) rotate(-1.5deg)
    }

    10%,
    72% {
        -webkit-transform: translate(0, 2.5px) rotate(1.5deg);
        transform: translate(0, 2.5px) rotate(1.5deg)
    }

    12%,
    64%,
    78%,
    96% {
        -webkit-transform: translate(0, -.5px) rotate(1.5deg);
        transform: translate(0, -.5px) rotate(1.5deg)
    }

    14%,
    54% {
        -webkit-transform: translate(0, -1.5px) rotate(1.5deg);
        transform: translate(0, -1.5px) rotate(1.5deg)
    }

    16% {
        -webkit-transform: translate(0, -.5px) rotate(-1.5deg);
        transform: translate(0, -.5px) rotate(-1.5deg)
    }

    18%,
    22% {
        -webkit-transform: translate(0, .5px) rotate(-1.5deg);
        transform: translate(0, .5px) rotate(-1.5deg)
    }

    20%,
    36%,
    46% {
        -webkit-transform: translate(0, -1.5px) rotate(2.5deg);
        transform: translate(0, -1.5px) rotate(2.5deg)
    }

    26%,
    50% {
        -webkit-transform: translate(0, .5px) rotate(.5deg);
        transform: translate(0, .5px) rotate(.5deg)
    }

    28% {
        -webkit-transform: translate(0, .5px) rotate(1.5deg);
        transform: translate(0, .5px) rotate(1.5deg)
    }

    30%,
    40%,
    62%,
    76%,
    88% {
        -webkit-transform: translate(0, -.5px) rotate(2.5deg);
        transform: translate(0, -.5px) rotate(2.5deg)
    }

    32%,
    34%,
    66% {
        -webkit-transform: translate(0, 1.5px) rotate(-.5deg);
        transform: translate(0, 1.5px) rotate(-.5deg)
    }

    42% {
        -webkit-transform: translate(0, 2.5px) rotate(-1.5deg);
        transform: translate(0, 2.5px) rotate(-1.5deg)
    }

    44%,
    70% {
        -webkit-transform: translate(0, 1.5px) rotate(.5deg);
        transform: translate(0, 1.5px) rotate(.5deg)
    }

    48%,
    74%,
    82% {
        -webkit-transform: translate(0, -.5px) rotate(.5deg);
        transform: translate(0, -.5px) rotate(.5deg)
    }

    52%,
    56%,
    60% {
        -webkit-transform: translate(0, 2.5px) rotate(2.5deg);
        transform: translate(0, 2.5px) rotate(2.5deg)
    }

    58% {
        -webkit-transform: translate(0, .5px) rotate(2.5deg);
        transform: translate(0, .5px) rotate(2.5deg)
    }

    84% {
        -webkit-transform: translate(0, 1.5px) rotate(2.5deg);
        transform: translate(0, 1.5px) rotate(2.5deg)
    }

    90% {
        -webkit-transform: translate(0, 2.5px) rotate(-.5deg);
        transform: translate(0, 2.5px) rotate(-.5deg)
    }

    92% {
        -webkit-transform: translate(0, .5px) rotate(-.5deg);
        transform: translate(0, .5px) rotate(-.5deg)
    }

    94% {
        -webkit-transform: translate(0, 2.5px) rotate(.5deg);
        transform: translate(0, 2.5px) rotate(.5deg)
    }

    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0)
    }
}

.pickr {
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    transform: translateY(0)
}

.pickr * {
    box-sizing: border-box;
    outline: none;
    border: none;
    -webkit-appearance: none
}

.pickr .pcr-button {
    position: relative;
    height: 2em;
    width: 2em;
    padding: .5em;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    border-radius: .15em;
    background: url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\" stroke=\"%2342445A\" stroke-width=\"5px\" stroke-linecap=\"round\"><path d=\"M45,45L5,5\"></path><path d=\"M45,5L5,45\"></path></svg>") no-repeat center;
    background-size: 0;
    transition: all .3s
}

.pickr .pcr-button:focus {
    outline: none
}

.pickr .pcr-button::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: 'remixicon' !important;
    background-size: .5em;
    border-radius: .3em;
    line-height: 2;
    z-index: -1
}

.pickr .pcr-button::before {
    z-index: initial
}

.pickr .pcr-button::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: background .3s;
    background: var(--pcr-color);
    border-radius: .15em
}

.pickr .pcr-button.clear {
    background-size: 70%;
    font-size: 14px
}

.pickr .pcr-button.clear::before {
    opacity: 0
}

.pickr .pcr-button.clear:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .85), 0 0 0 3px var(--pcr-color)
}

.pickr .pcr-button.disabled {
    cursor: not-allowed
}

.pickr *,
.pcr-app * {
    box-sizing: border-box;
    outline: none;
    border: none;
    -webkit-appearance: none
}

.pickr input:focus,
.pickr input.pcr-active,
.pickr button:focus,
.pickr button.pcr-active,
.pcr-app input:focus,
.pcr-app input.pcr-active,
.pcr-app button:focus,
.pcr-app button.pcr-active {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .85), 0 0 0 3px var(--pcr-color)
}

.pickr .pcr-palette,
.pickr .pcr-slider,
.pcr-app .pcr-palette,
.pcr-app .pcr-slider {
    transition: box-shadow .3s
}

.pickr .pcr-palette:focus,
.pickr .pcr-slider:focus,
.pcr-app .pcr-palette:focus,
.pcr-app .pcr-slider:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .85), 0 0 0 3px rgba(0, 0, 0, .25)
}

.pcr-app {
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 10000;
    border-radius: .5em;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility 0s .3s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    box-shadow: 0 0 10px rgb(116 116 116 / 50%);
    left: 0;
    top: 0
}

.pcr-app.visible {
    transition: opacity .3s;
    visibility: visible;
    opacity: 1
}

.pcr-app .pcr-swatches {
    display: flex;
    flex-wrap: wrap;
    margin-top: .75em
}

.pcr-app .pcr-swatches.pcr-last {
    margin: 0
}

@supports (display:grid) {
    .pcr-app .pcr-swatches {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(auto-fit, 1.75em)
    }
}

.pcr-app .pcr-swatches>button {
    font-size: 1em;
    position: relative;
    width: calc(1.75em - 5px);
    height: calc(1.75em - 5px);
    border-radius: .3em;
    cursor: pointer;
    margin: 2.5px;
    flex-shrink: 0;
    justify-self: center;
    transition: all .15s;
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    z-index: 1
}

.pcr-app .pcr-swatches>button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2 2\"><path fill=\"white\" d=\"M1,0H2V1H1V0ZM0,1H1V2H0V1Z\"/><path fill=\"gray\" d=\"M0,0H1V1H0V0ZM1,1H2V2H1V1Z\"/></svg>");
    background-size: 6px;
    border-radius: .3em;
    z-index: -1
}

.pcr-app .pcr-swatches>button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--pcr-color);
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .3em;
    box-sizing: border-box
}

.pcr-app .pcr-swatches>button:hover {
    filter: brightness(1.05)
}

.pcr-app .pcr-swatches>button:not(.pcr-active) {
    box-shadow: none
}

.pcr-app .pcr-swatches>button:focus {
    outline: none
}

.pcr-app .pcr-interaction {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -0.2em 0 -0.2em
}

.pcr-app .pcr-interaction>* {
    margin: 0 .2em
}

.pcr-app .pcr-interaction input {
    letter-spacing: .07em;
    font-size: .75em;
    text-align: center;
    cursor: pointer;
    color: #75797e;
    background: #f1f3f4;
    border-radius: .3em;
    transition: all .15s;
    padding: .45em .5em;
    margin-top: .75em
}

.pcr-app .pcr-interaction input:hover {
    filter: brightness(0.975)
}

.pcr-app .pcr-interaction input:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .85), 0 0 0 3px rgba(66, 133, 244, .75)
}

.pcr-app .pcr-interaction .pcr-result {
    color: #75797e;
    text-align: left;
    min-width: 8em;
    transition: all .2s;
    border-radius: .3em;
    background: #f9f9f9;
    cursor: text;
    width: 100%
}

.pcr-app .pcr-interaction .pcr-result::-moz-selection {
    background: #4285f4;
    color: #fff
}

.pcr-app .pcr-interaction .pcr-result::selection {
    background: #4285f4;
    color: #fff
}

.pcr-app .pcr-interaction .pcr-type.active {
    color: #fff;
    background: #4285f4
}

.pcr-app .pcr-interaction .pcr-save,
.pcr-app .pcr-interaction .pcr-cancel,
.pcr-app .pcr-interaction .pcr-clear {
    color: #fff;
    width: auto
}

.pcr-app .pcr-interaction .pcr-save,
.pcr-app .pcr-interaction .pcr-cancel,
.pcr-app .pcr-interaction .pcr-clear {
    color: #fff
}

.pcr-app .pcr-interaction .pcr-save:hover,
.pcr-app .pcr-interaction .pcr-cancel:hover,
.pcr-app .pcr-interaction .pcr-clear:hover {
    filter: brightness(0.925)
}

.pcr-app .pcr-interaction .pcr-save {
    background: #4285f4
}

.pcr-app .pcr-interaction .pcr-clear,
.pcr-app .pcr-interaction .pcr-cancel {
    background: #f44250
}

.pcr-app .pcr-interaction .pcr-clear:focus,
.pcr-app .pcr-interaction .pcr-cancel:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .85), 0 0 0 3px rgba(244, 66, 80, .75)
}

.pcr-app .pcr-selection .pcr-picker {
    position: absolute;
    height: 18px;
    width: 18px;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pcr-app .pcr-selection .pcr-color-palette,
.pcr-app .pcr-selection .pcr-color-chooser,
.pcr-app .pcr-selection .pcr-color-opacity {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column;
    cursor: grab;
    cursor: -webkit-grab
}

.pcr-app .pcr-selection .pcr-color-palette:active,
.pcr-app .pcr-selection .pcr-color-chooser:active,
.pcr-app .pcr-selection .pcr-color-opacity:active {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.pcr-app[data-theme=monolith] {
    width: 14.25em;
    max-width: 95vw;
    padding: .8em
}

.pcr-app[data-theme=monolith] .pcr-selection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 1em;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: .5em
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2 2\"><path fill=\"white\" d=\"M1,0H2V1H1V0ZM0,1H1V2H0V1Z\"/><path fill=\"gray\" d=\"M0,0H1V1H0V0ZM1,1H2V2H1V1Z\"/></svg>");
    background-size: .5em;
    border-radius: .3em;
    z-index: -1
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview .pcr-last-color {
    cursor: pointer;
    transition: background-color .3s, box-shadow .3s;
    border-radius: .15em 0 0 .15em;
    z-index: 2
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview .pcr-current-color {
    border-radius: 0 .15em .15em 0
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview .pcr-last-color,
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-preview .pcr-current-color {
    background: var(--pcr-color);
    width: 50%;
    height: 100%
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette {
    width: 100%;
    height: 8em;
    z-index: 1
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette .pcr-palette {
    border-radius: .3em;
    width: 100%;
    height: 100%
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-palette .pcr-palette::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2 2\"><path fill=\"white\" d=\"M1,0H2V1H1V0ZM0,1H1V2H0V1Z\"/><path fill=\"gray\" d=\"M0,0H1V1H0V0ZM1,1H2V2H1V1Z\"/></svg>");
    background-size: .5em;
    border-radius: .3em;
    z-index: -1
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity {
    height: .5em;
    margin-top: .75em
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser .pcr-picker,
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity .pcr-picker {
    top: 50%;
    transform: translateY(-50%)
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser .pcr-slider,
.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity .pcr-slider {
    flex-grow: 1;
    border-radius: 50em
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-chooser .pcr-slider {
    background: linear-gradient(to right, hsl(0, 100%, 50%), hsl(60, 100%, 50%), hsl(120, 100%, 50%), hsl(180, 100%, 50%), hsl(240, 100%, 50%), hsl(300, 100%, 50%), hsl(0, 100%, 50%))
}

.pcr-app[data-theme=monolith] .pcr-selection .pcr-color-opacity .pcr-slider {
    background: linear-gradient(to right, transparent, black), url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2 2\"><path fill=\"white\" d=\"M1,0H2V1H1V0ZM0,1H1V2H0V1Z\"/><path fill=\"gray\" d=\"M0,0H1V1H0V0ZM1,1H2V2H1V1Z\"/></svg>");
    background-size: 100%, .25em
}

.ete_editor_tip_box {
    padding: 0 8px;
    margin-top: 8px;
    margin-bottom: var(--main-margin)
}

.ete_editor_tip {
    display: block;
    position: relative;
    border-left-width: var(--slim-radius);
    border-left-style: solid;
    padding: 8px 15px;
    border-radius: 0 var(--slim-radius) var(--slim-radius) var(--slim-radius);
    line-height: 26px
}

.ete_editor_tip:hover .ete_editor_tip__icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.ete_editor_tip__icon {
    position: absolute;
    top: -6px;
    left: -11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: -webkit-transform 0.85s;
    transition: transform 0.85s;
    transition: transform 0.85s, -webkit-transform 0.85s
}

.ete_editor_tip__icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: bold;
    color: var(--text-white);
    font-family: 'remixicon' !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ete_editor_tip.success {
    border-left-color: #34C96C;
    background: #34C96C20;
    color: #34C96C
}

.ete_editor_tip.success .ete_editor_tip__icon {
    background: #34C96C
}

.ete_editor_tip.success .ete_editor_tip__icon::before {
    content: "\EB7B"
}

.ete_editor_tip.info {
    border-left-color: #4A98FF;
    background: #4A98FF20;
    color: #4A98FF
}

.ete_editor_tip.info .ete_editor_tip__icon {
    background: #4A98FF
}

.ete_editor_tip.info .ete_editor_tip__icon::before {
    content: "\EB7B"
}

.ete_editor_tip.warning {
    border-left-color: #FF8000;
    background: #FF800020;
    color: #FF8000
}

.ete_editor_tip.warning .ete_editor_tip__icon {
    background: #FF8000
}

.ete_editor_tip.warning .ete_editor_tip__icon::before {
    content: "\F414"
}

.ete_editor_tip.error {
    border-left-color: #f69;
    background: #ff669920;
    color: #f69
}

.ete_editor_tip.error .ete_editor_tip__icon {
    background: #f69
}

.ete_editor_tip.error .ete_editor_tip__icon::before {
    content: "\EB99"
}

.ete_editor_tip__content {
    display: block;
    word-break: break-all
}

.ete_editor_divider_box {
    margin: var(--main-margin) 0
}

.ete_editor_divider {
    display: block;
    width: 100%;
    height: 3px;
    background-size: 80px
}

.ete_editor_progress_box,
.ete_editor_fold_box {
    margin: 6px 0
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: var(--muted-3-color);
    content: "•" !important
}

.main-divide {
    border-bottom: 1px solid var(--main-border-color)
}

.muted-divide {
    border-bottom: 1px solid var(--muted-border-color)
}

.muted-lt-divide {
    border-bottom: 1px solid var(--muted-light-color)
}

.muted-md-divide {
    border-bottom: 1px solid var(--muted-medium-color)
}

.timeline {
    --bs-timeline-point-indicator-color: var(--bs-primary);
    --bs-timeline-event-time-color: var(--bs-secondary-color);
    position: relative;
    padding: 0;
    block-size: 100%;
    inline-size: 100%;
    list-style: none
}

.timeline:not(.timeline-center) {
    padding-inline-start: .5rem
}

.timeline .timeline-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.timeline .timeline-header>*:first-child {
    margin-inline-end: .5rem
}

.timeline .timeline-item {
    position: relative;
    border: 0;
    border-inline-start: 1px solid var(--bs-border-color);
    padding-inline-start: 1.4rem
}

.timeline .timeline-item .timeline-event .timeline-event-time {
    position: absolute;
    color: var(--bs-timeline-event-time-color);
    font-size: .85rem;
    inset-block-start: 1.2rem
}

.timeline .timeline-item .timeline-indicator,
.timeline .timeline-item .timeline-indicator-advanced {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    inset-block-start: .64rem;
    inset-inline-start: -1rem;
    text-align: center
}

.timeline .timeline-item .timeline-indicator {
    color: var(--this-color);
    background-color: var(--this-bg)
}

.timeline .timeline-item .timeline-indicator>span {
    block-size: 2rem;
    box-shadow: 0 0 0 6px var(--main-bg-color);
    inline-size: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.timeline .timeline-item .timeline-indicator-advanced {
    background-color: var(--bs-paper-bg);
    box-shadow: 0 0 0 10px var(--bs-paper-bg);
    inset-block-start: 0
}

.timeline .timeline-item .timeline-indicator-advanced+.timeline-event {
    position: relative;
    border-radius: .5rem;
    inline-size: 100%;
    min-block-size: 4rem;
    padding-block: .4rem 1rem;
    padding-inline: 1.5rem
}

.timeline .timeline-item .timeline-point {
    position: absolute;
    z-index: 2;
    display: block;
    border-radius: 50%;
    background-color: var(--bs-timeline-point-indicator-color);
    block-size: .75rem;
    box-shadow: 0 0 0 10px var(--bs-paper-bg);
    inline-size: .75rem;
    inset-block-start: 0;
    inset-inline-start: -0.38rem;
    outline: 3px solid rgba(var(--bs-timeline-point-indicator-outline-color), 0.12)
}

.timeline .timeline-item.timeline-item-transparent .timeline-event {
    background-color: rgba(0, 0, 0, 0);
    inset-block-start: -0.9rem;
    padding-inline: 0
}

.timeline.timeline-outline .timeline-item .timeline-point {
    border: 2px solid var(--bs-timeline-point-indicator-color);
    background-color: var(--bs-paper-bg);
    outline: unset
}

.timeline.timeline-center .timeline-item {
    clear: both;
    inline-size: 50%
}

.timeline.timeline-center .timeline-item .timeline-event {
    inset-block-start: 0
}

.timeline.timeline-center .timeline-item .timeline-indicator {
    inset-block-start: 6px
}

.timeline.timeline-center .timeline-item.timeline-item-left,
.timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left, .timeline-item-right) {
    border-inline-end: 1px solid var(--bs-border-color);
    border-inline-start: 0;
    float: inline-start;
    padding-block-end: 1rem;
    padding-inline: 0 2.25rem
}

.timeline.timeline-center .timeline-item.timeline-item-left .timeline-event .timeline-event-time,
.timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left, .timeline-item-right) .timeline-event .timeline-event-time {
    inset-inline-end: -10.2rem
}

.timeline.timeline-center .timeline-item.timeline-item-left .timeline-point,
.timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left, .timeline-item-right) .timeline-point {
    inset-inline-start: 100%;
    margin-inline-start: -0.3rem
}

.timeline.timeline-center .timeline-item.timeline-item-right,
.timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left, .timeline-item-right) {
    border-inline-start: 1px solid var(--bs-border-color);
    float: inline-end;
    inset-inline-end: 1px;
    padding-block-end: 1rem;
    padding-inline: 2.25rem 0
}

.timeline.timeline-center .timeline-item.timeline-item-right .timeline-event-time,
.timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left, .timeline-item-right) .timeline-event-time {
    inset-inline-start: -10.2rem
}

@media (min-width:768px) {

    .timeline.timeline-center .timeline-item.timeline-item-left .timeline-indicator,
    .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left, .timeline-item-right) .timeline-indicator {
        inset-inline-start: calc(100% - 2rem / 2)
    }

    .timeline.timeline-center .timeline-item.timeline-item-left::after,
    .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left, .timeline-item-right)::after {
        inset-inline-start: calc(100% - 2rem / 2)
    }
}

@media (max-width:767.98px) {
    .timeline.timeline-center .timeline-end-indicator {
        inset-inline-start: -2px
    }

    .timeline.timeline-center .timeline-item {
        border-inline-end: 0 !important;
        float: inline-start !important;
        inline-size: 100%;
        inset-inline-start: 1rem;
        padding-inline: 2rem 1rem !important;
        padding-block-end: 1rem !important
    }

    .timeline.timeline-center .timeline-item:not(:last-child) {
        border-inline-start: 2px solid var(--bs-border-color) !important
    }

    .timeline.timeline-center .timeline-item .timeline-event .timeline-event-time {
        inset-block-start: -1.4rem;
        inset-inline: 0 auto !important
    }
}

@media (max-width:575.98px) {
    .timeline .timeline-header {
        flex-direction: column;
        align-items: flex-start
    }
}

.timeline.timeline-center .timeline-item:last-child {
    padding-block-end: 6px !important
}

@-moz-keyframes slide-in {
    0% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-webkit-keyframes slide-in {
    0% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@-o-keyframes slide-in {
    0% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@keyframes slide-in {
    0% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: none;
        filter: none
    }
}

@media (min-width:1024px) {}

.ete-abs-search {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 122
}

.ete-abs-search>div {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50vh;
    height: 50dvh;
    background: var(--card-bg);
    padding: var(--main-margin);
    overflow: hidden;
    margin: var(--main-margin);
    border-radius: var(--main-radius);
    border: 1px solid var(--menu-bg-color)
}

.ete-abs-search .widget-hot .widget-content {
    max-height: 25vh;
    max-height: 25dvh;
    overflow-x: hidden;
    overflow-y: auto
}

.blur-mask {
    background: var(--blur-bg-2);
    will-change: backdrop-filter;
    backdrop-filter: var(--blur);
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    z-index: 1
}