.model-content {
    padding: 1.5rem;
    color: rgba(0, 0, 0, 0.9);
}
.main-content.pay-model h3{color:#333}
.layui-layer-dialog .layui-layer-content{color:#333}
.mb-2{margin-bottom:20px}
.mr-2{margin-right:20px !important;}
.hidden{display: none !important;}

nav .logo{max-width:40%}
footer .logo{max-width:30%}
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
    }
}
.nav-dropdown-icon {
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}
/* PC hover */
@media (min-width: 992px) {
    .navbar .dropdown:hover .nav-dropdown-icon {
        transform: rotate(180deg);
    }
}

/* Mobile 点击展开 */
.navbar .dropdown.show .nav-dropdown-icon {
    transform: rotate(180deg);
}
#navbarNav .nav-item .dropdown-menu .dropdown-item:hover{
    color: #ffc107 !important;
}
#ponts-details .thead{
    border-bottom: 1px solid var(--primary);
}
#ponts-details .ghost-points-list li{
    border-bottom: 1px solid var(--primary);
}
#recharge .pricing-section .pricing-card{
    cursor: pointer;
}
#recharge .pricing-section .pricing-card.active{
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
#recharge .pricing-section .pricing-card:hover{
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.hr2{border-top:1px solid #fff}

.ghost-list-bg{
    background-color: var(--dark-light);
    border-radius: 8px;
    padding: 10px;
}
.ghost-list-bg .title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    cursor: pointer;
}

.episode-bottom{
  display: flex;
  align-items: center;
  justify-content: end;
  border-top: 1px solid #fff;
  margin-top: 15px;
  padding-top: 8px;
  cursor: pointer;
}

.episode-host h6 i{
  margin-right: 5px;
}
.episode-code{cursor:pointer}
.episode-item .jsonContent{
    position: relative;
}
.episode-item pre {
    background: #1e293b; color: #e2e8f0; padding: 10px;
    border-radius: 8px; margin-top: 8px; white-space: pre-wrap;
    word-break: break-word;
}
.episode-item .copyMsg{
    padding: 0px 5px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
.episode-item .copyMsg svg{
    color:#7386a8;
}


.music .get-content-list .music-type{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    cursor: pointer;
}

.popular-post:hover .play-btn{
    opacity:1;
}
.js-player:hover{
    background-color: var(--primary-dark);
    border-color: var(--primary-dark);
}
.js-player{
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-67%, -60%);
    background-color: var(--primary);
    border-color: var(--primary);
}

.speech .js-player{
    top: auto;
    left: auto;
    transform: none;
}

.speech .play-btn{
    opacity:1;
}

/* tooltip 样式 */
.tooltip-box {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    max-width: 260px;        
    line-height: 1.4;
    white-space: normal;    
    word-break: break-word;  
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 9999;
}
.tooltip-box::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}

.speech_audiofly_list{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--secondary);
}

.speech_audiofly_list .title_text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    cursor: pointer;
}
.episode-bottom {
     display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 8px;
}

/* 音色上传列表 start */
.ghost-prompts .uploader { border:2px dashed #cbd5e1; padding:18px; border-radius:8px; display:flex; gap:12px; align-items:center; justify-content:space-between; background-color: var(--secondary);}
.ghost-prompts .uploader.drag { border-color:#fff; background:#eff8ff; }
.ghost-prompts .ghost-controls { display: flex;flex-direction: column; gap: 8px;align-items: stretch;}
.ghost-prompts input[type="file"] { display:none; }
.ghost-prompts .ghost-btn { padding:8px 5px; border-radius:6px; cursor:pointer; border:1px solid #cbd5e1; background:var(--secondary); color:#fff; }
.ghost-prompts .ghost-btn.primary { background:#2563eb; color:#fff; border-color:transparent; }
.ghost-prompts .note { color:#fff; font-size:13px; }
.ghost-prompts .list { margin-top:16px; display:grid; gap:12px; grid-template-columns:1fr; }
.ghost-prompts .card { background:var(--secondary); padding:12px; border-radius:8px; box-shadow:0 1px 2px rgba(2,6,23,0.04); display:flex; gap:12px; align-items:left; }
.ghost-prompts .actions { display:flex; gap:8px; align-items:center; }
.ghost-prompts .remove { background:var(--primary); color:#fff; border-color:transparent; border-radius: 0 8px 0 0;position: absolute; top: 0; right: 0;}
.ghost-prompts audio { outline:none; width:260px; }
.ghost-prompts .small { font-size:12px; color:#fff;}
.ghost-prompts label{color:#fff}
/* 音色上传列表 end */