/* 安全中心样式全部限定在 .security-page，避免影响其他静态页面。 */
.security-page { min-height: 100vh; background: #fff; }
.security-page .security-header { position: absolute; top: 0; background: transparent; transition: background .2s, box-shadow .2s; }
.security-page .security-header.security-header--fixed { position: fixed; background: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.08); }
.security-hero { position: relative; height: 394px; background: #eef7fb url('../assets/images/security-bg.jpg') center top/cover no-repeat; }
.security-hero__copy { position: absolute; top: 50%; left: 8.3%; left: max(8.3%, 100px); transform: translateY(-38%); color: #111; }
.security-hero__copy p { margin: 0 0 8px; text-transform: uppercase; font-size: 25px; }
.security-hero__copy h1 { position: relative; z-index: 1; display: table; margin: 0 0 15px; font-size: 58px; line-height: 1; }
.security-hero__copy h1:before { position: absolute; z-index: -1; right: 0; bottom: -4px; left: 0; height: 27px; background: #19bf7b; content: ''; }
.security-hero__copy h1:after { position: absolute; z-index: -1; right: 0; bottom: -10px; width: 110px; height: 42px; background: #19bf7b; content: ''; }
.security-hero__copy span { position: relative; z-index: 1; display: table; font-size: 24px; }
.security-hero__copy span:before { position: absolute; z-index: -1; right: 0; bottom: -4px; left: 0; height: 30px; background: #19bf7b; content: ''; }
.security-layout { display: flex; width: calc(100% - 320px); min-height: 650px; margin: 0 auto; padding: 44px 0 100px; }
.security-articles { width: 70%; padding-right: 5%; border-right: 1px solid #ddd; }
.security-list__item { display: flex; min-height: 240px; margin-bottom: 78px; color: #111; cursor: pointer; }
.security-list__image { flex: 0 0 350px; width: 350px; height: 240px; overflow: hidden; border-radius: 4px; }
.security-list__image img { width: 100%; height: 100%; object-fit: cover; }
.security-list__body { display: flex; flex: 1; flex-direction: column; min-width: 0; margin-left: 60px; }
.security-list__decoration { width: 244px; height: 13px; object-fit: contain; object-position: left center; }
.security-list__body h2 { margin: 12px 0 0; font-size: 24px; }
.security-list__body p { margin: 16px 0 12px; color: #888; font-size: 16px; line-height: 1.7; }
.security-list__body time { margin-top: auto; color: #888; font-size: 14px; }
.security-list__item:hover h2 { color: #19bf7b; }
.security-empty { padding: 100px 20px; color: #999; text-align: center; }
.security-sidebar { width: 30%; padding-left: 50px; }
.security-stat { overflow: hidden; }
.security-stat + .security-stat { margin-top: 22px; padding-top: 22px; border-top: 1px solid #ddd; }
.security-stat h2 { margin: 0 0 18px; font-size: 34px; }
.security-stat > p { margin: 0; color: #888; font-size: 18px; }
.security-stat > strong { position: relative; z-index: 1; display: block; margin: 66px 0 54px; text-align: center; font-size: 72px; line-height: 1; }
.security-stat > strong:after { position: absolute; z-index: -1; top: 42px; right: 0; left: 0; height: 60px; border-radius: 4px; background: linear-gradient(0deg,#ddd,rgba(221,221,221,.02)); content: ''; opacity: .5; }
.security-stat--violation > strong { color: #19bf7b; }
.security-stat--links > strong { color: #1b74f1; }
.security-ticker { height: 180px; overflow: hidden; }
.security-ticker ul { margin: 0; padding: 0; list-style: none; }
.security-ticker li { display: flex; min-height: 39px; align-items: center; justify-content: space-between; gap: 20px; font-size: 14px; }
.security-ticker li span:first-child { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.security-ticker .security-empty { padding: 40px 0; }
.security-pagination { text-align: center; }
.security-pagination button { min-width: 38px; height: 38px; margin: 0 4px; border: 1px solid #aaa; color: #777; background: #fff; cursor: pointer; }
.security-pagination button.active { border-color: #19bf7b; color: #fff; background: #19bf7b; }
.security-mobile-stats { display: none; }

@media (min-width: 1920px) {
  .security-layout { max-width: 1590px; }
}

html.site-device--mobile .security-page { padding-top: 52px; min-width: 0; }
html.site-device--mobile .security-hero { height: 123px; background: url('../assets/images/mobile-security-bg.png') center center no-repeat; background-size: cover; }
html.site-device--mobile .security-hero__copy { top: 27px; left: 19px; transform: none; }
html.site-device--mobile .security-hero__copy p { margin-bottom: 3px; font-size: 14px; text-transform: lowercase; }
html.site-device--mobile .security-hero__copy h1 { margin-bottom: 8px; font-size: 30px; }
html.site-device--mobile .security-hero__copy h1:before { bottom: -2px; height: 14px; }
html.site-device--mobile .security-hero__copy h1:after { bottom: -4px; width: 56px; height: 20px; }
html.site-device--mobile .security-hero__copy span { font-size: 12px; }
html.site-device--mobile .security-hero__copy span:before { height: 15px; }
html.site-device--mobile .security-mobile-stats { display: flex; padding: 18px; gap: 14px; }
html.site-device--mobile .security-mobile-stats .security-stat { flex: 1; min-width: 0; margin: 0; padding: 0; border: 0; }
html.site-device--mobile .security-mobile-stats .security-stat h2 { padding-left: 5px; border-left: 2px solid #19bf7b; font-size: 12px; white-space: nowrap; }
html.site-device--mobile .security-mobile-stats .security-stat > strong { margin: 16px 0 4px; text-align: left; font-size: 30px; }
html.site-device--mobile .security-mobile-stats .security-stat > strong:after { display: none; }
html.site-device--mobile .security-mobile-stats .security-stat--links > strong { color: #28ccf5; }
html.site-device--mobile .security-ticker { height: 70px; }
html.site-device--mobile .security-ticker li { min-height: 14px; gap: 4px; color: #777; font-size: 9px; }
html.site-device--mobile .security-layout { display: block; width: 100%; min-height: 0; padding: 10px 18px 35px; border-top: 8px solid #f3f3f3; }
html.site-device--mobile .security-articles { width: 100%; padding: 0; border: 0; }
html.site-device--mobile .security-list__item { min-height: 70px; margin: 0 0 20px; }
html.site-device--mobile .security-list__image { order: 2; flex-basis: 90px; width: 90px; height: 60px; }
html.site-device--mobile .security-list__body { order: 1; margin: 0 12px 0 0; }
html.site-device--mobile .security-list__decoration, html.site-device--mobile .security-list__body p { display: none; }
html.site-device--mobile .security-list__body h2 { margin: 0; font-size: 15px; font-weight: 400; line-height: 1.45; }
html.site-device--mobile .security-list__body time { font-size: 10px; }
html.site-device--mobile .security-empty { padding: 45px 0; }
html.site-device--mobile .security-mobile-end { margin: 10px 0 0; color: #999; text-align: center; font-size: 13px; }
html.site-device--mobile .mobile-footer { border-top: 8px solid #f5f5f5; }

@media (prefers-reduced-motion: reduce) {
  .security-page * { scroll-behavior: auto !important; transition: none !important; }
}
