﻿/*遊戲大廳選單*/
.wrapperLobby {
	width: 100%;
	margin: 0 auto;    
    text-align: center;
}
.live_area, .lottery_area {
	min-height: 550px;
	margin: 0 auto;
	padding: 10px 0 20px;
	overflow: hidden;
}
.live_area { /*真人視訊_大廳*/
	width: 1130px;
}
.lottery_area { /*彩票_大廳*/
	width: 1130px;
}
.CenterSet {
	text-align: center;
}
.Waring_Pic1 {
	width: 700px;
	height: 35px;
	line-height: 35px;
	margin: 5px auto;
	background-color: #7d0000;
	border: 2px solid #9a3939;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.casino_area .text a {
	display: inline-block;
	text-align: center;
}
.section ul li {
	float: left;
	display: inline;
	width: 226px;
	height: 516px;
	overflow: hidden;
	position: relative;
	list-style: none;
}
.section ul li .photo {
	width: 226px;
	height: 516px;
	overflow: hidden;
}
.section .rsp {
	width: 226px;
	height: 516px;
	overflow: hidden;
	position: absolute;
	background: #000;
	top: 0px;
	left: 0px;
}
.section .text {
	position: absolute;
	width: 226px;
	height: 516px;
	left: -200px;
	top: 0px;
	overflow: hidden;
}
.section .text h3 {  /*進入遊戲*/
	background: url(../images/live_icon/EnterGame.png);
	width: 164px;
	height: 58px;
	margin: 220px 0 0 28px;
}
.ComingSoon { /*近期開放*/
	margin-top: 220px;
	background: url(../images/live_icon/ComingSoon.png) !important;
	height: 58.5px;
	width: 164px;
}
.SystemMaintenance { /*系統維護中*/
	margin-top: 220px;
	background: url(../images/live_icon/SystemMaintenance.png) !important;
	height: 58.5px;
	width: 164px;
}
.GameNotOper { /*遊戲未開放*/
	margin-top: 220px;
	background: url(../images/live_icon/GameNotOper.html) !important;
	height: 58.5px;
	width: 164px;
}
.section .text h3:hover, .ComingSoon:hover, .SystemMaintenance:hover, .GameNotOper:hover {
	background-position: bottom;
}
/*新版_電子遊藝_大廳*/
.bg {
    background: url(../images/Index_icon/bg_black.jpg) top center no-repeat #010409;
}
.subMidmenu {
	width: 1040px;
    padding: 100px 0 60px 0;
    margin: 0 auto;
}
.ItemSet {
	display: inline-block;
	*display: inline;
    margin: 10px;
    cursor: pointer;
}
.widthSet {
	width: 321px;
    height: 138px;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.5);
}
.Slot_Maintain {
	background: url(../images/game_icon/slot_maintain.png) no-repeat 0 0;
    width: 321px;
    height: 138px;
    position: relative;
}
.subAd_av {
	background: url(../images/game_icon/GameIcon_Tw.jpg) no-repeat -322px 0px;
}
.subAd_av:hover {
	background: url(../images/game_icon/GameIcon_Tw.jpg) no-repeat 0 0;
	border: 1px solid #fccd4d;
}
.subAd_winner {
	background: url(../images/game_icon/GameIcon_Tw.jpg) no-repeat -322px -138px;
}
.subAd_winner:hover {
	background: url(../images/game_icon/GameIcon_Tw.jpg) no-repeat 0 -138px;
	border: 1px solid #fccd4d;
}
.subAd_haba {
	background: url(../images/game_icon/GameIcon_Tw.jpg) no-repeat -322px -277px;
}
.subAd_haba:hover {
	background: url(../images/game_icon/GameIcon_Tw.jpg) no-repeat 0 -277px;
	border: 1px solid #fccd4d;
}
.subAd_fishing {
	background: url(../images/game_icon/GameIcon_Tw.jpg) no-repeat -322px -415px;
}
.subAd_fishing:hover {
	background: url(../images/game_icon/GameIcon_Tw.jpg) no-repeat 0 -415px;
	border: 1px solid #fccd4d;
}
.subAd_sa {
	background: url(../images/game_icon/GameIcon_Tw.jpg) no-repeat -322px -555px;
}
.subAd_sa:hover {
	background: url(../images/game_icon/GameIcon_Tw.jpg) no-repeat 0 -555px;
	border: 1px solid #fccd4d;
}
.subAd_kuma {
	background: url(../images/game_icon/GameIcon_Tw.jpg) no-repeat -322px -694px;
}
.subAd_kuma:hover {
	background: url(../images/game_icon/GameIcon_Tw.jpg) no-repeat 0 -694px;
	border: 1px solid #fccd4d;
}
.subAd_chicken {
	background: url(../images/game_icon/GameIcon_Tw.jpg) no-repeat -322px -833px;
}
.subAd_chicken:hover {
	background: url(../images/game_icon/GameIcon_Tw.jpg) no-repeat 0 -833px;
	border: 1px solid #fccd4d;
}
/*舊版_電子遊藝_大廳*/
/*.casino_area {
	min-height: 522px;
	margin: 0 auto;
	padding: 10px 0 20px;
	overflow: hidden;
}
.casino_area {
	width: 1356px;
}*/
/*註解_浮動視窗*/
.tips_up {
	position: absolute;
    top: 215px;
    margin: 10px 60px 10px 10px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.tips_down { /*電子遊藝館內大廳的註解位置*/
	position: absolute;
    top: 585px;
    margin: 10px 60px 10px 10px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.tips_live, .tips_lottery { /*娛樂城+彩票館內大廳的註解位置*/
	position: fixed;
    margin: 5px 0 0 5px;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
.tips_bg {
	line-height: 18px;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    background-color: #2a95d2;
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.textYellow {
	color: #ff6;
}
.arrow_up {
	position: absolute;
    top: 37px;
    left: 5px;
    width: 0;
    height: 0;
    border: 8px dashed transparent;
    border-right-style: solid;
    border-right-color: #2a95d2;
}
.arrow_down {
	position: absolute;
    top: -7px;
    left: 5px;
    width: 0;
    height: 0;
    border: 8px dashed transparent;
    border-right-style: solid;
    border-right-color: #2a95d2;
}
/*電子遊藝_遊戲列表大廳(大圖)*/
.BigIcon_area { /*電子遊藝內的遊戲列表大廳_大圖示*/
	width: 895px;
}
.MediumIcon_area { /*電子遊藝內的遊戲列表大廳_中圖示*/
	width: 1040px;
}
.SmallIcon_area { /*電子遊藝內的遊戲列表大廳_小圖示*/
	width: 1110px;
}
.BigIcon_area, .MediumIcon_area, .SmallIcon_area {
	min-height: 522px;
	margin: 0 auto;
	padding: 10px 0 20px;
	overflow: hidden;
}
.game_icon_w { /*大圖*/
	background: url(../images/game_icon/game_icon_w.png) no-repeat;
	width: 427px;
	height: 230px;
	display: inline-block;
    *display: inline;
	margin: 7px 8px;
	text-align: center;
}
.game_icon_w:hover {
	background: url(../images/game_icon/game_icon_w.png) -428px 0;
}
.game_icon_s { /*小圖*/
    background: url(../images/game_icon/game_icon_s.png) no-repeat;
    width: 337px;
    height: 262px;
    display: inline-block;
    *display: inline;
    margin: 7px 2px;
    text-align: center;
}
.game_icon_s:hover {
	background: url(../images/game_icon/game_icon_s.png) -337.4px 0;
}
.game_icon_s img { /*中圖*/
	width: 312px;
}
.game_icon_w h1, .game_icon h1, .game_icon_s h1 {
	padding: 15px 0 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
}
.game_icon_w h1 {
    height: 30px;
    line-height: 30px;
}
.game_icon_s h1 {
    height: 30px;
    line-height: 30px;
}
.game_icon h1 {
    height: 35px;
    line-height: 35px;
}
.game_icon_w a {
	text-decoration: none;
}
.game_icon { /*小圖*/
	background: url(../images/game_icon/game_icon.png) no-repeat;
	width: 201px;
	height: 250px;
	display: inline-block;
    *display: inline;
	margin: 7px 8px;
	text-align: center;
}
.game_icon:hover {
	background: url(../images/game_icon/game_icon.png) -201px 0;
}
/*電子遊藝大廳_分類*/
.casino_hall a {
	text-decoration: none;
	text-indent: -9999px;
	display: inline-block;
}
.casino_hall_av {
	background: url(../images/Av_hall.html);
	width: 226px;
	height: 516px;
}
.casino_hall_av:hover {
	background: url(../images/Av_hall.html) -226px 0;
}
.casino_hall_winner {
	background: url(../images/winner_hall.html);
	width: 226px;
	height: 516px;
}
.casino_hall_winner:hover {
	background: url(../images/winner_hall.html) -226px 0;
}
.casino_hall_haba {
	background: url(../images/haba_hall.html);
	width: 226px;
	height: 516px;
}
.casino_hall_haba:hover {
	background: url(../images/haba_hall.html) -226px 0;
}
.casino_hall_super_fish {
	background: url(../images/super_fish_hall.html);
	width: 226px;
	height: 516px;
}
.casino_hall_super_fish:hover {
	background: url(../images/super_fish_hall.html) -226px 0;
}
.casino_hall_fish {
	background: url(../images/fish_hall.html);
	width: 226px;
	height: 516px;
}
.casino_hall_fish:hover {
	background: url(../images/fish_hall.html) -226px 0;
}
/*捕魚機倍率_跳框 (未開啟遊戲)*/
.fish_menu {
	width: 534px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -10%;
	margin-left: -257px;
	z-index: 9999;
	padding: 10px;
	background: rgba(0%,0%,0%,0.9);
	border: 2px solid #3A3A3A;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #000;
}
.fish_menu li {
	float: left;
	width: 207px;
	line-height: 28px;
	padding: 15px 15px 15px 30px;
	text-align: center;
}
.fish_menu span {
	color: #fff;
}
.fish_menu_close {
	position: absolute;
	top: -11px;
	right: -11px;
	padding: 5px;
	width: 16px;
	background: #000;
	border: 2px solid #808080;
	border-radius: 30px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	transition-duration: 0.3s;
}
.fish_menu_close:hover {
	background: #b50000;
}
.fish_menu p {
	color: #fff;
	display: inline-block;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 15px;
	background: #720808;
	border: 1px solid #941A1A;
	font-size: 0.8em;
}
.game_icon_haba {
	background: rgb(243,226,199);
	background: -moz-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(233,212,179,1) 100%);
	background: -webkit-linear-gradient(top, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(233,212,179,1) 100%);
	background: linear-gradient(to bottom, rgba(243,226,199,1) 0%, rgba(193,158,103,1) 50%, rgba(233,212,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e2c7', endColorstr='#e9d4b3', GradientType=0 );
	border-radius: 10px;
	border: 2px solid #FFEC8E;
	width: 175px;
	display: inline-block;
	margin: 7px 2px;
	padding: 10px;
}
.game_icon_haba h1 {
	background: rgb(69,72,77);
	background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0 );
	border-radius: 50px;
	border: 1px solid #5B3434;
	padding: 15px 0 10px;
	line-height: 10px;
	color: #fff;
	margin-bottom: 10px;
	text-decoration: none;
	text-align: center;
}