﻿@charset "UTF-8";
body, p, ul, li, ol, table {
  margin: 0;
  padding: 0;
  font-family: "榛戜綋",'Microsoft YaHei'; }

a {
  text-decoration: none;
  color: bule}

ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0;
  padding: 0; }

button {
  border: none; }

.auto {
  margin-left: auto;
  margin-right: auto; }

.home {
  color: #3cbffc; }

* {
  margin: 0;
  padding: 0; }

#header {
  width: 100%;
  height: 80px;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  background: #ffffff; }
  #header .header {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    #header .header .logo {
      float: left;
      width: 560px;
      height: 80px;
      margin-right: 16px; }
      #header .header .logo img {
        width: 560px;
        height: 80px; }
    #header .header .userList {
      float: right;
      width: 620px;
      height: 80px;
      display: flex;
      align-items: center; }
      #header .header .userList li {
        width: 88px;
        height: 80px;
        list-style: none;
        float: left;
        font-size: 20px;
        margin-left: 16px;
        line-height: 80px; }
      #header .header .userList .home {
        color: #3cbffc; }

#footer {
  width: 100%;
  height: 58px;
  background: #3cbffc;
  bottom: 0; }
  #footer p {
    text-align: center;
    color: white;
    font-size: 18px;
    padding-top: 20px; }

/*# sourceMappingURL=base.css.map */
