* {
  margin: 0;
  padding: 0;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

html {
  font-size: 12px;
  font-family: "å¾®è½¯é›…é»‘";
  background: #000000;
  background-size: 100% auto;
  background: url(../images/bg2.png) center top #000000 no-repeat;
  /* background-color: rgba(0, 0, 0, 0.2);  */
}

.header {
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}

.header .logo {
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  width: 250px;
  height: 92.5px;
  float: left;
  display: block;
  margin-top: 13px;
}
.kf-class{
  background: url(../images/h5/kf.png) no-repeat;
  background-size: contain;
  width: 250px;
  height: 92.5px;
  float: right;
  display: block;
  margin-top: 43px;
}
.header .topright {
  background: url(../images/link.png) no-repeat;
  width: 385px;
  height: 31px;
  float: right;
  margin-top: 34px;
}

.main {}
.main-1 {
  /* background: url(../images/bg_01.jpg) center top no-repeat; */
  /* background-size: 100% auto; */
  margin-bottom: 6px;
}
.main-2 {
  /* background: url(../images/bg-2.png) center top no-repeat; */
  /* background-size: cover; */
  padding-bottom: 10px;
  padding-top: 10px;
}

.con0 {
  overflow: hidden;
  position: relative;
  padding: 40px 0 20px;
}
.con0 .content {
  margin: 0 10px 16px 0;
  display: flex;
  overflow: hidden;
}
.con0 .kuang {
  position: absolute;
  right: 12px;
  top: 0;
  transform: rotate(-180deg);
  padding: 10px 0;
}

.slide {
  overflow: hidden;
  position: relative;
  flex: 2;
  /* background: rgba(0, 0, 0, 0.4); */
}

.slide .hd {
  height: 11px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  width: 54px;
  margin-left: -27px;
  bottom: 16px;
  z-index: 1;
}

.slide .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
  display: none;
}

.slide .hd ul li {
  float: left;
  margin: 0 3px;
  width: 11px;
  height: 11px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-indent: -999px;
  overflow: hidden;
  border-radius: 11px;
}

.slide .hd ul li.on {
  background: rgba(255, 0, 0, 1);
}

.slide .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slide .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slide .bd img {
  display: block;
  width: 100%;
  o
}

.notice .prev,
.notice .next {
  display: block;
  width: 41px;
  height: 41px;
  background: url(../images/arrow.png) left top no-repeat;
  margin-right: 8px;
}

.notice .next {
  left: 51px;
  background-position: right top;
}

.notice .prev:hover {
  background-position: left bottom
}

.notice .next:hover {
  background-position: right bottom
}
.notice {
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 450px;
  bottom: 0;
}
.superbet {
  background: url(../images/notice.png) no-repeat;
  height: 24px;
  text-indent: 124px;
  color: #fff;
  font-size: 20px;
  font-family: Arial;
  line-height: 22px;
  flex: 1;
  overflow: hidden;
}
.superbet span {
  margin-left: 10px;
}

.quicklink {
  overflow: hidden;
  flex: 1;
  margin-left: 12px;

  border-radius: 10px;
  background:url(../images/pc/quicklink.png) no-repeat;
  width: 327px;
  height: 248px;
  background-size: 100% 100%;
  
  
}
.quicklink ul {
  /* display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden; */
  /* border: 1px solid #7c6032; */
  /* padding: 10px; */

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 248px;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
.quicklink ul li {
  position: relative;
  flex-basis: calc(98%/3);
  flex-flow:row wrap;
  flex-shrink: 0;
  /* border: 1px dashed #2d5391; */
}
.quicklink ul li:last-child {
  /* margin-bottom: 0; */
}
.quicklink ul li:nth-last-child(2) {
  /* margin-bottom: 0; */
}
.quicklink ul li:nth-child(3n) {
  /* border-right: none; */
}

.quicklink ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #faebc0;
  line-height: 18px;
  overflow: hidden;
  /* padding: 26px 6px; */
  flex-shrink: 0;
}

.quicklink ul li a p {
  margin-top: 14px;
  flex-basis: 64%;
  flex-shrink: 0;
  /* flex: 1;
  margin-left: 6px; */
}

.quicklink ul li a em {
  font-style: normal;
  font-family: Arial;
  color: #413131
}

.quicklink ul li a span {
  display: block;
  width: 42px;
  /* height: 48px; */
  /* background: url(../images/quickspan.png) center center no-repeat; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.quicklink ul li a i {
  width: 42px;
  height: 48px;
  display: block;
  margin: 0 auto;
  
}

/* .quicklink ul li a i.i1 {
  background: url(../images/pc/icon/1.png) no-repeat  center bottom;
}

.quicklink ul li a i.i2 {
  background: url(../images/pc/icon/2.png) no-repeat  center bottom;
}

.quicklink ul li a i.i3 {
  background: url(../images/pc/icon/3.png) no-repeat  center bottom;
}

.quicklink ul li a i.i4 {
  background: url(../images/pc/icon/4.png) no-repeat  center top;
}

.quicklink ul li a i.i5 {
  background: url(../images/pc/icon/5.png) no-repeat  center top;
}

.quicklink ul li a i.i6 {
  background: url(../images/pc/icon/6.png) no-repeat  center top;
} */

/* .quicklink ul li a i.i7 {
  width: 31px;
  background-position: -103px 0px;
}

.quicklink ul li a i.i8 {
  width: 30px;
  height: 28px;
  background-position: -103px -31px;
} */

/* .quicklink ul li:hover span {
  background-position: bottom center
}

.quicklink ul li:hover a {
  color: #ffdc5f
}

.quicklink ul li:hover a em {
  color: #ffdc5f
} */
.Group1556237205{
  margin-bottom: 10px;
}
.Group1556237364{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.con1 {
  overflow: hidden;
  /* background: rgba(0, 0, 0, 0.5); */
  /* border: 1px solid #2d5391; */
  padding: 10px;
  position: relative;
  z-index: 100;
}
.con1 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}
.con1 ul li {
  flex: 1;
  margin-right: 20px;  
  /* height: 80px; */
  text-align: center;
  background:rgba(0, 0, 0, 0.5);
  background-size: 100% 100%;
  border: 1px solid #4A2600;
  width: 151.79px;
  height:147.32px;
}
.con1 ul li:last-child {
  margin-right: 0;
}

.con1 ul li a {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content:space-between ;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 5px 0 10px 0;
}

.con1 ul li h3 {
  font-weight: normal;
  margin-top: 8px;
  font-size: 14px;
  color: #C88B3E;
  transition: all 0.3s
}

.con1 ul li p {
  color: #C88B3E;
  font-size: 13px;
  font-weight: normal;
  margin-top: 8px;
  transition: all 0.3s;
  position: relative;
}
.con1 ul li p::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #C88B3E;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.con1 ul li:hover {
  background: url(../images/active_star_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 151.79px;
  height:147.32px;
  /* border: 1px solid #3d3c3c; */
}

.con1 ul li:hover p {
  /* color: #000; */
}
.con1 ul li:hover h3 {
  /* color: #000; */
}
.con1 .reload {
  margin: 30px auto 10px;
  display: block;
  text-align: center;
}

.con2 {
  display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    position: relative;
  /* height: 370px;
  margin-bottom: 50px; */
}

.con2 .bttitle {
  margin-top: 16px;
}

.con2 .game {
  /* display: flex;
  flex-direction: column;
  width: 100%; */
  background: rgba(0, 0, 0, 0.5);
  /* border: 1px solid #2d5391; */
  /* flex: 2.2;
  position: relative; */
    z-index: 3;
}
.con2 .people {
  width: 160px;
  flex: 1;
  margin-left: 30px;
  position: relative;
}
.con2 .people img {
  /* position: absolute; */
  /* top: 0; */
  /* bottom: -80px; */
  /* z-index: 99; */
}
.people .roll-num{
  position: absolute;
  z-index: 100;
  bottom:  15px;
  width: 100%;
  color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  left: 50%;
  
  transform: translateX(-50%);
}
.point{
  display: flex;
  justify-content: center;
  align-items: center;
  
  background: linear-gradient(0deg, #e0af42 14.52%, #fdf597 56.45%, #eec94d 77.42%);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: inherit;
	text-align: center;
	filter: drop-shadow(3px 3px 0 #835c1e);
  color: inherit;
  margin: 0 8px;
}
.symbol{
  
  background: linear-gradient(0deg, #e0af42 14.52%, #fdf597 56.45%, #eec94d 77.42%);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: inherit;
	text-align: center;
	filter: drop-shadow(3px 3px 0 #835c1e);
  color: inherit;
  margin-right: 10px;
}

.jackpot-num__list {
  display: flex;
}

.jackpot-num__item {
  height: 51px;
  overflow: hidden;
  color: transparent;
}

.scroll-num {
  padding: 0;
  margin: 0;
  list-style: none;
  transition: transform 1s ease;
}

.scroll-num li {
  height: 51px;
  line-height: 51px;

  background: linear-gradient(0deg, #e0af42 14.52%, #fdf597 56.45%, #eec94d 77.42%);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: inherit;
	text-align: center;
	filter: drop-shadow(3px 3px 0 #835c1e);
  color: inherit;
  
}
.con2 .game ul {
  /* display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px; */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.con2 .game ul li {
  /* height: 125px; */
  /* margin-bottom: 10px; */
  /* position: relative; */
  /* flex-basis: 24%; */
  /* margin: 0 0 12px; */
  /* border: 1px solid #2d5391; */
}
/* .con2 .game ul li:nth-last-child(n+4) {
  margin: 0;
} */

.con2 .game ul li a {
  display: block;
  /* height: 125px; */
  color: #c08827;
}

.con2 .game ul li img {
  display: block;
  /* width: 100%; */
  object-fit: contain;
}

.con2 .game ul li p {
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6px;
}
.con2 .game ul li .star {
  color: #ff0000;
}
/* .con2 .game ul li span {
  background: url(../images/gamehover.png) no-repeat;
  width: 155px;
  height: 127px;
  position: absolute;
  left: -1px;
  top: -1px;
  transition: all 0.3s;
  filter: alpha(opacity=0);
  opacity: 0;
} */

.con2 .game ul li p em {
  float: right;
  color: #ffd053;
  font-style: normal;
  margin-right: 10px;
}

.con2 .game ul li:hover span {
  filter: alpha(opacity=100);
  opacity: 1;
}

.con2 .game ul li:hover p {
  color: #ffd053
}

.con3 {
  /* border: 1px solid #2d5391; */
  /* background: #090e22; */
  /* height: 169px; */
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.con3 .con3con {
  flex: 1;
  /* border-right: 1px solid #2d5391; */
  /* height: 169px; */
  /* padding: 0 11px; */
  
  
}

.con3 .con3con .title img {
  display: block;
}

.con3 .con3con .title {
  padding: 8px 0;
  /* border-bottom: 1px solid #2d5391; */
}

.con3 .con3-2 {
  border: none;
}

.con3 .con3-1 ul {
  /* margin-left: 20px; */
  /* margin-top: 8px; */
  height: 169px;
  width: 470px;
  background-image: url(../images/pc/Group1556237372.png);
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 0 20px;
}

.con3 .con3-1 ul li {
  height: calc(169px / 3);
  /* line-height: 34px; */
  border-bottom: 1px dashed #302410;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.con3 .con3-1 ul li span {
  color: #ffdc5f;
  font-size: 14px;
  font-family: Arial;
  float: right;
  width: 100px;
  text-align: left;
}

.con3 .con3-1 ul li.last {
  border-bottom: none;
}

.con3 .con3-2 .win {
  /* margin-left: 20px;
  margin-top: 16px;
  margin-right: 15px; */
  /* height: 100px; */
  overflow: hidden;
  height: 169px;
  /* width: 470px; */
  width: 100%;
}

.con3 .con3-2 .win ul li {
  /* height: 34px; */
  /* line-height: 34px; */
  color: #fff;
  font-size: 16px;
  flex: 1;
}

.con3 .con3-2 .win ul li span {
  color: #fff;
  display: inline-block;
}

.con3 .con3-2 .win ul li i {
  color: #ffdc5f;
  font-style: normal;
}

.con3 .con3-2 .win ul li b {
  color: #e60012
}

.con3 .con3-2 .win ul li em {
  float: right;
  font-style: normal;
  color: #878686;
}
.con3 .con3-2 .win ul {
  /* padding-bottom: 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px */
  display: grid;
  grid-template-columns: repeat(2,1fr);
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.con3 .con3-2 .win .bd{
  animation: scrollAnimation 30s linear infinite; /* è‡ªåŠ¨æ»šåŠ¨åŠ¨ç”»ï¼Œ10ç§’ä¸€æ¬¡ */
}
@keyframes scrollAnimation {
  0% {
      transform: translateY(0);
  }
  100% {
      transform: translateY(-90%);
  }
}
.con3 .con3-2 .win ul li .item-class{
	background: linear-gradient(85deg, #e0af42 .22%, #fdf597 66.59%, #eec94d 99.78%);
	color: #111b27;
	text-shadow: 1px .5px 0 #fff;
	font-size: 16px;
	font-weight: 600;
	height: 92px;
	padding: 0 10px;
	cursor: pointer;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  box-sizing: border-box;
  width: 250px;
  row-gap: 10px;
}
.game-amount{
  white-space:nowrap;
}



.con3 .con3-2 .win ul li .item-class img{
  width: 60px;
  height: 60px;
  border-radius: 10px;
}

.con3 .con3-2 .win ul li .item-class .info-class{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 10px;
}

.con3 .con3-2 .win ul li .item-class .info-class .name-class{
  font-size: 14px;
  
}
.con3 .con3-2 .win ul li .item-class .info-class .game-class{
  width: 90px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
  
}

.bttitle {
  /* background: url(../images/titlebg.png) left center no-repeat; */
  font-size: 18px;
  color: #ffdc5f;
  margin-bottom: 10px;
  margin-left: 14px;
  font-weight: bold;
}

.bttitle span {
  color: #ffdc5f;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

.con4 {
  border: 1px solid #3c2d2d;
  background: #201818;
  margin-top: 10px;
}

.con5 {
  border: 1px solid #3c2d2d;
  margin-top: 10px;
  background: #201818;
}

.bank {}

.bank ul li {
  float: left;
  width: 153px;
  height: 43px;
  border: 1px solid #473431;
  background: #291e1e;
  margin-left: 10px;
  margin-bottom: 10px;
  transition: all 0.4s
}

.bank ul li a {
  display: block;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  position: relative
}

.bank ul li a:before {
  display: block;
  width: 155px;
  height: 45px;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 99;
  filter: alpha(opacity=0);
  opacity: 0;
  background: url(../images/lihover.png) no-repeat
}

.bank ul li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.bank ul li:hover {}

.bank ul li:hover a {
  color: #fcec69
}

.bank ul li:hover a:before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.con3box {
  padding-top: 20px;
  padding-bottom: 30px;
  /* background: #090e22; */
  /* border-top: 1px solid #2d5391; */
}
.footer {
  /* background: #090e22; */
  text-align: center;
  color: #7c6032;
  line-height: 12px;
  font-size: 14px;
  text-align: center;
}
.footer img {
  margin-top: 20px;
}
.footer .link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.footer .link li {
  border-right: 1px solid #fff;
}
.footer .link li:last-child {
  border-right: 0;
}
.footer a {
  margin: 0 10px;
  color: #fff;
  font-size: 14px;
  transition: color 0.3s;
}
.footer .row {
  padding: 30px 0 0;
  max-width: 600px;
  text-align: center;
  color: #828eb4;
  line-height: 20px;
  margin: 0 auto;
}
.footer .row .copyright {
  padding: 30px 0;
}
.footer a:hover {
}
.swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.swiper-slide img {
  /* display: block; */
  /* width: 100%; */
  /* width: 343px;
  height: 128.5px; */
  border-radius: 10px;
  height: 248px;
  
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 0.05rem;
  width: 100%
}

.swiper-pagination-bullet {
  width: .2rem;
  height: .2rem;
  display: inline-block;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
  margin-left: .05rem;
  margin-right: .05rem
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff100
}