.flex {
  display: flex;
  align-items: center;
}
.banner {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding-top: 124px;
  padding-bottom: 0.4rem;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 0;
}
.banner .container {
  display: flex;
  align-items: flex-end;
  padding: 0 0.16rem 0.693rem 0.16rem;
  overflow: hidden;
}
.banner .container > section:first-of-type {
  flex-shrink: 0;
  margin-right: 0.4rem;
  width: 90%;
}

.banner .container .desc .tag {
  margin-right: 0.133rem;
  padding: 0.08rem 0.4rem;
  background: rgba(0, 0, 0, 0.63);
  border-radius: 0.4rem;
  font-size: 0.32rem;
  color: #fff;
}
.banner .container .desc .collect {
  margin-top: 0.2rem;
  width: 2.2rem;
  display: flex;
  align-items: center;
  background: #ffc600;
  font-size: 0.32rem;
  color: #000000;
}
.banner .container .desc .collect span {
  margin: 0 0.307rem;
}
.banner .container .desc .collect img {
  height: 0.773rem;
}
.banner .container .map-wrapper {
  padding: 0.133rem;
  border-left: 4px solid #f39800;
  flex-shrink: 0;
  width: 7.68rem;
  background: #000;
}

.wrapper .details {
  padding-top: 1rem;
}

.details p {
  padding: 0 0.16rem;
  margin-bottom: 0.467rem;
  line-height: 1.6;
  font-size: 0.4rem;
  color: #333333;
}
.details > img {
  margin-bottom: 0.467rem;
  width: 100%;
}
.details .title {
  margin-left: 0.16rem;
  padding-left: 0.333rem;
  border-left: 0.05rem solid #000;
  margin-bottom: 0.56rem;
  font-size: 0.48rem;
  font-weight: bold;
  letter-spacing: 0.067rem;
  color: #000000;
}
.bungee-swiper {
  height: 10.16rem;
}
.bungee-swiper .swiper-container {
  width: 100%;
  height: 4rem;
  margin-left: auto;
  margin-right: auto;
}
.bungee-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.bungee-swiper .gallery-top {
  height: 7.933rem;
  width: 100%;
}
.bungee-swiper .gallery-thumbs {
  height: 1.96rem;
  box-sizing: border-box;
  padding: 0.133rem 0;
}
.bungee-swiper .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.bungee-swiper .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.bungee-swiper .swiper-pagination {
  font-size: 0.433rem;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
.map {
  width: 100%;
  height: 8.4rem;
  background-color: #eee;
}
.info-list:last-of-type .title {
  border: none;
}
.info-list .title {
  padding: 0.427rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.4rem;
  letter-spacing: 0.053rem;
  border-bottom: 0.013rem solid #000;
  cursor: pointer;
}
.info-list .title img {
  width: 0.413rem;
  height: 0.413rem;
}
.info-list .title .reduce {
  height: 2px;
}
.info-list .info-details {
  display: none;
  padding: 0.453rem 0.16rem;
  border-bottom: 0.013rem solid #000;
}
.info-list .info-details p {
  margin-bottom: 0.133rem;
  font-size: 0.347rem;
  color: #000000;
}
.related {
  padding: 1.187rem 0.16rem;
  background: rgba(254, 203, 0, 0.9);
}
.related .container > .title {
  margin-bottom: 0.4rem;
  padding-left: 0.333rem;
  border-left: 0.067rem solid #000;
  font-size: 0.48rem;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0.067rem;
  color: #000000;
}
.related .related-experience .item {
  margin-bottom: 0.533rem;
  position: relative;
  height: 4.5rem;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-background-size: cover;
  background-position: center 0;
  background-size: cover;
}
.related .related-experience .item:hover .details-wrapper {
  background: #000;
}
.related .related-experience .item:hover .details {
  transform: translate3d(0, 0, 0);
}
.related .related-experience .item:hover > .title {
  transform: translate3d(0, 100%, 0);
}
.related .related-experience .item > .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.32rem 0.293rem 0.32rem;
  font-size: 0.4rem;
  font-weight: bold;
  font-stretch: normal;
  color: #ffffff;
  background-image: linear-gradient(to bottom, transparent, #000);
  transition: all 0.5s;
}
.related .related-experience .item .details-wrapper {
  padding: 0.2rem;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.5s;
}
.related .related-experience .item .details {
  width: 100%;
  height: 100%;
  transform: translate3d(0, -100%, 0);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all 0.5s;
}
.related .related-experience .item .details .title {
  margin-bottom: 0.2rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #ffffff;
}
.related .related-experience .item .details .line {
  margin-bottom: 0.2rem;
  background-color: #ffb900;
}
.related .related-experience .item .details .desc {
  line-height: 1.6;
  font-size: 0.32rem;
  color: #ffffff;
}



.weather-wrapper {
  position: relative;
  background-image: linear-gradient(to right top, #034694, #81a2c9);
}
.weather-wrapper::after {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: url(/api/ssr/static/img/mask-icon.png);
  opacity: 0.1;
}
.weather {
  position: relative;
  padding: 0.8rem 0.4rem;
  justify-content: space-between;
  z-index: 1;
}
.weather .weather-item {
  width: 100%;
  margin-bottom: 0.4rem;
  height: 440px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.weather .weather-item-top {
  height: 360px;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.weather .weather-item-top .status {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.weather .weather-item-top .status .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.weather .weather-item-top .status-text {
  color: #666;
  font-size: 16px;
}
.weather .weather-item-top .degree {
  margin-bottom: 30px;
  font-size: 80px;
  color: #81a3c9;
}
.weather .weather-item-top .time {
  position: relative;
  font-size: 14px;
  padding: 10px 0;
}
.weather .weather-item-top .time::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #333;
}
.weather .weather-item-bottom {
  display: flex;
  align-items: center;
  height: 80px;
  background: #81a3c9;
  color: #fff;
}
.weather .weather-item-bottom .date-list {
  width: 100%;
  display: flex;
  align-items: center;
}
.weather .weather-item-bottom .date-list .date-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  flex-direction: column;
}
.weather .weather-item-bottom .date-list .date-item:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.weather .weather-item-bottom .date-list .date-item .icon {
  margin: 4px 0;
  width: 24px;
}
.weather .weather-item:nth-of-type(2) .degree {
  color: #f68d91;
}
.weather .weather-item:nth-of-type(2) .weather-item-bottom {
  justify-content: center;
  font-size: 24px;
  background: #f68d91;
}
.weather .weather-item:nth-of-type(3) .weather-item-top .degree {
  color: #7fc9a4;
}
.weather .weather-item:nth-of-type(3) .weather-item-bottom {
  justify-content: center;
  font-size: 24px;
  background: #7fc9a4;
}