body{
	margin: 0px;
	background-color: #000!important;
}

.hidden{
	display: none !important;
}

#wrapper{
	position: relative;
}

/*----------------------------------------------header start */
#header{
	width: 100%;
    background-color: rgba(0,0,0,0.9);
    border-bottom: 3px solid #a78252;
	padding: 12px 0;
	position: sticky;
	top: 0;
    z-index: 99;
}

#header .panel-v1{
	width: 960px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

#header .panel-v1 .logo{
  	width: 208px;
    cursor: pointer;
}

/*panel-v1 right*/
#header .panel-v1 .right{
	flex: 1;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

#header .panel-v1 .right .login-area{
	display: flex;
	align-items: center;
}

/*not-login*/
#header .panel-v1 .right .not-login{
	display: flex;
	align-items: center;
	height: 43px;
    line-height: 43px;
}

#header .panel-v1 .right .not-login > *{
	margin-right: 5px;
}

#header .panel-v1 .right .not-login > *:last-child{
	margin-right: 0px;
}

#header .panel-v1 .right .not-login .login-input{
	background-color: #FFFFFF;
    color: #000;
    width: 93px;
    height: 26px;
    padding: 0 5px;
    border-radius: 3px 3px 3px 3px;
    box-sizing: border-box;
	border: 0px;
    font-size: 14px;
	text-indent: 0;
}

/*記住我的帳密*/
#header .panel-v1 .right .not-login .remember-ckbox{
    margin-right: 5px;
	cursor: pointer;
}

#header .panel-v1 .right .not-login .remember-txt{
	font-size: 14px;
	color: #fff;
	opacity: .75;
}

/*btn*/
#header .panel-v1 .right .not-login .login-btn{
	height: 26px;
    min-width: 80px;
    font-size: 14px;
	cursor: pointer;
	background-color: #000;
    border-radius: 5px;
    color: #dca966;
    font-weight: 600;
    border: 1px solid #dca966;
}

#header .panel-v1 .right .not-login .login-btn:hover{
	background-color: #dca966;
    color: #000;
}

/*is-login*/
#header .panel-v1 .right .is-login{
	display: flex;
 	font-weight: 600;
	line-height: initial;
	font-size: 16px;
	align-items: center;
}

/*credits-info-area*/
#header .is-login .credits-info-area{
    border: 1px solid #dca966;
	border-radius: 5px;
	margin-right: 5px;
	padding:3px 5px;
}

#header .is-login .credits-info-area .credits-table td{
	padding:1px;
	color: #b9b9b9;
	white-space: nowrap;
}

#header .is-login .credits-info-area .credits-table .customer-userid{
	cursor: pointer;
	color: #b9b9b9;
}

#header .is-login .credits-info-area .credits-table .customer-userid:hover{
	color: #f6dca7;
}

/*button*/
#header .is-login .button{
	margin: 0px 15px;
	font-size: 20px;
    position: relative;
	height: 43px;
	line-height: 43px;
	color: #b9b9b9;
	cursor: pointer;
}

#header .is-login .button:hover{
	color: #f6dca7;
}

#header .is-login .button:hover .remarks{
	display: block;
}

#header .is-login .button .remarks{
	position: absolute;
    top: 45px;
    left: 50%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
	font-size: 16px;
    background-color: #30312e;
    color: #FFFFFF;
    font-size: 15px;
    display: none;
    -webkit-transform: translateX(-50%);
    user-select: none;
    white-space: nowrap;
    border-radius: 4px;
    z-index: 10;
}

#header .is-login .button .remarks::before{
	content: '';
    border: solid;
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #30312e transparent;
    position: absolute;
	top: -7px;
    left: 40%;
}

#header .right .login-area .chang-lang-div{
	margin-left:10px;
}

/*menu*/
#header .menu{
	display: flex;
	width: 100%;
	margin-top: 10px;
}

#header .menu .menu-item{
	flex: 1;
	cursor: pointer;
}

#header .menu .menu-item .txt{
	display: block;
    color: #dca966;
	width: 100%;
    font-size: 16px;
	padding: 5px 0px;
    font-weight: 600;
    opacity: 1;
   	text-align: center;
	text-decoration: none;
}

#header .menu .menu-item .txt:hover{
	color: #f6dca7;
    text-shadow: 0 0 20px #f6dca7;
}

#header .menu .line{
	margin: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-right: 1px double #dca966;
}

/*----------------------------------------------header end */


/*----------------------------------------------main start */
/***首頁 start***/
/*輪播圖*/
#new-home-area .home-top-bg{
	background-color: #000;
    background-image: url(../new_images6/home-top-bg.png);
    background-position: center;
    background-size: cover;
}

#new-home-area .banner-area{
	position: relative;
	width: 960px;
	margin: 0 auto;
	margin-top:12px;
}

#new-home-area .banner-area .my-focus{
	height: 500px;
	width: 100%;
	background-color: transparent;
}

#new-home-area .banner-area .my-focus ul.pic, 
#new-home-area .banner-area .my-focus div.rePic{
	width:100%;
	height: 100%;
}

#new-home-area .banner-area .my-focus ul.pic > li, 
#new-home-area .banner-area .my-focus div.rePic > li{
	width:100%;
	height: 100%;
}

#new-home-area .banner-area .my-focus ul.pic > li > a, 
#new-home-area .banner-area .my-focus div.rePic > li > a{
	display: inline-block;
	width:100%;
	height:100%;
}
#new-home-area .banner-area .my-focus ul.pic > li > a div.img, 
#new-home-area .banner-area .my-focus div.rePic > li > a div.img{
	width:100%; 
	height:100%;
	background-repeat:no-repeat;
	background-position: center;
}

#new-home-area .banner-area .mF_YSlider .num{
	bottom: -10px;
}

#new-home-area .banner-area .mF_YSlider .num li a {
	background-color: #CACACA !important;
	z-index: 1;
}

#new-home-area .banner-area .mF_YSlider .num li.current a, 
#new-home-area .banner-area .mF_YSlider .num li.hover a {
    background-color: #FFFFFF !important;
	z-index: 1;
}

/*marquee*/
#new-home-area .marquee-area{
	color: #aaa;
	width: 960px;
	background-color: #000;
	margin: 0 auto;
	padding: 12px 0;
	display: flex;
	align-items: center;
}

#new-home-area .marquee-area .txt{
	color: #a18b53;
	font-size: 16px;
	font-weight:bold;
}

#new-home-area .marquee-area marquee{
	flex:1;
}

#new-home-area .marquee-area marquee a{
	color:#fff;
	text-decoration:none;
	font-size: 16px;
}


/*message*/
/*#new-home-area .message-bg{
	background-color: ##535353;
    background-image: url(../new_images6/message-bg.jpg);
    background-position: center;
    background-size: cover;
}

#new-home-area .message-area{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
}

#new-home-area .message-area .message-item{
	flex: 1;
	cursor: pointer;
}

#new-home-area .message-area .img{
	width: 100%;
}

#new-home-area .message-area .message-item:hover .img{
	opacity: 0.8;
} 

#new-home-area .message-area .line{
	margin: 5px;
    border-right: 1px dashed #dca966;
}*/

/* pic-menu*/
#new-home-area .pic-menu-bg{
    background-image: url(../new_images6/pic-menu-bg.png);
    background-position: center;
    background-size: cover;
	margin-bottom: 10px;
	margin-top: 12px;
}

#new-home-area .pic-menu-area{
	width: 960px;
	margin: 0 auto;
	display: flex;
}

#new-home-area .pic-menu-area .pic-menu-item{
	flex: 1;
	position: relative;
    border: 1px solid #D7A563;
    box-sizing: border-box;
	cursor: pointer;
}

#new-home-area .pic-menu-area .pic-menu-item .img{
	width: 100%;
}

#new-home-area .pic-menu-area .pic-menu-item .img.show{
	display: block;
}

#new-home-area .pic-menu-area .pic-menu-item .img.hover{
	display: none;
}

#new-home-area .pic-menu-area .pic-menu-item:hover .img.show{
	display: none;
}

#new-home-area .pic-menu-area .pic-menu-item:hover .img.hover{
	display: block;
}

#new-home-area .pic-menu-area .pic-menu-item .txt{
	position: absolute;
	width: 100%;
    height: 20px;
    bottom: 0;
    top: 80%;
    margin: auto;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    text-shadow: 3px 3px 5px #2c2c2c;
    letter-spacing: .2em;
    transition: .5s;
}

#new-home-area .pic-menu-area .pic-menu-item:hover .txt{
	color: #dca966;
    font-size: 25px;
    top: 0;
}
/***首頁 end***/

/***遊戲列表頁 start***/
#new-home-area-2 .content{
	width: 960px;
	margin: 12px auto;
}

#new-home-area-2 .game-title-img img{
	width:100%;
}

#new-home-area-2 .game-list{
	margin-top:10px;
}

#new-home-area-2 .game-list .item{
	display: block;
	margin-bottom:30px;
 	cursor: pointer;
	position: relative;
}

#new-home-area-2 .game-list .item:last-child{
	margin-bottom: 0;
}

#new-home-area-2 .game-list .item img{
	width: 100%;
}

#new-home-area-2 .game-list .item .play-btn{
 	position: absolute;
	right: 30px;
	bottom: 25px;
    padding: 12px 0px;
	width:20%;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
	background-color: #dca966;
}

#new-home-area-2 .game-list .item:hover .play-btn{
	box-shadow: 0 0 20px #f6dca7;
}
/***遊戲列表頁 end***/
/*----------------------------------------------main end */


/*----------------------------------------------footer start */
#footer{
	position: relative;
    padding: 30px 0;
    transition: 1s;
    background-color: #000;
    border-top: 3px solid #2b2b2b;
}

#footer .footer-area{
	width: 960px;
	margin: 0 auto;
}

#footer .copyright-txt{
	width: 100%;
    margin: auto;
    color: #af9772;
    font-size: 16px;
    line-height: 20px;
}

  

/*----------------------------------------------footer end */