.topLog {
  height: 100%;
  width: 100%;
  max-width: 100px;
}
.imageBox1 {
  width: 100%;
}
.error-message {
  color: red;
}
.footer-box p {
  margin-bottom: 0;
}
.nav-item .dropdown-item:nth-of-type(1)::before,
.nav-item .dropdown-item:nth-of-type(2)::before,
.nav-item .dropdown-item:nth-of-type(3)::before {
  background-size: cover;
}
.width100 {
  width: 100%;
}
.iconBox .cards {
  padding: 20px;
}
.iconBox .cards .icon {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 20px;
}
.iconBox .cards .img {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.iconBox .cards .img img {
  width: 160px;
  height: 45px;
}
.text-box {
  font-size: 1rem;
  text-align: left;
}
.text-box strong {
  font-size: 1.6rem;
}
.cardPositions {
  color: #ffffff;
}
.cardPositions .card {
  border: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: transparent;
}
.cardPositions .title-top {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.cardPositions .title-top .lf {
  font-size: 20px;
  font-weight: bold;
}
.cardPositions .title-top .rt {
  transition: transform 0.3s ease;
  font-size: 20px;
  font-weight: bold;
}
.cardPositions .title-top.active .rt {
  transform: rotate(45deg);
}
.cardPositions .bottom {
  padding-top: 20px;
  display: none;
  transition: all 0.3s ease;
}
.cardPositions .bottom.active {
  display: block;
}
.Values {
  background-color: transparent;
  color: #ffffff;
}
.Values .card {
  padding: 20px;
  background-color: transparent;
}
.Values .card strong {
  font-size: 1.2rem;
}
/* 手机屏幕（小于768px） */
@media screen and (max-width: 991px) {
  .topLog {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=style.css.map */