#wrapper {
    background-image: url(../images/sty1_home/home-bg-2.webp);
    background-repeat:repeat;
	background-size: contain;
}

#wrapper .top-bg{
    position: absolute;
    width:100%;
    top:0;
    left:0;
    background-image: url(../images/sty1_home/home-bg-4.webp);
    background-repeat:no-repeat;
	background-size: 100% 100%;
    height: 3.3rem;
}

#header{
    background-color: transparent;
	margin-bottom: 0.1rem;
}

.main-content{
/*	background-color: #000000;*/
	position: relative;
/*	margin-top: 0.1rem;*/
}

.main-content .banner-area{
    overflow: hidden;
    border-radius: 0.1rem;
    height: 2.45rem;
    padding: 0 0.15rem;
}

.main-content .banner-area .my-focus{
	border-radius: 5px;
    /*background-color: #FFF;*/
}

.main-content .banner-area .my-focus{
/*.main-content .banner-area .my-focus .pic{*/
	height: 100%;
	width: 100%;
}

.main-content .banner-area .my-focus .banner-img{
	width: 100%;
}
.main-content .banner-area .my-focus .slick-dots{
	position: absolute;
	bottom: 0;
	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;
}
/*
.main-content .banner-area .my-focus .pic li{
	width: 100%;
	position: absolute;
    top: 0;
    left: 0;
	right: 0;
    display: none;
}
*/

.main-content .banner-area .my-focus .banner-img {
    width: 100%;
}

.main-content .banner-area .my-focus .num{
	bottom: 0.02rem;
	height: auto;
}

.main-content .banner-area .my-focus .num li{
	padding: 0 0.1rem;
	width: 0.12rem;
	height: 0.12rem;
}

.main-content .banner-area .my-focus .num li a{
	width: 0.12rem;
	height: 0.12rem;
	background: #FFF;
	z-index: 800;
}

.main-content .banner-area .my-focus li.current a, 
.main-content .banner-area .my-focusli.hover a{
	background-color: #f0b90b;
}

.main-content  .banner-area .mF_YSlider .pic li, 
.main-content  .banner-area .mF_YSlider .rePic li{ 
 	width: 100%; 
}

/**********中間跑馬燈，功能紐 start**************/
.mid-bg{
    background-color: #001229;
}

.mid-area{
    padding: .1rem 0.3rem;
    padding-top:0.1rem;
    background-image: url(../images/sty1_home/home-mid-bg.webp);
    background-repeat:no-repeat;
	background-size: 100% 100%;
    height: 1.75rem;
    margin: 0 .13rem;
    margin-top:.1rem;
    background-color: #001229;
}

.mid-area .panel-v1{
    display: flex;
    align-items: center;
    height: .4rem;
}

.mid-area .home-marquee{
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url('../images/sty1_home/marquee-bg.webp');
    background-repeat:no-repeat;
	background-size: 100% 100%;
    height: 100%;
    padding-left: .6rem;
    padding-right:.19rem;
    cursor: pointer;
}

.mid-area .marquee-notice-div{
    width: 1.5rem;
    height: 100%;
    background-image: url(../images/sty1_home/marquee-notice.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mid-area .marquee-notice-div .txt{
    font-size: .19rem;
    color: #FFF;
    padding-left: .13rem;
}

.mid-area .home-marquee .marquee{
	flex: 1;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	line-height: initial;
    height: 100%;
}

.mid-area .home-marquee .marquee .marquee-c{
	color: #FFF;
	font-size: .2rem;
	white-space: nowrap;
	position: absolute;
	animation: marquee 30000ms linear infinite;
}

@keyframes marquee {
 0% {
  left: 100%;
  transform: translateX(0%);
 }

 100% {
  left: 0;
  transform: translateX(-100%);
 }
}

.mid-area .panel-v2{
    display: flex;
}

.mid-area .panel-v2 .left{
    flex:1;
    display: flex;
}

.mid-area .panel-v2 .left .login-btn{
    background-image: url(../images/sty1_home/home-login-btn.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1.5rem;
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#FFF;
    font-size: .2rem;
    cursor: pointer;
}

.mid-area .panel-v2 .left .register-btn{
    background-image: url(../images/sty1_home/home-register-btn.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 1.5rem;
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#FFF;
    font-size: .2rem;
    cursor: pointer;
}

.mid-area .panel-v2 .left .cus-userid{
    display: flex;
    align-items: center;
    color:#FFF;
}

.mid-area .panel-v2 .left .cus-userid .icon{
    font-size: .3rem;
}

.mid-area .panel-v2 .left .cus-userid .txt{
    padding-left: .1rem;
}

.mid-area .panel-v2 .left .cash-quota{
    display: flex;
    align-items: center;
    color: #FFF;
    margin-top: .15rem;
}

.mid-area .panel-v2 .left .cash-quota .txt{
    padding-left: .1rem;
}

.mid-area .panel-v2 .left .ob-score-btn{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mid-area .panel-v2 .left .ob-score-btn img{
    width:2.2rem;
    cursor: pointer;
}

.mid-area .panel-v2 .right{
    display:flex;
    align-items: center;
}

.mid-area .panel-v2 .right .feature-btn{
    padding-top: .05rem;
    margin-left:.1rem;
    cursor: pointer;
	display: flex;
	flex-direction: column;
    align-items: center;
}

.mid-area .panel-v2 .right .feature-btn .img{
    width: .7rem;
}

.mid-area .panel-v2 .right .feature-btn .img img{
    width:100%;
}

.mid-area .panel-v2 .right .feature-btn .txt{
    font-size: .2rem;
    color: #FFF;
    text-align: center;
}

.mid-area .panel-v2 .left .has-login{
    padding-top: .15rem;
    padding-left: .05rem;
}

/**********中間跑馬燈，功能紐 end**************/

/**********左邊遊戲大類選單 右邊遊戲列表 start**************/
.game-area{
	min-height: 355px;
	padding: 0 .05rem 0 0;
    padding-top: .1rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	user-select: none;
}
.game-area .game-menu{
    overflow-y: auto;
}
.game-area .game-menu::-webkit-scrollbar{
    display: none;
}

.game-area .game-menu .item{
    cursor: pointer;
    width: 1.45rem;
    height: 1rem;
    margin-bottom: .1rem;
    background-color: #0c0d68;
    border-radius: 0 0.15rem 0.15rem 0;
    display: flex;
	flex-direction: column;
	justify-content: space-around;
    align-items: center;
    border: 0.05rem solid #ffff72;
    border-left: none;
    background-image: url(../images/sty1_home/sky_menu_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}


.game-area .game-menu .item.active{
    background-color: #650d74;
    box-shadow: inset 0 0.05rem 0 #c45dd5, inset -0.04rem -0.05rem 0 #a821b7;
	border-color: #74fff6;
}


/*選取選單後要改變的樣式 start*/
.game-area .game-menu .item img{
    display: block;
    width: 0.5rem;
    vertical-align: middle;
}
.game-area .game-menu .item .icon.person img{
	width: 0.6rem;
}
.game-area .game-menu .item .icon.sport img{
	width: 0.6rem;
}
/*
.game-area .game-menu .item .img-active{
    display:none;
}
.game-area .game-menu .item.active img{
    display:none;
}
*/
/*
.game-area .game-menu .item.active .img-active{
    max-width: 100%;
    max-height:100%;
    vertical-align: middle;
    display:block;
}
*/
/*選取選單後要改變的樣式 end*/

.game-area .game-menu .item .text{
	position: relative;
    color: #FFF;
	z-index: 1;
	font-weight: 700;
	text-shadow: 0.02rem 0.02rem 0.04rem rgba(0,0,0,0.5);
}
.game-area .game-menu .today-order .text,
.game-area .game-menu .history-order .text,
.game-area .game-menu .transfer-quota .text{
	font-weight: 400;
	font-family: 蒙纳盈富體繁;
}
.game-area .game-menu .item.active .text{
	color:#fff;
}

.game-area .game-list{
	flex: 1;
    overflow-y: auto;
	position: relative;
/*	padding-bottom: 0.4rem;*/
	overflow-x: hidden;
	margin-left: 0.05rem;
	touch-action: none;
}

.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{
	position:relative;
	height: 100%;
	display: flex;
	flex-direction: column;
}
/*
.game-area .game-list .tab.active{
	display: flex;
	flex-direction: column;
}
*/

.game-area .game-list .tab .row{
	height: calc(100% / 3);
	display: flex;
/*	margin-bottom: 0.1rem;*/
	flex-shrink: 1;
}
.game-area .game-list .tab .row:last-child{
	margin-bottom: 0;
}
.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: .3rem;
/*    margin-bottom: .1rem;*/
/*	box-shadow: 0 0.04rem 0.28rem 0 rgba(65,70,92,.3);*/
	cursor:pointer;
    position: relative;
/*	float:left;*/
	padding: 0.15rem;
	background: #0a1045;
	border-image: url(../images/sty1_home/sky_gs_frame.png);
    border-image-slice: 121 121 121 121 fill;
    border-image-repeat: stretch;
    border-image-width: 0.75rem;
}

.game-area .game-list .item .container{
	width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: .38rem;
    position: relative;
	background-image: url(../images/sty1_home/sky_bg_v4.webp);
    background-size: cover;
    background-position: center;
}
.game-area .game-list .item.v2{
	width: 50%;
	position: relative;
/*	margin-right: 0.1rem;*/
}
.game-area .game-list .item.v2:last-child{
	margin-right: 0;
}

.game-area .game-list .item.v2 .gstore-img{
	position: absolute;
	bottom: -0.8rem;
	right: 0.1rem;
	width: 1.38rem;
}

.game-area .game-list .item.v2 .gstore-logo-img,
.game-area .game-list .item.v4 .gstore-logo-img{
	position: absolute;
	left: 0.2rem;
	top: 0.1rem;
	width: 0.5rem;
}

.game-area .game-list .item.v4 .gstore-img{
	position: absolute;
	width: 4rem;
	right: 0;
	bottom: 0;
}


/*遊戲圖額外設定 start*/
.game-area .game-list .item.v2.gstore-54 .gstore-img{
    bottom: -1.5rem;
    right: 0;
    width: 1.9rem;
}
.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;
    right: 0;
    width: 1.8rem;
}
.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.7rem;
}
/*
.game-area .game-list .item.v2.gstore-26 .gstore-name.v2-offset{
	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: 2rem;
    bottom: -0.05rem;
    right: 0;
}
.game-area .game-list .item.v2.gstore-56 .gstore-logo-img{
	width: 1rem;
	top: 0.15rem;
}
.game-area .game-list .item.v2.gstore-69 .gstore-logo-img{
	width: 0.7rem;
    left: 0.15rem;
}
.game-area .game-list .item.v2.gstore-69 .gstore-img{
    bottom: 0rem;
    right: 0;
    width: 2rem;
}
.game-area .game-list .item.v2.gstore-69 .gstore-img.v2{
	width: auto;
    height: 95%;
    right: 0rem;
}
.game-area .game-list .item.v2.gstore-70 .gstore-logo-img{
	width: 0.8rem;
    left: 0.15rem;
}
.game-area .game-list .item.v2.gstore-70 .gstore-img{
    bottom: -0.2rem;
    right: 0;
    width: 1.8rem;
}
.game-area .game-list .item.v2.gstore-70 .gstore-img.v2{
	width: auto;
    height: 95%;
    right: -0.1rem;
}
/*
.game-area .game-list .item.v2.gstore-56 .gstore-name.v2-offset{
	top: 0.6rem
}
*/
.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.1rem;
    top: 0;
    left: 0;
}
.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: 0rem;
    width: 1.8rem;
    right: 0;
}
.game-area .game-list .item.v2.gstore-33 .gstore-logo-img{
	width: 0.85rem;
	top: 0.15rem;
}
/*
.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-68 .gstore-img{
	width: 2.8rem;
    right: 0.4rem;
}
.game-area .game-list .item.v4.gstore-68 .gstore-logo-img{
	width: 1.6rem;
    top: -0.05rem;
    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.8rem;
    right: 0.4rem;
    bottom: -0.6rem;
}
.game-area .game-list .item.v4.gstore-21 .gstore-logo-img{
	width: 1.6rem;
    top: 0.2rem;
    left: 0.35rem;
}
.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-69 .gstore-img.v2{
	width: auto;
    height: 85%;
    bottom: -0.2rem;
}
.game-area .game-list .item.v4.gstore-69 .gstore-img{
	width: 4rem;
    right: 0.1rem;
    bottom: -0.3rem;
}
.game-area .game-list .item.v4.gstore-69 .gstore-logo-img{
	width: 0.65rem;
    top: 0.25rem;
    left: 0.75rem;
}
/*
.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{
	right: 0;
    bottom: -1.1rem;
    width: 1.45rem;
}
.game-area .game-list .item.v2.gstore-36 .gstore-logo-img{
	width: 0.8rem;
}
/*
.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: -1rem;
    width: 2rem;
    right: -0.2rem;
}
.game-area .game-list .item.v2.gstore-65 .gstore-logo-img{
	width: 0.9rem;
	top: 0.2rem;
}
/*
.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.5rem;
    right: -0.5rem;
    width: 2.5rem;
}
.game-area .game-list .item.v2.gstore-41 .gstore-logo-img{
	width: 0.6rem;
}
/*
.game-area .game-list .item.v2.gstore-41 .gstore-name.v2-offset{
    top: 0.7rem;
}
*/
.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: 2rem;
    bottom: -0rem;
    right: -0.1rem;
}
.game-area .game-list .item.v2.gstore-62 .gstore-logo-img{
	width: 1rem;
}
/*
.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;
    width: 2rem;
    right: 0;
}
.game-area .game-list .item.v2.gstore-60 .gstore-logo-img{
	width: 0.8rem;
    left: 0.1rem;
}
/*
.game-area .game-list .item.v2.gstore-60 .gstore-name.v2-offset{
    top: 0.8rem;
}
*/
.game-area .game-list .item.v2.gstore-24 .gstore-logo-img{
	width: 0.65rem;
    left: 0.2rem;
}
.game-area .game-list .item.v2.gstore-24 .gstore-img.v2{
    width: auto;
    height: 75%;
	bottom: 0rem;
    right: 0.05rem;
}
.game-area .game-list .item.v2.gstore-32 .gstore-logo-img{
	width: 1rem;
    left: 0.2rem;
}
.game-area .game-list .item.v2.gstore-32 .gstore-img{
    bottom: -0.5rem;
    right: -0.05rem;
    width: 1.8rem;
}
.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: 1.3rem;
    left: 0.2rem;
}
.game-area .game-list .item.v2.gstore-44 .gstore-img{
    bottom: -0.5rem;
    right: -0.1rem;
    width: 1.8rem;
}
.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: 1.3rem;
    left: 0.2rem;
}
.game-area .game-list .item.v2.gstore-50 .gstore-img{
    bottom: -0.2rem;
    right: -0.2rem;
    width: 1.8rem;
}
.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.7rem;
    left: 0.2rem;
}
.game-area .game-list .item.v2.gstore-53 .gstore-img{
    bottom: -0.15rem;
    right: 0;
    width: 1.9rem;
}
.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: -1.5rem;
    right: 0;
    width: 1.9rem;
}
.game-area .game-list .item.v2.gstore-61 .gstore-logo-img{
	width: 0.6rem;
    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.2rem;
}
.game-area .game-list .item.v2.gstore-66 .gstore-img{
    bottom: -1rem;
    right: -0.2rem;
    width: 1.9rem;
}
.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.1rem;
    right: 0.1rem;
    width: 1.7rem;
}
.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.8rem;
    right: 0.4rem;
    bottom: -0.4rem;
}
.game-area .game-list .item.v4.fish-gstore-26 .gstore-logo-img{
	width: 0.8rem;
    top: 0.4rem;
    left: 0.8rem;
}
/*
.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.3rem;
    right: 0;
}
.game-area .game-list .item.v2.fish-gstore-41 .gstore-logo-img{
	width: 0.6rem;
}
/*
.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.7rem;
    bottom: -0.6rem;
    right: 0;
}
.game-area .game-list .item.v2.fish-gstore-62 .gstore-logo-img{
	width: 1rem;
}
/*
.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.7rem;
    bottom: -0.15rem;
    right: -0.1rem;
}
.game-area .game-list .item.v2.fish-gstore-53 .gstore-logo-img{
	width: 0.8rem;
    top: 0.15rem;
}
/*
.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: 2.1rem;
    bottom: -0.2rem;
    right: -0.1rem;
}
.game-area .game-list .item.v2.fish-gstore-24 .gstore-logo-img{
	width: 0.5rem;
    top: 0.15rem;
}
/*
.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.8rem;
    left: 0.1rem;
    z-index:2;
    color: white;
    word-break: keep-all;
    letter-spacing: 0.01rem;
    font-weight: 700;
    pointer-events:none;
    text-shadow: 0 0.02rem 0.06rem black;
    font-size: .24rem;
}

.game-area .game-list .item .gstore-name.v4-offset{
    position: absolute;
    top: 0.9rem;
    left: 0.6rem;
    z-index: 2;
    color: white;
    word-break: keep-all;
    letter-spacing: 0.02rem;
    font-weight: 700;
    pointer-events: none;
    text-shadow: 0 0.02rem 0.06rem black;
    font-size: 0.26rem;
}

.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: 1;
    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);
}

/**********左邊遊戲大類選單 右邊遊戲列表 end**************/

/*公告圖片*/
.news-img{
	width: 100%;
}

.drive-mid-c{
	padding-top: 0.3rem;
	padding-right: 0.5rem;
	margin-top: 0.6rem;
}

.drive-cash-quota-c{
	/* 尺寸你可自行調整 */
	width: 2.6rem;
	height: 0.9rem;

	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;

	border-radius: 999px;
	border: 3px solid rgba(238, 178, 255, .95);

	/* 紫色面板漸層 */
	background:
	radial-gradient(circle at 35% 25%,
	  #5a43d9 0%,
	  #3620a6 35%,
	  #240e6f 70%,
	  #1a0755 100%
	);

	/* 外霓虹 + 內亮邊 */
	box-shadow:
		0 0 10px rgba(255, 120, 255, .75),
		0 0 22px rgba(255, 120, 255, .55),
		inset 0 0 10px rgba(255, 255, 255, .12),
		inset 0 0 0 2px rgba(120, 80, 255, .25);

	/* 文字基本 */
	font-family: "Impact","Arial Black","Segoe UI",sans-serif;
	text-align: center;
	user-select: none;

	/* 數字樣式（0.00） */
	color: #ffd84a;
	font-size: 0.45rem;
	font-weight: 600;
	margin: 0;
	-webkit-text-stroke: 0.5px #0b0b0b;
	text-shadow:
		0 2px 0 rgba(0,0,0,.55),
		0 0 8px rgba(255, 220, 120, .25);
	margin-right: 0.3rem;
}

.drive-cash-quota-c::before{
	content: "CREDIT";
	position: absolute;
	top: -0.2rem;

	color: #ffd84a;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 1px;

	-webkit-text-stroke: 1px #0b0b0b;
	text-shadow:
		0 2px 0 rgba(0,0,0,.55),
		0 0 10px rgba(255,255,255,.25);
}

.drive-cash-quota-c::after{
	content: "";
	position: absolute;
	inset: -8px;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(255,120,255,.35), rgba(255,120,255,0) 60%);
	filter: blur(6px);
	z-index: -1;
	pointer-events: none;
}

.quota-overlay{
	position: fixed;
	inset: 0;
	z-index: 9999;

	display: flex;
	align-items: center;
	justify-content: center;

	background: transparent;      /* ✅ 不要遮整個 */
	opacity: 0;
	pointer-events: none;
	transition: opacity .15s ease;
}
.quota-overlay.is-show{
	opacity: 1;
}

/* 中間那塊：半透明黑色面板 */
.quota-fly{
	padding: 14px 28px;
	border-radius: 18px;
	background: rgba(0,0,0,.55);  /* ✅ 只有中間半透明黑 */
	box-shadow: 0 10px 30px rgba(0,0,0,.35);

	font-family: "Impact","Arial Black","Segoe UI",sans-serif;
	font-size: clamp(56px, 8vw, 120px);
	font-weight: 900;
	color: #ffd84a;

	-webkit-text-stroke: 6px #0b0b0b;
	text-shadow: 0 8px 0 rgba(0,0,0,.55);
}

/* ===== Layer 外框：紫色霓虹 + 圓角 ===== */
.layui-layer.skin-1.dialog{
  border-radius: 14px;
  overflow: visible;              /* 讓外層光暈能露出來 */
  border: 0 !important;
  background: transparent !important;
  box-shadow: 0 18px 55px rgba(0,0,0,.55);
}

/* 外框光暈 */
.layui-layer.skin-1.dialog::before{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(190,120,255,.95), rgba(255,92,255,.75));
  filter: blur(12px);
  opacity:.55;
  z-index:-2;
}

/* 外框邊線 */
.layui-layer.skin-1.dialog::after{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(190,120,255,.90), rgba(255,92,255,.65));
  z-index:-1;
  opacity:.85;
}

/* ===== 標題列 ===== */
.layui-layer.skin-1.dialog .layui-layer-title{
  height: 52px;
  line-height: 52px;
  border: 0 !important;
  padding: 0 18px;
  text-align: center;
  font-weight: 800;
  letter-spacing: .25em;
  font-size: 22px;
  color: #fff;
  position: relative;

  /* 關鍵：左右透明，中間不透明；再疊一個上下亮暗 */
  background:
    /* 上下的高光/陰影（讓它像 UI 條） */
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(0,0,0,.18)),
    /* 左右融入：透明 -> 紫 -> 透明 */
    linear-gradient(90deg,
      rgba(140, 70, 255, 0) 0%,
      rgba(140, 70, 255, .25) 10%,
      rgba(140, 70, 255, .95) 22%,
      rgba(95, 35, 210, .95) 50%,
      rgba(140, 70, 255, .95) 78%,
      rgba(140, 70, 255, .25) 90%,
      rgba(140, 70, 255, 0) 100%
    ) !important;

  border-radius: 12px 12px 0 0;
  text-shadow: 0 2px 0 rgba(0,0,0,.25), 0 0 10px rgba(255,255,255,.25);
  box-shadow:
    0 2px 0 rgba(255,255,255,.10) inset,
    0 -2px 0 rgba(0,0,0,.25) inset;
}

/* 額外加一條「頂部亮帶」，更像你截圖那種發亮 */
.layui-layer.skin-1.dialog .layui-layer-title::before{
  content:"";
  position:absolute;
  left: 10px;
  right: 10px;
  top: 6px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.25) 20%,
    rgba(255,255,255,.35) 50%,
    rgba(255,255,255,.25) 80%,
    rgba(255,255,255,0) 100%
  );
  pointer-events:none;
  filter: blur(.2px);
  opacity: .8;
}

/* ===== 內容區（內板） ===== */
.layui-layer.skin-1.dialog .layui-layer-content{
  border-radius: 0 0 12px 12px;
  padding: 0 !important;
  background: linear-gradient(180deg, rgba(35,8,94,.95), rgba(18,5,54,.95)) !important;
  box-shadow: 0 0 0 2px rgba(255,255,255,.10) inset,
              0 0 0 1px rgba(0,0,0,.35);
}

/* 你自己的 dialog 內容對齊 */
.skin-1.dialog #dialog.dialog{
  width: 100%;
  display: grid;
  place-items: center;
  padding: 18px 18px 10px;
}

.skin-1.dialog #dialog .dialog-inner{
  width: 100%;
}

/* 你放在內容區的那行文字（確定要棄分嗎？） */
.skin-1.dialog #dialog .dialog-titlebar{
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  color: rgba(255,255,255,.95);
  letter-spacing: .08em;
  text-shadow: 0 2px 0 rgba(0,0,0,.25);
  padding: 10px 0 2px;
}

/* ===== 按鈕列 ===== */
.layui-layer.skin-1.dialog .layui-layer-btn{
  padding: 12px 18px 18px;
  text-align: center;
  background: transparent;
}

/* 兩顆按鈕共用 */
.layui-layer.skin-1.dialog .layui-layer-btn a{
	width: auto;
	padding: 0;
	
	min-width: 3rem;
	height: 0.8rem;
	line-height: 0.8rem;

	margin: 0 0.2rem;
	border: 0 !important;
	border-radius: 999px;

	font-weight: 900;
	font-size: 18px;
	letter-spacing: .15em;

	box-shadow: 0 10px 18px rgba(0,0,0,.35),
			  0 2px 0 rgba(255,255,255,.18) inset;
	text-shadow: 0 2px 0 rgba(0,0,0,.25);

	transition: transform .08s ease, filter .12s ease;
}

/* 按下手感 */
.layui-layer.skin-1.dialog .layui-layer-btn a:active{
  transform: translateY(1px);
  box-shadow: 0 6px 12px rgba(0,0,0,.35),
              0 1px 0 rgba(255,255,255,.18) inset;
}

/* 第一顆（btn0）做黃色：確認 */
.layui-layer.skin-1.dialog .layui-layer-btn .layui-layer-btn0{
  color: #3b1d00;
  background: linear-gradient(180deg, #ffe36e, #ffbf1f) !important;
  box-shadow: 0 10px 18px rgba(0,0,0,.35),
              0 2px 0 rgba(255,255,255,.35) inset,
              0 0 18px rgba(255,200,40,.28);
}

/* 第二顆（btn1）做紫色：取消 */
.layui-layer.skin-1.dialog .layui-layer-btn .layui-layer-btn1{
  color: #fff;
  background: linear-gradient(180deg, rgba(165,95,255,.95), rgba(92,40,210,.95)) !important;
  box-shadow: 0 10px 18px rgba(0,0,0,.35),
              0 2px 0 rgba(255,255,255,.18) inset,
              0 0 22px rgba(180,92,255,.28);
}

/* hover 微亮（桌機） */
@media (hover:hover){
  .layui-layer.skin-1.dialog .layui-layer-btn a:hover{
    filter: brightness(1.06);
  }
}
