html {
    font: 400 14px/1.5 Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
    background: #fff;
    color: #fff;
}
body {
    width: 100%;
    overflow-x: hidden;
}
* {
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none
}

a {
    text-decoration: none
}

.clr {
    zoom: 1
}

.none {
    display: none !important
}

.row:before, .row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row>.col {
    position: relative;
    min-height: 1px;
    float: left
}

.row>.col.r {
    float: right
}

.gm-head {
    width: 100%;
    height: 65px;
    position: fixed;
    z-index: 10;
    top: 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1), 0 1px rgba(0, 0, 0, .1);
    background: #131313
}

.gm-head>.wrap {
    position: relative;
    width: 100%;
    height: 65px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.logo {
    display: block;
    width: 130px;
    height: 46px;
    background: url(../img/logo_max.png) center center no-repeat;
    background-size: contain;
}

.logo.tw {
    background-image: url(../img/logo2-tw.png)
}

.logo:active {
    margin-top: 3px
}

.btn-nav {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
    background: url(../img/btn-nav.png) no-repeat;
    background-size: 24px;
    background-position: center center;
    cursor: pointer;
}

.btn-search {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 50px;
    background: url(../img/btn-search.png) no-repeat;
    background-size: 24px;
    background-position: center center;
    cursor: pointer;
}

.btn-user {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    background: url(../img/user.png) no-repeat;
    background-size: 26px;
    background-position: center center;
    cursor: pointer;
}

.gm-head>.wrap>.nav {
    display: none;
    margin-left: 30px
}

.gm-head>.wrap>.nav>ul {
    display: flex
}

.gm-head>.wrap>.nav>ul>li>a {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
    margin-right: 6px;
    animation: all .3s;
    color: #fff;
    animation: all .3s
}

.gm-head>.wrap>.nav>ul>li>a>i {
    width: 24px;
    height: 24px;
    background: url(../img/cat0.png) no-repeat;
    background-size: contain;
    margin-right: 6px;
    opacity: .7
}

.gm-head>.wrap>.nav>ul>li>a>i.t10 {
    background-image: url(../img/cat10.png)
}

.gm-head>.wrap>.nav>ul>li>a>i.t11 {
    background-image: url(../img/cat11.png)
}

.gm-head>.wrap>.nav>ul>li>a>i.t12 {
    background-image: url(../img/cat12.png)
}

.gm-head>.wrap>.nav>ul>li>a>i.t13 {
    background-image: url(../img/cat13.png)
}

.gm-head>.wrap>.nav>ul>li>a>i.t14 {
    background-image: url(../img/cat14.png)
}

.gm-head>.wrap>.nav>ul>li>a>i.t15 {
    background-image: url(../img/cat15.png)
}

.gm-head>.wrap>.nav>ul>li>a>span {
    font-size: 14px;
    line-height: 28px
}

.gm-head>.wrap>.nav>ul>li>a.on {
    background: #f3f3f3;
    color: #d9534f;
    font-weight: 700
}

.gm-head>.wrap>.nav>ul>li>a:hover {
    background: #ededed;
    color: #d9534f
}

.gm-head>.wrap>.nav>ul>li>a:hover>i {
    opacity: 1
}

.gm-head>.wrap>.search {
    display: none;
    width: 200px;
    position: relative;
    margin-left: auto
}

.gm-head>.wrap>.search input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42858;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 16px
}

.gm-head>.wrap>.search button {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 40px;
    height: 34px;
    background: url(../img/btn-search2.png) no-repeat;
    background-size: 18px;
    background-position: center;
    background-color: #d9534f;
    cursor: pointer;
    border: 0;
    user-select: none;
    color: transparent;
    transition: all .2s;
    border-radius: 0 16px 16px 0
}

.gm-head>.wrap>.search button:hover {
    background-color: #ff183e
}

.mi-pop-search {
    display: none;
    padding: 20px 15px;
    top: 65px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 10;
    /* width: 100%; */
    box-sizing: border-box;
    background: #1a1a1a;
}

.mi-pop-search>.wrap {
    position: relative
}

.mi-pop-search>.wrap input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42858;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 16px
}

.mi-pop-search>.wrap button {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 50px;
    height: 34px;
    background: url(../img/btn-search.png) no-repeat;
    background-size: 18px;
    background-position: center;
    background-color: #d9534f;
    cursor: pointer;
    border: 0;
    user-select: none;
    color: transparent;
    transition: all .2s;
    border-radius: 0 16px 16px 0
}

.mi-pop-search>.wrap button:hover {
    background-color: #ff183e
}

.mi-pop-search.on {
    display: block
}

.mi-pop-nav {
    display: none;
    position: fixed;
    width: auto;
    top: 65px;
    left: 0;
    z-index: 100;
    padding: 0 20px 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    bottom: 0;
    overflow-y: auto;
}

.mi-pop-nav a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0;
    /*padding-left: 30px;*/
    color: #333;
    white-space: nowrap;
    min-width: 90px;
    text-align: center;
}

.mi-pop-nav a>i {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/cat0.png) no-repeat;
    background-size: contain
}

.mi-pop-nav a>i.t10 {
    background-image: url(../img/cat10.png)
}

.mi-pop-nav a>i.t11 {
    background-image: url(../img/cat11.png)
}

.mi-pop-nav a>i.t12 {
    background-image: url(../img/cat12.png)
}

.mi-pop-nav a>i.t13 {
    background-image: url(../img/cat13.png)
}

.mi-pop-nav a>i.t14 {
    background-image: url(../img/cat14.png)
}

.mi-pop-nav a>i.t15 {
    background-image: url(../img/cat15.png)
}

.mi-pop-nav a.on {
    color: #d9534f;
    font-weight: 700
}

.mi-pop-nav.on {
    display: block
}

@media(min-width:1300px) {
    .gm-head>.wrap {
        max-width: 1200px
    }
}

@media(min-width:1400px) {
    .gm-head>.wrap {
        max-width: 1220px
    }
}

.gm-main {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 75px;
    background: #fff;
    color: #333;
}
.gm-main.index {
    padding-top: 120px;
}

@media(min-width:1200px) {
    .gm-main {
        max-width: 1140px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(min-width:1300px) {
    .gm-main {
        max-width: 1200px
    }
}

@media(min-width:1400px) {
    .gm-main {
        max-width: 1220px
    }
}
.gm-meta-nav {
    position: fixed;
    z-index: 5;
    background: #fff;
    width: 100%;
    top: 65px;
    left: 0;
    right: 0;
    overflow: visible;
    display: grid;
    align-content: center;
    justify-content: center;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-items: center;
    border-bottom: 1px solid #e50914;
    /*margin: -15px auto 20px;*/
}

.gm-meta-nav>h2 {
    margin: 0 0 -2px;
    font-size: 15px;
}

.gm-meta-nav>h2 a {
    padding: 5px 0;
    color: #333;
    display: block;
}

.gm-meta-nav .on {
    font-weight: bold;
    border-bottom: 4px solid #e50914;
    font-size: 20px;
}
.gm-meta {
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden
}

.gm-meta>h3 {
    float: left;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    height: 32px;
    margin: 0;
    margin-right: 10px
}

.gm-meta>h2 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0
}

.gm-meta>a {
    float: left;
    padding: 0 10px;
    margin: 5px 5px 0 0;
    border-radius: 17px;
    background-color: #f8f8f8;
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    height: 32px;
    text-decoration: none
}

.gm-meta>a.on, .gm-meta>a:hover {
    text-decoration: none;
    background: linear-gradient(90deg, #ffb821 0, #d9534f 45%, #ff1459);
    background-color: #ff183e;
    color: #fff
}

.gm-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.gm-list>.item {
    /* box-sizing: border-box; */
    /* width: 33.33%; */
    /* padding-left: 10px; */
    /* padding-right: 5px; */
    margin-bottom: 10px;
}

.gm-list>.item {
    display: flex;
    position: relative;
    overflow: hidden;
    /* justify-content: center;
    align-items: center; */
    padding: 0;
    flex-wrap: wrap;
}

.gm-list>.item .link {
    display: flex;
    aspect-ratio: 0.66;
    width: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.gm-list>.item>.link>.img {
    max-height: 100%;
    object-fit: contain;
}

.gm-list>.item>.link>.tag1 {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    background: #ff3333;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 2px;
}

.gm-list>.item>.link>.tag2 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 20px;
    overflow: hidden;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .5));
    color: #fff;
    font-size: 12px;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding-left: 4px;
    border-radius: 4px
}

.gm-list>.item>.link>.play {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .1) url(../img/play@2x.png) center no-repeat;
    background-size: 50px
}

.gm-list>.item>.link:hover>.play {
    display: block
}

.gm-list>.item>.link:hover>.img {
    box-shadow: 0 4px 8px rgba(40, 40, 40, .2)
}

.gm-list>.item>.info {
    margin-top: 5px;
}

.gm-list>.item>.info>.title {
    display: block;
    font-size: 13px;
    color: #333;
    font-weight: 700;
    line-height: 1.2;
    height: 62px; 
    /* text-overflow: ellipsis;
    overflow: hidden; */
    /* white-space: normal; */
    word-break: break-all;
    /* white-space: nowrap; */
}

.gm-list>.item>.info>.title>b {
    color: #d9534f;
    margin-right: 8px
}

.gm-list>.item:hover a {
    text-decoration: none;
    color: #d9534f!important;
}

.gm-list>.item>.info>.desc {
    display: block;
    font-size: 12px;
    color: #999;
    font-weight: 400;
    line-height: 22px;
    height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    white-space: nowrap
}

.gm-pics-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3列布局 */
    gap: 5px;
    /* 列间距（可选） */
    padding: 5px 0;
}

.gm-pics-item {
    display: flex;
    overflow: hidden;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    aspect-ratio: 0.66;
    /* 保持项为正方形（可选） */
    padding: 0;
    /* 内边距（可选） */
    flex-wrap: wrap;
}

.gm-pics-item img {
    /* max-width: 100%; */
    max-height: 100%;
    /* 限制图片最大高度 */
    object-fit: contain;
    /* 保持图片比例并完整显示 */
}

@media(min-width:768px) {
    .gm-main.index {
        padding-top: 130px;
    }
    .gm-meta-nav>h2{font-size: 18px;}
    .gm-meta-nav>h2.on{font-size: 24px;}
    .gm-list,.gm-pics-list {
        grid-template-columns: repeat(6, 1fr);
    }

    .gm-list>.item {
        margin-bottom: 10px;
    }

    .gm-list>.item>.link>.tag1 {
        font-size: 13px
    }

    .gm-list>.item>.info>.title {
        font-size: 15px;
        height: 74px;
    }

    .gm-list>.item>.info>.desc {
        font-size: 13px
    }
}
@media(min-width:1024px) {
    .gm-list>.item>.info>.title {
        height: 56px;
    }
}

.gm-bread {
    /*margin-bottom: 10px;*/
    /* font-size: 12px; */
    /*border-bottom: 1px dashed #efefef;*/
    padding-bottom: 5px;
    padding-left: 15px;
    position: relative;
    font-size: 13px;
}

.gm-bread .spec {
    color: #ff3333;
    font-weight: bold;
    font-size: 14px;
}
.gm-bread .fa-location-dot {
    position: absolute;
    left: 0;
    top: 4px;
}
.gm-bread>ol {
    /* padding: 8px 15px; */
    list-style: none
    color: #666;
}

.gm-bread>ol>li {
    display: inline-block
}

.gm-bread>ol>li+li::before {
    padding: 0 2px;
    color: #ccc;
    content: "/\00a0"
}

.gm-bread>ol>li>a {
    color: #666
}

.gm-bread>ol>li>a:hover {
    color: #d9534f
}

.gm-bread>ol>li.on {
    color: #999
}

.gm-page {
    padding-bottom: 20px;
    text-align: center
}

.gm-page>ul {
    display: grid;
    padding-left: 0;
    justify-content: center;
    grid-auto-flow: column;
    margin: 20px
}

.gm-page>ul>li {
    display: inline-block;
}

.gm-page>ul>li>a,
.gm-page>ul>li>span,
.gm-page button {
    box-sizing: content-box;
    position: relative;
    float: left;
    width: 36px;
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #333;
    text-align: center;
    text-decoration: none;
    background-color: #f8f8f8;
    margin: 2px;
    border-radius: 6px;
    border: none;
}

.gm-page>ul>li.on>a,
.gm-page>ul>li>a:hover,
.gm-page>ul>li.active>span,
.gm-page .active button {
    text-decoration: none;
    background: linear-gradient(90deg, #ffb821 0, #d9534f 45%, #ff1459);
    background-color: #ff183e;
    color: #fff
}

.gm-foot {
    /*margin-top: 30px;*/
    border-top: 2px solid #d9534f;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
    color: #999;
    font-size: 13px;
    line-height: 20px;
    text-align: center
}

.gm-foot a {
    color: #666
}

.gm-foot a:hover {
    color: #d9534f
}

#dom-player {
    min-height: 200px;
    background: #000
}

#dom-player>.tip {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    padding-top: 60px;
    text-align: center
}

.dplayer-notice {
    bottom: 30% !important;
    font-size: 18px !important;
    line-height: 24px !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center;
    padding: 20px !important
}

#dom-source {
    background: #fff;
    border: 2px solid #ddd;
    border-top: 0
}

#dom-source>.source {
    overflow: hidden;
    padding: 8px 6px;
    border-top: 2px solid #ddd
}

#dom-source>.source>.title {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 700
}

#dom-source>.source>.title>.res {
    color: #fff;
    background-color: #337ab7;
    border-radius: .25em;
    padding: 0 .2em
}

#dom-source>.source>.title>.ttl {
    font-size: 12px
}

#dom-source>.source>.title>.ttl.v1 {
    color: #4cae4c
}

#dom-source>.source>.title>.ttl.v2 {
    color: #ec971f
}

#dom-source>.source>.title>.ttl.v3 {
    color: #d9534f
}

#dom-source>.source>.list {
    overflow: auto
}

#dom-source>.source>.list>a {
    float: left;
    min-width: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #333;
    cursor: pointer;
    padding: 4px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 1px;
    margin-bottom: 1px;
    background: #fff
}

#dom-source>.source>.list>a:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

#dom-source>.source>.list>a.on {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

#dom-source>.source>.list>a.on:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

#dom-source>.source.on {
    background: #f1f1f1
}

#dom-source>.source:hover {
    background: #f1f1f1
}

.gm-vod {
    margin-top: 20px;
    overflow: hidden
}

.gm-vod>.img {
    display: block;
    width: 220px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px
}

.gm-vod>.more>.title {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 10px
}

.gm-vod>.more>.info {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    word-break: break-all
}

@media(min-width:768px) {
    .gm-vod>.img {
        float: left;
        margin-right: 20px
    }
}

.traffic1 {
    border: 0;
    width: 160px;
    height: 600px;
    position: absolute;
    top: 40px;
    left: -160px
}

.traffic2 {
    border: 0;
    width: 160px;
    height: 600px;
    position: absolute;
    top: 40px;
    right: -160px
}

.traffic3 {
    display: block;
    border: 0;
    width: 728px;
    height: 90px;
    margin: 10px auto 0
}

.traffic4 {
    display: block;
    width: 300px;
    height: 100px;
    margin: 10px auto 0
}

.gm-content {
    border-top: 1px dashed #b3b3b3;
    margin-top: 8px;
    padding-top: 5px;
}

.gm-content img {
    /* display: block;
    margin: 10px auto 0;
    vertical-align: middle;
    width: 100%; */
}

.gm-title h1 {
    font-size: 20px;
    margin-bottom: 5px;
    /* text-align: center; */
}

.gm-tags {
    /* font-weight: 700; */
    margin-bottom: 3px;
    /* text-align: right; */
    font-size: 13px;
    color: #999;
}
a.gm-tag-item {
    font-size: 14px;
    border: 1px solid #F44336;
    border-radius: 3px;
    padding: 1px 5px;
    color: #F44336;
}
.gm-tags>span {
    color: #999;
}

.gm-tags-link {
    color: #fff;
    background: #F44336;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 1px 5px;
    margin: 0 3px 5px 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.gm-meta .gm-tags-link {
    font-size: 16px;
    margin: 0;
}

.text-center {
    text-align: center !important;
}

.mt20 {
    margin-top: 20px !important;
}

.gm-page-title {
    margin: 0 auto 15px;
    text-align: center;
    font-size: 18px;
}

.gm-page-title.category {
    font-size: 18px;
    /* font-weight: 700; */
}

.gm-page-title.category h1 {
    font-size: 28px;
}

.gm-count-tip {
    position: fixed;
    right: 0;
    bottom: 20px;
    background: #0000006b;
    color: #fff;
    font-size: 12px;
    padding: 0 2px;
    z-index: 10;
}

#loadmore {
    line-height: 1.5;
    text-align: center;
    padding: 10px 0;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.endline {
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

.endline::before,
.endline::after {
    content: "";
    background: #eee;
    max-width: 20%;
    height: 1px;
    margin: 0 1em;
    flex: 1;
}
.gm-desc {
    margin-bottom: 5px;
}
.gm-rank-tips {
    /* text-align: center; */
    margin-bottom: 5px;
}

.gm-rank-tip {
    background: #00000096;
    color: #e9ce7b;
    padding: 5px 7px;
    border-radius: 3px;
    font-size: 12px;
    /* margin-bottom: 5px; */
    display: inline-block;
    margin-right: 5px;
    line-height: 1.2;
}

.oper-box {
    display: inline-block;
    margin-left: 10px;
    float: right;
    margin-top: -3px;
}

.oper-box button {
    border: none;
    background: #2196F3;
    color: #fff;
    font-size: 14px;
    padding: 3px 5px;
    /*margin-top: -5px;*/
    border-radius: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.oper-box button i {
    font-size: 18px;
    line-height: 18px;
    font-style: normal;
    vertical-align: middle;
}

.cancel {
    background: #FF5722 !important;
}

.mask {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

/* 用户信息卡片 */
.profile-card,
#passwordModal {
    background: white;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info h1 {
    font-size: 18px;
    color: #333;
}

.profile-info p {
    color: #666;
    /* margin: 8px 0; */
}

/* 按钮通用样式 */
.btn {
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    margin: 5px;
    border: 1px solid transparent;
}

/* 次级按钮 */
.btn-secondary {
    background: #fff;
    border-color: #ddd;
    color: #666;
}

.btn-secondary:hover {
    background: #f8f8f8;
    border-color: #ccc;
}

/* 退出按钮 */
.btn-logout {
    background: #ff4444;
    color: white;
    border-color: #ff3333;
}

.btn-logout:hover {
    background: #ff3333;
}

/* 按钮容器 */
.action-buttons {
    margin-top: 5px;
    display: flex;
    gap: 10px;
}

/* 新增密码修改模态框样式 */
.password-modal {
    display: none;
    /* 保持原有模态框样式 */
}

.password-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}
.password-form .tip b {
    color: #F44336;
}

.form-input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#passwordModal {
    max-width: 500px;
    margin: 0 auto 20px;
    position: relative;
    display: none;
    text-align: center;
    padding: 20px;
}

.close-btn {
    font-size: 28px;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    /* border: 1px solid #333; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 10px;
    right: 10px;
}
.viewer-backdrop {
    background-color: rgba(0, 0, 0, .8)!important;
}
.viewer-navbar {
    background-color: rgba(0, 0, 0)!important;
}
/* 回到顶部按钮基础样式 */
.back-to-top {
    position: fixed;
    bottom: 10%;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #4d636e;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    opacity: 114%;
    visibility: hidden;
    transition: all 480ms ease;
    z-index: 991;
    font-family: cursive;
    /*box-shadow: 0 123px 125px rgba(0, 116, 217, 136%);*/
}

/* 鼠标悬停效果 */
.back-to-top:hover {
    background-color: #2980B9;
    transform: scale(107%);
}

/* 显示按钮时的状态 */
.back-to-top.show {
    opacity: 111%;
    visibility: visible;
}

/* 小屏幕适配 */
@media (max-width: 767px) {
    .back-to-top {
        bottom: 10%;
        right: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}