:root{
    color: #fff;
    --bs-modal-color: #3D3D3D;
}
a{color: #3D3D3D;}
.bg-nav{background-color: rgba(0, 0, 0, 0);}
.bg-footer{background-color: #333;}
.bg-black{background-color: #060015;}
.bg-1F1B2C{background-color: #1F1B2C;}
.bg-1A1528{background-color: #1A1528;}
.bg-060015{background-color: #060015;}
.bg-FFF8F8{background-color: #FFF8F8;}
.bg-F1F3F5{background-color: #F1F3F5;}
.bg-FFFC62{background-color: #FFFC62;}
.bg-FCF0F0{background-color: #FCF0F0;}
.bg-FFF3F3{background-color: #FFF3F3;}
.bg-1D1D1D{background-color: #1D1D1D;}
.bg-linear-red{
    background-image: linear-gradient(to right, #F6453F, #C20F09);
}
.bg-403D47-B28260{
    background-image: linear-gradient(to right, #403D47, #B28260);
}
/* 登录 start*/
.login-box{
    min-height: 500px;
    border-radius: var(--bs-border-radius-2xl);
    background-color: #0E0C15;
    color: #fff;
    background-image: url(../img/bg-login.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.login-box .send-code-btn{
    width: 40%;
    color: #FBCC82;
    border: 1px solid transparent;
    background-color: #64545E;
    border-radius: 2em;
}
.login-box .form-control{color: #333;}
.login-box .exec-login-btn{
    border: 0;
    color: #0E0C15;
    background-color: #FBCC82;
    background-image: none;
    padding: .75rem 0 !important;
    border-radius: 2em;
}
.login-box .register-tips{
    width: 80%;
    font-size: 12px;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    color: #fff;
}
.login-box .register-tips::before,
.login-box .register-tips::after{content: '';position: absolute;width: calc((100% - 10em) / 2);height: 1px;background-color: #d8d8d8;left: 0;top: calc((100% - 1px) / 2);z-index: 1}
.login-box .register-tips::after{left: auto;background-color: #D8D8D8;right: 0;}
.login-box .cover{width: 179px;position: absolute;height: 179px;border-radius: .7em;overflow: hidden; background-color: rgba(0, 0, 0, .8);color: #fff;display: flex;justify-content: center;align-items: center;}
.login-box .qrcode-box{width: 179px; border-radius: .7em; overflow: hidden;}
.login-box .tel-login-btn,
.login-box .wechat-login-btn,
.login-box .tel-login{
    display: none;
    cursor: pointer;
}
.login-box .tel-login-btn > div, .login-box .wechat-login-btn > div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.login-box .tel-login-btn.active, .login-box .wechat-login-btn.active{display: flex;}
.login-box .tel-login .text-danger, .login-box .wechat-login .text-danger{
    font-size: 12px;
    min-height: 1.5em;
}
.login-box .tel-login input::placeholder{color: #B3B3B3;}
.login-box .tel-login input{
    outline: none;
    color: #B8B1A7;
    padding-top: .75rem;
    padding-bottom: .75rem;
    border: 1px solid transparent;
    background-color: #64545E;
    border-radius: 2em;
}
.login-box .tel-login input[name=register-code]{width: 60%;}
.login-box .tel-login label{color: #000000;}
.login-box .tel-login-btn .avatar-text{background: #ffa938;font-size: 2rem;cursor: pointer;}
.login-box .wechat-login-btn .avatar-text{background: #50d562;font-size: 2rem;cursor: pointer;}
.login-box .user-protocol{font-size: 12px;color: #666;}
/* 登录 end*/
/* 重写公共 checkbox start */
.checkbox{display: inline-block;cursor: pointer;}
.checkbox img:nth-child(2), .checkbox.check img:nth-child(1){display: inline;}
.checkbox img:nth-child(1), .checkbox.check img:nth-child(2){display: none;}
.checkbox img{width: 1.5em; margin-top: -.2em;}
/* 重写公共 checkbox end */
.text-indent{text-indent: 2em;}
svg.icon{width: 1em;height: 1em;}
.text-333{color: #333;}
.text-3D3D3D{color: #3D3D3D;}
.text-575B66{color: #575B66;}
.text-868686{color: #868686;}
.text-EFEFEF{color: #EFEFEF;}
.text-violet{color: #BB72FF;}
.text-D92721{color: #D92721;}
.text-FBCC82{color: #FBCC82;}
.text-9E9E9E{color: #9E9E9E !important;}
.text-5ED2FF{color: #5ED2FF;}
.text-5B0F0F{color: #5B0F0F;}
.text-F6443F{color: #F6443F;}
.text-18FE90{color: #18FE90;}
.text-666{color: #666;}
.text-999{color: #999;}
.text-wechat-green{color: #39b239;}
.text-alipay-blue{color: #1777ff;}
.text-blue{color: #315CEC;}
.text-yellow{color: #FDC03A;}
.text-red{color: #FF3838;}
.text-gold{color: #c28748;}
.text-white{color: #fff;}
.text-340403{color: #340403;}
.text-grey{color: #575B66;}
.text-black{color: #060015;}
.cursor-pointer{cursor: pointer;}
.border-radius{border-radius: var(--bs-border-radius-xl);}
.border-left-radius{border-radius: var(--bs-border-radius-lg) 0 0 var(--bs-border-radius-lg);}
.border-top-radius{border-radius: var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0 0;}
.border-bottom-radius{border-radius: 0 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg);}
.border-right-radius{border-radius: 0 var(--bs-border-radius-lg) var(--bs-border-radius-lg) 0;}
img{max-width: 100%;}

/* 付费列表 start */
.buy-box-border{
    padding: 0;
    border-radius: var(--bs-border-radius);
}
.buy-box{
    /*background: #fff;*/
    border-radius: var(--bs-border-radius);
}
.buy-box .buy-banner{
    height: 13rem;
    overflow: hidden;
}
.buy-box .nav-tabs{
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    white-space: nowrap;
}
.buy-box .nav-item button, .buy-box .nav-item button:hover, .buy-box .nav-item button:visited{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DEDEDE;
    color: #666666;
    border-radius: var(--bs-nav-tabs-border-radius);
    padding: .2rem .3rem !important;
    line-height: 1.85em;
}
.buy-box .nav-item button.active{
    border: 1px solid #1777FF;
    border-radius: var(--bs-nav-tabs-border-radius);
    color: #333333;
}
.buy-box .nav-item button i{
    margin-right: .5rem;
}
.buy-box .pay-price-group{
    height: 100%;
    width: 100%;
}
.buy-box .pay-qrcode{
    position: absolute;
    top: 33%;
    left: 69%;
    width: 27.64%;
    height: 52.6%;
    background: #1F1B2C;
    border-radius: var(--bs-border-radius-xl);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}
.buy-box .pay-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 62%;
    left: 4%;
    width: 64.1%;
}
.buy-box .pay-group .pay-item{
    width: calc(100% / 4);
    background-color: #423F4D;
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.buy-box .pay-group .pay-item > div{
    width: calc(100% - 2px);
    border-radius: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    margin: 1px;
    position: relative;
    background: #1F1B2C;
    padding: .3rem 0;
}
.buy-box .pay-group .pay-item .pay-item-title{
    display: flex;
    color: #7C808A;
}
.buy-box .pay-group .pay-item .pay-item-unit-price{
    color: #7C808A;
    font-size: 12px;
    white-space: nowrap;
}
.buy-box .pay-group .pay-item .pay-item-unit-price span{
    font-size: 2rem;
}
.buy-box .pay-group .pay-item .pay-item-price{
    color: #7C808A;
}
.buy-box .pay-group .pay-item .pay-item-original-price{
    text-decoration: line-through;
    color: #7C7E88;
}
.buy-box .pay-group .pay-item .pay-item-tips{
    background-image: linear-gradient(to left, #FFC144, #FF6937);
    position: absolute;
    left: -2px;
    top: calc(-1.5em / 2);
    padding: 0 .5rem;
    color: #fff;
    font-size: 10px;
    line-height: 1.85em;
    border-radius: .5rem 0 .5rem 0;
}
.buy-box .pay-group .pay-item.active{
    background-color: #FFE3B8;
}
.buy-box .pay-group .pay-item.active > div{

}
.buy-box .pay-group .pay-item.active .pay-item-price,
.buy-box .pay-group .pay-item.active .pay-item-unit-price{
    color: #FFE3B8;
}
.buy-box .pay-group .pay-item.active .pay-item-title{
    color: #Fff;
}
.buy-box .pay-qrcode-1{
    background: #fff;
    width: 100%;
}
.buy-box .tab-content{
    display: flex;
    justify-content: center;
}
.buy-box .wechat-qrcode,
.buy-box .alipay-qrcode{
    border: 2px solid #1AAD19;
    width: 130px;
    height: 130px;
    /*padding: 3px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff url(../img/loading24.gif) center center no-repeat;
    border-radius: .2rem;
    overflow: hidden;
}
.buy-box .alipay-qrcode{
    border-color: #1777FF;
}
.buy-box .wechat-qrcode canvas, .buy-box .alipay-qrcode iframe{
    width: 120px;
    height: 120px;
}
.buy-box .alipay-qrcode iframe{
    margin-left: 5px;
    margin-top: 5px;
    width: 125px;
    height: 125px;
}
.buy-box .wechat-title, .alipay-title{
    margin-top: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buy-box .wechat-title i, .alipay-title i{
    margin-right: .3rem;
    font-size: 2em;
}
.buy-box .wechat-qrcode img, .alipay-qrcode img{
    width: 100%;
}
.buy-box .pay-price-tips + .fs-7{
    white-space: nowrap;
}
.buy-box .pay-price-tips{
    background-image: linear-gradient(to left, #FF6426, #FFAE57);
    color: #fff;
    padding: .3rem;
    border-radius: .3rem;
    position: relative;
    font-size: 12px;
    white-space: nowrap;
}
.buy-box .pay-price-tips::before{
    position: absolute;
    content: '';
    top: -.85rem;
    left: 2rem;
    border-style: solid;
    border-width: .45rem;
    border-color: transparent transparent #ffa048 transparent;
}
.buy-box .nav-tabs{
    background-color: #423F4D;
    border-radius: var(--bs-border-radius-lg);
    overflow: hidden;
}
.buy-box .nav-tabs .nav-item .nav-link{
    color: #666;
    border: none;
    border-radius: var(--bs-border-radius-lg);
}
.buy-box .nav-tabs .nav-item .nav-link.active{
    color: #333;
    border: none;
    position: relative;
}
.buy-box .nav-tabs .nav-item .nav-link.active:before{
    position: absolute;
    content: '';
    border-bottom: none;
}
/* 付费列表 end */

/* 挽留 开始 */
.retain-box{background-image: linear-gradient(133deg, #1C2938, #18292E);border-radius: .5rem;}
.retain-box .retain-tips{width: 100%;display: flex;justify-content: center;align-items: center;}
.retain-box .retain-tips img{width: 80%;}
.retain-box .retain-frame, .retain-box .qrcode{position: relative;width: 100%;background-image: linear-gradient(to left, #060015, #060015);}
.retain-box .retain-frame{border-top-left-radius: 1rem;border-top-right-radius: 1rem;}
.retain-box .qrcode{border-bottom-left-radius: 1rem;border-bottom-right-radius: 1rem;}
.retain-box .retain-frame > img{width: 100%;}
.retain-box .retain-frame .retain-content{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.retain-box .retain-frame .retain-content .top, .retain-box .retain-frame .retain-content .center-1, .retain-box .retain-frame .retain-content .center-2, .retain-box .retain-frame .retain-content .bottom{position: absolute;font-size: 9px;width: 100%;color: #BB72FF;line-height: 1.8em;}
.retain-box .retain-frame .retain-content .bottom > div > .fs-2{white-space: nowrap;}
.retain-box .retain-frame .retain-content .top{left: 5%;top: 20%;width: 89%;display: flex;justify-content: space-between;align-items: center; /*padding: 0 .2rem;*/line-height: 1em;font-weight: 500;}
.retain-box .retain-frame .retain-content .center-1{left: 5%;top: 42%;width: 90%;display: flex;justify-content: center;align-items: center;line-height: 1em;font-size: 20px;color: #fff;font-weight: bolder;}
.retain-box .retain-frame .retain-content .center-2{left: 5%;top: 65.23%;width: 90%;display: flex;justify-content: center;align-items: center;line-height: 1em;font-size: 18px;color: #bb72ff;font-weight: bolder;}
.retain-box .retain-frame .retain-content .center-2 span{font-weight: 400;}
.retain-box .retain-frame .retain-content .top > div{text-align: center;}
.retain-box .retain-frame .retain-content .top .shrink{display: inline-block;transform: scale(.5);}
.retain-box .retain-frame .retain-content .bottom{bottom: 8%;left: 10%;width: 80%;height: 14.63%;display: flex;align-items: center;justify-content: center;color: #060015;}
.retain-box .wechat-qrcode, .retain-box .alipay-qrcode{width: 130px;height: 130px;padding: 3px;background: #fff url(../img/loading24.gif) center center no-repeat;border-radius: .2rem;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.retain-box .alipay-qrcode{border-color: #1777FF;}
.retain-box .wechat-qrcode canvas{width: 120px;height: 120px;}
.retain-box .alipay-qrcode iframe{margin-left: 5px;margin-top: 5px;width: 125px;height: 125px;}
.retain-box .wechat-title, .alipay-title{margin-top: .3rem;display: flex;justify-content: center;align-items: center;}
.retain-box .wechat-title i, .alipay-title i{margin-right: .3rem;font-size: 2em;}
.retain-box .wechat-qrcode img, .alipay-qrcode img{width: 100%;}
/* 挽留 结束 */

/* 挽留 开始 */
.-second-payment {background-image: url("../img/bg-second-payment.webp"); background-size: cover; border-radius: 1.5rem;}
.-second-payment .retain-tips{width: 100%;display: flex;justify-content: center;align-items: center; font-weight: bolder; font-size: 22px;}
.-second-payment .retain-tips img{width: 80%;}
.-second-payment .retain-frame, .-second-payment .qrcode{position: relative;width: 100%;}
.-second-payment .retain-frame{ line-height: 1.5em; }
.-second-payment .qrcode{border-bottom-left-radius: 1rem;border-bottom-right-radius: 1rem;}
.-second-payment .retain-frame > img{width: 100%;}
.-second-payment .retain-frame .retain-content{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.-second-payment .retain-frame .retain-content .top, .-second-payment .retain-frame .retain-content .center-1, .-second-payment .retain-frame .retain-content .center-2, .-second-payment .retain-frame .retain-content .bottom{position: absolute;font-size: 9px;width: 100%;color: #BB72FF;line-height: 1.8em;}
.-second-payment .retain-frame .retain-content .bottom > div > .fs-2{white-space: nowrap;}
.-second-payment .retain-frame .retain-content .top{left: 5%;top: 20%;width: 89%;display: flex;justify-content: space-between;align-items: center; /*padding: 0 .2rem;*/line-height: 1em;font-weight: 500;}
.-second-payment .retain-frame .retain-content .center-1{left: 5%;top: 42%;width: 90%;display: flex;justify-content: center;align-items: center;line-height: 1em;font-size: 20px;color: #fff;font-weight: bolder;}
.-second-payment .retain-frame .retain-content .center-2{left: 5%;top: 65.23%;width: 90%;display: flex;justify-content: center;align-items: center;line-height: 1em;font-size: 18px;color: #bb72ff;font-weight: bolder;}
.-second-payment .retain-frame .retain-content .center-2 span{font-weight: 400;}
.-second-payment .retain-frame .retain-content .top > div{text-align: center;}
.-second-payment .retain-frame .retain-content .top .shrink{display: inline-block;transform: scale(.5);}
.-second-payment .retain-frame .retain-content .bottom{bottom: 8%;left: 10%;width: 80%;height: 14.63%;display: flex;align-items: center;justify-content: center;color: #060015;}
.-second-payment .wechat-qrcode, .-second-payment .alipay-qrcode{width: 130px;height: 130px;padding: 3px;background: #fff url(../img/loading24.gif) center center no-repeat;border-radius: .2rem;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.-second-payment .alipay-qrcode{border-color: #1777FF;}
.-second-payment .wechat-qrcode canvas{width: 120px;height: 120px;}
.-second-payment .alipay-qrcode iframe{margin-left: 5px;margin-top: 5px;width: 125px;height: 125px;}
.-second-payment .wechat-title, .alipay-title{margin-top: .3rem;display: flex;justify-content: center;align-items: center;}
.-second-payment .wechat-title i, .alipay-title i{margin-right: .3rem;font-size: 2em;}
.-second-payment .wechat-qrcode img, .alipay-qrcode img{width: 100%;}
/* 挽留 结束 */

.link-dark{color: #212529 !important;}
.fs-7{font-size: .75rem !important}
.fs-8{font-size: .625rem !important}
.fs-9{font-size: .5rem !important}
.fs-10{font-size: .375rem !important}
.w-1em{width: 1em;}
.w-2em{width: 1.5em;}
.w-3em{width: 2em;}
.w-4em{width: 2.5em;}
.icon-img-xs{width: .8em;}
.icon-img-sm{width: 1em;}
.icon-img{width: 1.2em;}
.icon-img-md{width: 1.5em;}
.icon-img-lg{width: 1.8em;}
.icon-img-xl{width: 2em;}
.icon-img-xxl{width: 2.3em;}
.icon-img-xxxl{width: 2.5em;}
.icon-img-xxxxl{width: 2.8em;}
.icon-img-xxxxl{width: 3em;}
.border-radius-0{border-radius: 0;}
.text-overflow-2, .text-overflow-3, .text-overflow-4{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.text-overflow-1{width: 100%;word-break: keep-all; /* 不换行 */white-space: nowrap; /* 不换行 */overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */text-overflow: ellipsis;}
.text-overflow-2{-webkit-line-clamp: 2;}
.text-overflow-3{-webkit-line-clamp: 3;}
.text-overflow-4{-webkit-line-clamp: 4;}
.single-line{width: 100%;word-break: keep-all; /* 不换行 */white-space: nowrap; /* 不换行 */overflow: auto; }
.single-line::-webkit-scrollbar{display: none;}
*::-webkit-scrollbar{display: none;}
.dropdown-toggle::after{display: none;}

@media (min-width: 576px){
    .modal-sm{
        --bs-modal-width: 400px;
    }
}
/*修改bootstrap 原生内容 start*/
.form-control:focus{
    box-shadow: none;
    border-color: #E1E1E1;
}
.modal-content{
    background: none;
}
.btn-close{font-size: 200%; --bs-btn-close-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="block" class="bi bi-x" viewBox="0 0 16 16"> <path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/> </svg>');}
#modal-retain .btn-close{
    font-size: 200%;
    --bs-btn-close-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" class="bi bi-x" viewBox="0 0 16 16"> <path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/> </svg>');
}
#modal-buy .btn-close, #user-model .btn-close, #modal-login .btn-close{
    font-size: 150%;
    --bs-btn-close-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" class="bi bi-x" viewBox="0 0 16 16"> <path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/> </svg>');
    background-color: #1F1B2C;
    border-radius: .75rem;
}
.-lyrics .btn-close, #modal-warm-reminder .btn-close {
    --bs-btn-close-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" class="bi bi-x" viewBox="0 0 16 16"> <path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/> </svg>');
}
.-lyrics .btn-close {
    display:none;
}
.-lyrics .-lyrics-body .top:hover .btn-close {
    display:flex;
}
.w-e-modal .btn-close{--bs-btn-close-bg: none;}
.form-check-label{display: inline-flex;justify-content: flex-start;align-items: center;}
.btn-info,
.btn-info:hover,
.btn-info:visited,
.btn-info:link,
.btn-info:active,
.btn-info:focus-within,
.btn-info:focus-visible,
.btn-info:focus{
    border: 1px solid #E1E1E1;
    color: #333;
    background-color: #fff !important;
    background-image: none;
}
.btn-black,
.btn-black:hover,
.btn-black:visited,
.btn-black:link,
.btn-black:active,
.btn-black:focus-within,
.btn-black:focus-visible,
.btn-black:focus{
    border: 1px solid transparent;
    border-radius: 2em;
    padding: 0 .375rem;
    color: #FBCC82;
    font-size: 80%;
    background-color: #4C4844 !important;
    background-image: none;
}
.btn-primary,
.btn-primary:hover,
.btn-primary:link,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus-within,
.btn-primary:focus-visible,
.btn-primary:disabled,
.btn-primary:focus{
    background-color: #FBCC82;
    color: #131314;
    border: 0;
}
.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary:link,
.btn-outline-primary:active,
.btn-outline-primary:visited,
.btn-outline-primary:focus{
    border: 1px solid #F6443F !important;
    color: #F6443F !important;
    background-color: #fff !important;
}
.btn-outline-grey,
.btn-outline-grey:hover,
.btn-outline-grey:link,
.btn-outline-grey:active,
.btn-outline-grey:visited,
.btn-outline-grey:focus{
    border: 1px solid #DCDCDC !important;
    color: #767676 !important;
    background-color: #F6F6F6 !important;
}
.btn-grey,
.btn-grey:hover,
.btn-grey:link,
.btn-grey:active,
.btn-grey:visited,
.btn-grey:focus{
    /*border: 1px solid #DCDCDC !important;*/
    color: #767676 !important;
    background-color: #F6F6F6 !important;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:link, .btn-secondary:active{background: #060015;border: none;color: #fff;}
.btn-third,
.btn-third:hover,
.btn-third:link,
.btn-third:active,
.btn-third:focus,
.btn-third:visited{
    border-color: #FFFFFF;
    color: #fff !important;
}
.modal-header, .modal-footer{border: none;}
.dropdown-menu .dropdown-item{
    display: flex;justify-content: flex-start;
    align-items: center;padding-top: .2rem;padding-bottom: .2rem;}
.dropdown-menu .dropdown-item i{margin-right: .3rem;}
.btn-close:focus{box-shadow: none !important;}
.dropdown-item:focus, .dropdown-item:hover{color: #3D3D3D;}
.dropdown-item.active, .dropdown-item:active{background-color: #FFFFFF;}
input, input:hover, input:focus{background: #fff;color: #3D3D3D;outline: none;}
a{text-decoration: none;}
header .nav-link, header .nav-link:hover{color: #575B66;font-weight: 400;}
header .nav-link.active{color: #F22C29 !important;position: relative; font-weight: 700;}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets{position: absolute !important;top: calc(100% + 25px) !important;left: 50% !important;}
.carousel-caption{height: 100%;margin-bottom: -1.25rem; /*left: 0;*/right: 50%; /*background: rgba(0, 0, 0, .2);*/display: flex;justify-content: center;align-items: center;}
tbody, td, tfoot, th, thead, tr{
    border: none;
}
.table tbody tr td{
    color: #666666;
}
/*修改bootstrap 原生内容 end */
.btn-radius{border-radius: 2em;}
.btn-length-1{padding-left: 1em !important;padding-right: 1em !important;}
.btn-length-2{padding-left: 1.5em !important;padding-right: 1.5em !important;}
.btn-length-3{padding-left: 2em !important;padding-right: 2em !important;}
.btn-length-4{padding-left: 2.5em;padding-right: 2.5em;}
.btn-length-5{padding-left: 3em;padding-right: 3em;}
.btn-length-6{padding-left: 3.5em;padding-right: 3.5em;}
/* 项目独立公共部分 start*/
*::-webkit-scrollbar{display: none;}
main div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
}
main{
    background-color: #1D1D1D;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    --nav-width: 100px;
    --container-width: calc(100vw - var(--nav-width));
    --master-width: calc(var(--container-width) - 2rem);
    --lyrics-width: 400px;
    --music-width: 300px;
}
main .-nav{
    width: var(--nav-width);
    min-height: 100%;
    height: 100%;
    justify-content: space-between;
    flex-flow: column nowrap;
    background-color: #131314;
    color: #fff;
    line-height: 1.5em;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
main .-nav .-nav-item{
    width: 100%;
    justify-content: center;
    height: calc(100% / 7);
    flex-flow: column nowrap;
    cursor: pointer;
}
main .-nav .-nav-item .-collect,
main .-nav .-nav-item .-music,
main .-nav .-nav-item .-about,
main .-nav .-nav-item .-index{
    width: 100%;
    justify-content: center;
    padding: .75rem 0;
    flex-flow: column nowrap;
    color: #6F6F70;
}

main .-nav .-nav-item div.active {
    background-color: rgba(255, 255, 255, 0.05);
    color: #FFFFFF;
}
main .-container{
    width: var(--container-width);
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    align-items: flex-start;
    flex-flow: row nowrap;
    flex-shrink: 0;
}
/* 左侧导航图标 start */
.-index img{
    content: url(../img/icon-index-grey.png);
}
.-index.active img{
    content: url(../img/icon-index-gold.png);
}
.-about img{
    content: url(../img/icon-about-grey.png);
}
.-about.active img{
    content: url(../img/icon-about-gold.png);
}
.-music img{
    content: url(../img/icon-music-grey.png);
}
.-music.active img{
    content: url(../img/icon-music-gold.png);
}
.-collect img{
    content: url(../img/icon-collect-grey.png);
}
.-collect.active img{
    content: url(../img/icon-collect-gold.png);
}
.-index.active,.-collect.active,.-music.active ,.-about.active{
    border-right: 2px solid #FBCC82;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active
{
    background-color: transparent;
    border-color: inherit;
}
/* 左侧导航图标 end */
.userinfo .pulldown{
    background-color: rgba(138, 138, 138, 0.21);
    min-width: 100px;
    top: -160%;
    left: 50%;
    z-index: 9999;
    box-shadow: var(--bs-box-shadow);
}
.pulldown-cover{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 888;
}
#user-model{
    color: #fff;
}
#user-model .user-huangguan{
    position: absolute;
    width: 2em;
    margin-left: 21%;
    margin-top: 1%;
    left: 0;
    top: 0;
}
.userinfo .user-huangguan{
    position: absolute;
    width: 1.5em;
    margin-left: 50%;
    margin-top: -12%;
    left: 0;
    top: 0;
}
.-container .-master{
    width: var(--master-width);
    margin-left: 1rem;
    flex-flow: column nowrap;
    flex-shrink: 1;
    height: 100%;
    overflow:auto;
}
.-container .-master .-banner{
    width: 100%;
}
.-container .-master .-banner img:nth-child(1){
    left: 1rem;
}
.-container .-master .-banner img:nth-child(2){
    width: 100%;
}
.-music-card{
    background-image: linear-gradient(to bottom, #36312A, #282625);
    width: 100%;
    color: #fff;
    border-radius: var(--bs-border-radius-xl);
}
.-music-card .card-body{
    width: 100%;
    position: relative;
}
.-music-card .card-body .-tips{
    position: absolute;
    background-color: #FBCC82;
    border-top-left-radius: var(--bs-border-radius-xl);
    border-bottom-right-radius: var(--bs-border-radius-xl);
    left: -1px;
    top: -1px;
    padding: 0 .75rem;
    color: #1F1F20;
    font-size: 80%;
    font-weight: 700;
}
.-music-card .card-body .-share{
    position: absolute;
    right: -1px;
    top: -1px;
    padding: 0 .75rem;
}
.-music-card img{
    border-radius: var(--bs-border-radius);
}
.-lr{
    width: 100%;
    flex-flow: row nowrap;
}
.-lr .-left{
    width: 20%;
}

.-music-card .-lr .-left {
    aspect-ratio: 1 / 1;
    overflow:hidden;
    border-radius: var(--bs-border-radius-xl);
    display: flex;
    justify-content: center;
    align-items: center;
}
.--list .-left {
    aspect-ratio: 1 / 1;
    overflow:hidden;
    border-radius: var(--bs-border-radius-xl);
    display: flex;
    justify-content: center;
    align-items: center;
}
.-lr .-right{
    margin-left: 1rem;
    width: calc(80% - 1rem);
    flex-flow: column nowrap;
    align-items: flex-start;
}
.-lcr{
    width: 100%;
    flex-flow: row nowrap;
}
.-lcr .-left{
    width: 2em;
    flex-shrink: 0;
}
.-lcr .-center{
    width: 100%;
    flex-shrink: 1;
    flex-flow: row nowrap;
}
.-lcr .-right{
    width: 2em;
    flex-shrink: 0;
}
.progress{
    height: .3em;
}
.progress-bar{
    background-color: #FBCC82;
}

.card{
    border: none;
    background-color: transparent;
    border-radius: var(--bs-border-radius-lg);
}

.card .card-header{
    background-color: transparent;
    border: none;
    color: #fff;
}

.card .card-header .card-title{
    margin-bottom: 0;
}
.-fenlei > div > div{
    position: absolute;
    justify-content: center;
    color: #fff;
    width: 100%;
    height: 100%;
}
.-lyrics{
    width: var(--lyrics-width);
    height: 100%;
    flex-shrink: 0;
    display:none;
}
.-lyrics-body {
    width: var(--lyrics-width);
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #131314;
    color: #fff;
    align-items: flex-start;
    padding: .75rem;
    flex-flow: column nowrap;
}
.-lyrics-body .top {
    width: 100%;
    background-image: url("../img/lyrics-top-bg.png");
    background-repeat: no-repeat;
    flex-flow: column nowrap;
    background-size: 100% 100%;
    flex-shrink: 0;
}
.-lyrics-body .top .img{
    background-image: url("../img/lyrics-img.png");
    background-repeat: no-repeat;
    flex-flow: column nowrap;
    background-size: 100% 100%;
    aspect-ratio: 1 / 1;
    justify-content: center;
    width: 50%;
}
.-lyrics-body .top .img img {
    width: 50%;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}
.-lyrics-body .top .title {
    width: 100%;
    padding: 1rem;
}
.-lyrics-body .top .-song-title{
    width: 100%;
    padding: 0 1rem;
}
.-lyrics-body .top .-song-title .-lr {
    width: 100%;
}
.-lyrics-body .top .-song-title .-lr .-left {
    width: 100%;
}
.-lyrics-body .top .-song-title .-lr .-right {
    width: 5em;
    justify-content: space-around;
}
.-lyrics-body .-song-subtitle {
    width: 100%;
    padding: 1rem;
}
.-lyrics-body .bottom {
    width: 100%;
    padding: 1rem;
    height: 100%;
    overflow-y: auto;
    flex-shrink: 1;
}
.-lyrics-body .-lyrics-txt {
    width: 100%;
    height: calc(100% - 4rem);
    justify-content: flex-start;
    flex-flow: column nowrap;
    overflow-y: auto;
    flex-shrink: 1;
    color: #9e9e9e;
}
.-lyrics-body .-lyrics-txt > div {
    margin-bottom: .375rem;
}
#--bottom-lyrics {
    position: fixed;
    bottom: 1rem;
    width: calc(100vw - var(--nav-width) - 10rem);
    left: calc(var(--nav-width) + 5rem);
    min-height: 2rem;
    flex-flow: row nowrap;
    background-color: rgba(138, 138, 138, 0.82);
    border-radius: var(--bs-border-radius);
    padding: .75rem;
    color: #fff;
    justify-content: space-around;
    z-index: 100;
}
#--bottom-lyrics > div {
    flex-wrap: nowrap;
}
#--bottom-lyrics .-song-img-info{
    width: auto;
    flex-shrink: 0;
}
#--bottom-lyrics .-song-img-info img {
    width: 3em;
}
#--bottom-lyrics .-song-img-info .img {
    border-radius: 50%;
    width: 3em;
    overflow: hidden;
    margin-right: .375rem;
    aspect-ratio: 1 / 1;
}
#--bottom-lyrics  .-song-title-info {
    flex-flow: column nowrap;
    align-items: flex-start;
    margin-right: .375rem;
    width: 8em;
}

#--bottom-lyrics  .-song-play-info .-prev,#--bottom-lyrics  .-song-play-info .-next {
    font-size: 1.5rem;
    padding: .3rem;
    cursor: pointer;
}
#--bottom-lyrics .-song-play-info .-current {
    font-size: 2.5rem;
    padding: .3rem;
    cursor: pointer;
}
#--bottom-lyrics .-song-progress-info {
    width: 60%;
    flex-shrink: 1;
    margin: 1rem;
    justify-content: space-around;
}
#--bottom-lyrics .-song-progress-info .progress {
    width: calc(100% - 10em);
}
#--bottom-lyrics .-song-auto-info,#--bottom-lyrics .-song-single-info{
    font-size: 1.5rem;
    padding: .3rem;
    margin-right: .3rem;
}
#--bottom-lyrics .-song-volume-info {
    font-size: 1.5rem;
    width: 6rem;
    justify-content: space-around;
}
#--bottom-lyrics .-song-volume-info .progress{
    width: 4rem;
}

.-list{
    margin-top: .75rem;
    width: 100%;
    flex-flow: column nowrap;
}
.-list .-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row nowrap;
    padding: .75rem 0.75rem;
    cursor: pointer;
    border-bottom: 1px solid #2F2F2F;
    margin-bottom: .75rem;
}

.-list .-item .-left{
    width: 4em;
    flex-shrink: 0;
    margin-right: 1rem;
}
.-list .-item .-center{
    width: 100%;
    flex-shrink: 1;
    color: #fff;
    flex-flow: column nowrap;
    align-items: flex-start;
}

.-list .-item .-right{
    flex-shrink: 0;
}
.-list .btn-info {
    background-color: rgba(255, 255, 255, 0.13) !important;
    border-color: transparent !important;
    color: #FBCC82 !important;
    border-radius: 2em;
    margin-top : .375rem;
}

#--music {
    background:#131314;
}
.-sidebar {
    width: var(--music-width);
    justify-content: flex-start;
    padding-left: 1rem;
}
.-main {
    width: calc(100% - var(--music-width) - 1rem);
    margin-left: 1rem;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #1D1D1D;
    padding-left: 1rem;
    overflow-y: auto;
}
.-empty {
    width: 100%;
    min-height: 60vh;
    justify-content: center;
    align-items: center;
}

.-master .nav-tabs{
    border: none;
    width: 100%;
}
.-master .nav-tabs .nav-item .nav-link{
    border: none;
    color: #333333;
}
.-master .nav-tabs .nav-item .nav-link.active{
    color: #FBCC82;
    position: relative;
    background:none;
}
.-master .nav-tabs .nav-item .nav-link.active:before{
    position: absolute;
    content: '';
    bottom: 0;
    width: 20%;
    left: 40%;
    border-bottom: 1px solid #FBCC82;
}
.dropdown {
    min-width: 5em;
}
.dropdown .btn {
    width: 100%;
    display:flex;
    justify-content: space-around;
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}
.dropdown-menu{
    --bs-dropdown-min-width: 0;
    --bs-dropdown-item-padding-x: .25rem;
}
.dropdown-menu .dropdown-item {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: .75rem;
    padding-right: .75rem;
}
.dropdown .dropdown-menu {
    border: none;
    box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15) !important;
    background-color: #444;
    width: 5em !important;
    color: #fff;
}
.dropdown .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: .85rem;
}
.-master .dropdown .dropdown-menu {
    margin-left: calc(100% - 5rem) !important;
}
.-master .dropdown .dropdown-menu .dropdown-item {
    text-align: center;
    justify-content: center;
}
.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #4D473F;
    cursor: pointer;
    border-radius: var(--bs-border-radius);;
}

.--menu .dropdown-menu {
    background-color: #444;
    color: #fff;
}

.--menu .dropdown-menu .dropdown-item:hover {
    background-color: #4D473F;
    border-radius: var(--bs-border-radius);;
}
.--menu .dropdown-menu .dropdown-item {
    color: #fff;
    font-size: .85rem;
}
.form-control,.form-control:hover,.form-control:active,.form-control:focus {
    background-color: #1D1D1D;
    color: #6A6A6A;
}
.form-control::placeholder {
    color: #6A6A6A;
}
.-item-cover {
    width: 100%;
    position: absolute;;
    justify-content: center;
    align-items: center;
    color: #FFE6C0;
    height: 100%;
    background-color: rgba(0,0,0,.48);
    z-index: 3;
    border-radius: var(--bs-border-radius-xl);
    display:none;
}
.--list .-item.active .-item-cover,
.--list .-item:hover .-item-cover,
.----list .-item.active .-item-cover,
.----list .-item:hover .-item-cover {
    display:flex;
}
.--list .-item.active,
.--list .-item:hover,
.----list .-item:hover{
    background-color: rgba(255, 255, 255, 0.08);
}
.userinfo-down {
    justify-content: center;
    align-items: center;
}
/* 项目独立公共部分 end */

@media (max-width: 1200px){
    .container-fluid{min-width: 1200px;}

    .modal-dialog{width: 1000px;min-width: 700px;}
}

.modal-content {
    border:0;
}