.flipbooks-body {
  background-color: #ffffff;
  font-family: Inter;
  position: relative;
}
.fixed-right-background {
  display: none;
  position: absolute;
  top: 52px;
  right: 0;
  width: 418px;
  height: 700px;
  z-index: -1;
}
.fixed-right-background > img {
  display: block;
  width: 100%;
  height: 100%;
}
.fixed-right-background.show {
  display: block;
}
.flipbooks-header {
  background-image: linear-gradient(102deg, #043b42 7.71%, #32827f 67.8%), linear-gradient(109deg, #13555e 16.16%, #10a3b5 53.97%);
}
.flipbooks-header .nav-top {
  background-color: unset;
}
.flipbooks-body-section {
  padding-top: 52px;
}
.flipbooks-body-section .change-language {
  position: relative;
  height: 36px;
  padding: 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #e7e7e9;
  background-color: #ffffff;
  cursor: pointer;
}
@media (max-width: 700px) {
  .flipbooks-body-section .change-language {
    align-self: flex-end;
  }
}
.flipbooks-body-section .change-language .select-box {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  transition: transform 0.3s;
}
.flipbooks-body-section .change-language .select-box::after {
  content: ' ';
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
}
.flipbooks-body-section .change-language .select-box.show > img {
  transform: rotate(180deg);
}
.flipbooks-body-section .change-language .select-box > img {
  position: relative;
  top: 1px;
}
.flipbooks-body-section .change-language .current-language {
  display: inline-block;
  margin-right: 5px;
  color: #000000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.flipbooks-body-section .change-language .language-list {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  padding: 20px 0;
  width: 190px;
  max-height: 255px;
  background-color: #ffffff;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.2));
  z-index: 1;
  border-radius: 8px;
  cursor: default;
  overflow-y: scroll;
}
.flipbooks-body-section .change-language .language-list.show {
  display: block;
}
.flipbooks-body-section .change-language .language-list.hide {
  display: none;
}
.flipbooks-body-section .change-language .language-list .list-item {
  padding-left: 20px;
  height: 35px;
  cursor: pointer;
}
.flipbooks-body-section .change-language .language-list .list-item.selected {
  background-color: #e7e7e9;
}
.flipbooks-body-section .change-language .language-list .list-item:hover {
  background-color: #e7e7e9;
}
.flipbooks-body-section .change-language .language-list .list-item a {
  display: block;
  color: #000000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
.flipbooks-banner {
  display: none;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 58px 0 70px;
}
@media (max-width: 750px) {
  .flipbooks-banner {
    padding: 58px 20px 70px;
  }
}
.flipbooks-banner.show {
  display: flex;
}
.flipbooks-banner .flipbooks-title {
  display: flex;
  justify-content: center;
  max-width: 712px;
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
}
.flipbooks-banner .make-a-flipbook {
  display: inline-block;
  width: 190px;
  height: 52px;
  margin-top: 20px;
  border-radius: 8px;
  background-color: #cfedf0;
  color: #26706f;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}
.flipbooks-banner .make-a-flipbook:hover {
  background-color: #f1feff;
}
.current-book {
  display: flex;
  align-items: baseline;
  max-width: 1260px;
  margin: 0 auto 32px;
}
.current-book.other-lang {
  align-items: center;
}
.current-book.other-lang .change-language {
  margin-left: auto;
}
@media (max-width: 400px) {
  .current-book {
    flex-direction: column;
    gap: 10px;
  }
  .current-book.other-lang .change-language {
    margin-left: unset;
    align-self: unset;
  }
}
.current-book .book-type {
  display: inline-block;
  margin-right: 7px;
  color: #000000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.current-book .book-type .type {
  display: inline-block;
  color: #000000;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.current-book .book-numbers {
  display: inline-block;
  color: #000000;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.book-content {
  max-width: 1260px;
  margin: 0 auto 100px;
}
@media (max-width: 1300px) {
  .book-content {
    max-width: 1160px;
  }
}
@media (max-width: 1200px) {
  .book-content {
    max-width: 1000px;
  }
}
@media (max-width: 1100px) {
  .book-content {
    max-width: 900px;
  }
}
@media (max-width: 1000px) {
  .book-content {
    max-width: 900px;
  }
}
@media (max-width: 900px) {
  .book-content {
    max-width: 800px;
  }
}
@media (max-width: 800px) {
  .book-content {
    max-width: 700px;
  }
}
@media (max-width: 700px) {
  .book-content {
    max-width: 500px;
  }
}
@media (max-width: 500px) {
  .book-content {
    max-width: 400px;
  }
}
@media (max-width: 400px) {
  .book-content {
    max-width: 300px;
  }
}
.book-content-header {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.book-content-header.show-en-type {
  justify-content: space-between;
}
.book-content-header.show-en-type .flip-title-button-group {
  display: flex;
}
@media (max-width: 700px) {
  .book-content-header {
    flex-direction: column;
  }
}
.book-content-header .flip-title-button-group {
  display: none;
  flex-wrap: wrap;
  gap: 5px;
  margin-right: 20px;
}
@media (max-width: 700px) {
  .book-content-header .flip-title-button-group {
    margin-right: 0;
    margin-bottom: 20px;
    gap: 4px;
  }
}
.book-content-header .flip-title-button-group .flip-title-button {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 0px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f7f9fb;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.book-content-body {
  margin-top: 32px;
}
.book-content-body .gutter-sizer {
  width: 20px;
}
.book-content-body.loading {
  margin-top: 100px;
}
.book-content-body.loading .book-container {
  display: none;
}
.book-content-body.loading .book-loading {
  display: flex;
  justify-content: center;
}
.book-content-body .book-loading {
  display: none;
}
.flip-button-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.flip-button-group.hide {
  display: none;
}
@media (max-width: 420px) {
  .flip-button-group {
    gap: 5px;
  }
}
.flip-button-group .flip-page-buttons {
  display: flex;
  gap: 10px;
}
@media (max-width: 420px) {
  .flip-button-group .flip-page-buttons {
    gap: 5px;
  }
}
.flip-button-group .flip-page-buttons .flip-page-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: #e7e7e9;
  background: #ffffff;
  cursor: pointer;
  color: #333333;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.flip-button-group .flip-page-buttons .flip-page-button:hover,
.flip-button-group .flip-page-buttons .flip-page-button.selected {
  background-color: #e7e7e9;
}
.flip-button-group .prev-button,
.flip-button-group .next-button {
  display: inline-block;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.flip-button-group .prev-button:hover,
.flip-button-group .next-button:hover {
  filter: #e7e7e9;
}
.book-container {
  margin-bottom: 20px;
  max-width: 236px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1300px) {
  .book-container {
    max-width: 210px;
  }
}
@media (max-width: 1200px) {
  .book-container {
    max-width: 180px;
  }
}
@media (max-width: 1100px) {
  .book-container {
    max-width: 160px;
  }
}
@media (max-width: 1000px) {
  .book-container {
    max-width: 160px;
  }
}
@media (max-width: 900px) {
  .book-container {
    max-width: 140px;
  }
}
@media (max-width: 800px) {
  .book-container {
    max-width: 120px;
  }
}
@media (max-width: 700px) {
  .book-container {
    max-width: 220px;
  }
}
@media (max-width: 500px) {
  .book-container {
    max-width: 180px;
  }
}
@media (max-width: 400px) {
  .book-container {
    max-width: 300px;
  }
}
.book-container .book-poster > img {
  display: block;
  width: 236px;
  height: 100%;
}
@media (max-width: 1330px) {
  .book-container .book-poster > img {
    width: 100%;
  }
}
.book-container .book-title-description {
  padding: 15px;
}
.book-container .book-title-description .book-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.book-container .book-title-description .book-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 7px;
  color: #999999;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.download-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 320px;
  padding: 90px 0;
  background-image: linear-gradient(90deg, #0c9469 0%, #048c7a 100%);
}
@media (max-width: 650px) {
  .download-section {
    padding: 40px 20px;
    justify-content: center;
  }
}
.download-section .download-section-title {
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  font-family: Inter;
}
@media (max-width: 650px) {
  .download-section .download-section-title {
    text-align: center;
  }
}
.download-section .download-button {
  display: inline-block;
  width: 190px;
  height: 52px;
  margin-top: 30px;
  border-radius: 8px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}
.download-section .download-button:hover {
  background-color: #f2ffff;
}
@media (max-width: 650px) {
  .download-section .download-button {
    margin-top: 30px;
  }
}
.welcome-section {
  display: flex;
  align-items: center;
  max-width: 1260px;
  margin: 100px auto 115px;
}
@media (max-width: 1300px) {
  .welcome-section {
    padding: 0 20px;
  }
}
@media (max-width: 1000px) {
  .welcome-section {
    flex-direction: column;
    gap: 50px;
  }
}
.welcome-left {
  margin-right: 51px;
}
@media (max-width: 1000px) {
  .welcome-left {
    margin-right: 0;
  }
}
.welcome-left .welcome-title {
  display: block;
  margin-bottom: 50px;
  color: #000000;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
}
.welcome-left .welcome-paragraph > span {
  display: block;
  margin-bottom: 30px;
  color: #000000;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.welcome-left .welcome-paragraph > span:last-child {
  margin-bottom: 0;
}
.welcome-right {
  border-radius: 8px;
}
.welcome-right > img {
  display: block;
  width: 554px;
  height: 386px;
}
@media (max-width: 600px) {
  .welcome-right > img {
    width: 100%;
    height: 100%;
  }
}
.recommendation-section {
  padding: 0 20px 114px;
  background-color: #eef0f5;
}
.recommendation-section .recommendation-title {
  display: block;
  padding-top: 106px;
  color: #000000;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
  word-break: break-all;
}
.recommend-group {
  margin-top: 50px;
  text-align: center;
}
.recommend-group .recommend-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
.recommend-group .recommend-row:first-child {
  margin-top: 0;
}
.recommend-group .recommend-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 66px;
  border-width: 1px;
  border-style: solid;
  border-color: #eaebec;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.recommend-group .recommend-button:last-child {
  margin-right: 0;
}
.recommend-group .recommend-button:hover,
.recommend-group .recommend-button:active {
  background-color: #f2ffff;
}
