@charset "utf-8";
/* CSS Document */

@import url("reset.css");
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*clearfix*/
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
img {
	border: none;
	text-decoration: none;
}
html, body {
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 14px;
	color: #fff8f8;
	text-align: center;
	-moz-background-size: cover;
	background-size: cover;
}
/*---------------最後挖寶---------------*/
#header_bg {
	display: block;
	width: 100%;
	background: url(../img/top_bg.jpg) no-repeat center 0;
	margin: 0 auto;
}
.header {
	width: 1080px;
	height: 655px;
	position: relative;
	margin: 0 auto;
	top: 0px;
}
.hdtext {
	width: 558px;
	height: 310px;
	position: absolute;
	top: 160px;
	left: 530px;
}
.hdplace {
	width: 353px;
	height: 25px;
	position: absolute;
	top: 400px;
	left: 250px;
}
.hdplace a:hover {
	-webkit-filter: drop-shadow(0px 0px 8px hsl(0, 100%, 100%));
 filter: drop-shadow(0px 0px 8px hsl(0, 100%, 100%)) transition: 0.2s ease-in-out;
}
/*---------------最後挖寶---------------*/

/*#laststocks_bg {
	width: 100%;
	background: url(../img/laststocks_bg.jpg) 50% 0 no-repeat fixed;
	margin: 0px auto;
	}
*/	
/*.laststocks {
	width: 1080px;
	height: 500px;
}
*//*.title01 {
	display: block;
	width: 1080px;
	text-align: center;
	padding-top: 180px;
	color: #FFF;
	font-size: 36pt;
	text-shadow: 3px 3px 15px #666;
}
*/
.highlite {
	color: #F66;
}
.content {
  background:url(../img/bt_bg.jpg) repeat-x #fffadc;
  text-align:center;
  margin: 0 auto;
  width:100%;
}
.pdimgs_b0{	padding-top:10px;
	padding-bottom:0px;
  clear:both;
}
.pdimgs_b0 p{	padding-top:10px;
	padding-bottom:0px;
}
.pdimgs{
	padding-top:10px;
	padding-bottom:40px;
  clear:both;
	}
.pdimgs p{
	padding:20px 0;
	margin-left:-10px;
}	
.desArea {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	color: #1160bd;
	line-height: 1.5em;
	padding: 40px 20px 20px 20px;
	font-size: 16px;
}
.desText {
	width: 940px;
	word-wrap: break-word;
	background: #fff;
	padding: 40px;
/*	border: dotted #ffa78c 5px;
*/box-shadow: inset 0 0 0 3px #bb5099, inset 0 0 0 6px #f9e491;
border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	clear:both;
}
.desTitle {
	font-size: 2.2em;
	line-height:1em;
	color: #fff;
	padding: 10px;
	padding-bottom:5px;
	display: inline-block;
	background: #bb5099;
	position: relative;
	top: 0px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
/*	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
*/}

.desText b{
	color:#F36;
	font-size:18px;
	line-height:30px;
}

.moreList {
	color: #1f45a7;
	background: none;
	float: right;
	text-align: center;
	margin-top:-7.2em;
	position: relative;
	right: 50px;
}
.moreList li a {
	display: block;
	width: 100px;
	height: 100px;
	padding-top: 20px;
	margin: 0 auto;
	border: 3px solid #1f45a7;
	color: #1f45a7;
	border-radius: 99em;
	line-height: 21px;
}
.moreList li a:hover {
	color: #7da3ef;
	background: #DEEBFF;
	text-decoration: none;
	border: 3px solid #7da3ef;
}
.footer {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 10px;
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	clear: both;
	border-top:solid #ffd8cc 1px;
}
.footer p img {
	display: inline-block;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	margin: 2px;
	clear: both;
}
