/*!
 * 版本：觅知爱电影MizhiAdy全后台优化版-V10-苹果CMS主题模板 © 2025
 * 作者：QQ2319281411
 * 觅知博客：https://www.98dou.cn
 * 时间：2025年3月30日16:09:19
 */
@charset "utf-8";
.login-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh
}

[data-theme=light] .login-box {
    /*background-image: url(../images/user/bg-light.jpg)*/
    background-image: var(--userbg-light)
}

[data-theme=dark] .login-box {
    /*background-image: url(../images/bg.jpg)*/
    background-image: var(--userbg-dark)
}

.box-login-bg {
    margin-top: 0;
    display: flex;
    align-items: center;
    background-image: url(../images/user/boxloginbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 543px;
    min-width: 543px;
    height: 550px;
    padding: 48px 62px 36px 61px;
    flex-direction: column
}

.box-reg-bg {
    background-image: url(../images/user/boxRegBg.png)
}

.box-login-bg form {
    text-align: center
}

@media screen and (max-width: 1440px) {
    .box-login-bg {
        transform:scale(.9)
    }
}

@media screen and (max-width: 1280px) {
    .box-login-bg {
        transform:scale(.8)
    }
}

.box-login-bg.box-reg-bg {
    height: 580px;
    padding: 57px 57px 57px 56px
}

@media screen and (max-width: 1440px) {
    .hzYgqv {
        transform:scale(.9)
    }
}

@media screen and (max-width: 1280px) {
    .hzYgqv {
        transform:scale(.8)
    }
}

.box-login-bg .close-box {
    margin-top: 12px;
    margin-right: 12px;
    align-self: flex-end;
    cursor: pointer;
    position: relative
}

.box-login-bg .close-box:hover svg path {
    stroke: var(--theme-color)
}

@media (min-width: 1280px) {
    .box-login-bg .close-box:hover .close-hover {
        display:block
    }
}

.box-login-bg > a {
    display: block;
    line-height: 0;
    margin-top: 28px;
    -webkit-tap-highlight-color: transparent
}

.login-box-logo {
    display: block;
    height: 72px;
    width: auto;
    max-width: 280px;
    object-fit: contain
}

.login-box .login-box-title {
    margin: 20px 0;
    margin-top: 10px;
    color: rgba(255,255,255,.6);
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.login-box .login-input {
    width: 300px;
    height: 40px;
    padding: 0 16px;
    padding-right: 45px;
    font-size: 14px;
    color: var(--font-color-6);
    line-height: 20px;
    border: 1px solid var(--font-color-5);
    background: var(--input-bg);
    border-radius: 10px;
    margin-bottom: 20px
}

.login-box .login-input::placeholder {
    color: var(--font-color-6);
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.login-box .login-input:focus {
    outline: 0
}

.login-box .login-verify {
    width: 300px;
    height: 40px;
    margin: 0 auto
}

.login-box .login-verify .login-input {
    padding: 8px 10px;
    width: calc(100% - 140px);
    margin-right: 8px
}

.login-box .login-button {
    display: block;
    color: #fff;
    width: 300px;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    background: var(--theme-color);
    margin: 25px auto;
    outline: 0;
    border: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1.12px
}

.login-box .login-href {
    color: var(--font-color-6);
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.login-href:hover {
    color: var(--theme-color)
}

.user-info {
    margin: 40px auto;
    display: flex;
    height: 600px;
    justify-content: center;
    position: relative
}

.left-side {
    width: 202px;
    height: 100%;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%
}

[data-theme=dark] .left-side {
    background-image: url(../images/aside-dark.png)
}

[data-theme=light] .left-side {
    background: #fff;
    border-radius: 20px
}

.avatar-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 29px
}

i.avatar {
    border-radius: 50%;
    margin-bottom: 17px;
    width: 60px;
    height: 60px;
    background-image: url(../images/default-avatar.png);
    background-size: 100% 100%
}

[data-theme=dark] i.avatar {
    background-image: url(../images/dark-avatar.png)
}

.user-name {
    font-size: 14px;
    font-weight: 400;
    color: var(--font-color)
}

aside .user-menu {
    margin-left: 8px;
    margin-right: 7px;
    margin-top: 16px
}

aside .user-menu .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
    height: 28px;
    font-weight: 700;
    cursor: pointer;
    color: var(--font-color-6)
}

aside .user-menu .item>a div {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400
}

aside .user-menu .item .item-title {
    font-weight: 700;
    font-size: 16px;
}

aside .user-menu .item .arrow svg {
    height: 20px;
    width: 20px
}

aside .user-menu .item .arrow svg path {
    stroke: var(--font-color-6)
}

aside .user-menu .item.active,aside .user-menu .item:hover {
    color: var(--theme-color)
}

aside .user-menu .item.active .arrow svg path,aside .user-menu .item:hover .arrow svg path {
    stroke: var(--theme-color)
}

.logout-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 290px;
    cursor: pointer;
    color: var(--font-color-6)
}

.logout-btn svg path {
    stroke: var(--font-color-6)
}

.logout-btn span {
    margin-left: 5px;
    font-size: 16px;
    margin-bottom: 2px;
    color: var(--font-color-6)
}

.right-side {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 600px;
    border-radius: 20px;
    backdrop-filter: blur(10px)
}

[data-theme=dark] .right-side {
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04)
}

[data-theme=light] .right-side {
    border: 1px solid rgba(255,255,255,.08);
    background: #fff
}

[data-theme=dark] .facCli {
    color: var(--theme-color)
}

.right-side .tab {
    display: flex;
    justify-content: space-between;
    padding: 30px 20px 0;
    border-bottom: 1px solid #e0e5ee
}

[data-theme=dark] .right-side .tab {
    border-bottom-color: rgba(255,255,255,.08)
}

.right-side .tab ul {
    display: flex;
    align-items: center
}

.right-side .tab ul li {
    position: relative;
    padding: 17px 4px;
    margin-right: 30.05px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    color: var(--font-color-6)
}

.right-side .tab ul li.active,.right-side .tab ul li:hover {
    color: var(--theme-color)
}

.right-side .tab ul li.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: var(--theme-color);
    position: absolute;
    bottom: -1px;
    left: 0
}

.right-side .content {
    flex: 1 1 0%;
    display: flex;
    justify-content: center
}

.right-side .content.list {
    height: 469px;
    overflow-y: auto
}

.right-side .content section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 79px
}

.input-box {
    margin-bottom: 25px;
    display: flex;
    align-items: center
}

.input-box span {
    color: var(--font-color);
    margin-right: 10px;
    width: 77px;
    text-align: right;
    font-size: 14px
}

.input-box input {
    width: 300px;
    height: 40px;
    border: 1px solid #e0e5ee;
    background: #e9edf4;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
    color: #74829b;
    outline: 0
}

.input-box input [disabled] {
    color: #74829b;
    background: #e9edf4;
    -webkit-text-fill-color: #74829b;
    opacity: 1
}

[data-theme=dark] .input-box input [disabled] {
    background: rgba(255,255,255,.12);
    opacity: 1;
    color: rgba(255,255,255,.6)!important;
    -webkit-text-fill-color: rgba(255,255,255,.6)!important
}

[data-theme=dark] .input-box input {
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(255,255,255,.12);
    color: rgba(255,255,255,.8)!important
}

.input-box button {
    margin-top: 40px;
    width: 300px;
    height: 40px;
    border-radius: 12px;
    background: var(--theme-color);
    font-size: 16px;
    font-style: normal;
    overflow: hidden;
    font-weight: 600;
    border: none;
    color: #fff;
    cursor: pointer
}

.list-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden
}

[data-theme=dark] .list-box .table-header {
    border-bottom: 1px solid rgba(255,255,255,.08)
}

[data-theme=light] .list-box .table-header {
    border-bottom: 1px solid #e0e5ee
}

.list-box .table-header {
    padding-right: 4px
}

.list-box table {
    width: 100%;
    table-layout: fixed;
    font-size: 14px
}

.list-box table .title {
    line-height: 66px;
    height: 66px;
    white-space: nowrap;
    font-weight: 400;
    color: var(--font-color)
}

.list-box table .item {
    position: relative;
    padding: 15px 0;
    text-align: center;
    color: var(--font-color)
}

[data-theme=dark] .list-box table .item {
    border-bottom: 1px solid rgba(255,255,255,.08)
}

.list-box table .item .del-btn {
    cursor: pointer;
    color: var(--theme-color);
    font-size: 14px
}

.list-box table colgroup col:first-child {
    width: 88px
}

.list-box table colgroup col:nth-child(2) {
    width: 140px
}

.list-box table colgroup col:nth-child(4) {
    width: 120px
}

.list-box table colgroup col:nth-child(5) {
    width: 100px
}

[data-theme=light] .list-box table .item {
    border-bottom: 1px solid #e0e5ee
}

.list-foot {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    border-top: 1px solid #e0e5ee
}

[data-theme=dark] .list-foot {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.list-foot>div {
    font-size: 12px;
    display: flex;
    align-items: center
}

.list-foot>div>span {
    color: var(--font-color)
}

.list-foot>div>span {
    margin-right: 17px;
    cursor: pointer
}

.list-foot>div>span:last-child {
    margin-right: 0;
    color: var(--theme-color)
}

.list-box .table_scroll::-webkit-scrollbar {
    width: 4px
}

.list-box .table_scroll::-webkit-scrollbar-corner {
    background: rgba(255,255,255,.2)
}

.list-box .table_scroll::-webkit-scrollbar-thumb {
    height: 50px;
    border-radius: 10px;
    background: rgba(255,255,255,.2)
}

.list-box .table_scroll::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 4px
}

.myui-panel {
    margin-bottom: 20px;
    border-radius: var(--theme-radius)
}

.myui-content__list li,.myui-vodlist__media.col li,[class*=col-] {
    padding: 10px
}

.nav-tabs li {
    float: none;
    display: inline-block;
    list-style: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
    cursor: pointer;
    width: auto!important;
    padding: 10px 22px;
    margin-right: 16px;
    border-radius: 8px;
    border: 1px solid #0c0d0f
}

.nav-tabs li.active {
    border-color: var(--theme-color);
    background: var(--theme-color)
}

.nav-tabs li.active a {
    color: #fff
}

body {
    padding-top: 90px
}

.text-fff {
    color: #fff!important
}

.myui-panel-bg2 {
    background-color: #fff
}

.btn-default {
    background: linear-gradient(to right,#eee 0,#f6f6f6 100%);
    box-shadow: 0 5px 10px rgba(246,246,246,.25);
    color: #000
}

.myui-vodlist__text.striped .striped-head,.myui-vodlist__text.to-color li:nth-of-type(odd) {
    background-color: #f5f5f5
}

.myui-user__head .btn-default {
    padding: 15px
}

.myui-user__head .fa {
    font-size: 16px;
    vertical-align: -1px
}

.myui-user__name {
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    padding: 50px 30px;
    background: var(--theme-color)
}

.myui-user__name dt {
    float: left
}

.myui-user__name dd {
    margin-left: 70px;
    padding-top: 5px
}

.myui-user__name .logout {
    position: absolute;
    top: 0;
    right: 15px;
    margin-top: 20px
}

.myui-user__form {
    padding: 10px
}

.myui-user__form p {
    margin: 0;
    padding: 15px 0
}

.myui-user__form .xiang {
    display: inline-block;
    width: 120px;
    padding-right: 15px;
    text-align: right;
    color: #999
}

.myui-user__form input.form-control {
    display: inline-block;
    width: 200px;
    margin-right: 10px
}

.login-form .myui-login__form {
    max-width: 800px;
    margin: 50px auto
}

.login-form .myui-login-box {
    border-radius: 20px;
    overflow: hidden
}

.login-form .login-box {
    background-color: #fff;
    border-radius: 0 20px 20px 0;
    z-index: 99
}

.myui-panel.active,.myui-panel_hd {
    padding: 20px 10px
}

.myui-panel__head .title {
    margin-right: 20px
}

.myui-panel__head .nav,.myui-panel__head .title {
    display: inline-block
}

.myui-panel-box {
    padding: 10px
}

.tab-content {
    border: none;
    padding: 10px 0
}

@media (max-width: 1440px) {
    .login-box {
        border-radius:0 0 20px 20px
    }
}