@charset "utf-8";
html{ font-size: 62.5%;} 
body{ font: 62.5% 微軟正黑體,新細明體,"Century Gothic",Arial,sans-serif; line-height: 1;}

/*--header--------------------------------*/
header{ margin-top: 0px; position: relative; overflow: hidden;}
.bgHeaderBao{ display: none;}
.headerPic{ position: absolute; top: 0; left: 0; right: 100; margin: 0 auto;}
.headerTitle{ top: 0; width: 100%;}
.headerBao{ top: 34%; left: 10%; width: 45%;}
.header1{ display: none;}
.header2{ display: none;}
.header3{ display: none;}
.header4{ display: none;}
.header5{ display: none;}
.headerGiftBao{ top: 70%; right: 45%; width: 40%;}
.bgHeaderM{ display: block;}

/*--video--------------------------------*/
.videoBox{ margin: 0 auto; padding: 3% 0; }
.video{ width:80%; margin:0 auto; position:relative; top: 0px; }
.aVideo{ width:100%; height:0; padding:0 0 56.25% 0; position:relative;}
.aVideo iframe{ width:100%; height:100%; position:absolute; left:0; top:0;}

.videoTicket{ max-width: 400px; margin: 0 auto; padding-top: 0px; padding-bottom: 0px; display: block;}
.videoTicketBtn{ display: block; width: 80%; margin: 0 auto;}

/*--content--------------------------------*/
.areaBox{ padding: 10px 0; background-position: top center; background-size: cover;}
.areaWidth{ padding: 0 3%;}
.mainTitle1{ width: 80%; margin: 0 auto; padding: 30px 0 20px 20px; position: relative; z-index: 1; display: none;}
.mainTitle1m{ width: 90%; margin: 0 auto; padding: 50px 0 0px 0px; position: relative; z-index: 1; display: block;}
.mainTitle11{ width: 80%; margin: 0 auto; padding: 30px 0 20px 20px; position: relative; z-index: 1; display: none;}
.mainTitle11m{ width: 100%; margin: 0 auto; padding: 0px 0 0px 0px; position: relative; z-index: 1; display: block;}

.mainTitle2{ width: 80%; margin: 0 auto; padding: 30px 0 20px 20px; position: relative; z-index: 1; display: none;}
.mainTitle2m{ width: 100%; margin: 0 auto; padding: 30px 0 0px 0px; position: relative; z-index: 1; display: block;}

.mainTitle_book{ width: 80%; margin: 0 auto; padding: 30px 0 20px 20px; position: relative; z-index: 1; display: none;}
.mainTitle_bookm{ width: 50%; margin: 0 auto; padding: 0px 0 0px 0px; position: relative; z-index: 1; display: block;}

.mainTitle3{ width: 80%; margin: 0 auto; padding: 30px 0 20px 20px; position: relative; z-index: 1; display: none;}
.mainTitle3m{ width: 100%; margin: 0 auto; padding: 50px 0 0px 0px; position: relative; z-index: 1; display: block;}

/*--area1--------------------------------*/
.areaBg1{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_01m.png);}
.areaBg2{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_02m.png);}
.areaBg3{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_03m.png);}
.areaBg4{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_04m.png);}
.areaBg5{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_05m.png);}
.areaBg6{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_06m.png);}
.areaBg7{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_07m.png);}
.areaBg8{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_08m.png);}

.hotBooks1{ display: flex; flex-wrap: wrap; justify-content: center; padding: 50px 1% 50px 1%; margin-top: 0px; border-radius: 10px}
.hotBooks1 li{ width: 40%; margin-bottom: 0px}
.hotBooks11{ display: flex; flex-wrap: wrap; justify-content: center; padding: 50px 1% -50px 1%; margin-top: 0px; border-radius: 10px}
.hotBooks11 li{ width: 40%; margin-bottom: 0px}
.hotBooksMore1{ width: 70%; margin: 0 auto; padding: 30px 0 100px 0px; position: relative; z-index: 14}

.hotBooks2{ display: flex; flex-wrap: wrap; justify-content: center; padding: 0px 1% 50px 1%; margin-top: 0px; border-radius: 10px}
.hotBooks2 li{ width: 30%; margin-bottom: 0px}
.hotBooksMore2{ width: 70%; margin: 0 auto; padding: 30px 0 80px 0px; position: relative; z-index: 14}

.hotBooks3{ display: flex; flex-wrap: wrap; justify-content: center; padding: 50px 1% -500px 1%; margin-top: 0px; border-radius: 10px}
.hotBooks3 li{ width: 40%; margin-bottom: 0px}
.hotBooksMore3{ width: 70%; margin: 0 auto; padding: 30px 0 80px 0px; position: relative; z-index: 14}

/*--fixedBtnBox-----------------------------------------*/
.fixedBtnBox{ position: fixed; bottom: 0; left: 50px; z-index: 101; transform: translateX(-200%); transition: transform 0.8s;}
.fixedBtnBoxShow{ transform: translateX(0); transition: transform 0.8s;}
.fixedBtnBox li{ overflow: hidden; margin-bottom: 5px;}
.sideBtn, .sideInfo{ float: left; height: 0px;}
.sideBtn img, .sideInfo img{ height: 100%;}
.sideBtn{ cursor: pointer; position: relative; z-index: 1;}
.sideInfo{ transform:translateX(calc(-100% - 40px));}
.open{ animation:sideBtn 0.5s forwards;}

@keyframes sideBtn{ from {transform:translateX(calc(-100% - 40px));} to {transform:translateX(0);}}

/*--768-1023(Pad)------------------------*/
@media screen and (min-width:768px) and (max-width:1023px) {}

/*--767up(Pc)------------------------*/
@media screen and (min-width:767px) {
    header{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_header.jpg); background-position: top center; background-size: cover; background-attachment: fixed;}
    .bgHeaderBao{ display: block;}
	.headerPic{ position: absolute; top:20%; left:0; right: 40%; margin: 0 auto;}	
    .headerTitle{ width: 37%; }
    .headerBao{ top: 54%; left: 5%; width: 28%;}
    .header1{ top: 11%; right: 12%; width: 43%; display: block;}
    .header2{ top: 6%; left: 57%; width: 25%; display: block;}
    .header3{ top: 35%; left: 13%; width: 65%; display: block;}
	.header4{ top: 25%; left: 65%; width: 25%; display: block;}
	.header5{ top: 56%; left: 55%; width: 32%; display: block;}	
	.headerGiftBao,.bgHeaderM{ display: none;}
	
	/*--video--------------------------------*/
    .videoBox{ max-width: 100%; padding: 0px 0; background-size: contain; position: relative; z-index: 1; }
    .video{ width:50%; max-width: 100%; position: relative; z-index: 1; border: #C2C2C2 1px solid;}
    .videoTicketBtn{ max-width: 400px;}
	
    .videoTicket{ max-width: 500px; margin: 0 auto; padding-top: 0px; padding-bottom: 0px; display: block;}

    /*--content--------------------------------*/
    .areaBox{ overflow: hidden; padding: 0; background-attachment: fixed;}
    .areaWidth{ max-width: 1300px;  margin: 0 auto; margin-top: 0px; margin-bottom: 100px; padding-bottom: 40px;}
	.areaWidth1{ max-width: 1300px;  margin: 0 auto; margin-top: 0px; margin-bottom: 100px; padding-bottom: 40px; padding-left: 30%;}
	.areaWidth2{ max-width: 1300px;  margin: 0 auto; margin-top: 0px; margin-bottom: 100px; padding-bottom: 40px; padding-right: 35%;}
	.areaWidth3{ max-width: 1300px;  margin: 0 auto; margin-top: 0px; margin-bottom: 100px; padding-bottom: 40px; padding-left: 35%;}
	
	.mainTitle1{ width: 50%; padding: 10% 0px 0% 0px; display: block;}
	.mainTitle1m{ width: 100%; padding: 0px; display: none;}
	.mainTitle11{ width: 50%; padding: 0% 0px 0% 0px; display: block;}
	.mainTitle11m{ width: 100%; padding: 0px; display: none;}
	
	.mainTitle_book{ width: 20%; padding: 10% 0px 0% 0px; display: block;}
	.mainTitle_bookm{ width: 100%; padding: 0px; display: none;}
	
	.mainTitle2{ width: 50%; padding: 10% 0px 3% 0px; display: block;}
	.mainTitle2m{ width: 100%; padding: 0px; display: none;}
	
	.mainTitle3{ width: 40%; padding: 10% 0px 3% 0px; display: block;}
	.mainTitle3m{ width: 100%; padding: 0px; display: none;}
	
    .areaBgBao{ background-position: top center; background-repeat: no-repeat;}
	
    /*--area--------------------------------*/
    .areaBg1{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_01.png);}
	.areaBg2{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_02.png);}
	.areaBg3{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_03.png);}
	.areaBg4{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_04.png);}
	.areaBg5{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_05.png);}
	.areaBg6{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_06.png);}
	.areaBg7{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_07.png);}
	.areaBg8{ background-image: url(https://cp-img.bookwalker.com.tw/event/2021/20211012/images/bg_08.png);}

	.hotBooks1{ display: flex; flex-wrap: wrap; justify-content: center; padding: 0px 1% 0px 1%; margin-top: 0px; border-radius: 2px;}
    .hotBooks1 li{ width: 21%; padding: 0px 1% 0px 1%;}
	.hotBooks11{ display: flex; flex-wrap: wrap; justify-content: center; padding: 0px 1% 0px 1%; margin-top: 0px; border-radius: 2px;}
    .hotBooks11 li{ width: 21%; padding: 0px 1% 0px 1%;}
	.hotBooksMore1{ width: 30%; padding: 1% 0px 5% 0px;}
	
	.hotBooks2{ display: flex; flex-wrap: wrap; justify-content: center; padding: 30px 1% 0px 1%; margin-top: 0px; border-radius: 2px;}
    .hotBooks2 li{ width: 21%; padding: 0px 1% 0px 1%;}
	.hotBooksMore2{ width: 30%; padding: 1% 0px 5% 0px;}
	
	.hotBooks3{ display: flex; flex-wrap: wrap; justify-content: center; padding: 100px 1% 0px 1%; margin-top: 0px; border-radius: 2px;}
    .hotBooks3 li{ width: 21%; padding: 100px 1% 0px 1%;}
	.hotBooksMore3{ width: 30%; padding: 1% 0px 5% 0px;}
	
	/*--fixedBtnBox-----------------------------------------*/
    .fixedBtnBox{ bottom: 15%;}
    .fixedBtnBox li{ margin-bottom: 2px;}
    .sideBtn, .sideInfo{ height: 80px;}

    /*--hover animate--------------------------------*/
    @-webkit-keyframes hoverAni { from {transform:translateY(0);} to {transform:translateY(-10px);}}
    @-moz-keyframes hoverAni { from {transform:translateY(0);} to {transform:translateY(-10px);}}

    /*area1*/.hotBooks1 li:hover,.hotBooksMore:hover,
	/*area1*/.hotBooks2 li:hover,.hotBooksMore2:hover,
	/*area1*/.hotBooks3 li:hover,.hotBooksMore3:hover,
	/*area1*/.hotBooks4 li:hover,.hotBooksMore3:hover,
	/*area1*/.hotBooks42 li:hover,.hotBooksMore3:hover,	
	/*area1*/.hotBooks5 li:hover,.hotBooksMore3:hover,
	/*area1*/.hotBooks6 li:hover,.hotBooksMore3:hover,
	/*area1*/.hotBooks62 li:hover,.hotBooksMore3:hover,	
    /*area2*/.giftFbBao:hover,
    /*area3*/.bestSellerList li:hover,
    /*area4*/.popular li:hover,
    /*area5*/.brand li:hover{ animation:hoverAni 0.5s forwards;}
}
