* {
  margin: 0;
  padding: 0;
}
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

#mapContentWrapper{
  position: relative;
  overflow: hidden;
}
@keyframes moveMask {
  0% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
  100% {
    mask-position: 100% 0;
    -webkit-mask-position: 100% 0;
  }
}
#fp-section2 .fullscreenView--move {
  mask-image: url(../img/map/float.png);
  -webkit-mask-image: url(../img/map/float.png);;
  animation: moveMask 1000ms steps(39) forwards;
  mask-size: 4000% 100%;
  -webkit-mask-size: 4000% 100%;
  will-change: transform;
}

#mapContainer{
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#mapCanvas{
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
  z-index: 10;
}
#mapContainer .content {
  position: absolute;
  left: 0;
  bottom: -8.15rem;
  width: 100%;
  height: 8.15rem;
  background: url(../img/map/content-bg.png) no-repeat bottom;
  background-size: cover;
  z-index: 199;
}

#mapContainer .content .arrow-back {
  margin: .24rem .34rem .24rem 0;
  width: .9rem;
  height: .3rem;
  background: url(../img/map/back.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  float: right;
}
.video-js{
  /* background: transparent; */
}
#mapContainer .content .main-content {
  clear: both;
  padding: 0 .80rem;
}

#mapContainer .content .main-content .movie-wrapper {
  /* width: 90%;*/
  position: relative; 
  margin-bottom: .24rem;
}
#mapContainer .content .main-content .movie-wrapper .movie {
  width: 100%;
  height: 3rem;
  position: relative;
}
#mapContainer .content .main-content .movie-wrapper .movie img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#mapContainer.content .main-content .info-wrapper {
  
}

#mapContainer .main-content .info-wrapper .name {
  font-size: .48rem;
  font-weight: bold;
  text-indent: .09rem;
  color: #000;
  float: left;
}

#mapContainer .main-content .info-wrapper .bgm-icon-wrapper{
  float: left;
  width: .50rem;
  height: .50rem;
  background: url(../img/map/bg-icon.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
  margin: .15rem 0 0 .10rem;
}

#mapContainer .main-content .info-wrapper .bgm-icon-wrapper .bgm-icon {
  display: inline-block;
  margin: 0 0 0 .15rem;
}
#mapContainer .main-content .info-wrapper .bgm-icon-wrapper .bgm-icon i {
  display: inline-block;
  vertical-align: middle;
  width: .03rem;
  background-image: url(../img/map/bg-icon-line.png);
  background-repeat: no-repeat;
  height: .20rem;
  margin-right: .02rem;
  transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
}
#mapContainer .main-content .info-wrapper .bgm-icon-wrapper .bgm-icon i:first-child{
  -webkit-transform: scaleY(1);
  transform: scaleY(.9);
  -moz-transform: scaleY(.9);
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-delay: 0;
}
#mapContainer .main-content .info-wrapper .bgm-icon-wrapper .bgm-icon i:nth-child(2){
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
  -moz-transform: scaleY(.5);
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s;
  -moz-animation-delay: -.5s;
}
#mapContainer .main-content .info-wrapper .bgm-icon-wrapper .bgm-icon i:nth-child(3){
  -webkit-transform: scaleY(.8);
  transform: scaleY(.8);
  -moz-transform: scaleY(.8);
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s;
  -moz-animation-delay: -.3s
}
#mapContainer .main-content .info-wrapper .bgm-icon-wrapper .bgm-icon i:nth-child(4){
  -webkit-transform: scaleY(.7);
  transform: scaleY(.7);
  -moz-transform: scaleY(.7);
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s;
  -moz-animation-delay: -.7s
}
#mapContainer .main-content .playing .bgm-icon-wrapper .bgm-icon i{
  -webkit-animation: pangu-widget-music 1s linear infinite;
  animation: pangu-widget-music 1s linear infinite;
  -moz-animation: pangu-widget-music 1s linear infinite;
}
.main-content .info-wrapper .divider {
  clear: both;
  height: .11rem;
  width: 100%;
  background: url(../img/map/line.png) no-repeat center left;
  background-size: 70%;
  padding: .10rem 0 .16rem 0;
}
@-webkit-keyframes pangu-widget-music {
  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
  }

  20% {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -moz-transform: scaleY(.5);
  }

  40% {
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);
    -moz-transform: scaleY(.7);
  }

  60% {
    -webkit-transform: scaleY(.3);
    transform: scaleY(.3);
    -moz-transform: scaleY(.3);
  }

  80% {
    -webkit-transform: scaleY(.6);
    transform: scaleY(.6);
    -moz-transform: scaleY(.6);
  }
}

@keyframes pangu-widget-music {

  0%,
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transform: scale(1);
  }

  20% {
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    -moz-transform: scaleY(.5);
  }

  40% {
    -webkit-transform: scaleY(.7);
    transform: scaleY(.7);
    -moz-transform: scaleY(.7);
  }

  60% {
    -webkit-transform: scaleY(.3);
    transform: scaleY(.3);
    -moz-transform: scaleY(.3);
  }

  80% {
    -webkit-transform: scaleY(.6);
    transform: scaleY(.6);
    -moz-transform: scaleY(.6);
  }
}
.main-content .info-wrapper .info {
  font-size: .22rem;
  line-height: .32rem;
  color: #666;
  padding-bottom: 1rem;
}
#mapContainer .title {
  position: absolute;
  top: 1rem;
  left: 0;
  height: 1.2rem;
  width: 100%;
  background: url(../img/map/title.png) no-repeat;
  background-size: 100%;
  z-index: 99;
}
#mapContainer .slideTop{
  position: absolute;
  top: 1rem;
  left: 0;
  height: 1rem;
  width: 100%;
  z-index: 100;
}
#mapContainer .slideBottom{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1rem;
  width: 100%;
  z-index: 100;
}
#mapContainer .slideLeft {
  position: absolute;
  top: 1rem;
  left: 0;
  height: 100%;
  width: 1rem;
  z-index: 100;
}
#mapContainer .slideRight {
  position: absolute;
  top: 1rem;
  right: 0;
  height: 100%;
  width: 1rem;
  z-index: 100;
}