@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	font-family: "Noto Sans TC", '微軟正黑體', 'Arial', 'Helvetica',  sans-serif !important;
}

* {box-sizing: border-box;}

body { background-color: #a40035;}

p {
	font-family: 'Noto Sans TC';
	font-weight: 400;
	font-size: 20px;
    line-height: 30px;
	letter-spacing: 1px;
	color: #361d03;
}

ol {
	font-family: 'Noto Sans TC';
	font-weight: 400;
	font-size: 20px;
    line-height: 30px;
	letter-spacing: 1px;
	list-style-position: inside;
	margin-left: 25px;
	text-indent: -25px;
	color: #361d03;
}

.red { color: #ff0000;}

.blue { color: #0000ff;}

.ored { color: #e5004f;}

.blgr { color: #00736d;}

.diamond { list-style-image: url(../images/diamond.png);}

.square { list-style-image: url(../images/square.png);}

.bold { font-weight: 600;}

.wrapper {
	position: relative;
	display: block;
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.head {
	position: relative;
	width: 100%;
	min-width: 1000px;
	height: 930px;
	margin: 0 auto;
	background: url(../images/bg_01.jpg) top center no-repeat;
}

.home {
	position: absolute;
	display: block;
	width: 246px;
	height: 99px;
	background: url(../images/home.png) top center no-repeat;
	top: 25px;
	left: 25px;
	opacity: 1;
}

.home:hover { opacity: 0.9;}

.links {
	position: absolute;
	height: 54px;
	background-color: rgba(0,0,0,0.25);
	border-radius: 27px 0 0 27px;
	padding: 0 25px;
	top: 25px;
	right: 0;
	display: flex;
	align-items: center;
}

.account, .download, .comeback {
	font-weight: 600;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	opacity: 1;
}

.account:hover, .download:hover, .comeback:hover, .fb:hover, .fbs:hover { opacity: 0.9;}

.account, .download, .comeback, .fb { margin-right: 10px;}

.fb, .fbs {
	display: block;
	width: 34px;
	height: 34px;
	opacity: 1;
	cursor: pointer;
}

.fb { background: url(../images/link_fb.png) top center no-repeat;}

.fbs { background: url(../images/link_fbs.png) top center no-repeat;}

.center {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 176px;
}

.nineteen {
	position: relative;
	display: block;
	background: url(../images/nineteen.png) top center no-repeat;
	width: 220px;
	height: 185px;
	margin: 0 auto;
}

.bg {
	position: relative;
	width: 100%;
	display: block;
	background: url(../images/bg_bear.png) bottom right no-repeat, url(../images/bg_03.png) top center repeat-y, url(../images/bg_02.jpg) top center no-repeat;
	background-color: #ff7373;
	margin: 0 auto;
	padding: 25px 0 50px 0;
}

.framertop, .framermid, .framerbtm {
	position: relative;
	display: block;
	margin: 0 auto;
}

.framertop, .framermid, .framerbtm { width: 1000px;}

.framertop {
	height: 105px;
	background: url(../images/frame_r_top.png) top center no-repeat;
	margin-top: 25px;
}

.framermid {
	background: url(../images/frame_r_mid.png) top center repeat-y;
	padding: 0 50px;
}

.framerbtm {
	height: 75px;
	background: url(../images/frame_r_btm.png) top center no-repeat;
}

.title {
	display: block;
	margin: 0 auto;
}

.olbtnbox {	
	margin-top: 5px;
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
}

.olbtn {
	display: inline-block;
	font-family: 'Noto Sans TC';
	font-weight: 600;
	font-size: 20px;
    line-height: 20px;
	letter-spacing: 1px;
	background-color: #e5004f;
	border-radius: 10px;
	text-align: center;
	margin-right: 10px;
	padding: 10px;
	cursor: pointer;
	transition: all .25s;
	-moz-transition: all .25s; /* Firefox 4 */
	-webkit-transition: all .25s; /* Safari and Chrome */
	-o-transition: all .25s; /* Opera */
}
.olbtn:link {color:#fff;text-decoration:none;}
.olbtn:visited {color:#fff;text-decoration:none;}
.olbtn:hover {color:#fff;background-color:#eb6877;}
.olbtn:active {color:#fff;background-color:#eb6877;}

.btnbox {
	margin-top: 25px;
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.lottery, .wheel, .inquire {
	position: relative;
	width: 246px;
	height:206px;
}

.lottery {background: url(../images/btn_lottery.png) top center no-repeat;}

.wheel { background: url(../images/btn_wheel.png) top center no-repeat;}

.inquire { background: url(../images/btn_inquire.png) top center no-repeat;}

.login, .logout {
	width: 164px;
	height: 206px;
	cursor: pointer;
}

.login { background: url(../images/btn_login.png) top center no-repeat;}

.logout {
	display: block;
	background: url(../images/btn_logout.png) top center no-repeat;
}

.lottery:hover, .wheel:hover, .inquire:hover, .login:hover, .logout:hover { filter: brightness(125%);}

table {
	width: 100%;
	border: 0px;
	border-spacing: 3px;
	font-family: 'Noto Sans TC';
	font-weight: 400;
	font-size: 20px;
    line-height: 30px;
	letter-spacing: 1px;
	color: #361d03;
	text-align: center;
	vertical-align: middle;
	margin-top: 25px;
	word-break: break-all;
}

th {
	border-radius: 10px;
	font-weight: 600;
	color: #fff;
	background-color: #e5004f;
	padding: 10px 20px;
}

td {
	border-radius: 10px;
	padding: 10px 20px;
	background-color: #fbd9e5;
}

tr.sr td { background-color: #f8bfd3;}

td.tc { text-align: left;}

.icon1, .icon2 {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/icon.png) top center no-repeat;
	margin: 0 auto;
	cursor: pointer;
}

/* 遮罩 */
.mask {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}

.mask.on {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.close {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top center no-repeat;
	top: -35px;
	right: 0px;
	cursor: pointer;
}

.picture1, .picture2 {
	position: relative;
	width: 1000px;
	height: 547px;
	display: none;
}

.picture1.on, .picture2.on {
	display: block;
}

.cy {
	position: relative;
	width: 100%;
	min-width: 1000px;
	background-color: #a40035;
}

.cycenter {
	width: 1000px;
	min-width: 1000px;
	padding: 25px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.gflogo {
	position: relative;
	width: 135px;
	height: 37px;
	background: url(../images/gflogo.png) top center no-repeat;
}

.pwlogo {
	position: relative;
	width: 151px;
	height: 34px;
	background: url(../images/pwlogo.png) top center no-repeat;
	margin-left: 15px;
}

.cytxt {
	position: relative;
	width: 574px;
	font-size: 12px;
	color: #FFF;
	margin-left: 15px;
}

.cytxt .txt1 {
	line-height: 12px;
}

.cytxt .txt2 {
	line-height: 17px;
	margin-top: 10px;
}

.cr15{
	position: relative;
	width: 45px;
	height: 45px;
	background: url(../images/cr15.png) top center no-repeat;
	margin-left: 15px;
}