@CHARSET "UTF-8";



body {
    margin-top: -22px !important;
}

@font-face {
    font-family: HYXiaoBoHuaBaoHeiW;
    src: url('/css/font/HYXiaoBoHuaBaoHeiW.ttf');
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}
/*主体内容*/


.content-main-bg {
    background: url(../images/index/new2/main-bg1.png) no-repeat center 0,
    url(../images/index/new2/main-bg2.png) no-repeat center 1000px;
    background-color: #f7f9fb;
}

.main-title-cont{
    padding: 60px 0 0;
    text-align: center;
}
.main-title{
    line-height: 42px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #333;

    background: url(/images/index/new2/main-title-bg.png) no-repeat center;

}

.main-title-text{
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
}





/*游戏列表切换*/
.game-swiper-main-cont{
    /*max-width: 1200px;*/
    /*margin: 0 auto;*/
    position: relative;
    height: 730px;
}
#game-type-list{
    position: absolute;
    left: 5%;
    bottom: 230px;
    padding: 36px 0 36px 24px;
    z-index: 10;

    background: url(/images/index/new2/time-line3.png) no-repeat 7px 25px;
}





#game-type-list .swiper-wrapper{
    display: block;
}

#game-type-list .g-type-item{
    position: relative;
    display: block;
    width: 121px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    border-radius: 0;
    text-align: left;
    font-size: 18px;
    background:none;
    color: #fff;
    opacity: 1;
    transition: .2s;
    cursor: pointer;
}
#game-type-list .g-type-item:not(:nth-last-of-type(1)){
    margin-bottom: 20px;
}
#game-type-list .g-type-item::before {
    content: "";
    position: absolute;
    top: 11px;
    left: -19px;
    width: 8px;
    height: 8px;
    border: 1px solid #4fafaa;
    border-radius: 50%;
    background: #fff;
    transition: .2s;
}

#game-type-list .g-type-item.active{

    background: url(/images/index/new2/g-hover-bg3.png) no-repeat center;
}

#game-type-list .g-type-item.active::before{
    top: 7px;
    left: -23px;
    width: 16px;
    height: 16px;
    border: none;
    background: url(/images/index/new2/g-active.png) no-repeat center;
}

#game-swiper{
    margin-top: 25px;
}
.game-lists-container {
    width:1200px;
    margin:0 auto;
    /* margin-top: 20px; */
}
.game-lists-container .g-s-item{
    display: none;
    height: 730px;
}
.game-lists-container .g-s-item.active{
    display: block;
}

.game-lists-container .swiper-slide1{

    background: url(/images/index/new2/sport-bg2.jpg) no-repeat center top;
}
.game-lists-container .swiper-slide2{

    background: url(/images/index/new2/live-bg2.jpg) no-repeat center top;
}
.game-lists-container .swiper-slide3{
    background: url(/images/index/new2/slot-bg2.jpg) no-repeat center top;
}
.game-lists-container .swiper-slide4{

    background: url(/images/index/new2/esport-bg2.jpg) no-repeat center top;
}
.game-lists-container .swiper-slide5{

    background: url(/images/index/new2/chess-bg2.jpg) no-repeat center top;
}
.game-lists-container .swiper-slide6{
    background: url(/images/index/lottery-bg.jpg) no-repeat center top;
}
.game-lists-container .swiper-slide7{
    background: url(/images/index/fish-bg2.jpg) no-repeat center top;
}


/*.game-lists-container .game-swiper-pagination{*/
/*bottom: 230px!important;*/
/*left: 4%!important;*/
/*width: auto !important;*/
/*padding:36px 0!important;*/
/*}*/
/*.game-lists-container .swiper-pagination::before {*/
/*content: "";*/
/*position: absolute;*/
/*left: -12px;*/
/*top: 0;*/
/*width: 4px;*/
/*height: 353px;*/
/*background: url(/images/index/new2/time-line3.png) no-repeat center top;*/
/*}*/
/*.game-lists-container .swiper-pagination-bullet{*/
/*position: relative;*/
/*display: block;*/
/*width: 121px;*/
/*height: 30px;*/
/*line-height: 30px;*/
/*padding: 0 8px;*/
/*border-radius: 0;*/
/*text-align: left;*/
/*font-size: 18px;*/
/*background:none;*/
/*color: #fff;*/
/*opacity: 1;*/
/*transition: all .1s;*/
/*}*/

/*.game-lists-container  .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet:not(:nth-last-of-type(1)) {*/
/*margin: 0 auto 20px;*/
/*}*/


/*.game-lists-container .swiper-pagination-bullet::before {*/
/*content: "";*/
/*position: absolute;*/
/*top: 11px;*/
/*left: -19px;*/
/*width: 8px;*/
/*height: 8px;*/
/*border: 1px solid #4fafaa;*/
/*border-radius: 50%;*/
/*background: #fff;*/
/*transition: .2s;*/
/*}*/
/*.game-pagination-cont{*/
/*max-width: 1200px;*/
/*margin: 0 auto;*/
/*}*/
/*.game-lists-container .swiper-pagination-bullet-active{*/
/*background: url(/images/index/new2/g-hover-bg2.png) no-repeat center;*/
/*}*/
/*.game-lists-container .swiper-pagination-bullet-active::before{*/
/*top: 7px;*/
/*left: -23px;*/
/*width: 16px;*/
/*height: 16px;*/
/*border: none;*/
/*background: url(/images/index/new2/g-active.png) no-repeat center;*/
/*}*/
.preview{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height:144px;
    padding: 17px 0;

    background: linear-gradient(180deg, rgba(255,255,255,.2), rgba(255, 255, 255, 0.2));

    box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.25);
}
.preview .arrow-left {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -17px;
    z-index: 10;
    font-size: 34px;
    color: #fff;
    opacity: .6;
}

.preview .arrow-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -17px;
    z-index: 10;
    font-size: 34px;
    color: #fff;
    opacity: .6;
}


.swiper-slide-content{
    position: relative;
    /*max-width: 1200px;*/
    width: 100%;
    height: 730px;
    margin: 0 auto;
    padding: 25px 0 0;
    text-align: right;
    clear: both;
    overflow: hidden;

}
.game-slide-content{
    /*display: inline-block;*/
    /*width: 980px;*/
    /*height: 540px;*/

}
.game-img-bg-cont{
    width: 100%;
    height: 730px;
}
.game-img-bg-cont.sport-qy{

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

.game-img-bg-cont.sport-sb{

    background: url(/images/index/p2.png) no-repeat center;
}
.game-img-bg-cont.sport-fb{

    background: url(/images/index/fb-2.png) no-repeat center;
}


.game-img-bg-cont.sport-ob{
    background: url(/images/index/p3.png) no-repeat center;
}
.game-img-bg-cont.sport-sbcv{
    background: url(/images/index/sbcv.png) no-repeat center;
}
/*.game-img-bg-cont.sport-sexy{*/
    /*background: url(/images/index/sexysport1.png) no-repeat center;*/
/*}*/
.game-img-bg-cont.slot-pt{
    background: url(/images/index/pt.png) no-repeat center;
}
.game-img-bg-cont.slot-dt{
    background: url(/images/index/dt.png) no-repeat center;
}
.game-img-bg-cont.slot-pg{
    background: url(/images/index/pg.png) no-repeat center;
}
.game-img-bg-cont.slot-cq9{
    background: url(/images/index/cq9.png) no-repeat center;
}

.game-img-bg-cont.slot-mg{
    background: url(/images/index/mg.png) no-repeat center;
}

.game-img-bg-cont.slot-png{
    background: url(/images/index/png.png) no-repeat center;
}
.game-img-bg-cont.slot-ag{
    background: url(/images/index/ag.png) no-repeat center;
}
.game-img-bg-cont.slot-sw{
    background: url(/images/index/sw.png) no-repeat center;
}
.game-img-bg-cont.slot-pp{
    background: url(/images/index/pp.png) no-repeat center;
}
.game-img-bg-cont.live-ag{
    background: url(/images/index/aglive.png) no-repeat center;
}
.game-img-bg-cont.live-mg{
    background: url(/images/index/mglive.png) no-repeat center;
}

.game-img-bg-cont.live-ob{
    background: url(/images/index/oblive.png) no-repeat center;
}

.game-img-bg-cont.live-bbin{
    background: url(/images/index/bbinlive.png) no-repeat center;
}

.game-img-bg-cont.chess-dt{
    background: url(/images/index/dtchess.png) no-repeat center;
}

.game-img-bg-cont.chess-as{
    background: url(/images/index/aschess.png) no-repeat center;
}
.game-img-bg-cont.chess-ks{
    background: url(/images/index/kschess.png) no-repeat center;
}
.game-img-bg-cont.chess-bl{
    background: url(/images/index/blchess.png) no-repeat center;
}
.game-img-bg-cont.chess-hl{
    background: url(/images/index/hlchess.png) no-repeat center;
}
.game-img-bg-cont.chess-ky{
    background: url(/images/index/kychess.png) no-repeat center;
}

.game-img-bg-cont.dj-fy{
    background: url(/images/index/fy.png) no-repeat center;
}
.game-img-bg-cont.dj-im{
    background: url(/images/index/imdj.png) no-repeat center;
}
.game-img-bg-cont.lottery-igggf{
    background: url(/images/index/igggf.png) no-repeat center;
}
.game-img-bg-cont.lottery-iggxg{
    background: url(/images/index/iggct.png) no-repeat center;
}
.game-img-bg-cont.lottery-iggct{
    background: url(/images/index/iggxg.png) no-repeat center;
}




.game-img-bg-cont.fish-ag{
    background: url(/images/index/agfish.png) no-repeat center;
}
.game-img-bg-cont.fish-sw{
    background: url(/images/index/swfish.png) no-repeat center;
}
.game-img-bg-cont.fish-ks{
    background: url(/images/index/ksfish.png) no-repeat center;
}


.game-left-cont{
    display: block;
    padding: 220px 20% 0;
    vertical-align: middle;
    text-align: left;
}

/*.game-right-cont{*/
    /*display: inline-block;*/
    /*width: 675px;*/
    /*vertical-align: middle;*/
/*}*/
/*.item-img{*/
    /*height: 540px;*/
/*}*/
.game-title{
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    color: #fff;
}
.game-text{
    width: 300px;
    margin: 10px 0 30px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;

}
.game-btn-cont{

}
.game-link-btn{
    display: inline-block;
    height: 48px;
    line-height: 40px;
    width: 168px;
    margin: 0 auto;
    border-radius: 24px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: url(/images/index/new2/join-game-btn4.png) no-repeat center;
    opacity: 0.9;
    transition: all .1s;
}

.game-link-btn:hover{
    opacity: 1;
}
.app-code-cont{
    max-width: 370px;
    margin: 0 auto;
}
.green{
    color: #4fafaa;
}
.app-img-cont{
    width: 160px;
    height: 160px;
    padding: 10px;
    border: 2px solid #fff;

    border-radius: 10px;
    background: linear-gradient(360deg, rgba(245, 246, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 86.36%);
    box-shadow: 0 4px 6px rgba(0, 21, 33, 0.1), inset 0 0 13px rgba(255, 255, 255, 0.9);

}
.wh{
    width: 100%;
}

.app-img-ctx{
    width: 130px;
    height: 130px;
    padding: 10px 20px 10px 13px;
    border: 3px solid #fff;
    border-radius: 10px;
    background: #fff;

}
.app-code-ctx{
    width: 130px;
    height: 130px;
    /*padding: 6px;*/
    border: 3px solid #fff;
    border-radius: 10px;
    background: #fff;
}
.app-img-text{
    max-width: 129px;
    margin: 15px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #666;
}
.app-down-c{
    display: none;
}
.app-down-c.active{
    display: block;
}
/*游戏切换各平台*/
.game-detail-list{
    max-width: 1000px;
    margin: 0 auto;
    justify-content: center;
}
.game-detail-item{
    width: 92px !important;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0 6px;
    transition: all .1s;
    cursor: pointer;
}

.game-item-img-cont{
    height: 92px;
    width: 92px;
    padding: 14px;
    background:  url(/images/index/new2/logo-bg.png) no-repeat 0 0;


}
.game-detail-item.active-nav,
.game-detail-item:hover{
    font-size: 14px;
    font-weight: bold;
}
.game-detail-item.active-nav .game-item-img-cont,
.game-detail-item:hover .game-item-img-cont{

    background:  url(/images/index/new2/logo-bg-hover3-n.png) no-repeat 0 0;
}
.slot-limit-cont{
    position: relative;
    max-width: 830px;
    margin: 0 auto;

}

#game-preview-swiper1{
    max-width: 730px;
    margin: 0 auto;
    /*overflow-x: auto;*/
}



#game-preview-swiper1 .game-detail-list {
    /*max-width: 706px;*/
    /*margin: 0 auto;*/
    /*overflow: hidden;*/
    justify-content: flex-start;
    transition: all .2s;
}

#game-preview-swiper1 .game-detail-list.left{
    transition-duration: 0ms; transform: translate3d(-200px, 0px, 0px);
}
#game-preview-swiper1 .game-detail-list.right{
    transition-duration: 0ms; transform: translate3d(200px, 0px, 0px);
}


.p-arrow-left{
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -45px;
    z-index: 10;
    width: 33px;
    height: 64px;
    background: url(/images/index/new2/arr-l.png) no-repeat center;
}
.p-arrow-left:hover{
    background: url(/images/index/new2/arr-l-n.png) no-repeat center;
}
.p-arrow-right{
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -45px;
    z-index: 10;
    width: 33px;
    height: 64px;

    background: url(/images/index/new2/arr-r.png) no-repeat center;
}
.p-arrow-right:hover{
    background: url(/images/index/new2/arr-r-hover2-n.png) no-repeat center;
}


.login-btn-container {
    display: inline-block;
    width: 42%;
    margin-left: 5%;
    cursor: pointer;
}

.last_item {
    text-align: right;
}

.quick-promotion {
    padding: 12px;
}

.quick-promotion .pro-intro li {
    margin-bottom: 6px;
    border-radius: 5px;
}

.login-btn-container > a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background: #af9663;
    border: none;
}

#footer-bg .footer-advantage {
    padding: 50px 0 100px;
}


/*app下载*/
.game-app-down-container{
    padding-bottom: 50px;
}
.app-down-tab{

}
.app-down-list{
    max-width: 129px;
    margin: 20px auto 50px;
}
.app-down-item{
    width: 128px;
    height: 48px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    color: #666;
    background: url(/images/index/new2/app-down2.png) no-repeat center ;
    cursor: pointer;
    transition: all .2s;
}

.app-down-item:hover,
.app-down-item.active{
    color: #fff;
    background: url(/images/index/new2/app-down-hover3.png) no-repeat center ;
}
.app-info-cont{
    align-items: center;
}
.app-info-title{
    line-height: 50px;
    font-size: 36px;
    color: #333;
}
.app-info-text{
    margin: 10px auto 60px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}


/*底部链接*/
.four-nav-container{
    width: 100%;
    height: 445px;
    padding-top: 90px;
    background: url(/images/index/new2/footer-nav-bg7.webp) no-repeat;

    background-size: 100% 100%;
}

.app-down-c-cont,
.advantage {
    max-width: 1140px;
    margin: 0 auto;
}



.advantage-cont {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.a-nav-box {
    display: inline-block;
    width: 222px;
    height: 285px;
    padding: 34px 0;
    vertical-align: top;
    text-align: center;
    background: url(/images/index/new2/pc-nav-icon-bg.webp) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    transition: all .15s;
}

.a-nav-box:hover{
  transform: scale(1.1);
background: url(/images/index/new2/pc-nav-icon-bg2.webp) no-repeat;
background-size: 100% 100%;
}
.a-nav-box:hover .link-title{
    color: #4fafaa;
}

.advantage-cont .a-nav-box .link-cont {
    display: block;
}

.link-icon{
    height: 100px;
    width: 100px;
    margin: 0 auto 15px;
   
}

.help-link-icon {
  background: url(/images/index/new2/pc-help-icon.webp) no-repeat;
  background-size: 100% 100%;
}

.integral-link-icon {
  background: url(/images/index/new2/pc-jf-icon.webp) no-repeat;
    background-size: 100% 100%;
}

.agent-link-icon {
  background: url(/images/index/new2/pc-agent-icon.webp) no-repeat;
    background-size: 100% 100%;


}

.history-link-icon {
    background-position: 0 -202px;
}

.a-nav-box .link-title {
    padding: 0 0 5px;
    font-size: 28px;
    color: #333;
}



.a-nav-box .link-text {
    font-size: 14px;
    color: #666;
}

/*.advantage.night {*/
/*background: url(/images/index/advantages2.png) no-repeat center top;*/
/*}*/

/*.advantage.night .a-nav-box .link-title {*/
/*color: #fff;*/
/*}*/
/*.advantage.night .a-nav-box .link-text {*/
/*color: #8e9abc;*/
/*}*/
/*.content-main-bg.night {*/
/*background: url(../images/index/index-main-bg-n.jpg) no-repeat center top;*/
/*}*/

/*#header_friendPoint2 {*/
/*display: none;*/
/*}*/




/*提示弹窗*/
.layui-layer.tips22-layer {
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.layui-layer.tips22-layer .layui-layer-content {
    text-align: center;
}

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

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

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

.layui-layer.tips-layer {
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    color: #000;
}


.layui-layer.tips-layer .layui-layer-content {
    text-align: center;
}

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

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

.layui-layer.tips-layer .layui-layer-btn1,
.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-btn1 {
    background: #dedede;
}

.layui-layer.tips-layer .input-group {
    margin: 8px 0;
}

#hot {
    right: 0;
}


/*首页弹窗 start*/

#modal-activity {
    display: none;
    margin-top: -25px;
}

#modal-activity .modal-dialog {
    position: relative;
    width: 581px;
    height: 620px;
    margin: 50px auto;
    background: none;
}
.new-tc-pop-box img {
  width:100%;
}
#modal-activity .modal-dialog .close {
position: absolute;
  top: 75px;
  right: 37px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

#modal-activity .huodong-box {
    position: relative;
    padding: 70px 30px 50px 320px;
    width: 100%;
    height: 100%;
    right: 25px;
}
.modal-dialong-link {
  position: absolute;
  width: 261px;
  height: 556px;
  left: 10px;
  top: 60px;
}
#modal-activity .huodong-box .quick-login {
    margin-right: 11px;
    margin-left: 4px;
    padding: 22px 22px 0;
}

.com-title {
    margin: 5px auto;
    font-size: 24px;
    font-weight: bold;
    color: #af9663;
    text-align: center;
}

#modal-activity .huodong-box .quick-login > div {
    margin-bottom: 8px;
}

#modal-activity .huodong-box .quick-login > div input {
    border: 1px solid #af9663;
    padding: 2px;
}

/*弹窗*/
#modal-activity .huodong-box .huodong-box-text {
    float: left;
    width: 100%;
    height: 475px;
    overflow: hidden;
}

#modal-activity .huodong-box .huodong-box-text h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 25px;
    color: #333;
    text-align: center;
}

#modal-activity .huodong-box .huodong-box-text .text1 {
    height: 400px;
    padding: 0 20px 0 10px;
    overflow: auto;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
}

#modal-activity .huodong-box li {
    font-size: 18px;
    color: #333;
    list-style: none;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
}

#modal-activity .huodong-box li .m-text {
    display: none;
    opacity: 0;
}

#modal-activity .huodong-box li.display .m-text {
    display: block;
}

#modal-activity .huodong-box li .m-arrow {
    background: url(/mobile/images/m-arrow.png) no-repeat center;
    background-size: 55%;
    width: 24px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 16px;

}

#modal-activity .huodong-box li.display .m-arrow {
    transform: rotate(180deg);
    transition: all .5s;
}

#modal-activity .huodong-box li i {
    position: absolute;
    background: #4fafaa;
    top: 12px;
    display: inline-block;
    width: 3px;
    height: 20px;
    border-radius: 5px;
}

#modal-activity .huodong-box .m-text {
    background: #f7f7f7;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    font-size: 14px;
    line-height: 2;
}

#modal-activity .huodong-box li .m-title {
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 16px;
}

#modal-activity .browser {
    position: absolute;
    left: 20px;
    top: 262px;
}

#modal-activity .browser a {
    width: 145px;
    height: 38px;
}

#modal-activity .reg-tip {
    width: 100%;
    height: 97px;
    padding: 28px 0 0 0;
    line-height: 1.5;
    overflow: hidden;
    font-size: 16px;
}

#modal-activity .reg-tip .icon-tip {
    position: absolute;
    left: 8px;
    top: 8px;
    border: 4px solid #ed7b1a;
}

#modal-activity .reg-tip .icon-tip span {
    display: block;
    width: 44px;
    height: 36px;
    text-align: center;
    border: 1px solid #fff;
    background: #ed7b1a;
    color: #fff;
    padding-top: 8px;
}

#modal-activity .reg-tip .tishi-tip {
    padding: 0;
    overflow: hidden;
    font-size: 16px;
    color: #4fafaa;
    text-align: center;
}
.huodong-box-text .text1::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}
.huodong-box-text .text1::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #4fafaa;
}
.huodong-box-text .text1::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.2);
}
/*首页弹窗 end*/

#mask-cont {
    display: none;
    position: fixed;
    right: 0;
    bottom: 100px;
}

#mask-cont .close {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border-radius: 50%;
}

/*注册成功弹窗*/
.layui-layer-dialog.r-layer {
    /*width: 600px;*/
    /*height: 536px;*/
    border-radius: 20px;
    background: #fff;
}
.r-layer.layui-layer-dialog .layui-layer-content{
    padding:0;
}
.r-layer.layui-layer-dialog .layui-layer-btn{
    /*display: none;*/
}
.message-r-cont{
    text-align: center;
}
.message-r-cont .message-r-title {
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    color: #fff;
    background: #4FAFAA;
}
.message-r-cont  .message-r-text{
    padding: 20px 20px 0;

}
.message-r-cont .message-r-text .r-title {
    margin: 20px 0;
    font-size: 18px;
    text-align: center;
    color: #333;
}
.message-r-cont .r-red{
    color: #e05286;
}

.message-r-cont .message-r-text .r-text {
    max-width: 450px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.r-img{
    height: 158px;
}
.logo-img{
    margin-right: 20px;
}
.r-link-btn-cont{
    margin: 40px 0 20px;
}
.message-r-cont .m-r-tips{
    text-align: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}



.m-r-btn{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 0 20px;
    border: 1px solid transparent;
    color: #fff;
    background: linear-gradient(270deg, #E45BAF, #936FF3);
    border-radius: 5px;
}
.m-r-btn2{
    border: 1px solid #6d7da8;
    color: #6d7da8;
    background: #fff;

}

/*新手任务icon*/
/*.fast-entry {*/
    /*display: none;*/
    /*position: fixed;*/
    /*top: 74%;*/
    /*right: 70px;*/
    /*margin-top: -53px;*/
    /*height: 141px;*/
    /*width: 107px;*/
    /*z-index: 999;*/
    /*cursor: pointer;*/
/*}*/

/*.fast-entry .entry-close-btn {*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    /*height: 20px;*/
    /*width: 20px;*/
    /*border-radius: 10px;*/

    /*background: url(/mobile/animateJson/images/beginer/entry-close8.png) no-repeat center;*/
    /*background-size: 100% 100%;*/
    /*z-index: 6666666;*/

    /*cursor: pointer;*/
/*}*/

/*.entry-img-cont {*/
    /*width: 112px;*/
/*}*/
/* 新手弹窗 */
.new-user-alert {
    width: 400px;
    height: 442px;
    background: url(../images/tc-bg-2.png) no-repeat;
    background-size: 100%;
    position: fixed;
    top: 50%;
    margin-top: -221.5px;
    left: 50%;
    margin-left: -200px;
}
.close-pop-btn {
    position: absolute;
    right: 6px;
    top: 8px;
    width: 25px;
    height: 25px;
    background: url(../images/tc-btn2.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.new-user-alert img {
    width:100%;
}
.jump-btn {
        position: absolute;
        bottom: -23px;
        left: 50%;
        margin-left: -117px;
        width: 222px;
        height: 47px;
        background: url(../images/tc-btn1.png) no-repeat;
        background-size: 100%;
        line-height: 42px;
        font-size: 16px;
        color: #fff;
}
.new-user-masker {
    position: fixed;
    top:0;
    bottom: 0;
    left:0;
    right: 0;
    background:rgba(0,0,0,0.7);
}
.new-user-pop-wp {
    z-index: 99999;
    position: relative;
    display: none;
}

/* 体育直播添加 */
.sport-live-tab-box {
    margin-top: 20px;
}
.newtab-btn-box span {
    width:130px;
    height: 58px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #333;
    background:url(/images/index/newpic/buttonbg.png) no-repeat;
    background-size: 100% 100%;
    line-height: 50px;
    padding-left: 20px;
    position: relative;
    /* margin-right: 10px; */
    cursor: pointer;
}
.newtab-btn-box span.active {
    color: #fff;
    background:url(/images/index/newpic/buttonbg-c.png) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span:before {
    content:"";
    width:17px;
    height: 17px;
    position: absolute;
    left: 35px;
    top: 17px;
}
.newtab-btn-box span.all:before {
    background:url(/images/index/newpic/saicheng/all.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span.football:before {
    background:url(/images/index/newpic/saicheng/football.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span.basketball:before {

    background:url(/images/index/newpic/saicheng/basketball.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span.other:before {

    background:url(/images/index/newpic/saicheng/other.webp) no-repeat;
    background-size: 100% 100%;

}
.newtab-btn-box span.all.active:before {

    background:url(/images/index/newpic/saicheng/all-c.webp) no-repeat;
    background-size: 100% 100%;

}
.newtab-btn-box span.football.active:before {

    background:url(/images/index/newpic/saicheng/football-c.webp) no-repeat;
    background-size: 100% 100%;

}
.newtab-btn-box span.basketball.active:before {

    background:url(/images/index/newpic/saicheng/basketball-c.webp) no-repeat;
    background-size: 100% 100%;

}
.newtab-btn-box span.other.active:before {

    background:url(/images/index/newpic/saicheng/other-c.webp) no-repeat;
    background-size: 100% 100%;

}
.seach-box {
    width:250px;
    height: 44px;
    border:1px solid #d8d8d8;
    box-shadow: 0px 2px 8px 0px rgba(0, 52, 11, 0.1);
    border-radius: 44px;
    position: relative;
    overflow: hidden;
}
.seach-box img {
    position: absolute;
    left: 12px;
    top: 11px;
    width: 20px;
}
.search-input {
    background-color: #fff;
    font-size: 16px;
    color: #999999;
    height: 44px;
    width:100%;
    border: none;
    outline: none;
    padding-left: 40px;
  }

  .hot-sportlive-list {
      margin-top: 25px;
  }
  .live-list{
    width: 1200px;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
}
.swiper-container2 {
    overflow: hidden;
}
.swiper-container-dz {
    overflow: hidden;
    /* position: relative; */
    width: auto;
    /* height: 320px; */
    padding-top: 25px;
    
}
.swiper-container-sport {
    /* overflow: hidden; */
    /* position: relative; */
    width: auto;
    /* height: 320px; */
    padding-top: 25px;
    
}
.live-list .swiper-button-prev,
.live-list .swiper-button-next{
    width: 32px;
    height: 50px;
    background: url(/images/index/newpic/swiper-arrow.png) no-repeat;
    background-size: 100% 100%;
    right: -40px;
    top: 45%;
    display: none;
}
.dz-button-prev,
.dz-button-next{
    position: absolute;
    width: 32px;
    height: 50px;
    background: url(/images/index/newpic/swiper-arrow.png) no-repeat;
    background-size: 100% 100%;
    right: -40px;
    top: 45%;
    cursor: pointer;
    /* display: none; */
}

.live-list .swiper-button-prev{
    left: -30px;
    right: unset;
    transform: rotate(-180deg);
}
.dz-button-prev{
    left: -30px;
    right: unset;
    transform: rotate(-180deg);
}

.live-list .swiper-wrapper{
    display: flex;
}
  .hot-sportlive-item {
      width:340px;
      height: 148px;
    background:url(/images/index/newpic/saicheng/matchbg.png) no-repeat;
    background-size: 100% 100%;
        border-radius: 8px;
        font-size: 14px;
        color: #333;
        padding:20px;
    display: inline-block;
    position: relative;
    bottom:0;
    transition: all 0.5s;
  }
  .hot-sportlive-item:hover {
      bottom:5px;
  }

  .hot-sportlive-item .item-title {
      margin-bottom: 15px;
  }
  .hot-sportlive-item .item-title img{
    margin-right: 8px;
    width:20px;
    height: 20px;
  }
  .hot-sportlive-item .item-title .fr {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 200px;
    text-align: right;
  }
  .teams-box {
      text-align: center;
      color: #666;
      font-size: 12px;
      position: relative;
  }
  .teams-box .text1{
    /* padding-top: 3px; */
    /* padding-bottom: 5px; */
  }
  .teams-box .text2{
    /* font-size: 32px; */
    color: #4fafaa;
    font-family: DIN Alternate;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.073px;
  }
  .teams-box .teamname-box {
      position: absolute;
      width:96px;
      height: 62px;
      text-align: center;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
  }
  .teams-box .teamname-box p{
    width:83px;
    margin:0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
  .teams-box .teamname-box img {
      margin-bottom: 6px;
      width:34px;
      height: 34px;
  }
  .item-left-box {
      top:0;
      left:0;
  }
  .item-right-box {
      top:0;
      right:0;
  }

  .no-searched-box {
    padding-top: 100px;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
  }
  
  .no-searched-text {
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
    padding-top: 5px;
  }
  
  .no-searched-box a {
    display: inline-block;
    width: 106px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border:1px solid #4FAFAA;
    color: #4FAFAA;
    font-size: 14px;
    border-radius: 2px;
  }

  .all-game-content {
      margin-top: 20px;
  }
  .newtab-btn-box span:before {
    content:"";
    width:17px;
    height: 17px;
    position: absolute;
    left: 35px;
    top: 17px;
}
.newtab-btn-box span[data-type=ty]:before {
    background:url(/images/index/newpic/remen/ty.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span[data-type=ty].active:before {
    background:url(/images/index/newpic/remen/ty-c.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span[data-type=dz]:before {
    background:url(/images/index/newpic/remen/dz.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span[data-type=dz].active:before {
    background:url(/images/index/newpic/remen/dz-c.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span[data-type=zr]:before {
    background:url(/images/index/newpic/remen/zr.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span[data-type=zr].active:before {
    background:url(/images/index/newpic/remen/zr-c.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span[data-type=dj]:before {
    background:url(/images/index/newpic/remen/dj.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span[data-type=dj].active:before {
    background:url(/images/index/newpic/remen/dj-c.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span[data-type=qp]:before {
    background:url(/images/index/newpic/remen/qp.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span[data-type=qp].active:before {
    background:url(/images/index/newpic/remen/qp-c.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span[data-type=cp]:before {
    background:url(/images/index/newpic/remen/cp.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span[data-type=cp].active:before {
    background:url(/images/index/newpic/remen/cp-c.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span[data-type=by]:before {
    background:url(/images/index/newpic/remen/by.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box span[data-type=by].active:before {
    background:url(/images/index/newpic/remen/by-c.webp) no-repeat;
    background-size: 100% 100%;
}
.newtab-btn-box {
    text-align: center;
}
.allgame-content {
    display: flex;
    justify-content: center;
    /* margin-top: 40px; */
}
.allgame-items-box {
    display: none;
    
    padding-top: 25px;
}
.allgame-items-box.dz-game-box {

    padding-top: 0;
}
.allgame-items-box.active {
    display: block;
}
.allgame-items-box .game-items {
    width: 239px;
    height: 285px;
    background: url(/images/index/newpic/remen/rmenbg.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 8px;
    font-size: 12px;
    color: #777;
    padding: 16px 22px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    transition: all 0.5s;
}
.allgame-items-box .game-items:nth-child(4) {
    margin-right: 0;
}
.allgame-items-box.dz-game-box .game-items:nth-child(4) {
    margin-right: 20px;
}
.step1-text1 {
    color: #464854;
    font-size: 16px;
}
.allgame-items-box .game-pic {
    position: absolute;

    height: 215px;
    bottom: 11px;
    left: 16px;
    transition: all 0.8s;
}
.allgame-items-box .step2  {
    width:152px;
    float: right;
    display: none;
}
.allgame-items-box .step2 .logopic {
    width:135px;
    /* height: 51px; */
    margin-bottom: 15px;
}

.allgame-items-box .step2 .logopicwebp {
    width: 45px;
    /* height: 51px; */
    margin-bottom: 15px;
    margin-left: 20px;
}

.allgame-items-box .step2 .logopictext {
    position: absolute;
    right: 50px;
    top: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.allgame-items-box .step2 .step2-text {
margin-bottom: 20px;
}
.allgame-items-box .step2 .new-gotogame-btn {
margin-bottom: 20px;
width: 145px;
height: 52px;
text-align: center;
color: #fff;
cursor: pointer;
font-size: 14px;
line-height: 43px;
border-radius: 40px;
background: url(/images/index/newpic/remen/startgame.png) no-repeat;
background-size: 100% 100%;
display: inline-block;
}
.allgame-items-box .game-items:hover .step1 {
display: none!important;
}
.allgame-items-box .game-items:hover .step2 {
display: block!important;
}
.allgame-items-box .game-items:hover {
width:420px!important;
}

.allgame-items-box .game-items:hover .game-pic {
position: absolute!important;
height: 296px!important;
bottom: 14px!important;
left: -15px!important;
}
.allgame-items-box.sportgame .game-pic {
  width: 167px;
  bottom: 7px;
  left: 50%;
  margin-left: -83px;
}
.allgame-items-box.slotgame .game-pic {
left: 12px;
}
.allgame-items-box.fishgame .game-pic {
left: 30px;
}

.allgame-items-box.sportgame .game-items:hover .game-pic {
  position: absolute !important;
  width: 236px !important;
  bottom: 10px !important;
  left: 0 !important;
}
.allgame-items-box.livegame .game-items:hover .game-pic {

left: -25px!important;
}

.dz-game-box {
position: relative!important;
width: 1200px!important;
}
.dz-button-next.swiper-button-disabled, .dz-button-prev.swiper-button-disabled {
opacity: .35;
cursor: auto;
pointer-events: none;
}

/* 新年皮肤新加样式 */
.pic-bg-box {
  background-size: 100% 100%;
  display: inline-block;
}
.pic-bg-box.index-titles-pic{
  width:752px;
  height: 80px;
}
.pic-bg-box.index-titles-pic.title1 {
  background:url(/images/index/newpic/title1.webp) no-repeat;
      background-size: 100%;
}
.pic-bg-box.index-titles-pic.title2 {
  background:url(/images/index/newpic/title2.webp) no-repeat;
      background-size: 100%;
}
.pic-bg-box.index-titles-pic.title3 {
  background:url(/images/index/newpic/title3.webp) no-repeat;
      background-size: 100%;
}

/* 新版新手礼包弹窗 */
.new-mark-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 6;
  display: none;
}

.new-gift-box {
  position: fixed;
  width: 375px;
  height: 383px;
  z-index: 7;
  left: 50%;
  margin-left: -185px;
  top: 50%;
  margin-top: -196px;
  background: url(/mobile/images/index/xfc/bg2.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 122px;
  display: none;
}

.new-gift-box.close1 {
  transform: scale(0.001);
  left: 90%;
  top: 50%;
  transition: all 0.4s;
  z-index: 3;
}

.close-gift-pop {
  position: absolute;
  right: 35px;
  top: 10px;
  background: url(/mobile/images/index/xfc/close.png) no-repeat;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.pop-text-1 {
  text-align: center;
  color: #69503C;
  font-size: 12px;
  font-weight: 600;
}

.ljzc {
  width: 178px;
  margin: 4px 0;
}

.pop-text-2 {
  font-size: 18px;
  font-weight: 600;
  color: #E17548;
  margin-bottom: 5px;
  margin-top: 5px;
}

.pop-text-3 {
  font-size: 20px;
  font-weight: 600;
  color: #944C04;
}

.pop-text-4 {
  font-size: 32px;
  font-weight: 600;
  color: #E46C3B;
  ;
}

.applygift-btn {
  width: 222px;
}

.gift-money-box {
  margin: 0 auto;
  width: 208px;
  height: 91px;
  background: url(/mobile/images/index/xfc/textbg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 8px;
  padding-top: 6px;
}

.pop-text-5 {
  font-size: 11px;
  color: #69503C;
}

.ljzc-box {
  line-height: 22px;
}

.ljzc-text {
  font-size: 16px;
  color: #69503C;
  font-weight: 600;
  position: relative;
  top: 4px;
}

.linkbtn-box {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -111px;
}

/* 欧洲杯条幅 */
.azb-box {
  height: 170px;
  width:100%;
  max-width: 1920px;
  position:fixed;
  bottom:0;
  z-index: 2;
  cursor: pointer;
    background: url(/images/index/pcazb.png) no-repeat;
      background-position: center 30px;
}

.azb-close {
  position: absolute;
  top:5px;
  right:208px;
  background:url(/images/index/closeazb.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  width:30px;
  height: 30px;
}
.azb-content-box {
  width:1200px;
  height: 170px;
  position: absolute;
  top:0;
  left:50%;
  margin-left: -600px;
}
.azb-time-item {
  width:80px;
  height: 70px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  margin-right: 5px;
  background:url(/images/index/time-azb.png) no-repeat;
  background-size: 100% 100%;
}
.azb-time-box {
    position: absolute;
      bottom: 14px;
      right: 177px;
}
.index-title4-box {
  margin:20px 0  40px;
  text-align: center;
}
.new-tc-pop-wp {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
  display: none;
  z-index: 5555;
}

.new-tc-pop-box {
position: fixed;
  width: 581px;
  height: 620px;
  top: 50%;
  left: 50%;
  margin-left: -290px;
  /* overflow: hidden; */
  z-index: 6;
  margin-top: -340px;
  transform: scale(0.9);
}

.close-new-tc {
border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -48px;
  right: 55px;
  margin-left: -12px;
  background: url(/mobile/images/index/newpic/close.png) no-repeat;
  background-size: 100% 100%;
}

.new-tc-swiper-box {
  width: 581px;
  height: 620px;
  overflow: hidden;
}

.new-tc-swiper-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.new-tc-swiper-box img {
  width: 100%;
}

.swiper-pager-pop {
    position: absolute;
      bottom: -33px !important;
      width: 100%;
      text-align: center;
      left: 0;
}

/* .swiper-pager-pop.swiper-pagination-bullets {

} */
.swiper-pager-pop .swiper-pagination-bullet {
width: 22px;
  height: 5px;
  background-color: #D0D0D0;
  opacity: 1;
  margin-right: 3px;
  border-radius: 1px;
}

.swiper-pager-pop .swiper-pagination-bullet-active {
  background-color: #4fafaa;
}

/* 世界杯倒计时条幅 */

.shijiebei-banner{
    width: 100%;
    /* height: 100%; */
    position: relative;
    margin: 20px auto 0;
    max-width: 1920px;
    display: block;
    min-width: 1200px;
}
.shijiebei-banner img{
    width: 100%;
    /* height: 100%; */
}
.shijiebei-banner-text {
    font-size: 43px;
    color: #fff;
    position: absolute;
    right: 50%;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    /* line-height: 8rem; */
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-right: -47%;
}
.shijiebei-banner-text-box {

}
.shijiebei-text {
    font-size: 43px;
    position: relative;
    bottom: 3px;
}
.shijiebei-banner-text span.shijiebei-banner-text-days {
    width: 2.5rem;
    height: 4rem;
    display: inline-block;
    /* background-color: #fff; */
    border-radius: 5px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E9FFFE 100%);
    border: 3.33px solid #D0F0E8;
    color: #4FAFAA;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.8rem;
    text-align: center;
    margin: 0 5px;
    position: relative;
    top: 0.2rem;
}
.shijiebei-banner img.shijiebei-banner-imgtext {
    width:566px;
}
@media (max-width: 1650px) {
    .shijiebei-banner-text {
        transform: scale(0.9);
    }
}
@media (max-width: 1400px) {
    .shijiebei-banner-text {
        transform: scale(0.8);
    }
    .shijiebei-text {
        font-size: 40px;
        position: relative;
        bottom: 4px;
    }
}
@media (max-width: 1200px) {
    .shijiebei-banner-text {
        transform: scale(0.75);
    }
    .shijiebei-text {
        font-size: 40px;
        position: relative;
        bottom: 4px;
    }
}