body {
  margin-top: 2.8125rem;
  border-top: 1px solid #d8d8d8;
}

.store-cont {
  background: #fff;
  margin-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  padding: 1.25rem 0;
}
.store-cont .slogan {
  position: relative;
  margin-bottom: 1.25rem;
}
.store-cont .slogan:before {
  content: '';
  display: inline-block;
  width: 4.28125rem;
  height: 1px;
  margin-right: 1.25rem;
  background: #d8d8d8;
  vertical-align: middle;
}
.store-cont .slogan:after {
  content: '';
  display: inline-block;
  width: 4.28125rem;
  height: 1px;
  margin-left: 1.25rem;
  background: #d8d8d8;
  vertical-align: middle;
}
.store-cont img {
  width: 100%;
}
.store-cont .img-list {
  margin: -0.3125rem 1.5625rem 0;
}
.store-cont .img-list .img-item {
  float: left;
  border-radius: 8px;
  width: 9.375rem;
  height: 7.25rem;
  margin: 1.5625rem 1.5625rem 0 0;
}
.store-cont .img-list .img-item:nth-child(2n) {
  margin: 1.5625rem 0 0 0;
}
.store-cont .book-img {
  width: 79%;
  margin: -1.875rem 0 1rem;
}
.store-cont p {
  line-height: 1.5rem;
}
.store-cont .book-word {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.875rem;
}
.store-cont .collage-img {
  margin-bottom: 1.25rem;
}
.store-cont .video-cont {
  width: 100%;
  height: 12.75rem;
  background: url(img/video-bg.png) no-repeat center center;
  background-size: cover;
  padding: 1.75rem 0 2rem;
  box-sizing: border-box;
  margin-bottom: 1.25rem;
}
.store-cont .video-wrapper {
  position: relative;
  width: 16.5625rem;
  margin: 0 auto;
}
.store-cont video {
  width: 100%;
}
.store-cont .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3.125rem;
  height: 3.125rem;
  background: url(img/play.png) no-repeat 0 0;
  background-size: cover;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.store-title {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.store-title small {
  font-size: 0.75rem;
}

.store-img {
  margin-bottom: 1.25rem;
}

/*# sourceMappingURL=store.css.map */
