* {
  margin: 0;
  padding: 0;
}

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

.clear {
  clear: both;
}

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

body {
  font-size: 12px;
  font-family: "微软雅黑";
  background: #110e0d url(../images/bg.jpg) top center no-repeat;
}

.header {
  height: 100px;
  overflow: hidden;
  background: url(../images/header.jpg) top center no-repeat;
  background-size: 100% auto;
  margin-bottom: 20px;
}

.header .logo {
  background: url(../images/logo.png) no-repeat;
  width: 301px;
  height: 89px;
  float: left;
  display: block;
  margin-top: 13px;
}

.header .topright {
  background: url(../images/link.png) no-repeat;
  width: 392px;
  height: 31px;
  float: right;
  margin-top: 34px;
}

.main {}

.con0 {
  overflow: hidden;
  position: relative;
  padding-bottom: 50px;
}
.con0 .content {
  margin: 20px;
  border: 1px solid #7c6032;
  display: flex;
  overflow: hidden;
}
.con0 .kuang {
  position: absolute;
  left: 0;
}

.slide {
  overflow: hidden;
  position: relative;
  flex: 1;
}

.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 {
  height: 252px;
  display: block;
}

.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 {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 565px;
  bottom: 23px;
}
.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;
}

.quicklink {
  height: 190px;
}
.quicklink ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.quicklink ul li {
  background: url(../images/quicklinklibg.png) no-repeat;
  position: relative;
  flex-basis: 33%;
  padding: 28px 0;
  border-right: 1px dashed #7c6032;
  border-bottom: 1px dashed #7c6032;
}
.quicklink ul li:nth-child(3n) {
  border-right: none;
}

.quicklink ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #eacac4;
  line-height: 18px;
  overflow: hidden;
}

.quicklink ul li a p {
  margin-top: 8px;
}

.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 {
  background: url(../images/quickico1.png) no-repeat;
  height: 22px;
  display: block;
  margin: 0 auto;
}

.quicklink ul li a i.i1 {
  width: 22px;
  background-position: -26px 0;
}

.quicklink ul li a i.i2 {
  width: 21px;
  background-position: -53px 0px;
}

.quicklink ul li a i.i3 {
  width: 22px;
  background-position: 0 0;
}

.quicklink ul li a i.i4 {
  width: 20px;
  background-position: -109px 0;
  height: 29px;
}

.quicklink ul li a i.i5 {
  width: 28px;
  background-position: -83px 0px;
}

.quicklink ul li a i.i6 {
  width: 22px;
  background-position: -111px 0;
}

.quicklink ul li a i.i7 {
  width: 20px;
  background-position: -109px 0;
  height: 29px;
}

.quicklink ul li a i.i8 {
  width: 22px;
  background-position: -80px 0;
}

.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;
  margin-top: 20px;
}
.con1 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.con1 ul li {
  width: 135px;
  height: 122px;
  text-align: center;
  background: url(../images/star_bg.png) top center no-repeat;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.con1 ul li a {
  overflow: hidden;
}

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

.con1 ul li p {
  color: #ffd053;
  font-size: 13px;
  font-weight: bold;
  margin-top: 8px;
  transition: all 0.3s
}

.con1 ul li:hover {
  background-position: bottom center;
}

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

.con2 {
  margin-top: 26px;
  height: 370px;
  margin-bottom: 50px;
}

.con2 .bttitle {
  /* height: 48px;
  line-height: 48px; */
  text-align: right;
}
.con2 .game {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid #3c2d2d;
  width: 100%;
}
.con2 .game .people img {
  margin-top: -50px;
}
.con2 .game ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0 0;
  margin-left: 30px;
}
.con2 .game ul li {
  height: 125px;
  margin-bottom: 10px;
  position: relative;
  flex-basis: 20%;
  margin: 0 16px 16px;
}

.con2 .game ul li a {
  display: block;
  height: 125px;
}

.con2 .game ul li img {
  display: block;
  width: 100%;
}

.con2 .game ul li p {
  line-height: 31px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.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 #4c3a22;
  height: 168px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.con3 .con3con {
  flex: 1;
  border-right: 1px solid #3c2d2d;
  height: 168px;
  padding: 0 11px;
}

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

.con3 .con3con .title {
  padding: 8px 0;
  border-bottom: 1px solid #302410;
}

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

.con3 .con3-1 ul {
  margin-left: 20px;
  margin-top: 8px;
}

.con3 .con3-1 ul li {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #3c2d2d;
  color: #878686;
  font-size: 14px;
}

.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;
}

.con3 .con3-2 .win ul li {
  line-height: 25px;
  color: #5e4646;
}

.con3 .con3-2 .win ul li span {
  color: #eacac4;
  display: inline-block;
  width: 40px;
}

.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;
}

.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;
}

.footer {
  background: #000000;
  border-top: 1px solid #3d2e14;
  text-align: center;
  color: #fff;
  line-height: 29px;
  padding-top: 20px;
}

.footer a {
  margin: 0 10px;
  color: #534141;
  transition: color 0.3s
}

.footer a:hover {
  color: #fff100;
}