html, body {
  min-height: 100%;
}

body {
  overflow-x: hidden;
  background: #f3f5f9;
  color: #202431;
}

#app {
  width: min(100%, 500px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: visible;
  background: #fff;
  box-shadow: 0 0 36px rgba(25, 35, 55, 0.08);
}

.yhowmy-stickykdywew {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #ca9c6b;
  transform: translateZ(0);
}

.swiper,
.swiper-banner,
.swiper-c {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: auto;
  transition-property: transform;
}

.swiper-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: auto;
}

.swiper-banner .swiper-slide {
  flex-basis: auto;
}

.swiper-banner .yhowbanner-imgkdywew {
  display: block;
  width: 100%;
  object-fit: cover;
}

.swiper-pagination {
  bottom: 7px !important;
}

.nav-c .item {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 701px) {
  body {
    padding: 22px 0;
  }

  #app {
    min-height: calc(100vh - 44px);
    border-radius: 18px;
  }
}

@media (max-width: 700px) {
  body {
    background: #fff;
  }

  #app {
    width: 100%;
    box-shadow: none;
  }
}
.yhowtitle-wrapkdywew {
  display: flex;
  align-items: center;
  min-height: .36rem;
  overflow: visible;
}

.yhowtitle-wrapkdywew > .yhowtitle-imgkdywew {
  display: block;
  width: auto;
  max-width: 100%;
  height: .36rem;
  object-fit: contain;
  object-position: left center;
  opacity: 1;
  visibility: visible;
}
