.slot__title {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 25px;
}
@media (max-width: 990px) {
  .slot__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
.slot__wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
}
@media (max-width: 1260px) {
  .slot__wrap {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
  }
}
@media (max-width: 1024px) {
  .slot__wrap {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
}
@media (max-width: 768px) {
  .slot__wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
  }
}
.slot__box {
  overflow: hidden;
  background: radial-gradient(100% 100% at 50% 0%, rgba(194, 191, 191, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  box-shadow: 8px 0 14px rgba(0, 0, 0, 0.19), inset 0 1px 4px #FFF;
  border-radius: 16px;
  cursor: pointer;
  padding: 2px;
}
.slot__box:hover .slot__hide {
  opacity: 1;
}
.slot__img {
  position: relative;
  height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 990px) {
  .slot__img {
    height: 140px;
  }
}
.slot__img span {
  z-index: 2;
}
.slot__img img {
  box-sizing: border-box;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.slot__attr {
  right: 12px;
  top: 12px;
  position: absolute;
  display: flex;
  flex-direction: column;
}
@media (max-width: 990px) {
  .slot__attr {
    right: 8px;
    top: 8px;
  }
}
.slot__new {
  background: linear-gradient(180deg, #5B7AF4 0%, #693FF5 100%);
  border-radius: 4px;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  line-height: 12px;
  width: 42px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .slot__new {
    font-size: 8px;
    line-height: 10px;
    padding: 3px 0;
    width: 36px;
  }
}
.slot__hot {
  background: linear-gradient(180deg, #FD2D5E 0%, #AC0029 100%);
  border-radius: 4px;
  padding: 6px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #FFF;
  font-size: 10px;
  line-height: 12px;
  width: 42px;
}
@media (max-width: 768px) {
  .slot__hot {
    font-size: 8px;
    line-height: 10px;
    padding: 3px 0;
    width: 36px;
  }
}
.slot__hide {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(27, 28, 34, 0.84);
  backdrop-filter: blur(2px);
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  z-index: 3;
  transition: 0.3s;
  opacity: 0;
  border-radius: 16px 16px 0 0;
}
.slot__info {
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.slot__pretitle {
  color: #DEDEDE;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .slot__pretitle {
    margin-bottom: 5px;
  }
}
.slot__name {
  color: #FFF;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .slot__name {
    margin-bottom: 0;
  }
}
.slot__play {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.29), inset 0 2px 4px rgba(255, 255, 255, 0.34);
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 12px;
}
.slot__demo {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid white;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  color: #FFF;
}

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