@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;
}
.indexfdj-cont {
    font-size: 12px;
    text-align: center;
    transition: all .3s;
    transform: scale(1);
    cursor: pointer;
}
.indexfdj-cont:hover {
    transform: scale(1.2);
}
.main-nav-header.is-show-dropdown .indexfdj-cont {
    color: #333;
}
.indexfdj {
    display: inline-block;
    width:14px;
    height: 14px;
    background: url(/images/fangda.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.main-nav-header.is-show-dropdown .indexfdj {
    background: url(/images/fangda1.png) no-repeat center;
    background-size: 100% 100%; 
}

@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: 50px;
  margin: 20px 0;
  flex: 0 0 284px;
  background: url(/images/logo/logo-w4.webp) no-repeat center;
  background-size: 100%;
}
#indexBody .logo-cont {
    background: url(/images/logo/logo-w4.webp) no-repeat center;
    background-size: 100%;
}
.nav-green .logo-cont{

    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 13px;
    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: #4fafaa;
    background: #4fafaa;
    -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: 236px; */
    width: 100%;
    /* padding-bottom: 30px; */
    -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: #4fafaa url(/images/headerNav/header-nav-bg5-n.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;
}

.nav-green .nav-sub-item.active .nav-sub-title:before{
    background: #fff;
}

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

    background: url(/images/headerNav/header-nav-bg6-n.jpg) no-repeat center top;
    background-size: 100% 100%;
}


.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{

}
.epsort-drop-list{

}
.lottery-drop-list{

    /*max-width: 848px;*/

}

.slot-drop-list{
  padding-top: 0;

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



.slot-drop-list .open-slot-game-btn{
    position:absolute;
    right: -80px;
    top: 94px;
    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,#4fafaa,#4fafaa);
    cursor: pointer;
}

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

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

.list-context img {
  height:160px;
}
.slot-list-context img {

}

.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: space-around;
}


.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;
   text-align: center;
}

.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: bold;
}
.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;
    display: inline-block;
}

.game-des-btn:hover{
    opacity: 0.8;
}

.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;
}


.main-nav-header.is-show-dropdown .logo-cont{

    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;
}

.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;
}

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

.reg-before-btn-cont:hover .reg-btn{
    opacity:0.8;
    /* 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: 18px 0 25px;
    line-height: 1;
}
.login-before-cont a.inline-b{
    border-radius: 55px;
}
.login-before-cont a:hover {
    background-color: #fff;
}
.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_sprites3.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;
}
.v7{
    background-position:  -0 -112px;
}
.v8{
    background-position:  -0 -128px;
}
.v9{
    background-position:  -0 -160px;
}

.login-after-drop-down{
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    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:-24px 0;
}
.icon_z{
    background-position:-48px 0;
}
.user-integral-cont{
    padding: 20px 0;
    line-height: 1;
    font-size: 12px;
}

.u-point{
    display: inline-block;
    vertical-align: middle;
    width: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    color: #666;
}


.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;

}
.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{
    width: 69px;
}
.agent-money-text{
    display:inline-block;
    width: 60px;
    vertical-align: middle;
}


.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;
}
.ks-tip-pic {
  position: absolute;
  right: 0;
  top: -30px;
  width: 116px;
}

/* 新年点灯笼 */
.active-Light {
  animation: showLight 1s ease-in-out infinite;
  -webkit-animation: showLight 1s ease-in-out infinite;
  transform: scale(0.9);
}

@keyframes showLight {
  from {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  to {
    transform: scale(0.9);
  }
}

@-webkit-keyframes showLight {
  from {
    transform: scale(0.9);
  }



  50% {
    transform: scale(1);
  }

  to {
    transform: scale(0.5);
  }
}
.new-year-modal-tips {
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;
}
.new-year-modal-tips-con {
  background: url(/qy-ydpm/newyear/img/deng/bg.png);
    background-size: 100% 100%;
    width: 550px;
    height: 550px;
    position: absolute;
    top: 50%;
    margin-top: -275px;
    left: 50%;
    margin-left: -275px;
}
.light-pic {
  width: 156px;
    height: 277px;
    position: absolute;
    top: 162px;
    left: 210px;
}
@media (max-width: 520px) {
.new-year-modal-tips-con {
  transform: scale(0.5);
}


}