@charset "utf-8";

.story-wrap {
  background: url(../images/-c06_-_56cb-a0c3-ca7e.jpg) no-repeat center 0;
  background-size: cover;
  height: 100%;
  text-align: center;
}

.story {
  margin: 0 auto;
  width: 100%;
  max-width: 790px;
  height: 790px;
  background: url(../images/-c06_-_56cs-532a-a16e.png) no-repeat 0 0;
  background-size: 100% auto;
  padding: 209px 96px 0;
  position: relative;
}

.story p {
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  color: #3e3e3e;
}

.story i {
  color: #5b64db;
  display: block;
  position: relative;
  text-align: left;
}

.os {
  display: block;
  text-align: right;
}

.map-wrap .content {
  padding: 200px 0 150px;
}

.map-wrap {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.map-wrap .content {
  background-size: cover;
}

.map1 {
  background: url(../images/-c06_-_56cb-c0f9-ef8_.jpg) no-repeat center 0;
}

.map2 {
  background: url(../images/-c06_-_56cb-49a8-7b71.jpg) no-repeat center 0;
}

.map3 {
  background: url(../images/-c06_-_56cb-b26c-2b46.jpg) no-repeat center 0;
}

.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(../images/23f7c8bed99888366ecddcf405c7c40a.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 {
  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: #5a64db;
  font-weight: 400;
  color: #fff;
}

.pic-caption p {
  margin: 0;
  font-size: 16px;
}

@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: 767px) {
  .map-tit {
    width: 50%;
  }

  .story-wrap .content {
    padding: 400px 15px;
  }

  .story {
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    background: transparent url(../images/story-bg.jpg) repeat-y 50% 0;
    background-size: 100% auto;
    line-height: 1.5;
  }

  .storyborder {
    position: relative;
  }

  .storyborder:before {
    content: '';
    position: absolute;
    background: transparent url(../images/story-top.png) no-repeat 0 0;
    background-size: 100% auto;
    height: 1.58rem;
    width: 100%;
    top: -1.46rem;
    left: 0;
  }

  .storyborder:after {
    content: '';
    position: absolute;
    background: transparent url(../images/story-bottom.png) no-repeat 0 0;
    background-size: 100% auto;
    height: 1.59rem;
    width: 100%;
    bottom: -1.58rem;
    left: 0;
  }
}

@media (max-width: 480px) {
  .story-wrap .content {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .map-wrap .content {
    padding: 90px 0;
  }

  .pic-caption p,
  .story p {
    font-size: 14px;
  }

  .map1 {
    background-position: 40% 0;
  }

  .map2 {
    background-position: 7% 0;
  }
}

@media (max-width: 320px) {
  .storyborder:before {
    top: -1.28rem;
  }
}
