.page-b {
}

.top-header-part {
    width: 100%;
    height: 585px;
    background: url(../../img/bg.jpg) no-repeat left top;
    -webkit-background-size: cover;
    background-size: cover;
}

.top-header-part .top-logo-wrapper {
    height: 148px;
    padding: 48px 10px 0;
}

.top-header-part .top-logo-wrapper .logo {
    display: inline-block;
    width: 261px;
    height: 60px;
}

.top-header-part .top-nav-wrapper {
    font-size: 20px;
    color: #fff;
    background-color: #438FD5;
}

.top-nav-wrapper .nav-tabs {
    height: 50px;
    line-height: 50px;
    border-bottom: none;
    font-size: 20px;
    color: #fff;
}

.top-nav-wrapper .nav-tabs li.active a {
    color: #1E7ABE;
    background-color: #DEEDFA;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.top-nav-wrapper .nav-tabs > li > a {
    margin-right: 0;
    margin-bottom: 0;
    width: 140px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.top-nav-wrapper .nav-tabs > li > a {
    border-color: transparent;
}

.top-nav-wrapper .nav > li > a:focus, .nav > li > a:hover {
    color: #1E7ABE;
    background-color: #DEEDFA;
}

.top-banner-wrapper {
    margin-top: 11px;
}

.top-banner-wrapper .left-part {
    display: inline-block;
    width: 840px;
    height: 376px;
    margin-right: 19px;
}

.top-banner-wrapper .left-part img {
    display: inline-block;
    width: 840px;
    height: 376px;
    vertical-align: top;
}

.top-banner-wrapper .right-part {
    display: inline-block;
    width: 340px;
    height: 376px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(230, 230, 230, 1);
    padding: 25px 22px;
}

.top-banner-wrapper .right-part .part-title {
    color: #3591D5;
    font-size: 28px;
}

.top-banner-wrapper .right-part .info-wrapper {
    margin-top: 28px;
}

.top-banner-wrapper .right-part .info-wrapper .cover-wrapper {
    display: inline-block;
    width: 120px;
    height: 172px;
    position: relative;
    vertical-align: top;
    margin-right: 16px;
}

.top-banner-wrapper .right-part .info-wrapper .cover-wrapper .cover-icon-rank {
    position: absolute;
    top: 0;
    left: 5px;
}

.top-banner-wrapper .right-part .info-wrapper .cover-wrapper .cover {
    display: inline-block;
    width: 120px;
    height: 172px;
    vertical-align: top;
}

.top-banner-wrapper .right-part .info-wrapper .info-right-part {
    display: inline-block;
    width: 153px;
    height: 172px;
    padding: 20px 0 0;
}

.top-banner-wrapper .right-part .info-wrapper .info-right-part .title {
    font-size: 20px;
}

.top-banner-wrapper .right-part .info-wrapper .info-right-part .update {
    margin-top: 22px;
    color: #5F9EFF;
    font-size: 18px;
}

.top-banner-wrapper .right-part .info-wrapper .info-right-part .desc {
    margin-top: 18px;
    font-size: 17px;
    color: #aaa;
    line-height: 1.5;
}

.top-banner-wrapper .right-part .extra-line {
    margin-top: 25px;
}

.top-banner-wrapper .right-part .extra-line .text-left {
    margin-left: 12px;
    font-size: 16px;
}

.top-banner-wrapper .right-part .extra-line .icon-cat {
    display: inline-block;
    width: 21px;
    height: 19px;
    vertical-align: middle;
}

.icon-rank {
    display: inline-block;
    width: 16px;
    height: 15px;
    vertical-align: middle;
}

.icon-rank.rank1 {
    display: inline-block;
    width: 21px;
    height: 34px;
    vertical-align: middle;
}


.title-box {
    height: 34px;
    line-height: 34px;
    margin-bottom: 27px;
}

.title-box .title-wrapper {

}

.title-box .title-wrapper .title-text {
    color: #3591D5;
    font-size: 28px;
}

.title-box .more-link {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 0 19px;
    text-align: center;
    background-color: #DEF1FF;
    -webkit-border-radius: 17px;
    border-radius: 17px;
}

.title-box .more-link a {
    color: #37ADFF;
}

.b-list-part {
    padding: 40px 0 0;
}

.b-list-part .list li {
    display: inline-block;
    width: 186px;
    margin-right: 62px;
}

.b-list-part .list li:nth-child(5n+5) {
    margin-right: 0;
}

.b-list-part .list li img {
    display: inline-block;
    width: 186px;
    height: 250px;
}

.b-list-part .list li .title {
    color: #333;
    margin-top: 10px;
    font-size: 18px;
}

.b-list-part .list li .desc {
    margin-top: 8px;
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.b-list-part.hot-part {
    padding: 51px 0 0;
}

.copyright-coop-part {
    padding: 51px 0 29px;
}

.copyright-coop-part .title-box {
    margin-bottom: 8px;
}

.copyright-coop-part .list {
}

.copyright-coop-part .list li {
    display: inline-block;
    margin-right: 60px;
    margin-bottom: 20px;
}

.copyright-coop-part .list li:nth-child(6n+6) {
    margin-right: 0;
}

.copyright-coop-part .list li img {
    display: inline-block;
    width: 146px;
    height: 138px;
}

#footer {
    background-color: #0C609C;
}

#footer .content-wrapper {
    padding: 50px 0 0;
    color: #A9D3EF;
    font-size: 16px;
}

#footer p + p {
    margin-top: 15px;
}

#footer .top-part {
    padding: 0 0 29px;
}

#footer .top-part .left-part, .right-part {
    float: left;
    display: inline-block;
    width: 50%;
}

#footer .right-part {
    padding-left: 85px;
}

#footer .bottom-part {
    border-top: 1px solid #1F70AB;
    padding: 23px 0;
}

/*add by lee on 20231030 10:24*/

.music-page {
    display: flex;
    align-items: flex-start;
}

.music-image img {
    max-width: 100%;
    height: auto;
}

.music-chart {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.song {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    padding: 0.5px 12px 12px 2px;
    cursor: pointer;
}

.song span {
    font-size: 18px;
}

.song-title {
    font-size: 26px;
    font-weight: bold;
    color: #999999;
}

.title-row {
    font-weight: bold;
    background-color: #f0f0f0;
}

.rank {
    width: 72px;
    margin-right: 35px;
}

.one-title {
    flex-grow: 1;
    width: 300px;
    margin-left: 3.5rem;
    margin-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title {
    flex-grow: 1;
    width: 300px;
    line-height: 32px;
    margin-right: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image: url('../img/play.png');
    background-position: left center; /* 图标在右边居中显示 */
    background-repeat: no-repeat; /* 防止图标重复显示 */
    background-size: 23px;
    padding-left: 36px; /* 为了给图标留出空间，可以根据需要调整 */
}

.artist,
.duration {
    flex-basis: calc((100% - 50px - 10px * 3) / 2);
    margin-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.play-song:hover {
    text-decoration: underline;
}

.music-list {
    width: 100%;
    height: 100%;
}

.song-player {
    margin-top: 0.8rem;
    text-align: center;
    align-content: center;
    width: 480px;
    height: 50px
}


