* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

.el-button--primary {
  background-color: #1a8af9;
  border-color: #1a8af9;
}
@-moz-document url-prefix() {
  .el-button>span{
    display: flex;
    align-items: center;
  }
  .fav-btn img{
    margin-right: 5px;
  }
}

[v-cloak] {
  display: none;
}
img {
  display: inline-block;
}
#app{
  min-width: 1260px;
}
body {
  background: #f8fbff;
}
table {
  border-collapse: collapse;
}
/* Apply a default padding if legacy cellpadding attribute is missing */
table:not([cellpadding]) th,
table:not([cellpadding]) td {
  padding: 0.4rem;
}
/* Set default table styles if a table has a positive border attribute
   and no inline css */
table[border]:not([border="0"]):not([style*="border-width"]) th,
table[border]:not([border="0"]):not([style*="border-width"]) td {
  border-width: 1px;
}
/* Set default table styles if a table has a positive border attribute
   and no inline css */
table[border]:not([border="0"]):not([style*="border-style"]) th,
table[border]:not([border="0"]):not([style*="border-style"]) td {
  border-style: solid;
}
/* Set default table styles if a table has a positive border attribute
   and no inline css */
table[border]:not([border="0"]):not([style*="border-color"]) th,
table[border]:not([border="0"]):not([style*="border-color"]) td {
  border-color: #ccc;
}
.footer {
  height: 580px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  background: url('../images/footer-bg.png');
  background-size: 100% 100%; 
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.footer-view {
  margin: 0 auto;
  position: relative;
  height: 100%;

}

.footer-content {
  position: absolute;
  width: 100%;
  bottom: 100px;
}

.footer-content-title {
  border-bottom: 1px solid #dbe3ed;
  margin-bottom: 8px;
}

.footer-logo {
  text-align: center;
  margin-bottom: 16px;
}

.footer-logo img {
  width: 169px;

}

.footer-qr img {
  width: 120px;
}

.footer-qr+.footer-qr {
  margin-left: 24px;
}

.footer-title {
  font-size: 14px;
  text-align: left;
}

.footer-bottom {
  width: 100%;
  position: absolute;
  bottom: 25px;
  opacity: 0.8;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.moreEllipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}
.el-button:focus{
  border-color: #dce1e6;
  background: #fff;
}

.el-button:hover,
.el-button.is-plain:hover { 
  border: 1px solid #1a8af9;
  color: #1a8af9;
}

.el-button--primary:hover {
  border-color: #1a8af9;
  background: #4ca3fa;
  color: #fff;
}

.el-button--primary.is-plain {
  background: #fff;
} 
.el-button--primary:focus  {
  border-color: #1a8af9;
  background: #1a8af9;
  color: #fff;
}
.el-button--primary:hover.is-plain {
  background:#ebf4fe;
}
.el-button--primary:focus.is-plain {
  background:#fff;
  color: #1a8af9;
}
.footer-content-title {
  font-size: 20px;
color: #FFFFFF;
line-height: 28px;
font-weight: 400;
padding: 7px 0;
}
.enFooter{
  height: 600px;
  line-height: 20px;
}
.margin-4{
  margin-bottom: 8px;
}
@media screen and (max-width: 1600px) {
  .footer {
    font-size: 14px;
    height: 480px;
  }
  .footer-content-title {
    font-size: 18px;
  }

  .footer-logo img {
    width: 127px;
  }

  .footer-qr img {
    width: 90px;
  }
  .footer-bottom{
    bottom: 16px;
  }
  .footer-content {
    bottom: 80px;
  }
  .enFooter{
    height: 600px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1440px) {
  .footer { 
    height: 440px;
    font-size: 13px;
  }
  .footer-content-title {
    font-size: 18px;
  }

  .footer-logo img {
    width: 127px;
  }

  .footer-qr img {
    width: 90px;
  } 
  .footer-bottom{
    margin-bottom: -10px;
  }
  .footer-content {
    bottom: 80px;
  }
  .enFooter{
    height: 600px;
    line-height: 20px;
  }
}
.unitName {
    line-height: 1.5;
}