@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&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', '微軟正黑體', 'Helvetica', 'Arial', sans-serif !important;
	}

* {box-sizing: border-box;}

body {background-color:#ffdce9;}

p {
	font-size: 20px;
    line-height:30px;
	color: #000;
}

ol,ul,li {
	font-size: 20px;
    line-height :30px;
	letter-spacing: 1px;
	color:#000;/*361d03*/
	margin:3px 0;
}

.red { color: #ff0000;}
.blue { color: #00479d;}

.diamond {
	list-style-image: url(../images/diamond.png);
	margin-left: 25px;
}
.square {
	list-style-image: url(../images/square.png);
	margin-left: 20px;
}

/**/
.allbx{
	position:relative;
	width:100%;
	max-width:1920px;
	margin:0 auto;
	}
/**/

.bg {
	position:relative;
	width: 100%;
	min-width:1000px;
	height:1200px;
	display:block;
	background-image: url(../images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	overflow:hidden;
}

.center {
	position: relative;
	width: 1000px;
	height: 809px;
	margin: 0 auto;
	z-index:1;
}

.center2 {
	position: relative;
	width: 1000px;
	height: 45px;
	padding: 0px 25px;
	margin: 0 auto;
}

.logo {
	position: absolute;
	display: block;
	width: 246px;
	height: 92px;
	background: url(../images/logo.png);
	top: 25px;
	left: 25px;
	cursor: pointer;
}
.nbb{
	position:relative;
	padding:0 0 10px 25px;
	line-height:30px;
	}
.nbb::before{
	position: absolute;
	content:"◆";
	color: #ff0000;
	left:0;
	top:0;
	}
.links {
	position: absolute;
	top: 25px;
	right: 25px;
}

.account {
	position: relative;
	display: block;
	width: 105px;
	height: 35px;
	background: url(../images/accounts.png);
	float: left;
	cursor: pointer;
}
.account:hover { background-position: 0px 35px;}

.download {
	position: relative;
	display: block;
	width: 105px;
	height: 35px;
	background: url(../images/download.png);
	margin-left: 3px;
	float: left;
	cursor: pointer;
}
.download:hover { background-position: 0px 35px;}

.comeback{
	position: relative;
	display: block;
	width: 105px;
	height: 35px;
	background: url(../images/comeback.png);
	margin-left: 3px;
	float: left;
	cursor: pointer;
}
.comeback:hover{ background-position: 0px 35px;}

.fb {
	position: relative;
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/fb.png);
	margin-left: 3px;
	float: left;
	cursor: pointer;
}
.fb:hover { background-position: 0px 35px;}

.fbs {
	position: relative;
	display: block;
	width: 44px;
	height: 35px;
	background: url(../images/fbs.png);
	margin-left: 3px;
	float: left;
	cursor: pointer;
}
.fbs:hover { background-position: 0px 35px;}

.kv {
	position: absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:1920px;
	height:1200px;
	/*background: url(../images/kv.png);*/
}
.kv > div{
	position: absolute;
	top:0;
	left:0;
	width:1920px;
	height:1200px;
	}
.kv > div.kv1{background: url(../images/kv1.png);}
.kv > div.kv1 > div{
	position: absolute;
	top:105px;
	left:685px;
	width:880px;
	height:801px;
	background: url(../images/kv1a.png);
	}
.kv > div.kv2{}
.kv > div.kv2 div{
	position: absolute;
	top:0;
	left:0;
	width:1920px;
	height:1200px;
	}
.kv > div.kv2 .k2a{
	background: url(../images/kv2a.png);
	/**/
	-moz-animation:todo 3s linear infinite;
	-webkit-animation:todo 3s linear infinite;
	-o-animation:todo 3s linear infinite;
	-ms-animation:todo 3s linear infinite;
	animation:todo 3s linear infinite;
	}
.kv > div.kv2 .k2b{
	background: url(../images/kv2b.png);
	/**/
	-moz-animation:todo2 3s linear infinite;
	-webkit-animation:todo2 3s linear infinite;
	-o-animation:todo2 3s linear infinite;
	-ms-animation:todo2 3s linear infinite;
	animation:todo2 3s linear infinite;
	}
.kv > div.kv3{background: url(../images/kv3.png);}
.kv > div.kv4{background: url(../images/kv4.png);}

.bg2 {
	position: relative;
	width: 100%;
	min-width: 1000px;
	background-image: url(../images/bg2.png);
	background-position: top center;
	background-repeat: repeat-y;
}
.bg2::after{
	position:absolute;
	content:" ";
	width:100%;
	height:150px;
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: 50% 0%;
	background-image: url(../images/giftbox.png);
	bottom:-21px;
	left:50%;
	transform:translateX(-50%);
	transition: all .5s;
	}

.txtbox {
	background-color: #fff0f6;
	width: 1000px;
	margin: 0 auto;
	padding: 0px 25px;
}

.title {
	width:100%;
	/*height: 44px;*/
	text-align:center;
	padding:30px 0 15px;
}

.stitle {
	width: 244px;
	height: 59px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.goanother {
	position: relative;
	display: inline-block;
	height: 35px;
	font-weight: bold;
	background-color: #ff0050;
	border-radius: 5px;
	text-align: center;
	margin-left: 10px;
	padding: 2px 5px 8px;
	cursor: pointer;
	transition: all .5s;
	-moz-transition: all .5s; /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari and Chrome */
	-o-transition: all .5s; /* Opera */
}
.goanother:link {color:#fff;text-decoration:none;}
.goanother:visited {color:#fff;text-decoration:none;}
.goanother:hover {color:#fff;background-color:#d90044;}
.goanother:active {color:#fff;background-color:#d90044;}

.btnbox {
	position: relative;
	width: 950px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 20px auto 0px auto;
}

.btn1 {
	position: relative;
	display: block;
	width: 224px;
	height: 409px;
	background: url(../images/birthday.png) top center no-repeat;
	cursor: pointer;
}
.btn1:hover {background: url(../images/birthday_on.png) top center no-repeat}

.btn2 {
	position: relative;
	display: block;
	width:229px;
	height: 409px;
	background: url(../images/wish.png) top center no-repeat;
	cursor: pointer;
}
.btn2:hover {background: url(../images/wish_on.png) top center no-repeat}

.btn3 {
	position: relative;
	display: block;
	width:144px;
	height:409px;
	background: url(../images/login.png) top center no-repeat;
	cursor: pointer;
}
.btn3:hover {background: url(../images/login_on.png) top center no-repeat}

.btn4 {
	position: relative;
	width:144px;
	height:409px;
	background: url(../images/logout.png) top center no-repeat;
	cursor: pointer;
	
}
.btn4:hover {background: url(../images/logout_on.png) top center no-repeat;}

.btn5 {
	position: relative;
	display: block;
	width:211px;
	height:409px;
	background: url(../images/inquire.png) top center no-repeat;
	cursor: pointer;
}
.btn5:hover {background: url(../images/inquire_on.png) top center no-repeat;}

.tabbg{
	margin-top: 10px;
	background-color: #ffbe24;
	border-radius: 20px;
	padding: 10px;
}
#actionbox{
	position:relative;
	width: 930px;
	height: 141px;
	margin: 0 auto;
}	
#actionbox li{
	float: left;
	width: 463px;
	height: 141px;
	background-position: 0 -141px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
}
#actionbox li:hover{background-position:0 0px;}
#actionbox li a{
	width: 463px;
	height: 141px;
	display:block;
	cursor:pointer;
}
.tab1btn {background-image: url(../images/gift_th.png);}
.tab2btn {
	background-image: url(../images/cake_th.png);
	margin-left: 4px;
}

.table {
	width: 100%;
	border: 0px;
	border-spacing: 3px;
	margin-top: 10px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}

.table th {
    background-color: #e5004f;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
}

.table td {
	font-size: 20px;
	line-height: 25px;
    background-color: #f8bfd3;
	border-radius: 5px;
	padding: 20px;
}

.table tr.sr td {
    background-color: #f59ebc;
}

.table td.tc {
    text-align: left;
}

.table2 {
	width: 100%;
	border: 0px;
	border-spacing: 3px;
	margin-top: 10px;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}

.table2 th {
    background-color: #00a0e9;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
}

.table2 td {
	font-size: 20px;
	line-height: 25px;
    background-color: #bfe7f9;
	border-radius: 5px;
	padding: 20px;
}

.table2 tr:nth-child(odd) td{
    background-color: #7fcff4;
}

.icon {
	width: 20px;
	height: 20px;
	background-image: url(../images/icon.png);
	vertical-align: middle;
	margin: 5px auto 0px auto;
	cursor: pointer;
}

.notice  {
	position:relative;
	width:950px;
	/*margin-left: 25px;
	padding-bottom: 30px;*/
	padding:0 0 30px 25px;
	margin:0 auto;
	box-sizing: border-box;
}

.cy {
	width: 100%;
	min-width: 1000px;
	background-color: #ff6c94;
}

.cycenter {
	width: 1000px;
	padding: 15px;
	margin: 0 auto;
}

.gflogo {
	position: relative;
	width: 135px;
	height: 37px;
	background: url(../images/gflogo.png) top center;
	margin: auto 0;
	float: left;
}

.pwlogo {
	position: relative;
	width: 151px;
	height: 34px;
	background: url(../images/pwlogo.png) top center;
	margin: auto 0 auto 15px;
	float: left;
}

.cytxt {
	position: relative;
	width: 594px;
	font-size: 12px;
	color: #FFF;
	margin-left: 15px;
	float: left;
}

.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;
	margin-left: 15px;
	float: left;
}

@media screen and (max-width:1400px) {

	.notice  {
	/*	margin-left: 50px;*/
	}

.kv {
	/*position: absolute;
	top: 11%;
	left: -1%;
	width: 100%;
	height: 0;
	padding-bottom: 51%;
	background-image: url(../images/kv.png);
	background-size: 100%;*/
}

}