html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #000;
}
input {
  border-radius: none;
}
input:focus {
  outline: none;
}
img {
  max-width: 100%;
  display: block;
}
html,
body {
  font-family: 'Microsoft JhengHei', 'Noto Sans TC', 'PingFang TC', '儷黑 Pro', 'LiHei Pro', Helvetica, Verdana, Arial, sans-serif;
}
body {
  -webkit-font-smoothing: antialiased;
  color: #000;
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.5px;
}
body.menuOpen {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
  left: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.header {
  position: relative;
  height: 130px;
}
@media (max-width: 576px) {
  .header {
    height: 75px;
  }
}
.header-cnalogo,
.header-booklogo {
  position: relative;
  z-index: 99;
}
@media (max-width: 576px) {
  .header-booklogo {
    width: 120px;
  }
}
@media (max-width: 576px) {
  .header-cnalogo {
    width: 37px;
  }
}
.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px 0 50px;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .header-content {
    max-width: calc(100% - 30px);
    padding: 15px 0 0;
  }
}
.header-content:after {
  content: '';
  position: absolute;
  z-index: 98;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-nav.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.nav-btn {
  position: relative;
  z-index: 99;
}
.nav-btn.is-active span:nth-child(1) {
  -webkit-transform: translateY(14px) rotate(45deg);
          transform: translateY(14px) rotate(45deg);
}
@media (max-width: 576px) {
  .nav-btn.is-active span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
.nav-btn.is-active span:nth-child(2) {
  opacity: 0;
}
.nav-btn.is-active span:nth-child(3) {
  -webkit-transform: translateY(-14px) rotate(-45deg);
          transform: translateY(-14px) rotate(-45deg);
}
@media (max-width: 576px) {
  .nav-btn.is-active span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
.nav-btn.is-active + .nav-wrapper {
  opacity: 1;
  pointer-events: auto;
}
.nav-btn > * + * {
  margin-top: 10px;
}
@media (max-width: 576px) {
  .nav-btn > * + * {
    margin-top: 5px;
  }
}
.nav-btn span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #371f77;
  transition: opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, opacity 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
@media (max-width: 576px) {
  .nav-btn span {
    width: 23px;
    height: 3px;
  }
}
.nav-wrapper {
  position: fixed;
  z-index: 97;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  pointer-events: none;
  opacity: 0;
  background-color: #836fb2;
  transition: opacity 0.35s ease-in-out;
}
@media (max-width: 576px) {
  .nav-wrapper {
    align-items: flex-start;
  }
}
.nav-wrapper a {
  color: #fff;
}
.nav-content {
  max-width: 570px;
  width: 100%;
  padding: 130px 20px 0;
  overflow: hidden;
}
@media (min-aspect-ratio: 200/100) and (max-width: 1280px) {
  .nav-content {
    padding: 220px 20px 0;
  }
}
@media (max-width: 576px) {
  .nav-content {
    max-width: calc(100% - 30px);
    padding: 20vh 0 6vh;
  }
}
.nav-search {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}
.nav-search input {
  background: transparent;
  width: 100%;
  color: #fff;
  font-size: 24px;
  padding: 10px 25px;
  border: 1px solid #fff;
}
.nav-search img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
.nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
  margin: 10px -19px 0 -19px;
}
.nav-list > * {
  padding: 10px 19px;
  margin: 0 auto;
  line-height: 1.5;
}
.nav-othr-title {
  position: relative;
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
}
.nav-othr-title span {
  display: inline-block;
  position: relative;
  background-color: #836fb2;
  padding: 0 25px;
}
.nav-othr-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.nav-othr-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 20px;
  margin: 0 -15px;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .nav-othr-list {
    padding: 20px 40px;
  }
}
.nav-othr-list:after {
  content: '';
  position: absolute;
  height: 1px;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: #fff;
}
.nav-othr-list > * {
  padding: 5px 15px;
  margin: 0 auto;
}
.nav-socials {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
::-webkit-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
::-ms-input-placeholder {
  color: #fff;
}
::placeholder {
  color: #fff;
}
::-webkit-input-placeholder {
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.breadcrumbs {
  max-width: 1100px;
  margin: 30px auto;
}
.breadcrumbs a.kind {
  color: #371f77;
}
@media (max-width: 1100px) {
  .breadcrumbs {
    max-width: calc(100% - 30px);
  }
}
footer {
  border-top: 4px solid #fff;
  padding: 16px 0 30px;
  background-color: #e9dbee;
  color: #371f77;
  font-size: 14px;
  line-height: 1.42;
  text-align: center;
}
footer > p + p {
  margin-top: 5px;
}
.br-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .br-container {
    max-width: 580px;
  }
}
@media (max-width: 576px) {
  .br-container {
    max-width: calc(100% - 30px);
  }
}
.book-container {
  position: relative;
  background-color: #fff;
  margin: 40px 0 0 0;
}
.book-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 3.5%;
  background: url("../img/bg-arc-top.svg") center 0 no-repeat;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background-size: 100% auto;
}
.book-overhidden {
  overflow: hidden;
}
.book-item {
  flex: 0 1 calc(25% - 20px);
  margin: 0 10px;
  padding: 15px;
  border: 1px solid #371f77;
  background-color: #fff;
}
@media (max-width: 768px) {
  .book-item {
    flex: 0 1 calc(50% - 20px);
    padding: 23px 20px 30px 20px;
    margin: 10px;
  }
}
@media (max-width: 576px) {
  .book-item {
    padding: 15px 15px 10px 15px;
    margin: 6px;
    flex: 0 1 calc(50% - 12px);
  }
}
@media (max-width: 320px) {
  .book-item {
    padding: 6px 8px 8px 8px;
  }
}
.book-item-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 3;
}
@media (max-width: 768px) {
  .book-item-wrapper {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .book-item-wrapper {
    width: auto;
    margin: 0 -6px;
  }
}
.book-item-title {
  position: relative;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  font-size: 24px;
  margin: 10px 0 0;
}
@media (max-width: 576px) {
  .book-item-title {
    font-size: 20px;
    height: 45px;
  }
}
@media (max-width: 320px) {
  .book-item-title {
    font-size: 16px;
  }
}
.book-item-title span {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
/* autoprefixer: off */
  -webkit-box-orient: vertical;
  line-height: 1.3;
}
.book-item-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}
.book-item-img {
  height: 250px;
}
@media (max-width: 768px) {
  .book-item-img {
    height: 324px;
  }
}
@media (max-width: 576px) {
  .book-item-img {
    height: 218px;
  }
}
@media (max-width: 320px) {
  .book-item-img {
    height: 170px;
  }
}
.book-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.book-list {
  position: relative;
  padding: 60px 0 50px 0;
}
@media (max-width: 768px) {
  .book-list {
    padding: 30px 0 0 0;
  }
  .book-list:first-child {
    padding: 60px 0 0 0;
  }
  .book-list:last-child {
    padding: 30px 0 50px 0;
  }
}
@media (max-width: 576px) {
  .book-list:first-child {
    padding: 16px 0 0 0;
  }
}
.book-list:before {
  content: '';
  position: absolute;
  left: -20%;
  right: 0;
  margin: auto;
  width: 140%;
  bottom: 22px;
  height: 53px;
  background: url("../img/img-bookshelf.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media (max-width: 1024px) {
  .book-list:before {
    display: none;
  }
}
.book-list:after {
  content: '';
  position: absolute;
  background: url("../img/img-booklist-shadow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 30px;
  right: 0;
  bottom: 0px;
  margin: auto;
  width: 100%;
  height: 45px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .book-list:after {
    display: none;
  }
}
.book-list-title {
  font-size: 30px;
  text-align: center;
  margin: 0 0 35px 0;
}
@media (max-width: 320px) {
  .book-list-title {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
}
.book-list-title.primary a {
  color: #371f77;
  position: relative;
  display: inline-block;
  padding: 20px 0;
  margin: -20px 0;
  z-index: 1;
  max-width: 150px;
  width: 100%;
}
.book-list-title.white a {
  color: #fff;
}
.book-list-title span {
  position: relative;
}
.book-list-title img {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  max-width: initial;
}
@media (max-width: 320px) {
  .book-list-title img {
    margin-left: -62px;
    width: 125px;
  }
}
.book-container.error .br-container {
  width: 100%;
  max-width: 900px;
}
@media (max-width: 768px) {
  .book-container.error .br-container {
    padding: 0 50px;
  }
}
@media (max-width: 576px) {
  .book-container.error .br-container {
    padding: 0 18px;
  }
}
@media (max-width: 320px) {
  .book-container.error .br-container {
    padding: 0 10px;
  }
}
.book-container.error .book-list {
  padding: 10px 0 50px 0;
}
.book-container.error .book-list:before {
  display: none;
}
.book-container.error .book-list:after {
  display: none;
}
.book-container.error .book-item {
  flex: 0 1 calc(20% - 16px);
  padding: 5px 10px;
  margin: 0 8px;
}
@media (max-width: 768px) {
  .book-container.error .book-item {
    flex: 0 1 calc(50% - 50px);
    margin: 15px 25px;
  }
}
@media (max-width: 576px) {
  .book-container.error .book-item {
    flex: 0 1 calc(50% - 20px);
    margin: 8px 10px;
  }
}
.book-container.error .book-item-wrapper {
  width: 100%;
}
@media (max-width: 576px) {
  .book-container.error .book-item-wrapper {
    margin: 0;
  }
}
.book-container.error .book-item-img {
  height: 190px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .book-container.error .book-item-img {
    height: 305px;
  }
}
@media (max-width: 576px) {
  .book-container.error .book-item-img {
    height: 190px;
  }
}
@media (max-width: 320px) {
  .book-container.error .book-item-img {
    height: 150px;
    margin-bottom: 0px;
  }
}
.book-container.error .book-item-title {
  font-size: 20px;
  height: 50px;
}
@media (max-width: 768px) {
  .book-container.error .book-item-title {
    width: 100%;
    text-align: center;
  }
}
a.seeMore {
  color: #644b9f;
  border: 1px solid #644b9f;
  width: 136px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.inner-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .inner-container {
    max-width: calc(100% - 30px);
  }
  .inner-container.incontent {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .inner-container.incontent {
    max-width: calc(100% - 30px);
  }
}
.leftSide {
  width: 700px;
}
.leftSide a.seeMore {
  margin: 25px auto 60px;
}
@media screen and (max-width: 1100px) {
  .leftSide {
    width: 100%;
  }
}
.rightSide {
  width: 258px;
}
@media screen and (max-width: 1100px) {
  .rightSide {
    display: none;
  }
}
.collect {
  margin-bottom: 30px;
}
.collect-title {
  position: relative;
  margin-bottom: 16px;
}
.collect-title span {
  color: #644b9f;
  font-size: 24px;
}
.collect-title img {
  position: absolute;
  right: 0;
  top: 15px;
}
.collect-item {
  padding: 14px 0;
  border-bottom: 1px solid #eaeaea;
}
.collect-item:last-child {
  border-bottom: none;
}
.collect-link {
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.collect-link:hover {
  color: #371f77;
}
.collect-link span:first-child {
  margin-right: 10px;
}
.fixedBottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.privacy-bar {
  padding: 30px 15px;
  background-color: #282828;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1000px) {
  .privacy-bar {
    padding: 55px 15px;
  }
}
.privacy-bar.need {
  display: flex;
}
.privacy-bar a:link {
  color: #ffea7b;
}
.privacy-bar a:visited {
  color: #ffea7b;
}
.privacy-bar a:hover {
  color: #ffea7b;
}
.privacy-bar a:active {
  color: #ffea7b;
}
.closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 28px;
}
