/*图片自适应样式*/
.image-auto[data-v-3230064d] {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

ul[data-v-74c2d7df],
li[data-v-74c2d7df] {
  margin: 0;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub[data-v-74c2d7df] {
  background: red;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.45);
}
[data-v-74c2d7df] .myHeader {
  background: white;
}
[data-v-74c2d7df] .myHeader /deep/ .ant-menu-submenu > .ant-menu {
  border: 1px black solid;
  background: red;
}
[data-v-74c2d7df] .myHeader /deep/ .ant-menu-submenu > .ant-menu .ant-menu-item {
  border: 1px black solid;
  background: black;
}
[data-v-74c2d7df] .myHeader .ant-menu-horizontal > .ant-menu-item > a {
  color: black;
}
[data-v-74c2d7df] .myHeader .ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #aa0001;
}
.ant-menu-horizontal > .ant-menu-item[data-v-74c2d7df],
.ant-menu-horizontal > .ant-menu-submenu[data-v-74c2d7df] {
  margin: 0 15px !important;
}

.footer-bar[data-v-33efdfdb] {
  text-align: center;
  margin-top: 50px;
  padding: 30px 0;
  background: #121529;
}
.footer-bar .text[data-v-33efdfdb] {
  color: rgba(255, 255, 255, 0.4);
  line-height: 30px;
}
.footer-bar .num[data-v-33efdfdb] {
  background: #ff9000;
  padding: 2px 15px;
  border-radius: 4px;
  color: #fff;
}
.footer-bar .margin-left[data-v-33efdfdb] {
  margin-left: 20px;
}
.visit[data-v-33efdfdb] {
  display: inline-block;
  width: 64px;
  height: 20px;
  background: #ff9000;
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
}

