@charset "utf-8";
#content_wrapTop {
    margin-bottom: 0.2rem;
    padding: 0.2rem 0;
    width: 80%;
    margin: 0 auto!important;
}
#index{
    position: relative;
    background: var(--index-game-box-bgcolor);
    border-radius: 0.1rem;
    -webkit-box-shadow: 0 0.03rem 0.09rem 0 rgb(0 0 0 / 21%);
    box-shadow: 0 0.03rem 0.09rem 0 rgb(0 0 0 / 21%);
    margin-bottom: 0.2rem;
    padding: 0.2rem 0.4rem;
    width: 80%;
    margin: 0.2rem auto!important;
}
#index .index_wrap{
    width: 100%;
    margin: 0 auto;
}
#index .index_wrap .platform_box .platform_box_wrap{
    width: 100%;
}

.index_wrap .tabSection .menuUl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    border-bottom: 1px solid var(--index-hotSection-border);
}
.index_wrap .tabSection .menuUl li {
    font-size: .24rem;
    align-items: center;
}
.index_wrap .tabSection .menuUl li.on {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.index_wrap .tabSection .menuUl li a {
    color: #666;
}
.index_wrap .tabSection .menuUl li.on a {
    color: var(--index-hotSection-active);
}
.index_wrap .tabSection .tabBox {
    padding: 0.1rem;
}
.index_wrap .tabSection .tabBox .tabBox_wrap {
    width: 100%;
}
.index_wrap .tabSection .gameUl {
    display: flex;
    /* justify-content: flex-start; */
    /* align-items: center; */
    flex-wrap: wrap;
    margin: -0.15rem -0.24rem;

}
.index_wrap .tabSection .gameUl li:nth-child(-n+20) {
    display: flex;
}
.index_wrap .tabSection .gameUl li {
    display: none;
    position: relative;
    width: calc(100%/10);
    margin: 0.15rem 0;
    transition: 0.4s;
    align-items: center;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
}
.index_wrap .tabSection .gameUl li a{
    display: block;
    width: 100%;
}
.index_wrap .tabSection .gameUl li .game_details_container {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    /*max-width: 100%;
    min-height: 1.3rem;
    min-width: 1rem;*/
    position: relative;
    /*width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;*/
    z-index: 0;
}
.index_wrap .tabSection .gameUl li .game_details_container .game_details_wrap {
    /* border-radius: 0.1rem 0.18rem 0.18rem; */
    height: fit-content;
    position: relative;
    width: fit-content;
    box-shadow: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    /* width: 100%; */
}
.index_wrap .tabSection .gameUl li .game_details_container .game_details_wrap .game_details_img {
    height: 1rem;
    width: 1rem;
}
.index_wrap .tabSection .gameUl li .game_details_container .game_details_wrap .game_details_img img{
    width: 100%;
    height: 100%;
    border-radius: 0.1rem 0.18rem 0.18rem;
}
.index_wrap .tabSection .gameUl li .game_details_container .game_details_wrap .game_best {
    background-color: var(--index-gameFlag-bg);
    align-items: center;
    color: var(--index-gameFlag-text);
    display: -ms-flexbox;
    display: flex;
    height: 0.2rem;
    justify-content: center;
    left: -0.01rem;
    padding: 0.02rem 0.02rem 0.02rem 0.06rem;
    position: absolute;
    top: 0;
}
.index_wrap .tabSection .gameUl li .game_details_container .game_details_wrap .game_best p {
    font-family: MicrosoftYaHei;
    font-size: .14rem;
    font-weight: 700;
    line-height: 1;
}
.index_wrap .tabSection .gameUl li .game_details_container .game_details_wrap .game_logo{
    background-color: rgb(246 247 249 / 91%);
    align-items: center;
    color: var(--index-gameCat-text);
    display: -ms-flexbox;
    display: flex;
    height: 0.8rem;
    justify-content: center;
    left: 0.59rem;
    padding: 0.02rem 0.02rem 0.02rem 0.06rem;
    position: absolute;
    top: 0.66rem;
    width: 0.9rem;
    border-radius: 15px;
}
.index_wrap .tabSection .gameUl li .game_details_container .game_details_wrap .game_logo img{
    width: 0.3rem;
    position: absolute;
    top: 4px;
    left: 6px;
}
.index_wrap .tabSection .gameUl li .game_details_container .game_details_name {
    font-size: .2rem;
    height: 1.2em;
    line-height: 1.2;
    margin-top: 0.1rem;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.index_wrap .tabSection .gameUl li .game_details_container .game_details_name .game_name {
    color: var(--index-game-box-text);
    font-size: .2rem;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* platform */
.index_wrap .lBox .platform_container:first-child {
    border-top: unset;
    padding: 0;
}
.platform_container {
    border-top: 0.01rem solid #ededed;
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
}
.platform_container .platform_top {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 0.34rem;
    justify-content: space-between;
    margin-bottom: 0.1rem;
    padding-right: 0,1rem;
}
.platform_container .platform_top .title {
    -ms-flex-align: center;
    align-items: center;
    color: var(--index-gameCat-text);
    display: -ms-flexbox;
    display: flex;
    font-size: .24rem;
}
.platform_container .platform_top .title img {
    width: 0.4rem;
}
.platform_container .platform_top a.allgames {
    color: var(--index-game-box-all);
    cursor: pointer;
    font-size: .2rem;
    padding-right: .1rem;
}
.platform_container ul {
    display: flex;
    flex-wrap: wrap;
}
.platform_container ul li.platform_li {
    display: none;
    width: calc(95.1%/3);
    margin: var(--cardRowSpacing) var(--cardColSpacing);
    align-items: center;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    margin-right: 0.25rem;
}
.platform_container ul li.platform_li:nth-child(3n){
    margin-right: unset;
}
.platform_container ul .platform_li .platform_contentBox {
    width: 100%;
    
}
.platform_container ul .platform_li .platform_contentBox .platform_ww{
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    width: 100%;
}
.platform_container ul .platform_li .platform_contentBox .platform_ww .platform_wrap{
    border-radius: 0.1rem;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    background: var(--theme-btn-bg);
}
#egames_index .platform_li .platform_contentBox .platform_wrap .platform_detail {

    background: url('/web_template1/images_plus/index/egame_bg.png?v5')0px 0px / 100% 100%;
}
#fish_index .platform_li .platform_contentBox .platform_wrap .platform_detail {

    background: url('/web_template1/images_plus/index/fish_bg.png?v4')0px 0px / 100% 100%;
}
#poker_index .platform_li .platform_contentBox .platform_wrap .platform_detail {

    background: url('/web_template1/images_plus/index/poker_bg.png?v4')0px 0px / 100% 100%;
}
#casino_index .platform_li .platform_contentBox .platform_wrap .platform_detail {

    background: url('/web_template1/images_plus/index/casino_bg.png?v4')0px 0px / 100% 100%;
}
#sport_index .platform_li .platform_contentBox .platform_wrap .platform_detail {

    background: url('/web_template1/images_plus/index/sport_bg.png?v4')0px 0px / 100% 100%;
}
#esport_index .platform_li .platform_contentBox .platform_wrap .platform_detail {

    background: url('/web_template1/images_plus/index/esport_bg.png?v4')0px 0px / 100% 100%;
}
#lottery_index .platform_li .platform_contentBox .platform_wrap .platform_detail {

    background: url('/web_template1/images_plus/index/lottery_bg.png?v4')0px 0px / 100% 100%;
}

.platform_li .platform_contentBox .platform_wrap .platform_detail{
    padding: 0;
    position: relative;
    height: 2rem;
    opacity: 1;
    transform: scale(1);
    /* padding: 0 0.05rem; */
    display: flex;
    justify-content: space-between;
}
.platform_wrap .platform_detail .platCon_box {
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: 1.5rem;
}
.platform_wrap .platform_detail .platCon_box .platCon_wrap {
    align-items: center;
    bottom: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 0;
    gap: 0.08rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
    width: 100%;
    z-index: 1;
    padding-left: 0.2rem;
}
.platform_wrap .platform_detail .platCon_box .platCon_wrap .platCon_detail {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: .2rem;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}
.platform_wrap .platform_detail .platCon_box .platCon_wrap .platCon_detail img.imgLogo {
    flex-shrink: 0;
    height: 0.8rem;
    margin: -0.09rem 0;
    width: 0.8rem;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.platform_wrap .platform_detail .platCon_box .platCon_wrap .platCon_detail span.platname{
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.25;
    overflow: hidden;
    text-align: center;
    white-space: pre-line;
    word-break: normal;
    -webkit-line-clamp: 2;
    color: var(--theme-btn-text);
    font-size: .2rem;
    margin-top: 0.1rem;
    font-weight: 600;
}
.platform_wrap .platform_img{
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: center;
}
.platform_wrap .platform_img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.platform_container ul li {
    position: relative;
}
.platform_container ul li.platform_li:hover .platform_hover_container {
    opacity: 1;
}
.platform_container .platform_hover_container {
    background-color: var(--index-game-box-hoverBg);
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    z-index: 5;
}
.platform_container .platform_hover_container .platform_hover_wrap {
    align-items: center;
    border: 0.01rem solid var(--index-playNow-border,#fff);
    border-radius: 0.1rem;
    color: var(--index-playNow-text,#fff);
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-size: .16rem;
    height: 0.4rem;
    justify-content: center;
    width: 1rem;
}
.platform_container .border_bottom {
    border-width: 1px;
    border-radius: 0.1rem;
    border: 0 solid var(--theme-game-lobby-border);
    bottom: 0;
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}
.tabBox .showMoreBox,
.platform_container .showMoreBox {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--index-showMore-text);
    font-size: .16rem;
    justify-content: center;
    margin-top: 0.1rem;
}
.tabBox .showMoreBox .loadMore,
.platform_container .showMoreBox .loadMore {
    margin-left: 0.08rem;
    cursor: pointer;
    color: var(--index-loadMore-text);
}
.tabBox .showMoreBox .loadMore i,
.platform_container .showMoreBox .loadMore i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: .12rem;
}
.tabBox .showMoreBox .loadMore i img,
.platform_container .showMoreBox .loadMore i img {
    width: 0.11rem;
    filter: invert(0.5) saturate(0);
}



/*Index 2*/
/* #index .index2 .title{
    background: url(/images_plus/index/hotgame.png) left/80px no-repeat;
}
#index .index2 .index2-Wrp{
    display: flex;
    justify-content: space-between;
}
#index .index2 .left {
    width: 440px;
}
#index .index2 .left ul{
    display: flex;
    justify-content: space-between;
    position: relative;
}
#index .index2 .left .hotG{
    width: 200px;
    height: 200px;
    border-radius: 20px;
    margin-bottom: 60px;
    margin-top: 45px;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-timing-function: cubic-bezier(.45,0,.55,1);
    animation-timing-function: cubic-bezier(.45,0,.55,1);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: initial;
    animation-direction: normal;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: none;
    -webkit-animation-play-state: initial;
    animation-play-state: initial;
    -webkit-animation-name: floatanime;
    animation-name: floatanime;
    transition: .2s;
}
#index .index2 .left .hotG a{
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 20px;
}
#index .index2 .left .hotG a span.gname{
    position: absolute;
    bottom: -40px;
    font-size: 24px;
}
#index .index2 .left .hotG.fir{
    background: url(/images_plus/index/fir.png) no-repeat;
}
#index .index2 .left .hotG.sec{
    background: url(/images_plus/index/sec.png) no-repeat;
}
#index .index2 .right{
    width: 715px;
}
#index .index2 .right ul{
    display: flex;
    flex-wrap: wrap;
}
#index .index2 .right li.hotgame-list{
    width: 130px;
    height: 130px;
    padding: 6px;
    margin-bottom: 30px;
}
#index .index2 .right li a{
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}
#index .index2 .right li.hotgame-list img{
    width: 100%;
    border-radius: 20px;
}
#index .index2 .right li.more{
    color: #9595d0;
    background: url('/images_plus/index/more.png')#322147 no-repeat;
    background-size: contain;
    border-radius: 20px;
    margin: 6px;
    padding: unset;
}
#index .index2 li figcaption {
    height: 100%;
}
#index .index2 li figcaption .enter{
    margin: 85px auto;
} */
/*End Index 2*/
/*Index 3*/
/* #index .index3 .title{
    background: url(/images_plus/index/slot.png) left/80px no-repeat;
}
.slider-left{
    position: relative;
    height: 70px;
    overflow: hidden;
}
.slider-left>span{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    vertical-align: top;
    border-radius: 50%;
}
.slider-left>span.prev,.slider-left>span.next{
    background-image: linear-gradient(180deg,#5c3f6f,#3c2855 54%,#553a7a);
}
.slider-left>span:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 6px;
    width: 15px;
    height: 15px;
    background: no-repeat center top;
}
.slider-left>span.prev:before{
    background-image: url(/images_plus/index/prev.png);
    background-size: contain;
}
.slider-left>span.next{
    right: 0;
}
.slider-left>span.next:before{
    background-image: url(/images_plus/index/next.png);
    background-size: contain;
    background-position: 7px;
}
.main-cell{
    margin: 0 50px;
}
ul.game-list li{
    position: relative;
    width: 185px;
    height: 70px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    background-image: linear-gradient(180deg,#5c3f6f,#3c2855 6%,#553a7a);
    margin-right: 10px;
    border-radius: 20px;
    cursor: pointer;
}
ul.game-list li.listho.active{
    box-shadow: 0 3px 20px 0 rgba(224,175,103,.5);
    background-image: linear-gradient(180deg,#fffcdd,#f3d47c 7%,#eec26d);
}
ul.game-list li img{
    width: 50px;
    padding-top: 10px;
}
ul.game-list li img.colorlogo{
    display: none;
    margin: 0 auto;
}
ul.game-list li.listho.active img.colorlogo{
    display: block;
}
ul.game-list li.listho.active img.whitelogo{
    display: none;
}
.slot-panel{
    padding: 45px 0 0 3px;
}
.slot-panel ul{
    padding: 0 70px;
    display: flex;
    flex-wrap: wrap;
}
.slot-panel ul.ng-hide{
    display: none;
}
.slot-panel ul li{
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 0 10px 10px 0;
    vertical-align: top;
    cursor: pointer;
}
.slot-panel ul li img{
    width: 165px;
    border-radius: 20px;
}
.slot-panel ul li>span{
    position: relative;
    display: block;
    height: 40px;
    color: #ffffff;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: HelveticaNeue;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    transition: .2s;
}
.slot-panel ul li>span>span{
    position: relative;
    z-index: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 166px;
    display: block;
}
.index3 .slot-panel li.more{
    color: #9595d0;
    background: url('/images_plus/index/more.png?v1')#322147 no-repeat;
    border-radius: 20px;
    width: 165px;
    height: 165px;
    display: none;
}
.index3 .slot-panel li.more a{
    height:100%;
}
#index .index3 li figcaption {
    height: 165px;
}
#index .index3 li figcaption .enter{
    margin: 70px auto;
} */
/*End Index 3*/
/*Index 4*/
/* #index .index4{
    padding-bottom: 50px;
}
#index .index4 .title{
    background: url(/images_plus/index/fishing.png) left/80px no-repeat;
}
#index .index4 .fishList{
    width: 1200px;
    overflow: hidden;
}
#index .index4 li.nav_item{
    position: relative;
    display: block;
    width: 219px;
    height: 145px;
    margin: 10px 10px 30px 10px;
    z-index: 1;
    float: left;
}
#index .index4 li.nav_item img{
    border-radius: 20px;
    margin-bottom: 5px;
}
#index .index4 li.nav_item img.logo{
    position: absolute;
    left: 10px;
}
#index .index4 li.nav_item span.gameName{
    margin-left: 10px;
    color: #fff;
}
#index .index4 li.more{
    color: #9595d0;
    background: url('/images_plus/index/fish_more.png')#322147 no-repeat;
    border-radius: 20px;
    margin: 6px;
    padding: unset;
} */
#index .gameUl li figcaption {
    width: 90%;
    height: 77%;
    left: 8px;
    overflow: hidden;
    position: absolute;
    top: 6px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: none;
}
#index .gameUl li figcaption .enter{
    display: block;
    width: 100px;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    background-image: linear-gradient(180deg,#3579ff,#1842ad);
    color: #fff;
    margin: 42px auto;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    -moz-border-radius: 20px;
    opacity: 0.9;
    border-radius: 20px;
    text-transform: uppercase;
}
#index .gameUl li:hover figcaption{
    display: block;
    background: rgba(0,0,0,.54);
    border-radius: 20px;
}
/*End Index 4*/

@keyframes floatanime{
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(18px);
        -ms-transform: translateY(18px);
        transform: translateY(18px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

#index .menuUl li>img 
{
    object-fit: cover;
}

#index .menuUl .icon-search
{
    font-size: .45rem;
}

#index .menuUl .search-icons 
{
    display: inline-block;
    position: relative;
    width: 0.43rem;
    height: 0.37625rem;
    background-image: url(/images_plus/other/main_icon.png);
    background-position: -4.63325rem -1.548rem;
    background-size: 6.47687rem 6.14362rem;
}
.platform_container.no-border-top {
    border-top: none !important;
}