/*style共用元件調整*/
.selectStyle select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 3px 1px 3px 4px;
  margin: 0px auto;
  border: 1px solid #505050;
  border-radius: 4px;
  background: url("../images/od_di_arrow.png") no-repeat right center transparent;
  /*! background-color: var(--G00); */
  width: 95%;
  max-width: 200px;
  cursor: pointer;
}
/*Page Bar*/
.pagebar-wrap {
  position: relative;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 382px);
  height: 37px;
  margin-right: 52px;
}
.pagebar-wrap > div {
  position: relative;
  display: flex;
  height: 37px;
  line-height: 37px;
}
.pagebar-wrap .select-wrap {
  position: relative;
  display: flex;
}
.pagebar-wrap input[type="checkbox"] {
  position: absolute;
  right: 12px;
  z-index: 1;
  width: 64px;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.pagebar-wrap .menu-wrap > p {
  position: relative;
  width: 66px;
  margin: 0 12px 0 8px;
  height: 37px;
  padding: 0 32px 0 8px;
  box-sizing: border-box;
  line-height: 37px;
  background-color: var(--G00);
  border: 1px solid var(--G100);
  border-radius: 4px;
  font-size: 20px;
}
.pagebar-wrap .menu-wrap > p::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(../images/iconset/icon_pointdown_sn.png) no-repeat center;
}
.pagebar-wrap .menu-wrap ul {
  position: absolute;
  right: 12px;
  width: 64px;
  height: max-content;
  border: 1px solid transparent;
  border-radius: 4px;
  opacity: 0;
  overflow-y: hidden;
  transition: all 0.35s;
}
.pagebar-wrap .menu-wrap ul li {
  display: block;
  height: 0px;
  margin-top: -8px;
  background-color: var(--G00);
  text-align: center;
  cursor: pointer;
}
.pagebar-wrap label input {
  width: 44px;
  height: 37px;
  margin-left: 8px;
  box-sizing: border-box;
  background-color: var(--G00);
  border: 1px solid var(--G100);
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
}
.pagebar-wrap input[type="checkbox"]:checked ~ .menu-wrap ul {
  z-index: 1;
  border: 1px solid var(--G100);
  opacity: 1;
}
.pagebar-wrap input[type="checkbox"]:checked ~ .menu-wrap ul li {
  height: 32px;
  margin: 0;
  transition: all 0.35s;
}
.pagebar-wrap ol {
  display: flex;
  margin-left: 12px;
}
.pagebar-wrap ol li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  max-width: 48px;
  height: 37px;
  font-size: 20px;
  cursor: pointer;
  overflow: hidden;
}
.pagebar-wrap ol li.btn-prev {
  background: url(../images/iconset/icon_arrow_l_n.png) no-repeat center;
}
.pagebar-wrap ol li.btn-next {
  background: url(../images/iconset/icon_arrow_r_n.png) no-repeat center;
}
.pagebar-wrap ol.firstpage li.btn-prev {
  background: url(../images/iconset/icon_arrow_l_d.png) no-repeat center !important;
}
.pagebar-wrap ol.lastpage li.btn-next {
  background: url(../images/iconset/icon_arrow_r_d.png) no-repeat center !important;
}
.pagebar-wrap ol li:nth-last-child(3) {
  background: url(../images/icon_empty_n.png) no-repeat center;
}
.pagebar-wrap ol li:hover {
  background-color: var(--G100);
}
/*表單頁籤*/
.listPageWrap {
  width: 90%;
  margin: 0px auto 0px;
  text-align: center;
  height: 50px;
}
.listPage {
  width: 100%;
  height: 100%;
}
.listPage ul {
  display: inline-block;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  margin-left: 5px;
}
.pageStyle {
  width: 44px;
  text-align: center;
  line-height: 44px;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  border: 1px solid #c8c8c8;
  float: left;
  margin-left: -1px;
}

.prodsInterface {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
.view100w {
  max-width: none;
}

/*右側書牆介面*/
.functionBar {
  line-height: 30px;
  margin: 25px auto 50px;
  width: 92%;
  max-width: 985px;
}
.functionBar_cover {
  line-height: 30px;
  margin: 25px auto 50px;
  width: 92%;
  max-width: 985px;
}
.functionBarPD {
  line-height: 50px;
  margin: 25px auto 20px;
  width: 92%;
  max-width: 925px;
}
.filterBtn_wrap,
.browseWrap,
.sortWrap {
  float: left;
}
.filterBtn_wrap {
  width: 20%;
  max-width: 120px;
}
.filterBtn {
  background: var(--PFC);
  border-radius: 4px;
}
.filterBtn a {
  display: block;
  text-align: center;
  width: 100%;
  color: var(--G00);
  letter-spacing: 1px;
}
.filterBtn:hover {
  background: var(--PTC);
}
.filterBtn:active {
  background: var(--PFC);
}
.filterBtn a:hover {
  color: var(--G00);
}
.clearBtn {
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
}
.clearBtn:hover {
  border: 1px solid var(--PFC);
}
.clearBtn a {
  display: block;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
}
.browseWrap,
.sortWrap {
  float: right;
}
.browseWrap ul {
  position: relative;
}
.browseWrap div {
  float: left;
  width: 1px;
  background: #505050;
  height: 29px;
  margin-left: -1px;
}
.sortWrap select {
  padding-right: 25px;
  width: 140px;
  margin-left: 10px;
}
.browseList {
  width: 30px;
  height: 30px;
  float: left;
  border: 1px solid #505050;
  border-left: 1px solid transparent;
  margin-bottom: -8px;
  margin-left: -1px;
  cursor: pointer;
  box-sizing: border-box;
}
.browseCover {
  width: 30px;
  height: 30px;
  float: left;
  border: 1px solid #505050;
  cursor: pointer;
  border-right: 1px solid transparent;
  box-sizing: border-box;
}
.browseCover:hover {
  float: left;
  border: 1px solid var(--PFC);
  border-right: 1px solid transparent;
}
.browseList:hover {
  float: left;
  border: 1px solid var(--PFC);
}
.browseCover:hover ~ div,
.browseList:hover ~ div {
  background: var(--PFC);
}
.browseCover span {
  float: left;
  background: url("../images/prods/prods-browse-cover.png") no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  background-position-y: 3.5px;
}
.browseList span {
  float: left;
  background: url("../images/prods/prods-browse-list.png") no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.browseCover:hover span {
  background: url("../images/prods/prods-browse-cover-h.png") no-repeat;
  background-position: center;
}
.browseList:hover span {
  background: url("../images/prods/prods-browse-list-h.png") no-repeat;
  background-position: center;
}
.functionText {
  position: absolute;
  width: 92%;
  top: 35px;
}
.functionText p {
  line-height: 1.2;
}
.functionText span {
  color: var(--OC2);
}
.functionText_cover {
  display: block;
}

/*bookwall*/
.loading-view {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: none;
}
.loading-view img {
  width: 100%;
  width: 250px;
}
.bookwallWrap {
  position: relative;
  width: 100%;
  background: var(--G00);
  box-shadow: 1px 1px 3px 1px #cccccc50;
  display: block;
  max-width: 980px;
  min-height: 400px;
  margin: 20px auto 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.bookBox {
  float: left;
  width: 100%;
  margin: 10px auto;
  box-sizing: border-box;
  position: relative;
}
.bookBox > div {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}
.bookBox .paySkinWrap .saleValue::after {
  content: "折";
  color: var(--G500);
}
.bookBox.non-discount .paySkinWrap .saleValue {
  display: none;
}
.ebookTool {
  position: absolute;
  bottom: 0;
  right: -5px;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  color: var(--G00);
  width: 80px;
}
.ebookTool > div {
  margin-left: 0px;
  line-height: 35px;
  border-radius: 40px;
  cursor: pointer;
}
.favoritesWrap {
  float: left;
  width: 35px;
  background-color: #ed6d6d;
}
.readWrap {
  float: left;
  width: 35px;
  background-color: #408ec6;
  margin-left: -3px;
}
.favoritesWrap:hover {
  background-color: #ffa1a1;
}
.readWrap:hover {
  background-color: #82c7f9;
}
.readWrap.disabled,
.readWrap.disabled:hover {
  cursor: auto;
  background-color: #c8c8c8;
}
.favoritesWrap span,
.readWrap span {
  position: relative;
  display: block;
  height: 35px;
}
.favoritesWrap span:before {
  content: url(../images/prods/catgory-iconfavorites-n.png);
}
.readWrap span:before {
  content: url(../images/prods/catgory-iconread-n.png);
}
.favoritesWrap:hover span:before {
  content: "收藏";
}
.readWrap:hover span:before {
  content: "閱讀";
}
.favoritesWrap-atv:hover span:before {
  content: "已收藏";
}
.favoritesWrap-atv span:before {
  content: url(../images/prods/catgory-iconfavorites-h.png);
}

.bookCover {
  width: 100%;
  max-width: 110px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.bookCover a {
  display: block;
  position: relative;
  overflow: hidden;
}
.coverMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  height: auto;
}
.bookCover > a > img {
  width: 100%;
  /*! box-shadow: 2px 1px 10px -1px #ccc; */
  max-width: 200px;
  background-image: url(../images/book_cover.jpg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
}
.coverMask img {
  width: 100%;
}
.bookCover:hover .coverMask {
  display: block;
}
.bookCover:hover .ebookTool {
  width: 100%;
  bottom: -5px;
  right: 0px;
}
.bookCover:hover .ebookTool > div {
  border-radius: 0px;
}
.bookCover:hover .favoritesWrap,
.bookCover:hover .readWrap {
  width: 50%;
  margin: 0px;
}
/*成人書籍*/
.bookBox.adults .bookCover:hover .coverMask {
  display: none;
}
.bookBox.adults .bookCover > a > img {
  background-image: url(../images/bookcover_adults_n.jpg) !important;
}
.bookBox.adults .bookCover:hover > a > img {
  background-image: url(../images/bookcover_adults_h.jpg) !important;
}
.metaData {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  width: calc(100% - 125px);
  min-height: 155px;
}
.btntoggle {
  position: absolute;
  bottom: -10px;
  right: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.btntoggle img {
  width: 100%;
}
.toggle_down span {
  content: url(../images/category_toggleBtn_down.png);
}
.toggle_down:hover span {
  content: url(../images/category_toggleBtn_down-h.png);
}
.toggle_up span {
  content: url(../images/category_toggleBtn_up.png);
  width: 40px;
}
.toggle_up:hover span {
  content: url(../images/category_toggleBtn_up-h.png);
}
.paySkinWrap {
  background: var(--G00);
  padding: 10px 0px 5px;
  margin-top: 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
}
.putCartBtn_wrap {
  line-height: 35px;
  margin: 15px 0px 0px;
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  color: var(--G00);
  background: var(--PFC);
  cursor: pointer;
}
.putCartBtn_wrap span {
  color: var(--G00);
}
.addCartBtnWarpDisabled {
  background: #c8c8c8;
  cursor: not-allowed;
}
.putCartBtn_wrap:hover {
  box-sizing: border-box;
  color: var(--G00);
  background: var(--PTC);
}
.putCartBtn_wrap:active {
  box-sizing: border-box;
  color: var(--G00);
  background: var(--PFC);
}
.putCartBtn_wrap:disabled {
  background: #c8c8c8;
}
.putCartBtn_wrap:disabled .putCartBtn_wrap a {
  color: #c8c8c8 !important;
}
.addCartBtnWarpDisabled:hover {
  background: #c8c8c8 !important;
}
.addCartBtnWarpDisabled:active {
  background: #c8c8c8 !important;
}
/*.putCartBtn span:before{
  content: '放入購物車';
}
.putCartBtnused span:before{
  content: '商品頁選購';
}*/
.putCartBtn_wrap a {
  display: block;
  width: 100%;
}
.CategoriesWrap {
  display: none;
}
.CategoriesWrap select {
  padding: 4px 25px 4px 35px;
  box-shadow: 0px 0px 2px 0px #ccc;
}
.bookTitle,
.bookMedal {
  text-align: left;
}
.bookTitle {
  margin: 5px auto 5px;
  min-height: 2.8rem;
  max-height: 2.8rem;
  overflow: hidden;
}
.bookTitle > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.basicinfo {
  margin-bottom: 5px;
  font-size: 0.85rem;
  line-height: 1.8;
}
.basicinfo a {
  color: var(--PFC);
}
.basicinfo a:hover {
  color: var(--PTC);
}
.author,
.publishHouse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.priceinfoWrap {
  float: right;
  width: 135px;
  margin-top: 8px; /*! margin-bottom: -20px; */
  text-align: center;
}
.timeValue {
  font-size: 0.85rem;
  line-height: 1.25;
  letter-spacing: 1.5px;
}
.saleValue,
.priceValue {
  color: var(--OC2);
}
.saleValue::after {
  content: "折";
  color: var(--G500);
}
.prodsType {
  display: inline-block;
  width: calc(100% - 150px);
  max-width: 220px;
  margin-top: 15px;
}
.prodsType div {
  position: relative;
  float: left;
  width: 33.3%;
  margin: 0px 0px -5px;
  cursor: pointer;
  text-align: center;
}
.prodsType .typestyle > span {
  box-sizing: border-box;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  background: var(--G00);
  display: block;
  margin: 0 5px;
  font-size: 0.85rem;
  line-height: 23px;
}
.prodsType .typestyle:hover > span {
  border: 1px solid var(--PFC);
  color: var(--PFC);
  background: var(--G00);
}
.prodsType .typestyle:active > span {
  border: 1px solid var(--PFC);
  color: var(--PFC);
  background: var(--G00);
}
.prodsType .selected span {
  box-sizing: border-box;
  border: 1.5px solid #9C8A72;
  color: #A7681E ;
  background: #EDE7E0 ;
}
.prodsType .selected span::after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 5;
  width: 18px;
  height: 18px;
  background: url(../images/iconset/icon_check_n.png) no-repeat center;
  background-size: 16px;
}
.type-atv > span {
  box-sizing: border-box;
  border: 1.5px solid #9C8A72 !important;
  color: #A7681E !important;
  background: #EDE7E0 !important;
  cursor: auto;
}
.prodsType .typestyle:nth-child(1) > span {
  margin-left: 0px;
}
.prodsType .typestyle:nth-child(3) > span {
  margin-right: 0px;
}
.paper span:before {
  content: "紙 本";
}
.used span:before {
  content: "二 手";
}
.ebook span:before {
  content: "電 子";
}
.listPageWrap .listPage input {
  width: 40px;
  background-color: var(--G00);
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  line-height: 32px;
  text-align: center;
}
.listPage > div {
  display: inline-block;
  height: 36px;
}
.pageBtnWrap ul li {
  background-color: #ebebeb;
  width: 30px;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  cursor: pointer;
}
.pageBtnWrap ul li:nth-of-type(1) {
  border-radius: 4px 0px 0px 4px;
}
.pageBtnWrap ul li:nth-of-type(2) {
  border-radius: 0px 4px 4px 0px;
}
.pageBtnarrow {
  position: relative;
  width: 100%;
  height: 100%;
}
.pageBtnarrow span {
  position: absolute;
  width: 35%;
  height: 2.5px;
  background: #505050;
  top: 41.5%;
  left: 30%;
  transform: rotate(135deg);
  border-radius: 5px;
}
.pageBtnarrow span:nth-child(2) {
  transform: rotate(45deg);
  top: 58.5%;
}
.pageBtnR .pageBtnarrow {
  transform: scaleX(-1);
}
.pageBtnWrap ul li:hover {
  background-color: #c8c8c8;
}
.pageBtnWrap ul li:hover .pageBtnarrow span {
  background: #ebebeb;
}

/*左側分類選取介面*/
.prods_closeBtn {
  float: right;
  width: 40px;
  height: 40px;
  background: url("../images/prods/prods-catgory-close.png") no-repeat;
  background-size: 85%;
  background-position: center;
  cursor: pointer;
}
.prodsInterface-L {
  position: fixed;
  top: 0;
  z-index: 5001;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  min-height: 100dvh;
}
.prodsInterface-L > div {
  display: block;
  /*! z-index: 1; */
  background: #f7f7f7;
  width: 85vw;
  height: 100%;
  top: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
.prodsInterface-L h3 {
  margin-left: 20px;
  font-weight: 400;
  padding-top: 20px;
}
.categoryWrap {
  margin-left: 0px;
  margin-bottom: 0px;
}
.InstockWrap {
  margin-bottom: 0px;
}
.categoryList_prods {
  margin-left: 20px;
  line-height: 30px;
  overflow: hidden;
  /*! max-height: 250px; */
}
.prods_categoryTitle {
  font-weight: 400 !important;
  display: block;
  margin: 15px 0px 0px;
  font-size: 1.25rem;
  line-height: 45px;
  text-align: left;
  width: 75%;
  position: relative;
  /*! cursor: pointer; */
}
.categoryWrap.disabled {
  margin-bottom: -15px;
}
.categoryWrap.disabled .prods_categoryTitle {
  color: #c8c8c8;
}
.categoryWrap.disabled .categorySubTitle_toggle div {
  content: url(../images/category_toggleBtn-d.png);
  cursor: default;
}
.categoryWrap.disabled .categoryList_prods > div {
  display: none;
}
.categorySubTitle_toggle {
  position: absolute;
  right: -30%;
  top: 6px;
  display: block;
  cursor: pointer;
}
.categorySubTitle_toggle div {
  content: url(../images/category_toggleBtn.png);
}
.categorySubTitle_toggle div:hover {
  content: url(../images/category_toggleBtn-h.png);
}
.categorySubTitleB_toggle {
  position: absolute;
  right: 5px;
  top: -4px;
}
.categorySubTitleB_toggle div {
  content: url("../images/category_toggleBtn_down.png");
}
.categorySubTitleB_toggle:hover div {
  content: url("../images/category_toggleBtn_down-h.png");
}
.subtoggleBtn_down {
  transform: scaleY(-1);
}
.categorySubTitle_toggle img {
  vertical-align: top;
}
.categoryResult {
  position: relative;
}
/*一般分類篩選設定*/
.categoryWrap.price-range > .categoryList_prods > div {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.categoryWrap.price-range > .categoryList_prods > div label {
  display: inline-flex;
  align-items: center;
}
.categoryWrap.price-range > .categoryList_prods > div label input[type="text"] {
  max-width: 96px;
  height: 44px;
  margin: 0 8px;
  border-radius: 4px;
  border: 1px solid var(--G100);
  text-align: center;
}
.categoryWrap.price-range > .categoryList_prods > div label input[type="text"]::placeholder {
  color: var(--G300) !important;
}
.categoryWrap.price-range > .categoryList_prods > div label:nth-child(1) input[type="text"] {
  margin-left: 0;
}
/*Rangebar*/
.categoryWrap.price-range .double_range_slider_box * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.categoryWrap.price-range .double_range_slider_box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 0 12px;
}
.categoryWrap.price-range .double_range_slider {
  width: 100%;
  height: 6px;
  position: relative;
  background-color: #D9D9D9;
  border-radius: 20px;
}
.categoryWrap.price-range .range_track {
  height: 100%;
  position: absolute;
  border-radius: 20px;
  background-color: #9C8A72;
}
.minvalue {
  position: absolute;
  padding: 6px 15px;
  background: #9C8A72;
  border-radius: 1rem;
  color: white;
  bottom: 0;
  transform: translate(0, -100%);
  left: 0;
  font-size: 1rem;
  transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: left, transform;
  opacity: 0;
}
.maxvalue {
  position: absolute;
  padding: 6px 15px;
  background: #9C8A72;
  border-radius: 1rem;
  color: white;
  top: 0;
  transform: translate(0, 100%);
  right: 0;
  font-size: 1rem;
  transition: right 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: right, transform;
  opacity: 0;
}
.categoryWrap.price-range input[type="range"] {
  position: absolute;
  width: 100%;
  height: 5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  top: 50%;
  transform: translateY(-50%);
}
.categoryWrap.price-range input[type="range"]::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #9C8A72;
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  margin-bottom: 1px;
}
.categoryWrap.price-range input[type="range"]::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #9C8A72;
  pointer-events: auto;
  -moz-appearance: none;
  cursor: pointer;
  margin-top: 30%;
}

.categoryWrap.filter > .categoryList_prods {
  height: max-content;
}
.categoryWrap.filter > .categoryList_prods .category-menu {
  height: max-content;
  max-height: 211px;
  transition: 0.3s ease;
}
.categoryWrap .btn-more {
  position: absolute;
  right: 8px;
  display: none;
  font-size: 12px;
  color: var(--G300);
  cursor: pointer;
}
.categoryWrap.filter-author > .categoryList_prods .category-menu,
.categoryWrap.filter-publishe > .categoryList_prods .category-menu {
  height: max-content;
  max-height: 150px;
}
.categoryWrap.filter-publishe {
  margin-bottom: 90px;
}
.categoryWrap.morestyle > .categoryList_prods {
  margin-bottom: 32px;
}
.categoryWrap.morestyle .btn-more {
  display: block;
}
/*分類頁收合按效果*/
.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;
}
.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;
}
.bgSkin {
  display: block;
  position: fixed;
  z-index: 2;
  background: #f7f7f7;
  width: 80%;
  height: 100vh;
}

/*篩選格STYLE*/
.articleCategory {
  display: inline-block;
}
.articleSign {
  padding: 40px;
}
.article {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.article input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #f5f5f5;
  border: 1px solid #696969;
  border-radius: 3px;
}
.article:hover input ~ .checkmark {
  background-color: #eee;
}
.article input:checked ~ .checkmark {
  background-color: var(--G00);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkBox-dis {
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  background: #ebebeb;
  top: 7px;
  left: 0px;
  border-radius: 3px;
}
.article input:checked ~ .checkmark:after {
  display: block;
}
.article .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #585858;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(deg);
  transform: rotate(45deg);
}
/*篩選格STYLE END*/
/*再搜尋STYLE*/
.categorySearch {
  width: 90%;
  margin: 30px auto -10px;
  position: relative;
}
.categorySearch input {
  font-family: "微軟正黑體";
  width: calc(100% - 10px);
  line-height: 30px;
  padding-left: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px 0px inset;
}
.promotiomSearchDelet {
  color: #505050;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  height: 40px;
  width: 40px;
  position: absolute;
  line-height: 40px;
  right: 23px;
  top: -4px;
  cursor: pointer;
}
.categorySearch span {
  position: absolute;
  right: 2px;
  top: 5px;
}
.categorySearch button {
  width: 25px;
  height: 25px;
  background: none;
}
.categorySearch > span img {
  position: absolute;
  right: 4px;
  cursor: pointer;
}
/*再搜尋STYLE END*/
.applyBtn_wrap {
  width: 85vw;
  max-width: none;
  margin: 10px auto 0px;
  display: block;
  line-height: 40px;
  background: #f7f7f7;
  position: fixed;
  bottom: 0px;
  padding: 15px 5%;
  box-sizing: border-box;
  /*! position: relative; */
  /*! visibility: hidden; */
}
.applyBtn_wrap :nth-child(1) {
  margin-right: 4%;
}
.applyBtn {
  height: 40px;
  margin: 0;
  width: 48%;
  float: left;
}
.filterBtn_blockset {
  /*! opacity: 0; */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85vw;
}

/*uc0105.1_CategoryProds_list*/
.bookcase_arrow_wrap {
  position: absolute;
  top: 0px;
  width: 100%;
  /*! margin-left: -3%; */
  height: 100%;
  /*! display: none; */
  left: 0;
}
.bookcase_arrowR button,
.bookcase_arrowL button {
  max-width: 18px;
  background: none;
  margin-top: 100px;
}
.bookcase_arrowR img,
.bookcase_arrowL img {
  width: 100%;
}
.bookcase_arrowL {
  float: left;
  height: 100%;
  display: none;
  cursor: pointer;
  margin-left: 1%;
}
.bookcase_arrowR {
  float: right;
  height: 100%;
  cursor: pointer;
  margin-right: 1%;
}
.bookCover_wrap {
  float: left;
  width: 50%;
  max-width: 110px;
}
.bookText_wrap {
  float: left;
  width: calc(100% - 130px);
  /*! max-width: 180px; */
  margin-left: 10px;
}
.bookText_set {
  margin: 0px 0px 0px 10px;
}
.bookTitle-list {
  margin: 0px 0px 10px;
  font-size: 1rem;
}
.bookMedal-list {
  margin-top: -10px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.publishing_wrap {
  margin-top: -5px;
  margin-bottom: -5px;
}
.publishing_wrap p {
  color: #3b78e7;
  font-size: 0.9rem;
}

/*書籍內容細節*/
.bookContent_wrap {
  display: none;
  width: 100%;
}
.bookContent_title {
  width: 100%;
}
.bookContent_title ul {
  display: table;
  width: 100%;
}
.contentList_wrap {
  width: 100%;
  position: relative;
  max-height: 200px;
  overflow-y: auto;
  border-top: 1px solid #c8c8c8;
  box-sizing: border-box;
  padding-top: 5px;
  border-bottom: 1px solid #f7f7f7;
  scrollbar-width: thin;
  scrollbar-color: #c8c8c8 #f7f7f7;
  min-height: 115px;
}
.bookContent_title li {
  line-height: 40px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  float: left;
  width: 33.3%;
}
.li-hover {
  height: 2px;
  background: var(--PFC);
  position: absolute;
  width: calc(100% + 0px);
  left: 0;
  bottom: -1px;
  z-index: 50;
  display: none;
  /*! transform: translateX(-50%); */
}
.bookContent_list-atv {
  color: var(--PFC);
}
.bookContent_title li:hover span {
  color: var(--PFC);
}
.title-img-hr {
  margin: 0 auto;
  border-bottom: 1px solid #c8c8c8;
  display: none;
}
.bookContent_list span {
  color: #505050;
  border-radius: 9px;
  min-width: 20px;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  font-weight: bold;
}
.bookContent_list span:before {
  content: "(";
}
.bookContent_list span:after {
  content: ")";
}
.bookContent_list-atv .li-hover {
  display: block;
}
.bookContent_list-atv span {
  color: var(--OC2);
}
.bookContent_list-atv a {
  color: var(--PFC);
}
.bookContent_list-atv a:hover {
  color: var(--PTC);
}
.contentList {
  font-size: 1rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
  float: left;
  width: 100%;
  display: none;
}
.contentPage {
  background: #c8c8c8;
  float: left;
  padding: 0px 5px;
  min-width: 45px;
  max-width: 65px;
  text-align: center;
  margin: 10px 0px 0px;
  border-radius: 3px;
  color: var(--G00);
}
.contentText {
  float: left;
  overflow: hidden;
  width: 98%;
  color: #505050;
  margin-top: 0px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  /*! text-indent: 65px; */
  line-height: 1.5;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.contentText span {
  color: var(--OC2);
}
/*書籍內容細節END*/

/*uc0302.4_prodsDetail*/
.prodsDetail_wrap {
  width: 92%;
  display: block;
  padding-bottom: 30px;
  margin: -10px auto 20px;
}
.shareBtn_wrap {
  float: right;
  position: relative;
}
.shareBtn {
  background: url("../images/prods/prods-medal-share.png") no-repeat;
  background-position: center;
  width: 30px;
  height: 40px;
  vertical-align: middle;
}
.shareBtn:hover {
  background: url("../images/prods/prods-medal-share-h.png") no-repeat;
  background-position: center;
}
.socialNetwork {
  display: none;
  float: left;
  position: absolute;
  width: 35px;
  top: 50px;
  left: -2.5px;
  z-index: 5;
}
.socialNetwork a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-size: 100%;
  background-position: center;
}
.socialNetwork a:hover {
  background-size: 100%;
  background-position: center;
}
.shareFB {
  background: url("../images/prods/share-fbLogo.png") no-repeat;
}
.shareTW {
  background: url("../images/prods/share-twitterLogo.png") no-repeat;
}
.shareLIEN {
  background: url("../images/prods/share-lienLogo.png") no-repeat;
}
.shareBlog {
  background: url("../images/prods/share-blogLogo.png") no-repeat;
}
.shareFB:hover {
  background: url("../images/prods/share-fbLogo-h.png") no-repeat;
}
.shareTW:hover {
  background: url("../images/prods/share-twitterLogo-h.png") no-repeat;
}
.shareLIEN:hover {
  background: url("../images/prods/share-lienLogo-h.png") no-repeat;
}
.shareBlog:hover {
  background: url("../images/prods/share-blogLogo-h.png") no-repeat;
}
.socialNetwork img {
  max-width: 35px;
}
.prodsDetail {
  margin: 0 auto;
  width: 100%;
}
.prodsDetail_L {
  position: relative;
}
.itemCover {
  min-height: 430px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  /*! cursor: url(../images/mouse_scorll.png),auto; */
}
.itemCover_sizeL {
  width: 340px;
  height: 430px;
  position: absolute;
  right: -100%;
  z-index: 3500;
  background-size: 200%;
  border: 1px solid #c8c8c8;
  background-color: var(--G00);
}
.coverZoom {
  position: absolute;
  width: 170px;
  height: 215px;
  background-color: #ebebeb90;
  border: 1px solid #c8c8c8;
}
.prodsDetail_C {
  color: #585858;
}
.prodsDetail_C h2 {
  margin: 35px 15px 10px 0px;
  font-size: 1.5rem;
  min-height: 3.1rem;
}
.prodsDetail_text span {
  color: var(--PFC);
}
.prodsDetail_text p {
  line-height: 1.55;
}
.reMark {
  color: #505050;
}
.prodsItem_cost span {
  font-size: 1.2rem;
}
.prodsDetail_nav {
  margin: 10px auto;
  display: none;
}
.prodsDetail_nav ul {
  display: table;
}
.prodsDetail_nav li {
  display: block;
  float: left;
  position: relative;
  margin-right: 10px;
}
.prodsDetail_nav li a {
  line-height: 30px;
  margin-left: 27px;
}
.readIcon a:before {
  content: url("../images/prods/prods-nav-read.png");
  position: absolute;
  left: 0px;
  top: 3px;
}
.favoriteIcon a:before {
  content: url("../images/prods/prods-nav-favorite.png");
  position: absolute;
  left: 0px;
  top: 3px;
}
.followIcon a:before {
  content: url("../images/prods/prods-nav-follow.png");
  position: absolute;
  left: 0px;
  top: 3px;
}
.prodsDetail_btnWrap {
  display: table;
  width: 100%;
  color: #585858;
}
.prodsDetail_btnWrap > div {
  float: left;
  width: 100%;
}
.cartBtnadd,
.usedBooks,
.eBooks {
  display: inline;
  width: 100%;
  min-height: 55px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  margin: 8px auto;
  text-align: center;
  padding: 15px 0px;
  position: relative;
  color: #585858;
  background: none;
}
.usedBooks_wrap,
.eBooks_wrap {
  display: none;
}
.prodsDetail_btnWrap p {
  margin-top: -25px;
}
.prodsDetail_btnWrap span {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.2rem;
}
.cartBtnadd {
  color: var(--G00);
  display: block;
  background: var(--PFC);
  width: 100%;
  line-height: 50px;
  border-radius: 5px;
  font-size: 1.5rem;
  text-align: center;
  padding: 0;
  border: 1px solid var(--PFC);
  margin-top: 25px;
}
.cartBtnadd:hover {
  color: var(--G00);
  background: #ff9a00;
  border: 1px solid #ff9a00;
}
.cartBtnadd:active {
  color: var(--G00);
  background: #ff4b1e;
  border: 1px solid #ff4b1e;
}
.prodsDetail_R {
  margin: 10px auto;
}
.prodsBanner {
  /*! max-width:350px ; */
  margin: 0px auto 3px;
}
.prodsBanner:hover {
  filter: brightness(85%);
}
.prodsBannerB:hover {
  filter: none;
}
.prodsBanner img {
  width: 100%;
  margin: 0 auto;
}
.promoText li {
  position: relative;
  margin: 20px 10px;
  color: #585858;
  max-width: 350px;
  margin: 20px auto;
}
.promoIconA > a,
.promoIconB > a {
  display: inline-block;
  width: calc(100% - 60px);
  vertical-align: middle;
  margin-left: 5px;
}
.promoIconA span,
.promoIconB span {
  display: inline-block;
  width: 45px;
  height: 45px;
}
.promoText i {
  display: inline-block;
  width: calc(100% - 50px);
  vertical-align: middle;
}
.promoIconC {
  display: none;
}
.programDownload_wrap {
  position: absolute;
  bottom: 0px;
  z-index: 999;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  display: none;
}
.programDownload_wrap h3 {
  text-align: center;
  margin: 0px 0px 10px;
}
.programDownload a {
  float: left;
  width: 50%;
  text-align: center;
}
.programDownload {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  margin: 0 5%;
}
.programDownload a img {
  width: 95%;
}
.prodsDetail_D {
  width: 100%;
  position: relative;
}
.prodsDetail_images {
  background: none;
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.prodsDetail_arrow {
  position: relative;
  padding: 0px 0px 240px;
  z-index: 99;
}
.itemImages_wrap {
  width: 83%; /*! overflow: hidden; */
  padding: 45px 0px;
  margin: 0 auto; /*! float: left; */
  max-width: 800px;
  position: relative;
}
.itemImages_wrap ul {
  width: 100%;
  overflow: hidden;
}
.itemImages_wrap ul > div {
  /*! max-width: 750px; */
  overflow: hidden;
  height: 150px;
}
/*.itemImages_wrap>div{ width: 100%; overflow: hidden;}*/
/*.itemImages_wrap>div>ul{ max-width: 750px; max-height: 150px; overflow: hidden;}*/
.itemImages {
  max-width: 100px;
  float: left;
  margin: 0px 20px 0px 0px;
  box-shadow: 2px 4px 5px -1px #ccc;
  background: var(--G00);
}
.itemImages a {
  display: block;
}
.itemImages img {
  width: 100%;
}
.itemImages:hover {
  opacity: 0.75;
}
.itemImages1 a img {
  /*background-image:url('../images/prods/itemCover.jpg');僅示意*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.itemImages2 a img {
  /*background-image:url(../images/prods/itemImage02.jpg);僅示意*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.itemImages3 a img {
  /*background-image:url(../images/prods/itemImage01.jpg);僅示意*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.itemImages4 a img {
  /*background-image:url(../images/prods/itemImage02.jpg);僅示意*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.itemImages5 a img {
  /*background-image:url(../images/prods/itemImage01.jpg);僅示意*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.itemImages6 a img {
  /*background-image:url(../images/prods/itemImage02.jpg);僅示意*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.itemImages_arrowL {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -8%;
  transform: translate(0%, -50%);
}
.itemImages_arrowR {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -8%;
  transform: translate(0%, -50%);
}
.itemImages_arrowL button,
.itemImages_arrowR button {
  background: none;
}
.itemImages_arrowL button {
  background: url("../images/prods/prods-bookcase-arrowL.png") no-repeat;
  background-size: 65%;
  background-position: center;
}
.itemImages_arrowR button {
  background: url("../images/prods/prods-bookcase-arrowR.png") no-repeat;
  background-size: 65%;
  background-position: center;
}
.itemImages_arrowL button:hover {
  background: url("../images/prods/prods-bookcase-arrowL-h.png") no-repeat;
  background-size: 65%;
  background-position: center;
}
.itemImages_arrowR button:hover {
  background: url("../images/prods/prods-bookcase-arrowR-h.png") no-repeat;
  background-size: 65%;
  background-position: center;
}
.itemImages_arrowR img,
.itemImages_arrowL img {
  width: 65%;
}
.itemImages_bgMark {
  background: #f2f2f3;
  min-height: 240px;
  position: inherit;
  z-index: -5;
  margin-top: -240px;
}
.prodsInfo_text {
  width: 90%;
  margin: 0 auto;
}
.booksInfo {
  padding: 20px 0px;
  line-height: 1.8;
}
.booksInfo span {
  margin-right: 15px;
  display: block;
}
.booksInfo strong {
  margin-right: 10px;
}
.booksDescription_wrap {
  position: relative;
}
.prodsDescription {
  width: 100%;
  background: var(--G00);
}
.descriptionList {
  line-height: 50px;
  border-bottom: 1px solid #c8c8c8;
  width: 90%;
  margin: 0 auto;
  font-size: 1.25rem;
}
.descriptionList_toggle {
  float: right;
  margin-right: 0%;
}
.descriptionList a {
  display: block;
  width: calc(95% - 30px);
  width: 100%; /*配合目前程式調整*/
}
.descriptionList_toggle > div {
  cursor: pointer;
  margin-top: 14px;
}
.toggleBtn_up span {
  background: url(../images/category_toggleBtn_up.png) no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
}
.toggleBtn_down span {
  background: url(../images/category_toggleBtn_down.png) no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
}
.descriptionList-atv .toggleBtn_up {
  display: block;
}
.descriptionList-atv .toggleBtn_down {
  display: none;
}
.descriptionList-atv .toggleBtn_up span {
  background: url(../images/category_toggleBtn_up-h.png) no-repeat;
  background-position: center;
}
.descriptionList-atv a {
  color: var(--PFC);
}
.descriptionList:hover .toggleBtn_up span {
  background: url(../images/category_toggleBtn_up-h.png) no-repeat;
  background-position: center;
}
.descriptionList:hover .toggleBtn_down span {
  background: url(../images/category_toggleBtn_down-h.png) no-repeat;
  background-position: center;
}
.prodsDerail_toggleBtn_up span {
  background: url(../images/category_toggleBtn_up.png) no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: block;
}
.prodsDerail_toggleBtn_down span {
  background: url(../images/category_toggleBtn_down.png) no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: block;
}
.descriptionList-atv .prodsDerail_toggleBtn_up {
  display: none;
}
.descriptionList-atv .prodsDerail_toggleBtn_down {
  display: block;
}
.descriptionList-atv .prodsDerail_toggleBtn_up span {
  background: url(../images/category_toggleBtn_up-h.png) no-repeat;
  background-position: center;
}
.prodsDerail_toggleBtn_up {
  display: none;
}
.descriptionList-atv a {
  color: var(--PFC);
}
.descriptionList:hover .prodsDerail_toggleBtn_up span {
  background: url(../images/category_toggleBtn_up-h.png) no-repeat;
  background-position: center;
}
.descriptionList:hover .prodsDerail_toggleBtn_down span {
  background: url(../images/category_toggleBtn_down-h.png) no-repeat;
  background-position: center;
}
.descriptionList:hover a {
  color: var(--PFC);
}

.descriptionList:active .prodsDerail_toggleBtn_up span {
  display: block;
  background: url(../images/category_toggleBtn_up-h.png) no-repeat;
  background-position: center;
}
.descriptionText {
  width: 90%;
  color: #505050;
  line-height: 1.8;
  letter-spacing: 0.3px;
  margin: 15px auto 20px;
  display: none;
}
.descriptionText h3 {
  margin: 10px auto 10px;
  font-size: 1.2rem;
}
.descriptionText hr {
  margin: 5px 0px;
  display: none;
}
.prodsDescription > .descriptionText:nth-last-child(1) {
  padding-bottom: 10px;
}
.shopGuide {
  max-width: 1200px;
  margin: 0px auto 0px;
  width: 90%;
  background: var(--G00);
  padding: 50px 5% 20px;
}
.shopGuide h3 {
  font-size: 1.25rem;
}
.shopGuide p,
.shopGuide a {
  line-height: 1.8;
}
.shopGuide a {
  text-decoration: underline;
  text-align: center;
  display: block;
  margin: 20px auto 0px;
  max-width: 320px;
  line-height: 2.5rem;
}
.shopGuide a:hover {
  text-decoration: underline;
}
/*uc0302.4_prodsDetail_TryRead*/
.tryRead_viewWrap {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 5500;
}
.tryRead_view {
  position: absolute;
  width: 100%;
  max-width: 900px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.tryRead_arrowL,
.tryRead_arrowR {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -25%);
  cursor: pointer;
}
.tryRead_arrowL {
  left: -10px;
}
.tryRead_arrowR {
  right: -10px;
}
.tryRead_viewContent {
  width: calc(100% - 100px);
  background: rgba(255, 255, 255);
  border-radius: 15px;
  padding: 45px 10px 15px;
  margin: 0 auto;
  max-height: 90vh;
}
.tryRead_viewContent h2 {
  width: 95%;
  margin: 0px auto 15px;
}
.tryRead_viewImages {
  text-align: center;
  overflow: hidden;
}
.tryRead_viewImages li {
  min-width: 150px;
  min-height: 150px;
}
.tryRead_viewImages li img {
  width: 95%;
  height: 100%;
}
.tryRead_viewContent p {
  text-align: right;
  margin: 10px auto 0px;
  width: 95%;
}
.viewpage_input input {
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #ebebeb;
  width: 20px;
  box-shadow: 1px 1px 2px 0px #ccc inset;
  color: #505050;
}
.tryRead_bgMark {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 319px) {
}

@media (min-width: 320px) and (max-width: 499px) {
}

@media (min-width: 500px) and (max-width: 767px) {
  /*uc0105_CategoryProds_cover*/
  /*uc0302.4_prodsDetail*/
  .programDownload_wrap {
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .programDownload_wrap > div {
    position: relative;
    min-width: 500px;
    margin: 0 auto;
    padding: 0px 15%;
  }
  .programDownload_wrap h3 {
    float: left;
    margin: 0 0px 0 5%;
    text-align: left;
  }
  .programDownload a {
    float: left;
    width: auto;
    text-align: center;
    margin-right: 0px;
  }
  .programDownload {
    display: inline-block;
    width: calc(100% - 170px - 5%);
    margin: 0px;
  }
  .itemImages_wrap > ul {
    max-width: 600px;
    max-height: 150px;
    min-height: 150px;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .bookcase_arrow_wrap {
    display: none;
  }
  /*uc0105.1_CategoryProds_list*/
  .bookCover_wrap {
    max-width: 205px;
    width: 25%;
  }
  .bookText_wrap {
    max-width: none;
    width: calc(100% - 205px);
    margin-left: 15px;
  }
  .bookText_set {
    position: relative;
  }
  .bookTitle-list {
    font-size: 1.1rem;
    width: calc(100% - 105px);
  }
  .bookMedal-list {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 100px;
  }
  .publishing_wrap {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .publishing_wrap p {
    line-height: 20px;
    font-size: 0.95rem;
  }
  .bookContent_list span {
    color: var(--PFC);
    /*! background: #f0f0f0; */
    border-radius: 10px;
    margin: 0px 5px;
    min-width: 20px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .bookContent_list a {
    color: #585858;
  }
  .Medal-A {
    background-size: 90%;
    background-position: center;
    margin-right: 5px;
  }
  .Medal-B {
    background-size: 90%;
    background-position: center;
    margin-right: 5px;
  }
  .Medal-C {
    background-size: 90%;
    background-position: center;
  }
  .Medal-A:hover {
    background-size: 90%;
    background-position: center 1px;
  }
  .Medal-B:hover {
    background-size: 90%;
    background-position: center 1px;
  }
  .Medal-C:hover {
    background-size: 90%;
    background-position: center 1px;
  }
}

@media (min-width: 768px) /*and (max-width: 1100px) */ {
  /*表單頁籤*/
  .bookwallSet > ul > li {
    margin-bottom: 35px;
  }
  .bookContent_set {
    margin-left: 0px;
  }
  .bookContent_title li {
    float: left;
    line-height: 35px;
    padding-right: 10px;
    padding-left: 10px;
    width: auto;
  }
  .bookCover {
    float: left;
    max-width: 155px;
  }
  .metaData {
    float: left;
    width: calc(100% - 180px);
    margin-left: 20px;
    height: 105px;
    min-height: auto;
  }
  .btntoggle {
    display: none;
  }
  .basicinfo p {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
  }
  .publishDay {
    color: #505050;
  }
  .author {
    max-width: 130px;
    overflow: hidden;
    height: 25px;
  }
  .bookContent_wrap {
    display: block;
    position: absolute;
    top: 70px;
    right: 0px;
    width: calc(100% - 190px);
  }
  .bookTitle {
    width: calc(100% - 185px);
    margin: 0px;
  }
  .basicinfo {
    width: calc(100% - 185px);
    height: 25px;
    margin: 0px;
    overflow: hidden;
  }
  .contentList_wrap {
    max-height: 8.5rem;
  }
  .paySkinWrap {
    position: absolute;
    top: -10px;
    right: 0;
    border-bottom: none;
    max-width: 180px;
    padding: 0px !important;
  }
  .priceinfoWrap {
    float: none;
    margin-top: 30px;
    width: 180px;
    line-height: 34px;
  }
  .timeValue {
    width: 50px;
    float: left;
  }
  .prodsType {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 0;
  }
  .prodsType > div {
    margin-top: 0px;
  }
  .putCartBtn_wrap {
    margin: 6px 0px 0px;
    width: 180px;
  }
  .prodsInterface-L > div {
    width: 65vw;
  }
  .functionBar {
    line-height: 30px;
    margin: 25px auto;
    width: 96%;
    max-width: 985px;
  }
  .functionText {
    float: left;
    width: calc(100% - 350px);
    position: relative;
    top: 5px;
    margin-left: 5px;
  }
  .applyBtn_wrap {
    width: 65vw;
  }
  .prodsInterface-L h3 {
    padding-top: 0px;
  }
  .bookwallWrap {
    background: var(--G00);
    padding: 25px 50px;
    width: 100%;
    box-shadow: 1px 1px 4px 1px #ccc;
    box-sizing: border-box;
  }
  .socialNetwork {
    width: 180px;
    position: relative;
    top: auto;
    text-align: right;
  }
  .socialNetwork a {
    width: 35px;
    height: 35px;
  }
  .prodsDetail_L {
    width: 340px;
    margin-right: 30px;
    float: left;
  }
  .prodsDetail_btnWrap {
    width: calc(100% - 370px);
    margin-top: -10px;
    max-width: 425px;
    min-width: 300px;
  }
  .prodsDetail_R {
    margin-top: 30px;
  }
  .prodsBanner_wrap > div {
    float: left;
    width: 50%;
  }
  .prodsBanner {
    max-width: none;
  }
  .prodsBanner img {
    max-width: 350px;
    /*! margin-left: 0px; */
  }
  .programDownload_wrap {
    left: 50%;
    transform: translate(-25%, 0%);
    display: none;
  }
  .promoText li {
    float: left;
    width: 50%;
    margin: 25px 0px 10px;
    max-width: none;
  }
  .promoIconC {
    display: none;
  }
  /*.itemImages_wrap ul > div{
    max-height: 150px;
    max-width: 1200px;
  }*/
  .itemImages {
    width: 130px;
    max-width: 130px;
  }
  .itemImages_bgMark {
    min-height: 285px;
    margin-top: -285px;
  }
  .programDownload_wrap > div {
    width: auto;
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 768px;
    margin: 0 auto;
  }
  .programDownload_wrap h3 {
    display: inline-block;
    margin: 0 0px 0 5%;
    text-align: left;
    vertical-align: top;
  }
  .programDownload a {
    float: left;
    width: auto;
    text-align: center;
    margin-right: 0px;
  }
  .programDownload {
    display: inline-block;
    width: calc(100% - 170px - 5%);
    margin: 0px;
  }
  .itemImages_wrap {
    margin: 0 0 0 7.5%;
  }
  .itemImages_wrap > ul {
    max-height: 195px;
    min-height: 195px;
  }
  .itemImages_wrap ul > div {
    height: auto;
  }
  .itemImages_arrowR {
    right: 0;
  }
  .itemImages_arrowL {
    left: -5%;
  }
  .prodsInfo_textWrap {
    width: 100%;
  }
  .prodsInfo_text {
    max-width: 1200px;
  }
  .booksInfo p {
    display: inline-block;
  }
  .booksInfo p {
    display: inline-block;
  }
  .booksInfo p:after {
    content: "|";
    margin-left: -4px;
    margin-right: 5px;
  }
  .booksInfo p:nth-last-child(1):after {
    content: " ";
    margin-left: -4px;
    margin-right: 5px;
  }
  .booksInfo span {
    display: inline-block;
  }
  .booksInfo strong {
    margin-right: 0px;
  }
  .booksDescription_wrap {
    background: var(--G00);
    width: 100%;
    overflow-x: hidden;
  }
  .prodsDescription {
    display: table;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    position: relative;
  }
  .menu-hr {
    width: 100%;
    height: 1px;
    background: #c8c8c8;
    display: block;
    position: absolute;
    bottom: 0px;
    z-index: 0;
  }
  .descriptionList {
    display: table-cell;
    width: auto;
    min-width: 70px;
    line-height: 60px;
    text-align: center;
    border-bottom: none;
    position: relative;
  }
  .descriptionList a {
    width: 80%;
    margin: 0 auto;
    padding: 0px;
  }
  .descriptionList-atv a {
    color: var(--PFC);
  }
  .descriptionList_hover {
    width: 100%;
    height: 1px;
    background: var(--PFC);
    display: none;
  }
  .descriptionList-atv .descriptionList_hover {
    display: block;
  }
  .descriptionList_toggle {
    display: none;
  }
  .descriptionText {
    display: none;
    position: absolute;
    top: 48px;
    left: 50%;
    width: 100vw;
    transform: translate(-50%, 0);
    max-width: none;
    padding: 10px 0px 20px;
  }
  .descriptionText > div {
    position: relative;
    margin: 0 auto;
    width: 85%;
    max-width: 1200px;
    overflow-y: hidden;
  }
  .shopGuide {
    padding: 50px 5% 35px;
  }
  .descriptionText_height {
    min-height: 400px;
    background: var(--G00);
  }
  .descriptionText hr {
    display: block;
  }
}

@media (min-width: 1101px) {
  /*表單頁籤*/
  .listPageWrap {
    width: 100%;
  }
  .listPageWrap > div {
    float: right;
    width: calc(100% - 330px);
  }
  /*左側分類選取介面*/
  .prodsInterface-L {
    display: block;
    width: 280px;
    position: relative;
    padding: 25px 0px;
    background: none;
    float: left;
    z-index: 4500;
    margin-left: 20px;
  }
  .prodsInterface-L > div {
    display: block;
    position: relative;
    /*! z-index: 1; */
    background: none;
    width: 100%;
    top: auto;
    overflow: hidden;
    height: auto;
  }
  .prodsInterface-L h3 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .bgMark {
    display: none;
  }
  .prodsInterface-R {
    float: left;
    width: calc(100% - 320px);
  }
  .functionBar {
    margin: 25px auto;
  }
  .functionBarPD {
    margin: 20px auto 10px;
    max-width: 1200px;
  }
  .functionBar_cover {
    max-width: 985px;
    margin: 25px auto;
  }
  .shareBtn {
    display: none;
  }
  .socialNetwork {
    left: auto;
    width: auto;
  }
  .socialNetwork a {
    display: inline-block;
    margin: 0px 0px 0px 2px;
    width: 25px;
    height: 25px;
  }
  .socialNetwork img {
    max-width: 35px;
  }
  .filterBtn_wrap {
    display: none;
  }
  .filterBtn_blockset {
    z-index: -1;
  }
  .filterBtn_blockset-df {
    opacity: 1;
    position: fixed;
    bottom: 0;
    width: 270px;
    left: auto;
    z-index: 4500;
  }
  .prodsDetail_wrap {
    max-width: 1200px;
    margin-bottom: -50px;
  }
  .prodsDetail {
    min-height: 500px;
  }
  .prodsDetail_R {
    float: right;
    margin: 0;
    width: 265px;
  }
  .prodsDetail_C {
    width: calc(100% - 275px - 360px);
    text-align: left;
    float: left;
  }
  .prodsDetail_C h2 {
    margin-top: 0px;
  }
  .prodsDetail_L {
    margin-bottom: 50px;
  }
  .prodsBanner_wrap > div {
    float: none;
    width: 100%;
  }
  .InstockWrap {
    margin-bottom: 10px;
  }
  .promoText li {
    float: none;
    width: 100%;
  }
  .applyBtn_wrap {
    display: block;
    margin-top: 0px;
    max-width: 270px;
    position: sticky;
  }
  .functionText {
    top: 0px;
  }
  .bookwallSet > ul > li {
    margin-bottom: 50px;
  }
  .bookContent_wrap {
    width: calc(100% - 175px);
  }
  .bookBox > div {
    padding: 0px;
  }
  .basicinfo p {
    margin-right: 25px;
  }
  .author {
    max-width: 250px;
  }
  .author:after {
    content: "…";
    opacity: 0;
  }
  .priceinfoWrap {
    margin-top: 30px;
  }
  .contentText {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 0;
  }
  .descriptionText {
    line-height: 2.5;
    padding-top: 30px;
  }
  .descriptionText > div {
    height: 600px;
  }
  .descriptionText p,
  .descriptionText h3,
  .descriptionText a {
    padding: 0px 10px;
  }
  .descriptionText_height {
    min-height: 450px;
  }
  /*一般分類篩選設定*/
  .categoryWrap.price-range > .categoryList_prods > div label input[type="text"] {
    max-width: 64px;
  }
}

@media (min-width: 1500px) {
  /*表單頁籤*/
  .functionBar {
    margin: 25px auto;
  }
  .functionBar_cover {
    margin: 25px auto;
  }
}
