/* 新版移动端与安全修补样式 */
html { -webkit-text-size-adjust: 100%; }
body { min-width: 0 !important; background: #f4f7fb; font-family: "Microsoft YaHei", Arial, sans-serif; }
body * { box-sizing: border-box; font-family: "Microsoft YaHei", Arial, sans-serif; }
img { max-width: 100%; height: auto; }
.container, .index .index-task .container { max-width: 1200px; width: 100% !important; min-width: 0 !important; padding-left: 15px; padding-right: 15px; }
.header { height: auto !important; min-height: 76px; }
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.header .logo { height: 56px !important; margin: 8px 0 !important; }
.header .logo-name { margin: 0 0 0 10px !important; }
.header h1 { font-size: 28px !important; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; padding-top: 0 !important; margin: 0; }
.header ul li { margin-left: 0 !important; padding: 4px 8px !important; }
.wrapper { padding-top: 42px; padding-bottom: 42px; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.index .index-bar { background: linear-gradient(180deg, #ebebeb, #f8f9fb); }
.index .index-trait .trait { width: 54%; float: left; }
.index .index-trait .trait .inline { width: 48%; margin: 1%; vertical-align: top; min-height: 148px; }
.index .index-trait .soft { width: 42%; float: right; }
.index-task .notice-card { max-width: 900px; margin: 0 auto; background: #fff; border: 1px solid #e6edf5; border-radius: 14px; padding: 24px; box-shadow: 0 8px 24px rgba(33, 63, 94, .06); }
.article-list { max-width: 900px; margin: 30px auto; background: #fff; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.06); padding: 20px; text-align: left; }
.article-list li { display: flex; justify-content: space-between; gap: 12px; padding: 13px 4px; border-bottom: 1px solid #edf0f4; }
.article-list li:last-child { border-bottom: 0; }
.article-list a { color: #26364d; font-weight: 600; }
.article-list time { color: #999; white-space: nowrap; }
.article-content { max-width: 900px; margin: 30px auto; background: #fff; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,.06); padding: 28px; text-align: left; line-height: 1.9; }
.article-content h1 { color: #28364a; margin-bottom: 12px; }
.floating-service { position: fixed; right: 20px; top: 50%; transform: translateY(-50%); z-index: 9999; background-color: #fff; width: 140px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); overflow: hidden; text-align: center; }
.fs-header { background: #348fd4; color: #fff; padding: 10px 0; font-size: 14px; position: relative; }
.fs-close { position: absolute; top: 2px; right: 8px; color: #fff; font-size: 18px; cursor: pointer; opacity: .7; line-height: 1; }
.fs-content { padding: 15px 10px; }
.fs-link { display: block; text-decoration: none; color: #333; }
.fs-icon svg { width: 40px; height: 40px; fill: #348fd4; margin-bottom: 5px; }
.fs-title { font-weight: bold; font-size: 14px; color: #333; margin-bottom: 5px; }
.fs-number { font-size: 12px; color: #666; background: #f0f8ff; padding: 4px 8px; border-radius: 4px; display: inline-block; }
.fs-btn { display: block; margin-top: 10px; background: #348fd4; color: #fff; font-size: 12px; padding: 6px 0; border-radius: 20px; text-decoration: none; }
@media (max-width: 900px) {
    .header .container { justify-content: center; text-align: center; }
    .pull-left, .pull-right { float: none !important; }
    .nav-links { justify-content: center; width: 100%; }
    .index .h1 { font-size: 30px !important; line-height: 1.25; }
    .index .h2 { font-size: 28px !important; }
    .index .index-trait .trait, .index .index-trait .soft { width: 100%; float: none; }
    .index .index-trait .trait .inline { width: 100%; margin: 0 0 18px; background: #fff; border-radius: 12px; padding: 18px; box-shadow: 0 6px 18px rgba(0,0,0,.05); }
}
@media (max-width: 640px) {
    .header h1 { font-size: 22px !important; }
    .header .logo { height: 44px !important; }
    .header ul { font-size: 14px !important; }
    .nav-links li { width: calc(50% - 8px); background: rgba(255,255,255,.08) !important; border-radius: 8px; }
    .wrapper { padding-top: 28px; padding-bottom: 28px; }
    .w-sm { width: 132px !important; }
    .floating-service { width: 52px; right: 10px; border-radius: 26px; }
    .fs-header, .fs-title, .fs-number, .fs-btn { display: none; }
    .fs-content { padding: 10px 0; }
    .fs-icon svg { width: 30px; height: 30px; margin: 0; }
    .footer .col-xs-11, .footer .col-xs-1, .footer .col-xs-7, .footer .col-xs-5 { width: 100%; text-align: center; }
}
