.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-left: 0.1rem;
  display: flex;
  align-items: center;
  height: 100%;
  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;
}

.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-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;
}

video {
  width: 100%;
}