body {
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 2000px auto;

  background-color: #9e1ed3;
}

/*** 頭 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: #fff;
  /* 綠色(97,149,63,1) . 白色(97,149,63,1) */
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
  -moz-box-shadow: inset 0px 0px 0px 1px #fff;
  box-shadow: inset 0px 0px 0px 1px #ffff;
}

.header-btn01 a:hover,
.header-btn01 a:active {
  /* 白色(#FFFFFF自訂) */
  color: #9e1ed3;
  /* 綠色(#5db307) . 白色(#FFFFFF) */
  background-color: #ffff;
  -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 #fff;
  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: #fff;
  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: #fff;
}

/*  hover li 樣式 - 隱藏前後  */
.footer-nav li:after {
  /* 綠色(#dddddd) . 白色(#4a4a4a自訂) */
  color: #fff;
  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: #fff;
  text-align: center;
  margin: 0 auto;
}

/*** 內容 wrapper ***/
#wrapper {
  height: auto;
  width: 100%;
  min-width: 1060px;
  margin: 0 auto;
}

/*** 右側浮動按鈕 ***/
.btn_go {
  z-index: 999;

}

/*** 主視覺 ***/
.visual {
  width: 1060px;
  height: auto;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

#visual_btn01 {
  width: 629px;

  position: absolute;
  top: 32px;
  left: 404px;
  animation: move1;
  animation-duration: 3s;
  animation-fill-mode: forwards;

}

#visual_btn02 {
  width: 152px;
  cursor: pointer;
  position: absolute;
  top: 296px;
  left: 851px;
  transition: 0.5s;
  animation-name: visual_btn02;
  animation-duration: 2s;
  animation: visual_btn02 .6s infinite alternate ease-in-out;

}

#visual_btn03 {
  width: 152px;
  cursor: pointer;
  position: absolute;
  top: 179px;
  left: 374px;
  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(5px);
  }

  to {
    transform: translateY(0px);
  }
}

@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;
  }
}


/*** 週下載大區塊 ***/
.download_main {
  height: auto;
  width: 1060px;
  margin: 0 auto;
  height: auto;
}

/*** 書籍資訊 一排三本***/
.bookbox3 {
  width: 758px;
  height: auto;
  margin: 0 auto;
  border: #999 0px solid;
  display: flex;
  justify-content: space-between;
}

.bookcover3 {
  width: 222px;
  height: 355px;
  position: relative;
  border: #f00 0px solid;
}

.bookcover3 img {
  margin-bottom: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  /* border: 1px #ccc solid; */
}

/*** 書籍資訊 一排四本***/

.bookbox {
  width: 800px;
  height: auto;
  margin: 0 auto;
  border: #999 0px solid;
  display: flex;
  justify-content: space-between;
}

.bookcover {
  width: 162px;
  height: 250px;
  position: relative;
  border: #f00 0px solid;
}

.bookcover img {
  margin-bottom: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: 1px #ccc 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: #9e1ed3;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1060px 739.5px;
  width: 1060px;
  height: 739.5px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;

}

.book_bottom2 {
  background-image: url(../images/index_06.jpg);
  background-color: #9e1ed3;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1060px 494px;
  width: 1060px;
  height: 494px;
  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: 280px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  margin: 10px;
  display: inline-block;
  transition: 0.5s;
}

.btn a:link,
.btn a:visited {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  border-radius: 3px;
  background-color: #023e7d;
}

.btn a:hover,
.btn a:active {
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  border-radius: 3px;
  background-color: #023e7d;
}

.btn:hover {
  transform: scale(1.08);
}

.btn2 {
  width: 320px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  margin: 10px;
  display: inline-block;
  transition: 0.5s;
}

.btn2 a:link,
.btn2 a:visited {
  width: 100%;
  height: 100%;
  color: #c33836;
  display: block;
  border-radius: 3px;
  background-color: #fff;
}

.btn2 a:hover,
.btn2 a:active {
  width: 100%;
  height: 100%;
  color: #c33836;
  display: block;
  border-radius: 3px;
  background-color: #fff;
}

.btn2:hover {
  transform: scale(1.08);
}


.notice_block {
  width: 840px;
  margin: 0 auto 40px auto;
  position: relative;
}

.notice_title {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 17px 0;
}

.notice_list {
  width: 100%;
  overflow: hidden;
  color: #ffff;
  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: #fff;
}

.notice_text02_next {
  width: 100%;
  padding: 0 0 0 50px;
  text-align: justify;
  display: inline-block;

}

.notice_text02 a {
  color: #69ff45;
  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: #69ff45;
}

.notice_text02 span {
  color: #fff729;
  font-weight: bold;
}

.notice_text02_next div {
  font-size: 13px;
  display: inline-block;
}