@charset "utf-8";
/* a:hover{ opacity:0.9;} *//*滑鼠滑入半透明*/

.pcNo{ display: block;}
.mNo{ display: none;}

.txtGreen{ color: #242021;}
.txtDeepRed{ color: #242021;}


/*--header--------------------------------*/
.headerBox{ overflow: hidden; position: relative; margin-top: 0px;  background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_03.png); background-size: cover; /*background-color: #7a8996;*/}
.headerBox img{ display: block; width: 100%;}
.headerH{ width: 100%;}

.headerPicFull{ position: absolute; top: 0; left: 0; width: 100%;}
.headerPicHalf{ position: absolute; top: 0; width: 50%;}
.headerPicHalf.left{ left: 0;}
.headerPicHalf.right{ right: 0;}
.headerPic{ position: absolute;}

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;}

.header2m{ position: absolute; z-index: 2; top: 90%; left: 5%; width: 50%; display: block;}
.header1m{ position: absolute; z-index: 2; top: 2%; left: 0%; width: 100%; display: block;}

/*bg-----------------------------------------*/
.areaBg0{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_01m.png);}
.areaBg1{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_01m.png);}
.areaBg2{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_02m.png);}
.areaBg3{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_03m.png);}
.areaBg4{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_04m.png);}
.areaBg5{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_05m.png);}
.areaBg6{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_06m.png);}
.areaBg7{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_07m.png);}
.areaBg8{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_08m.png);}

/*--contain-----------------------------------------*/
.areaWidth1{ position: relative; width: 100%; padding: 50px 0% 0px 0%; margin-top: 0px; margin-bottom: 0px; }
.areaWidth2{ position: relative; width: 100%; padding: 0px 0% 50px 0%; margin-top: 0px; margin-bottom: 0px; }
.areaWidth3{ position: relative; width: 100%; padding: 50px 0% 0px 0%; margin-top: 0px; margin-bottom: 0px; }
.areaWidth4{ position: relative; width: 100%; padding: 50px 0% 0px 0%; margin-top: 0px; margin-bottom: 0px; }
.areaWidth5{ position: relative; width: 100%; padding: 0px 0% 50px 0%; margin-top: 0px; margin-bottom: 0px; }
.areaWidth6{ position: relative; width: 100%; padding: 0px 0% 0px 0%; margin-top: 0px; margin-bottom: 0px; }
.areaWidth7{ position: relative; width: 100%; padding: 0px 0% 0px 0%; margin-top: 0px; margin-bottom: 0px; }
.areaWidth8{ position: relative; width: 100%; padding: 0px 0% 0px 0%; margin-top: 0px; margin-bottom: 0px; }

/*--測驗前言-----------------------------------------*/
.gameInfo img{ display: block; width: 100%;}
.gameInfo{ width: 80%; margin: 15px auto 25px auto;}
.gameSay{}
.gameGiftList{}
.gameGiftList > li{ margin-top: 10px;}

/*開始測驗按鈕動畫*/
.gameStart{ animation: scaleInOut 0.8s infinite;}
@keyframes scaleInOut{ 0% { transform: scale(1);} 50% { transform: scale(0.9);} 100% { transform: scale(1);} }

/*活動說明-----------------------------------------*/
.noticeBox{ width: 100%; margin: 0 auto 0 auto;}/*20240704因為活動說明也分開自己一塊,所以移除margin-top,不然會多一塊空白間距*/
.noticeBox h4{ margin: 0px 0% 10px 0%; font-size: 2.5rem; color: #444444; font-weight: bold; text-align: left;}
.noticeList{ padding: 25px 10% 45px 16%; font-size: 1.4rem; font-weight: bold; color: #444444;  border-radius: 0px;}
.noticeList > li{ list-style: disc; margin-bottom: 10px; line-height: 1.3;}
.noticeList > li:last-child{ margin-bottom: 0;}

.highlight {
  color: #7b41c4; /* 顏色 */
  font-weight: bold; /* 可選：讓文字加粗 */
}	
.highlight2 {
  color: #7b41c4; /* 顏色 */
  font-weight: bold; /* 可選：讓文字加粗 */
}

/*--固定盒子-----------------------------------------*/
.fixedBox{ overflow: hidden; position: relative; margin-top: 0px;  background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_01.png); background-size: cover; /*background-color: #7a8996;*/}
.fixedBox img{ display: block; width: 100%;}
.fixedH{ width: 100%;}

/*--固定盒子：定位--*/
.fixed1{ position: absolute; top: 14%; left: 14%; width: 63%; cursor: pointer;/*滑鼠滑入變手指*/}
.fixed1m{ position: absolute; top: 59%; left: 18%; width: 56%; cursor: pointer;}
.fixed2{ position: absolute; top: 26%; left: 62.6%; width: 12.5%; cursor: pointer;}
.fixed2m{ position: absolute; top: 51%; left: 50%; width: 38%; cursor: pointer;}

/*--area1--------------------------------*/
.title1{ width: 0%; margin: 0 auto; padding: 0px 0 0px 0px; position: relative;display: none;}
.title1m{ width: 80%; margin: 0 auto; padding: 0px 1% 0px 1%; position: relative;display: block;}

.book1{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 0% 0px 0%; margin-top: 0px; display: flex;}
.book1 li{ width: 80%; padding: 0px 0% 0px 0%; display: block;}

/*--area2--------------------------------*/
.title2{ width: 0%; margin: 0 auto; padding: 0px 0 0px 0px; position: relative;display: none;}
.title2m{ width: 90%; margin: 0 auto; padding: 50px 1% 0px 1%; position: relative;display: block;}

.book2{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 10% 50px 10%; margin-top: 0px; display: flex;}
.book2 li{ width: 80%; padding: 20px 0% 0px 0%; display: block;}

/*--area3--------------------------------*/
.book3{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 0px 1%; margin-top: 0px; display: none;}
.book3 li{ width: 50%; padding: 0px 0% 0px 0%; display: none;}
.book3m{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 0px 1%; margin-top: 0px; display: flex;}
.book3m li{ width: 40%; padding: 0px 0% 0px 0%; display: block;}

.book31{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 0px 1%; margin-top: 0px; display: none;}
.book31 li{ width: 50%; padding: 0px 0% 0px 0%; display: none;}
.book31m{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 0px 1%; margin-top: 0px; display: flex;}
.book31m li{ width: 80%; padding: 0px 0% 0px 0%; display: block;}

.more3{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 0px 1%; margin-top: 0px; display: none;}
.more3 li{ width: 50%; padding: 0px 0% 0px 0%; display: none;}
.more3m{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 0px 1%; margin-top:  -3%; display: flex;}
.more3m li{ width: 90%; padding: 0px 0% 0px 0%; display: block;}

.more31{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 0px 1%; margin-top: 0px; display: none;}
.more31 li{ width: 50%; padding: 0px 0% 0px 0%; display: none;}
.more31m{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 7% 0px 7%; margin-top: -8%; display: flex;}
.more31m li{ width: 25%; padding: 0px 0% 0px 0%; display: block;}

.more32{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 0px 1%; margin-top: 0px; display: none;}
.more32 li{ width: 50%; padding: 0px 0% 0px 0%; display: none;}
.more32m{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 30px 3%; margin-top: -9%; display: flex;}
.more32m li{ width: 70%; padding: 0px 0% 0px 0%; display: block;}

/*--area4--------------------------------*/
.group4{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 0px 1%; margin-top: 0px; display: none;}
.group4 li{ width: 50%; padding: 0px 0% 0px 0%; display: none;}
.group4m{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 0px 1%; margin-top: 0px; display: flex;}
.group4m li{ width: 50%; padding: 0px 0% 0px 0%; display: block;}

.book4{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 0px 1%; margin-top: 0px; display: none;}
.book4 li{ width: 50%; padding: 0px 0% 0px 0%; display: none;}
.book4m{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 0px 1%; margin-top: 0px; display: flex;}
.book4m li{ width: 80%; padding: 0px 0% 0px 0%; display: block;}

.book41{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 0px 1%; margin-top: 0px; display: none;}
.book41 li{ width: 50%; padding: 0px 0% 0px 0%; display: none;}
.book41m{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 0px 1% 0px 1%; margin-top: 0px; display: flex;}
.book41m li{ width: 40%; padding: 0px 0% 0px 0%; display: block;}

.more4{ width: 70%; margin: 0 auto; padding: 0px 1% 30px 1%; position: relative; display: block;}

/*--area7--------------------------------*/
.book7{flex-wrap: wrap; justify-content: center; /* 子元素水平置中 */ padding: 50px 8% 50px 8%; margin-top: 0px; display: flex;}
.book7 li{ width: 50%; padding: 0px 0% 0px 0%; display: block;}

/*--area8--------------------------------*/
.title8{ width: 80%; margin: 0 auto; padding: 50px 1% 50px 1%; position: relative;display: block;}

/*--swiper-----------------------------------------*/
.swiper_title1{ width: 60%; margin: 0 auto; padding: 0px 0% 20px 0%; position: relative; justify-content: center;/*水平置中*/ align-items: center;/*垂直置中*/ display: block;}

/*--tag樣式--*/
.swiperTag{ display: table; /*margin-top: 20px;*/}
.swiperTag .swiper-wrapper{ display: inline-block;}
.swiperTag .swiper-slide{ float: left; width: 70px !important; margin-bottom: 10px; /*padding: 10px 0; border: #fff 2px solid;*//*移除間距+外框*/  font-size: 1.4rem; color: #fff; font-weight: bold; text-align: center; border-radius: 3px; cursor: pointer;}

/*點擊後的頁籤樣式*/
/*--.swiper-slide-thumb-active{ background-color: #e35674 !important; color: #e35674 !important; border: 4px solid #e35674 !important;}--*/

/*點擊後的頁籤樣式-換圖版本*/
/* 預設圖片 */
.mySwiper.swiperTag .swiper-slide:nth-child(1) img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group4_1.png'); }
.mySwiper.swiperTag .swiper-slide:nth-child(2) img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group4_2.png'); }
.mySwiper.swiperTag .swiper-slide:nth-child(3) img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group4_3.png'); }
.mySwiper.swiperTag .swiper-slide:nth-child(4) img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group4_4.png'); }
/* Active 狀態的圖片 */
.mySwiper.swiperTag .swiper-slide:nth-child(1).swiper-slide-thumb-active img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group4_1b.png'); }
.mySwiper.swiperTag .swiper-slide:nth-child(2).swiper-slide-thumb-active img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group4_2b.png'); }
.mySwiper.swiperTag .swiper-slide:nth-child(3).swiper-slide-thumb-active img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group4_3b.png'); }
.mySwiper.swiperTag .swiper-slide:nth-child(4).swiper-slide-thumb-active img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group4_4b.png'); }

/* 預設圖片 */
.mySwiper3.swiperTag .swiper-slide:nth-child(1) img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group5_1.png'); }
.mySwiper3.swiperTag .swiper-slide:nth-child(2) img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group5_2.png'); }
/* Active 狀態的圖片 */
.mySwiper3.swiperTag .swiper-slide:nth-child(1).swiper-slide-thumb-active img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group5_1b.png'); }
.mySwiper3.swiperTag .swiper-slide:nth-child(2).swiper-slide-thumb-active img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group5_2b.png'); }

/* 預設圖片 */
.mySwiper5.swiperTag .swiper-slide:nth-child(1) img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group6_1.png'); }
.mySwiper5.swiperTag .swiper-slide:nth-child(2) img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group6_2.png'); }
.mySwiper5.swiperTag .swiper-slide:nth-child(3) img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group6_3.png'); }
/* Active 狀態的圖片 */
.mySwiper5.swiperTag .swiper-slide:nth-child(1).swiper-slide-thumb-active img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group6_1b.png'); }
.mySwiper5.swiperTag .swiper-slide:nth-child(2).swiper-slide-thumb-active img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group6_2b.png'); }
.mySwiper5.swiperTag .swiper-slide:nth-child(3).swiper-slide-thumb-active img { content: url('https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/group6_3b.png'); }

/*移除swiper預設箭頭*/
.swiperVendor{ padding-bottom: 20px;}
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after, .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after{ content: none;}
.swiperVendor .swiper-button-next, .swiperVendor .swiper-button-prev{ width: 80px; height: 50px; border: #000 4px solid; background-color: rgba(255,255,255,0.8); border-radius: 5px;}
.swiperVendor .swiper-button-next{ top: 94%; left: 95px; right: inherit;}
.swiperVendor .swiper-button-prev{ top: 94%; left: 0; right: inherit;}
.swiperVendor .swiper-button-next img, .swiperVendor .swiper-button-prev img { height: 82%;}

/*--767up(Pc)------------------------*/
@media screen and (min-width:767px) {
    .FOOTER_BG{ padding-bottom: 20px !important;}
    .pcNo{ display: none;}
    .mNo{ display: block;}
	
    header{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250101_yuri/images/bg_header.jpg); background-position: top center; background-size: cover; background-attachment: fixed;}
    .bgHeaderBao{ display: block;}
	.header1{ position: absolute; top: 1.2%; left: 8.2%; width: 50% !important; display: block; z-index: 1;}
	.header2{ position: absolute; top: 39%; left: 53%; width: 45% !important; display: block; z-index: 1;}
	.header3{ position: absolute; top: 24%; left: 55%; width: 45% !important; display: block; z-index: 1;}
	.header4{ position: absolute; top: 6%; left: 37%; width: 53% !important; display: block; z-index: 1;}
	.header5{ position: absolute; top: 30%; left: 5%; width: 23% !important; display: block; z-index: 1;}
	
	.headerPic{ position: absolute; top:0%; left:0; right: 0%; margin: 0 auto;}	
    .headerTitle{ width: 0%; }
    .headerBao{ top: 0%; left: 0%; width: 0%;}
	.headerGiftBao,.bgHeaderM{ display: none;}

    .areaBox{ overflow: hidden; padding: 0; background-attachment: fixed;}	
	
    /*bg-----------------------------------------*/
	.areaBg0{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_01.png);}
    .areaBg1{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_01.png); background-size: cover;}
    .areaBg2{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_02.png); background-size: cover;}
	.areaBg3{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_03.png); background-size: cover;}
	.areaBg4{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_04.png); background-size: cover;}
    .areaBg5{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_05.png); background-size: cover;}
	.areaBg6{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_06.png); background-size: cover;}
	.areaBg7{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_07.png); background-size: cover;}
	.areaBg8{ background-image: url(https://cp-img.bookwalker.com.tw/event/2025/20250820_origin/images/bg_08.png); background-size: cover;}
	
    /*--contain-----------------------------------------*/
    .areaWidth{ max-width: 1023px; padding-top: 0;}
	.areaWidth1{ max-width: 1100px;  margin: 0 auto; padding: 100px 0% 0px 0%; margin-top: 0px; margin-bottom: 0px; }
    .areaWidth2{ max-width: 1000px;  margin: 0 auto; padding: 100px 0% 150px 0%; margin-top: 0px; margin-bottom: 0px; }
	.areaWidth3{ max-width: 1000px;  margin: 0 auto; padding: 100px 0% 150px 0%; margin-top: 0px; margin-bottom: 0px; }
	.areaWidth4{ max-width: 1000px;  margin: 0 auto; padding: 100px 0% 100px 0%; margin-top: 0px; margin-bottom: 0px; }
	.areaWidth5{ max-width: 1000px;  margin: 0 auto; padding: 100px 0% 100px 0%; margin-top: 0px; margin-bottom: 0px; }
	.areaWidth6{ max-width: 1200px;  margin: 0 auto; padding: 100px 0% 100px 0%; margin-top: 0px; margin-bottom: 0px; }
	.areaWidth7{ max-width: 1200px;  margin: 0 auto; padding: 100px 0% 100px 0%; margin-top: 0px; margin-bottom: 0px; }
	.areaWidth8{ max-width: 1200px;  margin: 0 auto; padding: 100px 0% 100px 0%; margin-top: 0px; margin-bottom: 0px; }
	
    .mainTitle{ width: 56%;}
    .mainTitle2{ width: 75%; max-width: 1000px;}

    /*活動說明-----------------------------------------*/
    .noticeBox{ max-width: 80%;}/*20240704因為活動說明也分開自己一塊,所以移除margin-top,不然會多一塊空白間距*/
    .noticeBox h4{ margin-left: 0%; }
    .noticeList{ padding: 100px 8% 100px 19%; font-size: 1.5rem; border-width: 3px;}
	
    /*--area1--------------------------------*/
	.title1{ width: 100%; padding: 0px 0px 0px 0px; display: block;}
	.title1m{ width: 0%; padding: 0px 0px 0px 0px; display: none;}
	
	.book1{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: flex;}
    .book1 li{ width: 50%; padding: 0px 0px 0px 0px; display: block;}
	
    /*--area2--------------------------------*/
	.title2{ width: 100%; padding: 50px 0px 20px 0px; display: block;}
	.title2m{ width: 0%; padding: 0px 0px 0px 0px; display: none;}
	
	.book2{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: flex;}
    .book2 li{ width: 80%; padding: 0px 0px 0px 0px; display: block;}
	
	.title22{ width: 80%; padding: 50px 0px 0px 0px; display: block;}
	.title22m{ width: 0%; padding: 0px 0px 0px 0px; display: none;}
	
	.book22{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: flex;}
    .book22 li{ width: 25%; padding: 0px 0px 0px 0px; display: block;}
	
	/*--area3--------------------------------*/
	.book3{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: flex;}
    .book3 li{ width: 33%; padding: 0px 0px 0px 0px; display: block;}
	.book3m{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: none;}
    .book3m li{ width: 33%; padding: 0px 0px 0px 0px; display: none;}
	
    .bookStyle3{ display: flex; gap: 10px;}/*間距固定10px,也可以設%*/
    .bookStyle3 li{ flex: 1;}
    .bookStyle3 li:nth-child(1){ flex: 1.5;}/*第一本比較大(可以是小數點,也可以整數)*/
	
	.book31{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: flex;}
    .book31 li{ width: 33%; padding: 0px 0px 0px 0px; display: block;}
	.book31m{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: none;}
    .book31m li{ width: 33%; padding: 0px 0px 0px 0px; display: none;}
	
	.more3{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: flex;}
    .more3 li{ width: 33%; padding: 0px 0px 0px 0px; display: block;}
	.more3m{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: none;}
    .more3m li{ width: 33%; padding: 0px 0px 0px 0px; display: none;}
	
	.more31{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: flex;}
    .more31 li{ width: 33%; padding: 0px 0px 0px 0px; display: block;}
	.more31m{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: none;}
    .more31m li{ width: 33%; padding: 0px 0px 0px 0px; display: none;}
	
	.more32{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: flex;}
    .more32 li{ width: 33%; padding: 0px 0px 0px 0px; display: block;}
	.more32m{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: none;}
    .more32m li{ width: 33%; padding: 0px 0px 0px 0px; display: none;}
	
    .moreStyle3{ display: flex; gap: 10px;}/*間距固定10px,也可以設%*/
    .moreStyle3 li{ flex: 1;}
    .moreStyle3 li:nth-child(1){ flex: 6;}/*第一本比較大(可以是小數點,也可以整數)*/
	.moreStyle3 li:nth-child(2){ flex: 4;}/*第一本比較大(可以是小數點,也可以整數)*/

	/*--area4--------------------------------*/
	.group4{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: flex;}
    .group4 li{ width: 16%; padding: 0px 0px 0px 0px; display: block;}
	.group4m{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: none;}
    .group4m li{ width: 0%; padding: 0px 0px 0px 0px; display: none;}
	
	.book4{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: flex;}
    .book4 li{ width: 33%; padding: 0px 0px 0px 0px; display: block;}
	.book4m{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: none;}
    .book4m li{ width: 0%; padding: 0px 0px 0px 0px; display: none;}
	
    .bookStyle4{ display: flex; gap: 10px;}/*間距固定10px,也可以設%*/
    .bookStyle4 li{ flex: 1;}
    .bookStyle4 li:nth-child(1){ flex: 1.5;}/*第一本比較大(可以是小數點,也可以整數)*/
	
	.book41{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 50px; border-radius: 10px; display: flex;}
    .book41 li{ width: 33%; padding: 0px 0px 0px 0px; display: block;}
	.book41m{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 50px; border-radius: 10px; display: none;}
    .book41m li{ width: 0%; padding: 0px 0px 0px 0px; display: none;}
	
	.more4{ width: 30%; padding: 0px 0px 0px 0%; margin-top: 0px; display: block;}
	
	/*--area7--------------------------------*/
	.book7{ flex-wrap: wrap; justify-content: center; padding: 0px 0px 0px 0px; margin-top: 0px; border-radius: 10px; display: flex;}
    .book7 li{ width: 25%; padding: 0px 0px 0px 0px; display: block;}
	
	/*--area8--------------------------------*/
	.title8{ width: 70%; padding: 50px 0px 20px 0px; display: block;}
	
    /*--swiper-----------------------------------------*/
	.swiper_title1{ width: 40%; padding: 0px 0px 20px 0px; justify-content: center;/*水平置中*/ align-items: center;/*垂直置中*/ display: block;}	
	
    /*--tag樣式--*/
    .swiperTag{ /*margin-top: 30px;*/}
    .swiperTag .swiper-slide{ width: 120px !important; margin-bottom: 0; /*padding: 8px 0; background-color: rgba(141,141,141,0.28); border: #fff 3px solid;*//*移除間距+外框+底色*/  font-size: 1.6rem;}
    /*.tabBox > li:nth-child(1){ width: 22%;} tag的標題大小*/
	
    /*移除swiper預設箭頭*/
    .swiperVendor{ padding-bottom: 0;}
    .swiperVendor .swiper-button-next, .swiperVendor .swiper-button-prev{ width: 3.5%; height: inherit; border: 0; background-color: transparent; border-radius: 0;}
    .swiperVendor .swiper-button-next{ top: var(--swiper-navigation-top-offset,50%); left: inherit; right: 0;}
    .swiperVendor .swiper-button-prev{ top: var(--swiper-navigation-top-offset,50%); left: 0; right: inherit;}
    .swiperVendor .swiper-button-next img, .swiperVendor .swiper-button-prev img { height: inherit;}
   
	/*--滑鼠滑入效果(縮小)--------------------------------*/
    .hover1 li a{ display: block; transition: 0.4s;}
    .hover1 li a:hover{ transform: scale(0.9);}/*滑入縮小*/

	.hover1 a{ display: block; transition: 0.4s;}
    .hover1 a:hover{ transform: scale(0.9);}/*滑入縮小*/
	
	/*--滑鼠滑入效果(變淡)--------------------------------*/
	.hover2 li a:hover img{filter:alpha(Opacity=30);-moz-opacity:0.3;opacity: 0.3;}	
    /*sweetAlert*/

}

/*--768-1023(Pad)------------------------*/
@media screen and (min-width:768px) and (max-width:1023px) { 
    .bgDeco1,.bgDeco2,.bgDeco3{ background-attachment: inherit;}

}

/*--320以下小手機------------------------*/
@media screen and (max-width:320px) {

}


