body{
	background-image:url("../images/bg.jpg");
	background-repeat:no-repeat;
	background-position:top center;
    background-size: 2300px auto ;
    background-color: #ffdb36;
}



.bg2{
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #ffac41;
}

.bg3{
	width: 100%;
	height: auto;
	text-align: center;
	background-image:url("../images/bg2.jpg");
	background-repeat:repeat-x;
	background-position:top center;
    background-size: 2400px auto;
    }


/* 頁面寬度 header+wrapper+footer */
header,footer,.wrapper{
	width:1060px;
	margin:0 auto;
}


/*** 頭 header ***/
header {
	height:70px;
	padding:10px 20px;
	background-image:url("../images/index_pc_01.jpg");
	background-repeat:no-repeat;
    background-position: top center;
    background-size: auto 70px;
}

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



.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_w.png);
	background-size:100%;
	background-repeat:no-repeat;
}

.header-btn01{
	display: block;
	margin: 16px 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{
	/* 綠色(#61953f) . 白色(#FFFFFF) */
	color: #ffffff;
	/* 綠色(97,149,63,1) . 白色(255,255,255,1) */
	-webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
	box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
}
.header-btn01 a:hover,
.header-btn01 a:active{
	/* 白色(#FFFFFF自訂) */
	color: #322486;
	/* 綠色(#5db307) . 白色(#FFFFFF) */
	background-color:#ffffff;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
	box-shadow:none;
}

.header-share{
	float:right;
	margin:15px 6px 0px 20px;
}




/*** 內容 wrapper ***/


.wrapper{
	height:auto;
	width:1060px;
	margin:0 auto;
	text-align: center;
	
	box-sizing: border-box;
	
	
}



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

.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:#333;
	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:#4a4a4a;
    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:#555;
	text-align:center;
	margin:0 auto;
}




/*** 活動頁內容 wrapper***/	
.p{position:relative;}


.t1{width:590px;height:435px;position:absolute;top:23px;left:240px;
	animation: move1;
  	animation-duration: 3s;
  	animation-fill-mode: forwards;
	}
@keyframes move1 {
  from {top: -80px;}
  to {top: -5px;}
}


.text1{
	color: #333;letter-spacing: 0.7px;
	font-size:1.4em; line-height: 1.5em;  font-family:Helvetica, Arial;text-align: center;font-weight:500;
}	
.txtbox{width: 90%;margin: 0 auto;}


h2{
	color: #d900a6;letter-spacing: 0.7px;
	font-size:2em; line-height: 2em;  font-family:Helvetica, Arial;text-align: center;font-weight:bolder;margin-top: 22px
}	

.text2{
	color: #333;
	font-size:1.17em; line-height: 1.4em;  font-family:Helvetica, Arial;font-weight:400;text-align:justify
}

.text2 span{color: #fe184a;font-weight:bold;
	}

.text3{
	color: #1e465d;
	font-size: 1.1em;
    line-height: 1.4em;  font-family:Helvetica, Arial;font-weight:500;text-align:left
}





.Recommendations{
	width: 315px; height: 520px; 
	border: solid 0px #f00;
	display: inline-block
}

.top_book{
	width: 180px; height: 445px; 
	border: solid 0px #f00;
	margin: 0 5px;
	display: inline-block;
	position: relative;
}

.top_books_bg{
	background-image:url("../images/top100bg.jpg");
	background-position:top center;
    background-size:cover;
    width: 100%;
	height: 1300px;
}


.h10{margin-top: 20px}

.book_cart{
	width: 45px; height: 45px;
	position: absolute;right: 0;
	bottom:6px;border: 0px solid #f00
}



/*** 動畫 ***/	
.Recommendations,.top_book{
transform-style:preserve-3d;
transition:0.2s linear;}
.Recommendations:hover,.top_book:hover{
transform:translateY(-6px);}


.book_shopping_cart {
    width: 26px;
    height: 17px;
    position: absolute;
    bottom: -10px;
    right: 10px;
    background-image: url(../images/top_shopping_cart.png);
    background-size: 100%;
}


.swipe-pc{max-width:990px;margin: 0 auto; }




.t1{width:530px;height:340px;position:absolute;
	animation: move1;
  	animation-duration: 1s;
  	animation-fill-mode: forwards;
	}

.t3{
    width: 530px;	
    height: 340px;
    position: absolute;
    top: 100px;
    left: 255px;
	}

@keyframes move1 {
  from {top: 100px;}
  to {top: 105px;}
}
	
.t2{width:165px;height:165px;position:absolute;
	top: 380px;
    left: 780px;
	animation: t2;
  	animation-fill-mode: forwards;
	animation: t2 .7s infinite alternate ease-in-out;}
	
@keyframes t2 {
  from {
    transform: translateY(4px);
  }
  to {
    transform: translateY(0);
  }
}



.btn{	width: 250px;
		height:45px;
		font-size: 21px;
		font-weight:400;
		line-height: 45px;
		text-align: center;
		border-radius: 3px;
		margin: 10px;
		display: inline-block;
		transition : 0.5s;
		letter-spacing: 0.6px
		}
		
.btn a:link,.btn a:visited{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 35px;
		background-color: #f44761;
		}
		
.btn a:hover,.btn a:active{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 35px;
		background-color: #d900a6;
		}
.btn:hover {
		transform : scale(1.03);
	}

.p1{ top: 390px;
    left: 745px;
	z-index: 99;position: absolute;}
.p1 a:link,.p1 a:visited{background-color: #ff3f69;}
.p1 a:hover,.p1 a:active{background-color: #ff3f69;}


.p2{top: 780px;left: 670px;z-index: 99;position: absolute;}
.p2 a:link,.p2 a:visited{background-color: #000;}
.p2 a:hover,.p2 a:active{background-color: #ff3f69;}

.p3{bottom: 98px;left: 685px;z-index: 99;position: absolute;width: 286px}
.p3 a:link,.p3 a:visited{background-color: #000;}
.p3 a:hover,.p3 a:active{background-color: #ff3f69;}


.p4{top: 342px;left: 685px;z-index: 99;position: absolute;}
.p4 a:link,.p4 a:visited{background-color: #000;}
.p4 a:hover,.p4 a:active{background-color: #ff3f69;}


.p5{top: 393px;
    left: 628px;
    z-index: 998;
    position: absolute;
    width: 288px;
	height:50px;line-height: 50px}
.p5 a:link,.p5 a:visited{background-color: #000;}
.p5 a:hover,.p5 a:active{background-color: #222;}

.p6{top: 1016px;left: 586px;z-index: 99;position: absolute;
	width:366px;height:70px;line-height: 70px; border-radius: 16px;
}
.p6 a:link,.p6 a:visited{background-color: #d900a6;border-radius: 16px;}
.p6 a:hover,.p6 a:active{background-color: #ff3f69;border-radius: 16px;}




#p1{position: absolute; top:390px;left:140px}
#p2{position: absolute; top:390px;right:140px}
#p7{position: absolute; top:720px;right:370px}

.btn_go{
	z-index:999}


.clean{ clear:both}

#v2{
	position:absolute;
	top:0px;
	left:0px;}
#v1{
	position:absolute;
	top:270px;
	left:95px}
	
#books{
	width:1023px;
	height:220px;
	position:absolute;
	top:115px; left:17px
	}
	
#myDiv {
  width: 1023px;
  overflow: hidden;
  padding-bottom:12px;
  background-color:#fdeec4;
  
}
#myDiv img {
  width: 155px;
  margin: 0px 8px;
}
	
.bg1{
	background-image: url(../images/index_pc_06.gif);
	width:1060px;
	height:400px;}
	
.book2{display: inline-block;}
.book2box{text-align: center;position: absolute; top: 505px;left: 55px}


.book4{width: 166px; height: 245px;position: absolute}
#p3{top:170px; left:70px}
#p4{top:170px; left:570px}
#p5{top:457px; left:330px}
#p6{top:457px; left:828px}

.btn-more{
	width: 125px; height:40px;
	position: absolute;
	right: 20px;
	z-index: 888;
	transition : 0.5s;
}
.btn-more:hover{transform:scale(1.07,1.07);}


#number2{width: 120px; height: 30px; line-height: 30px; font-size: 27px;font-family:  'sans-serif',Helvetica, Arial, ;color: #fb3b42;position: absolute;top:183px ;left: 777px;}





.bookcover1{ width:178px; height:263px; position:relative;display: inline-block;border:#f00 0px solid; margin: 5px}

.bookcover1 img{
    margin-bottom: 10px;margin-left: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px; border:1px #ccc solid;
}



.clear{clear: both;}

/*** 動畫 ***/	
.bookcover5,.book2,.book4{
transform-style:preserve-3d;
transition:0.2s linear;}
.bookcover5:hover ,.book2:hover,.book4:hover {
transform:translateY(-6px);}


.swipe-pc{max-width:990px;margin: 0 auto; }


/*swiper*/
.swiperbox1 {
  width: 88%;
  padding: 30px 0 40px 0;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
}

.swiperbox2 {
   width: 88%;
  padding: 20px 0 40px 0;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto 20px auto;
}

 /* 輪播 */
.bookbox_pic_block {
 width: 206px !important;
   height: auto;
  line-height: 0;
  box-sizing: border-box;
}

.bookbox_pic_block img{
  width: 100%;
	height: auto;
  
}

.class_pic_block {
  width: 350px;
   height: auto;
  line-height: 0;
  box-sizing: border-box;
}

.class_pic_block img{
  width: 100%;
	height: auto;
  
}



.master_pic_block {
  width: 225px;
  height: 380px;
  line-height: 0;
  box-sizing: border-box;
}

.master_pic_block img{
  width: 100%;
	height: auto;
	border-radius: 15px;
  
}



.h-20{padding-top: 20px}

.swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden; 
}

.swiper-slide {
  font-size: 18px;
 width: 206px !important;
 height: auto;
  border-radius: 5px;
  text-align: left;
  background-repeat: no-repeat;

  border: 0px solid #eed6ca;
  display: block;
  overflow: hidden;
}

.slide2 {
  
 width: 370px !important;

}



.class-prev,
.master-prev,
.magazine-prev{
  position: absolute;
  top: 45%;
  left: 10px !important;
  width: 32px !important;
  height: 32px !important;
  box-shadow: 0px 1px 2px #777;
  border-radius: 50%;
  z-index: 10;
  background-color: #c1f3ff;
}

.class-prev::before,
.master-prev::before,
.magazine-prev::before{
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 11px;
  left: 13px;
  background: transparent;
  border-bottom: 2px solid #2b8fcf;
  border-left: 2px solid #2b8fcf;
  transform: rotate(45deg);
}

.class-prev:hover,
.master-prev:hover,
.magazine-prev:hover{
  background-color: #2b8fcf;
}

.class-prev:hover::before,
.master-prev:hover::before,
.magazine-prev:hover::before{
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.class-next,
.master-next,
.magazine-next {
  position: absolute;
  top: 45%;
  right: 10px !important;
  width: 32px !important;
  height: 32px !important;
  box-shadow: 0px 1px 2px #777;
  border-radius: 50%;
  z-index: 10;
  background-color: #c1f3ff;
}

.class-next::before,
.master-next::before,
.magazine-next::before{
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 11px;
  right: 13px;
  background: transparent;
  border-bottom: 2px solid #2b8fcf;
  border-left: 2px solid #2b8fcf;
  transform: rotate(-135deg);
}

.class-next:hover,
.master-next:hover,
.magazine-next:hover{
  background-color: #2b8fcf;
}

.class-next:hover::before,
.master-next:hover::before,
.magazine-next:hover::before {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

.master-pagination {
  text-align: center;
  margin: 8px 0 0 0;
}

.magazine-swiper-pagination {
  text-align: center;
  margin: 8px 0 0 0;
}

/*倒數計時*/

.date{max-width: 295px;float:left;margin-right: 10px;}	

.date span{font-size: 0.8em}

.countdown-container {
  font-size: 1.4rem;
  color: #ff3f69;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.label {
  font-weight: bold;
}

.block {
  background: #ff3f69;
  color: white;
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 1.5rem;
  font-weight: 500;
  min-width: 48px;
  text-align: center;
}



/*** 書籍資訊 一排5本 ***/	

.price{ font-size:15px; color:#333; margin-top:8px;  line-height:20px;border: 0px solid #999;text-align: left}
.price span{ color:#ff0000; font-size:24px; font-family:  'sans-serif',Helvetica, Arial, ; }

.bookbox5{ width:940px; height:450px; margin:0 auto; border:#999 0px solid;}

.bookcover5{ width:180px; height:263px; position:relative;display: inline-block;border:#f00 0px solid; margin:10px 2px 2px}

.bookcover5 img{
    margin-bottom: 10px;margin-left: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px; border:0px #ddd solid;
}

.bookdate5{
    width: 180px;
    height: 80px;
   
    position: absolute;
    top: 265px;
    left: 0px; border: 0px solid #999;text-align: center;
}

.bookname5{ width:165px; height:65px;font-size:18px; color:#333; line-height:22px;font-family:Arial, Helvetica, sans-serif;-webkit-box-orient: vertical;
  -webkit-line-clamp: 3;display: -webkit-box;overflow: hidden;}

.bookname5 a:link, .bookname5 a:visited{text-decoration:none;color:#333;}
.bookname5 a:hover, .bookname5 a:active{text-decoration:underline;color:#333;}

.bookname5 span{font-size:14px;}

.car-btn{width:150px;
		height:32px;
		font-size: 16px;
		line-height: 32px;
		text-align: center;
		border-radius: 24px;
		margin: 10px;
		}
		
.car-btn a:link,.car-btn a:visited{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 24px;
		background-color: #fff;
		border: 1px #fff solid
		}
		
.car-btn a:hover,.car-btn a:active{
		width:100%;
		height:100%;
		color: #fff;
		display:block;
		border-radius: 24px;
		background-color: #333;
		border: 1px #fff solid
		}




/*** 注意事項***/
.notice2{
	 padding:5px 30px 50px 50px;
	 margin:0px auto;
	 width:auto;
	 }	 
.notice2 ol ul{
	width:auto;	
	font-size: 16px;
	line-height: 24px;
	margin:0 auto;
	padding-left:25px;
	}
	
.notice2 li{
	
	margin-bottom:0px;
	color:#333;
	text-align: justify;
	line-height: 24px;
	letter-spacing:1px;
	}



.notice2 span { color:#333;text-decoration:underline;}
.notice2 a:link,
.notice2 a:visited,
.notice2 a:hover,
.notice2 a:active{
	text-decoration:underline;
	color:#333}
	
.notice2 span a:link,
.notice2 span a:visited,
.notice2 span a:hover,
.notice2 span a:active{
	text-decoration:underline;
	color:#333}
	
.notice2 h1{color: #222; font-size: 1.3em;
	line-height:30px; padding-bottom:6px;margin-left:-30px; text-align: left;
	}
.notice2 h1 span{text-decoration: underline;}


.notice2 h1:before{
	color: #333;
	content: '';}

/*** 活動頁分享按鈕 stert***/
.resp-sharing-button {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 22px;
  transition: 25ms ease-out;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Solid icons get a fill */

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}


.i-amphtml-element:focus {
  outline: none !important;
  outline-offset: 0;
}


.hamibook_event_share_btn {
  width: 60px;
  display: flex;
  justify-content: space-between;
  margin: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

/*** 活動頁分享按鈕 end***/