.table-box{max-width:900px;width:100%;margin-inline-start:auto;margin-inline-end:auto}
.phead{display:flex;flex-direction:column;width:100%;min-height:200px;background:linear-gradient(90deg,#8400ff 0%,#02a7f0 100%);padding-block-end:30px}
.phead .ptitle{flex:1;display:flex;align-items:center;justify-content:center;margin:0;text-align:center;font-size:60px;font-weight:600;color:#fff;word-break:keep-all}
.form-item-search{display:flex;align-items:center;width:700px;height:44px;max-width:90%;margin:0 auto;border:1px solid #fff;border-radius:22px;padding:0 20px;position:relative}
.form-item-search input{flex:1;border:none;height:44px;color:#fff;font-size:18px}
.form-item-search .clear{display:none}
.form-item-search button{flex-shrink:0;border:none;background:none;cursor:pointer;color:#fff;font-size:18px}
.form-item-search button:hover{opacity:0.8}
.searchKeywordList{position:absolute;top:46px;left:0;width:100%;height:250px;overflow:hidden auto;background:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);border:1px solid var(--el-border-color);border-radius:5px;z-index:100;padding:10px 0;display:none}
.searchKeywordList .search-cell{display:flex;align-items:center;width:100%;gap:10px;padding:10px 20px;cursor:pointer}
.searchKeywordList .search-cell:hover{background-color:#f5f5f5}
.searchKeywordList .search-cell .cover{width:50px;height:50px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:5px;position:relative}
.searchKeywordList .search-cell .cover img{border-radius:5px}
.searchKeywordList .search-cell .info{width:calc(100% - 50px - 10px)}
.searchKeywordList .search-cell .info .tlt{font-weight:600;font-size:16px;line-height:22px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.searchKeywordList .search-cell .info .author{font-size:14px;line-height:16px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#8a8a8a;margin:4px 0 8px 0}
.searchKeywordList .loading{display:none;align-items:center;flex-direction:column;width:100%;height:75px;padding-block-start:20px}
.searchKeywordList .loading .icon{width:26px;height:26px;border:3px solid var(--el-border-color);border-top-color:transparent;border-radius:50%;animation:loading-rotate 1s linear infinite}
.searchKeywordList .loading .text{margin-block-start:5px;color:#c2c2c2}
@keyframes loading-rotate{
  0%{transform:rotate(0deg)}
  100%{transform:rotate(360deg)}
}
.dt-tabs-head .dt-tab-head{line-height:40px;font-size:24px;font-weight:600}
.filter-wrapper{display:flex;align-items:self-start;flex-wrap:wrap;gap:10px 30px;margin-block-end:20px}
.filter-wrapper .filter{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border:1px solid #d7d7d7;border-radius:5px;padding:0 0 0 10px;transition:border-color 0.2s ease-in-out;overflow:hidden;height:32px}
.filter-wrapper .filter:hover{border-color:var(--el-color-primary)}
.filter-wrapper .filter .filter-label{flex-shrink:0;font-size:12px;color:#7F7F7F;white-space:nowrap;max-width:110px;text-overflow:ellipsis;overflow:hidden}
.filter-wrapper .filter .el-input--small{--el-input-height:26px;height:var(--el-input-height)}
.filter-wrapper .filter .el-select__wrapper,.filter-wrapper .filter .el-input__wrapper{box-shadow:none !important}
.filter-wrapper .filter .el-cascader__tags{flex-wrap:nowrap}
.filter-wrapper .filter .el-cascader__tags .el-tag.el-tag--info{--el-tag-text-color:#333;margin-block-start:0 !important;margin-block-end:0 !important}
.filter-wrapper .filter .el-cascader__tags .el-tag{max-width:75%}
.filter-wrapper .filter .el-cascader__search-input{height:20px;margin-block-end:0 !important;margin-block-start:0 !important}
.list-wrapper .songs-cells{gap:10px}
.list-wrapper .songs-cells .cover{width:80px;height:80px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;position:relative;cursor:pointer}
.list-wrapper .songs-cells .cover img{border-radius:10px}
.list-wrapper .songs-cells .cover .player{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;z-index:1;background-color:rgba(0,0,0,0.5);display:flex;align-items:center;justify-content:center;border-radius:50%}
.list-wrapper .songs-cells .cover .player svg{color:#fff;font-size:20px}
.list-wrapper .songs-cells .dt-space-item:last-child{width:calc(100% - 80px - 10px)}
.list-wrapper .songs-cells .dt-space-item:last-child .tlt{font-weight:600;font-size:16px;line-height:22px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
.list-wrapper .songs-cells .dt-space-item:last-child .author{font-size:14px;line-height:16px;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#8a8a8a;margin:4px 0 8px 0}
.list-wrapper .songs-cells .dt-space-item:last-child [data-cml]{display:none}
.list-wrapper .songs-cells .dt-space-item:last-child [data-cml="1"]{display:flex;border-radius:4px;padding:2px 8px;align-items:center;justify-content:center;width:fit-content;height:28px;color:#338aff;background-color:rgba(51,138,255,0.27)}
.list-wrapper .trendLineChart{width:150px;height:55px}
.list-wrapper .rankinfo{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1px 0}
.list-wrapper .rankinfo .rank{flex-shrink:0;white-space:nowrap}
.list-wrapper .rankinfo [data-diff-type]{flex-shrink:0;flex:1;display:flex;align-items:center;justify-content:center;white-space:nowrap}
.list-wrapper .rankinfo [data-diff-type] img{width:20px;height:auto;margin-block-start:2px}
.list-wrapper .rankinfo [data-diff-type="0"]{width:14px;height:2px;background:#bdbdbd;border-radius:3px}
.list-wrapper .rankinfo [data-diff-type="1"]{color:var(--el-color-success)}
.list-wrapper .rankinfo [data-diff-type="3"]{color:var(--el-color-danger)}
@media screen and (max-width:768px){
  .phead .ptitle{padding:0 10px;font-size:28px}
  .panel-head{padding:0 10px}
  .filter-wrapper{padding:0 10px}
  .filter-wrapper .filter{flex:1;width:100%}
  .dt-pagination{padding-inline-start:10px;padding-inline-end:10px}
  .dt-tabs-head{padding-inline-start:10px}
}