.home {
}

.lg {
  display: bolck;
}
.md {
  display: none;
}
.visibility-hidden {
  display: none;
}
.white {
  color: #fff;
}
.m-r-94 {
  margin-right: 5.875rem !important;
  margin-left: 0 !important;
}
.downbox {
  padding: 16rem 0 0 12rem;
}
.down-link {
  width: 15rem;
  height: 5rem;
  margin-right: 2.5rem;
}
.product {
  padding-bottom: 0 !important;
}
.product .object-cover {
  margin-top: 13px;
}
.bg-darkBrown {
  width: 25rem;
  height: auto;
  margin-right: 0;
}
.buy {
  width: 100%;
  padding: 10rem 0 18rem 22rem;
  box-sizing: border-box;
}
.sell {
  width: 100%;
  padding: 15rem 0 18rem 0;
  background-color: #fff;
  box-sizing: border-box;
  justify-content: flex-end !important;
}
.circle {
  width: 0.5rem;
  min-width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #ff6396;
  margin-top: 0.625rem;
}
.column {
  display: flex;
  flex-direction: column;
}
.f16 {
  font-size: 1rem;
  color: #999;
}
.f20 {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 0.5rem;
}
.item {
  max-width: 35.75rem;
}
.footer {
  background: #323232;
  padding: 0.625rem 0;
  font-size: 0.75rem;
}
.footer .footer-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0px;
  height: 100%;
}
.footer .footer-ul li {
  display: flex;
  color: #959595;
  align-items: center;
  margin: 0px 3%;
}
.footer .footer-ul li img {
  width: 2rem;
  height: 2rem;
  margin-right: 0.6em;
}
.footer .footer-ul li div p {
  white-space: nowrap;
}
.pointer {
  cursor: pointer;
}
.img-service {
  width: 100%;
  height: auto;
}
/* 遮罩层样式 */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* 弹窗样式 */
.qrcode-modal {
  background-color: white;
  width: 320px;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}
/* 关闭按钮 */
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  color: #999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.close-btn:hover {
  background-color: #f5f5f5;
  color: #333;
}

/* 显示状态样式 */
.overlay.show {
  display: flex;
  opacity: 1;
}

.overlay.show .qrcode-modal {
  transform: scale(1);
}
@media (max-width: 750px) {
  .visibility-hidden {
    display: block;
    visibility: hidden;
  }
  .lg {
    display: none;
  }
  .md {
    display: block;
  }
  header {
    padding: 0 !important;
  }
  .home {
    padding-top: 0 !important;
  }
  .min-h-screen {
    min-height: auto !important;
  }
  .h-full {
    height: fit-content !important;
  }
  .downbox {
    /* padding: 40px 0 40px 30px; */
    /* padding: 2.5rem 0 2.5rem 1.875rem; */
    /* padding: 3rem 0 5rem 1.875rem; */
    padding: 0;
    position: absolute !important;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content !important;
  }
  .downbox .flex {
    flex-direction: row;
  }
  .down-link {
    width: 140px;
    height: 50px;
    margin-right: 20px;
  }
  .down-link.android {
    margin-right: 0;
  }
  .bg-darkBrown {
    width: 60%;
    height: auto;
    margin-right: 0;
  }
  .buy {
    padding: 0;
  }
  .buy .object-cover {
    display: none;
  }
  .sell {
    padding: 0;
  }
  .sell .object-cover {
    display: none;
  }
  .footer {
    font-size: 12px;
    padding: 10px 0;
  }
  .footer .footer-ul li {
    flex-direction: column;
    text-align: center;
  }
  .footer .footer-ul li img {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
}
@media (min-width: 750px) and (max-width: 1200px) {
  .min-h-screen {
    min-height: auto !important;
  }
  .h-full {
    height: fit-content !important;
  }
  .downbox {
    padding: 17rem 0 7rem 4rem;
  }
  .downbox .flex {
    flex-direction: row;
  }
  .buy {
    padding: 0;
  }
  .sell {
    padding: 0;
  }
  .footer {
    font-size: 12px;
    padding: 10px 0;
    font-size: 12px;
  }
  .footer .footer-ul li {
    flex-direction: column;
    text-align: center;
  }
  .footer .footer-ul li img {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
}
