@charset "utf-8";

.story-wrap {
  background: url(../imgs/story-bg.jpg) no-repeat center 0;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.story {
  display: flex;
  justify-content: center;
  color: #3e3e3e;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}
.story .inner {
  position: relative;
  animation-name: rotate3d;
  animation-duration: 1.3s;
  margin: 100px 0 86px;
  width: 711px;
  height: 681px;
  background: url(../imgs/story-paper.png) repeat-y 0 0;
  padding-top: 190px;
}

@keyframes rotate3d{
  from{
    opacity: 0;
    transform: rotateX(45deg); 
    transform-origin: 50% 50%;
  }
  to{
    opacity: 1;
    transform:rotateX(0) translateY(0) ;
    transform-style: preserve-3d;
  }
}

.story p {
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  color: #3e3e3e;
  letter-spacing: 1px;
}

.story p strong {
  color: black;
  font-style: italic;
  font-weight:bolder;
}
/* map------------------------- */
.map-wrap .content {
  height: 100%;
  background-size: cover;
}
.map-wrap {
  overflow: hidden;
  position: relative;
}


.map1 {
  height: 100vh;
  background: url(../imgs/map-bg1.jpg) no-repeat 0 0;
}

.map2 {
  background: url(../imgs/map-bg2.jpg) no-repeat 0 0;
}

.map3 {
  background: url(../imgs/map-bg3.jpg) no-repeat 0 0;
}

.map4 {
  background: url(../imgs/map-bg4.jpg) no-repeat 0 0;
}

.map_footer {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);

}


.pic-box {
  position: relative;
}

.pic-box img,
.modal-body img {
  width: 100%;
  /* object-fit: cover; */
}

.pic-modal {
  position: absolute;
  bottom: 16px;
  right: 17px;
  width: 54px;
  height: 54px;
  background: url(../img/biger.png) no-repeat top;
  cursor: pointer;
  border: none;
  background-size: 100% auto;
}

.pic-modal:hover {
  background-position-y: -54px;
}

.pic-caption {
  margin: 50px 0 0;
}

.pic-caption h3 {
  line-height: 30px;
  font-size: 20px;
  color: #292929;
  margin: 0 0 20px;
  font-weight: 700;
}

.pic-caption h3 span {
  margin-right: 9px;
  padding: 3px 8px 5px;
  background-color: #FC1AA7;
  font-weight: 400;
  color: #fff;
}

.pic-caption p {
  margin: 0;
  font-size: 16px;
}

/* .map_footer{
  bottom: -500px;
} */

.map-tit{
  position: relative;
  top: 10px;
  left: -80px;
  width: 100%;
  margin-bottom: 20px;
}

.map-subtit{
  position: relative;
  top: 10px;
  left: -80px;
  width: 150%;
}
.story_footer {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 2100px){
  .story-wrap {
    height: 100vh;
}

.map-wrap {
  height: 100vh;
}
}

@media (max-width: 1200px) {
  .map-wrap .content {
    padding-top: 250px;
  }

}

@media (max-width: 991px) {
  .pic-box {
    margin: 20px 0 0;
  }

  .map-wrap .content {
    padding-top: 200px;
  }
}

@media (max-width: 768px) {

  .map-tit {
    left: 0;
    width: 50%;
  }
  .map-subtit{
  left: 0;
  }

}

@media (max-width: 480px) {
  .story-wrap {
    background: url(../imgs/story-bg-s.jpg) no-repeat center 0;
    background-size: cover;
    margin-top: 50px;
  }

  .story-wrap .content{
    padding-top: 0;
  }

  .story .inner{
    background: unset;
    margin: -37px 49px 88px;
    height: 772px;
  }
  .map-wrap .content {
    padding: 90px 0 !important;
  }

  .pic-caption p,
  .story p {
    font-size: 14px;
  }

  .map1 {
    background-position: 40% 0;
  }

  .map2 {
    background: url(../imgs/map-bg2-s.jpg);
  }

  .map3 {
    background: url(../imgs/map-bg3-s.jpg);
  }

  .map4 {
    background: url(../imgs/map-bg4-s.jpg);
  }
}

