@charset "UTF-8";
* {
  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  box-sizing: border-Box;
}

html {
  width: 100%;
  height: 100%;
  background: #fff;
}

body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", Arial, Helvetica, STHeiti, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  user-select: none;
  min-width: 1240px;
  min-height: 768px;
  overflow: auto;
}

article, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  max-width: 100%;
}

p {
  font-size: 1.2em;
  line-height: 1em;
  color: #333;
}

a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
a:hover {
  color: #fff !important;
}

img {
  pointer-events: none;
}

.flex {
  display: flex;
}

.flex-item {
  display: block;
  flex: 1;
}

.align-flex-start {
  align-items: flex-start !important;
}

.flex-container {
  justify-content: center;
  align-items: center;
}

.relative {
  position: relative;
}

.p-30 {
  padding: 30px !important;
}

.p-10 {
  padding: 10px !important;
}

.pr-10 {
  padding-right: 10px;
}

.lh-20 {
  line-height: 20px;
}

.pl-10 {
  padding-left: 10px;
}

.fs-16 {
  font-size: 16px;
}

.none {
  display: none;
}

.bg-fff {
  background: #FFFFFF;
}

.mb-15 {
  margin-bottom: 15px;
}

.pl-5 {
  padding-left: 5px;
}

.col-fff {
  color: #FFFFFF !important;
}

.bg-f7d {
  background-color: #f7dd92;
}

.bg-2A6 {
  background-color: #2A6DBA;
}

.bg-4E8 {
  background-color: #4E88BD;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.html_hide {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

[v-cloak] {
  display: none !important;
}

#app {
  width: 100%;
}
#app .app-container {
  height: 100%;
  display: initial;
}
#app .app-container .el-header, #app .app-container .el-main, #app .app-container .el-footer {
  padding: 0;
  height: auto;
}
#app .app-container .el-main {
  overflow: initial;
}
#app .header {
  background: #333333;
  padding: 0 100px !important;
}
#app .header img {
  display: inline-block;
  height: 40px;
  max-width: 100%;
  margin-right: 100px;
  margin-left: -50px;
}
#app .header .menu-box {
  width: 800px;
}
#app .header .el-menu {
  width: 100%;
  background: #333333;
  border: none;
}
#app .header .el-menu .el-menu-item {
  padding: 0 30px;
  color: #EFEFEF;
  box-sizing: border-box;
  border-bottom-width: 5px;
}
#app .header .el-menu .el-menu-item:hover {
  background: transparent;
}
#app .header .el-menu .el-menu-item.is-active {
  font-size: 18px;
  font-weight: bold;
  color: #EFEFEF !important;
  border-bottom-color: #3390FD;
}
#app .header .el-menu .el-menu-item.is-active:focus {
  background: transparent;
}
#app .header .el-menu .el-sub-menu__title {
  color: #fff;
}
#app .header .el-menu .el-sub-menu__title:hover {
  background: transparent;
}
#app .el-footer .footer-card1 .el-col:not(:last-child) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app .el-footer .footer-card1 .qr-code-box {
  height: 100%;
  justify-content: center;
  display: flex;
}
#app .el-footer .footer-card1 .qr-code-box .qr-code-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#app .el-footer .footer-card1 .qr-code-box .qr-code-item .title {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 20px 0;
}
#app .el-footer .footer-card1 .qr-code-box .qr-code-item .el-image {
  height: 78px;
}
#app .el-footer .footer-card2 {
  flex-direction: column;
  align-items: center;
}
#app .el-footer .footer-card2 p {
  line-height: 30px;
  font-size: 12px;
}
#app .el-footer .footer-card2 p.list span {
  box-sizing: border-box;
  padding: 0 20px;
}
#app .el-footer .footer-card2 p.list span:not(:last-child) {
  border-right: 1px solid #fff;
}
#app .el-footer .footer-card2 p.list span a {
  color: #DEDEDE !important;
}
#app .el-footer .footer-card2 p.list span a:hover {
  color: #fff !important;
}
#app .el-footer .footer-card2 p.copyright {
  font-weight: 500;
  color: #DEDEDE;
}
#app .el-footer .footer-card2 p.icp img {
  margin-right: 5px;
  position: relative;
  top: 5px;
}

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