a,
a:link {
  /* color: #272727; */
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@import url("font-awesome.css");
body {
  background-color: #333;
}

@media screen and (max-width: 1400px) {
  body {
    width: 1400px;
  }
}

@media screen and (min-width: 2100px) {
  .user-game-list {
    padding-top: 120px !important;
  }
}

.navbar-expand-lg {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  max-width: 1366px;
}

/* .container {
min-width: 1440px;
} */

.navbar-expand-lg .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-left: -20px;
}

.carousel-caption {
  top: 180px;
  bottom: 0;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  top: 460px;
  left: unset;
  height: 3px;
}

.navbar {
  padding: 0;
}

.link_download {
  color:#fff;
  background-color: #212529;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ff3f3f;
  font-weight: 600;
}

.system-title {
  border-left: 4px solid #ff3f3f;
  padding-left: 8px;
}

#hostGame .col-3,
#jinGanQu .col-3 {
  padding: 8px !important;
}

#hostGame .col-3 .card {
  border: 0 !important;
}

.gw-link:hover {
  color: #ff3f3f;
  text-decoration: none;
  background: url(https://nie.res.netease.com/nie/gw/15v1/img/arrow_h_88eeb95.png)
    no-repeat right center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-animation: ani-gw-link 0.3s linear 0.2s 1 normal 300ms 0 ease;
  -moz-animation: ani-gw-link 0.3s linear 0.2s 1 normal 300ms 0 ease;
  -ms-animation: ani-gw-link 0.3s linear 0.2s 1 normal 300ms 0 ease;
  -o-animation: ani-gw-link 0.3s linear 0.2s 1 normal 300ms 0 ease;
  animation: ani-gw-link 0.3s linear 0.2s 1 normal 300ms 0 ease;
  -moz-animation: ani-gw-link 0.3s linear 0.2s 1 normal;
  -webkit-animation: ani-gw-link 0.3s linear 0.2s 1 normal;
  -o-animation: ani-gw-link 0.3s linear 0.2s 1 normal;
  -ms-animation: ani-gw-link 0.3s linear 0.2s 1 normal;
  animation: ani-gw-link 0.3s linear 0.2s 1 normal;
}

.gw-link {
  position: absolute;
  bottom: 5px;
  right: 20px;
  width: 88px;
  height: 30px;
  display: block;
  background: url(https://nie.res.netease.com/nie/gw/15v1/img/arrow_62e0baf.png)
    no-repeat right center;
  font: 12px/30px "Micosoft YaHei";
  font-weight: 600;
  text-align: center;
  color: #9f9f9f;
}

.card-img-body {
  background: rgb(185, 21, 57, 70%);
  height: 184px;
  padding: 20px 15px 10px 15px;
  color: #fff;
  /* display: none; */
  margin-top: -184px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}

.card-img-body .row .col-4 {
  padding: 0 8px !important;
}

.footer {
  /* padding: 20px 0;
background: #272a2c;
min-width: 1260px;
color: #fff;
font-size: 12px; */
  background: url(../../../img/footer_bg.png) center top no-repeat;
  color: #999;
  padding: 150px 0 50px 0;
  margin-top: -100px;
}

.sq_ewm {
  background-size: 100% auto;
  width: 100%;
  height: 225px;
  border-radius: 8px;
}

.sq_ewm .ewm_img {
  text-align: center;
  padding-top: 10%;
  width: 100%;
  height: 225px;
  border-radius: 8px;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sq_ewm:hover .ewm_img {
  opacity: 1;
}

.gonggao {
  display: block;
  width: 100%;
  min-height: 225px;
  padding: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fff;
  z-index: -1;
  border-radius: 8px;
}

.gonggao p {
  margin-bottom: 5px;
  margin-left: 10px;
  padding-left: 8px;
  font-size: 15px;
}

.yy {
  text-shadow: 0 2px 3px rgb(0 0 0 / 55%);
}

.vip_rectangle {
  float: left;
  width: 6px;
  height: 6px;
  background: #ff3f3f;
  margin-right: 14px;
  margin-top: 10px;
}

.sosuo .btn-outline-success {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.sosuo .btn-outline-success:hover {
  color: #fff;
  background-color: #ff3f3f;
  border-color: #ff3f3f;
}

.text-danger {
  color: #ebbe6e !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ff3f3f !important;
  outline: 0;
  box-shadow: 0 0 0 0.1rem #ff3f3f86 !important;
}

@keyframes fade {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.headerBox {
  animation: fade 1200ms infinite;
  -webkit-animation: fade 1200ms infinite;
}

#block2 .row .col .media {
  background-color: #fff;
}

#block2 .row .col {
  padding: 0 8px !important;
}

#block2 .row .col .media img {
  box-shadow: 1px 1px 5px rgb(66 63 105 / 40%);
}

#block2 .row .col .media .media-body {
  padding-top: 20px;
}

#block2 .row .col .media .btn-group {
  display: none;
  margin-top: -10px;
}

#block2 .row .col .media:hover .btn-group {
  display: block;
}

#block2 .row .col .media:hover .media-body {
  padding-top: 0;
}

.jinganqu-block {
  display: none;
}

.active {
  display: block !important;
}

.huiyuan {
  margin-top: -30px;
  background: url("../../theme/89/06/btn.png") no-repeat;
  background-size: 100%;
  width: 220px;
  height: 120px;
  display: block;
}

.huiyuan:hover {
  background: url("../../theme/89/06/btn-hove.png") no-repeat;
  background-size: 100%;
}

.cards {
  color: #fff;
  content: "";
  display: block;
  width: 100%;
  min-height: 140px;
  height: 140px;
  padding: 30px 15px 10px 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #fff;
  z-index: -1;
  border-radius: 8px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* .cards::before {
content: '';
position: absolute;
border-radius: 8px;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
background: -webkit-gradient(linear,left top,right top,from(rgba(3,15,39,.7)),to(rgba(3,15,39,0)));
background: -webkit-linear-gradient(left,rgba(3,15,39,.7) 0,rgba(3,15,39,0) 100%);
background: -o-linear-gradient(left,rgba(3,15,39,.7) 0,rgba(3,15,39,0) 100%);
background: linear-gradient(to right,rgba(3,15,39,.7) 0,rgba(3,15,39,0) 100%);
} */

.cards h5 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.cards button {
  width: 90px;
  border-radius: 25px !important;
}

.cards:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}

.user-card {
  clear: both;
  margin-bottom: 0px;
  margin-top: 0;
  padding: 0;
  height: 225px;
}

.user-card .user-growth-0 {
  color: #653900;
}

.user-card .user-growth-1 {
  color: #9c4100;
}

.user-card .user-growth-2 {
  color: #4a5463;
}

.user-card .user-growth-3 {
  color: #842200;
}

.user-card .user-growth-4 {
  color: #3d4e5b;
}

.user-card .user-growth-5 {
  color: #441a57;
}

.user-card .user-growth-6 {
  color: #4b5c61;
}

.user-card .user-growth-7 {
  color: #ae3d06;
}

.user-card .user-growth-8 {
  color: #a66832;
}

.user-card .card-content {
  clear: both;
  padding: 20px 20px 20px 10px;
  width: 100%;
  height: 225px;
  border-radius: 10px;
}

.user-card .card-content hr {
  border-color: #fff;
}

.game-icon:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}

#classifyBtn button {
  margin: 0 5px;
  min-width: 70px;
  border-radius: 25px;
}

/**
*登录框
*/

/* COLORS
========================================== */

/* MIXINS
========================================== */

/* KEYFRAMES
========================================== */

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
  50% {
    transform: translatey(-30px);
    transform: translatex(20px);
  }
  100% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
}

@-moz-keyframes float {
  0% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
  50% {
    transform: translatey(-30px);
    transform: translatex(20px);
  }
  100% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
}

@-o-keyframes float {
  0% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
  50% {
    transform: translatey(-30px);
    transform: translatex(20px);
  }
  100% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
}

@keyframes float {
  0% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
  50% {
    transform: translatey(-30px);
    transform: translatex(20px);
  }
  100% {
    transform: translatey(0px);
    transform: translatex(0px);
  }
}

/* POP-UP
========================================== */

.pop-up {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10000;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

@media (min-width: 768px) {
  .pop-up {
    width: calc(100% - 40px);
    height: auto;
    /* max-width: 900px; */
  }
}

.pop-up .content {
  width: 100%;
  /* max-width: 900px; */
  overflow: hidden;
  text-align: center;
  position: relative;
  min-height: 100vh;
}

@media (min-width: 768px) {
  .pop-up .content {
    min-height: inherit;
  }
}

.pop-up .content .container {
  padding: 100px 20px 140px;
}

@media (min-width: 568px) {
  .pop-up .content .container {
    padding: 50px 20px 80px;
  }
}

@media (min-width: 768px) {
  .pop-up .content .container {
    padding: 70px 0px 170px;
    /* max-width: 520px; */
    margin: 0 auto;
  }
}

.pop-up .content .close {
  position: absolute;
  bottom: 0px;
  font-size: 50px;
  border: 2px #fff solid;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 45px;
  cursor: pointer;
  color: #fff;
  opacity: 1;
  font-weight: normal;
  /* top: 20px;
left: 20px;
font-size: 1.1rem;
letter-spacing: 0.05rem;
color: #3e4146;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s; */
}

/* .pop-up .content .close:hover {
cursor: pointer;
color: #f66867;
}
*/

.pop-up .content .dots .dot {
  position: absolute;
  border-radius: 100%;
  z-index: 11;
}

.pop-up .content .dots .dot:nth-of-type(1) {
  top: -80px;
  right: -80px;
  width: 160px;
  height: 160px;
  background-color: #689bf6;
  -webkit-animation: float 6s ease-in-out infinite;
  -moz-animation: float 6s ease-in-out infinite;
  -o-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}

@media (min-width: 768px) {
  .pop-up .content .dots .dot:nth-of-type(1) {
    top: -190px;
    right: -190px;
    width: 380px;
    height: 380px;
  }
}

.pop-up .content .dots .dot:nth-of-type(2) {
  bottom: -120px;
  left: -120px;
  width: 240px;
  height: 240px;
  background-color: #f66867;
  -webkit-animation: float 8s ease-in-out infinite;
  -moz-animation: float 8s ease-in-out infinite;
  -o-animation: float 8s ease-in-out infinite;
  animation: float 8s ease-in-out infinite;
}

.pop-up .content .dots .dot:nth-of-type(3) {
  bottom: -50px;
  right: -50px;
  width: 100px;
  height: 100px;
  background-color: #ffd84c;
  -webkit-animation: float 4s ease-in-out infinite;
  -moz-animation: float 4s ease-in-out infinite;
  -o-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}

.pop-up .content .title h1 {
  text-align: center;
  color: #f66867;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.8rem;
  letter-spacing: 0.05rem;
}

.pop-up .content img {
  width: 100%;
  max-width: 220px;
  display: inline-block;
  margin: 30px 0 40px 0;
  opacity: 0;
  -webkit-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -ms-transform: translateX(60px);
  -o-transform: translateX(60px);
  transform: translateX(60px);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
  .pop-up .content img {
    max-width: 300px;
  }
}

.pop-up .content .subscribe h1 {
  font-size: 1.5rem;
  color: #3e4146;
  line-height: 130%;
  letter-spacing: 0.07rem;
  margin-bottom: 30px;
}

.pop-up .content .subscribe h1 span {
  color: #f66867;
}

.pop-up .content .subscribe form {
  overflow: hidden;
}

.pop-up .content .subscribe form input {
  width: 100%;
  float: left;
  padding: 15px 20px;
  text-align: center;
  font-family: inherit;
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  outline: 0;
}

.pop-up .content .subscribe form input[type="email"] {
  margin-bottom: 15px;
  border: 1px solid #bec1c5;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 768px) {
  .pop-up .content .subscribe form input[type="email"] {
    margin-bottom: 0px;
    width: 75%;
    border-right-width: 0px;
  }
}

.pop-up .content .subscribe form input[type="email"]:focus {
  border-color: #3e4146;
}

.pop-up .content .subscribe form input[type="button"] {
  background-color: #8e6ac1;
  color: #ffffff;
  border: 1px solid #8e6ac1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 768px) {
  .pop-up .content .subscribe form input[type="button"] {
    width: 25%;
  }
}

.pop-up .content .subscribe form input[type="button"]:hover {
  cursor: pointer;
  background-color: #7349af;
  border-color: #7349af;
}

.pop-up.open {
  visibility: visible;
  opacity: 1;
  /* overflow-y: hidden; */
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.pop-up.open img {
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

/*生成的二维码里面的img标签宽高自适应*/

#myCode img {
  width: 250px;
  height: 250px;
  overflow: hidden;
  text-align: center;
  margin: 20px auto;
}

/*一开始生成的canvas也要进行宽高自适应*/

#myCode canvas {
  width: 250px;
  height: 250px;
}

.ue-scroll {
  display: none;
  position: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  cursor: pointer;
  top: auto;
  right: 40px;
  bottom: 50px;
  left: auto;
  z-index: 1;
  width: 50px;
  height: 50px;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 50%;
}

.ue-scroll.btn-black {
  background-color: rgb(94, 91, 91);
}

.ue-scroll.btn-black:hover {
  background-color: #ff3f3f;
}

.ue-scroll.btn-gray {
  background-color: #999;
}

.ue-scroll.btn-white {
  background-color: #fff;
}

.ue-scroll.border-black {
  border: 1px solid #000;
}

.ue-scroll.border-white {
  border: 1px solid #fff;
}

.ue-scroll.border-gray {
  border: 1px solid #999;
}

.ue-scroll.arrow-black {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAAA0CAYAAACTrvadAAADOklEQVR42u1bz0tUURQ+jYajUTiUMItxYbjISBdCEajYREFiYAgOQbYxV7bJVjVLdwmtZHDlxp07EfdBCEK7Fi1btZpt/8DrXryvXtPM9N79zvtx3zsffAjK3Hff+ea9e75zjkTuY17xm+FHxUESpIoVRa+Dx4pXJDTpYKOLID6/KN6QECWHS4rNPoL4/K44IeGKH/q8aIUQJMhpCVt8GDHnhWfBBxI+flTMOeEBXJMw8qFm0l2PgVsSThxTim0mQXzumGRBYIF7zGIEeag4JCGOhqUYBfF5pnhNQh0O6wkI4vOrYlVC3t8Uvk1QEJ/6zLol4e8uyC4QWO3e75uftmvcFRn+YMgcvLbBPA/UuUbNWWG71pLIcXHQIkE8UhzuWLNsfm+75nqRBamag9Y2eB+od+9k0Pzddu13RfQyk6Ap3A4RNDRx2KUCNcxmwWzpeYIpti6AjuRdkEegIA8tr/sUuKYuhFbyKsga6CVmwOvrlPmn5fV1QbSWN0G2AEF+EF8H8TZwlunP3cmLKdxh8iBcGAdN5pzLgujMZZ/Zg3DhuhHcdm/PXDWFpzF5EC5owU+APW66JMgYaApfJ2jctPB7lPOG2QT4vm6ksOeS4ntgz/tZNpnToAepp7z/TWDvnyiDDbPFlD0IF1YpJw2zFcL6IOMZ+4LVwfuZJIcf+bMMly9mAffvmc+nYgqblE0PwgW0kv04aVPYomx7EC5UwWzyRRKb1P/3cUxueBAuXFX8DNzzmzjvGZ3nbZC7uKx4QFjDrMS9KXSet07uY4CwFrMeDilzbQaZ582SB+FKcLbTzjjncuZBuIC0mKGG2XJOPQgXnoBVjKmoF3yZcw/CBaTFHLphho7luORBuIC0mD3zRuqJEmHzvC56EM7sFDGZG90WLRM2z9sggT5DkRZzM/ilrhA2z7sgevzGMGFzzC3/9W9rCtvmfSr4tzaItJh1w8zag9Qk/n3PZ9sWs+77R57tLYIH4cKriLHdC9bIwjr3A876TUEQtsV8ZOprf6Ee4rEakBhbYeE/sT3t5++WxYPEhpkeJvM8TAWk83FblXiy4SZdDKwHE6bRKLWvtniQWDBmxNDx7Tq8/gth0QtD0LQNngAAAABJRU5ErkJggg==);
}

.ue-scroll.arrow-white {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGUAAAA0CAYAAACTrvadAAADWUlEQVR42u1av2sUURBek0juEpQcGrjiUigpkqApDpSDGPREwRBBOcghGJuYKjYmlV55XQ6swpEqjZ2dSHpBhICdhaWV1bX+AfecJy8xnLu3t++b/T0fDAsHuztvvr335psZx0k5lFJ3yH5o6/f77+g64QhiJeSJGgAR85Eu0xKdeAjZUt74RnZVohQdGRfIWsofP8muScTCJ2SCrKuC4aZELjxCpsx5YYN7EkF+QkrmnECwIZHkI6RiUl4O7EhEcUIWyXqKF22dLEh07Qi5rUICnU3v6TIpUQ5GyJoKH1/JLku0RyNkU0WH72RlifpwUbinooc+sxaEAXdCOkBgtXqvmastbgkT/wiZNAevLU5O61x0nTFnhS3WhBA6aMEgfiArDjyzYH63xWaeCSmbg9YW+169E1Mj2wee/SZ3WoYWPA+Kwl2/oDEkDp3cNMxooVUwW3oWVYptCqBTWSfkAUjIfcv3PgbeqQuhpawSsgFqiWXw/TX68n9bvl8XRCtZI2QH2EJ+cXUQ6TlLwFmm77uRFVHY5tAgjD7NgSJzJc2E6LT0kFODMPp2xRBui6dpFYXHYWgQRh+LtDV+AnzcThMhs6AofBWVcDP/5oNMN8z0gQzu180YfB4jewv4fJhYkalHeUANUo/Z/20gQ/ycuIYZOXQ3Tg3CuI5GJhpmbvO8Afsgcwn7wOrgeuadtP7lTcm+lNCtuAqof41qXKKwlUQNkqBK9sOoRWE3yRqEca1lMJt8HoWT08A8b6QahHHNl8i+AGt+HdqaGeZ5m05KQb5fJDsCG2Zj3E6h87x1J+WgNYwjLWYzHFLgcgaZ502MBmFMcHZjzTh1mTpLGoSRHGSK075hRjeuZ1GDMBLzCKxiLAZ94YssaxBGYmqgyFwZdc/cy4MGYSQGaTFrrPuVsDt50iDM2SkiMrfcHloA53mbTs5hdBzSYm6dfdTmYcg876ojOI1lEZxj7v7d/gFRqPfRJaHCtTZo3WLWDTMH0CAVoWDo+WzbYm7bzPZmXoMwkvMyYGwPzmpkAZT7EVv9Jj/ENALou/HBm/3aoO3/bhKMSsyqT2yPPfXdkNJKbjUIIzHLHiLzxLcC4vJ3a0hI2Yi5bgbWzydMM0FqXz3RIKEQM2vI6HkNr/8Bm6ReqxbVux8AAAAASUVORK5CYII=);
}

.ue-scroll.shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.ue-scroll.circle {
  border-radius: 50%;
}

.ue-scroll.rounded-rectangle {
  border-radius: 20%;
}

.ue-scroll.square {
  border-radius: 0;
}

.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

.ibox-content {
  position: relative;
  clear: both;
}

.ibox-content {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid;
  border-width: 1px;
}

@media screen and (min-width: 768px) {
  .sjb {
    display: none;
  }
  .index4 {
    margin: -160px auto 0 auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
  .dnb {
    display: none;
  }
  .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fixed-top {
    position: fixed !important;
  }
  #susuo {
    width: 100% !important;
    font-size: 14px;
  }
  #classifyBtn {
    min-height: 30px !important;
  }
  #classifyBtn button {
    margin: 1% 0.5%;
    padding: 2px 5px;
    min-width: 75px;
    width: 23%;
    border-radius: 25px;
  }
  .container-xl {
    max-width: 100%;
  }
  .footer {
    padding: 20px 0 80px 0;
    background: #272a2c;
    min-width: 100%;
    color: #fff;
    font-size: 12px;
  }
  .footer .text-right {
    text-align: center !important;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer .col-7 {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .col-7 p {
    line-height: 22px;
  }
  .footer .col-12 {
    display: none;
  }
  .navbar-dark .navbar-toggler {
    right: 10px;
    position: absolute;
  }
  .navbar {
    padding: 0rem 1rem !important;
    background: rgba(43, 43, 52, 0.6) !important;
  }
  .nav-item {
    font-size: 14px;
    width: 25%;
    float: left;
    text-align: center;
  }
  .navbar-expand-lg .navbar-collapse {
    display: none;
  }
  .navbar-expand-lg .navbar-collapse.show {
    width: 100%;
    display: block;
    position: absolute;
    top: 45px;
    background: rgba(43, 43, 52, 0.6) !important;
  }
  .navbar-nav {
    display: block;
  }
  .carousel-item img {
    width: 100%;
    height: 400px;
  }
  .modal-body .carousel-item img {
    width: 100%;
    height: auto;
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    top: 360px;
    left: unset;
  }
  .carousel-caption {
    top: 130px;
    bottom: 0;
    text-align: left;
    right: 12%;
    left: 12%;
  }
  .d-none {
    display: block !important;
  }
  .carousel-caption h1 {
    font-size: 22px !important;
  }
  .carousel-caption h3 {
    font-size: 16px !important;
    margin-top: 10px;
  }
  .carousel-caption h2 {
    font-size: 18px !important;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .carousel-caption .btn-lg,
  .carousel-caption .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    float: left;
  }
  .jinganqu-block .col-4,
  .jinganqu-block .col-8,
  .jinganqu-block .col-5,
  .jinganqu-block .col-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .jinganqu-block img {
    height: auto;
  }
  .sq_ewm {
    background-size: 100% auto;
    width: 100%;
    height: 180px;
    border-radius: 8px;
  }
  .sq_ewm .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sq_ewm .ewm_img {
    height: 180px;
    opacity: 1;
  }
  .jinganqu-block .col-6 img {
    width: 80%;
  }
  marquee.float-right {
    width: 100%;
    margin: 0px auto !important;
    margin-top: -20px !important;
  }
  h1.yy {
    font-size: 22px;
  }
  h3.mt-2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .pb-3 h3 {
    font-size: 16px;
  }
  .ibox-content {
    width: 100%;
    overflow: scroll;
  }
  .ibox-content table {
    width: 200%;
  }
  .system-title {
    border-left: 2px solid #ff3f3f;
    padding-left: 8px;
    font-size: 18px;
  }
  #kf .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text-center video {
    height: auto;
  }
  .loginscreen .text-center img {
    width: 100%;
  }
  .ui-footer {
    backface-visibility: hidden;
    background-color: #f4f4f4;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.3rem 0;
    z-index: 999;
  }
  .ui-footer ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding-bottom: 0.133333rem;
    color: #333;
  }
  .ui-footer ul li a {
    color: #333;
    font-size: 12px;
  }
  .ui-footer ul li a i {
    line-height: 26px;
    font-size: 20px;
    color: #999;
  }
  .ui-footer ul li a:hover {
    color: #fd8000;
  }
  .ui-footer ul li a.on i {
    color: #dc3545;
  }
  .list-group {
    display: block;
  }
  .list-group li {
    width: 32%;
    margin: 1% 0.5%;
    padding: 0;
    float: left;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-width: 1px !important;
  }
  .list-group li .btn {
    line-height: 45px;
    border: 0;
  }
  .list-group li .wansan {
    line-height: 25px;
  }
  .btn .badge {
    position: absolute;
    width: 90%;
    left: 5%;
    height: 20px;
    top: 23px;
  }
  .list-group li:nth-child(1),
  .list-group li:nth-child(2) {
    display: none;
  }
  .list-group li a.btn {
    padding: 0;
  }
  .text-center .btn-block {
    display: inline-block;
    width: 100%;
    display: none;
  }
  .card-body hr {
    display: none;
  }
  .page-scroll {
    display: none;
  }
  .card {
    border: 0px;
  }
  .container-md .col-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .container-md .col-9 .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-md .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .btn_je {
    float: left;
    width: 100% !important;
    position: static !important;
    margin-left: 0 !important;
    margin-bottom: 5px;
  }
  .pl-5,
  .px-5 {
    padding: 10px !important;
  }
  .gonggao {
    width: 100%;
    min-height: 125px;
    padding: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #fff;
    z-index: 1;
    border-radius: 8px;
  }
  .gonggao p {
    margin-left: 10px;
    padding-left: 0px;
  }
  .user-card {
    height: 190px;
    margin-top: 10px;
  }
  .user-card .card-content {
    height: 185px;
  }
  .card-content .mb-2 {
    display: none;
  }
  .bg-muted {
    margin-top: 0px !important;
  }
  #resqr,
  #sydhjf,
  #sywths {
    font-size: 12px;
  }
}

.yugao {
  position: absolute;
  display: block;
  background: rgba(215, 56, 56, 0.8);
  color: #fff;
  border-radius: 50px;
  padding: 3px 10px;
  top: 10px;
  right: 10px;
  font-size: 14px;
  z-index: 9;
}

.xinfu {
  position: absolute;
  display: block;
  background: rgba(215, 56, 56, 0.8);
  color: #fff;
  border-radius: 50px;
  padding: 3px 10px;
  top: 10px;
  right: 10px;
  font-size: 14px;
  z-index: 9;
}

.home_bg {
  background-color: #333;
  background-size: 100%;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
  z-index: 999;
  background: rgba(43, 43, 52, .6) !important;
}

.navbar .nav .nav-link:hover {
  background: rgba(162, 142, 75, 0.6);
}

.navbar .nav a.nav-link {
  color: #fff;
  position: relative;
  padding: 0 22px;
  height: 80px;
  line-height: 80px;
}

.navbar .nav .active {
  background: url(../../../img/nav_bg_new.png) center bottom no-repeat !important;
}

.header_bg {
  background: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid #55432a;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.home_tabs .nav-pills .nav-link.active,
.home_tabs .nav-pills .show > .nav-link {
  color: #fff;
  background: linear-gradient(-90deg, #f1422d, #bf0014);
  margin-right: 10px;
  border-radius: 0;
  border: 0 none;
}

.home_tabs .nav-pills .nav-link {
  border-radius: 0;
  color: #3b3634;
  background: -webkit-linear-gradient(180deg, #feeeb8, #ffd386);
  margin-right: 10px;
  border: 0 none;
  line-height: 30px;
}

#hostGame {
}

#hostGame .col {
  margin-bottom: 30px;
}

#hostGame .con {
  background: #f7f4ef;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#hostGame .con .pic {
}

#hostGame .con .pic .off_ws {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 99;
  text-align: center;
  padding-top: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

#hostGame .pic .off_ws a {
  padding: 10px 50px;
}

#hostGame .con .pic img {
  width: 100%;
  height: 160px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#hostGame .con .pic span {
  background: rgba(215, 56, 56, 0.8);
  color: #fff;
  border-radius: 50px;
  padding: 3px 10px;
  top: 10px;
  right: 10px;
  font-size: 14px;
  z-index: 9;
}

#hostGame .con .info {
}

#hostGame .con .btns {
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
}

#hostGame .con .btns a {
  height: 50px;
  line-height: 50px;
  /* border-top: 1px rgba(0, 0, 0, 0.1) solid; */
  display: block;
  width: 34%;
  text-decoration: none;
}

#hostGame .con .btns a:last-child {
  border: none;
}

#hostGame .con:hover {
  box-shadow: 0 15px 20px rgba(100, 100, 100, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#hostGame .con:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#hostGame .con:hover .pic .off_ws {
  opacity: 1;
  padding-top: 17%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.py:focus {
  box-shadow: none !important;
}

.card a {
  text-decoration: none;
}

.card h5 {
  font-size: 1.25rem;
}

.collect a i {
  text-indent: -999999em;
}

.footer div {
  line-height: 30px;
}

.card .text-muted span {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-item {
  font-size: 16px;
}

.user_left {
  background: url(../../../img/user_left_bg.png) center top no-repeat;
  background-size: cover;
  width: 450px;
  padding: 30px;
  float: left;
  box-shadow: 0 15px 30px rgb(0 0 0 / 30%);
  border: 1px #ffc49b solid;
  border-radius: 3px;
}

.d-flex div,
.num_list {
  font-size: 16px;
}

.num_list {
  margin-bottom: 30px;
}

.user_head {
  width: 104px;
  height: 102px;
  background: url(../../../img/head_bg.png) center top no-repeat;
  padding-left: 8px;
  padding-top: 7px;
}

.user_head img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
}

.fs20 {
  font-size: 20px !important;
}

.num_list .col::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
}

.num_list .num {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 40px;
}

.num_list .text-center:first-child {
  line-height: 24px;
}

.user_menu {
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  padding-top: 30px;
  font-size: 16px;
}

.user_menu .col a {
  display: block;
}

.user_menu .col a div:first-child {
  margin-bottom: 10px;
}

.user_menu .col a i {
  font-size: 42px;
  background: -webkit-linear-gradient(-90deg, #f1422d, #bf0014);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.user_text {
  width: calc(100% - 480px);
  float: right;
  background: url(../../../img/user_right_bg.png) center top no-repeat;
  background-size: cover;
  box-shadow: 0 15px 30px rgb(0 0 0 / 30%);
  border: 1px #ffc49b solid;
  border-radius: 3px;
  padding: 30px;
  font-size: 16px;
}

.u_space .title {
  position: relative;
  padding-left: 10px;
  font-weight: 800;
  color: rgb(255, 249, 193);
  margin-bottom: 15px;
  text-shadow: rgb(74 10 6 / 74%) 0px 2px 2px;
}

.u_space button:focus {
  outline: none;
}

.u_space .title::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 5px;
  width: 3px;
  height: 12px;
  background: rgb(255, 249, 193);
  box-shadow: rgb(74 10 6 / 74%) 0px 2px 2px;
}

.u_space .con {
  background: rgba(255, 248, 228, 0.9);
  padding: 25px;
  border-radius: 3px;
  box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
  height: 85%;
}

.u_space .con1 {
  padding: 25px;
  border-radius: 3px;
  box-shadow: 0 15px 30px rgb(0 0 0 / 20%);
}

.btn_qd {
  display: inline-block;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background: linear-gradient(180deg, #f1422d, #bf0014);
  color: #f9edac !important;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 23px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgb(172 47 36 / 30%);
}

.fs14 {
  font-size: 14px !important;
}

.tuiguang .code img {
  width: 140px;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.blank60 {
  clear: both;
  display: block;
  font-size: 1px;
  overflow: hidden;
  height: 60px;
}

.banner_img3 a {
  position: relative;
  box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
  display: block;
  overflow: hidden;
}

.banner_img3 a p {
  position: absolute;
  margin: 0;
  width: 100%;
  padding: 30px;
  z-index: 9;
}

.banner_img3 a p b {
  display: block;
  font-size: 30px;
  color: #f8e5c9;
  margin-bottom: 15px;
}

.banner_img3 a p span {
  color: #f8e5c9;
  border: 1px #f8e5c9 solid;
  padding: 5px;
  font-size: 14px;
  border-radius: 50px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.user_modal .modal-content {
  background: #e3dcd2;
  border: 1px #d6b26b solid;
}

.user_modal .modal-header {
  background: linear-gradient(90deg, #2c120b, #7f291d);
  padding: 20px 25px;
}

.user_modal .modal-header .modal-title {
  background: -webkit-linear-gradient(-90deg, #feeeb8, #ffd386);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 1.5rem;
  /*  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#feeeb8, endColorstr=#ffd386); */
  color: #ffd386;
}

.user_modal .modal-header .closed {
  cursor: pointer;
  width: 30px;
  height: 31px;
  background: url(../../../img/float_close.jpg) no-repeat;
  /* background:#fff; */
  background-size: 30px 93px;
  background-position-y: 0;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.user_modal .modal-header .closed:hover {
  background-position-y: -31px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.user_modal .modal-body {
  padding: 25px;
}

.bgh {
  background: #f3f0ea;
}

.ipt_h {
  border: 1px #d3beae solid;
  width: 100%;
  padding: 10px;
}

.cash_list .item {
  border: 1px #d3beae solid;
  background: #fffcf6;
  cursor: pointer;
  width: calc(25% - 15px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 208px;
}

.cash_list .active {
  border: 2px #e35537 solid;
  background: #fff;
}

.cash_list .active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../../../img/sel_pay.png) no-repeat;
}

.fs28 {
  font-size: 28px;
}

.cash_list .item .s_num {
  border-top: 1px #d3beae solid;
  padding: 10px 0;
}

.sel_pay .item {
  border: 1px #d3beae solid;
  background: #fffcf6;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
  padding: 15px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sel_pay .active {
  border: 2px #e35537 solid;
  background: #fff;
}

.sel_pay .active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background: url(../../../img/sel_pay.png) no-repeat;
}

.btn_h {
  background: linear-gradient(90deg, #f1422d, #bf0014);
  color: #fff !important;
  border: none;
  box-shadow: 0 10px 20px rgb(215 56 56 / 20%);
}

.consume_tabs .nav-pills .nav-link.active,
.consume_tabs .nav-pills .show > .nav-link {
  color: #fff;
  background: linear-gradient(90deg, #f1422d, #bf0014);
}

.consume_tabs .nav-item {
  font-size: 16px;
  width: auto;
  border: 0 none;
}

.consume_tabs .nav-item button {
  border: 0 none;
  background: transparent;
}

.user_center .row .col {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.user_center .row .col a {
  text-decoration: none;
}

.user_center .row .col:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}

.banner_img3 a:hover {
  margin-top: -15px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
}

.form-control2 {
  display: block;
  width: 100%;
  padding: 0 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
}

.ban_img a {
  display: block;
  overflow: hidden;
}

.ban_img a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.ban_img a:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home_login img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.home_login:hover img {
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.user-balance {
  background-color: #ebbe6e;
}

.service {
  position: fixed;
  right: 0px;
  bottom: 100px;
}

.footer .text-center p a {
  color: #999;
}
.login-modal {
  width: 562px;
  height: 660px;
  position: relative;
  overflow-y: hidden;
}

.login-modal .main #myCode {
  height: 450px;
  text-align: center;
  position: relative;
}

.login-modal .main #myCode #wxqr {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -125px;
}

.login-modal .close {
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  font-weight: 400;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  line-height: 50px;
  opacity: 1;
  position: absolute;
  text-align: center;
  width: 50px;
}

.new_home_bg {
  background-color: #333;
  background-size: 100%;
}
.navbar-brand {
  padding: 0;
}
.home_banner {
  /**background: url(../../../img/new_bg2.jpg) center top no-repeat;**/
  background-size: cover;
  height: 817px;
  position: relative;
}
.home_banner .renwu {
  position: absolute;
  background: url(../../../img/new_bg3.png) top center no-repeat;
  background-size: 100% auto;
  width: 800px;
  height: 800px;
  left: 50%;
  top: 0;
  margin-left: -900px;
  z-index: 1;
}

.home_banner .container {
  padding-top: 90px !important;
  position: relative;
}
.home_banner .notice {
  height: 70px;
  background: rgba(23, 15, 7, 0.7);
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  color: #e3dfde;
}

.home_banner .notice span {
  color: #ffd261;
}
.navbar .nav a.nav-img {
  padding: 0;
}
.navbar .nav a.nav-img:hover {
  background: none;
}

.new_footer {
  background: #1b1615;
  padding: 30px 0;
}
.new_footer .left {
  float: left;
  margin-right: 90px;
}
.new_footer .right {
  float: left;
}

.new_footer .right p {
  color: #727272;
  font-size: 14px;
}

.new_footer .right .p1 {
  color: #928260;
}

/* 新版游戏列表 */
.home_games {
  border-bottom: 1px solid #92784b;
}
.home_games li {
  position: relative;
  top: 1px;
  width: 84px;
  background: url("../img/li_bg.png") no-repeat left center;
}
.home_games li:first-child {
  background: none;
}
.home_games .nav-link {
  border: 0 none;
  background: none;
  color: #fff;
  font-size: 16px;
  padding: 0;
  text-align: center;
  width: 84px;
  height: 52px;
  line-height: 52px;
}
.home_games .active {
  background: url("../img/li_active.png") no-repeat bottom center;
  color: #928260;
}
#hostGame .con-item {
  background: #fff;
}

#hostGame .con-item .actions {
  padding-bottom: 10px;
}

#hostGame .con-item .actions a {
  background: radial-gradient(
      57% 57% at 50% 119%,
      rgba(250, 225, 122, 0.5) 0%,
      rgba(254, 247, 138, 0) 99%
    ),
    #59482a;
  width: 86px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  color: #ffffff;
  margin-right: 8px;
}

#hostGame .con-item .text-truncate {
  width: 100%;
}
#hostGame .con-item .text-truncate h5 {
  display: inline-block;
  max-width: 227px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#hostGame .con-item .text-truncate span {
  border: 1px solid #706f6f;
  border-radius: 2px;
  padding: 2px 5px;
  font-size: 12px;
  position: relative;
  top: -6px;
  color: #706f6f;
}

.home_games .input-group {
  border: 1px solid #92784b;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  height: 40px;
}
.home_games .input-group input {
  background: none;
  border: none;
  outline: none;
  box-shadow: none !important;
}

.home_games .input-group .btn,
.home_games .input-group .btn:focus {
  background: url("../img/search.png") center no-repeat;
  border: none;
  outline: none;
  box-shadow: none !important;
  width: 50px;
}
.game-h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0em;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-left: 12px;
}
.game-h1::before {
  content: "";
  width: 4px;
  height: 30px;
  background: #e40000;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.game-h1 span {
  color: #e40000;
}

.game-h1 i {
  font-style: normal;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  color: #b0a2a1;
  margin-left: 10px;
}

.game-empty {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 20px 0 100px;
  text-align: center;
  display: none;
}

/* .other {
  text-align: center;
  color: #fff;
  padding-top: 40px;
  font-size: 15px;
  font-weight: 400;
}

.other .sms,
.other .code {
  cursor: pointer;
  line-height: 36px;
}

.other .sms div {
  display: inline-block;
  background: url(../img/phone.png) no-repeat 50% #ebbe6e;
  background-size: auto 18px;
  border-radius: 3px;
  height: 26px;
  margin-right: 5px;
  width: 20px;
  position: relative;
  top: 5px;
}

.other .code div {
  display: inline-block;
  background: url(../img/wx.png) no-repeat 50% #ebbe6e;
  background-size: auto 18px;
  border-radius: 3px;
  height: 26px;
  margin-right: 5px;
  width: 25px;
  position: relative;
  top: 5px;
}

.other .code {
  display: none;
} */
.loginBox {
  padding: 200px 80px 0;
  display: none;
}
.loginBox label {
  color: #fff;
  float: left;
}

.timeRed {
  color: #dc3545;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.timeRed span {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  background: url("../img/icon12.png") center no-repeat;
  background-size: 18px auto;
}
.timeGreen {
  color: green;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.timeGreen span {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 5px;
  background: url("../img/icon11.png") center no-repeat;
  background-size: 18px auto;
}

.timeRed .tips,
.timeGreen .tips {
  position: absolute;
  width: 400px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  z-index: 999;
  left: -20px;
  display: none;
}

.timeRed:hover .tips {
  display: block;
}

.timeGreen:hover .tips {
  display: block;
}

#browser-tips {
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background: #f7f7f7;
  color: #3c3c3c;
}

#browser-tips h1 {
  font-size: 54px;
  color: #e9994b;
  background: url("../img/warn.svg") left center no-repeat;
  display: inline-block;
  padding-left: 80px;
}

#browser-tips p {
  padding-top: 50px;
  font-size: 18px;
}

#browser-tips .broswer {
  text-align: center;
  padding-top: 100px;
}

#browser-tips .broswer .item {
  display: inline-block;
  margin: 0 50px;
}

#browser-tips .broswer .item div {
  padding-top: 10px;
  color: #000;
}

.slideBox {
  position: relative;
}
.slideBox .hd {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0px;
  z-index: 1;
}

.slideBox .hd li {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ccc;
  display: inline-block;
  margin-left: 5px;
}

.slideBox .hd li.on {
  background: #dc3545;
}

.app-login-modal {
  width: 1202px;
  height: 651px;
  background: url(../img/app-login.png) no-repeat;
  background-size: 100% auto;
}

.app-login-modal .close-btn {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/close-btn.png) no-repeat;
  cursor: pointer;
  opacity: 1;
}
.app-login-modal .close-btn:hover {
  background: url(../img/close-btn-hover.png) no-repeat;
}
.app-login-modal .main {
  width: 375px;
  height: 365px;
  position: absolute;
  top: 151px;
  right: 243px;
}
.app-login-modal .main #wxqr {
  padding: 10px;
  background: #fff;
  width: 270px;
  height: 270px;
  margin: 0 auto;
  margin-top: 30px;
}

.app-login-modal .main .title {
  color: #fff;
  text-align: center;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

.app-login-modal .other {
  width: 193px;
  height: 56px;
  position: absolute;
  bottom: 67px;
  right: 335px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-login-modal .other .code {
  width: 72px;
  height: 56px;
  line-height: 56px;
  /* background: url(../img/wx-icon.png); */
  margin: 0 10px;
  cursor: pointer;
  color: #fff;
  text-align: center;
}

.app-login-modal .other .sms {
  width: 72px;
  height: 56px;
  line-height: 56px;
  /* background: url(../img/phone-icon.png); */
  margin: 0 10px;
  cursor: pointer;
  color: #fff;
  text-align: center;
}

.app-login-modal .other .code.active {
  /* background: url(../img/wx-icon-active.png); */
  color: #eed491;
  font-size: 16px;
}

.app-login-modal .other .sms.active {
  /* background: url(../img/phone-icon-active.png); */
  color: #eed491;
  font-size: 16px;
}

.app-login-modal .loginBox {
  padding: 33px 27px 0;
}

.qrLose {
  background: rgba(0, 0, 0, 0.5);
  width: 271px;
  height: 270px;
  position: absolute;
  top: 60px;
  left: 52px;
  color: #fff;
  display: none;
  text-align: center;
  padding-top: 80px;
}
.qrLose .btn {
  width: 50px;
  height: 50px;
  background: url("../img/refresh.png") no-repeat center;
  background-size: 50px;
  cursor: pointer;
}

.recharge_amount1 {
  position: absolute;
  text-align: center;
  font-weight: bold;
  top: 144px;
  left: 37px;
}

.recharge_amount2 {
  position: absolute;
  text-align: center;
  font-weight: bold;
  top: 144px;
  left: 210px;
}

.recharge_amount3 {
  position: absolute;
  text-align: center;
  font-weight: bold;
  top: 144px;
  left: 380px;
}

 .glowing-background {
  background-image: url('../img/activity/effect/background.gif');
  background-repeat: no-repeat; /* 如果你不想让背景平铺 */
  background-size: cover; /* 或者可以使用contain，根据需求 */
  background-position: center; /* 可以调整GIF的位置 */
  cursor: pointer;
}
