@charset "utf-8";
/* CSS Document */

.slick-track {
height: 620px;
}
.sliderG {
  width: 450px;
  margin: 0 auto 20px;
  padding-top: 5px;
}
.slide-item img {
  width: 100%;
  transition: 0!important;
  opacity: 1!important;
}
.thumbnail-listG {
  width: 450px;
  margin: 0 auto;
  display: flex;
}
.thumbnail-item {
  margin-bottom: 10px;
  box-sizing: border-box;
  position: relative;
  margin-right: 10px;
  width: 70px;
}
.thumbnail-item:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}