.footer-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 80px;
      color: #fff;
      font-size: 14px;
      line-height: 1.5;
      background-color: #1a63be;
    }

    /** 喜庆风格 **/
    .header-theme_joyous .footer-container {
      background-color: #b10013;
    }