@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
* {
  font-family: "Noto Sans TC", sans-serif !important;
  font-weight: normal;
  scrollbar-width: thin;
  scrollbar-color: #c8c8c8 #f7f7f7;
}

html, button, input, select, textarea {
  color: #505050;
}

input {
  font-family: "Noto Sans TC", sans-serif !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0;
}

input:focus, input:active {
  color: #505050 !important;
}

input:disabled {
  color: #c8c8c8;
}

::placeholder {
  color: #909090 !important;
}

::-webkit-input-placeholder {
  color: #909090 !important;
}

:-ms-input-placeholder {
  color: #909090 !important;
}

::-moz-placeholder {
  color: #909090 !important;
  opacity: 1;
}

body {
  line-height: 1.4;
  font-size: 16px;
  color: #505050;
  background: #f7f7f7;
}

::-moz-selection {
  background: #f2c2c9;
  color: #a4003a;
  text-shadow: none;
}

::selection {
  background: #334d74;
  color: #fff;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c8c8c8;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

html, body {
  position: relative;
}

main {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0px auto;
}

h1, h2, h3, h4, h5, h6 {
  color: #505050;
}

strong {
  font-weight: 500;
}

em {
  font-weight: 300;
}

H {
  color: #505050;
  word-wrap: break-word;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #505050;
}

a:hover {
  color: #a28a77;
  text-decoration: none;
  outline: 0;
}

button {
  margin: 0px;
  padding: 0px;
}

.scroller {
  scrollbar-color: #959595 #f7f7f7;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #f7f7f7;
}

::-webkit-scrollbar-track {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #959595;
}

.btn {
  background-position: center;
  cursor: pointer;
  margin-right: 5px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.all-hide {
  display: block;
}

.xl-hide {
  display: block;
}

.l-hide {
  display: block;
}

.md-hide {
  display: block;
}

.sm-hide {
  display: block;
}

.s-hide {
  display: block;
}

.xs-hide {
  display: block;
}

.clear {
  clear: both;
}

.clear-l {
  clear: left;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.submit {
  color: #FFF;
  display: block;
  background: #a28a77;
  width: 100%;
  line-height: 50px;
  border-radius: 4px;
  font-size: 1.25rem;
  text-align: center;
  cursor: pointer;
}

.submit:hover {
  color: #FFF;
  background: #af9a89;
}

.submit:active {
  color: #FFF;
  background: #6f5846;
}

.submit:disabled {
  color: #FFF;
  background: #c8c8c8;
}

.system_msgBg {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 99999;
  max-width: 420px;
  margin-top: 350px;
}

.system_msgWrap {
  background: #FFF;
  padding-top: 20px;
  padding-bottom: 30px;
  max-width: 420px;
  box-shadow: 1px 1px 4px 1px #ccc;
  display: block;
  position: relative;
}
.system_msgWrap h2 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-top: -20px;
}

.system_msgWrap > div {
  margin: 20px 5%;
}

.msg_closeBtn {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/system-msg-close.png) no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -20px;
}

.msg_closeBtn:hover {
  background: url(../images/system-msg-close-h.png) no-repeat;
}

.msg_input input {
  color: #191919;
  background: #ebebeb;
  height: 45px;
  width: 98%;
  padding-left: 10px;
  border-radius: 4px;
}

.msgText {
  font-size: 1rem;
  color: #ec6c52;
}

.error_msg_1 {
  display: none;
}
.error_msg_1 p {
  margin-top: -15px;
  color: #ec6c52;
}

.system_msgBg.redemption {
  max-width: 500px;
}
.system_msgBg.redemption .system_msgWrap {
  max-width: 500px;
}
.system_msgBg.redemption .msgText {
  color: #505050;
}
.system_msgBg.redemption ul.booklist {
  position: relative;
  padding: 40px 0px 0px;
}
.system_msgBg.redemption ul.booklist::before {
  content: "已持有書籍：";
  position: absolute;
  top: 20px;
}
.system_msgBg.redemption ul li {
  line-height: 2;
}
.system_msgBg.redemption .msgBtn_wrap {
  display: flex;
}
.system_msgBg.redemption .msgBtn_wrap .cancelBtn {
  margin-right: 5%;
}
.system_msgBg.redemption .msgBtn_wrap > div {
  width: 47.5%;
}

.cancel {
  color: #FFF;
  display: block;
  background: #c8c8c8;
  width: 100%;
  line-height: 50px;
  border-radius: 4px;
  font-size: 1.25rem;
  text-align: center;
  cursor: pointer;
}

.cancel:hover {
  color: #FFF;
  background: #af9a89;
}

.bannerTop_wrap {
  display: none;
  position: relative;
  height: 90px;
  background: #203e72;
}
.bannerTop_wrap a {
  max-width: 1366px;
  display: block;
  height: 100%;
  margin: 0 auto;
}

.bannerTop {
  background: url(../images/banner/bannerTop20200705.png) no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.bannerMid_wrap {
  display: block;
  position: relative;
  height: auto;
  width: 100vw;
  margin: -4px auto 0px;
}
.bannerMid_wrap a {
  display: block;
  height: auto;
  margin: 0 auto;
}

.bannerMid img {
  width: 100%;
}

.closeBtn_wrap {
  float: right;
}
.closeBtn_wrap button {
  background: none;
}

.bannerModals_wrap {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 6000;
}
.bannerModals_wrap a {
  max-width: 1366px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.bannerModals {
  height: auto;
  width: 100%;
  margin: 0 auto;
}
.bannerModals img {
  width: 100%;
}

.closeBtn_bannerModals {
  position: absolute;
  right: 0px;
  float: none;
}

.videoDrap {
  width: 100%;
  max-width: 680px;
  margin: 0px auto;
  padding: 20px 0px 30px;
}

.videoSet {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 56.25%;
}
.videoSet iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0px auto;
}

.headerWrap {
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 4px 1px #ccc;
  position: sticky;
  top: 0;
  z-index: 99999;
}

.headerSet {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.headerHbg {
  display: block;
  float: left;
  margin: 5px 5px 0px 5px;
}
.headerHbg button {
  width: 40px;
  height: 40px;
  margin-top: 2px;
  background: none;
}
.headerHbg button > img {
  width: 100%;
}

.logoSet {
  width: 145px;
  float: left;
  margin-top: 14px;
  margin-left: -5px;
}
.logoSet img {
  width: 100%;
}

.toolBar {
  float: right;
  margin-top: 10px;
}

.cart {
  float: right;
  margin-right: 10px;
}
.cart span {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
}
.cart strong {
  font-size: 0.55rem;
  position: absolute;
  bottom: 1px;
  right: -1px;
  color: #fff;
  background: #ec6c52;
  width: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 10px;
}
.cart img {
  width: 100%;
}

.login {
  float: right;
}
.login span {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.login img {
  width: 100%;
}

.bookcase {
  float: right;
}
.bookcase span {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.memberIcon {
  background: url(../images/header-login-btn.png) no-repeat;
  background-position: center;
  background-size: 105%;
}

.memberIconLogin {
  background: url(../images/header-login-btn-a.png) no-repeat;
  background-position: center;
  background-size: 105%;
}

.cartIcon {
  background: url(../images/header-cart-btn.png) no-repeat;
  background-position: center;
  background-size: 120%;
}

.bookcaseIcon {
  background: url(../images/header-bookcase-btn.png) no-repeat;
  background-position: center;
  background-size: 100%;
}

.searchIconB {
  background: url(../images/header-search-icon.png) no-repeat;
  background-position: center;
  background-size: 110%;
}

.cartIcon:hover {
  background: url(../images/header-cart-btn-a.png) no-repeat;
  background-position: center;
  background-size: 120%;
}

.bookcase:hover .bookcaseIcon {
  background: url(../images/header-bookcase-btn-a.png) no-repeat;
  background-position: center;
  background-size: 100%;
}
.bookcase:hover a {
  color: #a28a77 !important;
}

.searchBtn:hover .searchIconB {
  background: url(../images/header-search-icon-h.png) no-repeat;
  background-position: center;
  background-size: 105%;
}

.toolBat-word {
  display: none;
}

.searchBar {
  display: none;
  position: absolute;
  height: 60px;
  width: 100%;
  top: 54px;
  z-index: 4150;
}
.searchBar button {
  height: 40px;
  background: #f7f7f7;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
}
.searchBar span {
  position: absolute;
  right: 5px;
}

.searchBtn {
  float: right;
  margin-top: 10px;
}
.searchBtn span {
  width: 40px;
  height: 40px;
  display: block;
}
.searchBtn img {
  width: 100%;
}

.searchBtn > input {
  opacity: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}

.searchImg {
  float: right;
}

.searchIcon {
  float: right;
  width: 40px;
  height: 40px;
  display: block;
}
.searchIcon img {
  width: 100%;
}

.searchInput {
  width: calc(100% - 0px);
  height: 50px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0px 10px;
  position: relative;
}

.mainMenu {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4250;
  position: fixed;
  top: 0px;
  display: none;
}

.mainmenuSet {
  text-align: left;
  background: #fff;
  height: 100%;
  width: 70%;
  z-index: 2;
}
.mainmenuSet li {
  display: inline-block;
  font-size: 1.25rem;
  width: 95%;
  overflow: hidden;
  margin-left: 5%;
  line-height: 64px;
}

.nav-close {
  text-align: right;
  border-bottom: 1px solid #dadada;
  display: block;
}
.nav-close img {
  margin-right: 10px;
}

.nav-Filter, .nav-Event, .nav-News, .nav-Discount, .nav-Preorder, .nav-Usedbooks, .nav-Ebooks {
  border-bottom: 1px solid rgba(80, 80, 80, 0);
  display: block;
  background: #f7f7f7;
  color: #505050;
}

.nav-Usedbooks, .nav-Ebooks, .nav-Discount {
  display: none;
}

.navBtn-arrow {
  display: none;
}

.sliderWrap {
  width: 100%;
  overflow: hidden;
}

.slider {
  max-width: 1366px;
  margin: 0 auto;
}
.slider img {
  width: 100%;
}

.footerwrap {
  width: 100%;
  color: #505050;
  margin-top: 5px;
  text-align: center;
  background: #fff;
  box-shadow: 1px 1px 4px 1px #ccc;
}

.footerSet {
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
}

.business-l {
  width: 85%;
  padding-top: 45px;
  padding-left: 7.5%;
  padding-bottom: 50px;
}
.business-l div {
  text-align: center;
}
.business-l h4 {
  color: #ec6c52;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
}
.business-l li {
  text-align: left;
}
.business-l a {
  letter-spacing: 1px;
  line-height: 1.5;
}
.business-l a:hover {
  color: #a28a77;
}

.aboutUs {
  width: 100%;
  margin: 0px 0px 30px 0px;
}

.newbie {
  width: 100%;
  margin: 0px 0px 30px 0px;
}

.shopping-Notes {
  width: 100%;
}

.subscribepopMsg_wrap {
  position: fixed;
  right: 5%;
  bottom: 15px;
  box-shadow: 1px 1px 4px 1px #ccc;
  border-radius: 3px;
  padding: 30px;
  background: #FFF;
  width: calc(90% - 60px);
  z-index: 99;
  display: none;
}

.subscribepopMsg {
  width: 100%;
  max-width: 370px;
}

.subscribepopMsg_text b {
  font-size: 1.25rem;
  color: #191919;
  margin: -5px 0px 10px 0px;
  display: block;
}
.subscribepopMsg_text p {
  color: #505050;
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0.1px;
}

.business-rFeedback {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0px;
  max-width: 500px;
  display: none;
}

.subscribewrap {
  background: #c8c8c8;
  height: 60px;
  border-radius: 3px;
  position: relative;
}
.subscribewrap span {
  line-height: 60px;
  color: #fff;
  width: 70px;
}
.subscribewrap span.subscribeBtn {
  position: absolute;
  right: 0px;
  top: 0px;
}

.mailsend {
  display: none;
  cursor: context-menu;
  position: absolute;
  left: 0px;
  top: 0px;
}

.subscribeInput {
  background: #fff;
  margin-top: 12px;
  width: calc(100% - 100px);
  border-radius: 3px;
  position: absolute;
  left: 15px;
  height: 35px;
}

.business-r {
  width: 85%;
  float: left;
  padding: 0px 7.5%;
}

.footerImg {
  width: 100%;
  height: 80px;
  background: url(../images/footer-img-attention.jpg) no-repeat;
  background-position: 20px 5px;
  max-width: 500px;
}

.fbFans {
  background: url(../images/footer-btn-fb.png) no-repeat;
  background-position: center;
  width: 100%;
  height: 60px;
  margin-top: 30px;
  border-radius: 3px 3px 3px 3px;
  max-width: 500px;
}

.eNews {
  background: url(../images/footer-btn-enews.png) no-repeat;
  background-position: center;
  width: 100%;
  height: 60px;
  margin-top: 25px;
  margin-bottom: 40px;
  border-radius: 3px 3px 3px 3px;
  position: relative;
  max-width: 500px;
}

.fbFans > img, .eNews > img {
  width: 100%;
  height: 60px;
}

.twcaWrap {
  margin-top: 0px;
  margin-bottom: 80px;
  position: relative;
  height: 80px;
  text-align: center;
}

.twcaWrap > div {
  display: inline-block;
  position: absolute !important;
  transform: translateX(-50%);
  left: 32%;
}

.twcaWrap > div:nth-child(1) {
  margin-left: 80px;
}

.copyrights {
  text-align: center;
  background: #efefef;
  display: block;
}
.copyrights p {
  line-height: 40px;
  background: #ebebeb;
  margin: 0px;
}
.copyrights string {
  font-size: 1rem;
  font-weight: 600;
}

.newsMsg_wrap {
  position: relative;
  display: none;
}

.newsMsg {
  position: absolute;
  top: 20px;
  box-shadow: 1px 1px 4px 1px #ccc;
  border-radius: 3px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #FFF;
  width: 92%;
  max-width: 630px;
  z-index: 4000;
}

.newsMsg_closeBtn {
  right: 5px;
  top: 5px;
}

.newsMsg_text {
  width: 92%;
  margin: 15px auto;
  color: #505050;
}
.newsMsg_text li {
  line-height: 25px;
  list-style: decimal;
  margin: 15px 0px 15px 15px;
  padding: 5px 0px 15px 15px;
  border-bottom: 1px solid #dedede;
}
.newsMsg_text li:nth-last-child(1) {
  border-bottom: none;
}

.newspopMsg_wrap {
  position: fixed;
  right: 3%;
  bottom: 15px;
  box-shadow: 1px 1px 4px 1px #ccc;
  border-radius: 3px;
  padding: 30px;
  background: #FFF;
  z-index: 9999;
  display: none;
}

.newspopMsg {
  width: 100%;
  max-width: 370px;
}

.newspopMsg_text {
  width: 100%;
}
.newspopMsg_text b {
  font-size: 1.25rem;
  color: #191919;
  margin: -5px 0px 10px 0px;
  display: block;
}
.newspopMsg_text p {
  color: #505050;
  font-size: 1em;
  line-height: 1.8;
  letter-spacing: 0.1px;
}

.nsMsg_closeBtn {
  margin: 15px 25px 0px 0px;
}

.skin_position {
  display: block;
  z-index: 4249;
  position: fixed;
  width: 100%;
  top: 60px;
  height: 100vh;
}

.skinStyle_wrap {
  width: 92%;
  background: #fff;
  box-shadow: 1px 1px 4px 1px #ccc;
  display: block;
  padding-top: 20px;
  padding-bottom: 25px;
  margin: 10px auto;
  max-width: 1366px;
  max-height: 95vh;
  overflow: auto;
}

.skin_position_filter {
  background: rgba(0, 0, 0, 0.5215686275);
}

.skinStyle_categoryFilter {
  padding-bottom: 5px;
  max-width: 1300px;
  position: relative;
  max-height: 90vh;
  overflow: auto;
  padding: 20px 0px;
  box-shadow: none;
}

.skinStyle {
  color: #505050;
}
.skinStyle .categorySubTitle_toggle {
  position: absolute;
  right: 8px;
  top: 6px;
  display: block;
  cursor: pointer;
}
.skinStyle .categorySubTitle_toggle div {
  content: url(../images/category_toggleBtn.png);
}
.skinStyle .categorySubTitle_toggle img {
  vertical-align: top;
}
.skinStyle .toggleBtn_up {
  transform-origin: center center;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transition: transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
}
.skinStyle .toggleBtn_down {
  transform-origin: center center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -ms-transition: -ms-transform 0.2s;
}

.categoryTitle_wrap {
  margin-top: -15px;
}
.categoryTitle_wrap ul {
  display: table;
  width: 90%;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 auto;
}

.categoryTitle {
  display: table-cell;
  line-height: 49px;
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: -1px;
}
.categoryTitle a {
  display: block;
  margin-right: 10px;
}

.categoryTitle-atv a {
  border-bottom: 1px solid #a28a77;
  color: #a28a77;
}

.categoryFilter_wrap {
  width: 100%;
  margin: 0px auto;
}

.categoryFilter_wrap > div:nth-last-child(2) {
  border-bottom: none;
}

.categoryList_style {
  width: 98%;
  margin: 0 auto;
  border-bottom: 1px solid #ebebeb;
}

.categorySubTitle_wrap {
  position: relative;
  margin-left: 5px;
}

.categoryList_wrap {
  margin-left: 5px;
  display: none;
  margin-top: -4px;
}

.categoryList_wrap > li:nth-child(1) > a {
  color: #a28a77;
  position: relative;
  padding-right: 30px;
}

.categoryList_wrap > li:nth-child(1) > a:after {
  content: url(../images/nav-filterLink-n.png);
  position: absolute;
  top: 4px;
  right: -7px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.categoryList_wrap > div {
  margin-bottom: 20px;
}

.categorySubTitle {
  line-height: 50px;
  font-size: 1.15rem;
  overflow: hidden;
  cursor: pointer;
  display: block;
  color: #a28a77;
}

.categoryList_wrap-show {
  display: block;
}

.categorySubT_toggle {
  position: absolute;
  right: 0;
  top: 8px;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
}

.toggleBtn_up {
  display: block;
}

.toggleBtn_arrowup {
  display: none;
}

.categoryList {
  line-height: 35px;
  display: inline-block;
  width: 100%;
}
.categoryList a {
  display: inline-block;
}

.categoryList_wrapBG {
  display: none;
}

.categorySubTitle_wrap:hover .categorySubTitle_toggle div {
  content: url(../images/category_toggleBtn-h.png);
}

.skinStyle_eventBooks {
  padding: 0px;
  max-width: 470px;
}

.eventBooks {
  padding: 10px;
  margin: 0 auto;
}
.eventBooks li:nth-child(1) {
  margin-top: 0px;
}
.eventBooks li:nth-last-child(1) {
  margin-bottom: 0px;
}

.eventBooks_List {
  margin: 10px auto;
  max-width: 365px;
}
.eventBooks_List img {
  width: 100%;
  max-width: 365px;
}

.trMsg_closeBtn {
  margin: 10px 60px 0px 0px;
}

.closeWrap {
  width: 98%;
  height: 35px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 auto;
}

.closeBtn {
  position: absolute;
  right: 0px;
  top: 10px;
  content: url(../images/od_di_close.png);
  cursor: pointer;
  z-index: 5;
}

.closeBtn:hover {
  content: url(../images/od_di_close-h.png);
}

.reader_download {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1366px;
  margin: 0px auto;
  padding: 50px 0px;
}
.reader_download h2 {
  position: relative;
  width: 90%;
  height: 60px;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
.reader_download h2::before {
  content: "閱讀軟體下載";
  position: absolute;
  z-index: 5;
  top: 15%;
  left: 50%;
  transform: translate(-50%);
  background-color: #f7f7f7;
  padding: 0px 20px;
}
.reader_download h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
}
.reader_download .ad_wrap, .reader_download .ios_wrap {
  width: 50%;
  padding: 0px 15px;
  box-sizing: border-box;
  text-align: center;
}
.reader_download .ad_wrap {
  border-right: 1px dashed #DDD;
}
.reader_download .ad_wrap > a, .reader_download .ios_wrap > a {
  position: relative;
  display: block;
  width: max-content;
  min-width: 200px;
  height: 60px;
  margin: 0px auto;
  border-radius: 4px;
  overflow: hidden;
}
.reader_download .ad_wrap > a img, .reader_download .ios_wrap > a img {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
}
.reader_download .ad_wrap > a:hover, .reader_download .ios_wrap > a:hover {
  filter: brightness(1.2);
}

.reader_download > div {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 850px;
  min-height: 50vh;
  margin-bottom: 50px;
}
.reader_download > div h3 {
  font-size: 1.15rem;
  margin-bottom: 15px;
}
.reader_download > div p {
  width: 75%;
  min-height: 120px;
  margin: 0px auto;
}
.reader_download > div a {
  display: block;
  width: max-content;
  max-width: 200px;
  height: max-content;
  margin: 0px auto 50px;
  overflow: hidden;
}
.reader_download > div a img {
  width: 100%;
}

.reader_download > a {
  color: #a28a77;
  margin: 20px 0px 40px;
  font-size: 1.5rem;
  text-decoration: underline;
}

.reader_download > a:hover {
  color: #6f5846;
}

@media (max-width: 319px) {
  .all-hide {
    display: none;
  }
  .xs-hide {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 499px) {
  .all-hide {
    display: none;
  }
  .s-hide {
    display: none;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .sm-hide {
    display: none;
  }
  .headerHbg {
    margin: 0px 5px 0px 5px;
  }
}
@media (min-width: 500px) and (max-width: 768px) {
  .all-hide {
    display: none;
  }
  .md-hide {
    display: none;
  }
  .headerHbg button {
    width: 50px;
    height: 50px;
  }
  .headerHbg button > img {
    width: 100%;
  }
  .searchBar {
    opacity: 1;
    display: none;
    position: absolute;
    width: 100%;
    top: 54px;
    z-index: 99;
  }
  .subscribepopMsg_wrap {
    position: fixed;
    right: 5%;
    bottom: 15px;
    max-width: 260px;
  }
  .twcaWrap {
    margin-top: 0px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .headerWrap {
    position: relative;
    z-index: 4000;
  }
  .md-hide {
    display: none;
  }
  .logoSet {
    width: 190px;
    margin-left: 0px;
    margin-top: 16px;
  }
  .toolBat-word {
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
  }
  .business-r {
    margin-top: -60px;
  }
  .footerImg {
    background-position: 25% center;
    width: 30%;
    margin-top: -20px;
  }
  .fbFans {
    width: 30%;
    margin-right: 2%;
  }
  .eNews {
    width: 30%;
  }
  .business-rFeedback {
    width: 210%;
    right: 0px;
    max-width: 600px;
  }
  .subscribeInput {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 65%;
  }
  .mailsend {
    display: block;
  }
  .skinStyle_categoryFilter {
    margin-left: 4%;
    width: 92%;
    box-shadow: none;
    padding: 0px;
    background: transparent;
    max-height: 125vh;
  }
  .skin_position {
    position: absolute;
  }
  .skin_position_filter {
    max-width: 768px;
    transform: translateX(-50%);
    left: 50%;
  }
  .categorySubTitle_wrap {
    margin-left: 0px;
  }
  .categorySubTitle {
    line-height: 4.3vh;
    min-height: 32px;
    color: #505050;
  }
  .categorySubTitle-atv {
    color: #a28a77;
  }
  .categoryTitle_wrap ul {
    width: 94%;
  }
  .categoryTitle {
    display: inline-block;
  }
  .categoryTitle a {
    padding: 0px 20px;
  }
  .categoryTitle-atv a {
    padding: 0px 20px;
  }
  .categoryFilter_wrap {
    width: 95%;
    padding: 1px 0px;
  }
  .categoryList_style {
    border-bottom: none;
    max-width: 240px;
    margin: 0;
    width: 100%;
    margin-left: 0px;
    box-sizing: border-box;
    margin-top: 0px;
  }
  .categoryList_BG {
    background: #fff;
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 1px 1px 1px 1px #ccc;
    z-index: -1;
  }
  .categoryList_wrap {
    position: absolute;
    padding: 50px 25px 10px 45px;
    min-height: 312px;
    width: calc(100% - 270px);
    top: 0;
    left: 30px;
    box-sizing: border-box;
    display: block;
    opacity: 0;
    transition: 0.2s all;
    margin-top: 0px;
    z-index: -5;
  }
  .categoryList_wrapBG {
    display: block;
    position: absolute;
    top: 0px;
    left: -1%;
    width: 101%;
    height: 530px;
    background: #fff;
    box-shadow: 1px 1px 3px 1px #ccc;
    z-index: -2;
    background: url(../images/category_list_bg.png) repeat-y;
    background-position-x: 1px;
  }
  .category_Pagination {
    margin-top: 440px;
  }
  .category_Pagination ul li {
    line-height: 40px;
  }
  .c_Pagination_previous {
    float: left;
    padding-left: 70px;
  }
  .c_Pagination_previous a::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/pagination_arrowl-n.png);
    background-position: center;
    margin-left: -40px;
  }
  .c_Pagination_previous:hover a::before {
    background: url(../images/pagination_arrowl-h.png);
    background-position: center;
  }
  .c_Pagination_next {
    float: right;
    padding-right: 70px;
  }
  .c_Pagination_next a::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(../images/pagination_arrowr-n.png);
    background-position: center;
  }
  .c_Pagination_next:hover a::after {
    background: url(../images/pagination_arrowr-h.png);
    background-position: center;
  }
  .categoryList_wrapFedin {
    opacity: 1;
    left: 250px;
    z-index: 1;
  }
  .categoryList_wrap_show {
    display: block !important;
  }
  .categoryList {
    width: 49%;
    float: left;
    line-height: 40px;
    position: relative;
  }
  .categoryList_spacingA {
    background: rgba(200, 200, 200, 0.1803921569);
    height: 40px;
    width: 100%;
    position: absolute;
  }
  .categoryList_spacingB {
    background: rgba(200, 200, 200, 0.1803921569);
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .categoryList_wrap > li:nth-child(1) {
    width: 100%;
    font-size: 1.15rem;
    margin-bottom: 5px;
  }
  .categoryList_wrap > li:nth-child(1) > a::after {
    top: 6px;
  }
  .categorySubT_toggle {
    display: none;
  }
  .skinStyle .categorySubTitle_toggle {
    top: 50%;
    transform: translateY(-50%);
  }
  .skinStyle .categorySubTitle_toggle div {
    content: url(../images/category_toggleBtn_down.png);
  }
  .skinStyle .toggleBtn_up {
    transform-origin: center center;
    transform: rotate(-90deg);
    transition: transform 0.2s;
  }
  .skinStyle .toggleBtn_down {
    transform-origin: center center;
    transform: rotate(90deg);
    transition: transform 0.2s;
  }
  .categorySubTitle_wrap:hover .categorySubTitle_toggle div {
    content: url(../images/category_toggleBtn_down-h.png);
  }
}
@media (min-width: 769px) and (max-width: 1100px) {
  .all-hide {
    display: none;
  }
  .l-hide {
    display: none;
  }
  .headerHbg {
    display: none;
  }
  .logoSet {
    width: 240px;
    margin-left: 20px;
    margin-top: 20px;
  }
  .searchBtn {
    display: none;
  }
  .searchBar {
    display: block;
    position: inherit;
  }
  .searchBar span {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 375px;
    top: 20px;
  }
  .searchBar button {
    border-bottom: 1px solid #ddd;
  }
  .searchBar img {
    width: 100%;
  }
  .searchInput {
    width: calc(100% - 660px);
    height: 40px;
    background: #f7f7f7;
    float: right;
    margin: 20px 20px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    padding: 0px;
    padding-left: 10px;
  }
  .toolBar {
    margin: 20px 10px 0px 0px;
  }
  .mainMenu {
    display: block;
    background: none;
    height: auto;
    position: relative;
    z-index: 400;
  }
  .mainmenuSet {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .mainmenuSet li {
    font-size: 1.1rem;
    margin: 0px;
    text-align: center;
    width: 100%;
    line-height: 45px;
  }
  .nav-Filter, .nav-Event, .nav-News, .nav-Discount, .nav-Preorder, .nav-Usedbooks, .nav-Ebooks {
    width: 25%;
    display: inline-block;
    margin: 0px;
    padding: 10px 0px 0px;
    margin-left: -4px;
    border-bottom: 0px solid rgba(80, 80, 80, 0);
    background: #fff;
    color: #505050;
  }
  .nav-Usedbooks, .nav-Ebooks, .nav-Discount {
    display: none;
  }
  .nav-close {
    display: none;
  }
  .navBtn-arrow {
    display: inline-block;
    background: url(../images/header-nav-btn.png) no-repeat;
    width: 22px;
    height: 22px;
    background-position: 0px 3px;
  }
  .nav-Filter:hover .navBtn-arrow {
    background: url(../images/header-nav-btn-h.png) no-repeat;
    background-position: 0px 3px;
  }
  .nav-News:hover .navBtn-arrow {
    background: url(../images/header-nav-btn-h.png) no-repeat;
    background-position: 0px 3px;
  }
  .aboutUs {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }
  .newbie {
    width: 35%;
    display: inline-block;
    vertical-align: top;
  }
  .shopping-Notes {
    width: 20%;
    display: inline-block;
    vertical-align: top;
  }
  .footerImg {
    background-position: 25% center;
    background-size: 95%;
  }
  .subscribepopMsg_wrap {
    max-width: 260px;
  }
  .mailsend {
    display: block;
  }
  .newsMsg {
    top: 0px;
    margin-top: 20px;
    z-index: 5000;
  }
  .skin_position {
    z-index: 6000;
    display: none;
    top: initial;
  }
  .skin_position_filter {
    background: rgba(0, 0, 0, 0);
  }
  .skinStyle_categoryFilter {
    overflow: hidden;
    max-height: 100vh;
  }
  .skinStyle_eventBooks {
    padding: 0px;
    max-width: 1366px;
  }
  .eventBooks {
    padding: 15px;
  }
  .eventBooks li:nth-child(3n+3) {
    margin-right: 0px;
  }
  .eventBooks_List {
    margin: 0px 2% 20px 0px;
    max-width: 365px;
    float: left;
    width: 32%;
  }
  .eventBooks_List img {
    width: 100%;
    max-width: 365px;
  }
  .closeWrap {
    border-bottom: none;
    position: absolute;
  }
  .closeBtn {
    top: 0;
  }
}
@media (min-width: 1101px) {
  .all-hide {
    display: none;
  }
  .xl-hide {
    display: none;
  }
  .bannerMid_wrap {
    width: 70vw;
    margin-top: -5px;
  }
  .videoDrap {
    width: 49%;
    max-width: 450px;
    display: inline-block;
    margin: 30px 0px;
    padding: 0px;
    vertical-align: top;
  }
  .headerHbg {
    display: none;
  }
  .logoSet {
    width: 270px;
    margin-left: 20px;
    margin-top: 15px;
  }
  .twcaWrap {
    margin-top: -30px;
    margin-bottom: 0;
    text-align: left;
    margin-left: -7px;
  }
  .twcaWrap > div {
    display: inline-block;
    position: absolute !important;
    transform: translateX(0%);
    left: auto;
  }
  .searchBtn {
    display: none;
  }
  .searchBar {
    display: block;
    position: relative;
    width: calc(100% - 780px);
    top: 0px;
    float: right;
  }
  .searchBar button {
    border-bottom: 1px solid #ddd;
  }
  .searchBar span {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 25px;
    top: 20px;
  }
  .searchBar img {
    width: 100%;
  }
  .searchInput {
    width: calc(100% - 100px);
    height: 40px;
    float: right;
    margin: 20px 20px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    padding: 0px;
    padding-left: 10px;
  }
  .toolBar {
    margin: 20px 10px 0px 0px;
  }
  .mainMenu {
    display: block;
    background: none;
    height: auto;
    position: relative;
    padding: 0px 5%;
    width: 90%;
    z-index: 400;
  }
  .mainmenuSet {
    width: 100%;
    height: 60px;
    text-align: center;
    max-width: 1366px;
    margin: 5px auto 0px;
    display: block;
  }
  .mainmenuSet li {
    font-size: 1.25rem;
    margin: 0px;
    text-align: center;
    width: 100%;
    line-height: 3rem;
  }
  .nav-Filter, .nav-Event, .nav-News, .nav-Discount, .nav-Preorder, .nav-Usedbooks, .nav-Ebooks {
    width: 25%;
    border-bottom: rgba(80, 80, 80, 0) 0px solid;
    background: #fff;
    float: left;
  }
  .nav-Usedbooks, .nav-Ebooks, .nav-Discount {
    display: none;
  }
  .nav-close {
    display: none;
  }
  .navBtn-arrow {
    display: inline-block;
    background: url(../images/header-nav-btn.png) no-repeat;
    width: 22px;
    height: 22px;
    background-position: center;
    margin-bottom: -5px;
  }
  .nav-Filter:hover .navBtn-arrow {
    background: url(../images/header-nav-btn-h.png) no-repeat;
    background-position: center;
    display: inline-block;
    margin-bottom: -5px;
  }
  .nav-News:hover .navBtn-arrow {
    background: url(../images/header-nav-btn-h.png) no-repeat;
  }
  .slideWrap {
    width: 70vw;
    margin: 5px auto 0px;
    z-index: -1;
  }
  .business-l {
    width: 50%;
    display: inline-block;
    margin: 0px;
    padding: 45px 0px 50px 7.5%;
    text-align: left;
  }
  .business-r {
    width: 35%;
    padding: 45px 7.5% 0px 0px;
    float: right;
    margin-top: 0px;
  }
  .footerImg {
    margin-left: -100px;
    width: 100%;
    margin-top: -40px;
  }
  .aboutUs {
    width: 26%;
    display: inline-block;
    vertical-align: top;
  }
  .newbie {
    width: 43%;
    display: inline-block;
    vertical-align: top;
  }
  .shopping-Notes {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }
  .fbFans {
    width: 45%;
    display: inline-block;
    margin-top: -20px;
    margin-left: -25px;
  }
  .eNews {
    width: 45%;
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 36px;
  }
  .subscribepopMsg_wrap {
    position: fixed;
    right: 5%;
    bottom: 15px;
    max-width: 260px;
    z-index: 99999999;
  }
  .mailsend {
    display: block;
  }
  .newsMsg {
    top: 0;
    margin-top: 20px;
    z-index: 5000;
  }
  .skin_position {
    display: none;
    z-index: 6000;
    max-width: 1300px;
    transform: translateX(-50%);
    left: 50%;
    top: initial;
  }
  .skin_position_filter {
    max-width: 768px;
    transform: translateX(0%);
    left: 10%;
    background: rgba(0, 0, 0, 0);
  }
  .categoryTitle_wrap ul {
    width: 94%;
  }
  .categoryTitle {
    display: inline-block;
  }
  .categoryTitle a {
    padding: 0px 20px;
  }
  .categoryTitle-atv a {
    padding: 0px 20px;
  }
  .categoryList_style {
    border-bottom: none;
    margin-left: 0;
  }
  .categoryList a {
    display: inline-block;
    width: auto;
  }
  .categorySubT_toggle {
    display: none;
  }
  .skinStyle_categoryFilter {
    overflow: hidden;
  }
  .skinStyle_eventBooks {
    padding: 0px;
    max-width: 1366px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5000;
  }
  .eventBooks {
    padding: 30px 0px 15px;
    max-width: 1200px;
    width: 100%;
  }
  .eventBooks li:nth-child(3n+3) {
    margin-right: 0px;
  }
  .eventBooks_List {
    margin: 0px 2% 20px 0px;
    max-width: inherit;
    float: left;
    width: 32%;
  }
  .eventBooks_List a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .eventBooks_List img {
    width: 100%;
    max-width: 365px;
  }
  .detailClear {
    clear: none;
  }
  .closeWrap {
    border-bottom: none;
    position: absolute;
  }
  .closeBtn {
    top: 0;
  }
  .reader_download h2 {
    width: 60%;
    font-size: 1.75rem;
  }
}
@media (min-width: 1500px) {
  .all-hide {
    display: none;
  }
  .logoSet {
    width: 280px;
    margin-left: 10px;
    margin-top: 35px;
  }
  .searchBtn {
    display: none;
  }
  .searchBar {
    display: block;
    position: relative;
    width: calc(100% - 800px);
    top: 20px;
    float: right;
  }
  .searchBar span {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 25px;
    top: 20px;
  }
  .searchBar img {
    width: 100%;
  }
  .searchInput {
    width: calc(100% - 0px);
    height: 40px;
    float: right;
    margin: 20px 20px 0px 0px;
    border-radius: 4px 4px 4px 4px;
    padding: 0px;
    padding-left: 10px;
  }
  .toolBar {
    margin: 40px 10px 0px 0px;
  }
  .nav-close {
    display: none;
  }
  .skin_position_filter {
    max-width: 768px;
    transform: translateX(0%);
    left: 15%;
  }
  .slideWrap {
    width: 70vw;
    margin: 5px auto 0px;
    z-index: -1;
  }
  .fbFans {
    width: 45%;
    display: inline-block;
  }
  .eNews {
    width: 45%;
    display: inline-block;
    margin-left: 10px;
  }
  .mailsend {
    display: block;
  }
}