.landing_bg{
  overflow:hidden;
  background-color: #f9d6e5;
  background-color: linear-gradient(180deg, #fcecf3 100%,#f9d6e5 100%, #f5b7d2 100%, #f2a5c5 100%);
  background-image:url("https://ismartimages.daydayshoppingmall.cn/vday_jpg/bg.webp");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position:center center;
  width: 100%;
  height: 100%;
  max-height:calc(100vh - 75px);
  position:fixed;
  top:0;
}

.bg{
    background-image:url("https://ismartimages.daydayshoppingmall.cn/vday_jpg/bg.webp");
    background-size: 100% auto;
    background-size: auto 100%;

}

.logo{
  width: 130px;
    top: 15px;
    left: 20px;
    position: fixed;
    z-index: 9999;
}

.footer{
  width:100%;

  position:fixed;
  bottom:0;
  background-color: white;
  padding:65px;
  padding-bottom:15px;
}

.membership_footer, .copyright{
  width:100%;
  max-height:50px;
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.membership_footer img{
  width:90%;
  max-height:50px;
  object-fit: scale-down;
  margin:0 auto;
}

.copyright h6{
  font-size: 8px;
}

@media (orientation: landscape) {
  .landing_bg{
    background-image:url("https://ismartimages.daydayshoppingmall.cn/vday_jpg/test1.webp");
    background-size: auto 100%;
    background-size: 100% auto;
  }
}

@media (orientation: portrait) {
  .landing_bg{
    background-image:url("https://ismartimages.daydayshoppingmall.cn/vday_jpg/small1.webp");
    background-size: 100% auto;
    background-size: auto 100%;
  }
}


@keyframes fetch {
  0%   {opacity:0}
  100% {opacity:1}
}

@keyframes zindex_9999 {
  0%   {z-index:0}
  100% {z-index:9999}
}



.menuBox{
  width:90%;
  max-width:1200px;
  height:80%;
  border: 4px solid #e689b0;
  background-color:rgba(255, 255, 255, 0.89);
  margin:auto;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 99999;
  border-radius:15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap:10px;
  padding:10px 0;
  overflow:auto;
  opacity:0;
  transition: opacity 1s;
  z-index:0;
}

.closeMenu{
  position:fixed;
  top:6.3%;
  right:10%;
  color:white;
  font-size:36px;
  z-index:9999;
  font-weight:900;
  opacity:0;
  transition: opacity 0.6s;
  z-index:0;
  font-family: system-ui;
  cursor: pointer;
}

@media (orientation: portrait) {
  .container{
    width:100%;
    height:100%;
  background-image: url('https://ismartimages.daydayshoppingmall.cn/vday_jpg/small1.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  }

  .topBox{
    height:12%;
    z-index:3000;
  }
}

@media only screen and (max-height: 900px) { 
  .closeMenu{
    top:2.6%;
  }
  }

  @media only screen and (max-height: 700px) { 
    .closeMenu{
      top:4.5%;
    }

    }



@media only screen and (min-width: 1700px) { 
  .closeMenu{
    right:23%;
  }
  }