@media screen and (max-width: 768px) {
.carouselCover[data-v-4a142b9e] {
    width: 60%;
}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
.carouselCover[data-v-4a142b9e] {
    width: 80%;
}
}
.game-content[data-v-4a142b9e] {
  position: relative;
  top: 0;
  width: 100%;
}
.game-content ._div[data-v-4a142b9e] {
  position: relative;
  top: 0;
  width: 100%;
}
.game-content .game-carousel[data-v-4a142b9e] {
  overflow: hidden;
  margin: 0 0 85px;
}
.game-content .game-carousel .carouselCover[data-v-4a142b9e] {
  min-width: 308px;
  margin: 0 auto;
}
.game-content .game-carousel .g-title[data-v-4a142b9e] {
  display: block;
  width: 100%;
  position: relative;
  font-size: 30px;
  color: #000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 30px;
}
.game-content .game-carousel .g-title .g-pag[data-v-4a142b9e] {
  display: block;
  position: absolute;
  width: 60px;
  height: 30px;
  right: 0;
  top: calc(50% - 10px);
}
.game-content .game-carousel .g-title .g-pag div[data-v-4a142b9e] {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.game-content .game-carousel .g-title .g-pag div:hover img[data-v-4a142b9e] {
  opacity: 0.8;
}
.game-content .game-carousel .g-title .g-pag div:nth-child(2) img[data-v-4a142b9e] {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.game-content .game-carousel .g-title .g-pag div img[data-v-4a142b9e] {
  display: block;
  width: 30px;
  height: 30px;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.game-content .game-carousel.rtpGame .cbox-detail[data-v-4a142b9e] {
  display: block;
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card[data-v-4a142b9e] {
  display: block;
  position: relative;
  height: 400px;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card:hover .g-game[data-v-4a142b9e] {
  top: -15px;
  box-shadow: 0 30px 20px -20px rgba(14, 6, 23, 0.3);
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card:hover .g-game .g-detail[data-v-4a142b9e] {
  bottom: 50px;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card:hover .g-game .g-buttom[data-v-4a142b9e] {
  bottom: 0;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game[data-v-4a142b9e] {
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  height: 400px;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-cover[data-v-4a142b9e],
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-reflect[data-v-4a142b9e] {
  display: block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-bg[data-v-4a142b9e] {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: calc(100% - 180px);
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-reflect[data-v-4a142b9e] {
  position: absolute;
  top: 180px;
  left: 0;
  z-index: 1;
  -webkit-transform: rotate(180deg) scaleX(-1);
      -ms-transform: rotate(180deg) scaleX(-1);
          transform: rotate(180deg) scaleX(-1);
  mask-image: gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0.6, transparent), color-stop(0.94, #000), color-stop(1, #000));
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0.6, transparent), color-stop(0.94, #000), color-stop(1, #000));
}
@media screen and (max-width: 575px) {
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-reflect[data-v-4a142b9e] {
    -webkit-filter: blur(0);
            filter: blur(0);
}
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail[data-v-4a142b9e] {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 220px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transition: bottom 0.3s ease;
  transition: bottom 0.3s ease;
  z-index: 5;
  backdrop-filter: blur(12px);
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail .g-blur[data-v-4a142b9e] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail .detailTop[data-v-4a142b9e] {
  display: block;
  position: relative;
  z-index: 1;
  height: 60px;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail .detailTop .d-icon[data-v-4a142b9e] {
  display: block;
  float: left;
  width: 60px;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail .detailTop .d-icon img[data-v-4a142b9e] {
  position: absolute;
  display: block;
  width: 60px;
  bottom: 0;
  left: 0;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail .detailTop .d-note[data-v-4a142b9e] {
  display: block;
  float: right;
  width: calc(100% - 80px);
  height: 60px;
  box-sizing: border-box;
  overflow: hidden;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail .detailTop .d-note .p-f[data-v-4a142b9e] {
  display: block;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail .detailTop .d-note .p-t[data-v-4a142b9e] {
  display: -webkit-box;
  opacity: 0.5;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  line-height: 14px;
  height: 28px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 6px 0 0;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail .detailbottom[data-v-4a142b9e] {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  width: calc(100% - 40px);
  height: calc(100% - 100px);
  bottom: 18px;
  padding-top: 26px;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail .detailbottom .detailrow[data-v-4a142b9e] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail .detailbottom .detailrow[data-v-4a142b9e]:last-child {
  margin: 0;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail .detailbottom .detailrow div[data-v-4a142b9e] {
  text-align: left;
  color: #fff;
  letter-spacing: 0;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail .detailbottom .detailrow .value[data-v-4a142b9e] {
  font-size: 16px;
  line-height: 16px;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail .detailbottom .detailrow .title[data-v-4a142b9e] {
  font-size: 12px;
  line-height: 12px;
  opacity: 0.5;
  padding-top: 4px;
}
@media screen and (max-width: 575px) {
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail[data-v-4a142b9e] {
    backdrop-filter: blur(12px);
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-detail .g-blur[data-v-4a142b9e] {
    background: #530306;
}
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-buttom[data-v-4a142b9e] {
  display: block;
  position: absolute;
  width: 101%;
  height: 50px;
  background: hsla(0, 0%, 100%, 0.1);
  bottom: -50px;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-buttom a[data-v-4a142b9e] {
  display: block;
  text-align: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
  line-height: 50px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}
.game-content .game-carousel.rtpGame .cbox-detail .game-card .g-game .g-buttom a[data-v-4a142b9e]:hover {
  background: hsla(0, 0%, 100%, 0.2);
}
.game-content .game-carousel .line[data-v-4a142b9e] {
  display: none;
}
@media screen and (max-width: 575px) {
.game-content .game-carousel[data-v-4a142b9e] {
    margin: 0 0 45px;
}
.game-content .game-carousel .g-title[data-v-4a142b9e] {
    padding: 0 24px;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}
.game-content .game-carousel .g-title .g-pag[data-v-4a142b9e] {
    display: none;
}
.game-content .game-carousel .line[data-v-4a142b9e] {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-top: 45px;
}
.game-content .game-carousel .line div[data-v-4a142b9e] {
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 0.1;
}
}
.game-content .gamesLoad[data-v-4a142b9e] {
  position: relative;
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.game-content .gamesLoad div[data-v-4a142b9e] {
  display: block;
  position: absolute;
  width: 160px;
  height: 160px;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
}
.game-content .gamesLoad div img[data-v-4a142b9e] {
  display: block;
  width: 100%;
}
.game-content .gamesLoad div .load-img[data-v-4a142b9e] {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.game-content .gamesLoad div .load-loop[data-v-4a142b9e] {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotateAnime 0.8s infinite;
          animation: rotateAnime 0.8s infinite;
}

