/* 静态交付补充样式，不改变原站配色及布局。 */
[hidden] { display: none !important; }
.static-form-note { margin: 14px 0; color: #666; font-size: 14px; line-height: 1.8; }
form[data-static-form] button:disabled { cursor: not-allowed; opacity: .65; }
.static-template-notice { margin: 20px 0 0; padding: 12px 16px; border: 1px solid #e4eaf2; background: #f7f9fc; color: #687385; font-size: 14px; line-height: 1.6; }
.static-mobile-chrome { display: none !important; }
@media (max-width: 767px) {
  .static-article-template > .site-header,
  .static-article-template > .site-footer,
  .static-article-template > .pc-side-service { display: none !important; }
  .static-article-template .static-mobile-chrome { display: block !important; }
  .static-article-template .news-detail-page { padding: 22px 0 36px; }
  .static-article-template .news-detail__title { font-size: 25px; }
  .static-article-template .news-detail__content { overflow-wrap: anywhere; }
}
