
.footer[data-v-bc5c0716] {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 14px;
  color: #666666;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.copyright[data-v-bc5c0716] {
  margin: 0 5px;
}
.contact[data-v-bc5c0716] {
  color: #666666;
  margin-left: 5px;
}


#app {
  position: relative;
  min-height: 100vh;
}

* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

html,
body {
  width: 100%;
  height: 100%;
  min-width: 1300px;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

input,
select {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

.mid1 {
  width: 1200px;
  margin: 0px auto;
}

.mid2 {
  width: 1400px;
  margin: 0px auto;
}

.flex-r {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
}

.flex-c {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.flex-wr {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex-1 {
  width: 0;
  flex: 1;
  -webkit-flex: 1;
  overflow: hidden;
}

.flex-1:last-child {
  margin-right: 0;
}

.f-jc {
  justify-content: center;
  -webkit-justify-content: center;
}

.f-je {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.f-sb {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.f-sa {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.f-ac {
  align-items: center;
  -webkit-align-items: center;
}

.f-ae {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.white {
  background-color: #fff;
}

.mid {
  width: 1200px;
  margin: auto;
}

.emgl em {
  color: #1890ff;
  font-style: normal;
  font-weight: bold;
}

