﻿@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;
}

/* .topSlogn-area .marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 100%;
  height: 50px;
  line-height: 50px;
  justify-content: center;
  display: flex;
  text-align: center;
} */

.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 .icon-box-two {
  background-color: var(--secondary-color);
  color: #fff;
  padding: 6px 10px;
  border-radius: 10px;
}


.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: #fff;
  font-size: 14px;
}

.icon-box-area .icon-box-two:after {
  background-color: #3EBE63;

}

/* 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, .5);
  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, .6);
  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 {
  flex-basis: 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 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: 60px;
  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)
}


/* 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(../img/badge-transparent.webp) 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: 10px 100px;
  min-height: 100vh;
}

.show-page-content {
  display: flex;
  width: 100%;
  margin: 0 auto;

}

.show-page-content .left {
  width: 300px;
  /* 左边固定宽度 */
  margin-right: 20px;
}

.show-page-content .left .nav-x {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  min-height: 100vh;
  box-shadow: 0 0 150px rgba(10, 28, 53, .1);
}

.show-page-content .left .nav-x ul {
  padding: 20px 0;
  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 a .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.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;
  /* 中间部分自适应 */
}

.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;
}

.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: 360px;
  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(../img/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;
}



/* 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 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 20px;
  background-color: var(--secondary-color);
  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 .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;
}


.sm {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .hotSlogn-area .title {
    font-size: 24px;
    line-height: 30px;
  }

  .our-cover-area .big-title .title {
    font-size: 20px;
    line-height: 26px;
  }

  .icon-box-area {
    padding: 0 15px;
  }

  .icon-box-area .iconRow {
    padding: 0 15px;
  }

  .icon-box-area .iconRow .item {
    margin-bottom: 15px;
  }
}