.wrap {
  position: relative;
}
.swiper-container {
  height: 911px;
}
.index {
  width: 1920px;
  margin: 0 auto;
}
.index .index_nav {
  width: 387px;
  height: 911px;
  background: url(/local/img/index/index_nav.png) center no-repeat;
  float: left;
}
.index .index_nav .index_nav_logo {
  overflow: hidden;
  width: 387px;
  height: 233px;
  display: block;
}
.index .index_nav .index_nav_logo img {
  display: block;
  margin: 10px  auto;
}
.index .index_pic {
  cursor: pointer;
  width: 350px;
  height: 206px;
  margin: 155px auto 0 auto;
  border: 2px solid #fff;
}
.index .index_pic img {
  width: 100%;
  height: 100%;
}
.index .index_pic a {
  width: 100%;
  height: 100%;
  display: block;
}
.index .nav_home_btn {
  width: 350px;
  height: 76px;
  display: block;
  background: url(/local/img/index/nav_home_btn.png) center no-repeat;
  margin: 15px auto 0 auto;
  transition: .5s;
}
.index .nav_home_btn:hover {
  transition: .5s;
  background: url(/local/img/index/nav_home_btn_hover.png) center no-repeat;
}
.index .nav_shop_btn {
  width: 172px;
  height: 76px;
  display: block;
  background: url(/local/img/index/nav_shop_btn.png) center no-repeat;
  float: left;
  margin-left: 20px;
  margin-top: 5px;
  transition: .5s;
}
.index .nav_shop_btn:hover {
  transition: .5s;
  background: url(/local/img/index/nav_shop_btn_hover.png) center no-repeat;
}
.index .nav_manga_btn {
  width: 172px;
  height: 76px;
  display: block;
  background: url(/local/img/index/nav_manga_btn.png) center no-repeat;
  float: left;
  margin-left: 7px;
  margin-top: 5px;
  transition: .5s;
}
.index .nav_manga_btn:hover {
  transition: .5s;
  background: url(/local/img/index/nav_manga_btn_hover.png) center no-repeat;
}
.index .nav_club_btn {
  width: 350px;
  height: 76px;
  display: block;
  background: url(/local/img/index/nav_club_btn.png) center no-repeat;
  float: left;
  margin-left: 20px;
  margin-top: 5px;
  transition: .5s;
}
.index .nav_club_btn:hover {
  transition: .5s;
  background: url(/local/img/index/nav_club_btn_hover.png) center no-repeat;
}
.index #index-swiper {
  width: 1533px;
  height: 911px;
  float: left;
  position: relative;
}
.index #index-swiper .swiper-slide {
  width: 1533px;
  height: 911px;
  position: relative;
}
.index #index-swiper .arrow-left {
  width: 70px;
  height: 70px;
  background: url(/local/img/index/arrow-left.png) center no-repeat;
  position: absolute;
  top: 370px;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
.index #index-swiper .arrow-right {
  width: 70px;
  height: 70px;
  background: url(/local/img/index/arrow-right.png) center no-repeat;
  position: absolute;
  top: 470px;
  right: 0;
  z-index: 10;
  cursor: pointer;
}
.index .index_play_btn {
  width: 549px;
  height: 319px;
  border: 5px solid #fff;
  position: absolute;
  top: 535px;
  left: 690px;
  cursor: pointer;
}
.index .index_play_btn img {
  display: block;
  width: 100%;
  height: 100%;
}
.index .index_play_btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/local/img/index/index_floor.png);
}
.index .index_play_btn b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/local/img/index/pause.png) center no-repeat;
}
.index_floor {
  width: 100%;
  height: 100%;
  background: url(/local/img/index/index_floor.png);
  position: absolute;
  z-index: 1000;
}
#jp_container_1 {
  cursor: pointer;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  width: 960px;
  height: 540px;
  margin-top: -310px;
  margin-left: -460px;
}
#jp_container_1 .pause {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/local/img/index/pause.png) center no-repeat;
  cursor: pointer;
  display: none;
  z-index: 1000;
}
.floor_close {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: -55px;
  cursor: pointer;
  background: url(/local/img/index/floor_close.png) center no-repeat;
}
.index_floor,
#jp_container_1 {
  display: none;
}
.jp-interface {
  display: none;
}
