@charset "UTF-8";
[data-carousel] .carousel-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  [data-carousel] .carousel-list:focus {
    outline: none; }
  [data-carousel] .carousel-list.dragging {
    cursor: pointer;
    cursor: hand; }

[data-carousel] .carousel-slider .carousel-track, [data-carousel] .carousel-slider .carousel-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

[data-carousel] .carousel-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  [data-carousel] .carousel-track:before, [data-carousel] .carousel-track:after {
    display: table;
    content: ''; }
  [data-carousel] .carousel-track:after {
    clear: both; }

[data-carousel] .carousel-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  [data-carousel] .carousel-slide.carousel-loading img, [data-carousel] .carousel-slide img {
    display: block; }
  [data-carousel] .carousel-slide.dragging img {
    pointer-events: none; }

[data-carousel] .carousel-loading .carousel-track, [data-carousel] .carousel-loading .carousel-slide {
  visibility: hidden; }

[data-carousel] .carousel-arrow.carousel-hidden {
  display: none; }

[data-carousel].carousel-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

[data-carousel].carousel-initialized .carousel-slide {
  display: block; }

[data-carousel].carousel-vertical .carousel-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

[data-carousel] [dir='rtl'] .carousel-slide {
  float: right; }

[data-marquee] {
  overflow: hidden;
  width: 100%;
  position: relative;
  user-select: none;
  white-space: nowrap; }
  [data-marquee] .marquee-wrapper {
    overflow: hidden; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a {
  text-decoration: none; }

body {
  overflow-x: hidden;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans SC', 'Noto Sans', 'Microsoft Yahei', sans-serif; }

.mw-pc, .mw-m {
  background: #c80101 url(../images/bg.png) no-repeat center top; }
  .mw-pc .mw-container, .mw-m .mw-container {
    background-color: #fff9f3;
    width: 100%;
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto; }
    .mw-pc .mw-container-inner, .mw-m .mw-container-inner {
      margin-left: 80px;
      margin-right: 80px; }
    .mw-pc .mw-container.shadow, .mw-m .mw-container.shadow {
      box-shadow: 0 13px 50px rgba(21, 21, 21, 0.45); }
    @media screen and (orientation: landscape) {
      .mw-pc .mw-container, .mw-m .mw-container {
        position: relative;
        left: 50%;
        width: 1560px;
        margin-left: -780px; } }
  .mw-pc .mw-top, .mw-m .mw-top {
    text-align: center;
    padding: 3% 0 4%; }
    .mw-pc .mw-top-big, .mw-m .mw-top-big {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.4;
      margin-bottom: .5em; }
      @media screen and (orientation: landscape) {
        .mw-pc .mw-top-big, .mw-m .mw-top-big {
          font-size: 42px;
          padding-left: 10%;
          padding-right: 10%; } }
      .mw-pc .mw-top-big a, .mw-m .mw-top-big a {
        color: #b80002; }
    .mw-pc .mw-top-sub, .mw-m .mw-top-sub {
      list-style: none;
      font-size: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      @media screen and (orientation: landscape) {
        .mw-pc .mw-top-sub, .mw-m .mw-top-sub {
          display: block; } }
      .mw-pc .mw-top-sub li, .mw-m .mw-top-sub li {
        display: inline-block;
        font-size: 14px;
        margin-top: .5em;
        width: 100%;
        text-align: center; }
        @media screen and (orientation: landscape) {
          .mw-pc .mw-top-sub li, .mw-m .mw-top-sub li {
            font-size: 20px;
            width: auto;
            text-align: left; } }
        .mw-pc .mw-top-sub li a, .mw-m .mw-top-sub li a {
          color: #333; }
          .mw-pc .mw-top-sub li a:hover, .mw-m .mw-top-sub li a:hover {
            color: #d40000; }
        @media screen and (orientation: landscape) {
          .mw-pc .mw-top-sub li:not(:last-child)::after, .mw-m .mw-top-sub li:not(:last-child)::after {
            content: "";
            display: inline-block;
            width: 1px;
            height: 1em;
            background-color: currentColor;
            vertical-align: middle;
            position: relative;
            top: -1px;
            margin: 0 1em; } }
  .mw-pc .mw-part-1, .mw-m .mw-part-1 {
    margin-bottom: 3em; }
    @media screen and (orientation: landscape) {
      .mw-pc .mw-part-1, .mw-m .mw-part-1 {
        margin-left: -2.5%;
        margin-right: -2.5%; } }
    .mw-pc .mw-part-1::after, .mw-m .mw-part-1::after {
      content: "";
      display: table;
      width: 100%;
      clear: both; }
    .mw-pc .mw-part-1-cell, .mw-m .mw-part-1-cell {
      width: 100%; }
      @media screen and (orientation: landscape) {
        .mw-pc .mw-part-1-cell, .mw-m .mw-part-1-cell {
          float: left;
          width: 45%;
          margin: 0 2.5%; } }
    .mw-pc .mw-part-1-banner, .mw-m .mw-part-1-banner {
      position: relative; }
      @media screen and (orientation: landscape) {
        .mw-pc .mw-part-1-banner, .mw-m .mw-part-1-banner {
          margin-right: 1px; } }
      .mw-pc .mw-part-1-banner img, .mw-m .mw-part-1-banner img {
        width: 100%;
        height: auto; }
      .mw-pc .mw-part-1-banner .carousel-arrow, .mw-m .mw-part-1-banner .carousel-arrow {
        width: 16px;
        height: 30px;
        position: absolute;
        top: 50%;
        z-index: 10;
        border: 0;
        font-size: 0;
        cursor: pointer;
        background: url(../images/arrow.png) no-repeat center/100% 100%;
        transition: .3s ease background; }
        .mw-pc .mw-part-1-banner .carousel-arrow:hover, .mw-m .mw-part-1-banner .carousel-arrow:hover {
          background-image: url(../images/arrow-hover.png); }
        @media screen and (orientation: landscape) {
          .mw-pc .mw-part-1-banner .carousel-arrow, .mw-m .mw-part-1-banner .carousel-arrow {
            width: 32px;
            height: 59px; } }
      .mw-pc .mw-part-1-banner .carousel-prev, .mw-m .mw-part-1-banner .carousel-prev {
        left: 20px;
        transform: rotate(180deg) translateY(-50%);
        transform-origin: top center; }
      .mw-pc .mw-part-1-banner .carousel-next, .mw-m .mw-part-1-banner .carousel-next {
        right: 20px;
        transform: translateY(-50%); }
      .mw-pc .mw-part-1-banner .carousel-slide a, .mw-m .mw-part-1-banner .carousel-slide a {
        display: block;
        position: relative;
        font-size: 0; }
        .mw-pc .mw-part-1-banner .carousel-slide a span, .mw-m .mw-part-1-banner .carousel-slide a span {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background-color: rgba(0, 0, 0, 0.5);
          color: #fff;
          font-size: 14px;
          padding: 1em; }
          @media screen and (orientation: landscape) {
            .mw-pc .mw-part-1-banner .carousel-slide a span, .mw-m .mw-part-1-banner .carousel-slide a span {
              font-size: 20px; } }
      .mw-pc .mw-part-1-banner-16-9, .mw-m .mw-part-1-banner-16-9 {
        width: 100%;
        padding-bottom: 56.25%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
    .mw-pc .mw-part-1-top, .mw-m .mw-part-1-top {
      border-bottom: 1px solid #999;
      margin-bottom: 2em; }
      .mw-pc .mw-part-1-top h3, .mw-m .mw-part-1-top h3 {
        font-size: 18px;
        margin: 1.5em 0 0; }
        @media screen and (orientation: landscape) {
          .mw-pc .mw-part-1-top h3, .mw-m .mw-part-1-top h3 {
            font-size: 24px;
            margin: 0; } }
        .mw-pc .mw-part-1-top h3 a, .mw-m .mw-part-1-top h3 a {
          color: #333; }
          .mw-pc .mw-part-1-top h3 a:hover, .mw-m .mw-part-1-top h3 a:hover {
            color: #d40000; }
      .mw-pc .mw-part-1-top p, .mw-m .mw-part-1-top p {
        margin: 1em 0 2em;
        color: #333;
        font-size: 14px;
        text-indent: 2em; }
        .mw-pc .mw-part-1-top p a, .mw-m .mw-part-1-top p a {
          color: #d40000; }
          .mw-pc .mw-part-1-top p a:hover, .mw-m .mw-part-1-top p a:hover {
            text-decoration: underline; }
    .mw-pc .mw-part-1-list, .mw-m .mw-part-1-list {
      list-style: none; }
      .mw-pc .mw-part-1-list li, .mw-m .mw-part-1-list li {
        position: relative;
        padding-left: 1em;
        font-size: 16px;
        margin-bottom: 1.5em;
       }
       /* 20210727 */
       .mw-pc .mw-part-1-list.mw li, .mw-m .mw-part-1-list.mw li{
        height: 2.8em;
        display: flex;
        align-items: center;
       }
        @media screen and (orientation: landscape) {
          .mw-pc .mw-part-1-list li, .mw-m .mw-part-1-list li {
            font-size: 18px; } }
        .mw-pc .mw-part-1-list li::before, .mw-m .mw-part-1-list li::before {
          content: "•";
          position: absolute;
          font-size: 1.5em;
          line-height: .8;
          color: #d40000;
          left: 0; }
          /* 20210727 */
          .mw-pc .mw-part-1-list.mw li::before, .mw-m .mw-part-1-list.mw li::before {
            top: 50%;
            transform: translateY(-50%);
          }
        .mw-pc .mw-part-1-list li a, .mw-m .mw-part-1-list li a {
          color: #333; }
          .mw-pc .mw-part-1-list li a:hover, .mw-m .mw-part-1-list li a:hover {
            color: #d40000; }
    .mw-pc .mw-part-1-more, .mw-m .mw-part-1-more {
      width: 100%;
      text-align: right;
      font-size: 14px; }
      @media screen and (orientation: landscape) {
        .mw-pc .mw-part-1-more, .mw-m .mw-part-1-more {
          font-size: 16px; } }
      .mw-pc .mw-part-1-more a, .mw-m .mw-part-1-more a {
        color: #d40000; }
        .mw-pc .mw-part-1-more a:hover, .mw-m .mw-part-1-more a:hover {
          text-decoration: underline; }
  .mw-pc .mw-part-2, .mw-m .mw-part-2 {
    border: 1px solid #d40000;
    position: relative;
    margin-top: 2em; }
    @media screen and (orientation: landscape) {
      .mw-pc .mw-part-2, .mw-m .mw-part-2 {
        margin-top: 0; } }
    .mw-pc .mw-part-2-title, .mw-m .mw-part-2-title {
      position: absolute;
      background-color: #fcf9f1;
      font-size: 18px;
      font-weight: bold;
      color: #d40000;
      top: 0;
      left: 0;
      transform: translate(-1em, -50%);
      padding: .5em; }
      @media screen and (orientation: landscape) {
        .mw-pc .mw-part-2-title, .mw-m .mw-part-2-title {
          font-size: 28px; } }
    .mw-pc .mw-part-2-carousel, .mw-m .mw-part-2-carousel {
      padding: 0 1em 2em;
      position: relative; }
      .mw-pc .mw-part-2-carousel .carousel-slide, .mw-m .mw-part-2-carousel .carousel-slide {
        padding: 1em; }
        .mw-pc .mw-part-2-carousel .carousel-slide a, .mw-m .mw-part-2-carousel .carousel-slide a {
          display: block;
          position: relative; }
          .mw-pc .mw-part-2-carousel .carousel-slide a img, .mw-m .mw-part-2-carousel .carousel-slide a img {
            width: 100%;
            font-size: 0; }
          .mw-pc .mw-part-2-carousel .carousel-slide a span, .mw-m .mw-part-2-carousel .carousel-slide a span {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.5);
            color: #fff;
            font-size: 14px;
            padding: 1em; }
            @media screen and (orientation: landscape) {
              .mw-pc .mw-part-2-carousel .carousel-slide a span, .mw-m .mw-part-2-carousel .carousel-slide a span {
                font-size: 20px; } }
          .mw-pc .mw-part-2-carousel .carousel-slide a i, .mw-m .mw-part-2-carousel .carousel-slide a i {
            width: 41px;
            height: 41px;
            background: url(../images/play.png) no-repeat center/100% 100%;
            position: absolute;
            z-index: 1;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            @media screen and (orientation: landscape) {
              .mw-pc .mw-part-2-carousel .carousel-slide a i, .mw-m .mw-part-2-carousel .carousel-slide a i {
                width: 71px;
                height: 71px; } }
      .mw-pc .mw-part-2-carousel .carousel-arrow, .mw-m .mw-part-2-carousel .carousel-arrow {
        width: 24px;
        height: 60px;
        position: absolute;
        top: 50%;
        z-index: 10;
        border: 0;
        font-size: 0;
        cursor: pointer;
        background: #ffbe9e url(../images/arrow-white.png) no-repeat center/50% auto; }
        .mw-pc .mw-part-2-carousel .carousel-arrow:hover, .mw-m .mw-part-2-carousel .carousel-arrow:hover {
          background-color: #d40000; }
        @media screen and (orientation: landscape) {
          .mw-pc .mw-part-2-carousel .carousel-arrow, .mw-m .mw-part-2-carousel .carousel-arrow {
            width: 48px;
            height: 120px; } }
      .mw-pc .mw-part-2-carousel .carousel-prev, .mw-m .mw-part-2-carousel .carousel-prev {
        left: 0;
        transform: rotate(180deg) translateY(-50%) translateX(50%);
        transform-origin: top center; }
      .mw-pc .mw-part-2-carousel .carousel-next, .mw-m .mw-part-2-carousel .carousel-next {
        right: 0;
        transform: translateY(-50%) translateX(50%); }
  .mw-pc .mw-banner-enter, .mw-m .mw-banner-enter {
    font-size: 0; }
    .mw-pc .mw-banner-enter a, .mw-m .mw-banner-enter a {
      display: block; }
      .mw-pc .mw-banner-enter a img, .mw-m .mw-banner-enter a img {
        width: 100%;
        height: auto; }
  .mw-pc .mw-title, .mw-m .mw-title {
    font-size: 40px;
    font-weight: bold;
    color: #b80002;
    text-align: center;
    overflow: hidden;
    margin: 1.25em 0; }
    .mw-pc .mw-title-inner, .mw-m .mw-title-inner {
      display: inline-block;
      position: relative;
      padding: 0 1em; }
      .mw-pc .mw-title-inner::after, .mw-pc .mw-title-inner::before, .mw-m .mw-title-inner::after, .mw-m .mw-title-inner::before {
        content: "";
        display: block;
        width: 399px;
        height: 8px;
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%; }
      .mw-pc .mw-title-inner::after, .mw-m .mw-title-inner::after {
        background-image: url(../images/R.png);
        right: 0;
        transform: translate(100%, -50%); }
      .mw-pc .mw-title-inner::before, .mw-m .mw-title-inner::before {
        background-image: url(../images/L.png);
        left: 0;
        transform: translate(-100%, -50%); }
  .mw-pc .mw-col, .mw-m .mw-col {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -34px; }
    .mw-pc .mw-col-item, .mw-m .mw-col-item {
      width: 50%;
      flex: 0 0 auto;
      padding: 0 34px; }
    .mw-pc .mw-col-head, .mw-m .mw-col-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      border-bottom: 1px solid #999;
      padding-bottom: 10px;
      margin-bottom: 25px; }
      .mw-pc .mw-col-head .title, .mw-m .mw-col-head .title {
        font-size: 24px;
        font-weight: bold; }
      .mw-pc .mw-col-head .more, .mw-m .mw-col-head .more {
        font-size: 13px; }
        .mw-pc .mw-col-head .more a, .mw-m .mw-col-head .more a {
          color: #d40000; }
    .mw-pc .mw-col-other, .mw-m .mw-col-other {
      display: flex; }
      .mw-pc .mw-col-other-image, .mw-m .mw-col-other-image {
        flex: 0 0 auto;
        margin-right: 34px; }
        .mw-pc .mw-col-other-image img, .mw-m .mw-col-other-image img {
          width: 100%; }
  .mw-pc .mw-aside, .mw-m .mw-aside {
    background: url(../images/bg1.png) no-repeat left top/100% 100%;
    padding: .25% 0 3.5%;
    margin-top: 4%; }
    .mw-pc .mw-aside .mw-title, .mw-m .mw-aside .mw-title {
      color: #834b21; }
      .mw-pc .mw-aside .mw-title-inner::before, .mw-m .mw-aside .mw-title-inner::before {
        background-image: url(../images/L-a.png); }
      .mw-pc .mw-aside .mw-title-inner::after, .mw-m .mw-aside .mw-title-inner::after {
        background-image: url(../images/R-a.png); }
    .mw-pc .mw-aside .mw-part-1-list li::before, .mw-pc .mw-aside .mw-part-1-list li a, .mw-m .mw-aside .mw-part-1-list li::before, .mw-m .mw-aside .mw-part-1-list li a {
      color: #834b21; }
    .mw-pc .mw-aside .mw-col-item:first-child, .mw-m .mw-aside .mw-col-item:first-child {
      position: relative; }
      .mw-pc .mw-aside .mw-col-item:first-child::after, .mw-m .mw-aside .mw-col-item:first-child::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        background-color: #834b21; }
  .mw-pc .mw-footer, .mw-m .mw-footer {
    background-color: #b51213;
    color: #fff;
    position: relative;
    z-index: 10;
    padding-top: 10%;
    padding-bottom: 2.5%;
    margin-top: 5%; }
    @media screen and (orientation: landscape) {
      .mw-pc .mw-footer, .mw-m .mw-footer {
        padding-top: 5%; } }
    .mw-pc .mw-footer::before, .mw-m .mw-footer::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url(../images/fbg.png) no-repeat center top/100% auto; }
    .mw-pc .mw-footer .mw-container, .mw-m .mw-footer .mw-container {
      background-color: transparent;
      margin-top: 0;
      margin-bottom: 0;
      padding: 0; }
    .mw-pc .mw-footer-content, .mw-m .mw-footer-content {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      @media screen and (orientation: landscape) {
        .mw-pc .mw-footer-content, .mw-m .mw-footer-content {
          display: table; } }
      .mw-pc .mw-footer-content > div, .mw-m .mw-footer-content > div {
        vertical-align: middle; }
        @media screen and (orientation: landscape) {
          .mw-pc .mw-footer-content > div, .mw-m .mw-footer-content > div {
            display: table-cell; } }
    .mw-pc .mw-footer-logo, .mw-m .mw-footer-logo {
      order: 1;
      text-align: center; }
      @media screen and (orientation: landscape) {
        .mw-pc .mw-footer-logo, .mw-m .mw-footer-logo {
          padding-right: 2em; } }
      @media screen and (orientation: portrait) {
        .mw-pc .mw-footer-logo, .mw-m .mw-footer-logo {
          width: 50%;
          flex: 0 0 auto; }
          .mw-pc .mw-footer-logo img, .mw-m .mw-footer-logo img {
            max-width: 100px; } }
    .mw-pc .mw-footer-wx, .mw-m .mw-footer-wx {
      order: 2;
      text-align: center;
      font-size: 12px; }
      @media screen and (orientation: landscape) {
        .mw-pc .mw-footer-wx, .mw-m .mw-footer-wx {
          padding-left: 2em;
          font-size: 16px; } }
      .mw-pc .mw-footer-wx span, .mw-m .mw-footer-wx span {
        display: block; }
      @media screen and (orientation: portrait) {
        .mw-pc .mw-footer-wx, .mw-m .mw-footer-wx {
          width: 50%;
          flex: 0 0 auto; }
          .mw-pc .mw-footer-wx img, .mw-m .mw-footer-wx img {
            max-width: 50px; } }
    .mw-pc .mw-footer-main, .mw-m .mw-footer-main {
      color: #fff;
      order: 0; }
      @media screen and (orientation: portrait) {
        .mw-pc .mw-footer-main, .mw-m .mw-footer-main {
          margin-bottom: 2em; } }
      .mw-pc .mw-footer-main ul, .mw-m .mw-footer-main ul {
        list-style: none;
        font-size: 0; }
        .mw-pc .mw-footer-main ul li, .mw-m .mw-footer-main ul li {
          display: inline-block;
          font-size: 14px; }
          @media screen and (orientation: landscape) {
            .mw-pc .mw-footer-main ul li, .mw-m .mw-footer-main ul li {
              font-size: 18px; } }
          .mw-pc .mw-footer-main ul li:not(:last-child)::after, .mw-m .mw-footer-main ul li:not(:last-child)::after {
            content: "|";
            display: inline-block;
            margin: 0 1em; }
      .mw-pc .mw-footer-main p, .mw-m .mw-footer-main p {
        margin-top: 2em;
        font-size: 12px; }
        @media screen and (orientation: landscape) {
          .mw-pc .mw-footer-main p, .mw-m .mw-footer-main p {
            font-size: 16px; } }
        .mw-pc .mw-footer-main p strong, .mw-m .mw-footer-main p strong {
          font-size: 1.15em;
          font-weight: normal; }
        .mw-pc .mw-footer-main p > *, .mw-m .mw-footer-main p > * {
          margin-right: 1.5em; }
          @media screen and (orientation: portrait) {
            .mw-pc .mw-footer-main p > *, .mw-m .mw-footer-main p > * {
              display: block; } }
      .mw-pc .mw-footer-main a, .mw-m .mw-footer-main a {
        color: #fff; }
        .mw-pc .mw-footer-main a:hover, .mw-m .mw-footer-main a:hover {
          text-decoration: underline; }

.mw-pc {
  display: none; }
  @media screen and (orientation: landscape) {
    .mw-pc {
      display: block;
      padding-top: 531px; } }

.mw-m {
  display: block;
  background-size: 130% auto;
  padding-top: 36%; }
  @media screen and (orientation: landscape) {
    .mw-m {
      display: none; } }
  .mw-m .mw-container-inner {
    margin-left: 20px;
    margin-right: 20px; }
  .mw-m .mw-top {
    padding-top: 5%; }
  .mw-m .mw-title {
    font-size: 20px; }
    .mw-m .mw-title-inner::after, .mw-m .mw-title-inner::before {
      display: none; }
  .mw-m .mw-col {
    display: block;
    margin: 0; }
    .mw-m .mw-col-item {
      display: block;
      width: 100%;
      padding: 0; }
    .mw-m .mw-col-head .title {
      font-size: 18px; }
    .mw-m .mw-col-other {
      display: block; }
      .mw-m .mw-col-other-image {
        margin-right: 0;
        margin-bottom: 30px; }
  .mw-m .mw-aside .mw-col-item:first-child::after {
    display: none; }
  .mw-m .mw-footer {
    margin-top: 0; }
