<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  background: #090e22
}

* {
  margin: 0;
  padding: 0
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

html {
  zoom: 1;
}

html * {
  outline: 0;
  zoom: 1;
}

html button::-moz-focus-inner {
  border-color: transparent !important;
}

body {
  overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
a img {
  border: 0;
  width: 75%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}

em,
i {
  font-style: normal;
}

body {
  font-family: 'STHeiti', 'Microsoft YaHei', Helvetica, Arial, sans-serif;
  margin: 0 auto;
  padding-bottom: 55px;
}

#content {
  /* width: 375px; */
  /* margin: 0 auto; */
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .004rem;
  -moz-osx-font-smoothing: grayscale;
}

.ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

#page {
  padding-top: 70px;
  padding-bottom: 45px;
}


/* ---------------------- new css ------------------------- */
.content-all {
  padding: 0 .24rem;
}

.line-detectuon {
  text-align: left;
  font-family: Inter;
  font-size: .4rem;
  font-style: normal;
  font-weight: 700;
  line-height: .4rem;
  /* 100% */
  background: var(--1, linear-gradient(0deg, #EEB61A 0%, #F8F41E 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: .4rem 0 .3rem 0;
}

.link-svg {
  width: .36rem;
  height: .36rem;
  margin-right: .16rem;
}

/* ============================== end =========================*/

.number-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: url(../svg/num-bg.png) center center no-repeat;
  background-size: 100% auto;
  height: 2.8rem;
  margin: 0 .48rem;
  padding: 0 14px;
}

.number-box .numbers {
  width: 100%;
  color: white;
  line-height: 1;
  display: flex;
  overflow: hidden;
  font-size: 22px;
  font-weight: bold;
  margin-top: 1.14rem;
  justify-content: space-between;
}

.number-box .numbers span {
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 2s ease;
}

.number-box .numbers .bg {
  flex: 1;
  width: 26px;
  background: url(../svg/fangkuang.png) repeat-x;
  background-size: 100% auto;
  height: 100%;
  transition: all 2s ease;
  transform: translateY(0);
  line-height: 1;
  color: #fff;
  margin-right: .04rem;
  position: relative;
  display: flex;
  justify-content: center;
  margin-right: 3px;
}

.number-box .numbers .bg:nth-child(2),
.number-box .numbers .bg:nth-child(5),
.number-box .numbers .bg:nth-child(8) {
  margin-right: 5px;
  /* content: ',';
  background: transparent;
  color: #fff; */
  /* margin-right: .2rem; */
}

.number-box .numbers .bg:nth-child(2):after,
.number-box .numbers .bg:nth-child(5):after {
  content: ',';
  background: transparent;
  color: #f8c400;
  position: absolute;
  right: -0.14rem;
  bottom: .84rem;
  font-size: 32px;
}

.number-box .numbers .bg:nth-child(8):after {
  content: '.';
  background: transparent;
  color: #f8c400;
  position: absolute;
  right: -0.14rem;
  bottom: .8rem;
  font-size: 32px;
}

.number-box .numbers span i {
  flex: 0 0 100%;
  width: .38rem;
  height: .64rem;
  line-height: .64rem;
  display: inline-block;
  text-align: center;
  font-style: normal;

  color: #F2D817;
  font-size: .4rem;
  font-weight: 700;
}

.number-box .subtitle {
  color: white;
  font-size: 60px;
  display: flex;
  width: 100%;
  margin: 0 0 100px 0;
  flex-direction: row;
  justify-content: space-between;
}

.index-header {
  height: 44.5px;
  line-height: 44.5px;
  background: #0b1127;
  background-size: cover;
  width: 100%;
  text-align: center;
  background-size: cover;
  position: fixed;
  z-index: 999;
  top: 0;
}

.header {
  height: 44.5px;
  line-height: 44.5px;
  background: #141414;
  background-size: cover;
  width: 100%;
  text-align: center;
  background-size: cover;
  position: fixed;
  z-index: 999;
  top: 0;
}

.header .logo {
  height: 100%;
  width: 120px;
  background: url(../images/logo.png) center center no-repeat;
  background-size: cover;
  margin: 0 auto;
  display: block;
}

#header .biao {
  width: 40px;
  margin-top: -10px;
}

.index-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  border: 1px solid rgba(50, 66, 126, 0.50);
  box-sizing: border-box;
}

.index-header .logo {
  height: 59px;
  width: 162px;
  background: url(../svg/logo.gif) center center no-repeat;
  background-size: contain;
  /* margin: 0 auto; */
  display: block;
  margin-left: 12px;
}

.index-header .more-all {
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(50, 66, 126, 0.50);
}

.index-header .more {
  display: inline-block;
  font-size: 23px;
  cursor: pointer;
  width: 25px;
  color: #ffdc5f;
  transition: transform 0.3s
}

.index-header .more.on {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.header .back {
  display: block;
  position: absolute;
  left: 20px;
  background: url(https://www-188jili.com/wap/images/index-back.png) no-repeat;
  background-size: 100%;
  width: 18.5px;
  height: 15.5px;
  top: 15px;
}


#page nav {
  display: none;
}

.mm-list&gt;li&gt;a {
  color: #fff;
}

.mm-list&gt;li&gt;a span {
  width: 40px;
  text-align: center;
  margin-right: 6px;
  display: inline-block;
}

.mm-list&gt;li&gt;a i {
  color: #666;
  font-size: 19px;
}


/* éªžè¤ä¼…é—å›©æµ‰éï¿½ */
.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
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 165px;
  object-fit: cover;
}

.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: 2.5px;
  width: 100%
}

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

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

/* å©Šæ°¬å§©éî„€æ†¡ */
.gonggao {
  height: 41px;
  background: #1c1617;
  border-bottom: .02rem solid #493a3a
}

.gonggao .title {
  margin-left: 20px;
  height: 41px;
  line-height: 41px;
  float: left;
  display: block;
  color: #ffd053;
  font-size: 14px
}

.gonggao .title span {
  display: inline-block;
  font-size: 20px;
  color: #ffdc5f;
  vertical-align: middle;
  margin-right: 10px
}

.gonggao .gundong {
  color: #b19a9a;
  font-size: 14px;
  overflow: hidden;
  line-height: 41px;
  white-space: nowrap
}

/* ç»¾èƒ¯çŸ¾å¦«â‚¬å¨´ï¿½ */
.testing {
  line-height: 1;
}

.testing .tit {
  width: 40%;
  display: block;
  margin-left: 10px;
}

.testing:after {
  clear: both
}

.testing .hd {
  height: 46px;
  line-height: 46px
}

.testing .hd ul li {
  width: 50%;
  margin-left: 5%;
  color: #2ca5f9;
  border: .02rem solid #32427e;
}

.testing .bd li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.testing .bd li .link {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}

.testing .bd li .link .ms {
  color: #0DCF82;
}

.testing .hd ul li.kefu {
  width: 50%;
  float: right;
}

.testing .hd ul li.kefu i {
  display: inline-block;
}

.testing .hd ul li a {
  color: #fff;
  font-size: 15.5px;
  display: block;
}

.testing .bd {
  padding: 0;
  color: #f2d405;
}

.testing .bd ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .2rem;
}

.testing .bd li {
  height: .94rem;
  border-radius: .2rem;
  border: .02rem solid #1F5DDC;
  background: #0A2247;
  padding: 0 .24rem 0 .3rem;
}

.testing .bd .ms {
  color: #0DCF82;
  text-align: center;
  font-family: Inter;
  font-size: .28rem;
  font-style: normal;
  font-weight: 500;
  line-height: .28rem;
  margin-right: .4rem;
}

.testing .bd .url {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: .32rem;
  font-style: normal;
  font-weight: 500;
  line-height: .32rem;
  margin-right: 0.3125rem;
}

.testing .bd .url a {
  color: #fff;
}

.testing .bd .btn-open {
  width: 1.46rem;
  height: .5rem;
  flex-shrink: 0;
  border-radius: .12rem;
  background: var(--1, linear-gradient(0deg, #EEB61A 0%, #F8F41E 100%));
  display: flex;
  justify-content: center;
  align-items: center;
}

.testing .bd .btn-open a {
  display: block;
  color: #090D22;
  text-align: center;
  font-family: Inter;
  font-size: .32rem;
  font-style: normal;
  font-weight: 500;
}

.menuBox {
  padding-top: 10px;
}

.menuUl {
  margin: 0 10px;
  overflow: hidden
}

.menuUl li {
  margin-right: 4%;
  width: 96%;
  float: left
}

.menuUl li img {
  width: 100%
}

.menuUl li:last-child {
  margin-right: 0
}

/* è¹‡î‚£åµŽæ©ç‚´å¸´ */
.quicklink {
  background: #272515;
  border-top: .02rem solid #3b2f2f;
  border-bottom: .02rem solid #3b2f2f
}

.quickmain {
  margin: 0 auto;
}

.quickmain ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 .2rem;
}

.quickmain ul.last {
  border-bottom: none;
}

.quickmain ul li {
  flex-basis: 32%;
  padding: .14rem 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.quickmain ul li a {
  color: #c69549;
  font-size: 7.5px;
  text-align: center;
  display: block;
}

.quickmain ul li a p {
  transform: scale(0.9);
}

.quickmain ul li .iconfont {
  display: inline-block;
  font-size: 19px;
  width: 19px;
  color: #fab992;
  vertical-align: middle;
  position: absolute;
  left: -25px;
  text-align: center
}

.quickmain ul li img {
  width: 98%;
}

/* æ´æ›¢å„´ */
.footer {
  text-align: center;
  color: #fff;
  font-size: 9px;
  padding-top: 10px;
  background: #272515;
}

.footer p {
  margin-bottom: 10px;
}

.footer .gopc {
  color: #634f4f;
  font-size: 9px
}

.bottom {
  height: 54px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #272515;
  z-index: 999;
}

.bottom ul li {
  float: left;
  width: 20%;
  text-align: center;
}

.bottom ul li a {
  display: block;
  height: 54px;
  color: #ffdc5f;
  font-size: 10px;
  border-left: .02rem solid #493a3a;
  border-right: .02rem solid #493a3a;
  border-top: .02rem solid #493a3a;
}

.bottom ul li .iconfont {
  display: inline-block;
  margin-top: 9px;
  font-size: 20px;
}

/* æµ¼æ¨»å„¬å¨²è¯²å§© */
.yhhd {
  width: 375px;
  margin-top: 15px;
}

.yhhd .hd {
  margin-left: 15px;
  height: 21.5px;
}

.yhhd .hd ul li {
  float: left;
  margin-right: 5px;
}

.yhhd .hd ul li a {
  text-align: center;
  color: #eeeeee;
  font-size: 11px;
  display: block;
  height: 21.5px;
  line-height: 21.5px;
  width: 71px;
  background-color: #4d3735;
  border-radius: 10px;
}

.yhhd .hd ul li a.on {
  background-color: #6a4d4a;
  color: #f8ee86;
}

.yhhd .bd {
  margin-top: 10px;
}

.yhhd .item {
  width: 96%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.yhhd .item h2 {
  cursor: pointer;
}

.yhhd .item h2 img {
  display: block;
  width: 100%
}

.yhhd .item .info {
  display: none;
  color: #fff;
  font-size: 15px;
  padding: 12px 12px 0;
  line-height: 25px
}


/* æ¾¶â•ã‰ç»›æƒ§åŸŒ */
.ttqd {
  background: #1c1617 url(https://www-188jili.com/wap/images/qd/qd.jpg) no-repeat;
  background-size: 100%;
  width: 375px;
  height: 550px;
  margin: 0 auto;
  overflow: hidden;
}

.ttqd .logoimg {
  background: url(https://www-188jili.com/wap/images/qd/logoimg.png) no-repeat;
  width: 222px;
  height: 38px;
  background-size: cover;
  margin: 0 auto;
  margin-top: 170px;
}

.login {
  background: #1c1618 url(https://www-188jili.com/wap/images/qd/login-bg.jpg) no-repeat;
  background-size: 100%;
  width: 375px;
  height: 550px;
  margin: 0 auto;
  overflow: hidden;
}


.inputul {
  max-width: 301px;
  margin: 0 auto;
}

.inputul li {
  margin-bottom: 15px;
  height: 44px;
  line-height: 44px;
  position: relative;
}

.inputul li input {
  height: 44px;
  width: 301px;
  color: #959595;
  font-size: 12px;
  border-radius: 2.5px;
  border: none;
  text-align: center;
}

.inputul li input::-webkit-input-placeholder {
  color: #959595;
}

.inputul li input::-moz-placeholder {
  color: #959595;
  opacity: 1;
}

.inputul li input:-moz-placeholder {
  color: #959595;
  opacity: 1;
}

.inputul li .codeimg {
  width: 81px;
  height: 29.5px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: 0px;
}

.inputul li .qdbtn {
  height: 44px;
  width: 301px;
  background: #fcc43e;
  border-radius: 2.5px;
  border: none;
  color: #3e3000;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}


.login-box {
  width: 298px;
  height: 319px;
  background: url(https://www-188jili.com/wap/images/login/login-box.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-top: 97.5px;
  overflow: hidden;
}

.login-box .hd {
  margin-top: 39px;
}

.login-box .hd .username {
  color: #ffcc00;
  font-size: 10px;
  float: left;
  width: 90px;
  text-align: center;
  margin-left: 20px;
}

.login-box .hd .username i {
  color: #ffcc00;
  font-size: 35px;
  display: block;
  margin: 4px auto;
  width: 35px;
}

.login-box .hd .info p {
  color: #FFFFFF;
  font-size: 10px;
  line-height: 19px;
}

.login-box .hd .info span {
  color: #fff032;
}

.login-box .bd {
  width: 188.5px;
  margin: 0 auto;
}

.login-box .bd li {
  height: 32px;
  margin-bottom: 15px;
}

.login-box .bd li input {
  width: 188.5px;
  height: 32px;
  background-color: #2d2d2d;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  border: none;
  border-radius: 15px;
}

.news {
  width: 346px;
  margin: 0 auto;
}

.news ul li {
  height: 61.5px;
  width: 346px;
  border-bottom: .5px solid #493a3a;
}

.news ul li a p {
  color: #b19a9a;
  font-size: 15px;
  line-height: 37px;
}

.news ul li a {
  color: #6e6060;
  font-size: 12px;
  display: block;
}


.more:after {
  content: "";
  display: block;
  clear: both
}

.more ul li {
  float: left;
  width: 33.3%;
  height: 105px;
  text-align: center;
  border: .02rem solid #493a3a;
  box-sizing: border-box;
  background: #1c1617;
}

.more ul li a {
  display: block;
  font-size: 14px;
  height: 100%;
}

.more ul li a i {
  font-size: 31px;
  color: #ba9e9e;
  margin-top: 24.5px;
  display: inline-block;
}

.more ul li a p {
  color: #ffffff;
  line-height: 30px;
}

.newscon {
  width: 375px;
  margin: 0 auto;
}

.newscon .newstitle {
  height: 53px;
  position: relative;
  line-height: 53px;
  text-align: center;
  color: #ffd053;
  font-size: 15px;
  border-bottom: .02rem solid #493a3a
}

.newscon .newstitle .back {
  position: absolute;
  left: 20px;
  top: 16px;
  width: 12px;
  height: 19.5px;
  background: url(https://www-188jili.com/wap/images/back.png);
  background-size: cover;
}

.newscon .content {
  padding: 20px;
  color: #fff;
  font-size: 13px
}

.newscon .content p {
  margin: 10px 0;
  line-height: 28px;
}

.service {
  margin: 10px auto .28rem;
  text-align: center;
  display: block;
}

.service img {
  width: 66%;
  margin: .4rem auto 0;
  display: block;
  -webkit-animation: gif 1.4s infinite linear;
  animation: gif 1.4s infinite linear;
}

@keyframes gif {
  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

@-webkit-keyframs gif {
  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

.noticebox {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: .28rem;
  padding: .2rem .24rem;
  color: #FFF;

  /* Regular/None/Medium */
  font-family: Inter;
  font-size: .32rem;
  font-style: normal;
  font-weight: 500;
  line-height: .32rem;
  text-align: center;
  /* 100% */
}

.noticebox img {
  width: 20px;
  height: 20px;
}

.tabs {
  width: 100%;
  height: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  flex-shrink: 0;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(180deg, #6D16C5 0%, #C50FDB 100%);
}

.tabs p {
  text-align: center;
  font-family: Inter;
  font-size: .32rem;
  font-style: normal;
  font-weight: 500;
  line-height: .32rem;
  color: #fff;
}

.tabs .tab.active p {
  font-weight: 700;
  background: var(--1, linear-gradient(0deg, #EEB61A 0%, #F8F41E 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tabs .item {
  flex: 1;
  padding: 10px .16rem;
  font-size: .24rem;
  text-align: center;
}

.tabs .item:last-child {
  border-right: 0;
}

.tabs a img {
  width: .48rem;
  height: .48rem;
  object-fit: contain;
  margin-bottom: .2rem;
}

.header-menu-list ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-menu-list ul li img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.header-menu-list ul li img.mobile {}

.header-menu-list ul li a {
  color: #96B4E3;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  /* 100% */
}

.container .game-title,
.gap,
.img {
  width: 100%;
  display: block;
}

.gap {
  margin-top: -0.6rem;
}

.game-title {
  margin-top: -0.2rem;
}

.img-box {
  font-size: 40px;
  padding-bottom: 60px;
}

.img {
  width: 90%;
  margin: .4rem auto 0;
}</pre></body></html>