@charset "UTF-8";
html,
body {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 1.5;
  font-family: Helvetica, Arial, Sans-Serif;
}
*:focus {
  outline: none;
}
a,
a:link {
  color: #2C62C2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
em {
  color: #f28900;
  text-decoration: none;
}
em:link {
  color: #f28900;
  text-decoration: underline;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.hiddenOverflow {
  overflow: hidden;
}
.mod {
  margin-bottom: 1px;
}
.mod2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mod-t1 {
  margin-top: 20px;
}
.mod-t2 {
  margin-top: 30px;
}
/* special_border */
.special_border_a {
  position: relative;
  display: inline-block;
}
.special_border_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 0;
}
.special_border {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
/*icon*/
.digital_m {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 4px 1px;
  font-size: 15px;
  line-height: 10px;
  font-weight: bold;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d8dad8;
  width: 25px;
  height: 25px;
}
.digital_m .icon-headphones-1 {
  position: absolute;
  top: 0;
  padding: 4px 1px;
  width: 18px;
  right: 6px;
}
.digital_18t {
  width: 25px;
  height: 25px;
  top: 5px;
  left: 5px;
  font-size: 15px;
  line-height: 10px;
  font-weight: bold;
  text-align: center;
  background-size: 26px 26px;
  background-image: url(//jci.book.com.tw/img/icons/icon-18x-01.svg);
  position: absolute;
}
.digital_18 {
  width: 25px;
  height: 25px;
  top: 29px;
  left: 5px;
  font-size: 15px;
  line-height: 10px;
  font-weight: bold;
  text-align: center;
  background-size: 26px 26px;
  background-image: url(//jci.book.com.tw/img/icons/icon-18x-01.svg);
  position: absolute;
}
/* pop */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.83);
  opacity: 0.83;
  z-index: 999;
}
.pop-win,
.pop-alert {
  display: none;
  position: fixed;
  top: 15%;
  right: 0;
  left: 0;
  z-index: 9999;
}
.pop-alert {
  /* top: 45%; */
}
.pop-win .panel-title {
  margin-bottom: 15px;
}
.pop-win .wrap {
  padding: 10px 15px 20px;
}
.pop-ctn {
  margin: 0 auto;
  position: relative;
}
.pop-title {
  padding: 0 0 0 15px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 40px;
  background-color: #f2f2f2;
}
.pop-title .btn-close {
  float: right;
  width: 60px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
.pop-title i.icon-fail::before {
  font-weight: bold;
  line-height: 40px;
}
.pop-closebtn {
  position: absolute;
  top: -23px;
  right: 32px;
  display: block;
  width: 40px;
  height: 40px;
  background: #e4e4e4;
  text-align: center;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.pop-closebtn i::before {
  line-height: 40px;
}
.pop-footer {
  min-height: 90px;
  color: #333;
}
/*pop-loding*/
.pop-loding {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 136px;
  height: 136px;
  margin-left: -68px;
  margin-top: -68px;
  background-color: #fff;
  border-radius: 6px;
  z-index: 9999;
}
.pop-loding img {
  width: 124px;
  height: 124px;
  display: block;
  margin: 6px auto;
}
/*pop-image*/
.pop-image .pop-ctn {
  width: 580px;
  max-width: 580px;
  padding: 30px 2px 20px;
  min-height: 150px;
  background-color: #fff;
  border-radius: 6px;
  color: #333;
  text-align: center;
}
.pop-image .view {
  width: 100%;
  max-height: 325px;
  overflow: auto;
}
.pop-image img {
  max-width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
  display: block;
}
/* alert */
.pop-alert .pop-ctn {
  background-color: #fff;
  border-radius: 6px;
  color: #333;
  text-align: center;
}
/* alert-1 */
.pop-alert.alert-1 .pop-ctn {
  width: 340px;
  padding: 24px 20px;
  min-height: 150px;
}
.pop-alert.alert-1 i.icon-ok-1::before {
  color: #94C722;
  font-size: 35px;
  font-weight: bold;
  vertical-align: bottom;
  margin: 0 auto 15px;
}
/* alert-2 */
.pop-alert.alert-2 .pop-ctn {
  width: 580px;
  padding: 40px 30px 30px;
  line-height: 28px;
  background: #fff;
}
.pop-alert.alert-2 p {
  margin-bottom: 10px;
  text-align: left;
}
.pop-alert.alert-2 strong {
  font-weight: bold;
  color: #000000;
}
.pop-alert.alert-2 p:last-child {
  margin-bottom: 0;
}
.pop-alert.alert-2 i.icon-ok-1::before {
  overflow: hidden;
  color: #94c722;
  font-size: 30px;
  font-weight: bold;
  vertical-align: bottom;
}
.select {
  width: 70%;
  padding: 0px 8px;
  height: 30px;
  font-size: 15px;
  color: #5a5a5a;
  line-height: 1.2em;
  border: 1px solid #ccc;
  box-shadow: none;
  background: #fff url(//jci.book.com.tw/jss/books/mobilebase/css/images/arrow_down_2.svg) no-repeat right 0 center;
  background-size: 22px 22px;
  margin: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select:disabled {
  color: #bdbdbd;
  cursor: not-allowed;
  background-color: #f1f1f1;
}
.btn-wrap {
  position: relative;
  width: 100%;
}
.btn-wrap.bg {
  padding: 15px 0;
  background-color: #fafafa;
}
.btn-wrap.center {
  text-align: center;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.3rem 1rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
}
.button1 {
  border-radius: 5px;
  font-size: 15px;
  text-decoration: none;
  color: #333;
  background-color: #ffcb0b;
}
.button1:hover {
  color: #333;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  background-color: #ffcb0b;
}
.button3 {
  border-radius: 5px;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  background-color: #2D8858;
  border: 2px solid transparent;
}
.button3:hover {
  color: #000;
  padding: 0.3rem 1rem;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #2D8858;
}
/** breadcrumb-search **/
#breadcrumb-search {
  width: 100%;
  display: flex;
  flex-direction: row;
  color: #5a5a5a;
  margin-bottom: 5px;
}
#breadcrumb-search a {
  color: #2c62c2;
}
#breadcrumb-search li {
  line-height: 2em;
  font-size: 14px;
  margin-right: 5px;
}
#breadcrumb-search li::before {
  font-family: "icon_01";
  font-style: normal;
  font-weight: bold;
  content: '\f105';
  color: #bbbbbb;
  vertical-align: inherit;
  display: inline-block;
  font-size: 14px;
  margin: 0 5px 0 5px;
}
#breadcrumb-search li:first-child::before {
  display: none
}
.cntblqsearch14 h4 {
  border-radius: 3px;
  color: #a10602;
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 20px;
  padding: 2px 6px;
  vertical-align: middle;
  float: left;
  background: #fff;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cntblqsearch14 .blq01 {
  height: 22px;
  overflow: hidden;
}
.cntblqsearch14 .blq01 li {
  border-left: 1px solid #999999;
  display: inline;
  height: 22px;
  line-height: 22px;
}
.cntblqsearch14 .blq01 li.first {
  border: none;
}
.cntblqsearch14 .blq01 li a {
  margin: 0 0 0 5px;
  font-size: 14px;
}
.cntblqsearch14 .blq01 li a:link {
  margin: 0 0 0 5px;
  font-size: 14px;
  color: #336699;
}
.cntblqsearch14 .blq01 li:nth-child(-n+3) a{
  color: #F57461;
}
.cntlisearch15 {
  padding: 0 0 15px;
  position: relative;
}
/* checkbox */
.cntlisearch15 .keyword .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 80%;
  position: relative;
  margin: 5px;
}
.cntlisearch15 .keyword .form-inline2 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin: 10px 5px;
}
.cntlisearch15 .container {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 5px;
  line-height: 25px;
}
.cntlisearch15 .container2 {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 5px;
  line-height: 25px;
}
.cntlisearch15 .container3 {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 5px;
  line-height: 30px;
}
.cntlisearch15 .container .checkbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.cntlisearch15 .container2 .checkbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.cntlisearch15 .keyword .form-inline label {
  margin: 2px;
}
.cntlisearch15 .keyword .form-inline input {
  vertical-align: middle;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.cntlisearch15 .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cntlisearch15 .container2 input {
  position: absolute;
  display: none;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cntlisearch15 .container3 .btn {
  min-height: 45px;
  padding: 0.6rem 0.625rem;
}
.cntlisearch15 .container3 .btn_01 {
  min-height: 45px;
  padding: 0.6rem 0.625rem;
  background-color: #2d8858;
  border-radius: 6px;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.cntlisearch15 .container3 .btn_01 a {
  color: #ffffff;
  text-decoration: none;
}
.cntlisearch15 .container3 .btn_01 i {
  color: #ffffff;
  font-size: 15px;
}
.cntlisearch15 .container3 .btn_02 {
  min-height: 45px;
  padding: 0.6rem 0.625rem;
  border-radius: 6px;
  font-size: 15px;
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #2d8858;
  color: #2d8858;
  text-decoration: none;
  cursor: pointer;
}
.cntlisearch15 .container3 .btn_02 a {
  color: #2d8858;
  text-decoration: none;
}
.cntlisearch15 .container3 .btn_02 i {
  color: #2d8858;
  font-size: 15px;
}
.cntlisearch15 .container3 .btn_03 {
  min-height: 45px;
  padding: 0.6rem 0.625rem;
  border-radius: 6px;
  font-size: 15px;
  text-decoration: none;
  background-color: #eee;
  border: 2px solid #e5e5e5;
  color: #5A5A5A;
  text-decoration: none;
  cursor: pointer;
}
.cntlisearch15 .container3 .btn_03 a {
  color: #5A5A5A;
  text-decoration: none;
}
.cntlisearch15 .container3 .btn_03 i {
  color: #5A5A5A;
  font-size: 15px;
}
.cntlisearch15 .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: 1px solid #2196F3;
  border-radius: 3px;
}
.cntlisearch15 .checkmark2 {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: 2px solid #2D8858;
  border-radius: 3px;
}
.cntlisearch15 .container:hover input~.checkmark {
  background-color: #ffffff;
  border: 1px solid #2196F3;
}
.cntlisearch15 .container2:hover input~.checkmark2 {
  background-color: #ffffff;
  border: 2px solid #2D8858;
}
.cntlisearch15 .container input:checked~.checkmark {
  background-color: #2196F3;
}
.cntlisearch15 .container2 input:checked~.checkmark2 {
  background-color: #2D8858;
}
.cntlisearch15 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cntlisearch15 .container input:checked~.checkmark:after {
  display: block;
}
.cntlisearch15 .container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cntlisearch15 .checkmark2:after {
  content: "";
  position: absolute;
  display: none;
}
.cntlisearch15 .container2 input:checked~.checkmark2:after {
  display: block;
}
.cntlisearch15 .container2 .checkmark2:after {
  left: 4px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cntlisearch15 .keyword {
  border: 1px solid #e7e7e7;
  margin: 5px 0;
  background-color: #f7f7f7;
  width: 100%;
  position: relative;
}
.cntlisearch15 .keyword .keyin {
  width: 300px;
  padding: 15px 10px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 10px auto;
}
.cntlisearch15 .keyword h2 {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  padding: 2px 0;
  width: 100%;
  margin-left: 5px;
}
.cntlisearch15 .keyword h3 {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  padding: 5px 0;
  line-height: 20px;
  display: flex;
}
.cntlisearch15 .keyword hr {
  border: 1px dashed #cccccc;
  height: 1px;
  overflow: hidden;
  margin: 0;
}
.cntlisearch15 .keyword p {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
}
.cntlisearch15 .keyword a,
.cntlisearch15 .keyword a:link,
.cntlisearch15 .keyword a:visited {
  color: #9c0000;
  font-weight: 700;
  font-size: 14px;
  margin-left: 5px;
}
.cntlisearch15 .keyword em {
  color: #336699;
  font-weight: 900;
  font-size: 14px;
}
.cntlisearch15 .keyword strong {
  color: #9c0000;
  font-weight: 900;
  font-size: 14px;
}
.cntlisearch15 .keyword .btn-wrap {
  padding: 0 3px 2px 0;
  width: 17.5%;
  position: absolute;
  float: right;
  right: 0;
  bottom: 0;
}
.cntlisearch15 .keyword .btn-wrap .button {
  margin: 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5px;
}
.cntlisearch15 .keyword .btn-wrap .button1 {
  background-color: #ff9900;
  border: 2px solid #ff9900;
  color: white;
  min-width: 95px;
}
.cntlisearch15 .keyword .btn-wrap .button1:hover {
  background-color: white;
  color: black;
  border: 2px solid #ff9900;
}
.cntlisearch15 .keyword .btn-wrap .button2 {
  background-color: #ff9900;
  border: 2px solid #ff9900;
  color: white;
  min-width: 95px;
}
.cntlisearch15 .keyword .btn-wrap .button2:hover {
  background-color: white;
  color: black;
  border: 2px solid #ff9900;
}
.cntlisearch15 .keyword .btn-wrap .button .disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
/** search-mod-b1 **/
.searchbox-mod-b1 {
  position: relative;
  padding: 2px 8px;
  border-radius: 5px;
  display: flex;
  width: 100%;
}
.searchbox-mod-b1 p {
  color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 1.4em;
  font-size: 14px;
}
.searchbox-mod-b1 a {
  color: #9c0000;
}
.searchbox-mod-b1 span {
  color: #9c0000;
  font-size: 14px;
  margin: 0 3px;
}
/** search-mod-b2 **/
.searchbox-mod-b2 {
  position: relative;
  margin-bottom: 30px;
}
.searchbox-mod-b2 h3 {
  color: #000000;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.searchbox-mod-b2 a,
.searchbox-mod-b2 a:link {
  color: #2E63C3;
}
.searchbox-mod-b2 b {
  color: #f28900;
  font-weight: bold;
  margin: 0 3px;
}
.searchbox-mod-b2 ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.searchbox-mod-b2 li {
  width: 16%;
  overflow: hidden;
  text-align: left;
  display: inline-table;
}
.searchbox-mod-b2 .box {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
  height: 100%;
  margin-bottom: 8px;
}
.searchbox-mod-b2 ul>li .box + div {
  width: 180px;
}
.searchbox-mod-b2 .sign_ebook {
  width: 96px;
  height: 18px;
  position: absolute;
  right: 15px;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(//jci.book.com.tw/css/books/m_cart2015/images/ebook.png);
  z-index: 1;
}
.searchbox-mod-b2 .sign_emag {
  width: 124px;
  height: 18px;
  position: absolute;
  right: 15px;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(//jci.book.com.tw/css/books/m_cart2015/images/emag.png);
  z-index: 1;
}
.searchbox-mod-b2 .icon-18x {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(//jci.book.com.tw/jss/books/mobilebase/css/images/icon-18x.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  text-indent: -9999px;
  z-index: 1;
}
.searchbox-mod-b2 img {
  width: 180px;
  height: 180px;
  margin-bottom: 8px;
}
.searchbox-mod-b2 .cover {
  width: 180px;
  height: 180px;
  margin-bottom: 5px;
}
.searchbox-mod-b2 .ban {
  width: 790px;
  height: 250px;
  text-align: center;
  margin: 0 auto;
}
.searchbox-mod-b2 h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  height: 53px;
  margin-bottom: 5px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-top: 3px;
}
.searchbox-mod-b2 .price {
  display: block;
}
.searchbox-mod-b2 .price b {
  color: #D0021B;
  font-weight: bold;
  font-size: 130%;
}
.searchbox-mod-b2 span {
  color: #000000;
  font-size: 14px;
  margin: 0 3px;
  text-align: center;
}
/** search-mod-b3 **/
.searchbox-mod-b3 {
  position: relative;
  margin-bottom: 30px;
}
.searchbox-mod-b3 h3 {
  color: #000000;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
  font-weight: bold;
}
.searchbox-mod-b3 a,
.searchbox-mod-b3 a:link {
  color: #2E63C3;
  text-decoration: none;
}
.searchbox-mod-b3 b {
  color: #f28900;
  font-weight: bold;
  margin: 0 3px;
}
.searchbox-mod-b3 li {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.searchbox-mod-b3 li>div {
  padding: 0px 8px;
}
.searchbox-mod-b3 .ban {
  min-width: 790px;
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
}
/* searchbox-mod-b4 */
.searchbox-mod-b4 {
  color: #333333;
  background: #f4f4f4;
  border: 1px solid #c9c9c9;
  padding: 5px;
  margin: 5px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchbox-mod-b4 form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.searchbox-mod-b4 .form-group {
  display: flex;
  align-items: center;
}
.searchbox-mod-b4 ul {
  display: inline-flex;
  display: -webkit-inline-box;
  flex-wrap: nowrap;
  max-width: 372px;
  gap: 4px;
}
.searchbox-mod-b4 ul li {
  width: 90px;
  height: 30px;
  line-height: 30px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.searchbox-mod-b4 ul li a {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.searchbox-mod-b4 ul li a,
.searchbox-mod-b4 ul li a:hover {
  text-decoration: none;
  color: initial;
}
.searchbox-mod-b4 ul a span:first-of-type {
  font-size: 14px;
  line-height: 19px;
}
.searchbox-mod-b4 ul a span.filter {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 4px;
}
.searchbox-mod-b4 ul a span.filter i {
  font-size: 7.5px;
  line-height: 0.55em;
  color: #999;
}
.searchbox-mod-b4 ul a span.up i,
.searchbox-mod-b4 ul a span.down i {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.searchbox-mod-b4 ul li.here {
  background-color: #2d8858;
  border-radius: 5px;
}
.searchbox-mod-b4 .price-box {
  display: flex;
  align-items: center;
  margin: 0px 24px;
}
.searchbox-mod-b4 .price-box .input-box {
  border: 1px solid #e4e4e4;
  border-right: none;
  background: #FFFFFF;
  border-radius: 5px 0px 0px 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.searchbox-mod-b4 .price-box input {
  width: 80px;
  height: 30px;
  padding: 4px 8px;
  font-size: 14px;
}
.searchbox-mod-b4 .price-box em {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
  width: 20px;
  text-align: center;
}
.searchbox-mod-b4 .price-box button:hover {
  background: #FFFFFF;
  color: #333333;
  border: 1px solid #e4e4e4;
}
.searchbox-mod-b4 .price-box button {
  background: #2d8858;
  color: #FFFFFF;
  border-radius: 0px 5px 5px 0px;
  padding: 5px 6px;
  height: 32px;
  font-size: 14px;
  border: 1px solid #2d8858;
  cursor: pointer;
  transition-duration: 0.4s;
}
.searchbox-mod-b4 ul li.here a,
.searchbox-mod-b4 ul li.here span {
  color: #FFFFFF;
}
.searchbox-mod-b4 .select-box {
  display: flex;
  align-items: center;
}
.searchbox-mod-b4 .checkbox-box .container2,
.searchbox-mod-b4 .select-box label {
  font-size: 14px;
  line-height: 25px;
}
.searchbox-mod-b4 .checkbox-box .container2 .checkmark2,
.searchbox-mod-b4 .checkbox-box .container2 input:checked~.checkmark2 {
  top: 4px;
}
.searchbox-mod-b4 .select-box select {
  border: 1px solid #e4e4e4;
  width: 141px;
  border-radius: 5px;
  margin: 0px 0px 0px 5px;
  font-size: 14px;
  white-space: nowrap;
  padding: 0px 24px 0px 8px;
}
/** searchtitle **/
.panel-title {
  position: relative;
  margin-bottom: 8px;
  color: #5a5a5a;
  line-height: 2em;
  font-size: 16px;
  font-weight: bold;
  z-index: 0;
}
.panel-title span {
  position: relative;
  display: block;
}
.panel-title span:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  visibility: visible;
  border-bottom: 5px solid #ebebeb;
  z-index: -1;
}
.panel-title b {
  position: relative;
  display: inline-block;
  padding: 0.1em;
  color: #76a80e;
  font-size: 18px;
  font-weight: bold;
}
.panel-title b::after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  visibility: visible;
  border-bottom: 5px solid #76a80e;
}
.table-a1 {
  color: #000000;
  font-size: 15px;
  line-height: 1.75em;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  background-color: #ffffff;
  width: 100%;
  border-collapse: collapse;
}
.table-a1.border {
  border-top: none;
}
.table-a1 tbody .title {
  padding: 5px 10px;
  color: #333333;
  border-top: 3px solid #797979;
  background-color: #d7d7d7;
}
.table-a1.bg {
  background-color: #fff;
}
.table-a1 tbody tr:last-child th,
.table-a1 tbody tr:last-child td {
  border-bottom: 1px solid #e4e4e4;
}
.table-a1 tbody tr,
.table-a1 tbody td {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.table-a1 tbody td.align-middle {
  vertical-align: middle;
}
.table-a1 tbody td.align-bottom {
  vertical-align: bottom;
}
.table-a1 tbody th {
  padding: 0 7px;
  text-align: right;
  background-color: #f7f7f7;
  border-bottom: 1px dotted #e4e4e4;
  vertical-align: middle;
}
.table-a1 tbody th em {
  font-size: 13px;
  color: #797979;
  padding-left: 5px;
}
.table-a1 tbody th span {
  display: block;
  font-size: 13px;
  color: #797979;
}
.table-a1 tbody td {
  position: relative;
  text-align: left;
  vertical-align: top;
}
.table-a1 tbody td.nav {
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.table-a1 tbody td.nav .search-bar {
  padding-right: 120px;
}
.table-a1 tbody tr:first-child label {
  margin-right: 18px;
}
.table-a1 tbody .err {
  color: #DB2130;
  vertical-align: middle;
}
.table-a1 tbody td .msg_open,
.table-a1 tbody td .msg_down {
  color: #797979;
  display: inline-table;
  font-size: 13px;
  position: absolute;
  top: 8px;
  right: 10px;
}
.table-a1 tbody td .msg_open i,
.table-a1 tbody td .msg_down i {
  color: #797979;
  display: inline-table;
}
.table-a1 tbody.toggle_list form em {
  margin-right: 3px;
  color: #333333;
}
.table-a1 tbody.toggle_list input[type="number"] {
  border: 1px solid #ddd;
  line-height: 2rem;
  padding: 0 0.7rem;
  width: 135px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin: 5px;
  border-radius: 6px;
}
.table-a1 tbody .tips {
  color: #6B990A;
  vertical-align: middle;
}
.table-a1 tbody .position-right {
  top: 9px;
}
.table-a1 tbody a.btn:hover {
  text-decoration: none;
}
.table-a1 .text-count-box {
  font-size: 13px;
  color: #a4a4a4;
}
.table-a1 tbody tr td.norecord {
  padding: 3px;
  background-color: #eee;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-collapse: collapse;
}
.table-a1 tbody .form {
  margin-left: 10px;
}
.table-a1 tbody .form label {
  margin: 5px 10px 5px 0;
}
.table-a1 tbody .form input {
  vertical-align: middle;
  margin: 5px;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.table-a1 tbody .alertlist {
  display: flex;
}
.table-a1 tbody .alertlist li {
  list-style: none;
  margin: 6px 3px;
}
.table-a1 tbody .alertlist li a {
  color: #ffffff;
  text-decoration: none;
}
.table-a1 tbody .alertlist li .btn_01 {
  min-height: 45px;
  padding: 0.6rem 0.625rem;
  background-color: #2d8858;
  border-radius: 6px;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}
.table-a1 tbody .alertlist li .btn_01 a {
  color: #ffffff;
  text-decoration: none;
}
.table-a1 tbody .alertlist li .btn_01 i {
  color: #ffffff;
  font-size: 15px;
}
.table-a1 tbody .alertlist li .btn_02 {
  min-height: 45px;
  padding: 0.6rem 0.625rem;
  border-radius: 6px;
  font-size: 15px;
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #2d8858;
  color: #2d8858;
  text-decoration: none;
  cursor: pointer;
}
.table-a1 tbody .alertlist li .btn_02 a {
  color: #2d8858;
  text-decoration: none;
}
.table-a1 tbody .alertlist li .btn_02 i {
  color: #2d8858;
  font-size: 15px;
}
.table-a1 tbody .alertlist li .btn_03 {
  min-height: 45px;
  padding: 0.6rem 0.625rem;
  border-radius: 6px;
  font-size: 15px;
  background-color: #eee;
  border: 2px solid #e5e5e5;
  color: #5A5A5A;
  text-decoration: none;
  cursor: pointer;
}
.table-a1 tbody .alertlist li .btn_03 a {
  color: #5A5A5A;
  text-decoration: none;
}
.table-a1 tbody .alertlist li .btn_03 i {
  color: #5A5A5A;
  font-size: 15px;
}
.table-a1 tbody .btn-wrap {
  text-align: right;
  margin-right: 3px;
}
.table-a1 tbody .btn-wrap .button {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5px;
}
.table-a1 tbody .btn-wrap .button1 {
  background-color: #ffcb0b;
  border: 2px solid #ffcb0b;
  color: black;
  min-width: 95px;
}
.table-a1 tbody .btn-wrap .button1:hover {
  background-color: #ffcb0b;
  color: black;
  border: 2px solid #ffffff;
}
.table-a1 tbody .btn-wrap .button2 {
  background-color: #ffcb0b;
  border: 2px solid #ffcb0b;
  color: black;
  min-width: 95px;
}
.table-a1 tbody .btn-wrap .button2:hover {
  background-color: #ffcb0b;
  color: black;
  border: 2px solid #ffffff;
}
.table-a1 tbody .btn-wrap .button .disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.search-listbox {
  display: flex;
  width: 100%;
  table-layout: fixed;
}
.search-listbox .left {
  text-align: left;
  width: 40%;
}
.search-listbox .right {
  text-align: right;
  width: 60%;
}
.search-listbox .search_results,
.search-listbox .listbox,
.search-listbox .search_sort {
  display: inline-block;
}
.search-listbox .search_results {
  padding-top: 10px;
}
.search-listbox .listbox {
  text-align: center;
}
.search-listbox .search_sort {
  text-align: right;
  vertical-align: middle;
  margin-bottom: 5px;
}
.search-listbox .search_sort p {
  color: #000000;
  font-size: 15px;
  float: left;
  padding-top: 8px;
}
.search-listbox .search_sort ul {
  width: 100%;
}
.search-listbox .search_sort ul li {
  background-color: #fff;
  padding-left: 6px;
  font-size: 15px;
  float: left;
  padding-top: 8px;
}
.search-listbox .search_sort ul li.active {
  color: #76a80e;
  font-size: 15px;
  padding-top: 8px;
}
.search-listbox .search_sort ul li a {
  color: #000000;
  font-size: 15px;
  text-decoration: none;
}
.search-listbox .search_sort ul li a:active {
  color: #000000;
  font-size: 15px;
  text-decoration: none;
}
.search-listbox .search_sort ul li i {
  font-size: 15px;
  text-decoration: none;
}
.search-listbox .search_results p {
  padding: 0 2px;
  color: #000000;
  font-size: 15px;
}
.search-listbox .search_results span {
  padding: 0 2px;
  color: #cc0000;
}
.search-listbox .search_results em {
  padding: 0 2px;
  font-weight: bold;
  color: #cc0000;
}
.search-listbox .listbox span,
.search-listbox .listbox i {
  padding: 0 2px;
  color: #000000;
  font-size: 15px;
}
/** table-searchlist **/
.table-searchlist table {
  table-layout: fixed;
}
.table-searchlist table,
.table-searchlist td,
.table-searchlist th {
  position: relative;
  border-collapse: collapse;
  box-sizing: border-box;
}
.table-searchlist .container-table {
  display: table;
  width: 100%;
  /**table-layout: fixed; safari **/
}
.table-searchlist .table-tr {
  display: table-row;
}
.table-searchlist .table-th,
.table-searchlist .table-td {
  display: table-cell;
  vertical-align: top
}
.table-searchlist-wrap {
  border: 1px solid #e4e4e4;
}
.table-searchlist-wrap .table-searchlist td div.tag-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
}
.table-searchlist-wrap .table-searchlist td div.tag-wrap .tag.type-01 {
    background: #e44c79;
    color: #ffffff;
    line-height: 13px;
    border-radius: 3px;
    word-break: keep-all;
}
.table-searchlist {
  width: 100%;
  font-size: 13px;
  /**table-layout: fixed; safari **/
}
.table-searchlist col.col-1 {
  width: 30px;
}
.table-searchlist col.col-2 {
  width: 170px;
}
.table-searchlist col.col-3 {
  width: 570px;
}
.table-searchlist col.col-4 {
  width: 130px;
}
.table-searchlist th {
  height: 40px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e4e4e4;
  color: #666;
  text-align: center;
  vertical-align: middle;
}
.table-searchlist td {
  padding: 10px 3px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  vertical-align: top;
}
.table-searchlist .choosebox {
  background: #ffffff;
}
.table-searchlist td.price {
  text-align: left;
}
.table-searchlist tr.no-record td {
  font-size: 15px;
  color: #2A2A2A;
  height: 180px;
  vertical-align: middle;
}
.table-searchlist .paster {
  margin-bottom: 8px;
  bottom: 0;
  right: 0;
  width: 80%;
  text-align: left;
  top: 5px;
}
.table-searchlist .paster a {
  text-decoration: none;
}
.table-searchlist .icon01 {
  padding: 4px 5px;
  color: #d93800;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  word-break: normal;
  display: inline-block;
  justify-content: center;
  text-align: center;
  margin: 2px;
}
.table-searchlist .icon01 {
  background: #ffffff;
  border: 1px solid #d93800;
}
.table-searchlist h4 {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}
.table-searchlist h4 a,
.table-searchlist h4 a:link {
  color: #2e63c3;
  font-weight: bold;
}
.table-searchlist h4 a em:link {
  color: #f28900;
  text-decoration: underline;
}
.table-searchlist .list-date {
  width: 100%;
  font-size: 14px;
  color: #333333;
  text-align: left;
}
.table-searchlist .list-date em {
  font-weight: bold;
}
.table-searchlist .list-date em li a {
  color: #f28900;
  text-decoration: underline;
}
.table-searchlist .list-date li {
  margin-bottom: 5px;
}
.table-searchlist .list-date a {
  color: #333333;
  margin: 3px;
  line-height: 20px;
}
.table-searchlist .list-date li:last-child {
  margin-bottom: 0;
}
.table-searchlist .list-date li span {
  color: #9c0000;
}
.table-searchlist .list-nav {
  width: 100%;
  font-size: 14px;
  color: #333333;
  display: flex;
}
.table-searchlist .list-nav li {
  float: left;
  text-align: left;
  margin-right: 10px;
  margin-top: 3px;
}
.table-searchlist .list-nav li a:link {
  color: #336699;
  text-decoration: underline;
}
.table-searchlist .list-nav li a:visited {
  color: #333333;
  text-decoration: underline;
}
.table-searchlist .list-nav li:last-child {
  margin-bottom: 0;
}
.table-searchlist .list-nav li strong {
  color: #D0021B;
  font-size: 120%;
  font-weight: 700;
  *vertical-align: middle;
  _vertical-align: text-bottom;
}
.table-searchlist .txt_cont {
  line-height: 1.5;
  height: 60px;
  text-align: justify;
  overflow: hidden;
  font-size: 14px;
}
.table-searchlist .txt_cont p {
  font-size: 14px;
  color: #000;
}
.table-searchlist .txt_cont em {
  color: #f28900;
}
.table-searchlist .txt_cont span {
  font-size: 12px;
  color: #2e63c3;
  text-decoration: none;
}
.table-searchlist .txt_cont span a:link,
.table-searchlist .txt_cont span a:visited {
  color: #2e63c3;
  text-decoration: none;
}
.table-searchlist .txt_cont span i,
.table-searchlist .txt_cont span i:before {
  color: #78b620;
  text-decoration: none;
}
/** checkbox aspect **/
.table-searchlist label {
  position: relative;
  display: inline-block;
}
.table-searchlist label>span {
  color: #666;
}
.table-searchlist [type="checkbox"]:not(:checked),
.table-searchlist [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.table-searchlist [type="checkbox"]:not(:checked)+label,
.table-searchlist [type="checkbox"]:checked+label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.table-searchlist [type="checkbox"]:not(:checked)+label:before,
.table-searchlist [type="checkbox"]:checked+label:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #aaa;
  background-color: #fff;
  border-radius: 3px;
}
.table-searchlist [type="checkbox"]:checked+label:before {
  border: 1px solid #666666;
  background-color: #666666;
}
/** checked mark aspect **/
.table-searchlist [type="checkbox"]:not(:checked)+label:after,
.table-searchlist [type="checkbox"]:checked+label:after {
  content: '\e841';
  display: inline-block;
  font-family: "icon_01";
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 12px;
  color: #fff;
  transition: all .2s;
}
/** checked changes **/
.table-searchlist [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}
.table-searchlist [type="checkbox"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}
.table-searchlist {
  width: 100%;
  font-size: 13px;
  /**table-layout: fixed;**/
}
.table-searchlist tbody.choose {
  background: #fffcce;
}
.table-searchlist tbody tr:first-child td:first-child,
.table-searchlist tbody tr td:first-child {
  line-height: 18px;
  vertical-align: text-top;
}
.table-searchlist tbody:last-child {
  border-bottom: none;
}
.table-searchlist tbody.choose {
  background-color: #fffcce;
}
.table-searchlist tbody tr.not-choose {
  background-color: #fff;
}
.table-searchlist tbody.disabled {
  background-color: #dfdfdf;
}
/** disabled checkbox **/
.table-searchlist [type="checkbox"]:disabled:not(:checked)+label::before,
.table-searchlist [type="checkbox"]:disabled:checked+label::before {
  box-shadow: none;
  border-color: #ccc;
  background-color: #ccc;
}
.table-searchlist [type="checkbox"]:disabled:checked+label::after {
  color: #fff;
}
.table-searchlist [type="checkbox"]:disabled+label {
  color: #aaa;
}
.table-searchlist .box_1 {
  position: relative;
  height: 100%;
}
.table-searchlist .sign_ebook {
  width: 96px;
  height: 18px;
  position: absolute;
  right: 8px;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(//jci.book.com.tw/css/books/m_cart2015/images/ebook.png);
}
.table-searchlist .sign_emag {
  width: 124px;
  height: 18px;
  position: absolute;
  right: 8px;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(//jci.book.com.tw/css/books/m_cart2015/images/emag.png);
}
.table-searchlist .icon-18x {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(//jci.book.com.tw/jss/books/mobilebase/css/images/icon-18x.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  text-indent: -9999px;
  z-index: 1;
}
.table-searchlist img {
  width: 180px;
  height: auto;
}
.table-searchlist img.blazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}
.android .table-searchlist img.blazy {
  -webkit-transition: none;
  transition: none;
}
.table-searchlist img.blazy.b-loaded {
  opacity: 1;
}
/** btn **/
.table-searchlist .btn {
  display: inline-block;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-size: 14px;
  color: #333;
  margin: 3px;
}
.table-searchlist .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.table-searchlist .btn-type01 {
  min-width: 95px;
  background-color: #fce046;
  text-decoration: none;
}
.table-searchlist .btn-type02 {
  min-width: 95px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  text-decoration: none;
  color: #9c0000;
}
/** btn-group **/
.table-searchlist .btn-group-1 {
  text-align: right;
}
.table-searchlist .btn-group-1 .btn {
  margin-left: 3px;
}
.table-searchlist .btn-group-1 .btn:first-child {
  margin-left: 0;
}
.table-searchlist .btn-group-2 {
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 125px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.table-searchlist .btn-group-2 .btn-wrap {
  position: relative;
  /* z-index: 2; */
}
.table-searchlist .btn-group-2 .btn {
  position: relative;
  text-align: left;
  color: #868686;
  padding: 3px 8px 3px 18px;
}
.table-searchlist .btn-group-2 i::before {
  color: #999999;
}
.table-searchlist .btn-group-2 .switch.on i::before {
  color: #94C722;
}
.table-searchlist .btn-group-2 .switch.click i::before {
  color: #515151;
}
.table-searchlist .btn-group-2 .btn.click {
  border-color: #999;
  border-width: 1px;
  border-left: 0;
  border-left: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  border-radius: 13px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  z-index: 2;
  color: #515151;
  cursor: default;
}
.table-searchlist .btn-group-2 .btn.click i::before {
  color: #515151;
}
.table-searchlist .btn-group-2 .btn.click-recommend {
  position: relative;
  display: block;
  margin-right: 4px;
  color: #515151;
  border-color: #999;
  border-width: 1px 1px 0;
  background-color: #E4E4E4;
  border-radius: 10px 10px 0 0;
  z-index: 2;
  cursor: default;
}
.table-searchlist .btn-group-2 a.btn.click-recommend {
  cursor: default;
}
.table-searchlist .btn-group-2 .btn.click-recommend i::before {
  color: #515151;
}
.search-bottom {
  display: flex;
  width: 100%;
  table-layout: fixed;
  margin-top: 10px;
}
.search-bottom .check-all {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 20px;
}
.search-bottom .check-all input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.search-bottom .checkmark {
  position: absolute;
  top: -2px;
  left: 8px;
  height: 20px;
  width: 20px;
  border: 2px solid #666666;
  bottom: 5px;
}
.search-bottom .check-all:hover input~.checkmark {
  background-color: #ffffff;
}
.search-bottom .check-all input:checked~.checkmark {
  background-color: #666666;
}
.search-bottom .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.search-bottom .check-all input:checked~.checkmark::after {
  display: block;
}
.search-bottom .check-all .checkmark::after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-bottom .btn {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-size: 14px;
  color: #333;
  margin: 3px;
}
.search-bottom .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.search-bottom .btn-type01 {
  min-width: 95px;
  background-color: #fce046;
  border-color: #f8d413;
  text-decoration: none;
  margin-right: 5px;
}
.search-bottom .btn-type02 {
  min-width: 107px;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  text-decoration: none;
  color: #000;
}
/*-小圖-*/
/** table-searchbox **/
.table-searchbox {
  width: 100%;
  font-size: 13px;
  table-layout: fixed;
  border: 1px solid #e4e4e4;
  margin: 0 auto;
}
/** table */
.table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.table-tr {
  display: flex;
}
.table-td {
  display: table-cell;
  vertical-align: top;
}
.table-container {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  padding: 10px 5px;
  margin: 0 auto;
}
.table-container .table_td {
  vertical-align: top;
}
.table-container .title {
  margin-bottom: 25px;
}
.table-container .more a {
  text-decoration: none;
}
.table-container .table-td {
  width: 16.7%;
  padding: 4px;
  overflow: hidden;
  text-align: center;
  display: inline-table;
}
.table-container .box {
  position: relative;
  height: 100%;
  margin-bottom: 8px;
}
.table-container .sign_ebook {
  width: 96px;
  height: 18px;
  position: absolute;
  right: 3px;
  bottom: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(//jci.book.com.tw/css/books/m_cart2015/images/ebook.png);
}
.table-container .sign_emag {
  width: 124px;
  height: 18px;
  position: absolute;
  right: 3px;
  bottom: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-image: url(//jci.book.com.tw/css/books/m_cart2015/images/emag.png);
}
.table-container .icon-18x {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(//jci.book.com.tw/jss/books/mobilebase/css/images/icon-18x.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  text-indent: -9999px;
  z-index: 1;
}
.table-container img {
  width: 180px;
  height: 180px;
  margin-bottom: 8px;
}
.table-container .date {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  width: 100%;
}
.table-container .date::after,
.table-container .date b::after {
  content: '';
  position: absolute;
  top: 112%;
  right: 44%;
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 8px;
  border-top-color: currentColor;
  color: #fff;
}
.table-container .date b::after {
  top: 120%;
  border-top-color: currentColor;
  color: #d4d4d4;
}
.table-container .date b::before {
  content: "";
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: -4px;
  border-bottom: 1px solid #d4d4d4;
}
.table-container h4 {
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70px;
  margin-bottom: 8px;
}
.table-container h4 a {
  font-size: 16px;
  color: #2e63c3;
  font-weight: bold;
  word-break: break-all;
}
.table-container .price {
  text-align: left;
  width: 100%;
  margin: 0 4px;
}
.table-container .type {
  text-align: left;
  width: 100%;
  /* margin: 0 4px;*/
}
.table-container p {
  font-size: 14px;
  color: #A0001B;
}
.table-container .type .category {
  color: #A0001B;
}
.table-container .type .author {
  width: 180px;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2E63C3;
}
.table-container a,
.table-container a:link {
  color: #2E63C3;
  word-break: break-all;
}
.table-container b {
  color: #d60002;
  font-size: 15px;
  font-weight: 700;
  margin: 0 3px;
}
.table-container li {
  width: 16.6%;
  text-align: left;
  display: table-cell;
  font-size: 14px;
  margin: 0 4px;
}
.table-container .paster,
.table-container .paster-0 {
  width: 100%;
  margin-right: 10px;
  height: 0;
  overflow: hidden;
  display: table-row;
}
.table-container .paster-1 {
  width: 100%;
  margin-right: 10px;
  height: 30px;
  overflow: hidden;
  display: table-row;
}
.table-container .paster-2 {
  width: 100%;
  margin-right: 10px;
  height: 60px;
  overflow: hidden;
  display: table-row;
}
.table-container .paster-3 {
  width: 100%;
  margin-right: 10px;
  height: 90px;
  overflow: hidden;
  display: table-row;
}
.table-container .paster-4 {
  width: 100%;
  margin-right: 10px;
  height: 120px;
  overflow: hidden;
  display: table-row;
}
.table-container .paster-5 {
  width: 100%;
  margin-right: 10px;
  height: 150px;
  overflow: hidden;
  display: table-row;
}
.table-container .btn {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.58rem 0.75rem;
  font-size: 15px;
  line-height: 1;
}
.table-container a.btn-activity {
  margin-bottom: 5px;
  padding: 4px 10px;
  color: #d93800;
  border-radius: 3px;
  font-size: 12px;
  line-height: 15px;
  min-height: 17px;
  word-break: normal;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #d60002;
  transition: all 500ms ease;
}
.table-container a.btn-activity.notice,
.table-container a.btn-activity:hover {
  color: #d93800;
  background-color: #ffffff;
  border: 1px solid #d60002;
}
.table-container a.btn-cart {
  color: #333;
  background-color: #FFDA46;
  vertical-align: bottom;
  text-decoration: none;
}
.table-container .btn-wrap {
  display: flex;
  flex-direction: row;
  padding: 0;
  width: 100%;
  margin-top: 3px;
}
.table-container .btn-wrap .button {
  padding: 8px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5px;
}
.table-container .btn-wrap .button1 {
  background-color: #fce046;
  color: #000000;
  width: 50%;
  float: left;
}
/* .table-container .btn-wrap .button1:hover {
    background-color: #ff9900;
    color: white;
} */
.table-container .btn-wrap .button2 {
  background-color: #f2f2f2;
  text-decoration: none;
  color: #9c0000;
  width: 45%;
  float: right;
}
.table-container .btn-wrap .button2:hover {
  background-color: #f2f2f2;
  text-decoration: none;
  color: #9c0000;
}
.table-container .footer-wrap {
  text-align: left;
  padding: 0;
  width: 100%;
  margin-top: auto;
  display: table-footer-group;
}
.table-container .footer-wrap .tag-wrap {
  width: 100%;
  clear: none;
  transition: all .3s ease-in;
}
.table-container .footer-wrap .tag-wrap span.tag.type-01 {
  background: #e44c79;
  color: #ffffff;
  line-height: 18px;
  border-radius: 3px;
  word-break: keep-all;
}
.table-container .footer-wrap .floated-btn-wrap {
  display: flex;
  justify-content: flex-end;
  float: right;
  height: 38px;
}
.table-container .footer-wrap .floated-btn-wrap a:not(:last-of-type) {
  margin-right: 4px;
}
.table-container .floated-btn-wrap a.type-01 {
  padding: 2px;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin: 0px;
  cursor: pointer;
  border-radius: 5px;
  background: #f2f2f2;
  color: #000000;
  width: 32px;
  height: 35px;
  line-height: 13px;
  word-break: break-word;
}
.table-container .floated-btn-wrap a.type-01 i::before {
  font-size: 18px;
  font-weight: 700;
}
/*搜尋不到*/
.none {
  width: 100%;
  position: relative;
  text-align: center;
  height: 200px;
  margin: 0 auto;
  padding: 30px 20px;
}
.none p {
  color: #000;
  display: inline-flex;
  text-align: left;
  margin-right: 10px;
  width: 90%;
  line-height: 20px;
  font-size: 15px;
}
.none .icon-attention {
  color: #ee6509;
  font-size: 50px;
  vertical-align: middle;
  padding-top: 20px;
}
.none section {
  text-align: center;
  margin-top: 10px;
}
.none section em {
  margin: 8px 0;
  color: #666666;
  font-size: 14px;
}
/* mod-pagination */
.mod-pagination {
  height: 50px;
  width: 100%;
  text-align: center;
  background-color: #f2f2f2;
  margin: 25px auto;
}
.mod-pagination .page {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 10px auto;
}
.mod-pagination .page li {
  display: inline;
  text-align: center;
}
.mod-pagination .page a {
  float: left;
  display: block;
  font-size: 13px;
  text-decoration: none;
  padding: 5px 12px;
  color: #666666;
  margin-left: -1px;
  border: 1px solid #e4e4e4;
  line-height: 1.5;
  background: #fff;
}
.mod-pagination .page a.active {
  cursor: default;
}
.mod-pagination .page a:hover {
  background: #eee;
}
.mod-pagination .page a.active,
.mod-pagination .page a:active {
  border-color: #868686;
  background: #868686;
  color: #fff;
  font-weight: bold;
}
.mod-pagination .page a:active {
  font-weight: normal;
}
.mod-pagination select {
  margin-left: 10px;
  padding: 5px 20px 5px 12px;
  line-height: 1.5;
  font-size: 13px;
  color: #666666;
  border: 1px solid #e4e4e4;
  display: inline-block;
  border-radius: 0;
  background-color: #fff;
  background: #fff url(//jci.book.com.tw/jss/books/mobilebase/css/images/icon_arrow_down.svg) no-repeat right 1px center;
  background-size: 20px;
}