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

/* 文字 logo */
.main-nav a.logo { font-size: 19px; font-weight: 800; color: #0d1525; line-height: 24px; max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.main-nav .nav li a { font-weight: 600; }

/* banner 下载按钮组 */
.banner-btns { margin-top: 26px; }
.banner-btns a.main-button { display: inline-block; background-color: #ee626b; text-transform: none; color: #fff; font-size: 15px; font-weight: 700; height: 50px; line-height: 50px; padding: 0px 34px; border-radius: 25px; margin-right: 14px; margin-bottom: 10px; transition: all .3s; }
.banner-btns a.main-button:hover { background-color: #d44b55; }
.banner-btns a.btn-blue { background-color: #4a65de; }
.banner-btns a.btn-blue:hover { background-color: #3a52c4; }

/* banner 右侧游戏图标 */
.right-image img { max-width: 300px; width: 100%; border-radius: 25px; }
.right-image .price { font-size: 18px; }
.right-image .offer { font-size: 14px; max-width: 130px; }

/* 截图区 */
.shots .item .thumb img { width: 100%; border-radius: 25px; }
.shots .item .down-content { text-align: left; }

/* 资讯列表 */
.news-panel { background: #fff; border-radius: 25px; padding: 10px 30px; box-shadow: 0 0 18px rgba(0,0,0,.06); }
.news-list { margin: 0; padding: 0; list-style: none; }
.news-list li { display: flex; align-items: center; padding: 16px 4px; border-bottom: 1px dashed #e8e8ee; }
.news-list li:last-child { border-bottom: none; }
.news-list a { flex: 1; font-size: 15px; font-weight: 600; color: #2a2a2a; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-right: 16px; }
.news-list a::before { content: "\f0a4"; font-family: "FontAwesome"; color: #ee626b; margin-right: 10px; }
.news-list a:hover { color: #ee626b; }
.news-cate { font-size: 12px; color: #fff; background: #4a65de; border-radius: 12px; padding: 3px 12px; margin-right: 12px; white-space: nowrap; }
.news-list time { color: #a8a8b3; font-size: 13px; white-space: nowrap; }
.pagebar-wrap { text-align: center; margin-top: 22px; }
.pagebar a, .pagebar span { display: inline-block; padding: 6px 14px; margin: 0 4px; background: #fff; border-radius: 20px; font-size: 14px; color: #333; box-shadow: 0 0 8px rgba(0,0,0,.06); }
.pagebar .now-page { background: #ee626b; color: #fff; }

/* 文章页 */
.article-panel { background: #fff; border-radius: 25px; padding: 40px 44px; box-shadow: 0 0 18px rgba(0,0,0,.06); }
.article-title { font-size: 26px; font-weight: 800; color: #1c1c1c; margin-bottom: 12px; }
.article-meta { color: #a8a8b3; font-size: 13px; margin-bottom: 22px; }
.article-meta span { margin-right: 20px; }
.article-meta i { color: #ee626b; 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: 14px; }
.article-cta { text-align: center; margin-top: 30px; }

/* CTA 区块 */
.section.cta { margin-top: 40px; }
.cta-inner { background-image: url(../assets/images/cta-bg.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; border-radius: 25px; padding: 70px 60px; }
.cta-inner h6 { color: #ee626b; font-size: 15px; text-transform: uppercase; font-weight: 700; margin-bottom: 10px; }
.cta-inner h2 { color: #fff; font-size: 34px; font-weight: 800; line-height: 1.4; margin-bottom: 0; }
.cta-inner .main-button { float: right; margin-top: 20px; }

@media (max-width: 860px) {
  .article-panel { padding: 26px 22px; }
  .cta-inner { padding: 44px 26px; }
  .cta-inner h2 { font-size: 24px; }
  .main-nav a.logo { font-size: 15px; max-width: 170px; }
}
