/* ================================
 * footer
 ================================ */
footer {
  padding: 0;
  color: #fff;
  background: #0c1e42 no-repeat center bottom;
}

footer p {
  color: #ffffffbf;
  font-size: 0.875em;
}

footer .logo {
  border-bottom: 1px solid #ffffff20;
  padding: 2em 0;
  text-align: left;
  width: 100%;
}

footer .text {
  padding: 2em 0;
}

footer .text>* {
  line-height: 2;
}

footer .text h6 {
  font-size: 0.875em;
}

footer .text h2 {
  line-height: 2;
}

footer .dropdown .btn {
  border-color: #ffffff40;
  color: #ffffffbf;
  width: 90%;
  text-align: left;
}

footer .dropdown-toggle::after {
  content: "\f078";
  font-family: bestitu;
  font-size: 1em;
  border: none;
  float: right;
}

footer .dropdown-menu {
  background: #24346c

}

footer .dropdown-item {
  color: #fff;
}

footer .dropdown-item:hover {
  color: #fff;
  background-color: #ffffff40;
}

footer .wx {
  margin: 1em 0;
}

footer .copyright {
  margin-top: 8em;
  padding: .5em 0;
  border-top: 1px solid #ffffff20;
  text-align: center;
}

footer .copyright a {
  color: #ffffffbf;
}

/* 当屏幕的宽度小于或等于991.98像素时 */
@media only screen and (max-width: 991.98px) {
  footer .copyright {
    margin-top: 1em;
  }
}
