
body{
	background-color:#f2f9db;
	background-repeat: repeat-x;

	background-image:url(../images/body_bk.jpg);
	background-size:auto 815px;
	background-position:center top;
}


/* 頁面寬度 header+wrapper+footer */
header,footer{
	width:100%;
	margin:0 auto;
}


/*** 頭 header ***/

header{
	height:70px;
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}

.header_box{
	width:1060px;
	height:70px;
	margin:0 auto;
	padding:10px 20px;
}

.header-logo{
	width: 146px;
	height: 31px;
	margin-top:8px;
	margin-right:10px;
	float:left;
/* 綠色(logo_g.png) . 白色(logo_w.png)  */
	background-image:url(../images/logo_g.png);
	background-size:146px 31px ;
	background-repeat:no-repeat;
	z-index:999;
}
.header-logo a{
	width: 146px;
	height: 31px;
	display:block;
	}

.header-btn01{
	display: block;
	margin: 18px 6px 0px 0px;
	float: left;
}
.header-btn01 a:link,
.header-btn01 a:visited,
.header-btn01 a:hover,
.header-btn01 a:active{
	font-size: 15px;
	text-align: center;
	padding:6px 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.header-btn01 a:link,
.header-btn01 a:visited{
/* 綠色(#ffffff) . 白色(#FFFFFF) */
	color: #599641;
/* 綠色(#ffffff) . 白色(#FFFFFF) */
	-webkit-box-shadow: inset 0px 0px 0px 1px #599641;
	-moz-box-shadow: inset 0px 0px 0px 1px #599641;
	box-shadow: inset 0px 0px 0px 1px #599641;
}
.header-btn01 a:hover,
.header-btn01 a:active{
/* 白色(#FFFFFF自訂) */
	color: #599641;
/* 綠色(#5db307) . 白色(#FFFFFF) */

	-webkit-box-shadow: inset 0px 0px 0px 1px #599641;
	-moz-box-shadow: inset 0px 0px 0px 1px #599641;
	box-shadow: inset 0px 0px 0px 1px #599641;
}

.header-fb{
	float:right;
	margin-top:17px;
	height:46px;
}
.header-share{
	float:right;
	margin:15px 6px 0px 20px;
}


/*** 腳 footer ***/
footer{
	font-size:13px;	
	height:100px;
	padding:20px 10px;
	border-top: 1px solid #dcdad4;
	background-color:#FFFFFF;
}

.footer-nav{
    width: 100%;
	margin-bottom:10px;
	text-align:center;
}
.footer-nav ul{
	list-style: none;
}
.footer-nav li{
	margin: 0px 4px 0px 0px;
	display:inline;
}

/* hover動態樣式 - 淡入淡出 */
.footer-nav li a{
/* 綠色(#656565) . 白色(#b4b4b4自訂) */
	color:#656565;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:1px solid transparent;
	-webkit-transition:border 0.2s ease-in-out 0s;
	-moz-transition:border 0.2s ease-in-out 0s;
	-o-transition:border 0.2s ease-in-out 0s;
	transition:border 0.2s ease-in-out 0s;
}
.footer-nav li a:hover,
.footer-nav li a:focus{
/* 綠色(#656565) . 白色(#b4b4b4自訂) */
	border-color:#656565;
}
/*  hover li 樣式 - 隱藏前後  */
.footer-nav li:after{
/* 綠色(#dddddd) . 白色(#4a4a4a自訂) */
    color:#dddddd;
    content: '|';
	top: -1px;
	right: -4px;
	margin:0px 6px;
	position:relative;
}
.footer-nav li:lang(ar):after, 
.footer-nav li:last-child:after{
    display: none;
}

.footer-copyright{
/* 綠色(#b4b4b4) . 白色(#676767自訂) */
	color:#b4b4b4;
	text-align:center;
	margin:0 auto;
}



/*** 內容 wrapper ***/

.content{
	width:100%;
	height:auto;

	background-image:url(../images/bk.jpg);
	background-size:1400px 815px;
	background-position:center top;
	background-repeat: no-repeat;
	}


.visual{
	width:1060px;
	height:auto;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	}

.visual_btn{
	width: 219px;
	height:53px;
	position: absolute;
	top:321px;
	left:415px;
}

.visual_btn a:link{
	width: 100%;
	height:53px;
	display: block;
}

.main{
	width: 924px;
	background-color: #FFFFFF;
	margin:0 auto 35px auto;
	border-radius: 20px;
	padding: 9px;

}

.block{
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	border-radius: 12px;
	display: flex;
	margin: 0 0 10px 0;
	}

.block:last-child{
		margin: 0;
		}

.odd{
	border: 1px solid #fe9c02;
	}

.nth{

	border: 1px solid #fe9c02;
}


.odd_bar{
	width: 53px;
	font-size: 24px;
	line-height: 53px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	vertical-align:center;
	background-color: #fe9c02;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr ;
	text-shadow: -1px 1px 1px #232323;

}

.nth_bar{
	width: 53px;
	font-size: 24px;
	line-height: 53px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	vertical-align:center;
	background-color: #fe9c02;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr ;
	text-shadow: -1px 1px 1px #232323;

}


.book_block{
	text-align: center;
	width: 266px;
	padding: 11px 0 0 0;
	position: relative;	
}




.book_cover{
	font-size:0;
	height:calc(100% - 41px);

}

.book_cover:before{
	content: '我是那个备胎元素';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
  }

.book_cover img{
	border: 1px solid #878787;
	line-height: 0;	

	display: inline-block;
	vertical-align: middle;
}

.book_name{
	width: 100%;
	color: #373f3c;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0 0 12px 0;

	
}


.lots_odd{
	width: 57px;
	min-height: 258px;
	
	background-image:url(../images/lots_odd.gif);
	background-size: 57px 258px;
	background-position: center;
}

.lots_nth{
	width: 57px;
	min-height: 258px;
	
	background-image:url(../images/lots_nth.gif);
	background-size: 57px 258px;
	background-position: center;
}

.gift_block{
	width: 241px;
	position: relative;
}

.gift_name{
	width:100%;
	color: #373f3c;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 12px;
}

.gift_text_block{
	width: 255px;
	padding: 30px 0 95px 15px;

}

.gift_text{
	font-size: 17px;
	font-weight: bold;
	text-align: justify;
	padding: 0 0 12px 0;
}

.gift_text_odd{
	color: #662400;
}

.gift_text_nth{
	color: #662400;
}

.gift_price{
	font-size: 17px;
	text-align: justify;
}

	
.btn_odd{
	width:237px;
	height:47px;
	font-size: 21px;
	font-weight: bold;
	line-height: 47px;
	text-align: center;
	border-radius: 24px;
	position: absolute;
	bottom: 17px;
	}
	
.btn_odd a:link,.btn_odd a:visited{
	width:100%;
	height:100%;
	color: #fff;
	display:block;
	border-radius: 24px;
	background-color: #fe9c02;
	}
	
.btn_odd a:hover,.btn_odd a:active{
	width:100%;
	height:100%;
	color: #fff;
	display:block;
	border-radius: 24px;
	background-color: #fe7302;
	}

.btn_nth{
		width:237px;
		height:47px;
		font-size: 21px;
		font-weight: bold;
		line-height: 47px;
		text-align: center;
		border-radius: 24px;
		position: absolute;
		bottom: 17px;
		}
		
.btn_nth a:link,.btn_nth a:visited{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 24px;
		background-color: #fe9c02;
		}
		
.btn_nth a:hover,.btn_nth a:active{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 24px;
		background-color: #fe7302;
		}


.step_block{
	width: 924px;
	background-color: #FFFFFF;
	margin: 0 auto 40px auto;
	border-radius: 20px;
	padding: 9px;
}

.step_main{
	width:100%;
	background-color: #fffeec;
	border-radius: 12px;
	padding:27px 0 20px 0;
}

.step_title_box{
	width: 756px;
	margin: 0 auto 40px auto;
	display: flex;

}

.step_title{
	width: 180px;
	margin: 0 auto;

}

.step_title_text{
	flex: 1;
	margin: 0 0 0 26px;
	padding: 2px 20px;
	border-left:2px solid #464646 ;
	border-right:2px solid #464646 ;

}

.step_box{
	width: 750px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	display: flex;

}

.step{
	width: 365px;
	overflow: hidden;
	margin: 0 auto;
}

.step_info_box{
	width: 100%;
	height: 84px;
	position: relative;
	font-size:0;
	margin: 0 0 12px 0;
	
}

.step_info_box:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}

.step_icon{
	width: 84px;
	height: 84px;
	border-radius: 42px;
	background-color: #fc9f26;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 12px 0 0 0;
	position: absolute;
	top:0;
	left: 0;
}

.step_info_text{
	width: 100%;
	padding: 0 0 0 95px;
	color: #464646;
	font-weight: bold;
	display: inline-block;
    font-size:18px;
	vertical-align: middle;/* 保证文字垂直居中 */
	text-align: justify;
	

}

.step_info_text span{
	color: #662400;
}

.step_info_pic{
	width: 100%;

}



.step_icon_text01{
	font-size: 17px;
	line-height: 17px;
}

.step_icon_text02{
	font-size: 52px;
	line-height: 52px;
}


.winners_list{
	width: 100%;
	height: 60px;
	line-height: 70px;	
}


.winners_list a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: right;
	color: #bc843b;
	font-size: 18px;
	font-weight: bold;
	padding: 0 14px;
}



.notice_block{
	width:840px;
	margin: 0 auto 60px auto;
	position: relative;
}

.notice_title{
	color: #262626;
	font-size: 21px;
	font-weight: bold;
	margin: 0 0 17px 0;
}

.notice_list{
	width: 100%;
	overflow: hidden;
	color: #262626;
	font-size: 16px;
	line-height: 27px;
	position: relative;
}

.notice_number{
	width:25px;
	position: absolute;
	left: 0;
	top: 0;
}

.notice_text{
	width:100%;
	padding: 0 0 0 25px;
	text-align: justify;
}










/*** 得獎名單內容 ***/

.winners_list_block{
	width: 90%;
	max-width: 1060px;
	border: 3px solid #ffc600;
	margin: 40px auto;
	border-radius: 20px;
	overflow: hidden;
	background-color: #FFFFFF;	
}

.winners_title{
	width:100%;
	height: 60px;
	background-color: #ffc600;
	text-align: center;
	line-height: 60px;
	color: rgb(0, 0, 0);
	font-size: 35px;
	

}

.winners_list{
	width: 90%;
	height: auto;
	overflow: hidden;
	display: flex;
	padding: 20px 0;
	margin: 0 auto;
	
	border-bottom: 1px dotted #656565;

}

.winners_list:last-child{

	
	border-bottom: none;

}

.gift_pic{
	width: 160px;
}

.text_box{
	-webkit-flex: 1;
	flex: 1;
	color: #292929;
	padding:0 0 0 30px;
	font-size: 20px;
}

.text_box h1{
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #0f0f0f;
	margin: 0 0 10px 0;

}
