@charset "utf-8";
@import url('normalize.css');
:focus {
    outline: 0;
}
ol,
ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
/* clear清除 */
/* 現代瀏覽器 */

.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
/* IE 6/7瀏覽器 (觸發hasLayout) */

.cf {
    *zoom: 1;
}
/* clear清除 end */
/******************主要架構********************/

body {
    font-family: "微軟正黑體";
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #fff;
    background: url('../images/bg.jpg') left top repeat;
}
#wrapper {
    height: 100%;
    background: url(../images/wrap_bg.png) center top no-repeat;
}
#container {
    width: 1028px;
    height: auto;
    margin: 0 auto;
}
#header {
    width: inherit;
    height: 700px;
}
#content {
    width: inherit;
    height: auto;
    position: relative;
}
#footer {
    width: 100%;
    height: 75px;
    background: url(../images/foot.jpg) center top no-repeat #000;
    position: absolute;
}
#footer .fot_link {
    width: 999px;
    height: 75px;
    margin: 0 auto;
}
#footer .fot_link a {
    display: block;
    width: 141px;
    height: 40px;
    position: absolute;
    margin-top: 17px;
    margin-left: 615px;
}
/******************END 主要架構********************/
/*../images/content_top.png*/
/* 浮水印效果 */

#D1 {
    position: absolute;
    margin-left: 920px;
    width: 115px;
    z-index: 999;
}
/*認證*/

.logo_mark {
    width: 54px;
    height: 56px;
    background: url(../images/logo_mark.png) 0 0 no-repeat;
    position: absolute;
    margin-top: 10px;
    margin-left: 120px;
}
/*----Logo FB----*/

#logo {
    padding-left: 5px;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 90;
    width: 110px;
    height: 85px;
    background: url(../images/logo.png) 0 0 no-repeat;
}
#logo_fb {
    padding-left: 5px;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 90;
    width: 110px;
    height: 85px;
    background: url(../images/logo_fb.png) 0 0 no-repeat;
}
#logo a {
    display: block;
    width: 110px;
    height: 85px;
}
#fb {
    width: 222px;
    height: 56px;
    display: block;
    position: absolute;
    margin-left: 790px;
    background: url(../images/fb_btn.png) center top no-repeat;
}
/*----頁籤----*/

ul.menu {
    position: absolute;
    left: 67px;
    top: 65px;
    display: block;
    width: 897px;
    height: 75px;
    z-index: 50;
}
ul.menu li {
    display: block;
    float: left;
    white-space: nowrap;
}
ul.menu a {
    outline: none;
    hlbr: expression(this.onFocus=this.blur());
    cursor: pointer;
}

ul.areaMenu {
	text-align: center;
}
ul.areaMenu li{
	display: inline-block;
}
ul.areaMenu li a{
	display: block;
	cursor: pointer;
}
/*版頭BANNER*/

.banner {
    width: 963px;
    height: 374px;
    background: url(../images/banner.png) center top no-repeat;
    position: absolute;
    margin-left: 100px;
    z-index: 10;
}
.gameicon {
    width: 303px;
    height: 205px;
    background: url(../images/gameicon.png) center top no-repeat;
    position: absolute;
    margin-top: 250px;
    margin-left: -70px;
    z-index: 5;
}
/*---內容框架---*/

.content_top {
	position: relative;
	z-index: 2;
    width: inherit;
    height: 60px;
    background: url(../images/con_top.png) center top no-repeat;
}
.content_mid {
	position: relative;
	z-index: 1;
    height: auto;
    padding: 115px 60px 0;
    background: url(../images/con_mid.png) left top repeat-y;
}
.content_fot {
	position: relative;
	z-index: 0;
    width: inherit;
    height: 55px;
    background: url(../images/con_fot.png) left top no-repeat;
    position: relative;
    margin-bottom: 35px;    
}
#GameBtn_div1{
	padding-bottom: 9px;
}
#GameBtn_div2 {
	padding-bottom: 26px;
}
#GameBtn_div3 {
	padding-bottom: 26px;
}
/*新手註冊、立即玩*/

.btn_top {
    position: absolute;
    width: 350px;
    margin-top: -10px;
    margin-left: 600px;
}
.btn_top a {
    display: block;
    float: left;
}
/*----內容----*/
.list_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 28px;
}
.list_box2 {
    width: 900px;
    height: auto;
    padding: 15px 0 15px 55px;
    overflow: hidden;
    color: #fcfbc3;
}
.list_left {
    float: left;
    width: 155px;
    height: 56px;
}
.list_right {
    float: left;
    width: calc(100% - 155px);
    line-height: 30px;
    padding: 12px 0 10px 10px;
    box-sizing: border-box;
}
.list_right a {
    color: #fcfbc3;
}
.list_right a:hover {
    color: #ffa5fc;
}
.list_box ol {
    /* margin-left: 35px; */
}
.list_box ol li {
    list-style: decimal;
    margin-left: 30px;
    line-height: 40px;
}
.pic_div {
	float: left;
    width: 100%;
    text-align: center;
}
.title_pic {
    padding: 15px 0 15px 30px;
}
.list_box p,
.list_box2 p {
    padding: 0;
    margin: 5px 0;
}

.prize_box{
	position: relative;
	width: 100%;
	/* padding: 20px 25px; */
	margin-top: 150px;
/* 	background: url('../images/pic03_bg.png') no-repeat;
	background-size: 100% 100%; 
	box-sizing: border-box;*/
}
.prize_top,.prize_fot{
	width: 100%;
	height: 14px;
}
.prize_top{
	background: url('../images/pic03_topbg.png') no-repeat;
	background-size: cover;
}
.prize_fot{
	background: url('../images/pic03_fotbg.png') no-repeat;
	background-size: cover;
}
.prize_mid{
	width: 100%;
	height: auto;
	background: url('../images/pic03_midbg.png') no-repeat;
	background-size: cover;
	padding: 5px 25px;
	box-sizing: border-box;
}
.prize_title{
	position: absolute;
	width: 530px;
	height: 130px;
	left: 50%;
	margin-left: -265px;
	top: -120px;
}
.prize_text{
	width: 100%;
	padding: 12px 18px;
	background: rgba(0, 0, 0, .5);
	box-shadow: 0 0 7px rgba(255,255,255,.5);
	margin: 12px 0 20px 0;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.store{
	width: 100%;
	height: 580px;
	overflow: auto;
}

.store table tr:first-child td{
	color: #fff;
	background: #990841;
}

.store table tr td:first-child{
	border-right: 3px solid #100013;
}

.store table tr td{
	padding: 8px 5px;
	text-align: center;
	font-size: 18px;
}
.store table tr{
	transition: all .5s;
}
.store table tr:nth-of-type(odd){
	background: #1a011f;
}
.store table tr:hover{
	background: #33013d;
}

/*ul清單*/

ul.con_ul {
    padding: 10px 0 10px 30px;
    margin-left: 20px;
    list-style: decimal;
    display: block;
    line-height: 32px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    clear: both;
}
ul.con_ul li {
    list-style: decimal;
    padding: 5px 0;
}
ul.con_ul .pic_rela {
    position: relative;
    margin-left: -90px;
}
/*web空格*/

.web_box {
    height: 50px;
}
/*--------APP版面用--------*/

.wrap_app * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap_app {
    font-family: "微軟正黑體";
    letter-spacing: 1px;
    color: #fff;
    background: url(../images/bg.jpg) repeat ;
    background-size: 70%;
    font-size: 14px;
}
.wrap_app #wrapper {
    height: 100%;
    background: url(../images/wrap_bg.png) no-repeat center top;
    background-size: 590px;
}
.wrap_app #container {
    width: 320px;
    height: auto;
    margin: 0 auto;
}
.wrap_app #header {
    width: inherit;
    height: 215px;
}
.wrap_app #content {
    width: inherit;
    height: auto;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .28);
}
.wrap_app #footer {
    width: 100%;
    height: 35px;
    background: url(../images/foot.jpg) center top no-repeat #000;
    background-size: 850px;
    position: absolute;
}
.wrap_app #footer .fot_link {
    width: 320px;
    height: 35px;
    margin: 0 auto;
}
.wrap_app #footer .fot_link a {
    display: block;
    width: 64px;
    height: 17px;
    position: absolute;
    margin-top: 8px;
    margin-left: 211px;
}
.wrap_app #logo_fb {
    padding-left: 5px;
    position: absolute;
    margin-top: 3px;
    margin-left: 3px;
    z-index: 90;
    width: 50px;
    height: 25px;
    background: url(../images/logo_fb.png) 0 0 no-repeat;
    background-size: 50px;
}
.wrap_app .logo_mark {
    width: 54px;
    height: 56px;
    background: url(../images/logo_mark.png) 0 0 no-repeat;
    background-size: 17px;
    position: absolute;
    margin-top: 6px;
    margin-left: 57px;
}
.wrap_app #fb {
    width: 90px;
    height: 23px;
    display: block;
    position: absolute;
    margin-left: 236px;
    background: url(../images/fb_btn.png) center top no-repeat;
    background-size: 90px;
}
/*----頁籤----*/

.wrap_app ul.menu {
    display: block;
    width: 300px;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 12px;
    top: 20px;
}
.wrap_app ul.menu li {
    display: block;
    float: left;
    white-space: nowrap;
}
.wrap_app ul.menu a {
    outline: none;
    hlbr: expression(this.onFocus=this.blur());
    cursor: pointer;
}
/*內容框架*/

.wrap_app .content_top {
    width: inherit;
    height: 18px;
    background: url(../images/con_top.png) 0px top no-repeat;
    background-size: 320px;
}
.wrap_app .content_mid {
    height: auto;
    padding: 50px 15px 0;
    background: url(../images/con_mid.png) 0px top repeat-y;
    background-size: 320px;
}
.wrap_app .content_fot {
    width: inherit;
    height: 15px;
    background: url(../images/con_fot.png) 0px top no-repeat;
    background-size: 320px;
    margin-bottom: 10px;
}
/* .wrap_app #GameBtn_div1,
.wrap_app #GameBtn_div2,
.wrap_app #GameBtn_div3 {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
} */
/*內容*/



.wrap_app .list_box {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.wrap_app .list_box2 {
    width: 290px;
    height: auto;
    padding: 10px 0;
    overflow: hidden;
}
.wrap_app .list_left {
    width: 100%;
    height: auto;
    line-height: 24px;
    margin-left: 0;
}
.wrap_app .list_right {
    width: 100%;
    line-height: 30px;
    padding: 0 0 0 5px;
    box-sizing: border-box;
}
.wrap_app .list_top {
    width: 100px;
    margin-right: 10px;
}
.wrap_app .list_fot {
    width: 100%;
    line-height: 25px;
}
.wrap_app .list_box ol {
    margin-left: 0px;
}
.wrap_app .list_box ol li {
    list-style: decimal;
    margin: 0px 0 0 20px;
    padding-left: 0;
    text-indent: 0px;
    line-height: 25px;
    font-size: 14px;
}
.wrap_app .pic_div {
    width: 100%;
    padding: 5px 0;
}
.wrap_app .pic_div img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.wrap_app .title_pic {
    padding: 15px 0 15px 30px;
}
.wrap_app .list_box p,
.list_box2 p {
    padding: 0;
    margin: 5px 0;
    font-size: 14px;
}

.wrap_app .prize_box{
	/* padding: 8px 14px; */
	margin-top: 60px;
	/* background: url('../images/pic03_bg.png') no-repeat;
	background-size: 100% 100%; */
	box-sizing: border-box;
}
.wrap_app .prize_top,.wrap_app .prize_fot{
	width: 100%;
	height: 4px;
}
.wrap_app .prize_top{
	background: url('../images/pic03_topbg.png') no-repeat;
	background-size: 290px 100%;
}
.wrap_app .prize_fot{
	background: url('../images/pic03_fotbg.png') no-repeat;
	background-size: 290px 100%;
}
.wrap_app .prize_mid{
	width: 100%;
	height: auto;
	background: url('../images/pic03_midbg.png') no-repeat;
	background-size: 290px 100%;
	padding: 2px 14px;
	box-sizing: border-box;
}
.wrap_app .prize_title{
	width: 260px;
	left: 50%;
	margin-left: -130px;
	top: -58px;
}
.wrap_app .prize_title img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.wrap_app .prize_text{
	padding: 8px 14px;
	margin: 12px 0 20px 0;
	font-size: 14px;
	box-shadow: 0 0 7px rgba(255,255,255,.5);
}

.wrap_app .store{
	height: 580px;
}
.wrap_app .store table tr td{
	padding: 8px 5px;
	text-align: center;
	font-size: 14px;
	width: 50%;
}

.wrap_app .wrap_block{display: block;}

/*Layout*/

.t_indent15 {
    text-indent: -15px;
    padding-left: 15px;
}
.t_indent14 {
    text-indent: -14px;
    padding-left: 14px;
}
.t_indent20 {
    text-indent: -20px;
    padding-left: 20px;
}
.font_indent1 {
    padding-left: 27px;
}
.font_blue {
    color: #00F;
}
.font_blue2 {
    color: #419fff;
}
.font_yellow {
    color: #fff000;
}
.font_red {
    color: #ff0000;
}
.font_brown {
    color: #813700;
}
.font_pink {
    color: #d34493;
}
.font_white {
    color: #FFFFFF;
}
.color01 {
    color: #a72426;
}
.color02{
	color: #1a6f8d;
}