* {
  margin: 0;
  padding: 0;
}

.w1000 {
  width: 1040px;
  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(../svg/bg.png) center top #000000 no-repeat;
}

.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.header {
  height: 100px;
  overflow: hidden;
  margin-bottom: 10px;
}

.header .logo {
  background: url(../svg/logo.svg) no-repeat;
  background-size: contain;
  width: 162px;
  height: 59px;
  flex-shrink: 0;
  float: left;
  display: block;
  margin-top: 13px;
}

.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 42px;
}

.con0 .content {
  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%;
  height: 300px;
}

.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 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 22px 0 0 0;
}

.noticebox img {
  width: 20px;
  height: 20px;
}

.superbet {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #FFF;
  text-align: center;
  /* Regular/None/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
}

.superbet span {
  margin-left: 10px;
}

.quicklink {
  overflow: hidden;
  flex: 1;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #2d5391;
}

.quicklink ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  /* border: 1px solid #7c6032; */
  /* padding: 10px; */
}

.quicklink ul li {
  position: relative;
  flex-basis: calc(98%/3);
  flex-flow: row wrap;
  flex-shrink: 0;
  border: 1px solid #1D51BE;
}

.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;
  flex-shrink: 0;
  width: 110px;
  height: 148px;
  box-sizing: border-box;
}

.quicklink ul li a p {
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  /* 100% */
  background: var(--1, linear-gradient(0deg, #EEB61A 0%, #F8F41E 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  margin-top: 30px;
  /* flex-basis: 64%; */
  flex-shrink: 0;
}

.quicklink ul li a em {
  font-style: normal;
  font-family: Arial;
  color: #413131
}

.quicklink ul li a span {
  display: block;
  width: 48px;
  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;
  border: 1px solid #EEB61A;
  border-radius: 50%;
}

.quicklink ul li a i {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.quicklink ul li a i.i1 {
  background: url(../svg/icon-menu0.svg) no-repeat;
  background-size: cover;
}

.quicklink ul li a i.i2 {
  background: url(../svg/icon-menu1.svg) no-repeat;
}

.quicklink ul li a i.i3 {
  background: url(../svg/icon-menu2.svg) no-repeat;
}

.quicklink ul li a i.i4 {
  background: url(../svg/icon-menu3.svg) no-repeat;
}

.quicklink ul li a i.i5 {
  background: url(../svg/icon-menu4.svg) no-repeat;
}

.quicklink ul li a i.i6 {
  background: url(../svg/icon-menu5.svg) no-repeat;
}

.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
}

.con1 {
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.con1 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.con1 ul li {
  width: 250px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #1F5DDC;
  opacity: 0.8;
  background: #0A2247;
  box-sizing: border-box;
}

.con1 ul li:last-child {
  margin-right: 0;
}

.con1 ul li a {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.link-svg {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.link-dot {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border: 1px solid #1D52C0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-dot .dot {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  background-color: #0DCF82;
  border-radius: 50%;
}

.con1 ul li h3 {
  color: #FFF;
  text-align: center;
  /* Regular/None/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
}

.con1 ul li p {
  color: #0DCF82;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  align-items: center;

  /* 100% */
}

/* .con1 ul li:hover {
  background: url(../images/active_star_bg.png) top center no-repeat;
  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;
}

.main-2 .con2 {
  width: 100% !important;
}

.con2 .game {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  flex: 2.2;
  position: relative;
  z-index: 3;
}

.con2 .people {
  width: 100%;
  height: 541px;
  flex: 1;
}

.con2 .people img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.con2 .game ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px;
}

.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 {
  margin-top: 40px;
  margin-bottom: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.con3 .con3con {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.con3 .con3con .title img {
  width: 100%;
  height: 100%;
}

.con3 .con3con .title {
  width: 435px;
  height: 96px;
}

.con3 .con3-2 {
  border: none;
}

.con3 .line {
  color: #FFF;
  text-align: center;

  /* Regular/None/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
  opacity: 0.2;
}

.con3 .con3-1 ul {
  width: 100%;
  height: 175px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #1F5DDC;
  background: rgba(10, 34, 71, 0.50);
  padding: 26px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.con3 .con3-1 ul li {
  width: 100%;
  color: #FFF;
  /* Regular/None/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.con3 .con3-1 ul li span {
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 100% */
  background: var(--1, linear-gradient(0deg, #EEB61A 0%, #F8F41E 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.con3 .con3-1 ul li.last {
  border-bottom: none;
}

.con3 .con3-2 .win {
  width: 100%;
  height: 175px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #1F5DDC;
  background: rgba(10, 34, 71, 0.50);
  padding: 26px 20px;
  box-sizing: border-box;
}

.con3 .con3-2 .win .bd {
  width: 100%;
  animation: scroll 20s normal linear infinite;
}

@keyframes scroll {
  to {
    transform: translateY(calc(-50% - 0.5rem));
  }
}

.con3 .con3-2 .win ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.con3 .con3-2 .win ul li {
  width: 100%;
  color: #FFF;
  text-align: left;
  /* Regular/None/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  /* 100% */
}

.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 {
  color: #FFF;
  /* Regular/None/Medium */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  /* 100% */
  float: right;
}

.bttitle {
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
  background: var(--1, linear-gradient(0deg, #EEB61A 0%, #F8F41E 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  align-items: center;
}

.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 {}

.footer {
  background: #090e22;
  text-align: center;
  color: #7c6032;
  line-height: 12px;
  font-size: 14px;
  text-align: center;
}

.footer img {
  width: 1106px;
  height: 353px;
}

.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 {}