@tailwind base;
@tailwind components;
@tailwind utilities;
.nav-box {
  position: relative;
}

.nav-box a.active2 {
  position: relative;
}

.nav-box a.active2::after {
  position: absolute;
  content: "";
  background: #1484FE;
  height: 3px;
  width: 84px;
  top: 27px;
  left: -11px;
}

.nav-box a.active {
  position: relative;
}

.nav-box a.active::after {
  position: absolute;
  content: "";
  background: #1484FE;
  height: 3px;
  width: 44px;
  top: 27px;
  left: -6px;
}

.nav-box a:hover {
  font-weight: bold;
  border-radius: 15px;
  color: #1484FE;
}

.banner {
  width: 100%;
  position: relative;
}

.banner h3 {
  position: absolute;
  left: 6%;
  top: 25%;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
}

.banner p, .banner a {
  position: absolute;
  left: 6%;
  top: 48%;
  color: #fff;
  font-size: 22px;
}

.bannerIndex a {
  left: 12.5%;
}

.banner a {
  border-radius: 10px;
  background: #2E83FF;
  padding: 8px 30px;
  top: 67%;
  font-size: 26px;
}

.footer {
  border-bottom: 1px solid #bbb6b6;
}

.copyright p, .copyright a {
  color: #a79494;
}

.btn-box button {
  border-radius: 25px;
  font-size: 18px;
}

.btn-box .btn1 {
  background: rgb(134, 95, 224);
  color: #fff;
  padding: 10px 25px;
}

.btn-box .btn2 {
  background: rgb(233, 240, 255);
  color: rgb(62, 94, 254);
  padding: 10px 35px;
}

.btn-box nav a {
  font-size: 16px;
  margin-left: 50px;
}

.fuwu {
  border-bottom: 1px solid #bbb6b6;
}

.fuwu > div {
  display: flex;
  align-items: center;
}

.fuwu > div img {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.scale-box {
  transition: transform 0.8s ease-in-out;
}

.scale-box:hover {
  transform: scale(0.5) rotate(-10deg);
}

#loading-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

#loading-overlay img {
  vertical-align: middle;
}

.send-member {
  position: absolute;
  background: #ffc300;
  color: #db5d43;
  text-align: center;
  line-height: 1.5;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  padding: 5px 10px;
  width: 44%;
  top: -20px;
  left: 52.5%;
  font-weight: 550;
}

@media screen and (max-width: 1536px) {
  .send-member {
    width: 52%;
    left: 38.5%;
  }
  .nav-box {
    margin-left: 2%;
  }
  .nav-box a {
    margin-right: 2rem;
  }
}

/*# sourceMappingURL=common.css.map */
