html,
body {
  width: 100%;
  height: 100%;
  margin: 0%;
  font-size: 1rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #080a16;
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
}

a {
  transition: 0.3s all;
}

a:hover {
  filter: brightness(0.7);
}

.showMobile {
  display: block;
}
.showDesktop {
  display: none;
}

.full-container {
  height: 95vh;
  margin-bottom: 15px;
}

.main-wrapper {
  background-image: url(../imgs/bg-mobile.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  max-width: 550px;
  margin: auto;
}

.top-wrapper {
  padding: 16px 16px 10px;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.top-logo img {
  display: block;
  width: 100%;
  max-width: 140px;
}

.top-cs img {
  display: block;
  width: 100%;
  max-width: 130px;
}

.pop-btns-wrapper {
  padding: 0 16px;
  height: calc(100% - 180px);
}

.pop-btns-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-evenly;
  height: 100%;
  max-width: 410px;
  margin: auto;
}

.pop-btns-item {
  display: flex;
  align-items: center;
  background: rgba(27, 29, 38, 0.6);
  padding: 2px 12px;
  border-radius: 10px;
  margin-left: 5%;
  box-shadow: 0px 1px 8px 1px rgba(0, 240, 255, 0.2);
  border: 1px solid rgba(0, 240, 255, 1);
}

.pop-btns-item .item-icon {
  min-width: 110px;
  margin-left: calc(-8% - 16px);
}

.pop-btns-item .item-icon img {
  display: block;
  width: 100%;
  max-width: 110px;
}

@media screen and (max-width: 380px) {
  .pop-btns-item .item-icon img {
    max-width: 90px;
  }

  .pop-btns-item .item-icon {
    min-width: 90px;
  }
}

.pop-btns-item .item-details {
  margin-left: 12px;
}

.pop-btns-item .item-details .details-title img {
  display: block;
  width: 100%;
}

.pop-btns-item .item-details .details-desc img {
  display: block;
  width: 100%;
  margin-top: 4px;
}

.pop-btns-item .item-arrow {
  margin-left: auto;
  min-width: 42px;
}

.pop-btns-item .item-arrow img {
  display: block;
  width: 100%;
  max-width: 42px;
}

.swing {
  animation: swing 1.2s linear infinite;
  transform: all 0.5s;
}

@keyframes swing {
  0%,
  100% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }
}

.sub-title-img {
  padding: 30px 16px 20px;
}

.sub-title-img img {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.contact-btns-wrapper {
  padding: 0 16px 30px;
}

.contact-btns-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 410px;
  margin: auto;
}

.contact-btn.w-50 {
  width: calc(50% - 6px);
}

.contact-btn.w-100 {
  width: 100%;
}

.contact-btn img {
  display: block;
  width: 100%;
}

.main-sticky-btn {
  background: linear-gradient(180deg, #12a7b0 0%, #0f4465 100%);
  padding: 20px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: sticky;
  bottom: 0;
  left: 0;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
}

/* Overlay Styles */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
}

.pop-overlay-01 {
  position: relative;
}

.pop-overlay-btns {
  display: flex;
  width: 100%;
  align-items: center;
  max-width: 300px;
  margin: auto;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.pop-overlay-2 .pop-overlay-btns {
  bottom: 30px;
}

.pop-overlay-3 .pop-overlay-btns {
  bottom: 20px;
}

.close-overlay {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.close-overlay img {
  display: block;
  width: 36px;
}

.hidden {
  display: none;
}

.w-50{
  background-color: #FFFFFF1A;
  border-radius: 40px;
}

.lock-bg{
  background-image: url("../imgs/lock-icon.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  position: relative;
  background-position: 14px 50%;
  text-align: left;
  padding-left: 65px;
  padding-top: 3px;
  padding-right:40px;
  background-color: #FFFFFF1A;
  border-radius: 40px;
  height: 48px;
}

.flex-div{
  display:flex;
  align-items: center;
  justify-content: space-between;
}

.qq-bg{
  background-image: url("../imgs/qq-icon.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  position: relative;
  background-position: 14px 50%;
  text-align: left;
  padding-left: 65px;
  padding-top: 3px;
}

.wangwang-bg{
  background-image: url("../imgs/wangwang.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  position: relative;
  text-align: left;
  padding-left: 65px;
  padding-top: 3px;
  background-position: 14px 50%;
  color: #fff;
}

.sigua-bg{
  background-image: url("../imgs/sigua.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  position: relative;
  text-align: left;
  padding-left: 65px;
  padding-top: 3px;
  background-position: 14px 50%;
  color: #fff;
}

.am-bg{
  background-image: url("../imgs/amico.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  position: relative;
  text-align: left;
  padding-left: 65px;
  padding-top: 3px;
  background-position: 14px 50%;
  color: #fff;
}


.voxis-bg{
  background-image: url("../imgs/amico-icon.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  position: relative;
  text-align: left;
  padding-left: 65px;
  padding-top: 3px;
  background-position: 14px 50%;
}

.tieba-bg{
  background-image: url("../imgs/tieba-icon.png");
  background-size: 32px 32px;
  background-repeat: no-repeat;
  position: relative;
  text-align: left;
  padding-left: 65px;
  padding-top: 3px;
  background-position: 14px 50%;
}

@media(max-width: 400px){
  .contact-btn:not(.w-100){
    padding-left: 55px;
  }

}

.contact-btn .title{
  font-size: 0.9em;

  @media(max-width: 360px){
    font-size: 12px;
  }
}

.contact-btn span{
  color: #fff;
  font-size: 1.1em;
  display: block;
  /*padding-right: 25px;*/
  @media(max-width: 360px){
    font-size: 14px;
  }
}
