*,
:after,
:before {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "lucida grande", "lucida sans unicode", lucida, helvetica, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  color: #5f5f5f;
  position: relative;
}

body > div.ctn {
  background: #fff;
  width: 100%;
  max-width: 650px;
  height: 100%;
  margin: 0 auto;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.mb-sidenav {
  padding: 12px;
  border-radius: 6px;
  display: block;
  width: 100%;
  font-size: 16px;
  border: 0;
  background-color: transparent;
  transition: 0.25s;
}
.mb-sidenav:hover:not(.active) {
  background-color: rgba(114, 196, 255, 0.662745098);
}

.ics-close {
  margin-left: auto;
  border: 0;
  background-color: transparent;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ics-close img {
  width: 18px;
}

.hidden {
  display: none !important;
}

.swiper-container {
  width: 100%;
  height: calc(100% - 56px - 94px);
}

.swiper-slide {
  width: 100% !important;
  text-align: center;
  font-size: 18px;
  background: #F2F2F2;
  padding: 0 12px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.swiper-slide {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: center;
}

.swiper-slide > img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 520px) {
  .swiper-slide > img {
    height: unset;
    width: 100%;
  }
}

.swiper-slide > a {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.swiper-slide > a > img {
  width: 100%;
}

.nav {
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
}

.mydeal-nav-brand::-webkit-scrollbar {
  display: none;
}

.mydeal-nav-brand {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.deal-content-nav {
  overflow-x: auto;
  margin: 12px 0;
}
.deal-content-nav::-webkit-scrollbar {
  display: none;
}

.deal-nav-a {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  flex: 1;
  color: #7C7E86;
  padding: 6px 12px;
  background-color: #f8f8f8;
  border-radius: 44px;
}

.active {
  color: white;
  background-color: #72C5FF;
}

.swiper-pagination {
  display: none;
}

/*.footer{*/
/*background: url(../images/5/down.jpg) no-repeat center;*/
/*height: 60px;*/
/*background-size:100%;*/
/*}*/
.footer {
  padding: 12px 10px;
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
}
.footer .in {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  background: url(./static/images/down.jpg) no-repeat center;
  height: 70px;
  background-size: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: 0.25s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.1411764706), 0 1px 5px rgba(0, 0, 0, 0.1215686275);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px !important;
}
@media screen and (max-width: 520px) {
  .swiper-button-next,
  .swiper-button-prev {
    background-color: rgb(255, 255, 255);
  }
}

.swiper-button-next {
  right: 0 !important;
}

.swiper-button-prev {
  left: 0 !important;
}

/*margin-left: 67%;*/
/*}*/
.in a {
  /*margin-top: 6%;*/
  /*width: 70px;*/
  /*text-align: center;*/
  /*height: 35px;*/
  /*font-size: 12px;*/
  /*background: #469bf8;*/
  /*line-height: 35px;*/
  /*text-decoration: none;*/
  /*color: white;*/
  /*border-radius: 10px;*/
  margin-top: 5%;
  width: 58px;
  text-align: center;
  height: 32px;
  font-size: 12px;
  background: #469bf8;
  line-height: 32px;
  text-decoration: none;
  color: white;
  border-radius: 8px;
}

.footer img {
  width: 100%;
}

.pc {
  display: none;
}

.mb {
  height: 56px;
  padding: 0 12px;
  display: flex;
  align-items: center;
}
.mb button {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
}
.mb button img {
  width: 28px;
}

#drawer {
  position: fixed;
  inset: 0;
  height: 100vh;
  z-index: -1;
  display: flex;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
}
#drawer.opened {
  opacity: 1;
  visibility: visible;
  z-index: 899232;
}
#drawer.opened .content {
  transform: translateX(0);
}
@supports (height: 100svh) {
  #drawer {
    height: 100svh;
  }
}
#drawer .content {
  position: absolute;
  width: calc(100% - 48px);
  height: 100%;
  background-color: #fff;
  z-index: 899233;
  transition: 0.2s;
  transform: translateX(-100%);
}
#drawer .overlay {
  position: absolute;
  z-index: 899232;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

@media screen and (min-width: 520px) {
  .mb {
    display: none;
  }
  .pc {
    display: flex;
  }
}/*# sourceMappingURL=style.css.map */