body {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 2500px auto;

  background-color: #ffb4d9;
}

/*** 頭 header ***/

header {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.header_block {
  width: 1060px;
  height: 70px;
  padding: 10px 20px;
  margin: 0 auto;
}

.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 {
  /* 綠色(#3e62c6) . 白色(#FFFFFF) */
  color: #FFFFFF;
  /* 綠色(97,149,63,1) . 白色(97,149,63,1) */
  -webkit-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
  -moz-box-shadow: inset 0px 0px 0px 1px #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #FFFFFF;
}

.header-btn01 a:hover,
.header-btn01 a:active {
  /* 白色(#FFFFFF自訂) */
  color: #fff;
  /* 綠色(#5db307) . 白色(#FFFFFF) */
  background-color: #f4c3c3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.header-share {
  float: right;
  margin: 15px 6px 0px 20px;
}

/*** 腳 footer ***/
footer {
  width: 100%;
  font-size: 13px;
  height: 100px;
  padding: 20px 10px;
  border-top: 1px solid #d4d4d4;
  margin: 0 auto;
}

.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: #555;
  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: #333;
}

/*  hover li 樣式 - 隱藏前後  */
.footer-nav li:after {
  /* 綠色(#dddddd) . 白色(#4a4a4a自訂) */
  color: #d4d4d4;
  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: #acacac;
  text-align: center;
  margin: 0 auto;
}

/*** 內容 wrapper ***/
#wrapper {
  height: auto;
  width: 100%;
  min-width: 1060px;
  margin: 0 auto;
}

/*** 右側浮動按鈕 ***/


/*** 主視覺 ***/
.visual {
  width: 1060px;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

#visual_btn01 {
       width: 185px;
    z-index: 9999;
    position: absolute;
    top: 15px;
    left: 118px; 
    transition: 0.5s;
    animation-name: visual_btn01;
    animation-duration: 2s;
    animation: visual_btn01 .6s infinite alternate ease-in-out;

}

#visual_btn02 {
       width: 568px;
    position: absolute;
    top: 73px;
    left: 247px;
  animation-name: visual_btn02;
  animation-duration: 2s;
  animation: visual_btn02 .6s infinite alternate ease-in-out;

}

#visual_btn03 {
 width: 185px;
    position: absolute;
   top: 15px;
    left: 118px; 
  transition: 0.5s;
  animation-name: visual_btn03;
  animation-duration: 2s;
  animation: visual_btn03 .6s infinite alternate ease-in-out;
}

#visual_btn04 {
  width: 160px;
  cursor: pointer;
  position: absolute;
  top: 81px;
  right: 120px;
  transition: 0.5s;

}

#visual_btn04:hover,
#visual_btn02:hover,
#visual_btn03:hover {
  transform: scale(1.1, 1.1);
}

@keyframes visual_btn02 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(5px);
  }
}

@keyframes visual_btn03 {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(5px);
  }
}

@keyframes move1 {
  from {
    top: -100px;
  }

  to {
    top: 50px;
  }
}

.t2 {
  width: 30px;
  height: 310px;
  position: absolute;
  top: 58px;
  left: 978px;
  animation: move2;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
}

@keyframes move2 {
  from {
    top: 150px;
  }

  to {
    top: 58px;
  }
}

.vip_block_bk {
  width: 100%;
  background-color: #9a191c;
}

.vip_block {
  width: 1060px;
      height: 787px;
  padding-top: 0px;
  position: relative;
  margin: 0 auto;
}

.vip_block_bk3 {
  width: 100%;
  background-color: #bd290d;
}

.vip_block3 {
  width: 1060px;
  height: 984px;
  padding-top: 0px;
  /* background-image: url(../images/index_pc_05.gif); */
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1060px 831px;
  position: relative;
  margin: 0 auto;
}


.vip_block_bk2 {
  width: 100%;
  background-color: #ffb4d9;
}

.vip_block2 {
  /* width: 1060px; */
  height: 825px;
  padding-top: 0px;
background-image: ;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 2500px 825px;
  position: relative;
  margin: 0 auto;
}



/*** 週下載大區塊 ***/
.download_main {
  height: auto;
  width: 1060px;
  margin: 0 auto;
  height: auto;
}

/*** 書籍資訊 一排三本***/
.bookbox3 {
  width: 690px;
  height: 341px;
  margin: 0 auto;
  border: #999 0px solid;
  display: flex;
  justify-content: space-between;
}

.bookcover3 {
  width: 199px;
  height: 250px;
  position: relative;
  border: #f00 0px solid;
}

.bookcover3 img {
  margin-bottom: -68px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  /* border: 1px #ccc solid; */
}

/*** 書籍資訊 一排四本***/

.bookbox {
  width: 717px;
  height: auto;
  margin: 0 auto;
  border: #999 0px solid;
  display: flex;
  justify-content: space-between;
}

.bookcover {
     width: 154px;
    height: 271px;
  position: relative;
  border: #f00 0px solid;
}

.bookcover img {
  margin-bottom: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
  border: 1px #fff solid;
}

.bookdate {
  width: 160px;
  height: 80px;
  float: left;
  position: absolute;
  top: 250px;
  left: 0px;
}

.bookname {
  width: 160px;
  height: 42px;
  font-size: 16px;
  color: rgb(148, 46, 46);
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.bookname a:link,
.bookname5 a:visited {
  text-decoration: none;
  color: #234c77;
}

.bookname a:hover,
.bookname5 a:active {
  text-decoration: underline;
  color: #234c77;
}

.bookname span {
  font-size: 14px;
  color: #333333;
}

.price {
  font-size: 16px;
  color: #333333;
  margin: 0 0 12px 0;
  line-height: 20px;
  white-space: nowrap;
}

.price span {
  color: #ff3728;
  font-size: 24px;
  font-family: "Helvetica", "Arial", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;
  /* text-decoration: line-through; */
}

.price sup {
  color: #ff3728;
  font-size: 15px;
  font-family: "Helvetica", "Arial", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;
  font-style: oblique;
}

/*** 書籍資訊 一排6本 ***/
.bookbox6 {
  width: 975px;
  height: 320px;
  margin: 10px auto;
  border: #999 0px solid;
  display: flex;
  justify-content: space-between;
}

.bookcover6 {
  width: 150px;
  height: 210px;
  position: relative;
  margin-top: 20px;
}

.bookcover6 img {
  margin-bottom: 10px;
  position: absolute;
  bottom: 0px;
  border: 1px #ccc solid;
}

.bookdate6 {
  width: 150px;
  height: 80px;
  float: left;
  position: absolute;
  top: 220px;
}

.bookdate6 a:link,
.bookdate6 a:visited {
  color: #555;
  text-decoration: none;
}

.bookdate6 a:hover,
.bookdate6 a:active {
  color: #3d3d3d;
  text-decoration: underline;
}

.bookname6 {
  width: 150px;
  height: 46px;
  font-size: 16px;
  color: #3d3d3d;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.bookname6 span {
  font-size: 15px;
}

/*** 書籍資訊 一排5本 ***/
.bookbox5_block {
  width: 100%;
  background-image: url(../images/index_09.jpg);
  background-size: 1060px auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #e2697a;
}

.bookbox5_main {
  width: 1060px;
  height: 600px;
  padding: 172px 0 0 0;
  margin: 0 auto;
  position: relative;
}

.bookbox5 {
  width: 910px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.bookcover5 {
  width: 162px;
  height: 250px;

  position: relative;
}

.bookcover5 img {
  margin-bottom: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 1px #ccc solid;
}

.bookdate5 {
  width: 160px;
  height: 100px;
  float: left;
  position: absolute;
  top: 250px;
  left: 0px;
}

.bookname5 {
  width: 160px;
  height: 42px;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.bookname5 a:link,
.bookname5 a:visited {
  text-decoration: none;
  color: #3d3d3d;
}

.bookname5 a:hover,
.bookname5 a:active {
  text-decoration: underline;
  color: #3d3d3d;
}

.bookname5 span {
  font-size: 14px;
  color: #ff4e31;
}

/*** VIP ***/

.booknameVIP5 {
  width: 160px;
  height: 75px;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.booknameVIP5 a:link,
.booknameVIP5 a:visited {
  text-decoration: none;
  color: #fff;
}

.booknameVIP5 a:hover,
.booknameVIP5 a:active {
  text-decoration: underline;
  color: #fff;
}

.booknameVIP5 span {
  font-size: 16px;
  color: #ff0;
}

.VIPprice {
  font-size: 14px;
  color: #fff;
  margin-top: 0px;
  line-height: 20px;
  margin: 0 0 12px 0;
}

.VIPprice span {
  color: #ff0;
  font-size: 24px;
  font-family: "Helvetica", "Arial", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;

}

.VIPprice sup {
  color: #ff0;
  font-size: 15px;
  font-family: "Helvetica", "Arial", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;
  font-style: oblique;
}

.VIPdate {
  width: 100%;
  font-size: 30px;
  font-family: "Helvetica", "Arial", "LiHei Pro", "黑體-繁", "微軟正黑體", sans-serif;
  color: #fff;
  display: inline-block;
  margin-top: -19px;
  font-weight: bold;
  text-align: center;
}

.book5_calendar {
  width: 160px;
  height: 30px;
  line-height: 30px;
}

.book5_calendar a:link,
.book5_calendar a:visited,
.book5_calendar a:hover,
.book5_calendar a:active {
  width: 100%;
  height: 30px;
  display: block;

  border-radius: 3px;
  border: 1px solid #fff;
  padding: 0 0 0 55px;

  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 25px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.book5_calendar a:link,
.book5_calendar a:visited {
  color: #fff;
  background-image: url(../images/calendar.png);
}

.book5_calendar a:hover,
.book5_calendar a:active {
  color: #365743;
  background-image: url(../images/calendar_roll.png);
  background-color: #fff;
}

.book_top {
  position: relative;
}

.book_bottom {
  background-image: url(../images/index_04.jpg);
  background-color: #bd290d;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1060px 280px;
  width: 1060px;
  height: 280px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;

}

.book_bottom2 {
  background-image: url(../images/index_06.jpg);
  background-color: #bd290d;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1060px 280px;
  width: 1060px;
  height: 280px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

/*** google 行事曆 ***/
.book_calendar {
  width: 160px;
  height: 30px;
  line-height: 30px;
}

.book_calendar a:link,
.book_calendar a:visited,
.book_calendar a:hover,
.book_calendar a:active {
  width: 100%;
  height: 30px;
  display: block;

  border-radius: 3px;
  border: 1px solid #2694a9;
  padding: 0 0 0 55px;

  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 25px 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.book_calendar a:link,
.book_calendar a:visited {
  color: #2694a9;
  background-image: url(../images/calendar_roll.png);
}

.book_calendar a:hover,
.book_calendar a:active {
  color: #2694a9;
  background-image: url(../images/calendar_roll.png);
  background-color: #fff;
}

.become_vip_member {
  width: 147px;
  height: 31px;
  text-align: center;
  font-size: 15px;
  line-height: 31px;
  background-color: #fff;
  border-radius: 16px;
  position: absolute;
  bottom: 28px;
  right: 75px;
}

.become_vip_member a {
  width: 100%;
  height: 31px;
  color: #b92d2e;
  display: block;
}

.more {
  width: 147px;
  height: 31px;
  text-align: center;
  font-size: 15px;
  line-height: 31px;
  background-color: #ff3728;
  border-radius: 16px;
  position: absolute;
  bottom: 15px;
  right: 34px;
}

.more a {
  width: 100%;
  height: 31px;
  color: #fff;
  display: block;
}

.clear {
  clear: both;
}

/*** 動畫 ***/
.bookcover,
.bookcover3,
.bookcover6,
.bookcover5 {
  transform-style: preserve-3d;
  transition: 0.2s linear;
}

.bookcover:hover,
.bookcover3:hover,
.bookcover6:hover,
.bookcover5:hover {
  transform: translateY(-10px);
}

.book_download_data {
  width: 68px;
  height: 68px;
  position: absolute;

  right: -15px;
  z-index: 10;
}

.book_download_data img {
  border: 0 !important;
}



.btn_cart {
  width: 162px;
  border: 1px solid rgba(50, 50, 50, 0.0);
}

.btn_cart {
  height: 40px;
  border-radius: 2px;
  /* background-color: #fff; */
  text-align: center;
  transition: 0.5s;
  border: #fff 1px solid;
}

.btn_cart a:link,
.btn_cart a:visited {
  color: #ffff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  /* padding: 8px 20px; */
}

.btn_cart a:hover,
.btn_cart a:active {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
}

.btn_cart:hover {
  background-color: #234d78;
}


/* 購物車2 */

.btn_cart0 {
  width: 120px;
  border: 1px solid rgba(50, 50, 50, 0.0);
  float: left;

}

.btn_cart0 {
  height: 40px;
  border-radius: 2px;
  /* background-color: #fff; */
  text-align: center;
  transition: 0.5s;
  border: #fff 1px solid;
}

.btn_cart0 a:link,
.btn_cart0 a:visited {
  color: #ffff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  /* padding: 8px 20px; */
}

.btn_cart0 a:hover,
.btn_cart0 a:active {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
}

.btn_cart0:hover {
  background-color: #234d78;
}

/* 行事曆 */
.btn_cart2 {
  width: 35px;
  border: 1px solid rgba(50, 50, 50, 0.0);
  float: left;
  margin-right: 5px;
}

.btn_cart2 {
  height: 40px;
  border-radius: 2px;
  background-color: #fff;
  text-align: center;
  transition: 0.5s;
  border: #fff 0px solid;
}

.btn_cart2 a:link,
.btn_cart2 a:visited {
  color: #ff0000;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  /* padding: 8px 20px; */
}

.btn_cart2 a:hover,
.btn_cart2 a:active {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 40px;
}

.btn_cart2:hover {
  background-color: #1a1b1b;
}

.btn {
width: 248px;
    height: 45px;
    font-size: 22px;
    font-weight: bold;
    line-height: 45px;
  text-align: center;
  border-radius: 35px;
  margin: 10px;
  display: inline-block;
  transition: 0.5s;
}

.btn a:link,
.btn a:visited {
  width: 100%;
  height: 100%;
  color: #FFE322;
  display: block;
  border-radius: 35px;
    background-color: #c33836;
}

.btn a:hover,
.btn a:active {
  width: 100%;
  height: 100%;
  color: #FFE322;
  display: block;
  border-radius: 35px;
   background-color: #EA4123 ;
}

.btn:hover {
  transform: scale(1.08);
}

.btn2 {
    width: 276px;
    height: 48px;
    font-size: 24px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    border-radius: 35px;
    margin: 10px;
    display: inline-block;
    transition: 0.5s;

}

.btn2 span{
  width: 100%;
  height: 100%;
  color: #919191;
  display: block;
  border-radius: 35px;
  background-color: #ccc;
}

.btn2 a:link,
.btn2 a:visited {
  width: 100%;
  height: 100%;
  color: #c33836;
  display: block;
  border-radius: 35px;
  background-color: #fff;
}

.btn2 a:hover,
.btn2 a:active {
  width: 100%;
  height: 100%;
  color: #c33836;
  display: block;
  border-radius: 35px;
  background-color: #FFE322;
}

.btn2:hover {
  transform: scale(1.08);
}


.btn3 {
    width: 230px;
    height: 48px;
    font-size: 26px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    border-radius: 35px;
    margin: 10px;
    display: inline-block;
    transition: 0.5s;

}

.btn3 a:link,
.btn3 a:visited {
  width: 100%;
  height: 100%;
  color: #e2321a;
  display: block;
  border-radius: 35px;
  background-color: #fff;
}

.btn3 a:hover,
.btn3 a:active {
  width: 100%;
  height: 100%;
  color: #e2321a;
  display: block;
  border-radius: 35px;
  background-color: #FFE322;
}

.btn3:hover {
  transform: scale(1.08);
}

.btn4 {
      width: 208px;
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border-radius: 35px;
    margin: 10px;
    display: inline-block;
    transition: 0.5s;

}

.btn4 a:link,
.btn4 a:visited {
     width: 100%;
    height: 100%;
    color: #FFE322;
    display: block;
    border-radius: 35px;
-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 2px #ffff;
}

.btn4 a:hover,
.btn4 a:active {
  width: 100%;
  height: 100%;
  color: #e2321a;
  display: block;
  border-radius: 35px;
  background-color: #FFE322;
   -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  
}

.btn4:hover {
  transform: scale(1.08);
}

.week_book_s_title5-6{
color: #592800;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    margin: 236px 0px 5px 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;

}

.notice_block {
  width: 840px;
  margin: 0 auto 40px auto;
  position: relative;
}

.notice_title {
  color: #555;
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 17px 0;
}

.notice_list {
  width: 100%;
  overflow: hidden;
  color: #555;
  font-size: 16px;
  line-height: 27px;
  position: relative;
}

.notice_number {
  width: 25px;
  position: absolute;
  left: 0;
  top: 0;
}

.notice_number2 {
  width: 25px;
  position: absolute;
  left: 24px;
  top: 0;
}

.notice_text {
  width: 100%;
  padding: 0 0 0 25px;
  text-align: justify;
}

.notice_text02 {
  width: 100%;
  padding: 0 0 0 40px;
  text-align: justify;
  color: #555;
}

.notice_text02_next {
  width: 100%;
  padding: 0 0 0 50px;
  text-align: justify;
  display: inline-block;

}

.notice_text02 a {
  color: #bd290d;
  font-weight: bold;
  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;
}

.notice_text02 a:hover,
.notice_text02 a:focus {
  /* 綠色(#656565) . 白色(#b4b4b4自訂) */
  border-color: #8f1d06;
}

.notice_text02 span {
  color: #be2124;
  font-weight: bold;
}

.notice_text02_next div {
  font-size: 13px;
  display: inline-block;
}

.notice2 {
  padding: 35px 30px 50px 30px;
  margin: 0px auto;
  width: 976px;
  max-width: 976px;
}

.notice2 h1 {
  color: #555;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 6px;
  text-align: left;
}

.notice2  ul {
  width: auto;
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
  padding-left: 25px;
  font-family: Helvetica, Arial, "sans-serif";
}

.notice2 li {

  margin-bottom: 0px;
  list-style-type:decimal;
  color: #555;
  text-align: justify;
  letter-spacing: 1px;
}

.notice2 a {
  color: #266fff;
  font-weight: bold;

  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;
}
.notice2 a:hover,
.notice2 a:focus {
  /* 綠色(#656565) . 白色(#b4b4b4自訂) */
  border-color: #0e59ed;
}



.notice3{
  padding: 0px 30px 50px 30px;
  margin: 0px auto;
  width: 976px;
  max-width: 976px;
}

.notice3 h1 {
  color: #555;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 6px;
  text-align: left;
}

.notice3 h2 {
  color: #555;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 6px;
  text-align: left;
}

.u25CB:before {
    content: '\25CB';
}

.u26AC:before {
    content: '\26AC';
}



.notice3  ul {
  width: auto;
  font-size: 16px;
  line-height: 26px;
  margin: 0 auto;
  padding-left: 25px;
  font-family: Helvetica, Arial, "sans-serif";
}

.notice3 li {

  margin-bottom: 0px;
  list-style-type: disc;
  color: #555;
  text-align: justify;
  letter-spacing: 1px;
}


.notice3 a {
  color: #266fff;
  font-weight: bold;

  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;
}
.notice3 a:hover,
.notice3 a:focus {
  /* 綠色(#656565) . 白色(#b4b4b4自訂) */
  border-color: #0e59ed;
}

.p1{
	    
    top: 313px;
    right: 608px;
    z-index: 998;
    position: absolute;
	}


.p2{
    top:225px;
    right: 170px;
    z-index: 997;
    position: absolute;
	}

  .p3{
    top: -6px;
    left: 622px;
    z-index: 998;
    position: absolute;
	}

   .p4{
top: 485px;
    left: 477px;
    z-index: 998;
    position: absolute;


	}



     .p5{
	  top: 485px;
    left: 720px;
    z-index: 998;
    position: absolute;
	}


       .p6{
	      top: 600px;
    left: 694px;
    z-index: 998;
    position: absolute;
	}

 .book02_0{
  transition: 0.5s;
 } 



  .book02_0:hover {
  transform: scale(1.08);
}

  .book02_img{
    width: 127px;
  height: auto;
  }

      .book02_1{
	      top: 323px;
    left: 125px;
    z-index: 998;
    position: absolute;
  
	}

      .book02_2{
	 top: 659px;
    left: 119px;
    z-index: 998;
    position: absolute;
  
	}

      .book02_3{
	   top: 482px;
    left: 338px;
    z-index: 998;
    position: absolute;
  
	}

      .book02_4{
	   top: 338px;
    left: 605px;
    z-index: 998;
    position: absolute;
  
	}

      .book02_5{
	   top: 338px;
    left: 812px;
    z-index: 998;
    position: absolute;
  
	}

      .book02_6{
	 top: 597px;
    left: 605px;
    z-index: 998;
    position: absolute;
  
	}

      .book02_7{
	  top: 597px;
    left: 812px;
    z-index: 998;
    position: absolute;
  
	}


/*** 活動頁分享按鈕 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: relative;
    top: 10px;
    left: 572px;
}

/*** 活動頁分享按鈕 end***/