* {
  box-sizing: border-box;
}

html,
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.left, .right {
  position: fixed;
  z-index: 0;
  width: 25vw;
  height: 25vw;
}

.left {
  top: 20%;
  left: -10%;
}

.right {
  bottom: 5%;
  right: -10%;
}

main {
  padding-top: 56px;
  position: relative;
  z-index: 2;
}

nav {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  width: 100%;
  height: 56px;
  z-index: 2;
}

nav .navbar {
  height: 100%;
}

nav .navbar ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

nav .navbar ul li, nav .navbar ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  color: #9D9D9D;
  text-decoration: none;
}

nav .navbar ul li i, nav .navbar ul a i {
  font-size: 1.5rem;
  padding-bottom: 2px;
}

#topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 999;
  background-color: #F9781A;
  font-size: 2.0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

#topbar .logo_area {
  display: flex;
}

#topbar .logo_area .back {
  margin-right: 10px;
  color: #fff;
}

#topbar .logo_area .logo {
  color: #fff;
  display: flex;
  align-items: center;
}

#topbar .refresh {
  cursor: pointer;
  color: #fff;
}

main {
  padding-bottom: 70px;
}

main #topbar {
  margin-bottom: 0px;
}

main #banner .swiper-container .bannerpic {
  width: 100%;
  object-fit: contain;
}

main #banner .swiper-container .swiper-button-next,
main #banner .swiper-container .swiper-button-prev {
  color: white;
  width: 10px;
  height: 15px;
}

main #banner .swiper-container .swiper-pagination {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  width: 60px;
  height: 28px;
  border-radius: 14px;
  background-color: rgba(0, 0, 0, 0.4);
  left: unset;
  right: 10px;
}

main #recommend {
  display: flex;
  flex-direction: column;
  padding: 30px 15px 0px;
}

main #recommend .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
  border: 1px solid #F9781A;
  background-color: #fff;
  color: #F9781A;
  font-size: 1.2rem;
}

main #recommend .icon i {
  margin-left: 5px;
}

main #recommend .swiper {
  width: 100%;
  height: 265px;
  margin-left: auto;
  margin-right: auto;
}

main #recommend .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

main #recommend .swiper-content {
  display: flex;
  flex-direction: column;
}

main #recommend .swiper-img {
  width: 100%;
}

main #recommend .swiper-text {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 14px;
}

main #recommend #recommend_swiper .swiper-pagination {
  bottom: 0px;
}
/*# sourceMappingURL=index.css.map */