@charset "utf-8";

.inline-b {
  display: inline-block;
}


.block {
  display: block;
  position: relative;
}



.navfadeIn {
  -webkit-animation: bounce-down 1s linear infinite;
  animation: bounce-down 1s linear infinite
}

.rotate-ani {
  display: inline-block;
  animation: rotate-ani 2s linear infinite;
  -webkit-animation: rotate-ani 2s linear infinite;
}

.nav-user-box {
  display: flex;
  justify-content: space-between;
  width: 110px;
  height: 36px;
  /* line-height: 36px!important; */
  border-top: 1px solid dashed;
  vertical-align: center;
  margin: 0 auto;
  padding-top: 10px;
  border-top: 1px dashed #DDDDDD;
}

.nav-header-icon1 {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}

.login-out-btnnew {
  width: 110px;
  height: 30px;
  display: block;
  border-radius: 30px;
  line-height: 30px;
  background: linear-gradient(180deg, #62C69B 0%, #60C0B2 100%);
  color: #fff;
}

.nav-header-icon2 {
  width: 4px;
  height: 10px;
  position: relative;
  top: 4px;
  margin-right: 15px;
}

@keyframes rotate-ani {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-ani {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce-down {
  25% {
    -webkit-transform: translateY(-3px)
  }

  50%,
  100% {
    -webkit-transform: translateY(0)
  }

  75% {
    -webkit-transform: translateY(3px)
  }
}

@keyframes bounce-down {
  25% {
    transform: translateY(-3px)
  }

  50%,
  100% {
    transform: translateY(0)
  }

  75% {
    transform: translateY(3px)
  }
}

/*头部导航*/
.main-nav-header {
  width: 100%;
  height: 84px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 90.48%);
}

.logo-cont {

  display: block;
  height: 36px;
  margin: 20px 0;
  flex: 0 0 280px;
  background: url(/images/logo/logo-w4.webp) no-repeat center;
  background-size: 100%;
}

/*首页头部*/
.main-nav-header.index-top {
  position: fixed;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 90.48%);
}

/*.index-top  .logo-cont{*/

/*background: url(/images/index/qy3.png) no-repeat center top;*/
/*}*/

.index-top .login-money-cont {
  color: #fff;
}

.main-nav-header.index-top .nav-sub-item .nav-sub-title {
  position: relative;
  display: block;
  color: #fff;
}

/*首页头部*/


.ul-menu {
  align-items: center;
  justify-content: end;
}


.ul-menu .nav-sub-item {
  height: 84px;
  line-height: 84px;
  /*margin: 0 5px;*/
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
  list-style: none;
  cursor: pointer;
  transition: all .3s;
}

.ul-menu .nav-sub-item:nth-last-of-type(1) {
  margin-right: 0;
}

.ul-menu .nav-sub-item .nav-sub-title {
  position: relative;
  display: block;
  /*color: #333;*/
}

.nav-sub-item:hover .nav-sub-title:before,
.nav-sub-item.active .nav-sub-title:before {
  width: 100%;
  height: 4px;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  color: #fff;
  background: #fff;
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.nav-sub-item:hover .nav-sub-title.navbar-item-cont:before,
.nav-sub-item.active .nav-sub-title.navbar-item-cont:before {
  bottom: 10px;

}




.ul-menu .item-nav {
  display: none;
  position: absolute;
  left: 0;
  top: 84px;
  z-index: 99;
  overflow: hidden;
  /*height: 200px;*/
  width: 100%;
  -webkit-box-shadow: 0 0.12rem 0.17rem 0 rgba(0, 0, 0, .19);
  box-shadow: 0 0.12rem 0.17rem 0 rgba(0, 0, 0, .19);
  /*background: #fff;*/

}

.agent-nav-header .ul-menu .nav-sub-item {
  color: #333;
}



.main-nav-header.is-show-dropdown {
  position: fixed;
  background: #fff;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, .25);
}

/*.main-nav-header.is-show-dropdown .logo-cont {*/
/*background: url(/images/index/qy6-n.png) no-repeat left center;*/
/*}*/

/*.main-nav-header.nav-green .logo-cont {*/
/*background: url(/images/index/qy6.png) no-repeat left center;*/
/*}*/


.main-nav-header.is-show-dropdown .ul-menu .nav-sub-title {
  display: block;
  position: relative;
  color: #333;
}

.main-nav-header.is-show-dropdown .nav-sub-item:hover .nav-sub-title,
.main-nav-header.is-show-dropdown .nav-sub-item.active .nav-sub-title {
  color: #4fafaa;
}

.main-nav-header.is-show-dropdown .nav-sub-item:hover .nav-sub-title:before,
.main-nav-header.is-show-dropdown .nav-sub-item.active .nav-sub-title:before {
  width: 100%;
  height: 4px;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  background: #4fafaa;
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.main-nav-header.is-show-dropdown .nav-icon-item.nav-sub-item:hover .nav-sub-title:before,
.main-nav-header.is-show-dropdown .nav-icon-item.nav-sub-item.active .nav-sub-title:before {

  bottom: 10px;
}




.main-nav-header.is-show-dropdown .navbar-item-cont .iconfont {
  color: #333;
  font-weight: bold;
}

.main-nav-header.is-show-dropdown .nav-sub-item:hover .iconfont,
.main-nav-header.is-show-dropdown .nav-sub-item.active .iconfont {
  color: #4fafaa;
}

.main-nav-header.is-show-dropdown .nav-sub-item:hover .login-after-cont .iconfont,
.main-nav-header.is-show-dropdown .nav-sub-item.active .login-after-cont .iconfont {
  color: #999;
}

.main-nav-header.is-show-dropdown .nav-sub-item:hover .login-before-cont .iconfont,
.main-nav-header.is-show-dropdown .nav-sub-item.active .login-before-cont .iconfont {
  color: #fff;
}


.main-nav-header.nav-green {
  position: fixed;
  background: #5f71a1 url(/images/headerNav/header-nav.jpg) no-repeat center;
}

.main-nav-header.nav-green .ul-menu .nav-sub-title {
  position: relative;
  display: block;
  color: #fff;


}

.main-nav-header.nav-green .nav-sub-item:hover .nav-sub-title,
.main-nav-header.nav-green .nav-sub-item.active .nav-sub-title {
  color: #fff;
}


.main-nav-header.nav-green .item-nav .nav-sub-title {
  color: #fff;
}

.main-nav-header.nav-green .navbar-item-cont .iconfont,
.main-nav-header.nav-green .navbar-item-cont .iconfont {
  color: #fff;
}

.main-nav-header.nav-green .nav-sub-item:hover .iconfont,
.main-nav-header.nav-green .nav-sub-item.active .iconfont {
  color: #fff;
}


.main-nav-header.nav-green .has-sub-nav .navbar-item-cont::before {
  bottom: 10px;
}

/*.ul-menu a:hover, .ul-menu a.active, .ul-menu li.active a {  }*/
/*.ul-menu a:hover i, .ul-menu .hov i, .pic-level:hover .iconfont, .user-box-hover .pic .iconfont {*/
/*-webkit-transform: rotate(360deg);*/
/*transform: rotate(360deg);*/
/*}*/



.ul-menu .has-sub-nav .nav-sub-title::before {
  width: 100%;
  height: 4px;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: #4fafaa;
  -webkit-transform: scaleX(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  transform: scaleX(0);
}

.ul-menu .has-sub-nav .navbar-item-cont::before {
  bottom: 10px;
}

/*.ul-menu .hov:before {*/
/*width: 100%;*/
/*height: 4px;*/
/*content: "";*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 0;*/
/*background: #4fafaa;*/
/*-webkit-transform: scaleX(1)!important;*/
/*transform: scaleX(1)!important;*/
/*}*/


.main-nav-header.nav-green .nav-sub-item:hover .nav-sub-title.hov:before {
  width: 100%;
  height: 4px;
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  background: #fff;
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.main-nav-header.nav-green .nav-sub-item.nav-icon-item:hover .nav-sub-title.hov:before {

  bottom: 10px;
}



.show-dropdown .item-nav .nav-sub-title {
  color: #333;
}


.ul-menu>.has-sub-nav:hover .item-nav {
  display: block;
  animation: fadeInDown ease .8s forwards;

  background: url(/images/headerNav/nav-bg8.jpg) no-repeat center top;
}


.game-drop-list {
  position: relative;
  max-width: 1080px;
  height: 100%;
  line-height: 1;
  padding: 30px 0;
  margin: 0 auto;

}

.app-drop-list {
  padding: 20px 0;
}


.live-drop-list {
  padding: 30px 0 0;
}

.epsort-drop-list {
  max-width: 848px;
}

.lottery-drop-list {
  padding: 30px 0 0;
  /*max-width: 848px;*/

}

.slot-drop-list {

  padding: 60px 0 30px;
}

.fish-drop-list {
  max-width: 1000px;
}



.slot-drop-list .open-slot-game-btn {
  position: absolute;
  right: 0;
  top: 25px;
  width: 108px;
  height: 34px;
  line-height: 34px;
  border-radius: 16px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(0deg, #546aae, #5c7dd1);
  cursor: pointer;
}

.slot-drop-list .open-slot-game-btn:hover {
  background: linear-gradient(0deg, #6e82bd, #7590d7);
}

.slot-drop-list .open-slot-game-btn .iconfont {
  vertical-align: middle;
}

.slot-list-context {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 210px;
  overflow: hidden;
}

.slot-list-context.active {
  height: auto;
  overflow-y: auto;

}


.slot-list-context li {
  width: 180px;
  padding: 25px 0;
}

.other-list-context {
  max-width: 840px;
}

.other-list-context .app-q-cont {
  position: relative;
  height: 130px;
  width: 130px;
  margin: 10px auto;
  padding: 5px;
  background: url(/images/headerNav/code-bg.png) no-repeat center;
  background-size: 100% 100%;
}

.other-list-context .app-qr-cont2 {
  height: 84px;
  width: 84px;
  margin: 10px auto;
}

.list-context {
  /*justify-content: center;*/
}


.game-icon-cont {
  position: relative;
  align-items: center;
  transform: scale(1);
  transition: transform .2s;
}

.game-icon-cont2 {
  position: relative;
  display: block;
  transform: scale(1);
  transition: transform .2s;
}

.icon-hot {
  position: absolute;
  top: -25px;
  right: 20px;
  display: inline-block;
  height: 30px;
  width: 25px;
  background: url(/images/headerNav/hot.png) no-repeat center;
}

.game-des-cont {
  position: relative;
}

.game-icon-cont2:hover,
.game-icon-cont:hover {
  transform: scale(1.05);
}

.other-des-cont {
  padding-left: 20px;
}

.game-des-title {
  position: relative;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.game-des-text {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 12px;
  color: #666;
}

.game-des-text2 {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 12px;
  color: #666;
}

.game-des-btn {
  height: 42px;
  line-height: 32px;
  width: 108px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: url(/images/headerNav/all-game-btn4.png) no-repeat center;
  transition: all .2s;
}

.game-des-btn:hover {
  background: url(/images/headerNav/all-game-btn-hover3.png) no-repeat center;
}

.game-img-context {
  text-align: center;
}

.game-img-context .game-des-btn {
  margin: 10px auto 0;
}

/*下拉子导航*/
.Navbar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  animation-duration: 200ms;
}

/*用户下拉信息*/

.main-nav-header.is-show-dropdown .login-name-cont {
  color: #333;
  height: 16px;
  line-height: 15px;
}

.main-nav-header.is-show-dropdown .logo-cont {
  width: 223px;
  height: 47px;
  /* width:240px;
    height: 40px; */
  background: url(/images/logo/logo-b4.webp) no-repeat center;
  background-size: 100%;

}


.main-nav-header.is-show-dropdown .login-credit-cont {
  color: #666;
}


.main-nav-header.is-show-dropdown .icon-open1 {
  color: #666;
  right: 25px;
}

.login-credit-cont.active .icon-open1 {
  display: inline-block;
  color: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}




.navbar-item-cont {
  position: relative;
  display: block;
  line-height: 1;
  padding: 18px 0;
}

.icon-item-cont {
  line-height: 1.5;
  font-size: 12px;
}


.top_nav .navbar .navbar-list.active,
.top_nav .navbar .navbar-list:hover {
  font-weight: bold;
}

.top_nav .navbar .navbar-list.login-register-cont.active,
.top_nav .navbar .navbar-list.login-register-cont:hover {
  font-weight: normal;
}

.top_nav .navbar .navbar-list .line {
  content: '';
  display: none;
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
  border-bottom: 4px solid #fff;
  transition: all .2s;
}



.top_nav .navbar .navbar-list.active .line,
.top_nav .navbar .navbar-list:hover .line {
  display: block;
}

.index-btn {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  background: url(/images/headerNav/lg-btn-bg.png) no-repeat center;
}

.index-btn:hover {
  opacity: 0.8;
}

.reg-btn {
  background: url(/images/headerNav/rg-btn-bg.png) no-repeat center;
}

.login-before-btn-cont:hover .log-btn {
  background: url(/images/headerNav/lg-bg-btn2-hover.png) no-repeat center;
}

.reg-before-btn-cont:hover .reg-btn {
  background: url(/images/headerNav/reg-bg.png) no-repeat center;
}

.top_nav .navbar .navbar-list.login-register-cont {
  position: relative;
  width: 180px;
  line-height: 1;
  cursor: pointer;
}

.login-before-cont {
  padding: 25px 0;
  line-height: 1;
}

.login-after-cont {
  position: relative;
  padding: 17px 0;
  width: 198px;
}

.login-info-cont {

  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.login-right-cont {
  justify-content: flex-start;
  align-items: center;
}


.user-icon {
  width: 50px;
}

.login-name-cont {
  position: relative;
  line-height: 1;
  font-size: 14px;
  /*color: #fff;*/
}

.login-name-text {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;

}


.login-credit-cont {
  position: relative;
  line-height: 1;
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
  /*color: #fff;*/
}


.login-money-cont {
  margin-left: 10px;
  /*color: #333;*/
}

.icon-open1 {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 2px;
  font-size: 14px;
  transition: all .2s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}


.v-sprite {
  display: inline-block;
  width: 50px;
  height: 16px;
  vertical-align: middle;
  background: url(/images/headerNav/level_sprites.png) no-repeat 1000px 1000px;
}

.v0 {
  background-position: -0 -0;
}

.v1 {
  background-position: -0 -16px;
}

.v2 {
  background-position: -0 -32px;
}

.v3 {
  background-position: -0 -48px;
}

.v4 {
  background-position: -0 -64px;
}

.v5 {
  background-position: -0 -80px;
}

.v6 {
  background-position: -0 -96px;
}

.login-after-drop-down {
  display: none;
  position: absolute;
  top: 64px;
  left: 53px;
  width: 100%;
  padding: 40px 30px 25px;

  border-radius: 0 0 4px 4px;
  color: #333;
  background: url(/images/headerNav/list-bg.png) no-repeat center top;
  background-size: 100% 100%;

}

.user-tab-list {
  line-height: 1.5;
  font-size: 14px;
}

.user-tab-list li:hover {
  color: #4fafaa;
}

.user-icon-sprite {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/images/headerNav/user-icon2-n.png) no-repeat 9999px 9999px;

}

.icon_c {

  background-position: 0 0;
}

.icon_t {
  background-position: -23px 0;
}

.icon_z {
  background-position: -48px 0;
}

.user-integral-cont {
  padding: 20px 0;
  line-height: 1;
  font-size: 12px;
}

.u-point {

  color: #111;
}


.user-set-item {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 14px;
  text-align: left;
}

.user-set-cont {
  border-top: 1px dashed #e5e5e5;
  padding: 10px 0;

}

body .user-set-cont.foruser {
  display: block;
  padding-top: 10px !important;
}

body .user-set-cont.foruser li {
  width: auto;
  display: block;
  height: 35px;
  line-height: 35px;
}

body .user-set-cont.foruser li a {
  display: inherit;
  /* line-height: 35px; */
  height: 35px;
}

.account-set-cont {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding: 10px 0;
  vertical-align: middle;
  font-size: 14px;
}

.email-count-num {
  position: absolute;
  top: 7px;
  right: -5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  border-radius: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  background: #d85988;
}

.set-icon {
  font-size: 20px;
  color: #999;
}

.user-set-cont li:hover {
  color: #4fafaa;
}

.user-set-cont li:hover .set-icon {
  color: #4fafaa;
}

.main-nav-header.is-show-dropdown .nav-sub-item:hover .login-after-cont .user-set-cont li:hover .set-icon,
.main-nav-header.is-show-dropdown .nav-sub-item.active .login-after-cont .user-set-cont li:hover .set-icon {
  color: #4fafaa;

}

.login-out-btn {
  height: 30px;
  line-height: 28px;
  margin-top: 10px;
  border: 1px solid #d8d8d8;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
  color: #333;
  background: #fff;
  cursor: pointer;
  transition: .1s;
}

.login-out-btn:hover {
  border-color: #4fafaa;
  color: #4fafaa;
}

.sport-img {
  height: 140px;
  width: 147px;
}

/*代理登录后*/
.agent-nav-cont {
  justify-content: space-between;
}

.agent-integral-cont {
  padding: 0 0 10px;
}

.u-point2 {
  color: #111;
}

.agent-money-text {}


.agent-nav-header .login-credit-cont,
.agent-nav-header .login-name-cont {
  color: #333;
}

.agent-nav-header .icon-open1 {
  display: inline-block;
  color: #333;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all .2s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}



.layui-layer.tips-layer .layui-layer-btn0 {
  min-width: 90px;
  height: 32px;
  line-height: 32px;
  border: 0;
  background: #4fafaa;
  border-radius: 5px;
  font-size: 14px;
}

.layui-layer.tips-layer .layui-layer-title {
  padding: 0;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  color: #fff;
  background: #4fafaa;

}

.layui-layer-btn {
  text-align: center;
}

/* 代理登录后样式 */
.user-set-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 20px !important;
}

.user-set-cont li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.agent-user-set-item {
  text-align: center;
  line-height: 1.5;
}

.agent-user-set-item p {
  font-size: 12px;
  color: #333;
  margin-top: 10px;
}

.agent-user-set-item:hover p {
  color: #4fafaa;
}

.new-top-icon {
  display: inline-block;
  width: 24px;
  height: 22px;
}

.icon-tc {
  background: url(/agent/images/tc-icon.png) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 22px;
  height: 22px;
}

.login-out-btn-wp:hover .icon-tc {
  background: url(/agent/images/tc-icon-1.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.icon-xx {
  background: url(/agent/images/xx-icon.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.go-email:hover .icon-xx {
  background: url(/agent/images/xx-icon-1.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.icon-zx {
  background: url(/agent/images/zx-icon.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.go-center:hover .icon-zx {
  background: url(/agent/images/zx-icon-1.png) no-repeat;
  background-size: 100%;
  background-position: center;
}

.agent-nav-header {
  z-index: 22222222 !important;
}

.user-set-cont li {
  width: 48px;
  text-align: center;
  display: inline-block;
}

.login-after-drop-down {
  width: 150px !important;
  padding: 20px;
}

.agent-name-text {
  width: 77px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 5px;
}

.login-after-drop-down.users {
  width: 250px !important;
}

.login-after-drop-down.users .user-set-cont li {
  width: 60px !important;
}