@charset "utf-8";
/* CSS Document */
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: Helvetica, Microsoft JhengHei;
	}

* {box-sizing: border-box;}

body {background-color:#a01e2a;}

p {
	font-size: 20px;
    line-height: 25px;
	color: #522c04;
}

ol,ul,li {
	font-size: 20px;
    line-height :25px;
	letter-spacing: 1px;
}

.red { color: #ff0000;}
.blue { color: #0000ff;}

.diamond {
	list-style-image: url(../images/diamond.png);
	margin-left: 25px;
}
.square {
	list-style-image: url(../images/square.png);
	margin-left: 20px;
}

.bg {
	width: 100%;
	height: 850px;
	background: url(../images/bg.jpg) top center no-repeat;
}

.center {
	position: relative;
	width: 1000px;
	height: 850px;
	margin: 0 auto;
}

.logo {
	position: absolute;
	display: block;
	width: 246px;
	height: 92px;
	background: url(../images/logo.png) top center no-repeat;
	top: 25px;
	left: 25px;
	cursor: pointer;
}

.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;}

.slogan {
	position: relative;
    width: 526px;
    height: 354px;
    background: url(../images/slogan.png) top center no-repeat;
	top: 375px;
	margin: 0 auto;
}

.bg2 {
	width: 1000px;
	margin: 0 auto;
}

.bg2top {
	width: 1000px;
	height: 40px;
	background: url(../images/bg2top.png) top center no-repeat;
}

.bg2middle {
	width: 1000px;
	background: url(../images/bg2middle.png) top center repeat-y;
}

.bg2bottom {
	width: 1000px;
	height: 40px;
	background: url(../images/bg2bottom.png) top center no-repeat;
	margin-bottom: 30px;
}

.txtbox {
	width: 920px;
	margin: 0 auto;
}

.title {
	width: 284px;
	height: 50px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.goanother {
	position: relative;
	display: inline-block;
	height: 30px;
	font-weight: 600;
	background-color: #ed2d40;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	margin-left: 10px;
	padding: 5px;
	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:#d42839;}
.goanother:active {color:#FFF;background-color:#d42839;}

.btnbox {
	position: relative;
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: space-evenly;
}

.btn1 {
	position: relative;
	display: block;
	width: 234px;
	height: 263px;
	background: url(../images/luck.png) top center no-repeat;
	cursor: pointer;
}
.btn1:hover {background-position: 0px -263px;}

.btn2 {
	position: relative;
	display: block;
	width: 234px;
	height: 263px;
	background: url(../images/gift.png) top center no-repeat;
	cursor: pointer;
}
.btn2:hover {background-position: 0px -263px;}

.btn3 {
	position: relative;
	display: block;
	width: 174px;
	height: 263px;
	background: url(../images/login.png) top center no-repeat;
	cursor: pointer;
}
.btn3:hover {background-position: 0px -263px;}

.btn4 {
	position: relative;
	width: 174px;
	height: 263px;
	background: url(../images/logout.png) top center no-repeat;
	cursor: pointer;
	display: block;
}
.btn4:hover {background-position: 0px -263px;}

.btn5 {
	position: relative;
	display: block;
	width: 174px;
	height: 263px;
	background: url(../images/inquire.png) top center no-repeat;
	cursor: pointer;
}
.btn5:hover {background-position: 0px -263px;}

.awardtitle {
	font-size: 25px;
	text-align: center;
}

.table-awards {
	width: 100%;
	border: 0px;
	border-spacing: 3px;
	margin: 10px 0 15px 0;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	color: #000;
}

.table-awards th {
	color: #FFF;
    background-color: #6e151e;
	border-radius: 5px;
	padding: 10px;
}

.table-awards td {
	font-size: 20px;
	line-height: 25px;
    background-color: #ffd4d9;
	border-radius: 5px;
	padding: 20px;
}

.table-awards tr.sr td {
    background-color: #ffbac2;
}

.table-awards td.tc {
    text-align: left;
}

.icon {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
}

.notice  {
	margin-left: 25px;
}

.cy {
	width: 100%;
	background-color: #6e151e;
}

.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;
}