* {
  margin: 0;
  padding: 0;
}
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
}

#mapContentWrapper{
  position: relative;
}
@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 1500ms 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;
}
#mapContentWrapper .content {
  width: 660px;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: -660px;
  background: url(../img/map/content-bg.png) no-repeat 0 0;
  background-size: cover;
  z-index: 100;
}
.video-js{
  background: #fff;
}
#mapContentWrapper .content .arrow-back {
  width: 85px;
  height: 15px;
  background: url(../img/r_pop/close_btn.png) no-repeat;
  margin: 90px 20px 24px 20px;
  cursor: pointer;
}

#mapContentWrapper .content .main-content {
  margin: 0% 0 5% 10%;
}

#mapContentWrapper .content .main-content .movie-wrapper {
  width: 540px;
  height: 300px;
  position: relative;
}
#mapContentWrapper .content .main-content .movie-wrapper .movie,
#mapContentWrapper .video-js{
  width: 100%;
  height: 100%;
}

#mapContentWrapper .content .main-content .info-wrapper {
  margin-top: 3%;
}

.main-content .info-wrapper .name {
  font-family: 'MicrosoftYaHei-Bold';
  font-size: 2.50rem;
  font-weight: bold;
  color: #000;
  float: left;
  margin-bottom: 10px;
}
#mapContainer .main-content .info-wrapper .bgm-icon-wrapper {
  float: left;
  width: 50px;
  height: 50px;
  background: url(../img/map/bg-icon.png) no-repeat center center;
  cursor: pointer;
  margin: 10px 0 0 10px;
}
#mapContainer .main-content .info-wrapper .bgm-icon-wrapper .bgm-icon {
  display: inline-block;
  margin: 10px 0 0 15px;
}
#mapContainer .main-content .info-wrapper .bgm-icon-wrapper .bgm-icon i {
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  background-image: url(../img/map/bg-icon-line.png);
  background-repeat: no-repeat;
  height: 20px;
  margin-right: 2px;
  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;
}
@-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 .divider {
  clear: both;
  height: 11px;
  width: 100%;
  background: url(../img/map/line.png) no-repeat;
  margin-bottom: 34px;
}

.main-content .info-wrapper .info {
  font-family: 'MicrosoftYaHei';
  font-size: 1.48rem;
  line-height: 1.97rem;
  color: #666;
}

.video-js .vjs-volume-panel {
  display: none;
}

.vjs-button>.vjs-icon-placeholder:before {
  font-size: 2em;
  line-height: 2;
}
@media screen and (max-width: 1300px) {
  .vjs-button>.vjs-icon-placeholder:before {
    font-size: 3em;
    line-height: 2;
  }
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin-top: 2px;
}

.video-js .vjs-time-control {
  line-height: 3.4em;
}