#page-container {
  min-width: 1200px;
}
.flex {
  display: flex !important;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-center {
  justify-content: center;
}

.flex-between {
  justify-content: space-between;
}
.flex-end {
  justify-content: flex-end;
}

.flex-align-center {
  align-items: center;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.navs {
  height: 100%;
  font-size: 16px;
  font-weight: 500;
}

.navs .current {
  color: rgb(32, 151, 243);
}

.navs a:hover {
  color: rgb(32, 151, 243);
}

.carousel {
  width: 100%;
  height: 500px;
}

.footer {
  width: 100%;
  background: #013178;
  color: white;
  padding: 20px 0;
}

.footer .qrcode {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 32px;
}

.footer .qrcode img {
  width: 100px;
}

.footer .qrcode div {
  margin-right: 10px;
}
.footer .info {
  margin-top: 40px;
}
.footer .address {
  margin-top: -20px;
}

.footer .address .top {
  /* margin-top: 20px; */
}

.footer .contact {
  margin-left: 50px;
  margin-top: 20px;
}

.footer .contact .info {
  margin-bottom: 20px;
}

.footer .icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}

.copyright {
  width: 100%;
  background: #071E40;
  color: white;
  font-size: 12px;
  padding: 10px 0;
}

nav {
  display: flex;
  justify-content: center;
}

.pagination {
  display: flex;
  flex-direction: row;
  margin-bottom: 72px;
}

.pagination li {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  margin-left: 10px;
}

.pagination .active {
  background: #0b3d70 !important;
  color: white;
}

.pagination .disabled {
  color: #c0c4cc;
}
