#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;
	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;
}

.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 .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**************/

/**********左邊遊戲大類選單 右邊遊戲列表 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 .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{
	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-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: 70%;
    right: -0.5rem;
}
.game-area .game-list .item.v2.gstore-33 .gstore-img{
	bottom: 0rem;
    right: -0.4rem;
    width: 1.9rem;
}
.game-area .game-list .item.v2.gstore-33 .gstore-logo-img{
	width: 0.75rem;
	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-33 .gstore-img.v2{
	width: auto;
    height: 100%;
    bottom: -0.2rem;
}
.game-area .game-list .item.v4.gstore-33 .gstore-img{
	width: 2.8rem;
    right: 0.4rem;
    bottom: -1.9rem;
}
.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-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.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.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 .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;
	left: 0;
	bottom: 0;
	z-index: 1000;
}

.game-area .game-list .item .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,.6);
	left: 0;
    top: 0;
	z-index: 999;
}

/**********左邊遊戲大類選單 右邊遊戲列表 end**************/

/*公告圖片*/
.news-img{
	width: 100%;
}
