/* vipkei.com 手机普通内容页专用样式
 * source: templets/default/index_article_m.htm
 * version: 20260612-p1s5-content-page
 */

html:not(.js) body.m-about-template .m-about-category__links {
      display: grid;
    }

    body.m-about-template .m-about-category__back:focus-visible,
    body.m-about-template .m-about-category__toggle:focus-visible,
    body.m-about-template .m-about-category__links a:focus-visible {
      outline: 2px solid #168FBD;
      outline-offset: -2px;
    }

    body.m-about-template .m-about-category__links a.is-current,
    body.m-about-template .m-about-category__links a[aria-current="page"] {
      border-color: #30B7EF;
      background: #30B7EF;
      color: #FFFFFF;
    }

    body.m-about-template .m-about-entry .m-about-media {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin: 14px 0;
      overflow: hidden;
      aspect-ratio: 16 / 9;
      border-radius: 3px;
      background: #000000;
    }

    body.m-about-template .m-about-entry .m-about-media iframe,
    body.m-about-template .m-about-entry .m-about-media video {
      position: absolute;
      inset: 0;
      display: block;
      width: 100%;
      height: 100%;
      border: 0;
    }

    body.m-about-template .m-about-entry pre {
      max-width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    body.m-about-template .m-about-entry > :last-child {
      margin-bottom: 0;
    }

    body.m-about-template .m-about-empty {
      margin: 0;
      padding: 18px;
      border: 1px solid #E1E8EC;
      border-radius: 3px;
      background: #FFFFFF;
      color: #666666;
      font-size: 14px;
      line-height: 1.75;
      text-align: center;
    }
