/*content*/
/*輪播圖*/
#main .content .banner-area{
	position: relative;
	background-color: #000;
}

#main .content .banner-area .my-focus{
	height: 450px;
	min-width: 1000px;
	width: 100%;
	background-color: transparent;
}

#main .content .banner-area .my-focus ul.pic, #main .content .banner-area .my-focus div.rePic{
	width:100%;
	height: 100%;
}

#main .content .banner-area .my-focus ul.pic > li, #main .content .banner-area .my-focus div.rePic > li{
	width:100%;
	height: 100%;
}

#main .content .banner-area .my-focus ul.pic > li > a, #main .content .banner-area .my-focus div.rePic > li > a{
	display: inline-block;
	width:100%;
	height:100%;
}
#main .content .banner-area .my-focus ul.pic > li > a div.img, #main .content .banner-area .my-focus div.rePic > li > a div.img{
	width:100%; 
	height:100%;
	background-repeat:no-repeat;
	background-position: center;
}

#main .content .banner-area .mF_YSlider .num li a {
    background-color: rgba(180,180,180,.3)!important;
}

#main .content .banner-area .mF_YSlider .num li.current a, .mF_YSlider .num li.hover a {
    background-color: rgba(180,180,180,.7)!important;
}

#main .content .banner-area .marquee-area{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: rgba(0,0,0,.7);
    z-index: 1;
}

#main .content .banner-area .marquee-area .marquee{
	width:1000px;
	margin: 0px auto;
	display: flex;
}

#main .content .banner-area .marquee-area .marquee .announcement-img{
	width: 45px;
    height: 45px;
    background: url(../images/sty1_home/icon_rannouncement.svg) no-repeat 12px 50%;
    background-size: 21px;
}

#main .content .banner-area .customer-ser-area{
	display: table;
	
	position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    background-color: rgba(0,0,0,.5);
    z-index: 2;
    height: calc(100% - 45px);
	display: none;
}

#main .content .banner-area .customer-ser-area > ul{
	display: table-row;
}

#main .content .banner-area .customer-ser-area > ul > li{
	display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#main .content .banner-area .customer-ser-area > ul > li:hover{
	background-color: rgba(255,255,255,.2);
}

#main .content .banner-area .customer-ser-area > ul > li::before{
	content: '';
    background: url(../images/sty1_home/icon_customer_service.png) no-repeat center;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    opacity: .6;
    transition: all ease .2s;
}

#main .content .banner-area .customer-ser-area > ul > li:hover::before{
	opacity: 1;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

#main .content .banner-area .customer-ser-area > ul > li .remarks{
	position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    transition: all ease .2s;
    color: #fff;
    opacity: 0;
}

#main .content .banner-area .customer-ser-area > ul > li:hover .remarks{
	opacity: 1;
    bottom: 8px;
}

/*設定圖片位置*/
#main .content .banner-area .customer-ser-area .btn-online-ser::before{
	background-position: 3px 7px;
}

#main .content .banner-area .customer-ser-area .btn-line-customer-ser::before{
	background-position: -48px 5px;
}

#main .content .banner-area .customer-ser-area .btn-call-back-ser::before{
	background-position: -98px 5px;
}

#main .content .banner-area .customer-ser-area .btn-remote-annistance::before{
	background-position: -148px 5px;
}

#main .content .banner-area .customer-ser-area .btn-announcement::before{
	background-position: -198px 5px;
}

/*pic-menu*/
#main .content .pic-menu{
	min-width: 100%;
	margin-top: 27px;
	display: flex;
	justify-content: center;
}

#main .content .pic-menu a.item{
	position: relative;
	
    /*width: 375px;
    height: 200px;*/
    width: 320px;
    height: 171px;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: bottom;
	margin-right: 15px;
}

#main .content .pic-menu a.item .img{
	width:100%;
}

#main .content .pic-menu a.item:last-child{
	margin-right: 0px;
}

#main .content .pic-menu a.item .remarks{
	position: absolute;
	bottom: 0;
	
	background-color: rgba(0,0,0,.6);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 2px;
    z-index: 1;
    transition: all ease .3s;
    border-radius: 0 0 5px 5px;
}

#main .content .pic-menu a.item:hover .remarks{
 	background-color: rgba(0,0,0,.8);
    font-size: 17px;
    padding: 15px 0;
}

#main .content .pic-menu a.item.v1:hover .remarks{
	color: #5df6ff;
}

#main .content .pic-menu a.item.v2:hover .remarks{
	color: #bf92ff;
}

#main .content .pic-menu a.item.v3:hover .remarks{
	color: #fff200;
}

/*pic-menu圖片*/
/*#main .content .pic-menu a.item.v1{
	background: url(../images/sty1_home/pic_menu.jpg) no-repeat center 0;
    background-size: 232px auto;
}

#main .content .pic-menu a.item.v2{
	background: url(../images/sty1_home/pic_menu.jpg) no-repeat center -180px;
    background-size: 232px auto;
}

#main .content .pic-menu a.item.v3{
	background: url(../images/sty1_home/pic_menu.jpg) no-repeat center -360px;
     background-size: 232px auto;
}*/

/**/
#main .content .other-service-area{
    width: 700px;
    margin: 27px auto 0 auto;
	display: flex;
	display: none;
}

#main .content .other-service-area > div{
	flex: 1;
	line-height: 55px;
    color: #666;
    font-size: 16px;
    padding-left: 78px;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer;
}

#main .content .other-service-area > div:hover{
	color: #007745;
    top: -8px;
}

#main .content .other-service-area > div:hover::before{
	top: -8px;
}

/*圖片及其位置*/
#main .content .other-service-area > div::before{
	content: '';
	background: url(../images/sty1_home/icon_customer_service.png) no-repeat center;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 13px;
}

#main .content .other-service-area .customer-ser::before{
	background-position: 9px -50px;
}

#main .content .other-service-area .help::before{
	background-position: -51px -53px;
}

#main .content .other-service-area .activity-highlights::before{
	background-position: -117px -53px;
}

#main .content .other-service-area .complaint-box::before{
	background-position: -240px -46px;
}

/*公告圖片*/
.news-img{
	width: 400px;
}

/* 20260514 新增 iframe 專區 start */

#mask-content{
	overflow: hidden;
    position: fixed;
    z-index: 20000;
    max-width: 100%;
    margin: 0px auto;
    height: 100%;
    inset: 0px;
    background: rgba(0,0,0,0.6) center center / cover no-repeat !important;
    display: none;
}

#limit-content, #kick-content{
	display: none;
}

/* 進入遊戲的 iframe */
.game-frame-overlay{
	position: fixed;
	inset: 0;
	z-index: 90;
	background: rgba(0,0,0,.65);
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* iframe header */
.game-frame-overlay-header-area{
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 2px 5px;
	
	overflow: hidden;
	
	background: #064378;
    border: 2px solid #0B5FA5;
	
    /*position: absolute;
    top: 0;
    left: 0;*/
}

/* iframe header 裡面所有按鈕 */
.game-frame-overlay-header-area > div{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 2px;
	height: 28px;
	padding: 0 3px;

	user-select: none;
	cursor: pointer;
}

/* 箭頭 */
.game-frame-overlay-header-area .display-btn i {
	font-size: 24px;
    color: #FFF;
	padding: 0px 2px;
	transition: transform 0.3s ease;
}

/* 展開的時候箭頭翻轉 */
.game-frame-overlay-header-area.collapsed .display-btn i {
	transform: rotate(180deg);
}

/* 展開狀態 */
.game-frame-overlay-header-area.expanded {
	width: 100%;
}

/* 收合狀態 */
.game-frame-overlay-header-area.collapsed {
	width: auto;
}

/* 收合時隱藏其他按鈕 */
.game-frame-overlay-header-area.collapsed .back-btn,
.game-frame-overlay-header-area.collapsed .update-transfer-quota-btn {
	display: none;
}

/* 回大廳 */
.game-frame-overlay-header-area .back-btn{
	border-radius: 10px;
	position: relative;
	top: 1px;
	overflow: hidden;

	/*border: 2px solid rgba(180,255,240,.9);
	box-shadow:
		0 4px 10px rgba(0,0,0,.35),
		inset 0 1px 4px rgba(255,255,255,.22),
		inset 0 -3px 8px rgba(0,40,90,.45);

	background:
		linear-gradient(to bottom, #63ffd7 0%, #1ec7a1 45%, #0b8b72 100%);*/

	color: #FFF;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);

	transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}

/* 回大廳 home 的 icon 太高，所以調整一下 */
.game-frame-overlay-header-area .back-btn i{
	padding-bottom: 4.5px;
}

/* 回大廳, 更新餘額 反光效果  */
/*.game-frame-overlay-header-area .back-btn::before,
.game-frame-overlay-header-area .update-transfer-quota-btn::before{
	content:"";
	position:absolute;
	inset: 3.5px 6px auto 6px;
	height: 45%;
	border-radius: 10px;
	background: linear-gradient(to bottom, rgba(255,255,255,.18), rgba(255,255,255,0));
	pointer-events:none;
}*/

/* iframe header 裡面所有按鈕的滑動特效 */
.game-frame-overlay-header-area > div:hover{
	filter: brightness(1.05);
	transform: translateY(-1px);
}

/* iframe header 裡面所有按鈕的點擊特效 */
.game-frame-overlay-header-area > div:active{
	filter: brightness(.98);
	transform: translateY(1px);
	box-shadow:
		0 3.5px 10px rgba(0,0,0,.30),
		inset 0 2px 7px rgba(255,255,255,.28),
		inset 0 -3.5px 9px rgba(140, 70, 0, .35),
		inset 0 0 0 1.8px rgba(160, 80, 0, .22);
}

.update-transfer-quota-btn.is-loading {
	pointer-events: none;
	opacity: .75;
	cursor: not-allowed;
}

/* 更新餘額 */
.game-frame-overlay-header-area .update-transfer-quota-btn{
	border-radius: 10px;
	position: relative;
	top: 1px;
	overflow: hidden;

	border: 2px solid rgba(220, 200, 255, .9);
	box-shadow:
		0 4px 10px rgba(0,0,0,.35),
		inset 0 1px 4px rgba(255,255,255,.2),
		inset 0 -3px 8px rgba(20,20,90,.45);

	background:
		linear-gradient(to bottom, #b28cff 0%, #7b57d8 45%, #4b2a9c 100%
	);

	color: #ffffff;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);

	transition: transform .12s ease, filter .12s ease, box-shadow .12s ease;
}

/* 更新餘額動畫效果 start */
.update-transfer-quota-btn.is-loading span {
	opacity: .85;
}

/* icon 轉圈圈效果 */
.update-transfer-quota-btn.is-loading svg {
	animation: spin 0.8s linear infinite;
	filter: drop-shadow(0 0 4px rgba(200,180,255,.6));
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
/* 更新餘額動畫效果 end */

.game-frame-bar{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 12px;
}

.game-frame-close{
	border: 0;
	border-radius: 8px;
	padding: 8px 12px;
	cursor: pointer;
}

.game-frame{
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
	flex: 1;
}

/* 20260514 新增 iframe 專區 ends */