.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 {
  background-color: #02428c;
}

.details .title {
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
}


.details .content{
  font-size: 24px;
  background-color: #fff;
}

.details .base-info{
  padding: 20px;
  background-color: #eee;
  display: flex;
  justify-content: space-between;
}

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

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

.details .content .left .row{
  display: flex;
  line-height: 1.8em;
}

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

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


.bungee-swiper {
  height: 762px;
  background-color: white;
}
.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: 795px;
  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;
}


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

.tabs {
  height: 40px;
  text-align: center;
  line-height: 40px;
  overflow: hidden;
  color: #eee;
  display: flex;
}

.tabs .tabItem{
  margin-left: 15px;
  padding-left: 5px;
}
.tabs .tabItem:hover{
  cursor:pointer;
}

.tabs .tabActive {
  border-bottom: #fff solid 3px;
}

.cont {
  overflow: hidden;
  visibility:visible;
}


.details .related{
  /* padding: 20px;
  background-color: #eee; */
  padding: 10px 0 30px 0;
}
.related .row{
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.related .row .left{
  width: 20%;
}
.related .row .right{
  width: 80%;
  text-align: left;
}
.related .row .right .title{
  font-size: larger;
  color: #000;
  padding: 0 0 10px 0;
}

.related .row .right .btn{
  margin-top: 10px;
  float: right;
}



.form {
  background: #fff;
  padding: 16px;
}
.form-item {
  display: block;
  margin-bottom: 14px;
}
.form .label {
  margin-bottom: 4px;
}
.form .inp {
  padding: 0 10px;
  display: block;
  height: 32px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.form .buttons {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}

.form .btn {
  width: 120px;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  padding: 8px 12px;
  margin: 0 10px;
  border-radius: 4px;
  cursor: pointer;
	background: #1890ff;
	color: #fff;
}

