.flex {
  display: flex;
  align-items: center;
}
.wrapper {
  overflow: hidden;
}
.banner .map-wrapper {
  padding-top: 20px;
  width: 500px!important;
  height: 460px!important;
  background-color: #131511;
  border-top: 10px solid #ffc600;
}
.banner .container {
  width: 100%;
  padding: 0 30px 52px 30px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner .container > section:first-of-type {
  flex: 1;
}

.banner .container .desc .tag {
  margin-right: 10px;
  padding: 6px 45px;
  background: rgba(0, 0, 0, 0.63);
  border-radius: 30px;
  color: #fff;
}
.banner .container .desc .tag:hover {
  background: #000000;
}

.banner .container .desc .collect span {
  margin: 0 23px;
}
.banner .container .desc .collect img {
  height: 100%;
}
.details {
  padding-top: 70px;
  font-size: 30px;
}
.details p {
  margin-bottom: 35px;
  line-height: 1.6;
  font-size: 30px;
  color: #333333;
}

.details p img {
  width: 100%;
}

/* .container > img {
  margin-bottom: 35px;
  width: 100%;
} */

.bungee-swiper {
  height: 762px;
}
.bungee-swiper .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.bungee-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.bungee-swiper .gallery-top {
  height: 595px;
  width: 100%;
}
.bungee-swiper .gallery-thumbs {
  height: 147px;
  box-sizing: border-box;
  padding: 10px 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: 30px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}

.details > .title {
  padding-left: 20px;
  border-left: 5px solid #000;
  margin-bottom: 42px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #000000;
}

.map {
  width: 100%;
  height: 630px;
  background-color: #eee;
}
.info-list .title {
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  letter-spacing: 4px;
  border-bottom: 1px solid #000;
  cursor: pointer;
}
.info-list:last-of-type .title {
  border: none;
}
.info-list .info-details {
  display: none;
  padding: 34px 0;
  border-bottom: 1px solid #000;
}
.info-list .info-details p {
  margin-bottom: 10px;
  font-size: 26px;
  color: #000000;
}


.details .title {
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 5px;
}

.details .content{
  font-size: 24px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.details .base-info{
  padding: 20px;
  background-color: #eee;
}

.details .content .left{
  width: 80%;
}

.details .content .right{
  width: 20%;
  text-align: right;
}

.details .content .left .row{
  display: flex;
}

.details .content .left .row .label{
  width: 20%;
}

.details .content .left .row .data{
  width: 80%;
}


.related {
  padding: 89px 0;
  background: rgba(254, 203, 0, 0.9);
}
.related .container > .title {
  margin-bottom: 30px;
  padding-left: 25px;
  border-left: 5px solid #000;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 5px;
  color: #000000;
}
.related .related-experience {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.related .related-experience .item {
  margin-bottom: 40px;
  position: relative;
  width: 575px;
  height: 269px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 0;
}
.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 24px 22px 24px;
  font-size: 24px;
  text-shadow: 5px 5px 10px #000;
  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 {
  width: 100%;
  height: 100%;
  background: transparent;
  transition: background 0.5s;
}
.related .related-experience .item .details {
  padding-top: 0;
  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: 18px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.related .related-experience .item .details .line {
  margin-bottom: 24px;
  width: 92px;
  height: 4px;
  background-color: #ffb900;
}
.related .related-experience .item .details .desc {
  width: 486px;
  line-height: 1.6;
  font-size: 16px;
  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;
  display: flex;
  align-items: center;
  padding: 60px 30px;
  justify-content: space-between;
  z-index: 1;
}
.weather .weather-item {
  width: 32%;
  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;
}