#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-1.webp);
    background-repeat:no-repeat;
	background-size: 100% 100%;
    height: 3.3rem;
}
*/

#header{
    background-color: transparent;
	border-bottom: 0.05rem solid #11E189;
}
#header .not-login{
	display: flex;
	align-items: center;
}
#header .not-login .btn,
#header .is-login .logout-btn{
	padding: 0.2rem 0.3rem;
	cursor: pointer;
}
#header .not-login .register-btn,
#header .is-login .logout-btn{
	background: #1F272E;
	color: #ffffff;
	font-weight: bold
}
#header .not-login .login-btn{
	background: #11E189;
	color: #1F272E;
	font-weight: bold
}
#header .is-login{
	display: flex;
	align-items: center;
}

#header .is-login .customer-userid{
	color: #FFF;
    font-weight: bold;
    margin-right:.2rem;
}
.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;
}

.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;
}

.home-marquee{
    background: #29343D;
	display: flex;
	padding: 0.1rem 0.2rem
}
.home-marquee .icon-notice{
	width: 0.25rem;
	margin-right: 0.1rem;
}
.home-marquee .icon-notice img{
	width: 100%;
    vertical-align: middle;
}
.home-marquee .marquee{
	flex: 1;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	line-height: initial;
}

.home-marquee .marquee .marquee-c{
	color: #FFF;
	white-space: nowrap;
	position: absolute;
	animation: marquee 30000ms linear infinite;
    font-size: .2rem;
}

@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;
}

.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,
.mid-area .panel-v2 .left .el-cash-quota{
    display: flex;
    align-items: center;
    color: #FFF;
    margin-top: .15rem;
}

.mid-area .panel-v2 .left .cash-quota .txt,
.mid-area .panel-v2 .left .el-cash-quota .txt{
    padding-left: .1rem;
}

.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;
}

.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**************/

.game-group{
	display: flex;
    padding: 0.1rem;
    background: #1F272E;
    margin: 0.1rem 0.2rem;
    border-radius: 0.1rem;
}
.game-group .label{
	border-radius: 0.1rem;
    flex-grow: 1;
    text-align: center;
    padding: 0.15rem;
    color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}
.game-group .label.active{
	color: #1F272E;
	background: #41E7A1;
	cursor: auto;
}

.game-area{
	margin: 0 0.2rem;
/*	display: none;*/
	content-visibility: hidden;
}
.game-area.active{
/*	display: block;*/
	content-visibility: visible;
}
.game-area .quota-container{
	display: flex;
	align-items: center;
	margin-bottom: 0.1rem
}
.game-area .quota-container .text{
	color: #ffffff;
	margin-right: 0.2rem;
	font-weight: bold
}
.game-area .quota-container .text .green{
	color: #11E189;
}
.game-area .quota-container .quota{
	background: #1F272E;
    border-radius: 999px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    flex-grow: 1;
    padding: 0.1rem 0;
}
.game-area .game-list{
	background: #1F272E;
	border-radius: 0.18rem;
	padding: 0.15rem;
	overflow: hidden;
	touch-action: none
}
.game-area .game-list .tab{
	height: 100%;
	display: flex;
	flex-direction: column;
	opacity: 0;
}
.game-area .game-list .tab.active{
	opacity: 1;
}
.game-area .game-list .row{
	display: flex;
	flex-grow: 1;
	margin-bottom: 0.15rem;
}
.game-area .game-list .row:last-child{
	margin-bottom: 0;
}
.game-area .game-list .row .item{
	position: relative;
	flex-grow: 1;
	flex-basis: 50%;
	margin-right: 0.1rem;
	border-image-source: url("../images/sty1_home/gstore-frame.png");
	border-image-slice: 27 27 27 27 fill;
	border-image-width: 0.4rem;
	border-image-repeat: stretch;
	background: #29343D;
	border-radius: 0.1rem;
	background-image: url("../images/sty1_home/gstore-bg.png");
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.game-area .game-list .row .item:last-child{
	margin-right: 0;
}
.game-area .game-list .row .item .gstore-name{
	font-size: 0.28rem;
	margin: 0.2rem 0 0 0.2rem;
	color: #FFFFFF;
	font-weight: bold;
	user-select: none
}
.game-area .game-list .row .item .gstore-img{
	position: absolute;
	bottom: 0;
	right: 0;
}

.game-area .game-list .row .item.gstore-8 .gstore-img{
	width: 48%;
	top: .2rem;
}
.game-area .game-list .row .item.gstore-9 .gstore-img{
	width: 55%;
	top: .2rem;
	right: -0.15rem;
}
.game-area .game-list .row .item.gstore-36 .gstore-img{
	width: 50%;
	top: .2rem;
}
.game-area .game-list .row .item.gstore-24 .gstore-img{
	width: 60%;
	bottom: -0.25rem;
    right: -0.4rem;
}
.game-area .game-list .row .item.gstore-26 .gstore-img{
	width: 50%;
	bottom: -0.3rem;
	right: -0.2rem;
}
.game-area .game-list .row .item.gstore-32 .gstore-img{
	width: 45%;
	bottom: -0.25rem;
    right: -0.05rem;
}
.game-area .game-list .row .item.gstore-48 .gstore-img{
	width: 55%;
    bottom: -0.25rem;
    right: -0.4rem;
}
.game-area .game-list .row .item.gstore-52 .gstore-img{
	width: 60%;
	bottom: -0.25rem;
    right: -0.4rem;
}
.game-area .game-list .row .item.gstore-54 .gstore-img{
	width: 50%;
	bottom: -1rem;
}
.game-area .game-list .row .item.gstore-56 .gstore-img{
	width: 40%;
	bottom: -1rem;
	right: 0.1rem;
}
.game-area .game-list .row .item.gstore-61 .gstore-img{
	width: 68%;
    top: .2rem;
    right: -0.25rem;
}
.game-area .game-list .row .item.gstore-64 .gstore-img{
	width: 50%;
    top: .2rem;
    right: 0rem;
}
.game-area .game-list .row .item.gstore-65 .gstore-img{
	width: 55%;
    top: .2rem;
    right: -0.15rem;
}

.game-area .game-list .row .item .gstore-logo-img{
	position: absolute;
	bottom: 0;
    left: 0;
}
.game-area .game-list .row .item.gstore-8 .gstore-logo-img{
	width: 40%;
	bottom: 0.1rem;
    left: 0.1rem;
}
.game-area .game-list .row .item.gstore-9 .gstore-logo-img{
	width: 40%;
	bottom: 0.1rem;
    left: 0.2rem;
}
.game-area .game-list .row .item.gstore-36 .gstore-logo-img{
	width: 35%;
	bottom: 0.3rem;
    left: 0.13rem;
}
.game-area .game-list .row .item.gstore-24 .gstore-logo-img{
	width: 35%;
	bottom: 0.1rem;
    left: 0.2rem;
}
.game-area .game-list .row .item.gstore-26 .gstore-logo-img{
	width: 35%;
	bottom: 0.1rem;
    left: 0.2rem;
}
.game-area .game-list .row .item.gstore-32 .gstore-logo-img{
	width: 35%;
	bottom: 0.1rem;
    left: 0.2rem;
}
.game-area .game-list .row .item.gstore-48 .gstore-logo-img{
	width: 35%;
	bottom: 0.1rem;
    left: 0.2rem;
}
.game-area .game-list .row .item.gstore-52 .gstore-logo-img{
	width: 35%;
	bottom: 0.1rem;
    left: 0.2rem;
}
.game-area .game-list .row .item.gstore-54 .gstore-logo-img{
	width: 35%;
	bottom: 0.1rem;
    left: 0.2rem;
}
.game-area .game-list .row .item.gstore-56 .gstore-logo-img{
	width: 35%;
	bottom: 0.1rem;
    left: 0.2rem;
}
.game-area .game-list .row .item.gstore-61 .gstore-logo-img{
	width: 35%;
	bottom: 0.1rem;
    left: 0.2rem;
}
.game-area .game-list .row .item.gstore-64 .gstore-logo-img{
	width: 33%;
	bottom: 0.1rem;
    left: 0.1rem;
}
.game-area .game-list .row .item.gstore-65 .gstore-logo-img{
	width: 35%;
	bottom: 0.1rem;
    left: 0.2rem;
}
/**********左邊遊戲大類選單 右邊遊戲列表 start**************/



/*遊戲圖額外設定 start*/

/*遊戲圖額外設定 end*/

.game-area .game-list .item.right{
    margin-left: .15rem;
}

/*.game-area .game-list .item img{
	max-height:100%;
}*/

.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%;
}
