.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 > section:first-of-type {
  flex: 1;
}
.banner .container .title {
  margin-bottom: 34px;
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
}
.banner .container .desc {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
}
.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 {
  margin-left: 16px;
  display: flex;
  align-items: center;
  height: 100%;
  background: #ffc600;
  font-size: 24px;
  color: #000000;
}
.banner .container .desc .collect span {
  margin: 0 23px;
}
.banner .container .desc .collect img {
  height: 100%;
}
.details {
  padding-top: 70px;
}
.details p {
  margin-bottom: 35px;
  line-height: 1.6;
  font-size: 30px;
  color: #333333;
}
.details > img {
  margin-bottom: 35px;
  width: 100%;
}
.details > .title {
  padding-left: 20px;
  border-left: 5px solid #000;
  margin-bottom: 42px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #000000;
}

.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;
}
.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: 30px;
  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: 24px;
  color: #ffffff;
}

.details p img {
  width: 100%;
}

video {
  width: 100%;
}