.logoImages {
  width: 150px;
}
.dialogBox {
  display: none;
}
.dialogBox .popup-wr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.error-message {
  color: red;
  padding-bottom: 10px;
}
.faq1_answer {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
.cardPositions .card {
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
.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;
}
.cursor {
  cursor: pointer;
}
.footer-a {
  color: #ffffff;
  text-decoration: none;
}
.footer-a:hover {
  display: block;
  color: #ffffff;
}
.iconTitle .footer-legal-link {
  font-size: 1rem;
  background: #fff;
  padding: 5px 18px 0;
  margin-left: 10px;
  border-radius: 39px;
}
.iconTitle .footer-legal-link span {
  font-size: 1.8rem;
}
.iconTitle .footer-legal-link span.icon-twitter {
  font-size: 1.7rem;
  color: #03a9f4;
}
.iconTitle .footer-legal-link span.icon-youtube {
  color: #ff0000;
}
.iconTitle .footer-legal-link span.icon-icon_TikTok-square {
  color: #000000;
}
.menuBox2 {
  display: none;
  cursor: pointer;
}
.copyright_2 {
  display: none;
  margin-top: 20px;
}
.button-group {
  flex-direction: column;
}
.button-group .iconTitle {
  margin: 0 !important;
}
.button-group .iconTitle .footer-legal-link {
  padding: 0;
  margin-right: 10px;
}
/* 手机屏幕（小于768px） */
@media screen and (max-width: 767px) {
  .menuBox1 {
    display: none;
  }
  .menuBox2 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .footer-nav-links.is-legal {
    display: block;
    margin-top: 10px;
  }
  .copyright_1 {
    display: none;
  }
  .copyright_2 {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */