.custom-wrapper {
  height: auto !important;
}
.custom-wrapper img {
  height: 55px;
}
.custom-can-transform {
  margin-top: 8px;
}
.terms {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.splash-container .titleBox {
  width: 80%;
  max-width: 800px;
  border: 3px solid white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.splash-container .titleBox h1 {
  font-size: 4rem;
  flex-wrap: wrap;
  text-align: center;
  color: #ffffff;
  padding: 50px 0;
}
.iconBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.iconBox .titleTop {
  text-align: center;
  font-size: 3rem;
}
.iconBox img {
  border: none;
}
.iconBox .iconImages {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
.iconBox .img {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.iconBox .img img {
  width: 165px;
  height: 45px;
}
.iconTitle .iconfont {
  font-size: 30px !important;
  margin: 0 10px;
}
.iconTitle .iconfont.icon-x_twiter {
  font-size: 25px !important;
}
/* 手机屏幕（小于768px） */
@media screen and (max-width: 767px) {
  .custom-can-transform {
    display: none;
  }
  #toggle {
    margin-top: 20px;
  }
  .splash-container .titleBox h1 {
    font-size: 2rem;
  }
}
@media (min-width: 78em) {
  .splash-head {
    font-size: 8rem;
    padding: 1em 0.8em;
  }
}
/*# sourceMappingURL=style.css.map */