.flex {
  display: flex;
  align-items: center;
}
.banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header {
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}

.top-filter {
  width: calc(85% - 2px);
  flex-grow: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.top-filter .find-icon {
  display: none;
}
.top-filter .inp,
.top-filter .select {
  height: 50px;
  font-size: 20px;
  border: none;
  outline: none;
}
.top-filter .inp {
  padding-left: 20px;
  flex: 1;
  border-radius: 8px 0 0 8px;
}
.top-filter .select {
  padding: 0 20px;
  width: 20%;
  border-left: 1px solid #333;
}
.top-filter .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
.top-filter .btn .search-icon {
  width: 20px;
  height: 20px;
}
.filter-result {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  color: #000;
  font-size: 16px;
}
.details {
  padding: 20px 0 60px;
  margin-top: 150px;
}
.details > .title {
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #000000;
}
.details .source-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.details .info {
  display: flex;
  align-items: center;
}

.details .info .download {
  font-size: 28px;
  letter-spacing: 3px;
  color: #333333;
  text-align: center;
  height: 70px;
  background-color: #ffcc00;
  border-radius: 35px;
  line-height: 72px;
  margin-top: 20px;
  padding: 0 20px 0 20px;
}

.details .info .title{
  width: 15%;
  font-size: 28px;
  font-weight: 500;
  line-height: 60px;
  color: #333333;
}
.details .info .desc {
  width: 85%;
  font-size: 28px;
  font-weight: 500;
  line-height: 60px;
  color: #333333;
}

.details .info .title.desc,
.details .info .desc.desc {
  margin-left: 15px;
}



.bungee-swiper {
  height: 850px;
}
.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: 695px;
  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;
}

.slide-info{
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  color: white;
  padding: 10px;
}

.slide-info .desc{
  padding: 10px 15px;

}

.slide-info a{
  color: white;
}

.button-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}

.button{
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.8);
}