.live-box-title-banner {
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap:12px;
    margin:22px 16px 12px 9px;
}
.live-box-title-left {
    display: flex;
    align-items: center;
    gap: 2px;
}
.live-box-orange-line {
    width: 4px;
    height: 28px;
    background: #ff782c;
    border-radius: 2px;
    margin-right:0px;
}
.live-box-title-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.live-box-main-title {
    font-size: 18px;
    font-weight: bold;
    color: #111;
}
.live-box-sub-title {
    font-size: 13px;
    color: #777;
}

@media (max-width: 767px) {
    .live-box-title-banner {
        justify-content: space-between;
        gap:10px;
        margin:20px 12px 10px 8px;
    }
    .live-box-main-title {
        font-size: 18px;
    }
    .live-box-orange-line {
        height: 20px;
    }
    .live-box-title-text {
        gap: 8px;
    }
}

.app-grid-box {
    background: #fff;
    border-radius: 12px;
    padding:10px;
    margin: 15px 0;
}
.app-grid-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:14px 8px;
}
.app-grid-item {
    text-align: center;
    position: relative;
    background:#ffffff;
    border-radius:16px;
    padding:12px 6px;
    border:1px solid #e8e8e8;
}
.app-item-icon-wrap {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto 8px;
}
.app-grid-icon {
    width: 64px;
    height: 64px;
    border-radius:12px;
    object-fit: cover;
}

.app-grid-name {
    font-size: 14px;
    color: #222;
    margin-bottom:8px;
    line-height:1.2;
}
.app-grid-download {
    display: block;
    width: 100%;
    background: #3484f3;
    color: #ffffff;
    border-radius:6px;
    padding:5px 0;
    text-decoration: none;
    font-size:13px;
    font-weight: 500;
    transition: all 0.2s ease;
}
.app-grid-download:hover {
    background:#2572dd;
}
.app-grid-download:active {
    background:#1d62c2;
}

@media (max-width:767px){
    .app-grid-row{
        grid-template-columns: repeat(4,1fr);
        gap:12px 4px;
    }
    .app-grid-item{
        padding:10px 3px;
    }
    .app-item-icon-wrap {
        width:56px;
        height:56px;
    }
    .app-grid-icon{
        width:56px;
        height:56px;
    }
    .app-grid-name{
        font-size:12px;
    }
    .app-grid-download{
        font-size:12px;
        padding:4px 0;
    }
}

.news-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 12px;
}
.news-title-left {
    font-size: 18px;
    font-weight: bold;
    color: #111;
}
.news-title-left small {
    font-size: 14px;
    color: #888;
    font-weight: normal;
    margin-left: 6px;
}
.news-more-right a {
    color: #ff782c;
    font-size: 16px;
    text-decoration: none;
}

.news-card-wrap {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 20px;
}
.news-card-wrap,
.news-card-wrap * {
    font-size: 15px !important;
}
.news-item {
    display: flex;
    padding: 18px 16px;
    border-bottom: 1px solid #eeeeee;
}
.news-item:last-child {
    border-bottom: none;
}
.news-date-col {
    width: 70px;
    flex-shrink: 0;
}
.news-day-big {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #111;
}
.news-ym-small {
    margin-top: 4px;
}
.news-content-col {
    flex: 1;
}
.news-tag {
    display: inline-block;
    background: #fff1e5;
    color: #f27c38;
    padding: 3px 10px;
    border-radius: 6px;
    margin-bottom: 8px;
}
.news-title-text {
    font-weight: bold;
    color: #111;
    margin-bottom: 8px;
}
.news-title-text a {
    color: #111;
    text-decoration: none;
}
.news-desc-text {
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notice-box {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 18px;
    padding: 7px 14px;
    gap: 10px;
    margin: 10px 0;
    overflow: hidden;
}
.notice-left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 14px;
}
.notice-speaker-icon {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #ff7722;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
}
.notice-speaker-icon::before {
    content: "🔊";
}
.notice-title {
    font-size: 16px;
    font-weight: bold;
    color: #ff6c20;
}
.notice-divider {
    width: 1px;
    height: 28px;
    background-color: #cccccc;
    flex-shrink: 0;
}
.notice-scroll-wrap {
    flex: 1;
    overflow: hidden;
}
.notice-scroll-text {
    display: inline-block;
    white-space: nowrap;
    font-size: 15px;
    color: #333333;
    animation: noticeScroll 14s linear infinite;
}
@keyframes noticeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .notice-box {
        padding: 8px 12px;
        gap: 10px;
    }
    .notice-speaker-icon {
        width: 23px;
        height: 23px;
        font-size: 16px;
    }
    .notice-title {
        font-size: 14px;
    }
    .notice-divider {
        height: 20px;
    }
    .notice-scroll-text {
        font-size: 13px;
        animation-duration: 10s;
    }
}

.article-title-banner .live-box-title-left {
    gap: 3px;
}
.article-title-banner .live-box-orange-line {
    height:26px;
}
.article-title-banner {
    margin-top:24px;
    margin-bottom:10px;
}

@media (max-width:767px){
    .article-title-banner .live-box-title-left{
        gap:6px;
    }
    .article-title-banner .live-box-orange-line{
        height:19px;
    }
    .article-title-banner{
        margin-top:20px;
        margin-bottom:8px;
    }
}