@charset "UTF-8";
html, body {
  font-family: "Microsoft YaHei"; }

.hidden, .hide {
  display: none; }

[v-cloak] {
  display: none; }

.clearfix {
  overflow: hidden;
  _zoom: 1; }
  .clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.text-white {
  color: #fff !important; }

.text-gray {
  color: #6b7386 !important; }

.bg-blue {
  color: #1296db !important; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 22px; }

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  box-shadow: 0px 2px 3px rgba(228, 228, 228, 0.5);
  color: #6b7386;
  user-select: none; }
  header .nav, header .logo, header .date, header .weather, header .search, header .login {
    float: left;
    line-height: 60px;
    margin-left: 60px; }
  header .nav ul {
    margin: 0;
    list-style-type: none; }
    header .nav ul li {
      float: left; }
      header .nav ul li a {
        display: block;
        height: 60px;
        line-height: 60px;
        color: #6b7386;
        padding: 0 15px; }
      header .nav ul li:hover a {
        color: #1296db; }
      header .nav ul li.active a {
        box-sizing: border-box;
        border-bottom: 3px solid #1296db; }
  header .logo {
    margin-left: 0;
    font-size: 22px;
    font-weight: 600; }
    header .logo img {
      height: 30px;
      width: 30px; }
  header .date b {
    font-size: 22px;
    padding: 0 3px; }
  header .date .item-time {
    font-weight: 600; }
  header .weather span {
    margin-right: 5px; }
    header .weather span img {
      width: 25px; }
  header .search {
    float: right;
    padding: 10px; }
    header .search .box-wrapper {
      border: 1px solid #eaeaea;
      position: relative;
      border-radius: 4px; }
      header .search .box-wrapper:hover {
        border: 1px solid #1296db; }
    header .search .search-icon {
      position: absolute;
      left: 0;
      top: 0;
      cursor: pointer;
      line-height: 36px;
      margin-left: 5px; }
      header .search .search-icon img {
        width: 24px;
        height: 24px; }
      header .search .search-icon i {
        vertical-align: sub;
        color: #888;
        margin-left: -3px; }
    header .search ul {
      margin: 0;
      list-style-type: none;
      border: 1px solid #fff;
      background: #fff;
      width: 100px;
      position: absolute;
      left: 0;
      top: 40px; }
      header .search ul li {
        height: 35px;
        line-height: 35px;
        padding: 0 6px;
        border-bottom: 1px dashed #eaeaea;
        cursor: pointer; }
        header .search ul li:hover {
          background-color: rgba(160, 164, 175, 0.32) !important; }
        header .search ul li:last-child {
          border-bottom: none; }
        header .search ul li img {
          width: 20px;
          height: 20px;
          margin-right: 8px; }
    header .search input {
      margin: 0;
      font-size: 14px;
      padding-left: 55px;
      border: none;
      outline: none;
      background: none;
      box-shadow: none; }
      header .search input:hover, header .search input:active, header .search input:focus {
        border: none;
        outline: none;
        background: none;
        box-shadow: none; }
  header .login {
    float: right;
    margin-left: 30px; }
    header .login a {
      padding: 5px 8px;
      color: #1296db; }
      header .login a:hover {
        background: #1296db;
        color: #fff; }

main {
  margin-top: 60px;
  background: #eaeaea; }

footer, .footer {
  background: #373d41;
  padding: 30px 0;
  color: #999; }
  footer a, .footer a {
    color: #73777a; }
    footer a:hover, .footer a:hover {
      color: #fff; }
  footer .footer-nav a, .footer .footer-nav a {
    color: #9b9ea0;
    margin-right: 35px; }
    @media (max-width: 760px) {
      footer .footer-nav a, .footer .footer-nav a {
        margin-right: 10px;
        font-size: 13px; } }
    footer .footer-nav a:hover, .footer .footer-nav a:hover {
      color: #fff; }
  footer .friend-link, .footer .friend-link {
    margin-bottom: 20px;
    margin-top: 30px; }
    footer .friend-link a, .footer .friend-link a {
      font-size: 14px;
      margin-left: 0;
      margin-right: 15px; }
  footer p.copyright, .footer p.copyright {
    font-size: 14px;
    text-align: left;
    color: #73777a; }

.side-bar {
  position: fixed;
  bottom: 150px;
  right: 10px; }
  .side-bar ul {
    list-style-type: none;
    margin: 0; }
    .side-bar ul li {
      position: relative;
      font-size: 30px;
      border: 1px solid #eaeaea; }
      .side-bar ul li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        display: inline-block;
        background: #fff;
        color: #888; }
        .side-bar ul li a:hover {
          background: #eaeaea;
          color: #333; }
          .side-bar ul li a:hover::after {
            background: #eaeaea;
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 50px;
            height: 50px;
            line-height: 1.3;
            padding: 6px;
            content: '';
            color: #333;
            font-size: 14px;
            z-index: 99; }
        .side-bar ul li a i {
          font-size: 26px;
          line-height: 50px;
          vertical-align: top; }
      .side-bar ul li.to-top a:hover::after {
        content: '回到顶部'; }
      .side-bar ul li.qrcode a:hover::after {
        content: '扫码打开'; }
      .side-bar ul li.qrcode:hover .qr-img {
        display: block; }
    .side-bar ul .qr-img {
      background: #fff;
      display: none;
      position: absolute;
      right: 58px;
      bottom: -28px;
      border: 2px solid #eaeaea;
      padding: 6px;
      border-radius: 4px; }
      .side-bar ul .qr-img::before, .side-bar ul .qr-img::after {
        position: absolute;
        right: -8px;
        bottom: 50px;
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #eaeaea; }
      .side-bar ul .qr-img::after {
        border-left: 8px solid #fff;
        right: -5px; }
      .side-bar ul .qr-img img {
        max-width: 100px; }

/*# sourceMappingURL=common.css.map */
