html,
body {
  font-family: '微软雅黑' !important;
}
.navbar-container h2 {
  color: #ffffff;
}
.txt-h3 {
  color: #ffffff !important;
}
.cardbox {
  display: flex;
  gap: 15px;
  align-items: center;
}
.cardbox h4 {
  color: #4a3aff;
}
.butBox {
  display: flex;
  gap: 15px;
}
.butBox span {
  cursor: pointer;
  padding: 10px;
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 5px;
}
.butBox .itemsBox {
  background-color: #4a3aff;
  color: #ffffff;
}
#solution .tab-img-w {
  display: flex;
  flex-direction: column;
}
#solution .tab-img-w .tab-img {
  max-width: 300px;
  display: inline-block;
  margin: 0 auto;
}
#solution .download {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
#solution .download img {
  width: 160px;
  height: 45px;
}
/*# sourceMappingURL=style.css.map */