html, body, #wrapper{
}

#wrapper{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../sty4_images/page-bg.webp);
    height: 100%;
    overflow: auto;
}

/* .home-background{
    width: 100%;
    height: 100%;
    position: fixed;
    background-repeat: no-repeat;
    pointer-events: none;
    background: url(../sty4_images/page-bg.webp);
    background-size: 100% auto;
    background-position: bottom center;
} */



#header{
    /* background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../sty4_images/page-bg.webp); */
    height: .6rem;
}

#header .panel-v1{
    padding: 0rem 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.22rem;
    position: absolute;
    top: 0.1rem;
    width: 100%;
}

#header .panel-v1 .logo .img{
    height: 0.6rem;
}


#main{
    overflow-y: auto;
}




#header .logo{
	height: auto;
}

#float-container{
    display: flex;
}




/**********float-div**************/
#float-div.float-div{
	position: absolute;
    top: 2.5rem;
	right: 0;
    z-index: 800;
    border-top-left-radius: .1rem;
    border-bottom-left-radius: .1rem;
    box-shadow: 0 0 0.1rem 0 rgb(0 0 0 / 40%);
	color: #000;
	background: linear-gradient(to right, #e4ba90, #d7a36c);
    padding: 0.25rem 0;
	font-size: .26rem;
	cursor: pointer;
	text-align: center;
	width:.706rem;
}

#float-div .share-img{
	/*margin: 0 0.25rem 0.1rem 0.25rem;*/
	margin-bottom: .1rem;
	color: #5b483a;
}

#float-div .share-txt{
	margin: 0 auto;
	color: #5b483a;
}

body.lang-tw #float-div .share-txt, body.lang-cn #float-div .share-txt{
	writing-mode: vertical-rl;
}
/**********float-div**************/

/**********float-div2**************/
#float-div2.float-div2{
	position: absolute;
    top: 4.5rem;
	right: 0;
    z-index: 800;
    border-top-left-radius: .1rem;
    border-bottom-left-radius: .1rem;
    box-shadow: 0 0 0.1rem 0 rgb(0 0 0 / 40%);
	color: #000;
	background: linear-gradient(to right, #e4ba90, #d7a36c);
    padding: 0.25rem 0;
	font-size: .26rem;
	cursor: pointer;
	text-align: center;
	width:.706rem;
}

#float-div2 .app-download-img{
	width:40%;
	display: block;
	margin: 0 auto;
	margin-bottom: .1rem;
}

#float-div2 .txt{
	margin: 0 auto;
	display: flex;
    align-items: center;
	color: #5b483a;
}

body.lang-tw #float-div2 .txt, body.lang-cn #float-div2 .txt{
	writing-mode: vertical-rl;
}

#float-div2 .txt .eng{
	writing-mode:horizontal-tb;
	padding-top:.04rem
}
/**********float-div2**************/

/**********float-div3**************/
.float-div3{
	position: absolute;
    z-index: 800;
    width: 1rem;
	touch-action: none;
	left: calc(100% - 1.2rem);
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.5) 2.4px 2.4px 3.2px;
    border-radius: 1rem;
    
}
.float-div3 img{
	width: 100%;
	pointer-events: none;
	user-select: none;
	vertical-align: middle;
    
}




/**********float-div3**************/

/**********float-div4**************/
.float-div4{
	position: absolute;
    z-index: 800;
    width: 1rem;
	touch-action: none;
	left: calc(100% - 1rem);
    top: 1.2rem;
    cursor: pointer;
}
.float-div4 img{
	width: 100%;
	/* pointer-events: none; */
	user-select: none;
	vertical-align: middle;
}
/**********float-div4**************/

/**********float-div5**************/
.float-div5{
	position: absolute;
    z-index: 800;
    width: 1rem;
	touch-action: none;
	left: calc(100% - 1rem);
    top: 2.4rem;
    cursor: pointer;
}
.float-div5 img{
	width: 100%;
	/* pointer-events: none; */
	user-select: none;
	vertical-align: middle;
}
/**********float-div5**************/

/**********float-div6**************/
.float-div6{
	position: absolute;
    z-index: 800;
    width: 0.8rem;
	touch-action: none;
	left: calc(100% - 1rem);
    top: 3.6rem;
    cursor: pointer;
}
.float-div6 img{
	width: 100%;
	/* pointer-events: none; */
	user-select: none;
	vertical-align: middle;
}
/**********float-div6**************/


.main-content{
/*	background-color: #000000;*/
	position: relative;
    overflow: auto;
    scrollbar-width: none;   
}

/* .main-content .banner-area .my-focus{
	border-radius: 0.3rem;
} */



.main-content .banner-area .my-focus .slick-dots{
	position: absolute;
	bottom: 5%;
	width: 100%;
	text-align: center;
}
.main-content .banner-area .my-focus .slick-dots li{
	display: inline-block;
	width: 0.12rem;
    height: 0.12rem;
    border-radius: 999px;
    background: white;
	margin: 0 0.05rem;
	transition: 0.2s;
}
.main-content .banner-area .my-focus .slick-dots li.slick-active{
	background: #f0b90b;
	width: 0.2rem;
}
.main-content .banner-area .my-focus .slick-dots li button{
	display: none;
}


.home-marquee{
    flex: 1;
    display: flex;
    align-items: center;
}





.home-marquee .icon-noitce{
	width: 0.45rem;
    border-radius: 50% 0 0 50%;
    background: linear-gradient(to bottom, #c93534, #930000);
    padding: 0.05rem 0;
    text-align: center;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
}
.home-marquee .icon-noitce img{
	width: 0.2rem;
    vertical-align: middle;
}
.home-marquee .marquee{
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    height: .3rem;
    margin: 0 .1rem;
    overflow: hidden;
    line-height: initial;
}
.home-marquee .marquee-bg-color{
	flex: 1;
}
.home-marquee .marquee .marquee-c{
    color: #ffffff;
    font-size: .22rem;
    white-space: nowrap;
    position: absolute;
    animation: marquee 30000ms linear infinite;
}

@keyframes marquee {
 0% {
  /* left: 100%; */
  transform: translateX(150%);
 }

 100% {
  /* left: 0; */
  transform: translateX(-100%);
 }
}

.banner-area{
    overflow: hidden;
    border-radius: 0.1rem;
    height: 2.6rem;
    padding: 0 0.2rem;
}

.banner-area .my-focus{
	border-radius: 5px;
    /**以下是為了讓下雪效果不要蓋到banner 造成無法點擊**/
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.banner-area .my-focus,
.banner-area .my-focus .pic{
	height: 100%;
	width: 100%;
}

/* .banner-area .my-focus .pic li{
	width: 100%;
	position: absolute;
    top: 0;
    left: 0;
	right: 0;
    display: none;
} */

.banner-area .my-focus .banner-img {
    width: 100%;
	border-radius: 0.15rem;
}

/* .banner-area .my-focus .num{
	bottom: 0.02rem;
	height: auto;
} */

/* .banner-area .my-focus .num li{
	margin: 0 0.08rem;
	width: 0.2rem;
	height: 0.2rem;
}

.banner-area .my-focus .num li a{
	width: 0.2rem;
	height: 0.2rem;
	background: #999;
	z-index: 800;
}

.banner-area .my-focus li.current a, 
.banner-area .my-focusli.hover a{
	background-color: #54c6a1;
}

.banner-area .mF_YSlider .pic li, 
.banner-area .mF_YSlider .rePic li{ 
 	width: 100%; 
}  */

/*content game-list*/
/*
.game-list{
	padding: 0.2rem 0.35rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.game-list .item{
	margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    cursor: pointer;
	position: relative;
    z-index: 2;
}

.game-list .item:nth-child(2n){
	margin-right: 0px;
}

.game-list .item .mask-txt {
    font-size: .2rem;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0%;
    background-color: rgba(0,0,0,.6);
    padding: 0.05rem 0;
	text-align: center;
}

.game-list .item .mask-txt.gs-close, .game-list .item .mask-txt.gs-maintain{
	color:#fff;
}

.game-list .item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,.6);
}

.game-list .item_v1 .img{
	height: 2.2rem;
    width: 3.3rem;
	display: block;
}

.game-list .item_v2 .img{
	height: 1.1rem;
    width: 3.3rem;
	display: block;
}

*/


.extra-container {
    background: linear-gradient(to top, #d7ecfe, #ecf6ff, #d7ecfe);
    box-shadow: inset 0.02rem 0.02rem 0.02rem #ffffff, inset -0.02rem -0.02rem 0.02rem #ffffff, 0.01rem 0.01rem 0.05rem #6b6a6a, -0.03rem -0.03rem 0.05rem #cdcecf;
    padding: 0.05rem 0.15rem;
    margin: 0.1rem 0.2rem;
    border-radius: 0.2rem;
	/* height: 2rem; */
}

.mid-area {
	display: flex;
	align-items: center;
	padding: 0.04rem 0 0.05rem 0.15rem;
	border: 0.07rem solid transparent; 
	border-radius: 0.2rem;          
	background:
		linear-gradient(#428eec, #428eec) padding-box,
		linear-gradient(to top, #214776, #8cbaf3) border-box;

    -webkit-user-drag: none;   /* Safari / Chrome */
    user-select: none;
    -webkit-user-select: none; /* iOS Safari */
}

.mid-area .home-marquee img{
    width: 0.3rem;

    -webkit-user-drag: none;   /* Safari / Chrome */
    user-select: none;
    -webkit-user-select: none; /* iOS Safari */
}

.quota-area {
    color: #000000;
    display: flex;
    margin: 0.1rem 0.15rem;
    justify-content: flex-start;
    border-radius: 0.15rem;
    flex-wrap: wrap;
}


.quota-area .left {
    width: 50%;
    padding-right: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 2;
    /* align-items: center; */
}



.quota-area .login-register {
    display: flex;
}


.quota-area .login-register .login-btn {
	border: 0.03rem solid transparent; 
	background:
		linear-gradient(to bottom, #4992ed 0%,#95bbe9 40%,#91bdf3 60%,#569aee 100%) padding-box,
		linear-gradient(to top, #88b8f3, #88b8f3) border-box;
	/* position: relative; */
    padding: 0.05rem 0.4rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    cursor: pointer;
	color: #ffffff;
    user-select: none;
}

.quota-area .login-register .register-btn{
    border: 0.04rem solid #476884;
    /* position: relative; */
    padding: 0rem 0.4rem;
    border-radius: 999px;
    margin-left: 0.3rem;
    cursor: pointer;
	color: #476884;
	display: flex;
	justify-content: center;
	align-items: center;
    user-select: none;
}



.quota-area .right {
    padding-left: 0.1rem;
    width: 50%;
	display: flex;
	justify-content: flex-end; 
    align-items: flex-start;
	gap: 0.2rem;
    flex: 1;
}


.quota-area .right .daily{
	display: flex;
	flex-direction: column;
    justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #47617f;
	gap: 0.1rem;
    -webkit-user-drag: none;   /* Safari / Chrome */
    user-select: none;
    -webkit-user-select: none; /* iOS Safari */
}

.quota-area .right .daily img{
    width: 0.54rem;
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
}

.quota-area .right .live{
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
	cursor: pointer;
	color: #47617f;
	gap: 0.1rem;
    -webkit-user-drag: none;   /* Safari / Chrome */
    user-select: none;
    -webkit-user-select: none; /* iOS Safari */
}

.quota-area .right .live img{
	width: 0.54rem;
    -webkit-user-drag: none;   /* Safari / Chrome */
    user-select: none;
    -webkit-user-select: none; /* iOS Safari */
}

.member-info{
	display: flex;
	flex-direction: column;
	gap: 0.1rem;
    -webkit-user-drag: none;   /* Safari / Chrome */
    user-select: none;
    -webkit-user-select: none; /* iOS Safari */
}

.member-info .user{
	display: flex;
	align-items: end;
	gap: 0.1rem;
}

.quada{
	display: flex;
	align-items: center;
	gap: 0.1rem;
}

.quada img{
	width: 0.35rem;
	height: auto;
    -webkit-user-drag: none;   /* Safari / Chrome */
    user-select: none;
    -webkit-user-select: none; /* iOS Safari */
}


.quada .quada-txt{
	color: #476884;
	display: inline-flex;
	align-items: end;
	gap: 0.1rem;
	font-weight: 600;
}

.grade{
	position: relative;
	display: flex;
	align-items: center;
}

.grade img{
	width: 0.5rem;
    -webkit-user-drag: none;   /* Safari / Chrome */
    user-select: none;
    -webkit-user-select: none; /* iOS Safari */
}

.grade .grade-txt{
    background: #a0947f;
    padding: 0.01rem 0.1rem;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: rgba(0, 0, 0,) 2.4px 2.4px 3.2px;
	position: absolute;
	color: white;
	top: 20%;
	left: 11.5%;
	font-size: 0.2rem;
	font-style: italic;
}

.grade .progress-container{
	height: 0.25rem;
    background-color: #428eec;
    border-radius: 0.05rem;
    overflow: hidden;
    /* box-shadow: inset 0 0.04rem 0.06rem rgba(0, 0, 0, 0.72); */
    box-shadow:
    inset 0 0.04rem 0.06rem #1b3a61,  
    0 0.04rem 0.06rem #6b767f;         
    position: relative;
    width: 2.6rem;
	margin-left: 0.7rem;
}


.grade .progress-container .progress-val{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 0.2rem;
	color: white;
}

.grade .progress-container .progress-bar{
	width: 0;
    background-color: #83b0e8;
    /* box-shadow: inset 0 0.04rem 0.06rem rgba(0, 0, 0, 0.4); */
    display: block;
    border-radius: 0.05rem;
    position: absolute;
    top: 0;
    bottom: 0;
    border-width: 0.03rem;
    border-style: solid;
    border-color: transparent;
}


/**********中間 start**************/
.game-area .game-menu {
	overflow-y: auto;
	display: flex;
	flex-direction: column;
}


.game-area {
    padding: 0 0.2rem 0.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    user-select: none;
    min-height: 330px;
	gap: 0.1rem;
}


.game-area .game-menu{
    overflow-y: auto;
    /* padding-bottom:0.03rem; */
}
.game-area .game-menu::-webkit-scrollbar{
    display: none;
}
.game-area .game-menu .item.active{
    background-image: url(../sty4_images/game_menu_active.webp);
    background-size: cover;
    background-size: 100% 100%;
    border: 3px solid #00d5e6;
    box-shadow: #2b6996 0px 5px 1px;
}
.game-area .game-menu .item,
.game-area .game-menu .extra-item{
    background-image: url(../sty4_images/game_menu.webp);
    background-size: cover;
    background-size: 100% 100%;
    cursor: pointer;
    width: 1.5rem;
    margin-bottom: .1rem;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap:0.05rem;
	/* box-shadow: rgba(0, 0, 0, 0.45) 0px 3px 2px; */
	flex: 1;
    border: 1px solid rgb(255, 255, 255);
}

.game-area .game-menu .item img {
    display: block;
    width: 0.4rem;
    max-height: 0.4rem;
    object-fit: contain;
    object-position: center center;
    vertical-align: middle;
}

.game-area .game-menu .item.active img{
	left: 0.9rem;
    display:none;
}
.game-area .game-menu .item.active .img-active{
	left: 0.9rem;
    display: block;
}
.game-area .game-menu .item .img-active{
    display:none;
}


/*選單圖額外設定 start*/
.game-area .game-menu .item .icon.el img{
    width: 0.6rem;
}

.game-area .game-menu .item.active .icon.fish img.img-active{
    width: 0.6rem;
}

.game-area .game-menu .item.active .icon.chess img.img-active{
    width: 0.6rem;
}
/*選單圖額外設定 end*/

/*選取選單後要改變的樣式 start*/

/* .game-area .game-menu .item.active .menu-txt{
	color: #ffffff;
	right: 0.8rem;
}
.game-area .game-menu .item .menu-txt,
.game-area .game-menu .extra-item .menu-txt{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.25rem;
	color: #4f5150;
	font-weight: 900;
	transition: color .2s linear, right .2s linear;
}
.game-area .game-menu .extra-item .menu-txt{
	right: 0.35rem;
    font-size: 0.3rem;
    font-weight: 600;
	letter-spacing: 0.02rem;
}

.game-area .game-menu .item.active img{
	left: 0.9rem;
    opacity: 0;
}
.game-area .game-menu .item.active .img-active{
	left: 0.9rem;
   	opacity: 1;
}
.game-area .game-menu .item .img-active{
    opacity: 0;
}
.game-area .game-menu .item img,
.game-area .game-menu .extra-item img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0.1rem;
    opacity: 1;
    width: 0.5rem;
    vertical-align: middle;
	transition: left .2s linear, opacity .2s linear;
	z-index: 1;
} */

/*選取選單後要改變的樣式 end*/

.game-area{
    min-height: 8rem !important;
}



.game-area .game-list{
	flex: 1;
    overflow-y: auto;
	position: relative;
	overflow-x: hidden;
	margin-left: 0.05rem;
	/* touch-action: none; */
	display: flex;
	flex-direction: column;
	/* height: 100%; */
}

.game-area .game-list img{
	pointer-events: none;
}

.game-area .game-list .quota-type{
	display: flex;
	position: relative;
	height: 0.3rem;
	width: 95%;
    margin-left: 0.2rem;
}

.game-area .game-list .quota-type::before{
	content: "";
    position: absolute;
    left: -2%;
    bottom: -10%;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 9999px;
    background: #338998;
}

.game-area .game-list .quota-type .title{
	position: absolute;
	left: 0;
	top: 0;
	color: #338998;
	font-weight: 600;
    letter-spacing: .02rem;
}

.game-area .game-list .quota-type .bottom-line{
	width: 30%;
    border-bottom: 0.02rem solid #338998;
    transform: skewX(-20deg);
}

.game-area .game-list .quota-type .top-line{
	border-top: 0.02rem solid #338998;
	border-left: 0.02rem solid #338998;
	transform: skewX(-20deg);
	width: 70%;
}

.game-area .game-list::-webkit-scrollbar{
    display: none;
}



.game-area .game-list .tab {
	flex: 1;
	display: flex;
	flex-direction: column;
	/* overflow-y: auto; */
	gap: 0.1rem;
}

.game-area .game-list .tab .row {
    /* 計算時扣掉間距總高(三排有兩個gap) */
    flex: 0 0 calc((100% - (0.09rem * 3)) / 3); 
	display: flex;
	gap: 0.1rem;
    padding-bottom: 0.05rem;
    /* min-height: 2.53rem;
    height: calc((100% - 0.35rem) / 3); */
}


.game-area .game-list .tab .row:last-child{
	padding-bottom: 0.03rem;
}
.game-area .game-list .tab.game-list-4-2 .row,
.game-area .game-list .tab.game-list-3-2 .row{
	height: calc(100% / 2)
}
.game-area .game-list .item{
	width:100%;
	border-radius: .2rem;
	cursor:pointer;
    position: relative;
	/*padding: 0.03rem;*/
	/* background:linear-gradient(#f1f7fb, #c7e5ff) padding-box, linear-gradient(to top, #818385, #e4e6e8) border-box; */

}

.game-area .game-list .item .container{
	width: 100%;
    height: 100%;
    /* overflow: hidden; */
    /* border-radius: .38rem; */
    position: relative;
    
}
.game-area .game-list .item.v2{
	width: 50%;
	position: relative;
/*	margin-right: 0.1rem;*/
	box-shadow: rgba(50, 50, 50, 0.76) 0px 2px 2px 0px;
    overflow: hidden;
}
.game-area .game-list .item.v2:last-child{
	margin-right: 0;
}

.game-area .game-list .item.v2 .gstore-img{
    position: absolute;
    bottom: -0.04rem;
    right: -0.05rem;
    width: 1.55rem;
}

.game-area .game-list .item.v2 .gstore-logo-img,
.game-area .game-list .item.v4 .gstore-logo-img{
	position: absolute;
	left: 0.15rem;
	top: 0.45rem;
	width: 0.6rem;
}

.game-area .game-list .item.v4 .gstore-img{
	position: absolute;
	width: 4rem;
	right: 0;
	bottom: 0;
}

.game-area .game-list .item.v4 {
    width: 100%;
    position: relative;
    box-shadow: rgba(50, 50, 50, 0.76) 0px 2px 2px 0px;
    overflow: hidden;
}


/*遊戲圖額外設定 start*/
.game-area .game-list .item.v2.gstore-1 .gstore-img{
    bottom: -0.03rem;
    right: 0.05rem;
    width: 1.6rem;
}
.game-area .game-list .item.v2.gstore-1 .gstore-img.v2{
	width: auto;
    height: 80%;
    right: -0.5rem;
}
.game-area .game-list .item.v2.gstore-1 .gstore-logo-img{
	width: 1.2rem;
    left: 0.1rem;
}
.game-area .game-list .item.v2.gstore-8 .gstore-img{
    bottom: -0.03rem;
    right: 0.06rem;
    width: 1.5rem;
}
.game-area .game-list .item.v2.gstore-8 .gstore-img.v2{
	width: auto;
    height: 80%;
    right: -0.5rem;
}
.game-area .game-list .item.v2.gstore-8 .gstore-logo-img{
	width: 0.7rem;
}

.game-area .game-list .item.v2.gstore-9 .gstore-img.v2{
	width: auto;
    height: 100%;
    bottom: -0.5rem;
}
.game-area .game-list .item.v2.gstore-9 .gstore-img{
    width: 1.4rem;
    right: 0.1rem;
    bottom: -0.05rem;
}
.game-area .game-list .item.v2.gstore-9 .gstore-logo-img{
    width: 0.8rem;
    top: 0.5rem;
    left: 0.2rem;
}
.game-area .game-list .item.v2.gstore-54 .gstore-img{
    bottom: 0rem;
    right: 0.05rem;
    width: 1.7rem;
}
.game-area .game-list .item.v2.gstore-54 .gstore-img.v2{
	bottom: -0.2rem;
    width: auto;
    height: 100%;
}
.game-area .game-list .item.v2.gstore-26 .gstore-img{
    bottom: 0.01rem;
    right: 0rem;
    width: 1.9rem;
}
.game-area .game-list .item.v2.gstore-26 .gstore-img.v2{
	width: auto;
    height: 80%;
    right: -0.5rem;
}
.game-area .game-list .item.v2.gstore-26 .gstore-logo-img{
	width: 0.8rem;
}

/*
.game-area .game-list .item.v2.gstore-26 .gstore-name.v2-offset{
	top: 0.6rem
}
*/

.game-area .game-list .item.v2.gstore-34 .gstore-img{
    bottom: -0.03rem;
    right: 0.02rem;
    width: 1.45rem;
}
.game-area .game-list .item.v2.gstore-34 .gstore-img.v2{
	width: auto;
    height: 80%;
    right: -0.5rem;
}
.game-area .game-list .item.v2.gstore-34 .gstore-logo-img{
    width: 1.3rem;
    left: 0.1rem;
}

.game-area .game-list .item.v4.gstore-40 .gstore-img{
    bottom: 0.15rem;
    right: 0.2rem;
    width: 2.6rem;
}
.game-area .game-list .item.v4.gstore-40 .gstore-img.v2{
	width: auto;
    height: 80%;
    right: -0.5rem;
}
.game-area .game-list .item.v4.gstore-40 .gstore-logo-img{
	width: 0.8rem;
    left: 0.4rem;
    top: 0.6rem;
}


.game-area .game-list .item.v2.gstore-56 .gstore-img.v2{
	width: auto;
    height: 70%;
}
.game-area .game-list .item.v2.gstore-56 .gstore-img{
    width: 2.2rem;
    bottom: -0.01rem;
    right: 0.01rem;
}
.game-area .game-list .item.v2.gstore-56 .gstore-logo-img{
    width: 1.15rem;
    top: 0.5rem;
}
/*
.game-area .game-list .item.v2.gstore-56 .gstore-name.v2-offset{
	top: 0.6rem
}
*/

.game-area .game-list .item.v2.gstore-58 .gstore-img.v2{
	width: auto;
    height: 70%;
}
.game-area .game-list .item.v2.gstore-58 .gstore-img{
    width: 1.6rem;
    bottom: -0.04rem;
    right: 0.03rem;
}
.game-area .game-list .item.v2.gstore-58 .gstore-logo-img{
	width: 1rem;
	top: 0.55rem;
}

.game-area .game-list .item.v2.gstore-8 .gstore-img.v2{
	width: auto;
    height: 95%;
    bottom: -0.3rem;
}
.game-area .game-list .item.v2.gstore-8 .gstore-logo-img{
    width: 1.2rem;
    top: 0.35rem;
    left: 0rem;
}
.game-area .game-list .item.v2.gstore-33 .gstore-img.v2{
	width: auto;
    height: 80%;
    bottom: 0rem;
    right: -.3rem;
}
.game-area .game-list .item.v2.gstore-33 .gstore-img{
    bottom: -0.04rem;
    width: 1.45rem;
    right: 0.1rem;
}
.game-area .game-list .item.v2.gstore-33 .gstore-logo-img{
    width: 1.05rem;
    top: 0.5rem;
}
/*
.game-area .game-list .item.v2.gstore-33 .gstore-name.v2-offset{
	top: 0.55rem
}
*/
.game-area .game-list .item.v2.gstore-64 .gstore-img.v2{
	width: auto;
    height: 90%;
    bottom: -0.2rem;
}

.game-area .game-list .item.v4.gstore-1 .gstore-img.v2{
	width: auto;
    height: 100%;
    bottom: -1rem;
}
.game-area .game-list .item.v4.gstore-1 .gstore-img{
	width: 2.8rem;
    right: 0.4rem;
    bottom: -0.6rem;
}
.game-area .game-list .item.v4.gstore-1 .gstore-logo-img{
	width: 1.6rem;
    top: 0.4rem;
    left: 0.5rem;
}
.game-area .game-list .item.v4.gstore-9 .gstore-img.v2{
	width: auto;
    height: 100%;
    bottom: -0.5rem;
}
.game-area .game-list .item.v4.gstore-9 .gstore-img{
	width: 2.8rem;
    right: -0.1rem;
    bottom: -1.9rem;
}
.game-area .game-list .item.v4.gstore-9 .gstore-logo-img{
	width: 1rem;
    top: 0.3rem;
    left: 0.3rem;
}
.game-area .game-list .item.v4.gstore-21 .gstore-img.v2{
	width: auto;
    height: 100%;
    bottom: -0.7rem;
}
.game-area .game-list .item.v4.gstore-21 .gstore-img{
    width: 2.5rem;
    right: 0.4rem;
    bottom: 0.1rem;
}
.game-area .game-list .item.v4.gstore-21 .gstore-logo-img{
	width: 1.3rem;
    top: 0.5rem;
    left: 0.1rem;
}
.game-area .game-list .item.v4.gstore-33 .gstore-img.v2{
	width: auto;
    height: 82%;
    bottom: -0.4rem;
}
.game-area .game-list .item.v4.gstore-33 .gstore-img{
	width: 3.4rem;
    right: 0.1rem;
    bottom: -0.5rem;
}
.game-area .game-list .item.v4.gstore-33 .gstore-logo-img{
	width: 1rem;
    top: 0.4rem;
    left: 0.8rem;
}
.game-area .game-list .item.v4.gstore-61 .gstore-img.v2{
	width: auto;
    height: 100%;
    bottom: -0.6rem;
}
.game-area .game-list .item.v4.gstore-61 .gstore-img{
	width: 2.8rem;
    right: 0.1rem;
    bottom: -1.9rem;
}
.game-area .game-list .item.v4.gstore-61 .gstore-logo-img{
	width: 1rem;
    top: 0.3rem;
    left: 0.3rem;
}

/*
.game-area .game-list .item.v4.gstore-33 .gstore-name.v4-offset{
	top: 1.2rem
}
*/
.game-area .game-list .item.v2.gstore-36 .gstore-img.v2{
	width: auto;
    height: 90%;
    bottom: -0.1rem;
}
.game-area .game-list .item.v2.gstore-36 .gstore-img{
    bottom: -0.05rem;
    width: 1.7rem;
    right: 0.1rem;
}
.game-area .game-list .item.v2.gstore-36 .gstore-logo-img{
    width: 1.05rem;
    left: 0.01rem;
}
/*
.game-area .game-list .item.v2.gstore-36 .gstore-name.v2-offset{
	top: 0.8rem
}
*/
.game-area .game-list .item.v2.gstore-65 .gstore-img.v2{
	width: auto;
    height: 90%;
    bottom: -0.2rem;
}
.game-area .game-list .item.v2.gstore-65 .gstore-img{
    bottom: -0.05rem;
    width: 1.8rem;
    right: 0.1rem;
}
.game-area .game-list .item.v2.gstore-65 .gstore-logo-img{
    width: 1.15rem;
    top: 0.45rem;
    left: 0.1rem;
}
/*
.game-area .game-list .item.v2.gstore-65 .gstore-name.v2-offset{
    top: 0.6rem;
}
*/
.game-area .game-list .item.v2.gstore-41 .gstore-img.v2{
	width: auto;
    height: 90%;
    right: -0.5rem;
	bottom: -0.3rem
}
.game-area .game-list .item.v2.gstore-41 .gstore-img{
	bottom: 0.05rem;
    right: 0.1rem;
    width: 1.6rem;
}
.game-area .game-list .item.v2.gstore-41 .gstore-logo-img{
	width: 0.7rem;
}

.game-area .game-list .item.v4.gstore-41 .gstore-img.v4{
	width: auto;
    height: 90%;
    right: -0.5rem;
	bottom: -0.3rem
}
.game-area .game-list .item.v4.gstore-41 .gstore-img{
	bottom: 0.1rem;
    right: 0.55rem;
    width: 2.2rem;
}
.game-area .game-list .item.v4.gstore-41 .gstore-logo-img{
	width: 1rem;
    left: 0.3rem;
    top: 0.55rem;
}
.game-area .game-list .item.v4.gstore-48 .gstore-img.v4{
	width: auto;
    height: 90%;
    right: -0.5rem;
	bottom: -0.3rem
}
.game-area .game-list .item.v4.gstore-48 .gstore-img{
	bottom: 0.1rem;
    right: 0.4rem;
    width: 2.6rem;
}
.game-area .game-list .item.v4.gstore-48 .gstore-logo-img{
	width: 0.8rem;
    left: 0.4rem;
    top: 0.55rem;
}

.game-area .game-list .item.v2.gstore-62 .gstore-img.v2{
    width: auto;
    height: 60%;	
}
.game-area .game-list .item.v2.gstore-62 .gstore-img{
    width: 1.8rem;
    bottom: 0.03rem;
    right: 0.05rem;
}
.game-area .game-list .item.v2.gstore-62 .gstore-logo-img{
    top: 0.35rem;
    left: 0.2rem;
	width: 0.7rem;
}
/*
.game-area .game-list .item.v2.gstore-62 .gstore-name.v2-offset{
    top: 0.6rem;
}
*/
.game-area .game-list .item.v2.gstore-60 .gstore-img.v2{
	width: auto;
    height: 60%;
    right: -0.2rem;
}
.game-area .game-list .item.v2.gstore-60 .gstore-img{
    bottom: 0.01rem;
    width: 2rem;
    right: 0.03rem;
}
.game-area .game-list .item.v2.gstore-60 .gstore-logo-img{
	width: 0.8rem;
    left: 0.1rem;
}

.game-area .game-list .item.v2.gstore-64 .gstore-img.v2{
	width: auto;
    height: 60%;
    right: -0.2rem;
}
.game-area .game-list .item.v2.gstore-64 .gstore-img{
    bottom: -0.05rem;
    width: 1.35rem;
    right: 0.15rem;
}
.game-area .game-list .item.v2.gstore-64 .gstore-logo-img{
	width: 0.7rem;
    left: 0.2rem;
}
.game-area .game-list .item.v2.gstore-32 .gstore-logo-img{
	width: 0.5rem;
    left: 0.3rem;
}
.game-area .game-list .item.v2.gstore-32 .gstore-img{
    bottom: -0.06rem;
    width: 1.7rem;
    right: 0rem;
}
.game-area .game-list .item.v2.gstore-32 .gstore-img.v2{
    width: auto;
    height: 120%;
	bottom: -1.1rem;
    right: -0.5rem;
}
.game-area .game-list .item.v2.gstore-44 .gstore-logo-img{
    width: 1rem;
    left: 0.25rem;
    top: 0.45rem;
}
.game-area .game-list .item.v2.gstore-44 .gstore-img{
    bottom: -0.04rem;
    right: -0.04rem;
    width: 1.7rem;
}
.game-area .game-list .item.v2.gstore-44 .gstore-img.v2{
    width: auto;
    height: 80%;
	bottom: -0.3rem;
    right: 0.05rem;
}
.game-area .game-list .item.v2.gstore-50 .gstore-logo-img{
	width: 0.8rem;
    left: 0.15rem;
    top: 0.5rem;
}
.game-area .game-list .item.v2.gstore-50 .gstore-img{
    bottom: -0.02rem;
    right: -0.04rem;
    width: 2.1rem;
}
.game-area .game-list .item.v2.gstore-50 .gstore-img.v2{
    width: auto;
    height: 70%;
	bottom: -0.3rem;
    right: -0.4rem;
}
.game-area .game-list .item.v2.gstore-53 .gstore-logo-img{
	width: 0.8rem;
    left: 0.2rem;
    top: 0.5rem;
}
.game-area .game-list .item.v2.gstore-53 .gstore-img{
    bottom: -0.05rem;
    right: 0;
    width: 1.6rem;
}
.game-area .game-list .item.v2.gstore-53 .gstore-img.v2{
    width: auto;
    height: 70%;
	bottom: 0.05rem;
    right: 0rem;
}
.game-area .game-list .item.v2.gstore-61 .gstore-img{
    bottom: -0.03rem;
    right: 0.1rem;
    width: 1.5rem;
}
.game-area .game-list .item.v2.gstore-61 .gstore-logo-img{
    width: 0.8rem;
    left: 0.2rem;
}
.game-area .game-list .item.v2.gstore-61 .gstore-img.v2{
    width: auto;
    height: 105%;
	bottom: -0.7rem;
    right: 0.15rem;
}
.game-area .game-list .item.v2.gstore-66 .gstore-logo-img{
	width: 1rem;
    left: 0.1rem;
    top: 0.5rem;
}
.game-area .game-list .item.v2.gstore-66 .gstore-img{
    bottom: 0rem;
    right: 0.05rem;
    width: 1.5rem;
}
.game-area .game-list .item.v2.gstore-66 .gstore-img.v2{
    width: auto;
    height: 110%;
	bottom: -1.1rem;
    right: -0.5rem;
}
.game-area .game-list .item.v4.gstore-53 .gstore-img.v2{
	width: auto;
    height: 75%;
    bottom: 0.3rem;
}
.game-area .game-list .item.v4.gstore-53 .gstore-img{
	bottom: 0rem;
    width: 3rem;
}
.game-area .game-list .item.v4.gstore-53 .gstore-logo-img{
	width: 1.3rem;
    top: 0.8rem;
    left: 0.6rem;
}

.game-area .game-list .item.v4.gstore-53 .gstore-name.v4-offset{
  	top: 1.8rem;
    left: 0.6rem;
}

.game-area .game-list .item.v4.gstore-24 .gstore-img.v2{
	width: auto;
    height: 80%;
    bottom: 0.3rem;
}
.game-area .game-list .item.v4.gstore-24 .gstore-img{
	width: 3.2rem;
    bottom: 0.1rem;
    right: 0.2rem;
}
.game-area .game-list .item.v2.gstore-24 .gstore-img{
    bottom: 0.03rem;
    right: 0.05rem;
    width: 1.65rem;
}
.game-area .game-list .item.v4.gstore-24 .gstore-logo-img{
	width: 0.8rem;
    top: 0.8rem;
    left: 0.8rem;
}

.game-area .game-list .item.v4.gstore-24 .gstore-name.v4-offset{
  	top: 1.7rem;
    left: 0.6rem;
}

.game-area .game-list .item.v4.fish-gstore-26 .gstore-img.v2{
	width: auto;
    height: 90%;
    bottom: 0;
    right: 0.1rem;
}
.game-area .game-list .item.v4.fish-gstore-26 .gstore-img{
    width: 2.3rem;
    right: 0.1rem;
}
.game-area .game-list .item.v4.fish-gstore-26 .gstore-logo-img{
	width: 1.3rem;
    top: 0.6rem;
    left: 0.2rem;
}
/*
.game-area .game-list .item.v4.fish-gstore-26 .gstore-name.v4-offset{
    top: 1.3rem;
    left: 0.35rem;
}
*/
.game-area .game-list .item.v2.fish-gstore-41 .gstore-img.v2{
	width: auto;
    height: 80%;
    bottom: 0;
}
.game-area .game-list .item.v2.fish-gstore-41 .gstore-img{
    width: 1.8rem;
    bottom: 0.05rem;
    right: 0.05rem;
}
.game-area .game-list .item.v2.fish-gstore-41 .gstore-logo-img{
	width: 0.7rem;
}
/*
.game-area .game-list .item.v2.fish-gstore-41 .gstore-name.v2-offset{
  	top: 0.7rem;
}
*/
.game-area .game-list .item.v2.fish-gstore-62 .gstore-img.v2{
	width: auto;
    height: 80%;
    bottom: 0;
}
.game-area .game-list .item.v2.fish-gstore-62 .gstore-img{
    width: 1.75rem;
    bottom: 0.1rem;
    right: 0.1rem;
}
.game-area .game-list .item.v2.fish-gstore-62 .gstore-logo-img{
	width: 0.7rem;
    top: 0.35rem;
    left: 0.25rem;
}
/*
.game-area .game-list .item.v2.fish-gstore-62 .gstore-name.v2-offset{
  	top: 0.6rem;
}
*/
.game-area .game-list .item.v2.fish-gstore-53 .gstore-img.v2{
	width: auto;
    height: 80%;
    bottom: 0;
}
.game-area .game-list .item.v2.fish-gstore-53 .gstore-img{
    width: 1.9rem;
    bottom: 0rem;
    right: 0.03rem;
}
.game-area .game-list .item.v2.fish-gstore-53 .gstore-logo-img{
    width: 0.9rem;
    top: 0.4rem;
}
/*
.game-area .game-list .item.v2.fish-gstore-53 .gstore-name.v2-offset{
  	top: 0.9rem;
}
*/
.game-area .game-list .item.v2.fish-gstore-24 .gstore-img.v2{
	width: auto;
    height: 75%;
    bottom: 0;
}
.game-area .game-list .item.v2.fish-gstore-24 .gstore-img{
    width: 1.65rem;
    bottom: 0.09rem;
    right: 0.1rem;
}
.game-area .game-list .item.v2.fish-gstore-24 .gstore-logo-img{
    width: 0.65rem;
    top: 0.45rem;
    left: 0.2rem;
}
/*
.game-area .game-list .item.v2.fish-gstore-24 .gstore-name.v2-offset{
  	top: 0.9rem;
}
*/

/* 棋牌 */




/*遊戲圖額外設定 end*/

.game-area .game-list .item.right{
    margin-left: .15rem;
}

/*.game-area .game-list .item img{
	max-height:100%;
}*/

.game-area .game-list .item .gstore-name.v2-offset{
    position:absolute;
    top: 0.1rem;
    left: 0.1rem;
    z-index:2;
    color: rgb(0, 0, 0);
    word-break: keep-all;
    letter-spacing: 0.01rem;
    font-weight: 400;
    pointer-events:none;
    /* text-shadow: 0 0.02rem 0.06rem black; */
    font-size: 0.25rem;
}

.game-area .game-list .item .gstore-name.v4-offset{
    position: absolute;
    top: 0.15rem;
    left: 0.2rem;
    z-index: 2;
    color: rgb(0, 0, 0);
    word-break: keep-all;
    letter-spacing: 0.02rem;
    font-weight: 400;
    pointer-events: none;
    font-size: 0.3rem;
}

.game-area .game-list .item.gstore-9 .gstore-name.v4-offset{
	top: 1.6rem;
    left: 0.27rem;
}
.game-area .game-list .item.gstore-61 .gstore-name.v4-offset{
	top: 1.35rem;
    left: 0.35rem;
}

.game-area .game-list .item .mask-txt {
    font-size: .2rem;
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0%;
    background-color: rgba(0,0,0,.6);
    padding: 0.05rem 0;
	text-align: center;
}

.game-area .game-list .item .mask-txt.gs-close, .game-list .item .mask-txt.gs-maintain{
	color:#fff;
}

.game-area .game-list .item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,.6);
    z-index: 1;
}




.game-area .game-menu .item .text,
.game-area .game-menu .extra-item .text{
	position: relative;
    color: #ffffff;
    z-index: 1;
    /* text-shadow: 0.02rem 0.02rem 0.04rem rgba(0, 0, 0, 0.5); */
}

.game-area .game-menu .item.active .text{
	color:#fff600;
}


.game-extra{
    display:flex;
    padding: 0 0.35rem;
    margin-bottom:0.15rem;
    justify-content: center;
	align-items: center;
}
.game-extra .item{
    width: 2.6rem;
    margin:0 0.4rem;
	border-radius: 0.1rem;
	padding: 0.01rem;
	cursor: pointer;
}
.game-extra .task{
	width: 2.2rem;
}
.game-extra .bonus{
	display: flex;
    align-items: center;
    border-image-source: url(../sty4_images/bonus_menu.png?c=1);
    border-image-slice: 15 fill;
    border-image-width: 0.08rem;
    height: 0.9rem;
    width: auto;
    color: white;
    flex-wrap: nowrap;
}
.game-extra .bonus .text{
	margin-left: 0.3rem;
    font-weight: bold;
    font-size: .30rem;
    white-space: nowrap;
}
.game-extra .bonus .quota{
	font-weight: 600;
    font-size: .30rem;
    margin-left: .1rem;
}
.game-extra .bonus .bonus-icon{
	color: #ffd800;
    border-radius: 999px;
    width: 0.4rem;
    height: 0.4rem;
    background: #ffffff;
    box-shadow: inset 0 -0.02rem 0.05rem rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.24rem;
    margin: 0 0.3rem 0 0.05rem;
}
.game-extra .item img{
	width: 100%;
	vertical-align: middle
}
.lucky-wheel-entry{
	width: 0.7rem;
	position: absolute;
	z-index:800;
	color: white;
	top: 8.3rem;
	right: 0;
	cursor: pointer;
}
.float-div5 .red-circle{
	width: 0.2rem;
	height: 0.2rem;
	background: red;
	border-radius: 9999px;
	position: absolute;
	right: 0.05rem;
	top: -0.01rem;
}
.lucky-wheel-entry img{
	width: 100%;
	vertical-align: middle;
}

/**********中間 end**************/

#red-packet-rain-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	pointer-events: none;
	overflow: hidden;
	z-index: 1000;
}



@keyframes discountAnimate {
    0% {
        transform: rotate(0deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    10% {
        transform: rotate(-10deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    20% {
        transform: rotate(10deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    28% {
        transform: rotate(-8deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    36% {
        transform: rotate(8deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }

    42% {
        transform: rotate(-4deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }

    48% {
        transform: rotate(4deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }

    52% {
        transform: rotate(-0deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }

    56% {
        transform: rotate(0deg);
        transition-timing-function: cubic-bezier(0.755, .5, .855, .06)
    }

    100% {
        transform: rotate(0deg);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
}


/* 背景圖 */

/* 體育 */
.game-area .game-list .game-list-1 .item {
    background-image: url(../sty4_images/gs_frame_1.webp);
    background-size: cover;
    background-size: 100% 100%;
}

/* 電子 */
.game-area .game-list .game-list-4 .item {
    background-image: url(../sty4_images/gs_frame.webp);
    background-size: cover;
    background-size: 100% 100%;
}

/* 真人 */
.game-area .game-list .game-list-3 .item {
    background-image: url(../sty4_images/gs_frame_3.webp);
    background-size: cover;
    background-size: 100% 100%;

}

/* 彩票 */
.game-area .game-list .game-list-2 .item {
    background-image: none;

}

/* 捕魚 */
.game-area .game-list .game-list--1 .item {
    background-image: url(../sty4_images/gs_frame_-1.webp);
    background-size: cover;
    background-size: 100% 100%;

}

/* 捕魚V4 */
.game-area .game-list .game-list--1 .item.v4{
    background-image: url(../sty4_images/gs_frame_-1_v4.webp);
    background-size: cover;
    background-size: 100% 100%;

}

/* 彩票V4 */
.game-area .game-list .game-list-2 .item.v4{
    background-image: url(../sty4_images/gs_frame_2_v4.webp);
    background-size: cover;
    background-size: 100% 100%;

}


/* 棋牌V4 */
.game-area .game-list .game-list-5 .item.v4{
    background-image: url(../sty4_images/gs_frame_5_v4.webp);
    background-size: cover;
    background-size: 100% 100%;

}



/* 背景圖 熱門 */

/* super體育 */
.game-area .game-list .item.v2.gstore-34{
    background-image: url(../sty4_images/gs_frame_1.webp);
    background-size: cover;
    background-size: 100% 100%;
}

/* ATG電子 RSG電子 QT電子 */
.game-area .game-list .item.v2.gstore-54,
.game-area .game-list .item.v2.gstore-26,
.game-area .game-list .item.v2.gstore-56
{
    background-image: url(../sty4_images/gs_frame.webp);
    background-size: cover;
    background-size: 100% 100%;
}

/* 歐博真人 金佰新真人 T9真人 DG真人 */
.game-area .game-list .item.v2.gstore-8,
.game-area .game-list .item.v2.gstore-33,
.game-area .game-list .item.v2.gstore-64,
.game-area .game-list .item.v2.gstore-36
{
    background-image: url(../sty4_images/gs_frame_3.webp);
    background-size: cover;
    background-size: 100% 100%;
}
