/* mobiapp-extra: MobiApp 手游推广适配 */
body { font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif; }

.navbar-brand { font-size: 18px; font-weight: 800; color: #fff !important; max-width: 260px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* masthead 文案 */
.masthead .header-content h1 { font-size: 34px; font-weight: 800; line-height: 1.5; }
.masthead .header-content p { font-size: 15px; color: #e8ecf5; }
.ma-btns { margin-top: 22px; }
.ma-btns .btn { text-transform: none; font-weight: 700; margin-right: 12px; margin-bottom: 10px; }

/* app-about 文案 */
.app-about-cont h3 { font-size: 22px; font-weight: 800; }
.app-about-cont p { font-size: 14px; color: #6b6b7b; line-height: 1.9; }
.app-about img { border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.15); }

/* gallery */
.gallery .gallery-img img { border-radius: 10px; }

/* 资讯卡 */
.news-section-ma { padding: 60px 0 40px; background: #f6f8fb; }
.news-card-ma { background: #fff; border-radius: 12px; padding: 22px 24px; box-shadow: 0 6px 20px rgba(20,30,80,.08); height: 100%; transition: all .3s; }
.news-card-ma:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(20,30,80,.14); }
.news-cate-ma { display: inline-block; font-size: 12px; color: #fff; background: linear-gradient(135deg,#5b6ef5,#8a5bf5); border-radius: 12px; padding: 2px 14px; margin-bottom: 10px; }
.news-card-ma h5 { margin-bottom: 8px; }
.news-card-ma h5 a { color: #22233b; font-size: 15px; font-weight: 700; }
.news-card-ma h5 a:hover { color: #5b6ef5; }
.news-card-ma p { font-size: 13px; color: #8b8b9c; height: 56px; overflow: hidden; margin-bottom: 10px; }
.news-meta { display: flex; justify-content: space-between; align-items: center; }
.news-meta time { color: #a5a5b8; font-size: 13px; }
.news-meta a { color: #5b6ef5; font-size: 13px; font-weight: 600; }

/* 文章页 */
.news-hero-ma { background: linear-gradient(135deg,#2b2b45,#3d3d63); padding: 140px 0 50px; }
.news-hero-ma h1 { color: #fff; font-size: 30px; font-weight: 800; margin: 0; }
.blog-details-ma { padding: 40px 0 60px; background: #f6f8fb; }
.blog-content-ma { background: #fff; border-radius: 14px; padding: 40px 44px; box-shadow: 0 8px 24px rgba(20,30,80,.08); }
.article-title { font-size: 26px; font-weight: 800; color: #22233b; margin-bottom: 12px; }
.article-meta { color: #9a9aad; font-size: 13px; margin-bottom: 20px; }
.article-meta span { margin-right: 20px; }
.article-meta i { color: #5b6ef5; margin-right: 5px; }
.article-content { line-height: 2; font-size: 16px; color: #333; }
.article-content p { margin-bottom: 14px; }
.article-content img { max-width: 100%; border-radius: 8px; }
.article-cta { text-align: center; margin-top: 28px; }

/* pagebar */
.pagebar-wrap { text-align: center; margin-top: 20px; }
.pagebar a, .pagebar span { display: inline-block; padding: 6px 14px; margin: 0 4px; background: #fff; border-radius: 6px; font-size: 14px; color: #333; box-shadow: 0 3px 10px rgba(20,30,80,.08); }
.pagebar .now-page { background: #5b6ef5; color: #fff; }

@media (max-width: 860px) {
  .masthead .header-content h1 { font-size: 24px; }
  .navbar-brand { font-size: 15px; max-width: 170px; }
  .blog-content-ma { padding: 26px 20px; }
  .news-hero-ma { padding: 110px 0 40px; }
}
