
#main_content {
  margin: 50px;
  min-width: 1360px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #0d0d0d;
}

.swiper-thumbs {
  width: 100%;
  min-width: 286px;
  max-width: 826px;
  overflow: hidden;
  margin: 20px 0px;
}

.swiper-thumbs .swiper-slide{
  width: 165.2px;
  background-color: #0d0d0d;
  padding: 10px;
}

.swiper-thumbs img {
  width: 145.2px;
  height: 60px;
  max-width: 100%;
  max-height: 100%;
}

.swiper-container img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  /* -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%; */
}

.dec {
  text-align: center;
  margin-top: 10px;
  color: #9c9c9c;
}