/*!
 * 版本：觅知爱电影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: 80px;
    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: 36px 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
    }
}

.login-box-logo {
    /*height: 36px;*/
    height: 15%;
    object-fit: cover;
    margin-top: 20px
}

.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);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.vip-badge {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd86b 0%, #ffb300 100%);
    box-shadow: 0 0 0 1px rgba(255, 180, 0, .28), 0 2px 4px rgba(255, 179, 0, .35);
    font-size: 10px;
    font-weight: 700;
    color: #7a3b00;
    line-height: 1;
}

.vip-badge::before {
    content: 'V';
}

.user-score,
.user-group {
    margin-top: 6px;
    font-size: 13px;
    color: #5f7ecf;
    font-weight: 600;
}

[data-theme=dark] .user-score,
[data-theme=dark] .user-group {
    color: #8fa6e8;
}

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;
    padding: 0 8px;
    height: 34px;
    border-radius: 8px;
    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
}

.menu-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.menu-icon .micon {
    width: 18px;
    height: 18px;
}

.menu-icon .micon path,
.menu-icon .micon circle,
.menu-icon .micon rect,
.menu-icon .micon line,
.menu-icon .micon polyline {
    stroke: #3d6de0;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

[data-theme=dark] .menu-icon .micon path,
[data-theme=dark] .menu-icon .micon circle,
[data-theme=dark] .menu-icon .micon rect,
[data-theme=dark] .menu-icon .micon line,
[data-theme=dark] .menu-icon .micon polyline {
    stroke: #5f86ea;
}

aside .user-menu .item.active .menu-icon .micon path,
aside .user-menu .item.active .menu-icon .micon circle,
aside .user-menu .item.active .menu-icon .micon rect,
aside .user-menu .item.active .menu-icon .micon line,
aside .user-menu .item.active .menu-icon .micon polyline,
aside .user-menu .item:hover .menu-icon .micon path,
aside .user-menu .item:hover .menu-icon .micon circle,
aside .user-menu .item:hover .menu-icon .micon rect,
aside .user-menu .item:hover .menu-icon .micon line,
aside .user-menu .item:hover .menu-icon .micon polyline {
    stroke: #4f61d9;
}

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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 18px 8px 0;
    padding: 0 8px;
    height: 34px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    color: var(--font-color-6);
}

.logout-btn:hover {
    color: var(--theme-color);
}

.logout-btn svg {
    width: 18px;
    height: 18px;
}

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

.logout-btn:hover svg path {
    stroke: var(--theme-color)
}

.logout-btn span {
    margin-left: 0;
    font-size: 16px;
    margin-bottom: 0;
    color: inherit;
}

.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
}

.right-side .content section.profile-fields {
    align-items: flex-start;
    margin-top: 44px;
}

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

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

.input-box input {
    width: 300px;
    height: 34px;
    border: 1px solid #e0e5ee;
    background: #e9edf4;
    border-radius: 8px;
    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
    }
}

@media (max-width: 1023px) {
    body.login {
        position:relative;
        height: 100vh
    }

    .user-header {
        background-color: #fff;
        box-shadow: 0 0 30px rgba(0,0,0,.07);
        margin-bottom: 20px;
        padding: 15px
    }

    .user-header-left {
        margin-top: 5px
    }

    .myui-login__form {
        width: 90%;
        margin: 150px auto
    }

    .myui-login__form .login-title h3 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .myui-login__form .login-title p {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 32px
    }

    body.login .login-right-top {
        position: absolute;
        top: 0;
        right: 0;
        width: 180px;
        height: 205px;
        background: url(../img/icon/login-right-top.png) no-repeat center;
        background-size: 100% 100%;
        z-index: 99
    }

    body.login .login-left-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 180px;
        height: 205px;
        background: url(../img/icon/login-left-bottom.png) no-repeat center;
        background-size: 100% 100%;
        z-index: 99
    }

    .container.min {
        width: auto;
        margin: 0 15px
    }

    .myui-panel__head .title {
        float: left;
        display: block;
        padding: 0;
        font-size: 16px!important;
        margin-top: 2px;
        margin-bottom: 0
    }

    .nav-tabs {
        display: block!important;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .nav-tabs>li.active>a {
        padding: 3px 10px
    }

    .nav-tabs>li>a {
        padding: 3px 10px
    }

    .nav-tabs li {
        border-radius: 6px;
        margin-top: 0;
        margin-right: 8px;
        padding: 2px 10px
    }
}

.ref2-panel {
    background: #fff;
    border: 1px solid #edf0f7;
}

.ref2-tab {
    background: #fff;
    border-bottom: 1px solid #edf0f7;
    padding: 0 20px;
}

.right-side.ref2-panel .ref2-tab ul li {
    position: relative;
    padding: 0 4px;
    height: 44px;
    line-height: 44px;
    margin-right: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #8e99ad;
}

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

.ref2-tab ul li.active,
.ref2-tab ul li:hover {
    color: #4a67e8;
}

.ref2-tab ul li a {
    display: inline-block;
    line-height: 44px;
    color: inherit;
}

.ref2-tab ul li.active::after {
    height: 2px;
    bottom: 0;
    background: #4a67e8;
}

.ref2-content {
    padding: 0;
}

.ref2-panel {
    display: flex;
    flex-direction: column;
}

.ref2-content.list {
    height: auto;
    min-height: 420px;
}

.ref2-panel .tab ul {
    padding-left: 12px;
}

.ref2-list {
    display: flex;
    flex-direction: column;
    min-height: 360px;
}

.ref2-list .table-header {
    padding-right: 0;
}

.ref2-list table {
    table-layout: fixed;
}

.ref2-list table colgroup col {
    width: auto !important;
}

.ref2-list table .title {
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #8d98ad;
    font-weight: 400;
}

.ref2-list table .item {
    height: 56px;
    padding: 0;
    font-size: 14px;
    color: #394256;
}

.ref2-list table th,
.ref2-list table td {
    vertical-align: middle;
}

.ref2-list table .title,
.ref2-list table .item > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ref2-list .table_scroll {
    min-height: 300px;
}

.ref2-foot {
    height: 56px;
    border-top: 1px solid #edf0f7;
}

.perm-check {
    color: #56b64f;
    font-size: 16px;
    font-weight: 700;
}

.popedom-box table colgroup col:first-child {
    width: 220px;
}

.popedom-box table colgroup col:nth-child(2),
.popedom-box table colgroup col:nth-child(3),
.popedom-box table colgroup col:nth-child(4),
.popedom-box table colgroup col:nth-child(5),
.popedom-box table colgroup col:nth-child(6) {
    width: 110px;
}

.user-buy-content {
    padding: 16px 16px 20px;
    box-sizing: border-box;
}

.buy-board {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #edf0f7;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.buy-col {
    position: relative;
    padding: 18px 20px 16px;
    min-height: 408px;
}

.buy-col-left {
    border-right: 1px solid #edf0f7;
}

.buy-title-line {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.dot-icon {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    border: 1px solid #cfd8ea;
    margin-right: 8px;
}

.buy-title-line h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.1;
    color: #151b26;
    font-weight: 500;
}

.buy-sub {
    margin-bottom: 12px;
    font-size: 12px;
    color: #98a4bb;
}

.amount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 16px;
}

.amount-btn,
.amount-input-wrap input,
.form-row input {
    width: 100%;
    height: 40px;
    border: 1px solid #d7dfec;
    border-radius: 6px;
    background: #e9edf4;
    color: #4f5d75;
    font-size: 15px;
    text-align: center;
}

.amount-input-wrap { position: relative; }

.amount-input-wrap span {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8491a6;
    font-size: 14px;
}

.buy-info-list { margin-bottom: 20px; }

.buy-info-list p {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    color: #8f9ab0;
    font-size: 14px;
}

.buy-info-list span { width: 96px; }
.buy-info-list em { color: #3750a3; font-style: normal; min-width: 44px; }
.buy-info-list i { font-style: normal; margin-left: 6px; }

.btn-primary,
.btn-danger {
    display: block;
    width: 100%;
    border: none;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    line-height: 44px;
}

.btn-primary { background: #4a67e8; margin-bottom: 12px; }
.btn-primary[disabled] { background: #8ea0eb; cursor: not-allowed; }
.btn-danger { background: #e8393d; margin-bottom: 12px; }

.buy-foot { color: #a8b1c2; font-size: 12px; text-align: center; }
.form-row { margin-bottom: 14px; }
.form-row label { display: block; margin-bottom: 6px; color: #7f8ca5; font-size: 14px; }
.form-row input { text-align: left; padding: 0 14px; }
.card-tip { margin: 4px 0 12px; font-size: 12px; color: #a7b1c2; }
.buy-col-disabled { opacity: .5; }
.online-mask { position: absolute; right: 20px; top: 22px; font-size: 12px; color: #f56c6c; }

.status-ok { color: #56b64f; font-weight: 700; }
.need-points { color: #de4f67; }
.upgrade-btn {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 6px;
    background: #4a67e8;
    color: #fff;
}

@media (max-width: 767px) {
    .ref2-tab ul li {
        margin-right: 12px;
        font-size: 12px;
    }

    .ref2-list table .title,
    .ref2-list table .item {
        font-size: 12px;
    }

    .buy-board {
        grid-template-columns: 1fr;
    }

    .buy-col {
        min-height: auto;
        padding: 12px;
    }

    .buy-col-left {
        border-right: none;
        border-bottom: 1px solid #edf0f7;
    }

    .buy-title-line h3,
    .form-row label,
    .btn-primary,
    .btn-danger,
    .buy-info-list p,
    .amount-btn,
    .amount-input-wrap input,
    .form-row input {
        font-size: 14px;
    }

    .buy-info-list span {
        width: 110px;
    }

    .popedom-box table colgroup col:first-child {
        width: 100px;
    }

    .popedom-box table colgroup col:nth-child(2),
    .popedom-box table colgroup col:nth-child(3),
    .popedom-box table colgroup col:nth-child(4),
    .popedom-box table colgroup col:nth-child(5),
    .popedom-box table colgroup col:nth-child(6) {
        width: 58px;
    }

    .perm-check {
        font-size: 14px;
    }

    .myui-user__head .btn-default {
        padding:10px 5px
    }

    .myui-user__name {
        padding: 20px;
        margin-bottom: 0
    }

    .myui-user__name h3 {
        margin: 3px 0 5px;
        font-size: 15px
    }

    .myui-user__head li a,.myui-vodlist__text li a {
        font-size: 12px
    }

    .stui_login__form,.stui_login__form.active {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .myui-user__form p {
        padding: 10px;
        font-size: 12px
    }

    .myui-user__form .xiang.active {
        display: inline-block;
        width: auto;
        text-align: left
    }

    .myui-user__form input.form-control {
        width: 100%;
        font-size: 12px
    }

    .myui-user__form input.form-control.active {
        width: calc(100% - 80px)
    }

    .myui-user__form p #btn_submit {
        width: 120px
    }

    .myui-user__form .btn_unbind {
        display: inline-block;
        margin-top: 5px
    }

    .login-box {
        align-items: start
    }

    .login-box .login-box-title {
        color: var(--font-color)
    }

    .box-login-bg,.login-box {
        background-image: none!important
    }

    .box-login-bg,.box-login-bg.box-reg-bg {
        padding-top: 0;
        margin-top: 0
    }

    .login-box .login-button,.login-box .login-input,.login-box .login-verify {
        width: 85%
    }

    .back-icon-box {
        position: absolute;
        left: 15px;
        top: 15px;
        z-index: 99
    }

    .back-icon-box i {
        color: var(--font-color);
        font-size: 16px
    }

    .login-form {
        height: 100%
    }

    .login-form.container {
        position: relative
    }

    .login-form .myui-login-box {
        padding: 20px 15px;
        border-radius: 13px
    }

    .login-form .myui-login__form {
        width: 100%;
        height: 100%;
        box-shadow: none;
        margin: 0;
        max-width: 100%;
        border-radius: 0;
        padding: 20px 15px
    }

    .login-form .myui-login__form .login-title {
        padding-left: 10px
    }

    .myui-login-box .login-box h3 {
        text-align: left;
        font-size: 20px;
        font-weight: 700
    }

    .myui-login-box .login-box {
        padding: 0;
        height: 100%;
        background-color: #fff;
        border-radius: 0 20px 20px 0;
        min-width: auto
    }

    .myui-login-box .login-box .subtitle {
        font-size: 16px;
        color: rgba(173,173,179,.7);
        margin-top: 8px;
        margin-bottom: 20px
    }

    .myui-login-box .login-box .form-control {
        border: none!important;
        background-color: #f7f9fa
    }

    .myui-login-box .login-box li:last-child a {
        font-size: 14px
    }

    .myui-login__form li {
        margin: 20px 0
    }

    .login-form .myui-login__foot {
        position: absolute;
        bottom: 40px;
        right: 10px;
        width: calc(100% - 20px)
    }

    .login-form .myui-login__foot a {
        display: inline-block;
        font-size: 14px;
        width: 30%;
        text-align: center
    }

    .user-info {
        display: block;
        height: auto;
        margin: 10px auto
    }

    .left-side {
        width: 100%;
        background-image: none!important;
        background: 0 0!important
    }

    .avatar-box {
        padding: 10px;
        justify-content: flex-start;
        align-items: center;
        flex-direction: unset;
        border-radius: 10px;
        background-color: var(--playlist-bg);
        margin-top: 0
    }

    i.avatar {
        display: flex;
        margin-bottom: 0;
        width: 45px;
        height: 45px
    }

    .user-name {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10px
    }

    aside .user-menu {
        border-radius: 10px;
        padding: 0 15px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 8px;
        background-color: var(--playlist-bg)
    }

    aside .user-menu .item {
        padding: 15px 0;
        height: auto;
        border-bottom: 1px solid rgba(255,255,255,.08);
        margin-bottom: 0
    }

    [data-theme=light] aside .user-menu .item {
        border-bottom: 1px solid #e0e5ee
    }

    .menu-icon {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

    .menu-icon .micon {
        width: 16px;
        height: 16px;
    }

    aside .user-menu li:last-child {
        border-bottom: none
    }

    aside .user-menu .item .item-title {
        font-weight: 400;
        font-size: 14px
    }

    .logout-btn {
        margin-top: 30px;
        padding: 10px;
        border-radius: 8px;
        background-color: var(--theme-color)
    }

    .logout-btn span {
        color: #fff;
        font-size: 14px
    }

    .logout-btn svg path {
        stroke: #fff
    }

    .right-side {
        margin-top: 45px;
        border: none!important;
        border-radius: 10px;
        overflow: hidden;
        height: auto
    }

    .right-side .tab {
        padding: 0 10px;
        background-color: var(--input-bg)
    }

    .right-side .tab ul li {
        font-weight: 400
    }

    .right-side .tab ul li.active::after {
        height: 0;
        width: 0
    }

    .right-side .content {
        display: block;
        flex: auto
    }

    .right-side .content section {
        margin-top: 0;
        display: block;
        flex-direction: unset;
        padding: 0 10px
    }

    .input-box {
        border-bottom: 1px solid rgba(255,255,255,.08);
        margin-bottom: 0;
        padding: 10px 0
    }

    .input-box span {
        text-align: left;
        width: auto;
        white-space: nowrap
    }

    .input-box input {
        display: block;
        width: 100%;
        text-align: right;
        border: none!important;
        background: 0 0!important
    }

    .input-box button {
        width: 100%;
        margin: 30px 0
    }

    .list-box table .title {
        font-size: 12px;
        line-height: 50px;
        height: 50px
    }

    .list-box table .item,.list-box table .item .del-btn {
        font-size: 12px;
        padding: 10px 0
    }

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

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

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

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

/* ref2 面板夜间与升级页、充值区与侧栏主区一致 */
[data-theme=dark] .ref2-panel {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(255, 255, 255, .08);
}

[data-theme=dark] .ref2-tab {
    background: transparent;
    border-bottom-color: rgba(255, 255, 255, .08);
}

[data-theme=dark] .ref2-tab ul li {
    color: rgba(255, 255, 255, .55);
}

[data-theme=dark] .ref2-tab ul li.active,
[data-theme=dark] .ref2-tab ul li:hover {
    color: var(--theme-color);
}

[data-theme=dark] .ref2-list table .title {
    color: rgba(255, 255, 255, .45);
}

[data-theme=dark] .ref2-list table .item {
    color: rgba(255, 255, 255, .88);
    border-bottom-color: rgba(255, 255, 255, .08);
}

[data-theme=dark] .ref2-foot {
    border-top-color: rgba(255, 255, 255, .08);
}

.ref2-content.user-buy-content {
    align-items: stretch;
    width: 100%;
    padding: 16px 16px 20px;
    box-sizing: border-box;
}

[data-theme=dark] .buy-board {
    background: rgba(255, 255, 255, .04);
    border-color: rgba(255, 255, 255, .08);
}

[data-theme=dark] .buy-col-left {
    border-right-color: rgba(255, 255, 255, .08);
}

[data-theme=dark] .buy-title-line h3 {
    color: rgba(255, 255, 255, .92);
}

[data-theme=dark] .buy-sub {
    color: rgba(255, 255, 255, .45);
}

[data-theme=dark] .dot-icon {
    border-color: rgba(255, 255, 255, .25);
}

[data-theme=dark] .amount-btn,
[data-theme=dark] .form-row input {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .85);
}

[data-theme=dark] .buy-info-list p {
    color: rgba(255, 255, 255, .55);
}

[data-theme=dark] .buy-info-list em {
    color: var(--theme-color);
}

[data-theme=dark] .form-row label {
    color: rgba(255, 255, 255, .65);
}

[data-theme=dark] .card-tip {
    color: rgba(255, 255, 255, .45);
}

[data-theme=dark] .buy-foot {
    color: rgba(255, 255, 255, .4);
}

.upgrade-page.ref2-content {
    align-items: stretch;
    width: 100%;
    padding: 0;
}

.upgrade-list-box {
    width: 100%;
}

.upgrade-table-wrap {
    flex: 1 1 auto;
    min-height: 360px;
    overflow: auto;
    width: 100%;
}

.upgrade-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
}

[data-theme=dark] .upgrade-table thead th {
    background: rgba(22, 26, 32, .97);
}

.upgrade-table tbody .item {
    border-bottom: 1px solid #e0e5ee;
}

[data-theme=dark] .upgrade-table tbody .item {
    border-bottom-color: rgba(255, 255, 255, .08);
}
