body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.el-menu-demo .bg-light {
  background-color: transparent !important;
}

.el-menu-demo.el-menu {
  background-color: transparent;
}

.el-menu-demo.el-menu--horizontal.el-menu {
  border-bottom: 0px solid transparent;
}

.navbar {
  padding: 0 1em;
  z-index: 999;
}

.webfootter {
  width: 100%;
  background-color: #23252f;
}

.webfootter .friends {
  display: flex;
  color: #a9a9a9;
  width: 1200px;
  margin: 0 auto;
  line-height: 50px;
  border-bottom: 1px solid #303342;
}

.webfootter .friends .listfriends {
  display: flex;
}

.webfootter .friends .listfriends a {
  margin: 0 50px;
  color: #a9a9a9;
  text-decoration: none;
  line-height: 50px;
  font-size: 14px;
  transition: ease all 0.5s;
}

.webfootter .friends .listfriends a:hover {
  color: #fff;
}

.webfootter .baseinfo {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.webfootter .baseinfo ul {
  margin-top: 10px;
}

.webfootter .baseinfo ul li {
  color: #a9a9a9;
  font-size: 14px;
  line-height: 24px;
  transition: ease all 0.5s;
}

.webfootter .baseinfo ul li:hover {
  color: #fff;
}

.webfootter .baseinfo .qrbox ul {
  display: flex;
}

.webfootter .baseinfo .qrbox ul li {
  display: flex;
  margin-left: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.webfootter .baseinfo .qrbox ul li img {
  width: 120px;
}

.webfootter .bafooter {
  color: #a9a9a9;
  text-align: center;
  line-height: 40px;
  border-top: 1px solid #303342;
  font-size: 14px;
}

.card {
  border: 1px solid #fff;
}
