/*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;
  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);
}
.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: 15px auto 15px;
  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: #7C6546;
}
.filterBtn:active{
  background: #6f5846;
}
.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;
  text-align: center;
  width: 50%;
  margin: 10px auto;
  box-sizing: border-box;
}
.bookBox>div{
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
  box-sizing: border-box;
  max-width: 200px;
}
.ebookTool{
  position: absolute;
  bottom: 0;
  right: -5px;
  z-index: 5;
  display: none;
  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);
}
.bookBox .priceinfoWrap .saleValue::after {
  content: "折";
  color: var(--G500);
}
.bookBox.non-discount .priceinfoWrap .saleValue {
  display: none;
}

.bookCover{
  width: 100%;
  margin: 0 auto;
  max-width: 120px;
  position: relative;
  padding-bottom: 5px;
}
.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;
  transition: all 0.4s;
}
.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;
}
.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;
}
.addCartBtnWarpDisabled{
  background: #c8c8c8;
  cursor: not-allowed;
}
.putCartBtn_wrap:hover{
  box-sizing: border-box;
  color: var(--G00);
  background: #7C6546;
}
.putCartBtn_wrap:active{
  box-sizing: border-box;
  color: var(--G00);
  background: #6f5846;
}
.putCartBtn_wrap:disabled{
  border: 1px solid #c8c8c8;
  color: #c8c8c8;
}
.putCartBtn_wrap:disabled .putCartBtn_wrap a{
  color: #c8c8c8 !important;
}
.addCartBtnWarpDisabled:hover{
  background: #c8c8c8 !important;
}
.addCartBtnWarpDisabled:active{
  background: #c8c8c8 !important;
}
.putCartBtn_wrap a{
  display: block;
  width: 100%;
}
.putCartBtn_wrap_cover{
  margin: 15px auto;
}
.CategoriesWrap{
  display: none;
}
.CategoriesWrap select{
  padding: 4px 25px 4px 35px;
  box-shadow: 0px 0px 2px 0px #ccc;
}
.bookTitle, .bookMedal{
  text-align: left;
}
.bookTitle{
  margin: 15px auto 5px;
  min-height: 2.8rem;
  max-height: 2.8rem;
  overflow: hidden;
  text-align: center;
}
.bookTitle>a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.publishDay{margin-bottom: 5px;color: #909090;}
.priceinfoWrap{margin-top: 0px;overflow-x: hidden;height: 2.5rem;line-height: 2.5rem;overflow-y: clip;}
.timeValue{float: left;/*! display: none; */margin-top: 5px;font-size: 0.85rem;width: 45px;margin-right: 5px;line-height: 1.25;}
.priceinfoWrapUsed .timeValue{ display: block;}
.saleValue ,.priceValue{
  color: var(--OC2);
}
.prodsType div{
  float: left;
  width: 33.3%;
  margin: 10px 0px -5px;
  cursor: pointer;
}
.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 #6f5846;
  color: #6f5846;
  background: var(--G00);
}
.prodsType .selected span {
  position: relative;
  box-sizing: border-box;
  border: 1.5px solid #9C8A72;
  color: #A7681E ;
  background: #EDE7E0 ;
}
.prodsType .selected span::after {
  content: "";
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 5;
  width: 18px;
  height: 18px;
  background: url(../images/iconset/icon_check_n.png) no-repeat center;
  background-size: 16px;
}
.type-atv >span{
  border: 1px solid var(--PFC) !important;
  color: var(--PFC) !important;
  background: var(--G00) !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: 0px;
  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;
}
.bookwallSet{
  /*! margin-left: 5px; */
}
.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: block;
  width: 100%;
  float: right;
}
.bookContent_set{
  margin-left: 20px;
}
.bookContent_title{
  width: 100%;
}
.bookContent_title ul{
  border-bottom: 1px solid #d0d0d0;
  display: table-row;
}
.bookContent_title>div{
  max-height: 160px;
  overflow-y: scroll;
  border-top: 1px solid #d0d0d0;
}
.bookwallSet>ul>li{
  /*! padding: 20px 2.5% 10px; */
  /*! margin: 20px 0px; */
  /*! background: var(--G00); */
  /*! box-shadow: 1px 1px 2px 0px #ccc; */
}
.bookContent_title li{
  /*float: left;*/
  display: table-cell;
  line-height: 35px;
  /*! padding-right: 5px; */
}
.bookContent_list span{
  color: #ff7b00;
  background: #f0f0f0;
  border-radius: 10px;
  margin: 0px 2px;
  min-width: 20px;
  display: inline-block;
  text-align: center;
  line-height: 21px;
  /*! padding-left: 6px; */
  padding-right: 5px;
  font-size: 0.8rem;
  font-weight: bold;
}
.bookContent_list a{
  color: #585858;
}
.bookCintent_list-atv{
  border-bottom: 2px solid #848484;
}
.contentList{
  font-size: 1.05rem;
  letter-spacing: 1.2px;
  line-height: 1.5;
}
.contentPage{
  background: #adadad;
  display: inline-block;
  padding: 0px 5px;
  min-width: 45px;
  text-align: center;
  margin: 25px 0px 10px;
  border-radius: 3px;
  color: var(--G00);
  font-weight: bold;
}
.contentText{
  height: 80px;
  overflow: hidden;
  padding-right: 5px;
  color: #585858;
}
.contentText span{
  color: #ff0000;
}
/*書籍內容細節END*/

/*uc0302.4_prodsDetail*/
.prodsDetail_wrap{width: 100%;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: 360px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  background: black;
}
.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{width: 92%;margin: 0 auto;}
.prodsDetail_C h2{ margin: 10px 15px 10px 0px; font-size: 1rem;min-height: 3.1rem;position: relative;font-weight:     400 !important;}
.prodsDetail_text span{ color: #ff7b00; }
.prodsDetail_text p{ line-height: 1.55; }
.prodsItem_cost span{
  display: inline-block;
  min-width: 30px;
  text-align: center;
  padding: 0px 5px;
  box-sizing: border-box;
}
.OffermsgWrap{
  position: relative;
  margin: 15px 0px 0px;
}
.OffermsgWrap ul:nth-of-type(1) {
  border-bottom: 1px solid #ebebeb;
}
.OffermsgTitle , .offerbookmarks{
  display: inline-block;
  line-height: 30px;
  position: relative;
}
.OffermsgTitle span:after{
  position: absolute;
  content: url('../images/prods/prods-gifts-n.png');
}
.offerbookmarkWrap{
  float: right;
}
.offerbookmarks{
  padding:0px 5px;
  transition: 0.2s all;
  cursor: pointer;
}
.bot_hr{ 
  position: absolute;
  display: block;
  opacity: 0;
  background: #ff7b00;
  height: 1px;
  bottom: -1px;
  width: 100%;
  left: 0px;
}
.offerbookmarks:hover{
  color: #ff7b00
}
.offerbookmarks:hover .bot_hr{
  opacity: 1;
}
.offermsgContent{
  margin: 20px 0px;
}
.offertype{
  color: #ff7b00;
  margin-right: 5px;
}
.offertype:after{
  content: " /";
}
.offermsgContent li{
  line-height: 28px;
  width: 94%;
}
.prodsBanner_btn{
  position: absolute;
  right: -12px;
  bottom: -12px;
}
.prodsBanner_wrap , .promoText_wrap{
  display: none;
}
.prodsBanner_btn span{
  cursor: pointer;
  content: url('../images/category_toggleBtn_down.png');
}
.prodsBanner_btn:hover span{
  content: url('../images/category_toggleBtn_down-h.png')
}
.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;
}
.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: #FF7B00;
  width: 100%;
  line-height: 50px;
  border-radius: 5px;
  font-size: 1.5rem;
  text-align: center;
  padding: 0;
  border: 1px solid #FF7B00;
  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 5%;
}
.programDownload a img{ width: 95%; }
.prodsDetail_D{ width: 100%; position: relative;margin-top: -60px;}
.prodsDetail_images{ background: none;position: relative;width: 100%;max-width: 1350px;margin: 0 auto 0px;}
.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{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: 120px;position: inherit;z-index: -5;margin-top: -120px;}
  .prodsInfo_textWrap{
  }
  .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: #ff7b00;
  }
  .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: #ff7b00;
  }
  .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: #ff7b00;
  }

.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: 6500;
  }
  .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*/
  .bookBox{
    float: left;
    text-align: center;
    width: 33%;
  }
/*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;
  }
  .putCartBtn_wrap{
    float: right;
    /*! width: 130px; */
    margin-top: -50px;
    margin-bottom: 30px;
  }
  .putCartBtn_wrap_cover{
    margin: 15px auto;
    float: none;
  }
  .bookContent_wrap{
    display: block;
    width: calc(100% - 205px);
    float: left;
    margin-top: -15px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  .bookContent_set{
    margin-left: 15px;
  }
  .bookContent_title{
    width: 100%;
  }
  .bookContent_title ul{
    /*! border-bottom: 1px solid #d0d0d0; */
  }
  .bookContent_title li{
    float: left;
    line-height: 35px;
    padding-right: 10px;
  }
  .bookContent_list span{
    color: #ff7b00;
    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;
  }
  .bookContent_list-atv{
    border-bottom: 2px solid #848484;
  }
  .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)*/{
  /*表單頁籤*/
  .listPageWrap{
  }
  .bookBox{
    text-align: center;
    width: 25%;
  }
  .prodsInterface-L > div {
    width: 65vw;
  }
  .applyBtn_wrap{ width: 65vw;}
  .functionBar{
    line-height: 30px;
    margin: 25px auto;
    width: 96%;
    max-width: 985px;
  }
  .functionText{
    float: left;
    width: calc(100% - 350px);
    position: relative;
    top:0px;     
    margin-left: 5px;
  }
/*uc0105_CategoryProds_cover*/
  .prodsInterface-L h3{padding-top: 0px;}
  .bookwallWrap{
    background: var(--G00);
    padding: 25px 35px;
    width: 100%;
    box-shadow: 1px 1px 4px 1px #ccc;
    box-sizing: border-box;
  }
/*uc0302.4_prodsDetail*/
  .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;
  }
  .itemCover {/*! cursor: url(../images/mouse_scorll.png),auto; */}
  .prodsDetail_btnWrap{
    width: calc(100% - 370px);
    margin-top: -10px;
    max-width: 425px;
    min-width: 300px;
  }
  .cartBtnadd {
  }
  .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: #ff7b00;
  }
  .descriptionList_hover{  
    width: 100%;
    height: 1px;
    background: #ff7b00;
    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: 801px) /*and (max-width: 1100px)*/{
  .bookcase_arrow_wrap{
    display: none;
  }
/*uc0105.1_CategoryProds_list*/
  .prodsInterface-R{
    /*! min-height: 110vh; */
  }
  .bookCover_wrap{
    max-width: 230px;
    width: 25%;
  } 
  .bookwallSet{
    margin-left: 0px;
  }
  .bookwallSet > ul{
    padding: 0px;
  }
  .bookwallSet>ul>li{
    /*! padding: 30px 20px 20px; */
    /*! margin-top: 25px; */
  }
  .bookContent_title > div {
    /*! max-height: 240px; */
  }
  .bookContent_title li{
    width: 30%;
    text-align: center;
  }
  .bookText_wrap{
    width: 25%;
    max-width: 170px;
    float: right;
  }
  .bookTitle-list{
    font-size: 1.2rem;
  }
  .bookMedal-list{
    margin: 0px 0px 10px;
  }
  .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;
  }
  .putCartBtn_wrap{
    margin-top: 110px;
  }
  .bookContent_wrap{
    width: calc(75% - 180px);
    float: left;
    margin-top: -5px;
    display: block;
  }
.putCartBtn_wrap_cover {
    margin: 15px auto;
    float: none;
  }
}
@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 div.categoryWrap:nth-last-child(1){
    margin-bottom: 90px;
  }
  .prodsInterface-L h3{
    margin-top: 0px;
    padding-top: 0px;
  }
  /*一般分類篩選設定*/
  .categoryWrap.price-range > .categoryList_prods > div label input[type="text"] {
    max-width: 64px;
  }
  .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%;
  }
  .promoText li{ 
    float: none;
    width: 100%;
  }
  .applyBtn_wrap{
    display: block;
    margin-top: 0px;
    max-width: 270px;
    position: sticky;
  }
  .InstockWrap{
    margin-bottom: 10px;
  }
  .categoryWrap.filter{
    margin-bottom: 25px;
  }
  .functionText{
    top:0px;
  }
  .bookBox > div {
    max-width: 160px;
    padding: 0px 2px;
  }
  .bookBox{
    float: left;
    text-align: center;
    width: 20%;
    position: relative;
  }
  .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;
  }
}

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