.scroll-wrap .wrap {
  font-size: 0;
}
.scroll-wrap .box {
  float: none;
  display: inline-block;
  width: 25%;
  font-size: 15px;
  vertical-align: top;
}
.airport-icon .box[data-anchor] {
  cursor: pointer;
}
.scroll-wrap.airport-icon .box:hover .num,
.scroll-wrap.airport-icon .box.current .num {
  color: #fff;
  background-color: #da251c;
}
.scroll-wrap.airport-icon .box:hover .tw,
.scroll-wrap.airport-icon .box.current .tw,
.scroll-wrap.airport-icon .box:hover .en,
.scroll-wrap.airport-icon .box.current .en {
  color: #da251c;
}
.airport2-map .wrap {
  position: relative;
  margin: 0 15px;
  padding: 0;
}
.airport2-map .wrap .back {
  display: block;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  opacity: 0;
}
.airport2-map .wrap .layer {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.airport2-map .wrap .layer-img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}
.airport2-map .wrap .layer-img.state-dragging {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.airport2-map .wrap .layer-marker {
  position: absolute;
  pointer-events: none;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
}
.airport2-map .wrap .layer-marker.state-dragging {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.airport2-map .wrap .layer-marker .marker {
  position: absolute;
  width: 40px;
  height: 60px;
  background: url('../images/airport_map_marker.png') no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translate(-50%,-150%);
  -moz-transform: translate(-50%,-150%);
  -webkit-transform: translate(-50%,-150%);
  transition: opacity .4s, transform .4s;
  -moz-transition: opacity .4s, -moz-transform .4s;
  -webkit-transition: opacity .4s, -webkit-transform .4s;
}
.airport2-map .wrap .layer-marker .marker.view {
  opacity: 1;
  transform: translate(-50%,-100%);
  -moz-transform: translate(-50%,-100%);
  -webkit-transform: translate(-50%,-100%);
}
.airport2-map .wrap .btn-box {
  display: inline-block;
  position: absolute;
  z-index: 10;
  font-size: 0;
  left: 50%;
  bottom: -30px;
  vertical-align: top;
  white-space: nowrap;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 1;
}
.airport2-map .wrap .btn-box a {
  display: inline-block;
  width: 120px;
  height: 44px;
  line-height: 44px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  vertical-align: top;
  margin: 0 1px;
  font-family: 'Arial';
  font-weight: normal;
  text-decoration: none;
}
.airport2-map .wrap .btn-box a.zoom-in {
  background: rgba(239,95,89,.5);
}
.airport2-map .wrap .btn-box a.zoom-in:hover {
  background: rgba(239,95,89,1);
}
.airport2-map .wrap .btn-box a.zoom-out {
  background: rgba(51,51,51,.5);
}
.airport2-map .wrap .btn-box a.zoom-out:hover {
  background: rgba(51,51,51,1);
}
.airport2-map .wrap .btn-box a i.fa {
  display: inline-block;
  font-size: 2.25rem;
  vertical-align: middle;
  margin-right: 8px;
  transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
}
@media (max-width: 1199px) {
  .airport2-map .wrap .btn-box {
    bottom: -60px;
  }
  .scroll-wrap .box {
    width: 33.33%;
  }
}
@media (max-width: 1023px) {
  .airport2-map .wrap .layer-marker .marker {
    width: 30px;
    height: 45px;
  }
  .airport2-map .wrap .btn-box {
    bottom: -58px;
  }
  .airport2-map .wrap .btn-box a {
    width: 100px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .scroll-wrap .box {
    width: 50%;
  }
}


