.centerBanner {
    height: 480px;
    /*width: 1240px;*/
    /*margin: 0 auto;*/
    margin-top: 96px;
    position: relative;
    overflow: hidden;
    border-bottom:solid 1px #f95347;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.centerBanner .bannerSwiper {
    width: 100%;
    height: 480px;
}
.centerBanner .bannerSwiper .swiper-slide{
    width: 100%;
    height: 480px;
}
.centerBanner .bannerSwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.centerBanner .bannerBottomSwiper {
    width: 1200px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.centerBanner .bannerBottomSwiper .swiper-slide {
    width: 300px!important;
    height: 50px;
    background-image: url('../images/newIndex/img_game_n.png');
    background-size: 100% 100%;
    text-align: center;
    line-height: 50px;
    color: #EFF1F4;
    font-size: 14px;
    cursor: pointer;
}
.centerBanner .bannerBottomSwiper .progressWidthModal {
    display: none;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #FF7E00, #FFA200);
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: bannerProgress 5s linear;
}
.centerBanner  .bannerBottomSwiper .swiper-slide-thumb-active .progressWidthModal {
    display: block;
}
@keyframes bannerProgress {
    0% {
        width: 0%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
    
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.swiper-slide:hover {
    background-image: url('../images/newIndex/img_wen_s.png');
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.swiper-slide-thumb-active {
    height: 100px;
    background-image: url('../images/newIndex/img_game_s.png');
    position: relative;
    top: -50px;
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.advertiseMentSwiper.swiper-slide-thumb-active {
    height: 50px;
    background-image: url('../images/newIndex/img_wen_s.png');
    position: relative;
    top: 0;
}
.specialBoxNew {
    display: flex;
}
.selectActive {
    display: none;
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.swiper-slide-thumb-active .selectActive{
    display: block;
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.swiper-slide-thumb-active>span{
    display: none;
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.advertiseMentSwiper.swiper-slide-thumb-active>span{
    display: block;
}
.needChangeInfo {
    line-height: 17px;
    text-align: left;
    margin-left: 35px;
    width: 143px;
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.swiper-slide-thumb-active img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    position: relative;
    top: -18px;
    left: 15px;

}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.swiper-slide-thumb-active .title-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.swiper-slide-thumb-active .name-desc {
    font-size: 13px;
    line-height: 22px;
    margin-top: 11px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.bannerSwiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(51, 51, 51, .4);
    border-radius: 5px;
    margin-left: 60px;
}
.bannerSwiper .swiper-button-prev::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 24px;
    background-image: url('../images/newIndex/ico_change_left.png');
    background-size: 100% 100%;
}
.bannerSwiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background: rgba(51, 51, 51, .4);
    border-radius: 5px;
    margin-right: 60px;
}
.bannerSwiper .swiper-button-next::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 24px;
    background-image: url('../images/newIndex/ico_change_right.png');
    background-size: 100% 100%;
}
.bannerSwiper .swiper-button-next:hover {
    background: rgba(1, 143, 255, .4);
}
.bannerSwiper .swiper-button-prev:hover {
    background: rgba(1, 143, 255, .4);
}
.centerBanner .con {
    position: relative;
}
.login-contain-box {
    display: none;
    width: 296px;
    height: 323px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 90, 255, 0.2);
    border-radius: 5px;
    margin: 0;
    position: absolute;
    /* right: 373px; */
    left: 353px;
    top: 31px;
    box-sizing: border-box;
    padding: 20px 23px 23px 23px;
    z-index: 99;
}
.closeRightbox {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    right: -13px;
    top: -13px;
    text-align: center;
}
.closeRightbox .closeIcon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('../images/newIndex/signin_ico_close.png');
    background-size: 100% 100%;
    margin-top: 7px;
}
.loginText {
    font-size: 16px;
    font-weight: bold;
}
.register_new {
    color: #018FFF;
    font-size: 12px;
    float: right;
    text-align: right;
}
.mainFormBody{
    margin-top: 16px;
}
.formItemInput {
    height: 34px;
    background: #EFF1F4;
    border-radius: 5px;
    margin-bottom: 12px;
}
.loginBtn {
    width: 100%;
    height: 36px;
    background: linear-gradient(90deg, #005AFF 0%, #018FFF 100%);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    border:none;
    margin-top: 13px;
}
.rememberPsdOrForget {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rememberPsdOrForget .zdlogin {
    margin: 0;
}
.rememberPsdOrForget .zdlogin  input[type="checkbox"]+ .choice-icon {
    background: url('../images/newIndex/ico_chose_n.png') no-repeat;
    margin-right: 5px;
}
.rememberPsdOrForget .zdlogin  input[type="checkbox"]:checked+ .choice-icon{
    background: url('../images/newIndex/ico_chose_s.png') no-repeat;
}
.rememberPsdOrForget .remember-text {
    color: #333;
    position: relative;
    top: 1px;
}
.rememberPsdOrForget .forget_password {
    font-size: 12px;
    color: #018FFF;
    position: relative;
    top: 1px;
}
.loginOtherWayBox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginOtherWayBox>div {
    /* width: 30px;
    height: 30px; */
    width: 24px;
    height: 24px;
    /* background: #EFF1F4; */
    border-radius: 5px;
    /* margin-top: 15px; */
    /* margin-right: 20px; */
    margin: 15px 10px 0 10px;
    text-align: center;
    line-height: 30px
}
.loginOtherWayBox>div img {
    display: inline-block;
    /* width: 18px;
    height: 18px; */
    width: 100%;
    height: 100%;
}
.formItemInput .iconAccount {
    display: inline-block;
    width: 26px;
    height: 100%;
    line-height: 34px;
    text-align: right;
}
.formItemInput  .iconAccount img {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.formItemInput .accountInput {
    margin-left: 13px;
}
.formItemInput .accountInput input {
    border: none;
    width: 75%;
    height: 100%;
    background-color: #EFF1F4;
}
#mimma::-webkit-input-placeholder{
    font-weight: normal;
}    /* 使用webkit内核的浏览器 */
#mimma:-moz-placeholder{
    font-weight: normal;
}                  /* Firefox版本4-18 */
#mimma::-moz-placeholder{
    font-weight: normal;
}                  /* Firefox版本19+ */
#mimma:-ms-input-placeholder{
    font-weight: normal;
}           /* IE浏览器 */
#zhanghao::-webkit-input-placeholder{
    font-weight: normal;
}    /* 使用webkit内核的浏览器 */
#zhanghao:-moz-placeholder{
    font-weight: normal;
}                  /* Firefox版本4-18 */
#zhanghao::-moz-placeholder{
    font-weight: normal;
}                  /* Firefox版本19+ */
#zhanghao:-ms-input-placeholder{
    font-weight: normal;
} 
/* banner下面整体 */
.bottomMainBody {
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 40px;
    /*width: 1240px;*/
    margin: 0 auto;
}
.bottomMainBody .con{clear: both;}

.tjleft{float: left; width:800px;}
.tjright{float: right; width: 370px;}
.tjleft em{font-style: normal;}
.tjleft h3{height: 50px;line-height: 50px;font-size: 20px;font-weight: normal;position: relative;border-bottom: 1px solid #ccc;}
.tjleft h3 span i{height: 5px;background: #ff5e42;background: linear-gradient(to right, #fd5152, #fe7f36);display: inline-block;border-radius: 5px;position: absolute;left: 0;bottom: -3px;}
.tjleft h3 em a{font-size: 14px;color: #999;float: right;position: relative;top: 3px;transition: color .3s;}
.tjleft h3 em a:hover{color: #ff3b43;}
.tjleft h3 em a i{width: 20px;height: 20px;background: url(../images/index/icon.png) no-repeat left -257px;display: inline-block;position: relative;top: 4px;margin-left: 4px;}
.tjleft h3 em a:hover i{background-position: left -287px}
.tjright em{font-style: normal;}
.tjright h3{height: 50px;line-height: 50px;font-size: 20px;font-weight: normal;position: relative;border-bottom: 1px solid #ccc;}
.tjright h3 span i{height: 5px;background: #ff5e42;background: linear-gradient(to right, #fd5152, #fe7f36);display: inline-block;border-radius: 5px;position: absolute;left: 0;bottom: -3px;}
.tjright h3 em a{font-size: 14px;color: #999;float: right;position: relative;top: 3px;transition: color .3s;}
.tjright h3 em a:hover{color: #ff3b43;}
.tjright h3 em a i{width: 20px;height: 20px;background: url(../images/index/icon.png) no-repeat left -257px;display: inline-block;position: relative;top: 4px;margin-left: 4px;}
.tjright h3 em a:hover i{background-position: left -287px}
.tjright .newsNotice{width: 370px;float: right;}
.tjright .newsNotice .newsNoticeCont{padding-top: 10px;}
.tjright .newsNotice .newsNoticeCont ul li{height: 84px;padding-left: 10px;margin-top: 20px;}
.tjright .newsNotice .newsNoticeCont ul li a{position: relative;display: block;transition: all .3s;left: 0;}
.tjright .newsNotice .newsNoticeCont ul li a:hover{left: 10px;}
.tjright .newsNotice .newsNoticeCont ul li a img{width: 122px;height: 84px;float: left;margin-right: 10px;}
.tjright .newsNotice .newsNoticeCont ul li a h4{font-size: 16px;color: #333;font-weight: normal;transition: all .3s;margin-bottom: 10px;}
.tjright .newsNotice .newsNoticeCont ul li a:hover h4{color: #ff4c4c;}
.tjright .newsNotice .newsNoticeCont ul li a p{width: 225px;line-height: 24px;font-size: 14px;color: #999;float: left;}

.tjleft .newReco{width: 800px;float: left;margin-top: 20px;}
.newReco h3 span i{width: 80px;}
.tjleft .newReco ul{padding: 0 10px;margin-top: 20px;}
.tjleft .newReco ul li{width: 240px;height: 90px;position: relative;float: left;margin-right: 25px; margin-bottom: 20px; margin-top: 15px;}
.tjleft .newReco ul li.mr0{margin-right: 0;}
.tjleft .newReco ul li:hover .over{display: block;}
.tjleft .newReco ul li .normal img{width: 88px;height: 88px;float: left;border-radius: 20px;margin-right: 10px;}
.tjleft .newReco ul li .normal h4{font-size: 16px;color: #333;margin-bottom: 10px;padding-top: 7px;}
.tjleft .newReco ul li .normal p{line-height: 18px;font-size: 14px;color: #999;}

.tjleft .newReco ul li .over{width: 250px;height: 100px;background: url(../images/index/newRecoOverBg.png) no-repeat;position: absolute;left: -10px;top: -10px;display: none;}
.tjleft .newReco ul li .over .code img{width: 78px;height: 78px;border: 2px solid #fff;border-radius: 15px;margin-top: 9px;margin-left: 10px;float: left;}
.tjleft .newReco ul li .over .start{width: 75px;height: 35px;line-height: 35px;float: right;margin-top: 49px;padding-left: 15px;color: #ff4b4c;}

.newReco .gameOpen{width: 380px;float: right;margin-top: 10px;}
.newReco ul li .over a.loginZone{font-size: 14px;color: #fdded3;position: absolute;right: 0;top: 20px;}
.newReco ul li .over a.loginZone:hover{color: #fff;}

/* 游戏开服 */
.gameOpen{margin-top: 20px;}
.gameOpen h3 span i{width: 80px;}
.gameOpen .tit{margin-top: 10px;}
.gameOpen .tit ul li{height: 30px;line-height: 30px;background: #e4e4e4;float: left;font-size: 14px;text-align: center;}
.gameOpen .tit ul li.gameName{width: 126px;margin-right: 1px;}
.gameOpen .tit ul li.time{width: 98px;margin-right: 1px;}
.gameOpen .tit ul li.serverName{width: 144px;}

.gameOpen .cont{padding-top: 5px;clear: both;}
.gameOpen .cont ul div{height: 42px;position: relative;clear: both;}
.gameOpen .cont ul div li{height: 42px;line-height: 42px;clear: both;}
.gameOpen .cont ul div li .gameName{width: 114px;height: 42px; overflow: hidden; display: inline-flex;background: url(../images/index/icon.png) no-repeat 4px -317px;padding-left: 22px;}
.gameOpen .cont ul div li .time{width: 78px;font-size: 14px;color: #ff4c4c;display: inline-block;padding-left: 10px;}
.gameOpen .cont ul div li .serverName{width: 124px;display: inline-block;padding-left: 20px;color: #999;font-size: 14px;}

.gameOpen .cont ul div li .li2_gameName{width: 175px;height: 42px;display: inline-block;background: url(../images/index/icon.png) no-repeat 0px -369px #f4eae1;padding-left: 60px;color: #ff3b43;}
.gameOpen .cont ul div li .li2_gameStart{width: 145px;height: 42px;display: inline-block;background: #ff7b33;text-align: center;}
.gameOpen .cont ul div li a{color: #fff;}

.gameOpen .cont ul div .li1{width: 380px;height: 42px;overflow: hidden;position: absolute;left: 0;top: 0;}
.gameOpen .cont ul div .li2{width: 380px;height: 42px;overflow: hidden;position: absolute;left: 0;top: 0;display: none;}

.gameOpen .cont ul div:first-child li .gameName{background: url(../images/index/icon.png) no-repeat 4px -421px;}
.gameOpen .cont ul div:last-child li .gameName{background: url(../images/index/icon.png) no-repeat 4px -473px;}

/* 热门礼包 */
.hotPage{margin-top: 10px;clear: both;}

.hotPage .cont{padding-top: 10px;}
.hotPage .dn {
    display: none;
}
.hotPage .cont ul li{padding: 12px 0;border-bottom: 1px solid #ddd;position: relative; clear:both;}
.hotPage .cont ul li span b{width: 50px;height: 10px;background: #ddd;display: inline-block;border-radius: 5px;position: relative;overflow: hidden;}
.hotPage .cont ul li span b i{height: 10px;background: #34d1ab;background: linear-gradient(to right, #2ccab7, #3fdb9d);border-radius: 5px;display: inline-block;position: absolute;left: 0;top: 0;}
.hotPage .cont ul li .get{font-size: 14px;color: #999;float: right;margin-right: 20px;}

.hotPage .cont ul li img{width: 80px;height: 80px;float: left;margin-right: 15px;border-radius: 15px;}
.hotPage .cont ul li .over{font-size: 14px;color: #999;}
.hotPage .cont ul li .over em{color: #ff7b33;}
.hotPage .cont ul li a.gift_item_receive{width: 98px;height: 28px;line-height: 28px;display: inline-block;text-align: center;border: 1px solid #32d6a1;border-radius: 14px;color: #22c9b5;position: absolute;right: 0;top: 38px;transition: all .3s;}
.hotPage .cont ul li a.gift_item_receive:hover{background: #30d2a9;background: linear-gradient(to right, #27cab6, #3adb9d);color: #fff;}
.hotPage .cont ul li a.dn{display: none;}

.hotPage .cont ul li:last-child{border-bottom: none;}
.hotPage .cont ul li a.imga{float: left;}
.hotPage .cont ul li.active{height: 80px;}
.hotPage .cont ul li.active span{display: block;}
.hotPage .cont ul li.active span.get{float: none;padding: 8px 0;}
.hotPage .cont ul li.active img{display: block;}
.hotPage .cont ul li.active span.over{display: block;}
.hotPage .cont ul li.active a.gift_item_receive{display: block;}
.hotPage .cont ul li.active a.receive_bag_disabled{background: #ccc; color: #fff;}


.activity-news-box{width:100%; height:389px;margin-top:20px}
.activity-news-box .activity-box{float:left;width:800px;height:100%;background:#ffffff;border-radius:5px;padding:0 26px;box-sizing:border-box}
.activity-news-box .news-box{float:right; width:370px;height:100%;background:#ffffff;border-radius:5px;padding:0 23px;box-sizing:border-box}
.title-box{display:flex;align-items:center;font-size:20px;color:#333333;height:60px}
.title-box i{width:4px;height:18px;background:#F7A934;margin-right:10px}
.title-box .more-box{margin-left:auto;font-size:13px;color:#999999}
.title-box .more-box a{color:#999999}
.activity-news-box .activity-lbt{width:100%;height:290px}

#slide2 li:nth-of-type(1) img{transform:translate(-210px)}
#slide2 li:nth-of-type(2) img{transform:translate(-180px)}
#slide2 li:nth-of-type(3) img{transform:translate(-380px)}
#slide2 li:nth-of-type(4) img{transform:translate(-450px)}
#demo li:nth-of-type(5) img{transform:translate(-320px)}
#slide2{width:100%; height:300px; margin:0; padding: 0;}
#slide2 img{width:560px;height:300px;}
#slide2 li{float:left;position:relative;width:61px;height:100%;overflow:hidden;cursor:pointer;transition:0.5s;transform-origin:bottom;filter:alpha(opacity=50);opacity:0.5}
#slide2 li img{transition:1.2s}
#slide2 li>a{display:block}
#slide2 li .activity-info-box{position: absolute;bottom: 0;left: 0;width:100%;height: 81px;background: #88D67B;opacity: 0.95;display: flex;align-items: center;justify-content: center}
#slide2 li .activity-info-box >div{display: none}
#slide2 li.active .activity-info-box >div{display: block}
#slide2 li:nth-child(2) .activity-info-box{background: #55D2DA;}
#slide2 li:nth-child(3) .activity-info-box{background: #F493BD;}
#slide2 li:nth-child(4) .activity-info-box{background: #7D8BD1;}
#slide2 li .activity-info-box .activity-title{font-size: 18px;color: #ffffff;max-width: 100%;margin: 0 auto;overflow: hidden; -ms-text-overflow: ellipsis; text-overflow: ellipsis;white-space: nowrap;text-align: center;}
#slide2 li .activity-info-box .activity-date{font-size: 14px;color: #ffffff;max-width: 100%;margin: 5px 0 0 10% ; white-space: nowrap;text-align: center;}
#slide2 li.active{cursor:pointer;transform:scale(1.02,1.00);z-index:3;width:560px;filter:alpha(opacity=100);opacity:1}
#slide2 li.active img{transform:translate(0px)}
#slide2 li:nth-of-type(1){transform-origin:bottom left}
#slide2 li:nth-of-type(5){transform-origin:bottom right}

.news-box .news-list-box{width:100%}
.news-box .news-list-box li{width:95%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;margin-bottom:20px}
.news-box .news-list-box li:hover .news-type,.news-box .news-list-box li:hover .news-title{color:#FFAF36}
.news-box .news-list-box li .news-type{width:40px;margin-right:5px;color:#71D5D4}
.news-box .news-list-box li .news-title{width:60%;color:#666666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

.game_rank{width:100%;
    background:#fff;
    /*padding:10px 15px;*/
    margin-top:10px;
    box-sizing: border-box;
    border-radius: 4px;
    height: 570px;
}
.h5_tit {
    margin-left: 10px;
    margin-top: 20px;
    border: none;
    position: relative;
    width: 98%;
    float: left;
    border-bottom: 1px solid #dcdcdc;
    height: 40px;
    line-height: 40px;
}
.h5_tit p{
    /*float:left;*/
    /*font-size:22px;*/
    /*color:#3a3a3a;*/
    /*border-bottom:3px solid #0685f6;*/
    /*line-height:38px;*/
    padding:0 3px;
    /*width: 71px;*/
    height: 22px;
    position: absolute;
    top: 0;
    left: 17px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
}
.h5_tit span{
    position: absolute;
    display: block;
    width: 4px;
    height: 25px;
    left: 0;
    top: 0;
    background-color: #ffb525;
}
.h5_tit a{float:right;color:#737373; padding-right:10px; margin-right:10px; display:inline;
    line-height: 27px;}

.game_rank .p3 span{
    display: none;
}
.game_rank li{
    float:left;
    width: 340px;color:#6c6c6c;
    margin-top:13px;
    position: relative;
    margin-left: 13px;
}
.game_rank li.hover{
    width: 346px;
    height: 112px;
    background-color: #ffffff;
    box-shadow: 0px 4px 15px 0px
    rgba(126, 126, 126, 0.3);
    border-radius: 8px;
    border: solid 1px #ffffff;
    box-sizing: border-box;
    margin-top: 0;
}
.game_rank li .num_bg{background:url(../images/index/num_bg10_1.png) no-repeat;float:left;width:29px;height:29px;line-height:29px;text-align:center;font-size:18px;color:#fff;
    margin-left: 20px;
}
.game_rank li .num_bg1{background:url(../images/index/num_bg1_1.png) no-repeat;}
.game_rank li .num_bg2{background:url(../images/index/num_bg4_1.png) no-repeat;}
.game_rank li .num_bg3{background:url(../images/index/num_bg5_1.png) no-repeat;}
.game_rank li .p1{width:80px;float:left;margin-top:3px;display:none}
.game_rank li .p1 img{width:80px;height:80px;display:block;border-radius: 10px;}
.game_rank li .p2{width:155px;float:left;margin-left:12px;display:inline}
.game_rank li .p2 p{
    width: 140px;
    float:left;line-height:25px; height:25px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
    color: #ccc;
    position: absolute;
    top: -1px;
}
.game_rank li .p2 p a{font-size:14px;color:#5d5d5d;margin-left:2px;}
.game_rank li .p2 p a:hover{color:#ff6200;}
.game_rank li .p2 span{display:none}
.game_rank li .p2 em{display:none;float:left;    width: 95px;
    height: 32px;
    position: absolute;
    top: 22px;
    right: 13px;
}
.game_rank li .p2 em a{
    width:64px;
    line-height:32px;
    float:left;font-size:14px;
    color:#00b3fe;
    border:1px solid #00b3fe;
    text-align:center;
    border-radius: 8px;
}
/*.game_rank li .p2 em a:hover{text-decoration:none; background:#00b3fe;color:#fff;}*/
.game_rank li .p3{float:right;
    margin-top: 3px;
}
.game_rank li .p3 span{
    margin-left: 2px;
    margin-top: 7px;
}
.game_rank li.hover .num_bg{
    display: block;
    margin-top: 43px;
}
.game_rank li.hover .p1{display:block;
    height: 80px;}
.game_rank li.hover .p1 a{
    position: absolute;
    left: 64px;
    top: 15px;
}
.game_rank li.hover .p2{
    width: 228px;
    height: 111px;
    position: absolute;
    left: 145px;
    top:10px;
}
.game_rank li.hover .p2 p{
    top: 9px;
    width: 90px;
}
.game_rank li.hover .p2 p a{font-weight:bold;}
.game_rank li.hover .p2 span{display:block;}
.game_rank li.hover .p2 em{display:block}
.game_rank li .p2 .wangyou-erweima-icon,.game_rank li .p2 .wangyou-erweima-icon i{
    cursor: pointer;
    display: none;
    width: 24px;
    height: 24px;
    font-size:24px;
    color: #98989898;
}
.game_rank li .p2 .wangyou-erweima-icon:hover +.wangyou-erweima-img{
    display: block;
    z-index: 3;
}
.game_rank li .p2 .wangyou-erweima-img{
    cursor: pointer;
    display: none;
    position: absolute;
    width: 138px;
    height: 143px;
    top: -23px;
    right: 86px;
    background: url(../images/index/wy_erweima_1.png) no-repeat 100% 100%;
    background-size:cover;
}
.game_rank li .p2 .wangyou-erweima-img .erweima-img{
    width: 80px;
    height: 80px;
    position: absolute;
    left: 14px;
    top: 10px;
    background: #000;
}
.game_rank li .p2 .wangyou-erweima-img p{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #999999;
    position: absolute;
    top: 113px;
    left: 20px;
}
.game_rank li.hover .p2 .wangyou-erweima-icon{
    display: block;
    position: absolute;
    top: 70px;
    right: 51px;
}
.game_rank li.hover .p2 .wangyou-erweima-icon i{
    display: block;
}
.game_rank li.hover .p3{
    position: absolute;
    z-index: 1;
    left: 157px;
    top: 48px;
    margin-top: 0;
}
.game_rank .wangyou-erweima-icon{
width: 26px;
height: 26px;
background:url(../images/index/incofont.png) no-repeat;
}
.game_rank li.hover .p3 span{
    display: block;
}
.wy_rank,.single_rank{
    /*margin-left:10px;*/
}
.dj_ewm{
    /*margin-left:10px;*/
}
.dj_ewm .h5_tit,.xy_ewm .h5_tit,.wy_ewm .h5_tit{
    margin-left:10px;
    margin-top: 20px;
    border: none;
}
.wy_ewm{
    /*margin-left: 10px;*/
}
.wy_rank li .num_bg1{background:url(../images/index/num_bg2_1.png) no-repeat;}
.wy_rank li .num_bg2{background:url(../images/index/num_bg6_1.png) no-repeat;}
.wy_rank li .num_bg3{background:url(../images/index/num_bg7_1.png) no-repeat;}
.single_rank li .num_bg1{background:url(../images/index/num_bg3_1.png) no-repeat;}
.single_rank li .num_bg2{background:url(../images/index/num_bg8_1.png) no-repeat;}
.single_rank li .num_bg3{background:url(../images/index/num_bg9_1.png) no-repeat;}
.num_bg i{
    color: black;
    width: 26px;
    height: 26px;
}
.xy_ewm ul li .p2 em a{
    color: white;
    background-color: #00b3fe;
    border: none;
}
.dj_ewm ul li .p2 em a{
    color: white;
    background-color: #fa7973;
    border:none;
}
.wy_ewm ul li .p2 em a{
    color: white;
    background-color: #ffa200;
    border:none;
}

/* 热门攻略 */
.hotStrategy{margin-top: 16px;}

.hotStrategy .cont{margin-top: 10px;}
.hotStrategy .cont ul li a{height: 35px;line-height: 34px;background: url(../images/index/icon.png) no-repeat 4px -317px; padding-left: 25px;display: block;transition: color .3s;}
.hotStrategy .cont ul li a:hover{background: url(../images/index/icon.png) no-repeat left -369px #f4eae1 !important;color: #ff3b43;}
.hotStrategy .cont ul li a span{width: 330px;height: 34px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hotStrategy .cont ul li:first-child a{background: url(../images/index/icon.png) no-repeat 4px -421px;}
.hotStrategy .cont ul li:last-child a{background: url(../images/index/icon.png) no-repeat 4px -473px;}

/* 推荐游戏模块 */
.headerTab {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.mainTitle {
    font-size: 22px;
    font-weight: bold;
}
.recommendIcon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/newIndex/ico_tuijian.png');
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 9px;
}
.mainTabToggle {
    margin-left: 31px;
    width: 87%;
    border-bottom: 1px solid #D2D9E1;
    padding-bottom: 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tjleft .mainTabToggle{width: 80%;}
.mainTabToggle ul {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #737B8A;
}
.mainTabToggle ul li {
    width: 65px;
    /* margin-right: 39px; */
    margin-right: 30px;
    cursor: pointer;
    text-align: center;
}
.mainTabToggle ul .current {
    color: #018FFF;
    position: relative
}
.mainTabToggle ul .current::after {
    content: '';
    display: inline-block;
    height: 6px;
    width: 63px;
    background-image: url('../images/newIndex/ico_line.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.recommendItemPreview {
    margin-top: 49px;
    display: flex;
}
.moreModalTip {
    color: #737B8A;
    font-size: 16px;
}
.moreIcon {
    display: inline-block;
    width: 16px;
    height: 12px;
    background-image: url('../images/newIndex/btn_more.png');
    background-size: 100% 100%;
    margin-left: 10px;
}
.recommendMainItem {
     width: 24%;
    /*width: 285px;*/
    /* height: 400px; */
    height: 290px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 90, 255, 0.1);
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}
.recommendMainItem:last-child {
    margin-right: 0;
}
.topImgView {
    height: 200px;
    text-align: center;
}
.topImgView img {
    height: 100%;
    width: 95%;
    position: relative;
    top: -20px;
    border-radius: 5px 5px 0px 0px;
    object-fit: cover;
}
.bottomInfoDeail {
    width: 185px;
    /* height: 90px; */
    height: 80px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: -2px;   
}
.bottomInfoDeail .name {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    width: 94%;
    padding: 0px 10px;
    text-overflow: ellipsis;
}
.bottomInfoDeail .coseSize {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 20px 0 10px;
}
.bottomInfoDeail .typeBox {
    width: 100%;
    overflow: hidden;
    display: flex;
    height: 24px;
}
.bottomInfoDeail .type {
    /* display: inline-block; */
    /* max-width: 60px; */
    max-width: 75px;
    height: 20px;
    border: 1px solid #737B8A;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    color: #737B8A;
    font-size: 12px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 3px;
}
.bottomInfoDeail .size {
    font-size: 12px;
    color: #737B8A;
}
.hoverTopDetailModal {
    position: absolute;
    bottom: 40px;
    z-index: 99;
    box-sizing: border-box;
    padding-top: 15px;
}
.hoverViewBox {
    display: none;
    width: 100%;
    height: 40px;
    border-top: 1px solid #EFF1F4;
    position: absolute;
    bottom: 0;
}
.hoverViewBox span {
    display: inline-block;
    /* width: 49.2%; */
    width: 92px;
    float: left;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #737B8A;
    font-size: 14px;
    border-right: 1px solid #EFF1F4;
}
.hoverViewBox span a{
    font-size: 14px;
    font-weight: 400;
    color: #737B8A;
}
.hoverViewBox span:last-child {
    border-right: none;
}
.hoverViewBox span:hover a{
    color: #018FFF;
    font-weight: bold;
    background-color: #EFF4F8;
}
.hoverViewBox span:hover {
    background-color: #EFF4F8;
}
.hoverImgBackOverly {
    display: none;
    height: 210px;
    width: 95%;
    position: absolute;
    top: -20px;
    left: 4px;
    border-radius: 5px 5px 0px 0px;
    background-color: rgba(33, 36, 43,.5);
}
.qurcodeBox {
    width: 116px;
    height: 116px;
    background-image: url('../images/newIndex/img_bian.png');
    background-size: 100% 100%;
    margin:29px 0 16px 35px;
    position: relative;
}
.topImgView .qurcodeBox img {
    width: 110px;
    height: 110px;
    border-radius: 5px;
    top: 3px;
}
.gameCode_line {
    width: 110px;
    height: 25px;
    background: linear-gradient(180deg, #018FFF 0%, rgba(242, 246, 255, 0) 100%);
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 99;
    animation: myScan 1.5s infinite alternate;
    -webkit-animation: myScan 1.5s infinite alternate;
}
.hoverImgBackOverly p {
    color: #fff;
    margin-bottom: 14px;
}
@keyframes  myScan{
    from { top:0px; }
    to { top: 110px; }
}
-webkit-@keyframes  myScan{
    from { top:0px; }
    to { top: 110px; }
}
.qurcodeButtonDown {
    display: block;
    width: 110px;
    height: 30px;
    background: linear-gradient(90deg, #07B906, #4BC137);
    border-radius: 5px;
    margin: auto;
    margin-bottom: 11px;
    line-height: 30px;
    color: #fff;
}
.downloadTipIcon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/newIndex/ico_android.png');
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 6px;
}
.IOSQurcode {
    background: linear-gradient(90deg, #005AFF 0%, #018FFF 100%);
}
.iosIcon{
    background-image: url('../images/newIndex/ico_ios.png');
}
.qurcodeButtonDown:hover {
    color: #fff;
}
.onePlayIcon {
    background-image: url('../images/newIndex/ico_game.png');
}
.wePackDone {
    background: linear-gradient(90deg, #FF7E00, #FFA200);
}
.wechatIcon {
    background-image: url('../images/newIndex/ico_xiazai.png');
}

/* 热门游戏 */
.hotGameModal {
    margin-top: 20px;
}
.hotGameIcon {
    background-image: url('../images/newIndex/hot.png');
}
.hotGameSwiperModal {
    width: 100%;
    height: 400px;
    display: flex;
    /* margin-top: 30px; */
    margin-top: 25px;
}
.defaultImg {
    width: 940px;
}
.hotGameSwiperLeft {
    width: 940px;
    height: 400px;
    overflow: hidden;
}
.hotGameSwiperLeft .swiper-slide {
    width: 940px;
    height: 100%;
}
.hotGameSwiperLeft .swiper-slide img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    object-fit: cover;
}
.swiperListView {
    width: 260px;
}
.hotGameSwiperRight {
    width: 260px;
    height: 400px;
    overflow: hidden;
}
.hotGameSwiperRight .swiper-wrapper {
    flex-wrap: wrap;
}
.hotGameSwiperRight .swiper-slide {
    width: 260px;
    height: 99px!important;
    border-bottom: 1px solid #EFF4F8;
}
.hotGameSwiperRight .swiper-slide:last-child {
    border-bottom: none;
}
.hotGameSwiperRight .swiper-slide .everySwiperItem {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}
.hotGameSwiperRight .swiper-slide .everySwiperItem img {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 15px;
    object-fit: cover;
}
.hotGameSwiperRight .swiper-slide .everySwiperItem .swiperSlideInfo {
    font-size: 16px;
    font-weight: bold;
}
.hotGameSwiperRight .swiper-slide-thumb-active {
    background-color: #EFF4F8;
}
.hotGameSwiperRight .swiper-slide-thumb-active .everySwiperItem {
    background-color: #EFF4F8;
}
.hotGameSwiperRight .lineProgress {
    display: inline-block;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #005AFF 0%, #018FFF 100%);
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: progressLine 5s linear;
    display: none;
}
@keyframes progressLine {
    0% {
       width: 0;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}
.hotGameSwiperRight .swiper-slide-thumb-active .lineProgress {
    display: block;
}
.swiperSlideInfo .sortTypeContainer {
    margin-top: 10.5px;
    /* margin-left: 10px; */
}
.swiperSlideInfo .sortIcon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/newIndex/ico_ios_small.png');
    background-size: 100% 100%;
    margin-right: 7px;
}
.swiperSlideInfo .sortIcon.anroidIcon {
    background-image: url('../images/newIndex/ico_android_small.png');
}
.swiperSlideInfo .sortIcon.h5Icon {
    background-image: url('../images/newIndex/ico-h5-small.png');
}
.swiperSlideInfo p{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hotGameSwiperLeft .swiper-slide .activeModalBox {
    display: none;
    width: 550px;
    height: 400px;
    background: linear-gradient(90deg, #222232 0%, rgba(34, 34, 51, 0) 100%);
    border-radius: 5px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 60px 0 0 40px;
}
.activeModalBox .mainDesc {
    width: 368px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 23px;
}
.activeModalBox .overlyTitle {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
}
.activeModalBox .centerSortType {
    margin-bottom: 23px;
}
.activeModalBox .centerSortType span {
    /* display: inline-block; */
    /* max-width: 60px; */
    height: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    padding: 0 7px;
    margin-right: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.activeModalBox .gameHomeBtn {
    display: inline-block;
    width: 158px;
    height: 36px;
    background: linear-gradient(90deg, #005AFF 0%, #018FFF 100%);
    border-radius: 5px;
    line-height: 36px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 13px;
    /* margin-top: 129px; */
    position: absolute;
    bottom: 30px;
}
.activeModalBox .gameHomeBtn .rightWhiteIcon {
    display: inline-block;
    width: 19px;
    height: 14px;
    background-image: url('../images/newIndex/btn_right.png');
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 58px;
}
.hotGameSwiperLeft .swiper-slide-active .activeModalBox{
    display: block;
}
.hotGameMainListView {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}
.modalItemHot {
    width: 18.6%;
    height: 182px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.modalItemHot img {
    width: 100%;
    height: 95px;
    border-radius: 5px 5px 0px 0px;
    object-fit: cover;
}
.modalItemHot:nth-child(5n+0) {
    margin-right: 0;
}
.mainDeailInfo {
    height: 90px;
    box-sizing: border-box;
    padding: 15px 10px 0;
}
.mainDeailInfo .nameTitle {
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
}
.mainDeailInfo .typeTag {
    /* margin-top: 16px; */
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.typeTag .tagMain {
    display: inline-block;
    max-width: 70px;
    /* max-width: 38px; */
    height: 20px;
    border: 1px solid #737B8A;
    border-radius: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
    text-align: center;
    color: #737B8A;
    font-size: 12px;
    padding: 0 6px;
    /* margin-right: 5px; */
}

.typeIconSort {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/newIndex/ico_ios_small.png');
    background-size: 100% 100%;
    margin-right: 7px;
}
.andriodSortIcon {
    background-image: url('../images/newIndex/ico_android_small.png');
}
.h5Icon {
    background-image: url('../images/newIndex/ico-h5-small.png');
}
.yeIcon {
    background-image: url('../images/newIndex/ico-pc-samll.png')!important;
}
.syGameOverlyModal {
    display: none;
    width: 100%;
    height: 95px;
    background-color: rgba(33, 36, 43, .5);
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
}
.tableFlex {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}
.tableFlex .leftImg {
    width: 70px;
    height: 70px;
    border: 1px solid #018FFF;
    border-radius: 5px;
    margin-right: 10px;
}
.tableFlex .leftImg img {
    width: 70px;
    height: 69px;
    border-radius: 5px;
}
.syGameHotSort:hover .syGameOverlyModal {
    display: block;
}
.h5GameHotSort:hover .syGameOverlyModal{
    display: block;
}
.syGameOverlyModal .downloadTipIcon {
    margin-left: 9px;
}

/* 开服，礼包 */
.openGameNewGiftModal {
    display: flex;
    /* margin-top: 71px; */
    margin-top: 40px;
}
.newOpenGameModal {
    width: 340px;
    margin-right: 45px;
}
.giftGameModal {
    width: 815px;
}
.modalTabTop{
    display: flex;
}
.openGameIcon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/newIndex/open.png');
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 9px;
}
.tabLineToggle{
    margin-left: 32px;
    display: flex;
    border-bottom: 1px solid #D2D9E1;
}
.tabLineToggle ul {
    display: flex;
}
.tabLineToggle ul li {
    width: 34px;
    /* margin-right: 40px; */
    margin-right: 24px;
    color: #737B8A;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.tabLineToggle ul li:last-child {
    margin-right: 0;
}
.tabLineToggle ul li.current {
    color: #018FFF;
}
.tabLineToggle ul li.current::after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 6px;
    background-image: url('../images/newIndex/img_line_small.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.mainTimeTabChoose {
    margin-top: 27px;
    width: 100%;
    height: 440px;
    background: #FFFFFF;
    border-radius: 5px;
}
.new-server-tab {
    display: flex;
}
.new-server-tab>div {
    width: 112px;
    height: 30px;
    text-align: center;
   border-right: 1px solid #DDDDDD;
   line-height: 30px;
   color: #737B8A;
   font-size: 14px;
   position: relative;
   cursor: pointer;
}
.new-server-tab>div:last-child {
    border-right: none;
}
.new-server-tab .now {
    color: #333333;
    font-weight: bold;
}
.new-server-tab .now::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #005AFF 0%, #018FFF 100%);
    border-radius: 2px 0px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
}
.bottomMainAreaView{
    margin: 23px 10px 0;
}
.bottomMainAreaView table {
    /* width: 100%; */
    width: 320px;
    /* height: 100%; */
}
.bottomMainAreaView table thead {
    height: 30px;
    background: #EFF1F4;
    border-radius: 5px;
}
.bottomMainAreaView table thead th {
    color: #737B8A;
    text-align: left;
    padding-left: 9px;
    width: 33%;
    white-space: nowrap;
    font-weight: 400;
}
.bottomMainAreaView table thead th:first-child p{
    width: 40%;
    
}
.bottomMainAreaView table tbody tr{
    height: 35px;
    cursor: pointer;
}
.bottomMainAreaView table tbody tr td.firstTd p {
    width: 94px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    font-size: 12px;
}
.bottomMainAreaView table tbody tr td.areaNameTd p {
    /* width: 80px; */
    width: 108px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    font-size: 12px;
}
.bottomMainAreaView table tbody tr td.finalTd p {
    font-size: 12px;
}
.bottomMainAreaView table tbody {
    white-space: nowrap;
    background-color: #fff;
}
.bottomMainAreaView table tbody tr td.areaNameTd a{
    color: #018FFF;
}
.bottomMainAreaView table tbody tr:hover {
    background-color: #EFF1F4;
}
.bottomMainAreaView table tbody tr:hover  a{
    color: #018FFF!important;
}
.bottomMainAreaView table thead th:nth-child(2) {
    width: 40%;
}   
.bottomMainAreaView table thead th:nth-child(3) {
    width: 27%;
}  
.giftGameIcon{
    background-image: url('../images/newIndex/gift.png');
}
.topDevide{
    display: flex;
}
.topDevide .mainTitle {
    margin-right: 32px;
}
.topDevide .rightMoreModal {
    border-bottom: 1px solid #D2D9E1;
    width: 80%;
    text-align: right;
}
.alsoMainViewGift {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}
.giftMainItem {
    width: 22.5%;
    height: 80px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-right: 25px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.giftMainItem:nth-child(4n + 0) {
    margin-right: 0;
}
.giftMainItem img {
    display: inline-block;
    width: 62px;
    height: 62px;
    border-radius: 15px;
    margin-right: 13px;
}
.rightGiftInfo {
    width: 100px;
}
.rightGiftInfo .name {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rightGiftInfo .desc {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #737B8A;
    font-size: 12px;
    margin: 5px 0 5px 0;
}
.rightGiftInfo .percentData {
    color: #737B8A;
    font-size: 12px;
    height: 18px;
}
.rightGiftInfo .gift_item_receive  {
    display: none;
    width: 62px;
    height: 18px;
    background: linear-gradient(90deg, #005AFF 0%, #018FFF 100%);
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}

.giftMainItem:hover .percentData{
    display: none;
}
.giftMainItem:hover a{
    display: block;
}


/* 活动公告 */
.noticeActivityModal {
    /* margin-top: 71px; */
    margin-top: 60px;
}
.noticeIcon {
    background-image: url('../images/newIndex/ico_huodong.png');
}
.devideHeaderTop {
    display: flex;
    align-items: center;
}
.devideHeaderTop .mainTitle {
    margin-right: 32px;
}
.devideHeaderTop .rightTabDefault {
    width: 87%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D2D9E1;
    padding-bottom: 6px;
}
.tabDefaultLine {
    display: flex;
}
.tabDefaultLine> div {
    width: 34px;
    color: #999999;
    font-size: 16px;
    margin-right: 39px;
    position: relative;
    cursor: pointer;
}
.tabDefaultLine> div.now {
    color: #018FFF;
}
.tabDefaultLine> div.now::after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 6px;
    background-image: url('../images/newIndex/img_line_small.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.noticeMainBody{
    width: 100%;
    height: 376px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: 70px;
    box-sizing: border-box;
    padding: 0 25px 16px 10px;
    display: flex;
}
.leftImgBox {
    width: 610px;
    margin-right: 25px;
    position: relative;
}
.rightNoticeListView {
    padding-top: 29px;
    width: 527px;
}
.rightNoticeListView .titleName {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 17px;
}
.rightNoticeListView .listModal .listItem span:first-child {
    width: 315px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rightNoticeListView .listModal .listItem span:nth-child(2) {
    white-space: nowrap;
}
.gameSwiperSpecial::after{
    content:url('../images/newIndex/ico_line_b.png');
    position: absolute;
    right: -3px;
    top: 11px;
    z-index: 1;
}
.gameSwiperSpecial:last-child::after {
    content:''
}
.listModal {
    margin-top: 29px;
}
.listItem {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    position: relative;
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #737B8A;
    cursor: pointer;
}
.listItem::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 15px;
    background: #018FFF;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 13px;
}
.listItem:hover {
    color: #018FFF;
}
.listModal a {
    display: inline-block;
    width: 100%;
}
.listModal a:nth-child(2n-1) {
    background: #EFF4F8;
}
.hasLoginViewDialog {
    width: 296px;
    height: 323px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 90, 255, 0.2);
    border-radius: 5px;
    margin: 0;
    position: absolute;
    left: 365px;
    top: 31px;
    box-sizing: border-box;
    padding: 20px 23px 23px 23px;
    z-index: 99;
}


/*右侧广告位*/
.right_ad {
    /*width: 140px;*/
    position: absolute;
    right: 80px;
    top: 616px;
    box-sizing: border-box;
    z-index: 9;
}


.left_ad {
    /*width: 140px;*/
    position: absolute;
    left: 80px;
    top: 616px;
    box-sizing: border-box;
    z-index: 9;
}

.index_ad_left {
    position: fixed;
    right: 50%;
    margin-right:620px;
    top: 0px;
    z-index: 0;
}

.index_ad_right {
    position: fixed;
    left: 50%;
    margin-left: 620px;
    top: 0px;
    z-index: 0;
}
.index_ad_middle{
    width: 1200px;
    height: 90px;
    margin: 0 auto;
}
.index_ad_middle img{width: 1200px; height: 90px;}
.avatarInfoBox{
    display: flex;
    align-items: center;
}
.avatarInfoBox img{
    display: inline-block;
    width: 61px;
    height: 61px;
    box-shadow: 0px 0px 5px 0px rgba(126, 167, 249, 0.3);
    border-radius: 50%;
    margin-right: 16px;
}
.rechargeIntegral {
    width: 100%;
    height: 50px;
    background: #FFF5E1;
    border-radius: 3px;
    margin-top:10px ;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 14px;
}
.currentlyPlayBox {
    margin-top: 13px;
}
.currentName {
    font-size: 13px;
    color: #333;
}
.currentName::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 14px;
    background: #018FFF;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 7px;
}
.currentPlayGameList {

}
.playGameItemView{
    display: flex;
    margin-top: 9px;
    font-size: 12px;
}
.playGameItemView a {
    width: 33.33%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.playGameItemView a:first-child {
    text-align: left;
}
.playGameItemView .startText {
    color: #737B8A;
}
.playGameItemView:hover a{
    color: #018FFF;
}
.colorIntegral {
    color: #75440E;
    font-size: 12px;
}
.colorNum{
    color:#FFA200;
    font-size: 16px;
    font-weight: bold;
}
.rechargeIntegral a {
    display: inline-block;
    width: 50px;
    height: 20px;
    background: #FFA200;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-top: 15px;
}
.rightMainAccount {
    position: relative
}
.levelDetailBox{
    display: none;
    width: 180px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #FFA200;
    box-shadow: 0px 0px 20px 0px rgba(86, 157, 236, 0.2);
    border-radius: 5px;
    color: #999999;
    font-size: 13px;
    position: absolute;
    top: 54px;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}
.rightMainAccount .name {
    font-size: 16px;
    font-weight: bold;
}
.rightMainAccount .out {
    margin-left: 8px;
    color: #737B8A;
    font-size: 12px;
    font-weight: normal;
}
.rightMainAccount .levelNum {
    color: #75440E;
    font-size: 13px;
    font-weight: bold;
    margin-top: 11px;
    cursor: pointer;
}
.rightMainAccount .progressBox {
    display: inline-block;
    width: 130px;
    height: 5px;
    background: #FFF5E1;
    border-radius: 3px;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.progressLineWidth {
    display: inline-block;
    width: 10%;
    height: 100%;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FCD28A;
}
.topDefferent {
    font-size: 10px;
    color: #333;
}
.actuallyLevel {
    font-size: 14px;
    color: #75440E;
}
.percentTotal{
    color: #999999;
    font-size: 12px;
    white-space: nowrap;
}
.d-vip{
    font-size: 12px;
}

.rightMainAccount .levelNum:hover + .levelDetailBox{
    display: block;
}
.mySwiper2 {
    height:310px; 
    position: relative;
    top: -40px;
    overflow: hidden;
}
.mySwiper {
    height: 71px;
    position: relative;
    top: -20px;
    overflow: hidden;
}
.mySwiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.mySwiper .swiper-slide {
    width:140px!important ;
    height: 71px;
}
.mySwiper .swiper-slide img{
    width:100% ;
    height: 100%;
    border-radius: 5px;
}
.mySwiper .overlyBox {
    width:140px;
    height: 71px;
    border-radius: 5px;
    background-color: rgba(33, 36, 43, .5);
    position: absolute;
    left: 0;
    top: 0;
}
.mySwiper .swiper-slide-thumb-active .overlyBox {
    display: none;
}
.infoBlackDetailBox {
    display: none;
    width: 610px;
    height: 40px;
    background: rgba(33, 36, 43, .8);
    color: #fff;
    line-height: 40px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.infoBlackDetailBox p {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mySwiper2 .swiper-slide-active .infoBlackDetailBox {
    display: block;
}
.recommend-con{
	display:none;
}
.hot-con{
	display:none;
}

.new-open-server {
	display:none;
}
.new_open_con {
	display: none;
}
.receive_bag_modal {
	display: none;
	width: 100%;
	height: 191px;
	z-index: 999
}

.receive_bag_modal_header {
	width: 100%;
	height: 42px;
	border-radius: 5px 5px 0 0;
	background-color: #e2e2e2;
	font-size: 17px!important;
	text-align: center
}

.receive_bag_modal_header span {
	text-align: center;
	width: 101px;
	height: 18px;
	font-weight: 400;
	color: rgba(34,34,34,1);
	position: relative;
	top: 8px
}

.close_receive_bag_modal img {
	position: relative;
	left: 90px;
	cursor: pointer
}

.receive_bag_modal_firstline {
	width: 285px;
	height: 14px;
	color: #018fff;
	background: rgba(226,226,226,1);
	border-radius: 5px;
	padding: 8px 9px 10px 9px;
	margin-top: 20px;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.receive_bag_modal_firstline span {
	color: #018fff
}

.receive_bag_modal_secondline {
	font-size: 12px;
	font-weight: 400;
	color: rgba(153,153,153,1);
	line-height: 41px;
	text-align: center;
	width: 100%;
	height: 40px
}

.receive_bag_modal_thirdline {
	width: 80px;
	height: 30px;
	font-size: 14px;
	background: #018fff;
	border-radius: 2px;
	position: relative;
	left: 115px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	box-shadow: none!important;
	border: none!important
}

.receive_bag_modal_firstline input {
	width: 220px;
	border: 0;
	background-color: #e2e2e2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #018fff
}
/* .notice_con{
	display:none;
} */
.new-con{display:none;}

.js_tab_show {
	display: block
}

.layui-carousel>[carousel-item]>* {
    background-color: #fff!important;
}
.layui-carousel>[carousel-item]>* {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 100%;
    background-color: #f8f8f8;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.no_qufu_text{
    text-align: center;
    padding-top: 160px;
    font-size: 14px;
    color: #999;

}
.layui-carousel>[carousel-item]:before {
    position: absolute;
    content: '';
}
.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul{
    background-color: #FFFFFF !important;
}

.layui-carousel-ind li.layui-this {
    background-color: #018fff;
}
.layui-carousel-ind li.layui-this:hover {
    background-color: #018fff;
}
.layui-carousel-ind li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e9e9e9;
}
.layui-carousel-ind li:hover {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e9e9e9;
}

.mainTabToggle .recommend-menu{
    position: relative;

}
.hotGameModal .mainTabToggle ul{
    position: relative;

}
.newOpenGameModal .tabLineToggle ul{
    position: relative;
}

.headerTab .mainTabToggle .recommend-menu-con {
    position: absolute;
    left: 0px;
}

.headerTab .mainTabToggle .hot-menu-con {
    position: absolute;
    left: 0px;
}
.newOpenGameModal .tabLineToggle .newtab_menu_con {
    position: absolute;
    left: 0px;

}
.headerTab .mainTabToggle .media_02_1 {
    left: 0px !important;
}
.headerTab .mainTabToggle .media_02_2 {
    left: 96px !important;
}
.headerTab .mainTabToggle .media_02_3 {
    left: 192px !important;
}
.headerTab .mainTabToggle .con_01 {
    left: 0px !important;
}
.headerTab .mainTabToggle .con_02 {
    left: 96px !important;
}
.headerTab .mainTabToggle .con_03 {
    left: 192px !important;
}

.modalTabTop .tabLineToggle .new_1  {
    left: 0px !important;
}
.modalTabTop .tabLineToggle .new_2  {
    left: 57px !important;
}
.modalTabTop .tabLineToggle .new_3  {
    left: 114px !important;
}
.tabLineToggle ul li{
    padding-bottom: 7px;    
}
.tabLineToggle{
    width: 44%;
}
.newReco h3{display: flex;}
.newReco .mainTabToggle2{width: 78%; position: relative; top:0; margin: 0;  font-size:16px; margin-left: 30px;}
.tjleft .newReco ul.mainTabToggle2{margin: 0;}

.newReco .mainTabToggle2 .hot-menu-con,.newReco .mainTabToggle2 .new-menu-con{position: absolute;  width: 65px; height: 36px;margin-right: 30px;cursor: pointer;text-align: center;}
.newReco .mainTabToggle2 .con_02,.newReco .mainTabToggle2 .new_2{left:96px;}
.newReco .mainTabToggle2 .hot-menu-con-active,.newReco .mainTabToggle2 .new-menu-con-active{
    color: #018FFF;
}
.newReco .mainTabToggle2 .hot-menu-con-active::after,.newReco .mainTabToggle2 .new-menu-con-active::after{
    content: '';
    display: inline-block;
    height: 6px;
    width: 63px;
    background-image: url('../images/newIndex/ico_line.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: -12px;
    left: 0;
}

.newgames{
    clear: both;
    margin:80px 0 0 0;
}

.game-box{margin:30px 0 0 0; width: 100%; clear: both;}
.game-box .gamethumb{border-radius: 10px; width: 72px; height: 72px;}
.game-box li{float:left; width: 110px; text-align: center; margin-right: 12px;}
.game-box p{margin-top: 8px; width: 110px; height: 42px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; font-weight: 700;}

/*新作游戏*/
.slider-container {
    width: 100%;
    height: 260px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
}
.slider-track,.slider-track2 {
    display: flex;
    transition: transform 0.3s ease;
    white-space: nowrap;
}
.slider-item{
    min-width: 294px;
    height: 253px;
    margin: 0 12px 0 0;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 2px 5px 5px rgba(0,0,0,0.1);
    position: relative;
}
.slider-item .thumb{width: 294px; height: 154px; display:block;}
.slider-item .thumb img{border-radius:5px 5px 0 0; width: 294px; height: 154px;}
.slider-item .text{height: 80px; width: 294px; margin: 15px 0 0 0px;}
.slider-item .text .gameicon{float: left; width:60px; height: 60px; margin: 5px 0 0 12px;}
.slider-item .text .gameicon img{border-radius:5px;}
.slider-item .text .rightcent{float: left; width: 196px; margin-left: 15px;}
.slider-item .text .rightcent .title{width: 196px; height: 25px; overflow: hidden; color:#262626; white-space: nowrap; text-overflow: ellipsis; font-weight: 600; }
.slider-item .text .rightcent .onedes{font-size: 12px; white-space: nowrap; text-overflow: ellipsis; height: 24px; color:#a3a3a3; width: 100%; overflow: hidden;}
.slider-item .btn{background:#e3ff34; border-radius: 14px; padding:2px 21px; font-size: 12px; font-weight: 700;}
.slider-item .thumb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 154px;
    background: radial-gradient(
            circle at center,
            transparent 10%,
            rgba(255, 255, 255, 0.5) 100%
    );
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
.slider-item:hover .thumb::before {
    opacity: 1;
}
.slider-bg{position:relative; width: 100%; height: 270px;}
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    border: none;
    z-index: 10;
}
.slider-nav:hover {

}
.slider-prev,.slider-prev2 {
    left: -60px;
    background: url("../images/newIndex/icon_prev.png") #f0f0f0 center center no-repeat;
}
.slider-next,.slider-next2 {
    right: -60px;
    background: url("../images/newIndex/icon_next.png") #f0f0f0 center center no-repeat;
}
.slider-nav.hidden {
    display: none;
}


/*热门游戏*/
.slider-bg2{position:relative; width: 100%; height: 289px;}
.slider-container2{
    width: 100%;
    height: 297px;
    margin: 20px 0;
    overflow: hidden;
}
.slider-item2 {
    min-width: 153px;
    height: 289px;
    margin: 0 12px 0 0;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 2px 5px 5px rgba(0,0,0,0.1);
    position: relative;
}
.slider-item2 .thumb{width: 153px; height: 289px; display:block;}
.slider-item2 .thumb img{border-radius:5px 5px 0 0;}
.slider-item2 .text{height: 65px; width: 137px; margin: 0px 0 0 0px; position:absolute; z-index: 9; bottom: 0; left: 0; padding: 10px 8px 10px 8px;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 1) 50%,
            rgba(0, 0, 0, 0) 100%
    );
}
.slider-item2 .text .gameicon{width:32px; height: 32px; margin:0px 0 0 0px; float: left;}
.slider-item2 .text .gameicon img{border-radius:5px;}
.slider-item2 .text .title{width: 97px; height: 32px; font-size: 12px; margin-top: 2px; overflow: hidden; color:#fff; white-space: pre-wrap; text-overflow: ellipsis; float: right;}
.slider-item2 .text .title a{color: #fff;}
.slider-item2 .btn{background:#e3ff34; border-radius: 10px; line-height: 24px; text-align: center; width: 137px; height: 24px; padding: 0; font-size: 12px; font-weight: 700; margin:6px 0 0 0;}
.slider-item2 .thumb::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 289px;
    background: radial-gradient(
            circle at center,
            transparent 10%,
            rgba(255, 255, 255, 0.5) 100%
    );
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
    z-index: 1;
}
.slider-item2:hover .thumb::before {
    opacity: 1;
}

.rankgames{
    height: 498px;
    margin: 60px 0 0 0;
}
.rankgames .rankgamelist{
    margin: 20px 0 0 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;

}
.rankgames .rankgamelist a{border-radius:5px; box-shadow: 2px 3px 8px 1px rgba(28, 33, 49, 0.1); width: 333px; height: 76px; margin:10px 0 0 0; display: flex; margin:10px 0px 0 10px}
.rankgames .rankgamelist a.first{margin:10px 0px 0 0px}
.rankgamelist .rank-icon{
    width: 20px;
    height: 32px;
    margin: 25px 0 0 6px;
    position: relative;
}
.rankgamelist .rank-icon span{position:absolute; left:16%; top:7%; width: 14px; text-align: center; color:rgb(89, 89, 89); font-size: 10px; font-weight: 700;}
.rankgamelist .rank-icon span.top1{color:rgb(255, 247, 227);}
.rankgamelist .rank-icon span.top2{color:rgb(100, 133, 131);}
.rankgamelist .rank-icon span.top3{color:rgb(155, 88, 66);}
.rankgamelist .game-icon{
    width: 54px;
    height: 54px;
    margin:10px 0 0 8px;
}
.rankgamelist .game-icon img{border-radius: 5px;}
.rankgamelist .rightcent{
    width: 220px;
    height: 60px;
    margin:5px 0 0 10px;
}
.rankgamelist .rightcent .title{width: 227px; height: 24px; font-weight: 700; overflow: hidden; font-size:13px; color:#262626; white-space: nowrap; text-overflow: ellipsis;}
.rankgamelist .rightcent .onedes{font-size: 11px; white-space: nowrap; text-overflow: ellipsis; width: 220px; height: 18px; color:#a3a3a3;}
.rankgamelist .btn{background:#f0f0f0; color: #333; border-radius: 5px; padding:2px 5px; font-size: 10px; font-weight: 700;}

.hotgames{margin: 60px 0 0 0;}

.indexfoot{margin-top:80px; padding: 18px 18px; height: 340px; background: #fff; box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.2); border-radius: 5px;}
.indexfoot .nrow{margin:30px 0 0 0;}
.indexfoot .nrow.first{margin-top: 0;}
.indexfoot .nrow .title{font-weight: 700; font-size: 0.85rem; color: #262626; height: 26px;}
.indexfoot .nrow .desc{font-size: 0.74rem; color: #a5a5a5; line-height: 180%;}
.indexfoot .nrow .tolink{height: 26px; margin-top: 10px; font-size: 0.75rem; font-weight: 700; color: #136c72;}
.indexfoot .nrow .tolink a{color: #136c72;}

.mainbox{clear: both; flex-basis: auto; width: 100%; margin-top: 140px;}
.swiper-container {
    display: flex;
    height: 350px;
    gap: 20px;
}
.main-swiper {
    width: 65%;
}
.thumb-swiper {
    width: 33%;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.thumb-swiper .swiper-slide {
    /*opacity:1;*/
    filter: brightness(50%);
    cursor: pointer;
    height: 17.5% !important;
    transition: opacity 0.3s ease;
    display: flex;
}
.thumb-swiper .swiper-slide img{float: left; width: 100px; height: 52px; margin-top: 10px; border-radius:0.5rem;}
.thumb-swiper .swiper-slide .text{float: left; width: 240px; margin: 25px 0 0 8px; font-size: 12px;}

.thumb-swiper .swiper-slide-thumb-active {
    /*opacity: 1;*/
    filter: brightness(100%);
    border: 0px solid #1890ff;
}