#home-body {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: url(cover.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.mySwiper2 {
  margin: 0 auto;
  width: 600px;
  height: 600px;
}

.mySwiper2 .swiper-slide {
  display: flex;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
}
.mySwiper2 .swiper-slide img {
  --objectPosition: 0 0;
  object-fit: cover;
  width: 600px;
  object-position: var(--objectPosition);    
  /* border: 1px solid #ddd; */
}

.mySwiper {
  width: 100%;
  height: calc(100% - 80px);
  padding-right: 2px;
}

.mySwiper .swiper-slide {
  font-size: 18px;
  /* background: #ffffff50; */
  display: flex;
  align-items: center;
  max-height: 100px;
  opacity: 0.5;
  color: #ddd;
  cursor: pointer;
  padding-left: 10px;
  font-size: 0.85em;
  width: 320px;
}
.mySwiper .swiper-slide b {
  color: #ffd900;
}

.mySwiper .swiper-slide img {
  display: block;
  object-fit: cover;
}
.left {
  width: 350px;
  display: inline-block;
  margin-right: 10px;
  height: 600px;
  overflow: hidden;
  background-color: #97092f;
  border-radius: 20px 0 0 20px;
}
.left h2 {
  color: #eeff00;
}
.right {
  display: inline-block;
}
.mySwiper .swiper-slide-thumb-active {
  border-bottom: 1px solid #eeff00;
  opacity: 1;
  background: #ffffff50;
  color: #fff;
  font-weight: 600;
}
.content {
  display: flex;
  margin-top: -10px;
}
.header h2 {
  text-align: center;
}

.pagethumb {
  width: 60px;
  margin-right: 10px;
  /* clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */
  object-fit: cover;
}
.pagenum {
  margin-right: 5px;
}
.bottom {
  display: block;
  position: absolute;
  bottom: 0;
  background: #ffffffa0;
  text-align: center;
  z-index: 9;
  max-width: 100%;
  width: 600px;
  font-size: 0.8em;
}
.audio {
  display: block;
  position: absolute;
  bottom: 0;
  width: 350px;
}
.audio #sound {
  width: 350px;
  height: 38px;
  position: absolute;
  bottom: 0;
}
.bottom p {
  margin: 0;
  padding: 4px 10px;
}
.bottom a {
  color: #1e3c85;
}
.right .head {
  position: absolute;
  right: 10px;
  background: green;
  padding: 2px 6px;
  color: #fff;
  display: none;
  font-size: 0.8em;
}

.swiper-pagination-bullet {
  background: #ffffffc0;
}

.blur {
  opacity: 0;
}

.runed {
  width: 90%;
  -webkit-appearance: none;
  appearance: none;
  height: 5px;
  opacity: 0.8;
  float: right;
}
.runed::-webkit-progress-bar {
  background-color: #ffffff;
}
.runed::-webkit-progress-value {
  background: linear-gradient(to right, rgb(82, 255, 82), green);
}
.etime {
  color: #fff;
  font-size: 0.8rem;
  float: right;
}

.logo {
  display: none;
  position: absolute;
  top: 12px;
}

@media (max-width: 640px) {
  .mySwiper2 {
      width: 100vw;
      height: 100%;
  }
  .mySwiper2 .swiper-slide img {
      width: 100%;
      object-fit: contain;
  }
  .left {
      margin-right: 0;
      display: none;
  }
  .right .head {
      display: block;
    }
  .content {
      margin-top: 0;
  }
  .logo {
    display: block;
    width: 100%;
    text-align: center;
  }
  .logo img {
    width: 160px;
  }
}