<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 12px;
  color: #b3b3b3;
  min-width: 1250px;
  background-color: #241d17;
  backface-visibility: hidden;
  margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  margin: 0;
  padding: 0;
} */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1, .h1 {
  font-size: 36px;
  margin: 0;
}
h2, .h2 {
  font-size: 30px;
}
h3, .h3 {
  font-size: 24px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 12px;
}
h1, h2, h3, h4, h5 {
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.slots-center h4{
	color: #b3b3b3;
}
:focus {
  outline: 0 !important;
}
.card-img-wrapper img{
	max-width: 100%;
}
.flex {
  display: flex
}
.wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.column {
  display: flex;
  flex-direction: column;
}
.left {
  margin-right: auto;
}
.right {
  margin-left: auto;
}
.t1 {
  color: #00ff35 !important;
}
.t3 {
  color: #fcc43e !important;
}
.t4 {
  color: #0fc !important;
}
.t6 {
  color: red !important;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}
@keyframes dt {
  from {
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/* 点击搜索框获取焦点 placeholder消失-开始 */
/* WebKit browsers */
input:focus::-webkit-input-placeholder {
  color: transparent;
  /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}
/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder {
  color: transparent;
}
/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder {
  color: transparent;
}
/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}
/*****************************************************************************************************************************************************************/
.index-slots {
  padding-top: 20px;
  width: 100%;
  margin: 0 auto;
  height: 449px;
  /* background: url(../images/hotgame-bg.jpg)#251c17 no-repeat top center; */
}
.index-slots-left {
  background: url(../images/robot.png);
  width: 335px;
  height: 518px;
  position: absolute;
  left: -304px;
  top: -50px;
  z-index: 1;
}
.index-slots .hd {
  position: relative;
  width: 1000px;
  height: 70px;
  background: #120e09 url(../images/hotgame-hd.png) no-repeat;
  z-index: 2;
}
.index-slots .hd .prev {
  cursor: pointer;
  left: -31px;
  top: 22px;
  position: absolute;
  width: 13px;
  height: 27px;
  background: url(../images/prev.png);
}
.index-slots .hd .next {
  cursor: pointer;
  right: -31px;
  top: 22px;
  position: absolute;
  width: 13px;
  height: 27px;
  background: url(../images/next.png);
}
.index-slots .hd ul li {
  height: 68px;
  padding-top: 18px;
  float: left;
  width: 166px;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all .3s;
}
.index-slots .hd ul li img {
  vertical-align: middle;
}
.index-slots .hd ul li i {
  float: left;
  display: block;
  margin-right: 10px;
  height: 32px;
  margin-left: 29px;
}
.index-slots .hd ul li i img {
  height: 40px;
}
.index-slots .hd ul li p {
  transition: all .3s;
  color: #ffcea4;
  font-size: 16px;
}
.index-slots .hd ul li span {
  transition: all .3s;
  color: #7a5434;
  font-family: arial;
  font-size: 10px;
  line-height: 22px;
}
.index-slots .hd ul li:hover, .index-slots .hd ul li.on {
  top: -4px;
}
.index-slots .hd ul li:hover *, .index-slots .hd ul li.on * {
  color: #fefd8a;
}
.index-slots-bom {
  display: flex;
}
.index-slots-bom .slots-center .bd {
  float: left;
  width: 650px;
  margin-left: 41px;
  margin-top: 21px;
  padding-top: 20px;
  padding-left: 17px;
}
.index-slots-bom .slots-center .bd ul li {
  float: left;
  position: relative;
  margin-bottom: 7px;
  width: 30.33%;
  padding-left: 8px;
  padding-right: 8px;
}
.game-lists .card {
  background-color: #342a21;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 transparent;
  box-shadow: 0 2px 0 transparent;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 0;
  border-radius: 6px;
}
.game-lists .card:hover {
  background-color: #342a21;
  -webkit-box-shadow: 0 2px 0 #d5322f;
  box-shadow: 0 2px 0 #d5322f;
  color: #fff;
}
.game-lists .card:hover .card-img-top {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  filter: blur(4px);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.game-lists .card .card-img-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.game-lists .card .card-block {
  display: flex;
  align-items: center;
  padding: 10px;
}
.game-lists .card .card-title {
  font-size: 14px;
}
.game-lists .card .card-ratings {
  margin-left: auto;
}
.game-lists .card .card-footer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 88px;
  border-top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px 2px 0 0;
  opacity: 0;
  padding: .75rem 1.25rem;
}
.game-lists .card:hover .card-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.game-lists .card .card-footer .cash-games {
  min-width: 120px;
  z-index: 5;
  color: #fff;
  background: #9b7716;
  border-radius: 2px;
  white-space: nowrap;
  margin: 5px 0;
  padding: 5px 10px;
}
.index-slots-bom .bonus {
  float: left;
  width: 250px;
  margin: 0;
  padding: 0;
  margin-left: auto;
  height: 349px;
  background: url(../images/yjb.png) no-repeat;
  padding-top: 131px;
}
.index-slots-bom .bonus .rich-title span {
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.index-slots-bom .bonus .rich-title span:nth-child(1) {
  margin-left: 35px;
}
.index-slots-bom .bonus .rich-title span:nth-child(2) {
  margin-left: 20px;
}
.index-slots-bom .bonus .rich-title span:nth-child(3) {
  margin-left: 30px;
}
.index-slots-bom .bonus ul li {
  font-size: 12px;
  margin-left: 36px;
  float: left;
  position: relative;
  margin-right: 10px;
  margin-bottom: 7px;
}
.index-slots-bom .bonus ul li span {
  color: red;
  display: block;
  float: left;
}
.index-slots-bom .bonus ul li span.bdname {
  color: #ffcea4;
  width: 67px;
}
.index-slots-bom .bonus ul li span.bdjine {
  color: #fcc43e;
  width: 72px;
}
/*************************************************************************************************************************/
</pre></body></html>