body{
	margin:0px;
	padding:0px;
	background: #FFFFFF url(images/bg.jpg);
	font-family:"微軟正黑體","Microsoft JhengHei","儷黑 Pro","LiHei Pro Medium",Verdana, Arial, Helvetica,sans-serif;
}
.main-txt{
	font-size:12pt;
	line-height:1.6em;
}
.main-txt p{
	margin:0;
	padding:0 0 1em 0;
}

/***************/

.wrapper{
	width: 100%;
	margin:0 auto;
}

.container{
	width: 1000px;
	margin: 0 auto;
}

/***************/

.head{
	background: url(images/head1.jpg) center top;
	position: relative;
	height: 780px;
}
.head .container{
	background: url(images/head1.jpg) center top;
	height: 710px;
	padding-top: 70px;
	z-index: 8;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.bgs2{
	background: url(images/head2.jpg) center top;
	width: 100%;
	height: 780px;
	z-index: -1;
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
}
.head .container .tt{
	display: block;
	margin:0px auto;
	z-index: 9;
}
.bg2{
	background: url(images/head2.jpg) center top;
	width: 100%;
	height: 780px;
	z-index: 1;
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
}

.book{
	background: url(images/book-bg.jpg) center top;
}
.book .container{
	background: url(images/book-bg.jpg) center top;
	height: 650px;
	position: relative;
}
.book .container .cover{
	display: block;
	margin: 0 auto;
}
.book .mv{
	position: absolute;
	left: 63px;
	top:30px;
	transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
.book .mv:hover{
	width: 250px;
	height: 166px;
}
.book .t1{
	position: absolute;
	left: 63px;
	top:215px;
}
.book .t2{
	position: absolute;
	left: 63px;
	top:355px;
}
.book .t3{
	position: absolute;
	left:695px;
	top:90px;
}
.book .gift{
	position: absolute;
	left:695px;
	top:200px;
	transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
/*
.book .gift:hover{
	width: 280px;
	height: 274px;
}*/

.book .book-info{
	position: absolute;
	left: 270px;
	bottom: 30px;
}

.intro{
	background: url(images/intro-bg.jpg) center top no-repeat;
	height: 390px;
	padding-top: 40px
}
.intro .tt{
	display: block;
	margin-left: 120px;
}
.intro2{
	background: url(images/intro-bg2.jpg) center top;
}
.mu1 {
	background: url(images/mu-bg1.jpg) center top no-repeat;
}
.mu {
	background: url(images/mu-main-bg.jpg) center top;
}
.mu .mu3{
	background: url(images/mu-3.jpg) center top no-repeat;
	height: 250px;
	position: relative;
}
.mu .mu3 a.read-btn{
	position: absolute;
	left:386px;
	top:182px;
	display: block;
	width: 226px;
	height: 29px;
	transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
.mu .mu3 a.read-btn:hover{
	background: url(images/pre-btn.png) no-repeat;
}

.foot{
	background: #68605b;
}


/***************/

a.shopcart{
	display:block;
	width:160px;
	height:30px;
	text-align: center;
	text-decoration: none;
	background: #a91812;
	color:#FFFFFF;
	font-size: 13px;
	margin-top:12px;
	line-height: 30px;
	border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-webkit-border-radius: 12px 12px 12px 12px;
	border: 0px solid #000000;
}

a.shopcart:hover{
	background: #e60012;
	color:#FFFFFF;
}


.book a.shopcart{
	position: absolute;
	left: 610px;
	bottom: 50px;
}

.book a.shopcart-post{
	width: 100px;
	position: absolute;
	left: 800px;
	top:460px;
}

/********/

.bg-change{
    animation-name: FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	animation-direction: alternate;
}

@keyframes FadeInOut {
	0% {
		opacity:1;
	}
	45% {
		opacity:1;
	}
	55% {
		opacity:0;
	}
	100% {
		opacity:0;
	}
}


/********/

#gotop {
	width: 80px;
	height: 50px;
	opacity: 0.8;
	position: fixed;
	bottom: 20px;
	right: 10px;
	display: none;
	text-indent: -9999px;
	background: url(images/top.png) no-repeat;
	background-size: contain;
	z-index: 99;
	opacity: 0.5;
}


/********/

.btcf:after {
    content:"";
    display:table;
    clear:both;
}