body {
    touch-action: none;
    background-color: #F9FAFC;
}

.topBanner{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    background-color: white;
    width: 100%;
    height: 87px;
    align-items: center;
    /* border-radius: 10px; */
    /* top: 5%; */

}



.topBanner .downloadApp {
    border-radius: 18px;
    width: 76px;
    height: 29px;
    background-color: #0D64FF;
    color: white;
    text-align: center;
    line-height: 31px;
    font-size: 12px;
    text-decoration: none;
    display: block;
}
.appleIconInfo{
    color: #808080;
    font-size: 10px;
    text-align: center;
    margin-top: 4px;

}
.appDesc{
    display: block;

}

.userInfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.userInfo img{
   margin-left: 22px;
}

.userInfo img:last-child {
    margin-left: auto;
    margin-right: 20px;
}

.userInfo p {
    margin-left: 10px;
    font-weight: bold; /* 加粗 */
}


.appShow strong {
    font-size: 22px;
}

.appShow p {
    margin-top: 10px;
    font-size: 16;
    opacity: 0.5;

}

.downloadAppInfo{
    margin-left: auto;
    margin-right: 12px;

}


.topBanner .appDesc{
    color: #808080;
    font-size: 13px;
    /* line-height: 12px; */
    white-space:nowrap;/*强制单行显示*/
    text-overflow:ellipsis;/*超出部分省略号表示*/
    overflow:hidden;/*超出部分隐藏*/
    margin-top: 5px;
}




.topBanner .logo{
    width: 57px;
    height: 57px;
    margin-left: 15px;
}

.topBanner .appInfo {
    margin-left: 10px;
    display: grid;
}
.star {
    display: flex;
    align-items: center;
    height: 10px;
    margin-top: 3px;
}
.star p{
    color: #808080;
    font-size: 12px;
    margin-left: 5px;
}

.star img{
    width: 58px;
    height: 9px;
}




#musicBody{
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: hidden;
}

.main-content {
    height: calc(100vh - 87px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 60px;
    margin-top: 87px;
}

.article-title {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 22px;
}

.article-content {
    font-size: 14px;
    color: #333;
    margin: 10px 22px;
    line-height: 1.5;
}

.article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 22px;
    font-size: 12px;
    color: #666;
}

.workflow-tag {
    color: #0D64FF;
}

.publish-time {
    color: #999999;
}

.comment-section {
    margin-top: 20px;
    background: #fff;
    position: relative;
    border-top: 8px solid #F5F5F5;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 22px 15px 22px;
    border-bottom: 1px solid #f0f0f0;
}

.comment-count {
    font-size: 14px;
    font-weight: bold;
}

.refresh-btn {
    width: 48px;
    height: 20px;
    margin-right: 0;
}

.comment-list {
    padding: 0 22px;
}

.comment-item {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.comment-content {
    margin-left: 10px;
    flex: 1;
}

.comment-user {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.comment-text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    position: relative;
    z-index: 2;
}

.show-more::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    pointer-events: none;
}

.show-more img {
    width: 75px;
    height: 20px;
    position: relative;
}

.comment-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 8px 22px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

.like-section {
    display: flex;
    align-items: center;
}

.like-section img {
    width: 20px;
    height: 20px;
}

.like-section span {
    margin-left: 4px;
    color: #999999;
    font-size: 14px;
}

.comment-input {
    flex: 1;
    margin-left: 20px;
}

.comment-input input {
    width: 100%;
    height: 36px;
    border: none;
    border-radius: 18px;
    padding: 0 15px;
    font-size: 14px;
    background: #F5F5F5;
    color: #333333;
}

.comment-input input::placeholder {
    color: #999999;
}

.app-open-btn {
    position: fixed;
    right: 0;
    bottom: 112px;
    width: 115px;
    height: 41px;
    z-index: 100;
}

/* Error State */
.error-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    text-align: center;
    margin-top: 160px;
}

.error-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
}

.error-icon img {
    width: 100%;
    height: 100%;
}

.error-title {
    font-size: 18px;
    color: #1C8CFF;
    margin-bottom: 8px;
    font-weight: bold;
}

.error-desc {
    font-size: 13px;
    color: #86909C;
    margin-bottom: 24px;
}

.view-more-btn {
    background: #0D64FF;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 100px;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

/* Content Recommendation */
.content-recommend {
    padding: 15px;
    margin-top: 20px;
}

.recommend-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 7px;
}

.recommend-header h2 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.view-all {
    color: #999;
    text-decoration: none;
    font-size: 14px;
}

.recommend-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 0 7px;
}

.recommend-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    text-decoration: none;
    color: inherit;
    display: block;
}

.editor-choice {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 10px;
}

.recommend-item img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}

.item-info {
    padding: 8px 0 0 0;
}

.item-info h3 {
    font-size: 13px;
    color: #333;
    margin: 0 0 6px 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.author-info {
    display: flex;
    align-items: center;
    gap: 4px;
}

.author-info img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.author-info span {
    font-size: 11px;
    color: #999;
}

.likes {
    margin-left: auto;
    font-size: 11px;
    color: #999;
}

.likes::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url('./image/like.png') no-repeat center/contain;
    vertical-align: -2px;
    margin-right: 2px;
}

/* Bottom Overlay */
.bottom-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px; /* Adjust height as needed */
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 40%, #FFFFFF 100%);
    pointer-events: none; /* Allows clicking through the overlay */
    z-index: 99; /* Ensure it's above content */
}

  

