
body {
  background: #070B15;
}
#app {
  font-family: Microsoft YaHei, 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 6px;
  background: #7d7d96;
}
body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 0px;
  background: #212130;
}
@font-face {
  font-family: 'FZLanTingHeiS-H-GB';
  src: url(//s0.ssl.qhres2.com/static/0b61c9cab3b656c1.ttf?nver=1.0.2343);
}
@font-face {
  font-family: 'reportFont';
  src: url('https://s3.ssl.qhres2.com/static/8d698870bc7cf5f5.ttf');
}
@keyframes animMore {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  50% {
    opacity: 1;
    transform: translateY(10px);
  }
  100% {
    opacity: 0;
    transform: translateY(0px);
  }
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
/*公共样式以dt开头，表示大厅的含义*/
.dt-background {
  background: url('') center center no-repeat;
  background-size: 100% 100%;
}
.dt-text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dt-text-more-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.dt-center {
  margin: 0 auto;
}
.dt-text-center {
  text-align: center;
}
.dt-font-bold {
  font-weight: bold;
}
.dt-font-bolder {
  font-weight: bolder;
}
.dt-cursor {
  cursor: pointer;
}
.dt-middle {
  display: flex;
  align-items: center;
}
.dt-pos-abs {
  position: absolute;
}
.dt-pos-rel {
  position: relative;
}
.dt-hide {
  display: none;
}
.dt-opacity-99 {
  opacity: 0.99;
}
.dt-abs-a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}
.dt-rel-a {
  position: relative;
  width: 100%;
  height: 100%;
}
.dt-font-0 {
  font-size: 0!important;
}
.dt-abs-a-9 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}
.dt-dn {
  display: none;
}
.dt-overflow {
  overflow: hidden;
}
.dt-visible {
  visibility: hidden;
}
.dt-opacity-0 {
  opacity: 0;
}
.dt-padding {
  padding: 10px;
}
.dt-padding-top {
  padding-top: 10px;
}
.dt-padding-left {
  padding-left: 10px;
}
.dt-padding-bottom {
  padding-bottom: 10px;
}
.dt-padding-right {
  padding-right: 10px;
}
.dt-padding-sm {
  padding: 5px;
}
.dt-padding-top-sm {
  padding-top: 5px;
}
.dt-padding-left-sm {
  padding-left: 5px;
}
.dt-padding-bottom-sm {
  padding-bottom: 5px;
}
.dt-padding-right-sm {
  padding-right: 5px;
}
.dt-padding-lg {
  padding: 15px;
}
.dt-padding-top-lg {
  padding-top: 15px;
}
.dt-padding-left-lg {
  padding-left: 15px;
}
.dt-padding-bottom-lg {
  padding-bottom: 15px;
}
.dt-padding-right-lg {
  padding-right: 15px;
}
.dt-padding-xl {
  padding: 20px;
}
.dt-padding-top-xl {
  padding-top: 20px;
}
.dt-padding-left-xl {
  padding-left: 20px;
}
.dt-padding-bottom-xl {
  padding-bottom: 20px;
}
.dt-padding-right-xl {
  padding-right: 20px;
}
.dt-margin {
  margin: 10px;
}
.dt-margin-top {
  margin-top: 10px;
}
.dt-margin-left {
  margin-left: 10px;
}
.dt-margin-bottom {
  margin-bottom: 10px;
}
.dt-margin-right {
  margin-right: 10px;
}
.dt-margin-sm {
  margin: 5px;
}
.dt-margin-top-sm {
  margin-top: 5px;
}
.dt-margin-left-sm {
  margin-left: 5px;
}
.dt-margin-bottom-sm {
  margin-bottom: 5px;
}
.dt-margin-right-sm {
  margin-right: 5px;
}
.dt-margin-lg {
  margin: 15px;
}
.dt-margin-top-lg {
  margin-top: 15px;
}
.dt-margin-left-lg {
  margin-left: 15px;
}
.dt-margin-bottom-lg {
  margin-bottom: 15px;
}
.dt-margin-right-lg {
  margin-right: 15px;
}
.dt-margin-xl {
  margin: 20px;
}
.dt-margin-top-xl {
  margin-top: 20px;
}
.dt-margin-left-xl {
  margin-left: 20px;
}
.dt-margin-bottom-xl {
  margin-bottom: 20px;
}
.dt-margin-right-xl {
  margin-right: 20px;
}
.dt-flex {
  display: flex;
  flex-wrap: nowrap;
}
.text-waring {
  color: #ff951c;
}
.text-primary {
  color: #b4b4c3;
}
.text-white {
  color: #ffffff;
}
.monitor-a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
img[src=''],
img:not([src]) {
  opacity: 0;
}
.shrink1 {
  flex-shrink: 1;
}
.shrink0 {
  flex-shrink: 0;
}
.nav_right_arrow {
  width: 16px;
  height: 16px;
  background: url(https://p5.ssl.qhimg.com/t110b9a93018495b4b09ee55911.png) 0 2px no-repeat;
  background-size: cover;
  display: inline-block;
}
.nav_right_arrow.nav_right_arrow_1 {
  background: url(https://p5.ssl.qhimg.com/t110b9a93018495b4b09ee55911.png) 0 -1px no-repeat;
  background-size: cover;
}
.nav_right_arrow.nav_right_arrow_black {
  background: url(https://p2.ssl.qhimg.com/t110b9a93012ea776b81edc5dbe.png) 0 2px no-repeat;
  background-size: cover;
}
.v9-color1 {
  background: #363036;
}
.v9-bg-color1 {
  background: linear-gradient(180deg, rgba(54, 48, 54, 0) 0%, #363036 100%);
}
.v9-color2 {
  background: #362736;
}
.v9-bg-color2 {
  background: linear-gradient(180deg, rgba(54, 39, 54, 0) 0%, #362736 100%);
}
.v9-color3 {
  background: #2E173D;
}
.v9-bg-color3 {
  background: linear-gradient(180deg, rgba(46, 23, 61, 0) 0%, #2E173D 100%);
}
.v9-color4 {
  background: #35182A;
}
.v9-bg-color4 {
  background: linear-gradient(180deg, rgba(53, 24, 42, 0) 0%, #35182A 100%);
}
.v9-color5 {
  background: #790218;
}
.v9-bg-color5 {
  background: linear-gradient(180deg, rgba(121, 2, 24, 0) 0%, #790218 100%);
}
.v9-color6 {
  background: #3A1B13;
}
.v9-bg-color6 {
  background: linear-gradient(180deg, rgba(58, 27, 19, 0) 0%, #3A1B13 100%);
}
.v9-color7 {
  background: #20040A;
}
.v9-bg-color7 {
  background: linear-gradient(180deg, rgba(32, 4, 10, 0) 0%, #20040A 100%);
}
.v9-color8 {
  background: #553320;
}
.v9-bg-color8 {
  background: linear-gradient(180deg, rgba(85, 51, 32, 0) 0%, #553320 100%);
}
.v9-color9 {
  background: #4A2A23;
}
.v9-bg-color9 {
  background: linear-gradient(180deg, rgba(74, 42, 35, 0) 0%, #4A2A23 100%);
}
.v9-color10 {
  background: #5A483D;
}
.v9-bg-color10 {
  background: linear-gradient(180deg, rgba(90, 72, 61, 0) 0%, #5A483D 100%);
}
.v9-color11 {
  background: #202C23;
}
.v9-bg-color11 {
  background: linear-gradient(180deg, rgba(32, 44, 35, 0) 0%, #202C23 100%);
}
.v9-color12 {
  background: #1B322A;
}
.v9-bg-color12 {
  background: linear-gradient(180deg, rgba(27, 50, 42, 0) 0%, #1B322A 100%);
}
.v9-color13 {
  background: #27321B;
}
.v9-bg-color13 {
  background: linear-gradient(180deg, rgba(39, 50, 27, 0) 0%, #27321B 100%);
}
.v9-color14 {
  background: #1D1B28;
}
.v9-bg-color14 {
  background: linear-gradient(180deg, rgba(29, 27, 40, 0) 0%, #1D1B28 100%);
}
.v9-color15 {
  background: #313944;
}
.v9-bg-color15 {
  background: linear-gradient(180deg, rgba(49, 57, 68, 0) 0%, #313944 100%);
}
.v9-color16 {
  background: #162F45;
}
.v9-bg-color16 {
  background: linear-gradient(180deg, rgba(22, 47, 69, 0) 0%, #162F45 100%);
}
.v9-color17 {
  background: #191C3A;
}
.v9-bg-color17 {
  background: linear-gradient(180deg, rgba(25, 28, 58, 0) 0%, #191C3A 100%);
}
.v9-color18 {
  background: #070454;
}
.v9-bg-color18 {
  background: linear-gradient(180deg, rgba(7, 4, 84, 0) 0%, #070454 100%);
}
.v9-color-t1 {
  background: linear-gradient(270deg, rgba(46, 23, 61, 0.98) 53.12%, rgba(46, 23, 61, 0) 100%);
}
.v9-color-t2 {
  background: linear-gradient(270deg, rgba(121, 2, 24, 0.98) 53.12%, rgba(121, 2, 24, 0) 100%);
}
.v9-color-t3 {
  background: linear-gradient(270deg, rgba(29, 27, 40, 0.98) 53.12%, rgba(29, 27, 40, 0) 100%);
}
.v9-color-t4 {
  background: linear-gradient(270deg, rgba(32, 44, 35, 0.98) 53.12%, rgba(32, 44, 35, 0) 100%);
}
.v9-color-t5 {
  background: linear-gradient(270deg, rgba(22, 47, 69, 0.98) 53.12%, rgba(22, 47, 69, 0) 100%);
}
.v9-color-t6 {
  background: linear-gradient(270deg, rgba(48, 47, 64, 0.98) 53.12%, rgba(48, 47, 64, 0) 100%);
}
.v9-color-t7 {
  background: linear-gradient(270deg, rgba(58, 27, 19, 0.98) 53.12%, rgba(58, 27, 19, 0) 100%);
}
.v9-color-t8 {
  background: linear-gradient(270deg, rgba(68, 9, 75, 0.98) 53.12%, rgba(68, 9, 75, 0) 100%);
}
.v9-color-t9 {
  background: linear-gradient(270deg, rgba(51, 42, 42, 0.98) 53.12%, rgba(51, 42, 42, 0) 100%);
}
.v9-color-t10 {
  background: linear-gradient(270deg, rgba(36, 28, 82, 0.98) 53.12%, rgba(36, 28, 82, 0) 100%);
}
.v9-color-t11 {
  background: linear-gradient(270deg, rgba(17, 61, 27, 0.98) 53.12%, rgba(17, 61, 27, 0) 100%);
}
.v9-color-t12 {
  background: linear-gradient(270deg, rgba(24, 71, 81, 0.98) 53.12%, rgba(24, 71, 81, 0) 100%);
}
.v9-color-t13 {
  background: linear-gradient(270deg, rgba(65, 60, 33, 0.98) 53.12%, rgba(65, 60, 33, 0) 100%);
}
.v9-color-t14 {
  background: linear-gradient(270deg, rgba(76, 53, 12, 0.98) 53.12%, rgba(76, 53, 12, 0) 100%);
}
.dt-vip-btn-light {
  overflow: hidden;
  border-radius: inherit;
}
.dt-vip-btn-light::after {
  animation: shine-219ad528 2.5s ease-in-out infinite;
  background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  width: 26px;
}
@keyframes shine-219ad528 {
  100% {
    left: 100%;
  }
}
.dt-qrcode-light {
  position: relative;
  overflow: hidden;
}
.dt-qrcode-light::after {
  animation: qrcode-shine 3s linear infinite;
  background-repeat: no-repeat;
  content: "";
  height: 50%;
  width: 100%;
  top: -100%;
  position: absolute;
  left: 0;
  background: linear-gradient(180deg, rgba(84, 212, 255, 0) 0%, rgba(84, 212, 255, 0.5) 100%);
}
@keyframes qrcode-shine {
  100% {
    top: 100%;
  }
}
.dt-mngame-top-img1 {
  background-image: url('https://p4.ssl.qhimg.com/t110b9a930131a60bb93bb664d3.webp') !important;
}
.dt-mngame-top-img2 {
  background-image: url('https://p5.ssl.qhimg.com/t110b9a93016cc07dfb1f147f86.webp') !important;
}

.to-start-game{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;height: 100%;
  z-index: 60;
}
img{border: none;outline: none;}
img[src=""],img:not([src]){

  opacity:0;

}
.controller:hover img:nth-of-type(1){display: none}
.controller:hover img:nth-of-type(2){display: inline-block}
/* .swiper-container .swiper-slide{background: rgba(33,33,48,1)} */
.page-title a{float: right;position: relative}
.page-title a .controller img{position: absolute;right: 0px;top: 5px}
.page-title a .controller .text{position: absolute;width: 45px;right: 20px;top: 5px}

