﻿/* ==reset.css================= */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}

/* ==reset.css================= */

*{
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
map *:focus {
	outline: none;
}
a{
 outline: none; /* for Firefox Google Chrome  */
 behavior:expression(this.onFocus=this.blur()); /* for IE */
}
html{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	font-family:Arial,Times New Roman,"微軟正黑體";
	-webkit-text-size-adjust:none;
}
body{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.Wcont{
	width: 1200px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.cont{
	width: 1200px;
	
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
	z-index: 1;
}
.cont2{
	width: 1200px;
	
	text-align: center;
	margin: 0 auto;	
	position: relative;	
	overflow: hidden;/*clearboth沒作用,用這個才有效*/	
}
.Wcont2{
	width: 1200px;
	height: 1550px;
	text-align: center;
	margin: 0 auto;	
	position: relative;	
}
.Wcont2:after{
	content: '';
	display: block;
	clear: both;
	}
.mvplay{
	position: absolute;
	width: 560px;
	height: 315px;
	top: 432px;
	left: 593px;
	z-index: 200;/*層級不要忘記加*/
}
.bookbg{
	background-image:url(../images/bookbg_02.png);
	background-repeat: repeat;		
}
.book_list{
	width: 900px;
	margin: 0 auto;
}
.pic{
	position: absolute;
	width: 217px;
	height: 187px;
	top: 108px;
	left: 362px;
	z-index: 200;
}
.Wpic{
	position: absolute;
	width: 217px;
	height: 187px;
	top: 58px;
	left: 362px;
	z-index: 200;
}
.pic2{
	position: absolute;
	width: 869px;
	height: 157px;
	top: 515px;
	left: 319px;
	z-index: 200;
}
.Wpic2{
	position: absolute;
	width: 869px;
	height: 157px;
	top: 465px;
	left: 319px;
	z-index: 200;
}
.Wpic3{
	position: absolute;
	width: 733px;
	height: 351px;
	left: 112px;
	z-index: 200;
	top: 3px;
}
.Wpic4{
	position: absolute;
	width: 795px;
	height: 391px;
	top: 282px;
	left: 463px;
	z-index: 201;
}
.Wpic5{
	position: absolute;
	width: 1150px;
	top: 535px;
	left: 2px;
	z-index: 202;
}

.point{
	position: absolute;
	top: 590px;
}

#Menu {
/*	width:inherit;*/
	width:100%;
	height:50px;
	padding-top:2px;
	background-color:#ffd4d1;
	z-index:201;/*比pic高一層*/
	position:fixed;
/*	box-shadow:2px 2px 3px rgba(20%,20%,40%,0.5);*/
}
.buy {
	width:100px;
	height:auto;
	position:absolute;
	right:10px;
	bottom:80px;
	position:fixed;
	z-index: 99;
	}
.buy2 {
	width:120px;
	height:auto;
	position:absolute;
	right:10px;
	bottom:250px;
	position:fixed;
	z-index: 99;
	}
.return {
	width:100px;
	height:auto;
	position:absolute;
	right:10px;
	bottom:20px;
	position:fixed;
	}
#backtotop{
	display:scroll;position:fixed;
	position: fixed;
   bottom: 30px;
   right: 30px;
   width: 80px;
   height: 80px;

   z-index: 10;
   cursor: pointer;
   transition: all .5s
   -webkit-transition: all .5s;
   -moz-transition: all .5s;
	}
#gobuy{
	display:scroll;
	position:fixed;
	position: fixed;
   bottom: 160px;
   right: 30px;
   width: 80px;
   height: 80px;
   z-index: 10;
   cursor: pointer;
   transition: all .5s
   -webkit-transition: all .5s;
   -moz-transition: all .5s;
	}
