.toast {
  top: 30%;
}

.guide {
  width: 100%;
  height: auto;
  margin: 15px auto;
}

main {
  background: url(https://wwp-static.wenweipo.com/img/special/loveandcare/bg.png) no-repeat;
  background-size: 100% 100%;
}

#module01 {
  overflow: hidden;
}
#ArticlSwiper .swiper-button-next,
#ArticlSwiper .swiper-button-prev {
    color: #7f7c84;
    background: #45434a;
}
#ArticlSwiper .swiper-button-next:after,
#ArticlSwiper .swiper-button-prev:after{
  transition: all 0.5s;
  font-size: 26px;
  padding: 10px;
  font-weight: 500;
}
#ArticlSwiper .swiper-button-next:hover,
#ArticlSwiper .swiper-button-prev:hover{
  color:#fff;
  background:#5b5466;
}

#module02 {
  flex-direction: column;
}
#module02 .area-search {
  width: 100%;
  border: 1px solid #b3d8ff;
  padding: 5px 5px 20px;
  border-radius: 5px;
}
.search-result {
  display: flex;
  font-size: 16px;
  font-style: italic;
  color: #a9a9a9;
  padding: 15px 0 15px 18px;
  margin-bottom: 5px;
}
.back {
  margin-right: 15px;
  cursor: pointer;
}
.tip,
.place-holder .back {
  display: none;
}
.place-holder .tip {
  display: inline;
}
.breadcrumb-item {
  padding: 5px 8px;
}
.search-items {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.area-tag {
  padding: 8px 24px;
  margin: 0 18px 15px 18px;
  border-radius: 5px;
  color: #3a8ed5;
  border: 1px solid #b3d8ff;
  background: #ecf5ff;
  transition: all .1s ease;
  cursor: pointer;
}

#module03 {
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.immed-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.immed-list .immed-item {
  width: 32%;
  margin-bottom: 15px;
}
.immed-list .immed-item .thumb-img-blur {
  height: auto;
}
.immed-list .immed-item .item-title {
  min-height: 3.6em;
  padding: 0.3em .5em;
  color: #fff;
  background: #20a8d6;
}

@media (max-width: 578px) {
  .area-tag {
    margin: 5px;
  }
  .immed-list .immed-item {
    width: 48%;
  }
}

@media (max-width: 468px) {
  .immed-list .immed-item {
    width: 100%;
  }
}

