﻿@charset "UTF-8";

p {
  margin: 0;
  padding: 0;
}

.topSlogn-area {
  width: 100%;
  height: 50px;
  background-color: #000;
  position: relative !important;
}

.topSlogn-area .tips {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  height: 50px;
}



.marquee-container {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

.marquee {
  position: absolute;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
}

.topSlogn-area .lbIcon {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #70E802
}

.topSlogn-area .lbIcon .ico {
  width: 20px;
  margin-right: 10px;
}

.topSlogn-area .lbIcon .ico img {
  width: 100%;
}

.topSlogn-area .lbIcon .lb {
  font-size: 14px;
}


@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.hotSlogn-area .section-title {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hotSlogn-area .title {
  font-size: 32px;
  padding: 0;
  margin: 0;

}

.promos-home-area .bonus-home {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(10, 28, 53, .2);
  background-color: #fff;
}

.icon-box-area {
  padding-top: 40px;
  padding-bottom: 60px;
}



.icon-box-area .iconRow {
  padding: 0 120px;
}

.icon-box-area .iconRow .item {
  position: relative;
}

.icon-box-area .icon-box-two {
  background-color: #fff;
  color: var(--secondary-color);
  padding: 6px 10px;
  border-radius: 10px;
}

.icon-box-area .icon-box-two a {
  display: flex;
  align-items: center;
}


.icon-box-area .icon-box-two .icon {
  width: 30px;
  margin-right: 10px;
}


.icon-box-area .icon-box-two .icon img {
  width: 100% !important;
}

.icon-box-area .icon-box-two .content p {
  color: var(--secondary-color);
  font-size: 14px;
}

.icon-box-area .icon-box-two:after {
  height: 2px;
  background-color: #3EBE63;

}



.s-fixed1 {
  display: none;
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  box-shadow: 0 0 15px rgba(10, 28, 53, .2);
  width: auto;
  height: 120px;
  width: 230px;
  border-radius: 10px;
  background-color: #fdf7f7;
  text-align: center;
  transition: all .3s ease;
}

.s-fixed1::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fdf7f7;
}

.s-fixed1 .s-fixed2 {
  height: 45px;
  background-color: #45BF50;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-fixed1 .s-fixed3 {
  font-size: 16px;
  color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 45px);
  padding: 0 10px;
}

.s-fixed-item {
  position: relative;
}

.s-fixed-item:hover .s-fixed1 {
  display: block;
}




/* our-work-area */

.our-work-area {
  padding: 65px 0 100px;
}

.our-work-area .big-title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.our-work-area .big-title .title {
  font-size: 28px;
  margin: 0;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-weight: 600;
}

.our-work-area .big-title .more {
  font-size: 16px;
  color: var(--blue-color);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
}

.our-work-area .big-title .more .icon-right {
  display: flex;
  width: 20px;
}

.our-work-area .big-title .more .icon-right img {
  width: 100%;
}


.our-work-area .our-work-carousel .single-work-item {
  cursor: pointer;
  position: relative;
}

.our-work-area .our-work-carousel .single-work-item img {
  border-radius: 8px;
}

.our-work-area .our-work-carousel .single-work-item .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.our-work-area .our-work-carousel .single-work-item .link span {
  padding: 8px 15px;
  border-radius: 8px;
  background-color: rgba(125, 244, 2, 0.6);
  color: #fff;
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 5px 15px;
  font-size: 14px;
  color: #0e2857;
  background-color: rgba(255, 255, 255, .9);
  border-radius: 2px;
  transition: all .3s ease;
}

/* casino area */

.casino-area {
  padding: 65px 0 100px;
}

.casino-area .big-title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.casino-area .big-title .title {
  font-size: 28px;
  margin: 0;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-weight: 600;
}

.casino-area .big-title .more {
  font-size: 16px;
  color: var(--blue-color);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 400;
}

.casino-area .big-title .more .icon-right {
  display: flex;
  width: 20px;
}

.casino-area .big-title .more .icon-right img {
  width: 100%;
}

.casino-area .left-content {
  padding-right: 20px;
}

.casino-area .left-content .single-casino-item {
  box-shadow: 0 0 15px rgba(10, 28, 53, .2);
  border-radius: 8px;
  cursor: pointer;
}

.casino-area .left-content .single-casino-item img {
  border-radius: 8px 8px 0 0;
}

.casino-area .left-content .single-casino-item .content {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.casino-area .left-content .single-casino-item .content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #002920;
}

.casino-area .left-content .single-casino-item .content a {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  color: #0e2857;
  background-color: rgba(255, 255, 255, .5);
  border: solid 1px rgba(66, 93, 106, .66);
  border-radius: 4px;
  transition: all .3s ease;
}

.casino-area .left-content .single-casino-item .content a:hover {
  background-color: var(--green-color);
  color: #fff;
}


.casino-area .right-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  cursor: pointer;
  width: 100%;
}


.casino-area .right-content .item {
  width: calc(50% - 10px);
  position: relative;
  box-shadow: 0 0 15px rgba(10, 28, 53, .2);
  border-radius: 8px;
  cursor: pointer;
}

.casino-area .right-content .item .imcont {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.casino-area .right-content .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.casino-area .right-content .item .content {
  position: absolute;
  top: 0;
  left: 20px;
}

.casino-area .right-content .item .content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 30px;
  color: #002920;
}

.casino-area .right-content .item .content a {
  display: inline-block;
  margin-top: 80px;
  padding: 5px 15px;
  font-size: 14px;
  color: #0e2857;
  background-color: rgba(255, 255, 255, .5);
  /* border: solid 1px rgba(66, 93, 106, .66); */
  border-radius: 2px;
  transition: all .3s ease;
}

.casino-area .right-content .item .content a:hover {
  background-color: var(--green-color);
  color: #fff;
}

.testimonial-area {
  padding: 65px 0 100px;
}


.testimonial-area .big-title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testimonial-area .big-title .title {
  font-size: 28px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}


.testimonial-area .bonus-ways {
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  cursor: pointer;
  width: 100%;
  padding: 20px 20px 0 20px;
}


.testimonial-area .bonus-ways .content {
  width: 40%;
}

.testimonial-area .bonus-ways .content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #fff;
}

.testimonial-area .bonus-ways .content a {
  display: inline-block;
  margin-top: 40px;
  padding: 5px 15px;
  font-size: 14px;
  color: #0e2857;
  background-color: rgba(255, 255, 255, .5);
  /* border: solid 1px rgba(66, 93, 106, .66); */
  border-radius: 2px;
  transition: all .3s ease;
}

.testimonial-area .bonus-ways .content a.lasta-a {
  margin-top: 68px;
}

.testimonial-area .bonus-ways .content a:hover {
  background-color: var(--green-color);
  color: #fff;
}


.testimonial-area .bonus-ways .imcont {
  display: flex;
  align-items: flex-end;
}

.testimonial-area .col-lg-4:nth-of-type(1) .bonus-ways,
.testimonial-area .col-lg-4:nth-of-type(3) .bonus-ways {
  background-image: linear-gradient(to right top, #16519e, #1b63b5, #1f75cd, #2088e6, #1f9cfe)
}

.testimonial-area .col-lg-4:nth-of-type(2) .bonus-ways {
  background-image: linear-gradient(to right top, #7f55d1, #af4bbe, #d044a8, #e54690, #f15279)
}

@media (max-width: 768px) {
  .casino-area {
    padding: 20px 0;
  }

  .testimonial-area .bonus-ways {
    margin-bottom: 15px;
  }

  .casino-area .right-content {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
  }

  .casino-area .right-content .item {
    width: 100%;
  }

  .casino-area .right-content .item .content a {
    margin-top: 40px;
  }
}


/* end of home.min.css */

.hot-games {
  background-color: #fff;
}

.hot-games-cont {
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
}

.hot-games-cont h2 {
  font-size: 42px;
  font-weight: 700;
  /* 文字从上到下紫色渐变 */
  background: linear-gradient(to bottom, #750797 0%, #ED73A4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 20px 0;
  /* 文字阴影 */
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.hot-games-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.hot-games-list .item {
  flex: 1;
  padding: 10px;
  display: flex;
}

.hot-games-list .item .hot-games-item {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.hot-games-list .item .hot-games-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.hot-games-list .item .hot-games-info {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}

.hot-games-list .item .hot-games-info .title {
  font-size: 16px;
  font-weight: 700;
}

.hot-games-list .item .hot-games-info .desc {
  font-size: 14px;
  color: #666;
}

.hot-games-list .item .hot-games-info p {
  padding: 0;
  margin-bottom: 5px;
}

.hot-games-list .item .hot-icon {
  min-width: 100px;
  background: url(../images/bititle.png) no-repeat center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.hot-games-list .item .hot-icon .small-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 5px;
}

.hot-games-list .item .hot-icon .wz {
  font-size: 14px;
  font-weight: 400;
}

/* show-page */

.show-page {
  padding: 0;
  min-height: 100vh;
}

.show-page-content {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;

}

.show-page-content .left {
  /* width: 300px; */
  flex: 0 0 280px;
  /* 不伸缩，固定大小 */
  /* 左边固定宽度 */
  margin-right: 20px;
}

.show-page-content .left .bigTit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/bititle.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0 20px;
  margin: 0 10px;
}

.show-page-content .left .bigTit span {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.show-page-content .left .nav-x {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  min-height: 100vh;
  padding-top: 40px;
  box-shadow: 0 0 150px rgba(10, 28, 53, .1);
}

.show-page-content .left .nav-x ul {
  padding: 30px 0 20px;
  list-style: none;
}

.show-page-content .left .nav-x ul li {
  list-style: none;
  margin-bottom: 10px;
}

.show-page-content .left .nav-x ul li a {
  display: flex;
  align-items: center;
  color: #0E2857;
  padding: 15px 20px;
}

.show-page-content .left .nav-x ul li.active a {
  color: #FEA326
}

.show-page-content .left .nav-x ul li a .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.show-page-content .left .nav-x ul li.active a .icon {
  color: #FEA326;
}

.show-page-content .left .nav-x ul li a .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.show-page-content .left .nav-x ul li a span {
  font-size: 18px;
}

.show-page-content .middle {
  flex: 1;
  width: calc(100% - 640px);
  /* 中间部分自适应 */
}

.show-page-content .middle .banner {
  margin-bottom: 20px;
}

.show-page-content .middle .banner img {
  width: 100%;
  border-radius: 5px;
}


.show-page-content .middle .main .down {
  text-align: center;
  background-color: #C80100;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
}

.show-page-content .middle .main .down a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.show-page-content .middle .main .down a:hover {
  color: #fff;
}

.show-page-content .middle .main .info {
  background-color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  color: #0E2857;
}

.show-page-content .middle .main .info p {
  color: #0E2857;
}

.show-page-content .middle .main .agent-info {
  background-color: #fff;
  min-height: 100vh;
  padding: 25px 30px 40px;
}

.show-page-content .middle .main .info .a_topHead {
  font-size: 24px;
  font-weight: 500;
  padding: 0px 0 15px;
  color: #0E2857;
  border-bottom: solid 1px #E5E5E5;
}

.show-page-content .middle .main .info .a_topHead .redColor {
  color: #C80100;
  font-size: 18px;
}

.show-page-content .middle .main .info .tab-content {
  padding: 20px 0;
}

.show-page-content .middle .main .info .tab-content .tab-head {
  padding: 0 0px 30px;
}

.show-page-content .middle .main .info .tab-content .tab-head ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.show-page-content .middle .main .info .tab-content .tab-head ul li {
  flex: 1;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}

.show-page-content .middle .main .info .tab-content .tab-head ul li a {
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  background-color: #ECF0F6;
  min-height: 60px;
  font-size: 14px;
  color: #0E2857;
}

.show-page-content .middle .main .info .tab-content .tab-head ul li a .icon1 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: var(--blue-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  list-style: none;
  font-style: normal;

}

.show-page-content .middle .main .info .tab-content .tab-head ul li.active a {
  background-color: #FEA326;
  color: #fff;
}

.show-page-content .middle .main .info .tab-content .tab-head ul li.active a .icon1 {
  background-color: #fff;
  color: #FEA326;
}

.show-page-content .middle .main .info .tab-content .tab-body {
  padding: 0 20px;
}

.show-page-content .middle .main .info .tab-content .tab-body .tab-pane {
  display: none;
  line-height: 2;
  font-family: Arial, Helvetica, sans-serif;
}

.show-page-content .middle .main .info .tab-content .tab-body .tab-pane.active {
  display: block;
}




.show-page-content .middle .main .info .text-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  background-color: #FCFCFC;
  color: #0E2857;
}

.show-page-content .middle .main .mcontent {
  padding: 20px 40px;
  font-size: 16px;
  line-height: 2;
  color: #0E2857;
}

.show-page-content .right {
  /* width: 320px; */
  flex: 0 0 320px;
  /* 不伸缩，固定大小 */
  margin-left: 20px;
  /* 右边固定宽度 */
}

.show-page-content .right .right-content {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.show-page-content .right .right-content .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.show-page-content .right .right-content .item .hot-games-item {
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.show-page-content .right .right-content .item .hot-games-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.show-page-content .right .right-content .item .hot-games-info {
  flex: 1;
}

.show-page-content .right .right-content .item .hot-games-info .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.show-page-content .right .right-content .item .hot-games-info .desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
}

.show-page-content .right .right-content .item .hot-games-info .desc p {
  margin-bottom: 0;
}

.show-page-content .right .right-content .item .hot-icon {
  min-width: 80px;
  background: url(../images/badge-transparent.webp) no-repeat center center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.show-page-content .right .right-content .item .hot-icon .small-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 5px;
}

.show-page-content .right .right-content .item .hot-icon .wz {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 768px) {
  .show-page-content .middle {
    width: 100%;
    margin-bottom: 20px;
  }

  .show-page-content .right {
    margin-left: 0px;
  }
}



/* end of show-page */

/* home-news */
.home-news {
  padding: 70px 0 90px;
}

.home-news .bigTitle {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.home-news .smallTitle {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-bottom: 50px;
}

.home-news .hot-news .hot-news-img {
  max-height: 280px;
  overflow: hidden;
}


.home-news .hot-news img {
  width: 100%;
}

.home-news .hot-news .hot-news-content {
  display: flex;
  padding: 15px 0;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(10, 28, 53, .1);
}

.home-news .date {
  width: 140px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-right: solid 1px #ebebeb;
}

.home-news .date .bigDate {
  font-size: 48px;
  color: #333;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
}

.home-news .date .smallDate {
  font-size: 18px;
  color: #666;
  font-weight: normal;
}

.home-news .nr {
  flex: 1;
  padding-left: 20px;
}

.home-news .nr .title {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  margin-bottom: 10px;
}

.home-news .nr .desc {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

.home-news .news-list .news-list-item {
  display: flex;
  padding: 15px 20px 12px;
  align-items: center;
  /* border: solid 1px #ebebeb; */
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(10, 28, 53, .1);
}

.home-news .more {
  display: inline-block;
  margin-top: 20px;
  background: #0798DA;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  padding: 10px 25px;
}

/* arcade */

.arcade {
  background-color: #f4f7fc;
}

.arcade .main {
  background-color: #fff;
  padding: 30px;
}

.arcade .main .item {
  padding: 15px;
}

.arcade .main .item .card-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  cursor: pointer;
}

.arcade .main .item .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all .3s ease;
}

.arcade .main .item .name {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  margin-bottom: 0;
}

.arcade .main .item .card-img:hover img {
  transform: scale(1.1);
}


/* leftNews */
.leftNews {
  width: 100%;
}

.leftNews .bigTitle {
  margin: 0;
  font-size: 20px;
  color: #111D5C;
  font-weight: normal;
  margin-bottom: 20px;
  background-color: #C2CED9;
  text-transform: uppercase;
  height: 48px;
  line-height: 48px;
  padding-left: 20px;
  border-radius: 8px 8px 0 0;
}

.leftNews .news-list .news-list-item {
  padding: 15px 15px;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 15px rgba(10, 28, 53, .1);
}

.leftNews .news-list .news-list-item .title {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  margin-bottom: 0;
}

.leftNews .news-list .news-list-item .bigDate {
  color: #999;
  font-size: 14px;
}

.leftNews .news-list .news-list-item .desc {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* end of leftNews */

/* newsListPage */
.newsListPage {
  padding: 0 10%;
}

.newsListPage .nws-content {
  padding: 30px 0;
}

.top-banner {
  min-height: 300px;
  display: flex;
  align-items: center;
  color: #3EBE63;
}

.top-banner h1 {
  color: #fff;
  text-transform: uppercase;
}

.pagination {
  background-color: #fff;
  padding: 15px 0;
  box-shadow: 0 0 5px rgba(10, 28, 53, .1);
}


.our-cover-area .big-title {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.our-cover-area .big-title .title {
  font-size: 28px;
  margin: 0;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-weight: 600;
}

.our-cover-area .container .userRow {
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.our-cover-area .container .userRow .item {
  padding: 0px 25px !important;
}

.our-cover-area .container .userRow .item .itemContent {
  /* width: 80%; */
}

.our-cover-area .container .userRow .item .icon i {
  font-size: 52px;
}

.foot-icon .icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: inline-block;
}

.foot-icon .icon img {
  width: 100%;
}



.banner-area .big-s-content {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  top: 0;
}

.banner-area .big-s-title {
  margin-bottom: 120px;
  font-size: 80px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 10px;
}

.banner-area .big-s-subtitle {
  font-size: 20px;
}

.banner-area .moneyCont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -10%);
}

.banner-area h1.money {
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 50px;
  margin: 30px auto;
  font-size: 100px;
  border-radius: 10px;
  box-shadow: inset 0px 0px 30px rgba(4, 34, 42, 0.3);
  border: 2px solid #60a100;
  background-color: #fff;
}


.sm {
  font-size: 14px;
}

/* casino-page */
.casino-page {
  background: rgb(70, 26, 92);
  background: linear-gradient(120deg, rgba(70, 26, 92, 1) 0%, rgba(78, 28, 108, 0.9920343137254902) 27%, rgba(56, 24, 106, 1) 59%, rgba(27, 17, 87, 1) 100%);
  color: #fff;
  position: relative;
}

.casino-banner {
  position: relative;
  width: 100%;
  height: auto;
}

.casino-banner .img {
  width: 100%;
}

.casino-banner .img img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}

.casino-banner .cs-banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 0 4%;
  z-index: 1;
  width: 100%;
}

.casino-banner .cs-banner-title h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.casino-banner .cs-banner-breadcrumb {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.casino-banner .cs-banner-breadcrumb a {
  color: #fff;
}

.casino-banner .cs-banner-breadcrumb span {
  color: #fff;
}

.casino-page .big-title {
  padding: 30px 0;
}

.casino-page .big-title h2 {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.casino-page .main-content {
  padding: 0 15px;
}

.casino-game-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.casino-game-list .casino-game-item {
  width: calc(100% / 4 - 30px);
  margin-bottom: 60px;
  list-style: none;
}

.casino-game-item .game-item-content {
  width: 100%;
}

.casino-game-item .game-item-img {
  width: 100%;
  overflow: hidden;
  transition: all .3s ease;
  cursor: pointer;
  border-radius: 10px;
}

.casino-game-item .game-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 10px;
}

.casino-game-item .game-item-img:hover img {
  transform: scale(1.1);
}

.casino-game-item .game-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 20px 0;
}

.casino-game-item .game-item-title .title-name {
  font-size: 18px;
  color: #fff;
  margin-right: 30px;
}

.casino-game-item .game-item-title .btn-blue {
  background: #007bff;
  color: white;
  border-radius: 25px;
  padding: 8px 40px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  transition: all .3s ease;
}

.casino-game-item .game-item-title .btn-blue:hover {
  background: #0067D6;
  color: white;
}

.brand-carousel .game-item-content {
  position: relative;
  cursor: pointer;
}

.brand-carousel .game-item-content .game-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-carousel .game-item-content .game-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.brand-carousel .game-item-content .game-item-details {
  display: none;
  /* 默认隐藏 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  /* 透明黑色背景 */
  color: white;
  /* 文字为白色 */
  padding: 10px;
  border-radius: 10px;
  /* 圆角 */
  backdrop-filter: blur(5px);
  /* 背景模糊效果 */
  /* 鼠标悬停时显示 */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.brand-carousel .game-item-content:hover .game-item-details {
  display: flex;
}

.brand-carousel .game-item-content .game-item-details .game-item-details-content {
  padding: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.brand-carousel .game-item-content .game-item-details .game-item-details-content .description {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  text-align: left
}

.brand-carousel .game-item-content .game-item-details .game-item-details-content .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

.brand-carousel .game-item-content .game-item-details .game-item-details-content .btn-group .btn-blue {
  background: #007BFF;
  /* 蓝色背景 */
  color: white;
  /* 文字为白色 */
  border-radius: 25px;
  /* 圆角 */
  padding: 10px 15px;
  text-decoration: none;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.brand-carousel .game-item-content .game-item-details .game-item-details-content .btn-group .btn-blue:hover {
  background: #0067D6;
  color: white;
}


.brand-carousel .game-item-content .game-item-title {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .casino-game-list {
    margin-bottom: 0px;
  }

  .casino-game-list .casino-game-item {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
  }

  .casino-game-item .game-item-title {
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .casino-game-item .game-item-title .btn-blue {
    padding: 8px 20px;
  }

  .casino-game-item .game-item-title .title-name {
    font-size: 16px;
    margin: 0 0 10px;

  }

  .casino-game-item .game-item-title .btn-blue {
    padding: 8px 20px;
    width: 100%;
  }

  .casino-game-item .game-item-title .btn-blue:hover {
    background: #0067D6;
    color: white;
  }

  .hot-game {
    display: none;
  }

  .casino-page .bottom-icon {
    display: none !important;
  }

  .casino-page .hot-desc {
    margin-bottom: 0px !important;
  }
}



/* 样式文件 */
.casino-page .hot-game {
  padding: 20px 0 40px;
}

.casino-page .hot-game .hot-content {
  padding: 0px 0 40px;
}

.casino-page .hot-game .hot-content .hot-game-img {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.casino-page .hot-game .hot-content .hot-game-icon-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: hsl(259 28% 80% / .08);
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
}

.casino-page .hot-game .hot-content .hot-game-icon-content .title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.casino-page .hot-game .hot-content .hot-game-icon-content .hot-game-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  width: 280px;
}


.casino-page .hot-game .hot-content .hot-game-icon-content .get-started {
  background: #FEA326;
  color: #000;
  border-radius: 25px;
  padding: 10px 50px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}

.casino-page .hot-game .hot-content .hot-game-icon-content .get-started:hover {
  background: #E49322;
  color: #000;
}


.casino-page .hot-desc {
  padding: 20px 30px 40px;
  background-color: hsl(259 28% 80% / .08);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  margin-bottom: 80px;
}

.casino-page .hot-desc .hot-desc-title {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.casino-page .hot-desc .hot-desc-content {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 15px;
}

.casino-page .hot-desc .hot-desc-content p {
  margin-bottom: 0;
  color: #a6a0cf;
  font-size: 18px;
}

.casino-page .bottom-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 200px;
  position: relative;
}

.casino-page .bottom-icon .roulette {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%) rotate(14.915deg);
  width: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.casino-page .bottom-icon .roulette img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* xslot-page */

.xslot-banner {
  position: relative;
  width: 100%;
}

.xslot-banner .swiper-slide {
  width: 100%;
}

.xslot-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  /* object-fit: cover; */
}

.xslot-banner .btn-red {
  position: absolute;
  bottom: 20%;
  left: 18%;
  background: #FF0000;
  color: #fff;
  border-radius: 35px;
  padding: 15px 50px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
}




.xslot-page .main-content .game-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.game-list .game-item {
  width: calc(100% / 6 - 20px);
  /* 每行显示七个 */
  margin-bottom: 20px;
  list-style: none;
  /* 调整间距 */
}

.game-item .game-item-content {
  position: relative;
  cursor: pointer;
}

.game-item .rounded-img {
  border-radius: 10px;
  /* 图片圆角 */
  transition: opacity 0.3s;
  /* 添加过渡效果 */
}

.game-item .game-item-details {
  display: none;
  /* 默认隐藏 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  /* 透明黑色背景 */
  color: white;
  /* 文字为白色 */
  padding: 10px;
  border-radius: 10px;
  /* 圆角 */
  backdrop-filter: blur(5px);
  /* 背景模糊效果 */
  /* 鼠标悬停时显示 */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.game-item:hover .game-item-details {
  display: flex;
}

.game-item .game-item-details .game-item-details-content {
  padding: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.game-item .game-item-details .game-item-details-content .description {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  text-align: left
}

.game-item .game-item-details .game-item-details-content .game-item-details-info {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}

.game-item .game-item-details .game-item-details-content .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

.game-item .btn-group .btn-transparent {
  border: 1px solid white;
  /* 白色边框 */
  background: transparent;
  /* 背景透明 */
  border-radius: 25px;
  /* 圆角 */
  color: white;
  /* 文字为白色 */
  padding: 10px 15px;
  text-decoration: none;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.game-item .btn-group .btn-blue {
  background: #007BFF;
  /* 蓝色背景 */
  color: white;
  /* 文字为白色 */
  border-radius: 25px;
  /* 圆角 */
  padding: 10px 15px;
  text-decoration: none;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}

.game-item .game-item-details .game-item-details-content .text-btn {
  font-size: 14px;
  font-weight: 400;
  color: #C2E8FF;
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}

.game-item .game-item-title {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.game-item .game-item-title .desc1 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-family: "Roboto", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.game-item .game-item-title .desc2 {
  font-size: 16px;
  font-weight: 400;
  color: #C2E8FF;
}

.xslot-page .biggest-winners {
  padding: 20px 0;
}

.xslot-page .biggest-winners .biggest-winners-title {
  padding: 20px 0;
}

.xslot-page .biggest-winners .biggest-winners-title h2 {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.xslot-page .biggest-winners .biggest-winners-content {
  padding: 20px 30px 40px;
  background-color: hsl(259 28% 80% / .08);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  margin-bottom: 80px;
  min-height: 200px;
}

.table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.table-head .table-head-item {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  flex: 1;
}


.table-body-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  background-color: hsl(259 28% 80% / .08);
  margin-bottom: 10px;
  border-radius: 5px;
}

.table-body-item .lb-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.table-body-item .lb-item .lb-item-content {
  position: relative;
}

.table-body-item .lb-item .lb-item-content .icon {
  width: 28px;
  height: 28px;
}

.table-body-item .lb-item .lb-item-content .icon img {
  width: 28px;
  height: 28px;
}

.table-body-item .lb-item .lb-item-content .text-num {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.table-body-item .table-cell {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  flex: 1;
}







.app-page {
  padding: 20px 0;
  width: 100%;
  min-height: auto;

  /* height: calc(100vh - 600px); */
}

.app-page .app-page-content {
  padding: 20px 4%;
  height: 100%;
  color: #0E2857;
}

.app-page .app-page-content .mcontent {
  padding: 40px 0 80px;
  background-color: #F7F7F7;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.app-page .app-page-content .mcontent .desc {
  font-size: 16px;
  font-weight: 400;
  color: #0E2857;
  margin-bottom: 20px;
}

.app-page .app-page-content .mcontent .btnCont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.app-page .app-page-content .mcontent .btnCont a {
  width: 200px;
  cursor: pointer;
}


.app-page .app-page-content .mcontent .btnCont img {
  border-radius: 10px;
}


.download-btn {
  cursor: pointer;
}

.winner-content-wrap {
  /* width: 800px; */
  height: 400px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}

.winner-content-wrap .content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #F4F7FC;
}

.winner-content-wrap .content-item .win-content {
  display: flex;
  align-items: center;
  flex: 1;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  justify-content: space-between;
}

.winner-content-wrap .content-item .win-content .win-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.winner-content-wrap .content-item .win-content .win-left .custom-name {
  font-size: 16px;
  font-weight: 350;
  margin-left: 10px;
  color: #333;
  margin-right: auto;
}

.winner-content-wrap .content-item .win-content .win-game-name {
  font-size: 16px;
  font-weight: 400;
  color: #0E2857;
  margin-right: 20%;
}

.winner-content-wrap .content-item .win-content .im {
  width: 50px;
  height: 50px;
}

.winner-content-wrap .content-item .win-content .im img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.winner-content-wrap .content-item .win-amount {
  font-size: 16px;
  font-weight: 400;
  width: 150px;
  text-align: right;
  color: #0E2857;
  flex-shrink: 0;
}

.hot-games-area {
  padding: 50px 0;
}

.hot-games-area .hot-games-content {
  /* border: 1px solid #ccc; */
  border-radius: 10px;
}

.hot-games-area .hot-games-content .hotImg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to right top, #16519e, #1b63b5, #1f75cd, #2088e6, #1f9cfe);
  margin: 20px 0;
  flex-direction: column;
  height: calc(100% - 40px);
  border-radius: 10px;
}

.hot-games-area .hot-games-content .hotImg img {
  width: 100%;
  object-fit: cover;
}

.promotions-page .show-page-content .left .bigTit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/bititle.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0 20px;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  .hotSlogn-area .title {
    font-size: 18px;
    line-height: 26px;
  }

  .casino-area .big-title .title {
    font-size: 18px;
    line-height: 26px;
  }

  .hotSlogn-area .section-title {
    padding: 20px 15px;
  }

  .our-cover-area .big-title .title {
    font-size: 18px;
    line-height: 26px;
  }

  .our-cover-area .userRow .item .icon-box-two {
    margin-bottom: 15px;
  }

  .icon-box-area {
    padding: 0 15px;
  }

  .icon-box-area .iconRow {
    padding: 0 15px;
  }

  .icon-box-area .iconRow .item {
    margin-bottom: 15px;
  }

  .show-page-content {
    flex-direction: column;
  }

  .show-page-content .left {
    width: 100%;
    margin-bottom: 10px;
  }

  .show-page-content .left .nav-x {
    min-height: auto;
  }

  .show-page {
    padding: 0;
    min-height: auto;
  }

  .show-page-content .middle .main .agent-info {
    padding: 10px 15px;
  }

  .show-page-content .middle .main .info .tab-content .tab-head {
    padding: 0 0 20px;
  }

  .show-page-content .middle .main .info .tab-content .tab-body {
    padding: 0;
  }

  .show-page-content .middle .main .info .tab-content .tab-head ul li a {
    font-size: 13px;
    min-height: 140px;
  }


  .show-page-content .middle .main .info .tab-content .tab-head ul li a .icon1 {
    font-size: 14px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }

  /* casino-page */

  .casino-banner {
    height: 200px;
  }

  .casino-banner .cs-banner-title {
    padding: 0 15px;
  }

  .casino-banner .img {
    height: 200px;
  }

  .casino-banner .img img {
    height: 200px;
    object-fit: cover;
    object-position: 30%;
  }


  .casino-banner .cs-banner-title h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .casino-banner .cs-banner-breadcrumb {
    font-size: 14px;
  }

  .casino-page .hot-game .hot-content .hot-game-icon-content {
    padding: 10px 15px;
    position: relative;
  }

  .casino-page .hot-game .hot-content .hot-game-icon-content .title {
    font-size: 16px;
  }



  .casino-page .hot-game .hot-content .hot-game-icon-content .hot-game-icon img {
    width: 100%;
  }

  .casino-page .hot-desc {
    padding: 10px 15px;
  }

  .casino-page .hot-desc .hot-desc-title {
    font-size: 16px;
  }

  .casino-page .hot-desc .hot-desc-content {
    font-size: 14px;
  }

  .casino-page .bottom-icon .roulette {
    width: 200px;
  }

  .casino-page .bottom-icon .roulette img {
    width: 200px;
    height: 200px;
  }

  .casino-page .main-content {
    padding: 0 0;
  }

  .casino-page .big-title {
    padding: 10px 0;
  }

  .casino-page .big-title h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .casino-page .main-content .game-list {
    margin-bottom: 20px;
  }

  .casino-page .main-content .game-list .game-item {
    width: calc(100% / 2 - 10px);
    margin-bottom: 10px;
  }

  .casino-page .main-content .game-list .game-item .game-item-content {
    padding: 0 0;
  }

  .casino-page .main-content .game-list .game-item .game-item-details {
    padding: 0 0;
  }

  .casino-page .main-content .game-list .game-item .game-item-title .desc1 {
    font-size: 16px;
  }

  .casino-page .main-content .game-list .game-item .game-item-title .desc2 {
    font-size: 14px;
  }


  .casino-page .bottom-icon .roulette {
    width: 100px;
  }

  .casino-page .bottom-icon .roulette img {
    width: 100px;
    height: 100px;
  }
}


@media screen and (max-width: 767px) {
  .app-page {
    padding: 0;
  }

  .banner-area {
    padding: 0;
    height: 240px;
  }

  .banner-area .swiper-slide img {
    height: 240px;
    object-fit: cover;
  }

  .banner-area .swiper-slide .moneyCont {
    top: 110px;
  }

  .banner-area .swiper-slide .moneyCont .money {
    font-size: 30px;
  }

  .banner-area .swiper-slide .position-absolute.text-light.big-s-content {
    top: 100px;
  }

  .app-page .app-page-content .mcontent {
    padding: 20px 15px 40px;
  }

  .app-page .app-page-content .mcontent .btnCont a {
    width: 100%;
  }

  .app-page .app-page-content .mcontent .btnCont a img {
    width: 100%;
  }

  .our-work-area {
    padding: 20px 0px;
  }

  .our-work-area .big-title .title {
    font-size: 18px;
    line-height: 26px;
  }

  .testimonial-area {
    padding: 20px 0px;
  }

  .testimonial-area .big-title .title {
    font-size: 18px;
    line-height: 26px;
  }

  .hot-games-area {
    padding: 20px 0px;
  }

  .winner-content-wrap {
    margin: 0;
  }

  .winner-content-wrap .content-item {
    padding: 6px;
  }

  .winner-content-wrap .content-item .win-content {
    border-right: none;
  }

  .winner-content-wrap .content-item .win-content .win-game-name {
    font-size: 14px;
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .winner-content-wrap .content-item .win-amount {
    font-size: 16px;
    width: auto;
  }

  .winner-content-wrap .content-item .content-item-title {
    font-size: 16px;
  }

  .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    gap: 0px;
  }


  .home-news {
    padding: 20px 0px;
  }

  .home-news .nr {
    padding: 0 15px;
  }

  .home-news .news-list .news-list-item .nr {
    padding: 0;
  }

  .home-news .bigTitle {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .home-news .news-list .news-list-item {
    padding: 15px;
  }

  .home-news .hot-news {
    margin-bottom: 10px;
  }


  .home-news .date {
    display: none;
  }

  .navbar-area {
    margin-top: 40px;
  }

  .xslot-banner {
    height: 200px;
  }

  .xslot-banner .swiper-slide img {
    height: 200px;
    object-fit: cover;
  }

  .xslot-banner .btn-red {
    font-size: 18px;
    padding: 8px 40px;
    bottom: 16%;
  }

  .casino-page-content {
    padding-top: 10px;
  }

  .casino-page .big-title h2 {
    margin-bottom: 10px;
  }

  .xslot-page .biggest-winners .biggest-winners-content {
    padding: 0 10px;
  }

  .table-body-item .table-cell {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 8px;
    margin-right: 8px;
  }

  .xslot-page .biggest-winners .biggest-winners-title h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }


  .xslot-page .biggest-winners .biggest-winners-content {
    margin-bottom: 10px;
  }

  .arcade {
    padding-top: 10px;
  }

  .arcade .main {
    padding: 0 15px;
  }

  .show-page-content .middle .main .mcontent {
    padding: 0 15px;
    word-break: break-all;
  }

  .show-page-content .middle .main .mcontent li {
    list-style-type: disc;
    margin-left: 10px;
  }


  .show-page-content .middle .main .mcontent li ::marker {
    text-indent: 2em !important;
  }

  .top-banner {
    height: 200px;
    min-height: auto;
    background-position: right top !important;
  }

  .top-banner h1 {
    font-size: 30px;
    line-height: 26px;
    text-align: center;
  }

  .top-banner .swiper-slide img {
    height: 200px;
    object-fit: cover;

  }
}


.newsList ul {
  width: 100%;
}

.newsList .item {
  display: flex;
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
  min-height: 240px;
  align-items: center;
  box-shadow: 0 0 10px rgba(10, 28, 53, .1);
  border-radius: 5px;
  overflow: hidden;
}

.newsList .item .imcont {
  width: 35%;
  min-height: 240px;
  position: relative;
  margin-right: 30px;
  display: block;
}

.newsList .item .imcont a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.newsList .item .imcont img {
  display: block;
  width: 100%;
  min-height: 240px;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.newsList .item .imcont a:hover img {
  transform: scale(1.1);
}

.newsList .item .date {
  width: 140px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.newsList .item .date .day {
  font-size: 48px;
  color: #333;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
  font-family: 'Conv_DINCondensedC', sans-serif;
}

.newsList .item .date .month {
  font-size: 18px;
  color: #666;
  font-weight: normal;
}


.newsList .item .nr {
  flex: 1;
  padding-right: 20px;
  border-left: solid 1px #ebebeb;
  padding-left: 20px;
}

.newsList .item .nr .title {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}

.newsList .item .nr .desc {
  font-size: 16px;
  color: #666;
  line-height: 2;
}

.newsList .item .more {
  display: inline-block;
  margin-top: 20px;
  background: #00A0E9;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 20px;
  padding: 10px 25px;
  margin-right: 20px;
  transition: all 0.3s;
}

.newsList .item .more a {
  color: #fff;
}

.newsList .item .more:hover {
  background: #0A55C2;
}

@media (max-width: 768px) {
  .newsListPage {
    padding: 0 15px;
  }

  .newsListPage .nws-content {
    padding: 0;
  }

  .newsList .item {
    flex-direction: column;
  }

  .newsList .item .imcont {
    width: 100%;
    margin-right: 0;
  }

  .newsList .item .more {
    margin-bottom: 20px;
  }

  .newsList .item .date {
    /* display: flex; */
    display: none;
  }

  .newsList .item .nr h3 {
    font-size: 18px;
    padding-top: 10px;
  }

  .newsList .item .nr .desc {
    font-size: 14px;
  }
}