@charset "UTF-8";
.main-menu:after, .right-menu:after, .nav-tabs:after, .center-container:after, .page-header:after, .top-nav:after, .content-inner-block:after, .item-tools:after, ul.carousel-ad-menu:after, .book-list ul:after, .search-filter:after, .search-result-list > ul > li:after, .order-footer:after, .issue-responses > li:after, .side-ad-list:after {
  content: "";
  display: table;
  clear: both;
}

.main-menu, .right-menu, .nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu > li, .right-menu > li, .nav-tabs > li {
  float: left;
  margin: 0;
  padding: 0;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

header, nav, section, article, aside, footer {
  display: block;
}

html {
  position: relative;
}

body {
  font-family: Helvetica, Arial, 'LiHei Pro', '微軟正黑體', sans-serif;
  font-size: 15px;
  line-height: 1.3333;
  color: #43464d;
  background: #cdcece;
}

a {
  color: #1b6180;
  text-decoration: none;
  transition: all .1s ease-in-out;
}
a:before, a:after, a * {
  transition: all .1s ease-in-out;
}
a:hover, a:active {
  color: #2481aa;
  text-decoration: underline;
  transition: all .1s ease-in-out;
}
a:hover:before, a:hover:after, a:hover *, a:active:before, a:active:after, a:active * {
  transition: all .1s ease-in-out;
}

p {
  margin: 0 0 24px;
}

img {
  max-width: 100%;
  height: auto;
}

ol ul, ul ol, ul ul, ol ol {
  margin-top: 1em;
  margin-bottom: 1em;
}

dl dt {
  color: #111;
  font-weight: bold;
  margin-bottom: 5px;
}
dl dd {
  margin-left: 0;
  margin-bottom: 5px;
}
dl dd + dt {
  margin-top: 15px;
}

table {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
table th, table td {
  padding: 3px 7px;
}
table thead {
  text-align: left;
}
table thead th {
  text-align: left;
  padding: 7px;
  border-bottom: 2px #777 solid;
}
table tbody td {
  border-top: #eee 1px solid;
  font-size: 0.95em;
}
table tbody tr:first-child td {
  border-top: none;
}
table tfoot th, table tfoot td {
  border-top: #ccc 2px solid;
  padding: 5px 7px;
  font-weight: bold;
}

input[type="text"], input[type="password"], input[type="number"], select, textarea {
  box-sizing: border-box;
  height: 26px;
  line-height: 26px;
  padding: 1px 3px;
  border: #ccc 1px solid;
  max-width: 100%;
}
input[type="text"].long, input[type="password"].long, input[type="number"].long, select.long, textarea.long {
  width: 500px;
}

textarea {
  width: 500px;
  height: 100px;
}

.hide {
  display: none;
}

.text-red {
  color: #cc0000;
}

.text-green {
  color: #009900;
}

.text-orange {
  color: #ff7200;
}

.text-gray {
  color: #999;
}

.fa-before {
  margin-right: 5px;
}

.fa-after {
  margin-left: 5px;
}

.btn {
  display: inline-block;
  color: #fff;
  background: #3689b1;
  background: linear-gradient(#3688b0, #296987);
  padding: 7px 20px 8px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transition: all .1s ease-in-out;
}
.btn:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background: #1b6180;
  background: linear-gradient(#1b6180, #154a62);
  transition: all .1s ease-in-out;
}

input.btn {
  line-height: 20px;
}

.btn.btn-plain {
  background: #ddd;
  background: linear-gradient(#eee, #ddd);
  color: #555;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.2);
}
.btn.btn-plain:hover {
  color: #444;
  background: #ccc;
  background: linear-gradient(#ddd, #ccc);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3);
}

.btn.btn-text {
  background: none;
  color: #1b6180;
  text-decoration: underline;
  box-shadow: none;
  border: 1px transparent solid;
}
.btn.btn-text:hover, .btn.btn-text:active {
  color: #2481aa;
}

.btn-right-bottom {
  float: right;
}

.btn-left-bottom {
  float: left;
}

.sidebox, .content {
  clear: both;
}
.sidebox h2, .content h2 {
  margin: 0 0 3px;
  padding: 7px;
  font-size: 17px;
  font-weight: normal;
  color: #1b6180;
  background: #eeeeef;
  border-radius: 3px;
}
.sidebox h2 a.title-link, .content h2 a.title-link {
  color: #43464d;
  margin-left: 5px;
  padding: 1px 5px 1px 7px;
  border-radius: 9px;
  font-size: 0.8em;
}
.sidebox h2 a.title-link:hover, .content h2 a.title-link:hover {
  background: #1b6180;
  color: #fff;
  text-decoration: none;
}
.sidebox h3, .content h3 {
  font-size: 16px;
  color: #000;
  margin: 1.5em 0 0.5em;
}
.sidebox h3:first-of-type, .content h3:first-of-type {
  margin-top: 1em;
}

.ad {
  margin-bottom: 10px;
}
.ad img {
  width: 100%;
}

.facebook-widget {
  max-width: 300px !important;
  margin: 0 auto;
  display: block;
}

.alert {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 5px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

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

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

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

.display-i-b {
  display: inline-block;
}

.pagination {
  margin: 15px 0;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
}
.pagination a, .pagination em {
  display: inline-block;
  padding: 0 8px;
  min-width: 9px;
  height: 25px;
  line-height: 25px;
  border: #50a2ca 1px solid;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  font-style: normal;
}
.pagination .prev a, .pagination .next a {
  width: auto;
  padding: 0 8px;
}
.pagination a:hover, .pagination .active em {
  text-decoration: none;
  background: #3689b1;
  color: #fff;
}
.pagination.pagination-footer {
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 15px;
}
.form-group label {
  line-height: 26px;
}
.form-group label.checkbox, .form-group label.radio {
  margin-bottom: 5px;
  position: relative;
  padding-left: 18px;
  line-height: 1.3;
}
.form-group label.checkbox input[type="radio"], .form-group label.checkbox input[type="checkbox"], .form-group label.radio input[type="radio"], .form-group label.radio input[type="checkbox"] {
  position: absolute;
  top: 3px;
  left: 0;
}
.form-group .form-help {
  display: inline-block;
  line-height: 26px;
}
.form-group .form-error {
  color: #a00;
}
.form-group .form-control label {
  display: block;
}

.form-footer {
  padding: 10px 0;
}

body.updating {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
}
body.updating:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #eee;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  z-index: 6000;
}
body.updating:after {
  display: block;
  position: fixed;
  content: "更新中...";
  width: 200px;
  height: 80px;
  line-height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -100px;
  background: #3689b1;
  z-index: 6001;
  border-radius: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-indent: 40px;
}
body.updating footer.page-footer:after {
  position: absolute;
  display: block;
  content: "\f1ce";
  font-family: FontAwesome;
  font-size: 30px;
  width: 200px;
  height: 80px;
  line-height: 80px;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -140px;
  z-index: 6002;
  color: #fff;
  animation: fa-spin 1s infinite;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: rotate(359deg);
    opacity: 0.5;
  }
}
.center-container {
  width: 1000px;
  margin: 0 auto;
}

.main-block {
  float: right;
  width: 810px;
  min-height: 300px;
  position: relative;
}

.left-sidebar {
  float: left;
  width: 180px;
  margin-top: 275px;
}

.page-header {
  border-top: 4px solid #333;
  background: #3c3f45;
  background: linear-gradient(#585a61, #3c3f45);
  width: 100%;
  height: 36px;
}
.page-header .center-container {
  position: relative;
}

.title-block {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 5000;
  display: block;
  width: 180px;
  height: 300px;
  background: #02536d;
  background: linear-gradient(#237ea7, #02536d);
  text-align: center;
  color: #d1d3d5;
}
.title-block:hover {
  outline: #fff 1px solid;
  text-decoration: none;
  color: #fff;
}
.title-block:before {
  content: "";
  position: absolute;
  width: 168px;
  height: 294px;
  border: #5fa1bf 1px solid;
  border: rgba(255, 255, 255, 0.1) 1px solid;
  border-top: none;
  top: 0;
  left: 5px;
}
.title-block h1 {
  display: block;
  background: url("../images/logo.svg") no-repeat;
  background-size: 100% 100%;
  width: 116px;
  height: 170px;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  margin: 35px auto 26px;
  filter: drop-shadow(0 -1px 0 #094358);
}
.title-block em {
  display: block;
  font-size: 15px;
  line-height: 1em;
}
.title-block span {
  font-size: 13px;
  line-height: 1em;
}

.main-menu, .right-menu {
  line-height: 36px;
}
.main-menu > li > a, .right-menu > li > a {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  padding: 0 12px;
}
.main-menu > li > a:hover, .right-menu > li > a:hover {
  background: #555;
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}

.main-menu {
  margin: 0 0 0 190px;
  float: left;
}

.right-menu {
  float: right;
}
.right-menu > li > a {
  color: #fff;
  padding: 0 12px;
}
.right-menu .cart-quantity {
  font-size: 12px;
  background: #3689b1;
  display: inline-block;
  border-radius: 10px;
  line-height: 1em;
  padding: 2px 5px;
  position: relative;
  top: -2px;
}
.right-menu .cart-quantity.updated {
  animation: changeColor 1.5s;
}
.right-menu i {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

@keyframes changeColor {
  0% {
    background: #3689b1;
  }
  20% {
    background: #ff8400;
  }
  25% {
    background: #fff;
  }
  50% {
    background: #ff8400;
  }
  60% {
    background: #ff8400;
  }
  100% {
    background: #3689b1;
  }
}
.alternative-main-menu .drop-down, .member-menu .drop-down {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 15px;
  z-index: 100;
  min-width: 160px;
}
.alternative-main-menu .drop-down ul, .member-menu .drop-down ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #333;
}
.alternative-main-menu .drop-down a, .member-menu .drop-down a {
  display: block;
  padding: 0 20px;
  color: #eee;
}
.alternative-main-menu .drop-down a:hover, .member-menu .drop-down a:hover {
  background: #3689b1;
  color: #fff;
  text-decoration: none;
}
.alternative-main-menu.open > a, .member-menu.open > a {
  background: #555;
  background: rgba(255, 255, 255, 0.1);
}

.alternative-main-menu {
  display: none;
}

.member-menu .drop-down {
  left: auto;
}

.log-in ~ .member-menu {
  display: none;
}

.facebook-btn {
  display: block;
  width: 150px;
  height: 50px;
  box-sizing: border-box;
  position: relative;
  background: #3b5998;
  color: #fff;
  margin-top: 10px;
  border-radius: 4px;
  padding-left: 52px;
  padding-top: 6px;
}
.facebook-btn i {
  position: absolute;
  font-size: 42px;
  left: 8px;
  top: 4px;
}
.facebook-btn span {
  display: block;
}
.facebook-btn:hover {
  color: #fff;
  text-decoration: none;
  background: #344e86;
}
.facebook-btn-top {
  float: right;
}
.facebook-btn-left {
  float: none;
  margin-bottom: 30px;
}

.top-search {
  float: left;
  padding: 10px 0;
  width: 650px;
}
.top-search .input-text {
  border: 1px solid #43464d;
  width: 240px;
  height: 26px;
  line-height: 26px;
  border-radius: 0;
  padding: 1px 3px;
  background: #fff;
  background: linear-gradient(#dbdbdb 0, #fff 4px);
}
.top-search .input-text:focus {
  border: 1px solid #1b6180;
  outline: none;
  box-shadow: 0 0 5px #3689b1;
  animation-name: glow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.top-search .top-search-btn {
  display: inline-block;
  background: #fafdff;
  background: linear-gradient(#fafdff, #c4c6c8);
  border-radius: 15px;
  padding: 1px 10px;
  border: #7e8082 2px solid;
  color: #606263;
  text-shadow: #eee 0 1px 0;
}
.top-search .top-search-btn i {
  margin-right: 5px;
}
.top-search .top-search-btn:hover {
  background: #c4c6c8;
  background: linear-gradient(#c4c6c8, #e1e3e5);
  text-shadow: #eee 0 -1px 0;
  border-color: #717375;
}
.top-search .keywords-list {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  font-size: 0.9em;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.top-search .keywords-list li {
  display: inline-block;
  margin-right: 10px;
}

@keyframes glow {
  from {
    box-shadow: 0 1px 3px rgba(54, 137, 177, 0.1);
  }
  50% {
    box-shadow: 0 0 10px #3689b1;
  }
  to {
    box-shadow: 0 1px 3px rgba(54, 137, 177, 0.1);
  }
}
.content-wrapper {
  clear: both;
}

.nav-tabs li {
  margin-right: 8px;
}
.nav-tabs a {
  background: #eee;
  background: rgba(255, 255, 255, 0.6);
  display: block;
  padding: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px 5px 0 0;
}
.nav-tabs a:hover {
  background: #f5f5f5;
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.nav-tabs li.active a {
  background: #fff;
  color: #555;
  cursor: default;
}

.nav-tabs + .content {
  border-radius: 0 5px 5px 5px;
}

.content {
  background: #fff;
  padding: 3px 3px;
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}
.content p {
  line-height: 1.3;
  margin: 10px 0;
  color: #43464d;
}

.content-inner-block {
  margin: 10px 7px;
}

.content-inner-block + h2 {
  margin-top: 10px;
}

.item-info {
  padding: 10px;
}
.item-info .img-wrapper {
  float: left;
  width: 202px;
}
.item-info .img-wrapper img {
  display: block;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.item-info .item-preview {
  display: block;
  padding: 3px 15px;
  width: 112px;
  margin: 0 auto;
}
.item-info .item-header {
  float: right;
  width: 582px;
}
.item-info .item-title {
  margin: 0;
  padding: 5px 10px;
  background: #eeeeef;
  font-size: 17px;
  line-height: 24px;
  color: #1b6180;
  font-weight: normal;
  border-radius: 0 3px 3px 0;
}
.item-info .item-author {
  margin: 10px;
  font-weight: normal;
}
.item-info .item-sub-info {
  margin: 0;
  padding-left: 212px;
  color: #666;
  list-style: none;
  font-size: 0.95em;
  clear: right;
}
.item-info .item-sub-info > li {
  position: relative;
}
.item-info .item-sub-info span.info-title {
  display: block;
  width: 80px;
  color: #3d3f46;
  position: absolute;
}
.item-info .item-sub-info span.info-content {
  display: block;
  padding-left: 80px;
}
.item-info .item-sub-info .tag {
  background: #eee;
  display: inline-block;
  border-radius: 2px;
  padding: 0 4px;
  font-size: 0.95em;
  margin: 0 3px 3px 0;
}
.item-info .item-sub-info .tag:hover {
  text-decoration: none;
}
.item-info .pricing {
  color: #911400;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
}

.add-to-cart-message {
  background: #ff8400;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 1.2em;
  animation: cartMessage 0.4s;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
}

@keyframes cartMessage {
  20% {
    background: #ff8400;
  }
  60% {
    background: #fff;
  }
  100% {
    background: #ff8400;
  }
}
body.preview-book {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
body.preview-book:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ddd;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 7000;
}
body.preview-book .content {
  z-index: auto;
}
body.preview-book .preview-wrapper {
  display: block;
}

.preview-wrapper {
  display: none;
  background: #fff;
  position: fixed;
  z-index: 7500;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  overflow: hidden;
  padding: 30px;
}
.preview-wrapper .preview-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #aaa;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}
.preview-wrapper ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  overflow-y: auto;
  width: 150px;
}
.preview-wrapper ul li {
  margin-bottom: 10px;
}
.preview-wrapper ul img {
  display: block;
  width: 100px;
  border: #ddd 3px solid;
  margin: 0 auto;
}
.preview-wrapper ul .active img {
  border-color: #3689b1;
}
.preview-wrapper .preview-page {
  padding-left: 180px;
  height: 100%;
}
.preview-wrapper .preview-page img {
  border: #ddd 1px solid;
  display: block;
  margin: 0 auto;
  max-width: 500px;
  max-height: 100%;
}

.item-tools {
  margin: 10px 10px 0 222px;
  padding: 10px 0;
  border-top: 1px dashed #999;
}
.item-tools p {
  display: block;
  color: #a00;
  margin: 0 15px 10px 0;
}
.item-tools form {
  display: block;
  float: left;
}
.item-tools .delivery-status {
  color: green;
  font-weight: bold;
}
.item-tools .btn {
  margin: 0 10px 10px 0;
}

.item-sns {
  margin: 0 10px 10px;
  padding-top: 10px;
  border-top: #ddd 1px dotted;
}
.item-sns .google_preview {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.item-sns .fb-like {
  display: inline-block;
  position: relative;
  top: 5px;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}

.item-desc {
  margin: 10px 10px 30px;
}

.index-ad-carousel {
  margin-bottom: 10px;
  position: relative;
}
.index-ad-carousel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.index-ad-carousel ul.index-ad-list li {
  display: none;
}
.index-ad-carousel ul.index-ad-list li.active {
  display: block;
}
.index-ad-carousel a, .index-ad-carousel img {
  display: block;
}
.index-ad-carousel img {
  width: 100%;
}

ul.carousel-ad-menu {
  position: absolute;
  bottom: 0;
  background: #eee;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 20px;
  overflow: hidden;
}
ul.carousel-ad-menu li {
  float: left;
}
ul.carousel-ad-menu li.active a {
  background: #3689b1;
  color: #fff;
}
ul.carousel-ad-menu a {
  display: block;
  white-space: nowrap;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
ul.carousel-ad-menu a:hover {
  text-decoration: none;
  background: #ddd;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.book-list {
  display: block;
  margin: 20px 0;
}
.book-list ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 250px;
  overflow: hidden;
}
.book-list li {
  display: inline-block;
  width: 150px;
  height: 230px;
  margin: 0 10px;
  padding-bottom: 20px;
  vertical-align: top;
  text-align: left;
}
.book-list li:hover .cover img {
  box-shadow: 0 0 10px #3689b1;
  border: #3689b1 1px solid;
}
.book-list .cover {
  height: 142px;
  margin-bottom: 3px;
  display: block;
  display: flex;
  position: relative;
}
.book-list .cover span {
  display: none;
}
.book-list .cover span.rank {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  color: #333;
}
.book-list .cover span.rank:before {
  box-sizing: border-box;
  content: "TOP";
  font-size: 11px;
  display: block;
  font-weight: normal;
  color: #999;
  border-bottom: #ddd 2px solid;
  height: 20px;
  line-height: 20px;
  margin-bottom: 6px;
  text-align: center;
}
.book-list .cover span.rank:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent 4px solid;
  border-top: #ddd 4px solid;
  position: absolute;
  top: 20px;
  left: 11px;
}
.book-list .cover span.label-red, .book-list .cover span.label-blue, .book-list .cover span.label-orange, .book-list .cover span.label-green, .book-list .cover span.label-purple {
  display: block;
  position: absolute;
  top: 3px;
  left: -3px;
  font-size: 11px;
  line-height: 20px;
  background: #ff7800;
  color: #fff;
  padding: 0 4px;
}
.book-list .cover span.label-red:after, .book-list .cover span.label-blue:after, .book-list .cover span.label-orange:after, .book-list .cover span.label-green:after, .book-list .cover span.label-purple:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent 3px solid;
  border-right: #e66c00 3px solid;
  position: absolute;
  z-index: -5;
  left: -3px;
  top: 17px;
}
.book-list .cover span.label-red {
  background: #ff4640;
}
.book-list .cover span.label-red:after {
  border-right: #ff2d26 3px solid;
}
.book-list .cover span.label-blue {
  background: #3689b1;
}
.book-list .cover span.label-blue:after {
  border-right: #307a9d 3px solid;
}
.book-list .cover span.label-green {
  background: #6fb74f;
}
.book-list .cover span.label-green:after {
  border-right: #63a845 3px solid;
}
.book-list .cover span.label-purple {
  background: #8d4fb7;
}
.book-list .cover span.label-purple:after {
  border-right: #8045a8 3px solid;
}
.book-list .cover img {
  display: block;
  max-width: 100px;
  max-height: 140px;
  width: auto;
  height: auto;
  border: 1px solid #ccc;
  border: 1px solid rgba(54, 54, 55, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  align-self: flex-start;
}
.book-list .pricing {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #911400;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px;
}
.book-list .pricing del {
  font-style: normal;
  font-weight: normal;
  color: #cdcece;
  text-decoration: line-through;
  padding-right: 5px;
}
.book-list .title {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: Georgia, 'LiSong Pro', '新細明體', serif;
  height: 55px;
  overflow: hidden;
}

.book-list-scroll .list-wrapper {
  width: 100%;
  overflow: auto;
}
.book-list-scroll ul {
  white-space: nowrap;
  overflow: visible;
}
.book-list-scroll li {
  white-space: normal;
}

.book-list-recommend ul {
  height: 290px;
}
.book-list-recommend li {
  height: 270px;
}
.book-list-recommend .btn {
  padding: 5px 15px;
  font-size: 14px;
}

.book-list-ranking .cover img {
  margin-left: 36px;
}
.book-list-ranking .cover span.label-red, .book-list-ranking .cover span.label-blue, .book-list-ranking .cover span.label-orange, .book-list-ranking .cover span.label-green, .book-list-ranking .cover span.label-purple {
  left: 34px;
}

.book-list-carousel {
  position: relative;
}
.book-list-carousel .list-wrapper {
  margin: 0 50px;
  overflow: hidden;
}
.book-list-carousel li {
  display: block;
  float: left;
}

.book-list-prev, .book-list-next {
  display: block;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 80px;
  border: none;
  background: #777;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  transition: background .1s ease-in-out;
}
.book-list-prev i, .book-list-next i {
  position: relative;
  top: -1px;
}
.book-list-prev.active, .book-list-next.active {
  opacity: 1;
  pointer-events: auto;
}
.book-list-prev.active:hover, .book-list-next.active:hover {
  background: #3689b1;
  transition: background .1s ease-in-out;
}

.book-list-prev {
  left: 5px;
}
.book-list-prev i {
  position: relative;
  left: -1px;
}

.book-list-next {
  right: 5px;
}
.book-list-next i {
  position: relative;
  left: 1px;
}

.book-list-doubled ul {
  height: 500px;
}

.book-list-event ul {
  height: auto;
  text-align: left;
}
.book-list-event ul li {
  margin: 0 23px;
}

.book-list-event + .pagination {
  margin: 0 7px 30px;
  border-top: #ddd 1px solid;
  padding-top: 15px;
}

.search-filter-title {
  display: inline-block;
}
.search-filter ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.search-filter li {
  display: inline-block;
  font-size: 0.9em;
}
.search-filter a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 5px;
  border: transparent 1px solid;
}
.search-filter a:hover {
  text-decoration: none;
}
.search-filter .active a, .search-filter a:hover {
  border: #ddd 1px solid;
  background: #eee;
}

.search-result-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-result-list > ul > li {
  border-bottom: #ddd 1px solid;
  padding: 10px 0;
  margin: 10px 0;
}
.search-result-list .cover {
  display: block;
  width: 100px;
  float: left;
}
.search-result-list .cover img {
  max-width: 100% !important;
}
.search-result-list .book-data {
  display: block;
  float: right;
  width: 670px;
}
.search-result-list h3 {
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 1.2em;
}
.search-result-list .basic > span {
  display: inline-block;
}
.search-result-list .category {
  margin-right: 10px;
}
.search-result-list .pricing {
  display: block;
  color: #911400;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  margin: 5px 0;
}
.search-result-list .pricing del {
  font-style: normal;
  font-weight: normal;
  color: #cdcece;
  text-decoration: line-through;
  padding-right: 5px;
  display: inline-block;
}
.search-result-list .pricing .price {
  margin-right: 10px;
  display: inline-block;
}
.search-result-list .pricing .status {
  display: inline-block;
  font-style: normal;
  font-size: 0.9em;
  color: #888;
}
.search-result-list .desc {
  font-size: 0.95em;
}

.event-img img {
  width: 100%;
}

.event-desc {
  padding: 0 7px;
  margin-bottom: 20px;
}

.cart-list thead th, .order-list thead th, .keeping-list thead th {
  background: #eeeeef;
  padding: 7px;
  border-bottom: none;
}
.cart-list thead th:first-child, .order-list thead th:first-child, .keeping-list thead th:first-child {
  border-radius: 4px 0 0 4px;
}
.cart-list thead th:last-child, .order-list thead th:last-child, .keeping-list thead th:last-child {
  border-radius: 0 4px 4px 0;
}
.cart-list input[type="number"], .order-list input[type="number"], .keeping-list input[type="number"] {
  width: 38px;
  text-align: right;
}
.cart-list .btn, .order-list .btn, .keeping-list .btn {
  padding: 2px;
  width: 75px;
  text-align: center;
  margin: 3px 0;
  font-size: 12px;
}
.cart-list tbody .name, .order-list tbody .name, .keeping-list tbody .name {
  font-family: Georgia, 'LiSong Pro', '新細明體', serif;
}
.cart-list .price, .order-list .price, .keeping-list .price {
  min-width: 50px;
  text-align: right;
}
.cart-list .stock, .order-list .stock, .keeping-list .stock {
  min-width: 90px;
}
.cart-list .quantity, .order-list .quantity, .keeping-list .quantity {
  text-align: right;
  min-width: 52px;
}
.cart-list .action, .order-list .action, .keeping-list .action {
  text-align: center;
}
.cart-list .narrow-only, .order-list .narrow-only, .keeping-list .narrow-only {
  display: none;
}

.cart-list .cover {
  width: 50px;
}
.cart-list .cover img {
  width: 100%;
  height: auto;
}
.cart-list tfoot th, .cart-list tfoot td {
  font-weight: bold;
}
.cart-list .pricing-total {
  color: #911400;
  font-size: 1.1em;
}

.empty {
  text-align: center;
  margin: 40px 0;
}
.empty .icon {
  background: #f5f5f5;
  width: 250px;
  height: 250px;
  border-radius: 125px;
  margin: 10px auto;
  position: relative;
  text-align: center;
}
.empty .icon i.fa-shopping-cart {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  font-size: 150px;
  line-height: 1em;
  color: #3689b1;
  margin: -70px 0 0 -80px;
}
.empty .icon i.fa-bullseye {
  position: relative;
  margin: 0 auto;
  line-height: 236px;
  z-index: 5000;
  color: #fff;
  animation: fa-bullseye 1.2s infinite ease-out;
}
.empty .message {
  color: #ff8400;
  font-size: 1.1em;
  margin: 20px 0;
}

@keyframes fa-bullseye {
  0% {
    opacity: 1;
  }
  100% {
    font-size: 2.5em;
    opacity: 0;
  }
}
.keeping-list .cover {
  width: 50px;
}
.keeping-list .cover img {
  width: 100%;
  height: auto;
}
.keeping-list .price-item {
  min-width: 100px;
}
.keeping-list tbody .price-item {
  color: #911400;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
}
.keeping-list .price-item del {
  font-style: normal;
  font-weight: normal;
  display: block;
  color: #cdcece;
}
.keeping-list .action {
  min-width: 100px;
}
.keeping-list .btn {
  border: #3689b1 1px solid;
  padding: 2px 3px;
}
.keeping-list .btn-plain {
  padding: 1px;
  border: none;
}

.order-list th, .order-list td {
  padding: 7px;
}

.total-table {
  width: 100%;
  margin-bottom: 20px;
}
.total-table th, .total-table td {
  padding: 5px 7px;
}
.total-table thead th {
  border-bottom: #aaa 2px solid;
  color: #000;
}
.total-table tfoot td {
  border-top: #ddd 1px solid;
  background: #fff4c1;
  font-weight: bold;
}
.total-table .price {
  min-width: 50px;
  text-align: right;
}
.total-table .pricing-total {
  color: #911400;
  font-size: 1.1em;
}

.order-info {
  width: 100%;
  margin-bottom: 20px;
}
.order-info th, .order-info td {
  padding: 5px 7px;
  border-top: #eee 1px solid;
  vertical-align: top;
}
.order-info th {
  text-align: left;
  width: 150px;
  color: #111;
}
.order-info tr:first-of-type th, .order-info tr:first-of-type td {
  border-top: none;
}

.order-all .action {
  text-align: right;
}
.order-all .narrow-only {
  display: none;
}

.order-footer {
  padding: 10px 7px;
  border-top: #eee 1px solid;
}
.order-footer p {
  float: left;
  color: #888;
  margin: 8px 0 10px;
}
.order-footer .btn {
  margin-bottom: 10px;
}

.issue-all .narrow-only {
  display: none;
}

h3.issue-title {
  font-size: 1.2em;
  line-height: 1.3em;
}

.issue-info {
  font-size: 0.9em;
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
.issue-info li {
  display: inline-block;
}
.issue-info .date {
  color: #999;
  margin-right: 10px;
}
.issue-info .type {
  background: #eee;
  padding: 0 7px;
  border-radius: 3px;
}

.issue-responses {
  list-style: none;
  padding-left: 0;
  margin: 30px 0;
}
.issue-responses > li {
  margin-bottom: 20px;
}
.issue-responses .author {
  float: left;
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
}
.issue-responses .author i {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #3689b1;
  border-radius: 30px;
  margin: 0 auto;
}
.issue-responses .author.user i {
  background: #777;
}
.issue-responses .author > span {
  background: #eee;
  border: #ddd 1px solid;
  font-size: 13px;
  display: inline-block;
  padding: 0 10px;
  border-radius: 15px;
  text-align: center;
  margin: 3px auto;
}
.issue-responses .issue-response {
  box-sizing: border-box;
  min-height: 80px;
  margin-left: 95px;
  border: #ddd 1px solid;
  padding: 7px;
  position: relative;
}
.issue-responses .issue-response:before, .issue-responses .issue-response:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent 6px solid;
  border-top: #ddd 6px solid;
  position: absolute;
  left: -7px;
  top: -1px;
}
.issue-responses .issue-response:after {
  border-top: #fff 5px solid;
  left: -4px;
  top: 0;
}
.issue-responses .issue-response .date {
  color: #999;
  font-size: 0.9em;
}
.issue-responses .issue-response textarea {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.faq-category {
  padding-top: 10px;
}

.faq-ol {
  list-style: none;
  counter-reset: decimal;
  padding-left: 0;
}
.faq-ol > li:before {
  counter-increment: decimal;
  content: "(" counter(decimal) ")";
}
.faq-ol > li h4 {
  display: inline;
  font-size: 1em;
}

.faq-answer {
  margin-left: 22px;
  margin-bottom: 20px;
  color: #777;
}
.faq-answer p {
  margin-top: 5px;
  color: #777;
}
.faq-answer ol, .faq-answer ul {
  padding-left: 20px;
}

.store-info {
  margin-bottom: 30px;
}
.store-info dt {
  float: left;
  margin-bottom: 0;
}
.store-info dd {
  padding-left: 145px;
  margin-left: 0;
  margin-bottom: 10px;
}
.store-info dd + dt {
  margin-top: 0;
}

.login-block {
  margin: 30px 0;
}
.login-block input[type="text"], .login-block input[type="password"] {
  width: 300px;
  max-width: 100%;
}
.login-block .forgot-password {
  display: inline-block;
  margin-bottom: 15px;
}
.login-block .form-footer {
  padding: 10px 0 0;
  margin-top: 20px;
  border-top: #eee 1px solid;
}
.login-block .form-footer .btn {
  margin-right: 5px;
}
.login-block .form-footer .btn.btn-plain {
  padding: 6px 20px 7px;
}

.side-block {
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
  padding: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.side-block-content {
  padding: 2px 7px 7px;
  font-size: 0.9em;
}
.side-block-content h3 {
  font-size: 1.1em;
  margin: 15px 0 5px;
  color: #111;
}
.side-block-content h3:first-of-type {
  margin-top: 0;
}
.side-block-content p {
  margin-bottom: 10px;
}
.side-block-content ul, .side-block-content ol {
  margin: 10px 0;
  padding: 0 0 0 18px;
}

.link-list {
  list-style: none;
  margin: 0;
  padding: 2px 7px 7px;
}
.link-list li {
  border-top: 1px solid #eeeeef;
}
.link-list li:first-child {
  border-top: none;
}
.link-list a {
  font-size: 0.95em;
  color: #43464d;
  display: block;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.link-list a:hover {
  color: #1b6180;
}

.side-ad-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.side-ad-list li {
  margin-bottom: 5px;
}
.side-ad-list img {
  display: block;
  margin: 0 auto;
  border: #ddd 1px solid;
  max-width: 100%;
}

.page-footer {
  font-size: 0.9em;
  color: #9a9b9b;
  padding: 15px 0 25px;
  text-align: center;
}
.page-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-footer ul li {
  display: inline;
}
.page-footer ul li:before {
  content: "|";
}
.page-footer ul li:first-child:before {
  content: "";
}
.page-footer .faq {
  display: none;
}

/*--- RWD ---*/
@media screen and (min-width: 1140px) {
  .center-container {
    width: 1100px;
  }

  .main-block {
    width: 910px;
  }

  .top-search {
    width: 750px;
  }

  .item-info .item-header {
    width: 682px;
  }

  .item-tools p {
    padding-top: 6px;
    float: left;
  }

  .store-info-narrow {
    width: 400px;
    float: left;
  }

  .store-map {
    float: right;
    width: 450px;
  }

  .search-result-list .book-data {
    width: 770px;
  }

  .book-list-event ul li {
    margin: 0 13px;
  }
}
@media screen and (min-width: 1280px) {
  .center-container {
    width: 1230px;
  }

  .main-block {
    width: 1040px;
  }

  .top-search {
    width: 880px;
  }

  .item-info .item-header {
    width: 812px;
  }

  .store-map {
    width: 550px;
  }

  .search-result-list .book-data {
    width: 900px;
  }

  .book-list-event ul li {
    margin: 0 26px;
  }
}
@media screen and (min-width: 1340px) {
  .center-container {
    width: 1300px;
  }

  .main-block {
    width: 1110px;
  }

  .top-search {
    width: 950px;
  }

  .item-info .item-header {
    width: 882px;
  }

  .store-map {
    width: 650px;
  }

  .search-result-list .book-data {
    width: 970px;
  }

  .book-list-event ul li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 1023px) {
  .center-container {
    width: 860px;
  }

  .main-block {
    width: 670px;
  }

  .top-nav .faq {
    display: none;
  }

  .right-menu .text {
    display: none;
  }
  .right-menu i {
    font-size: 18px;
    width: 18px;
    margin-right: 0;
  }

  .member-menu .drop-down {
    right: 0;
  }

  .log-in, .sign-up {
    display: none;
  }

  .log-in ~ .member-menu {
    display: block;
  }

  .top-search {
    width: 510px;
  }

  .page-footer .faq {
    display: inline;
  }

  .facebook-widget {
    width: 100% !important;
  }

  .index-ad-carousel .carousel-ad-menu {
    position: static;
  }

  .book-list-event ul li {
    margin: 0 6px;
  }

  .item-info .item-header {
    width: 442px;
  }

  .search-result-list .book-data {
    width: 530px;
  }

  .side-ad-list {
    padding: 10px 0;
  }
  .side-ad-list li {
    display: block;
    float: left;
    margin: 0 9px 10px;
  }
}
@media screen and (max-width: 880px) {
  .center-container {
    width: 740px;
  }

  .main-block {
    width: 550px;
  }

  .left-sidebar {
    margin-top: 185px;
  }

  .top-nav .faq {
    display: block;
  }

  .facebook-btn-top {
    display: none;
  }

  .top-search {
    float: none;
    width: 100%;
  }

  .page-footer .faq {
    display: none;
  }

  .main-menu {
    display: none;
  }

  .title-block {
    height: 210px;
  }
  .title-block:before {
    height: 204px;
  }
  .title-block h1 {
    margin: 15px auto;
  }
  .title-block em, .title-block span {
    display: none;
  }

  .right-menu {
    position: relative;
  }
  .right-menu .alternative-main-menu {
    display: block;
  }
  .right-menu > li > a {
    padding: 0 20px;
  }

  .book-list-event ul li {
    margin: 0 14px;
  }

  .item-info .item-header {
    width: 322px;
  }

  .preview-wrapper {
    padding: 20px;
    overflow: visible;
  }
  .preview-wrapper .preview-close {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
  }
  .preview-wrapper ul {
    height: 110px;
    width: 100%;
    float: none;
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 15px;
    white-space: nowrap;
  }
  .preview-wrapper ul li {
    display: inline-block;
    margin-right: 10px;
  }
  .preview-wrapper ul img {
    height: 80px;
    width: auto;
  }
  .preview-wrapper .preview-page {
    padding: 0;
    height: calc(100% - 130px);
  }
  .preview-wrapper .preview-page img {
    max-width: 100%;
  }

  .search-result-list .book-data {
    width: 410px;
  }

  .cart-list, .order-list, .keeping-list {
    display: block;
  }
  .cart-list th, .cart-list td, .order-list th, .order-list td, .keeping-list th, .keeping-list td {
    box-sizing: border-box;
  }
  .cart-list thead, .order-list thead, .keeping-list thead {
    display: table;
    width: 100%;
  }
  .cart-list thead tr, .order-list thead tr, .keeping-list thead tr {
    display: table-row;
  }
  .cart-list thead th, .order-list thead th, .keeping-list thead th {
    display: none;
  }
  .cart-list thead .name, .order-list thead .name, .keeping-list thead .name {
    display: table-cell;
  }
  .cart-list thead .price-total, .order-list thead .price-total, .keeping-list thead .price-total {
    width: 50px;
  }
  .cart-list tbody, .cart-list tbody tr, .order-list tbody, .order-list tbody tr, .keeping-list tbody, .keeping-list tbody tr {
    display: block;
    width: 100%;
    clear: both;
  }
  .cart-list tbody td, .order-list tbody td, .keeping-list tbody td {
    display: block;
    border-top: none;
    padding: 2px 7px;
  }
  .cart-list tbody tr, .order-list tbody tr, .keeping-list tbody tr {
    border-top: #eee 1px solid;
    padding: 5px 0;
    position: relative;
  }
  .cart-list tbody .stock, .order-list tbody .stock, .keeping-list tbody .stock {
    color: #999;
    clear: both;
  }
  .cart-list tbody .price-item, .cart-list tbody .quantity, .order-list tbody .price-item, .order-list tbody .quantity, .keeping-list tbody .price-item, .keeping-list tbody .quantity {
    display: inline-block;
    width: 34%;
    text-align: left;
    line-height: 26px;
  }
  .cart-list tbody .price-item del, .order-list tbody .price-item del, .keeping-list tbody .price-item del {
    display: inline;
  }
  .cart-list tbody .price-total, .order-list tbody .price-total, .keeping-list tbody .price-total {
    display: inline-block;
    width: 30%;
    line-height: 26px;
    text-align: right;
    float: right;
  }
  .cart-list tbody .action, .order-list tbody .action, .keeping-list tbody .action {
    text-align: left;
    clear: both;
  }
  .cart-list tbody .action .btn, .order-list tbody .action .btn, .keeping-list tbody .action .btn {
    margin-right: 5px;
  }
  .cart-list tfoot, .order-list tfoot, .keeping-list tfoot {
    display: table;
    width: 100%;
  }
  .cart-list tfoot tr, .order-list tfoot tr, .keeping-list tfoot tr {
    display: table-row;
  }
  .cart-list tfoot td, .order-list tfoot td, .keeping-list tfoot td {
    display: none;
  }
  .cart-list tfoot .price-total, .order-list tfoot .price-total, .keeping-list tfoot .price-total {
    display: table-cell;
    text-align: right;
  }
  .cart-list .narrow-only, .order-list .narrow-only, .keeping-list .narrow-only {
    display: inline;
  }

  .cart-list .cover, .keeping-list .cover {
    float: left;
    padding: 2px 0 2px 7px;
  }
  .cart-list tbody .name, .keeping-list tbody .name {
    float: right;
    width: calc(100% - 55px);
  }

  .keeping-list tbody .price-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .center-container {
    width: 94%;
    width: calc(100% - 40px);
  }

  .main-block {
    width: 100%;
  }

  .left-sidebar {
    margin-top: 20px;
    width: 100%;
  }

  .page-header .center-container {
    width: 100%;
  }

  .title-block {
    background: none;
    width: 163px;
    height: 36px;
    left: 58px;
    padding: 0 8px;
  }
  .title-block:before {
    display: none;
  }
  .title-block:hover {
    outline: none;
  }
  .title-block h1 {
    margin: 2px auto;
    background-image: url("../images/logo-m.svg");
    width: 163px;
    height: 30px;
  }

  .right-menu {
    position: static;
  }

  .alternative-main-menu .drop-down, .member-menu .drop-down {
    border: none;
    width: 100%;
  }
  .alternative-main-menu .drop-down a, .member-menu .drop-down a {
    padding: 0 20px;
  }

  .alternative-main-menu > a {
    position: absolute;
    left: 0;
  }

  .top-search {
    padding: 15px 0;
  }
  .top-search .input-text {
    width: calc(100% - 100px);
  }
  .top-search .top-search-btn {
    width: 80px;
    text-align: center;
    float: right;
  }

  .book-list-event ul li {
    margin: 0 calc((100% - 155px*3)/6);
  }

  .item-info .item-header {
    float: none;
    width: 100%;
  }
  .item-info .item-title {
    background: none;
    padding: 0;
  }
  .item-info .item-author {
    margin: 10px 0;
  }

  .search-result-list .book-data {
    width: calc(100% - 114px);
  }
}
@media screen and (max-width: 570px) {
  .alternative-main-menu .drop-down {
    width: 100%;
  }

  .book-list-event ul li {
    margin: 0 calc((100% - 155px*2)/4);
  }

  .item-info .img-wrapper {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  .item-info .item-sub-info {
    padding: 0;
    font-size: 1em;
  }

  .preview-wrapper {
    top: 40px;
    left: 0;
    right: 0;
    padding: 10px;
  }
  .preview-wrapper ul {
    height: 80px;
  }
  .preview-wrapper ul img {
    height: 60px;
  }
  .preview-wrapper .preview-page {
    height: calc(100% - 100px);
  }

  .item-tools {
    margin: 10px;
  }

  .index-ad-carousel .carousel-ad-menu {
    text-align: center;
  }
  .index-ad-carousel .carousel-ad-menu li {
    float: none;
    display: inline-block;
    padding: 0 2px;
    margin: 0 3px;
  }
  .index-ad-carousel .carousel-ad-menu a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #999;
  }
  .index-ad-carousel .carousel-ad-menu a:hover {
    background: transparent;
  }
  .index-ad-carousel .carousel-ad-menu a {
    width: 8px !important;
  }
  .index-ad-carousel .carousel-ad-menu li.active a {
    background: none;
  }
  .index-ad-carousel .carousel-ad-menu li.active a:before {
    background: #3689b1;
  }

  .order-all thead {
    display: none;
  }
  .order-all .narrow-only {
    display: block;
    width: 80px;
    float: left;
  }
  .order-all tbody tr, .order-all tbody td {
    display: block;
    border: none;
    text-align: left;
  }
  .order-all tbody tr {
    border-top: #ddd 1px solid;
    padding: 5px 0;
  }
  .order-all tbody tr:first-child {
    border-top: none;
  }

  .issue-all thead {
    display: none;
  }
  .issue-all tbody tr, .issue-all tbody td {
    border: none;
    text-align: left;
  }
  .issue-all tbody tr {
    display: block;
    border-top: #ddd 1px solid;
    padding: 5px 0;
  }
  .issue-all tbody tr:first-child {
    border-top: none;
  }
  .issue-all tbody td {
    display: inline-block;
  }
  .issue-all tbody .title {
    display: block;
  }
  .issue-all tbody .type {
    background: #eee;
    border-radius: 3px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 480px) {
  .btn-narrow-full {
    width: 100%;
  }

  .top-search {
    padding: 10px 0;
  }

  .item-tools .button_to {
    width: 100%;
  }
  .item-tools .btn {
    margin: 0 0 10px 0;
    width: 100%;
  }

  .side-ad-list li {
    margin: 0 3px 8px;
  }

  .book-list-carousel .book-list-prev, .book-list-carousel .book-list-next {
    z-index: 5000;
    opacity: 0;
  }
  .book-list-carousel .book-list-prev.active, .book-list-carousel .book-list-next.active {
    opacity: 0.8;
  }
  .book-list-carousel .list-wrapper {
    margin: 0 30px;
  }
  .book-list-carousel li {
    margin: 0 5px;
  }

  .search-result-list .cover {
    margin: 0 15px 15px 0;
  }
  .search-result-list .book-data {
    float: none;
    width: auto;
  }
  .search-result-list .desc {
    clear: both;
  }

  .cart-list tbody .price-item, .cart-list tbody .quantity, .order-list tbody .price-item, .order-list tbody .quantity, .keeping-list tbody .price-item, .keeping-list tbody .quantity {
    width: 45%;
  }
  .cart-list tbody .quantity, .order-list tbody .quantity, .keeping-list tbody .quantity {
    float: right;
    text-align: right;
  }

  .cart-list tbody .price-total {
    float: none;
    position: absolute;
    bottom: 5px;
    right: 0;
    height: 32px;
    line-height: 32px;
    width: 110px;
  }

  .order-footer .btn {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
  }

  .order-info th, .order-info td {
    display: block;
    width: auto;
  }
  .order-info td {
    border-top: none;
  }

  .store-info dt {
    float: none;
    color: #111;
  }
  .store-info dd {
    padding-left: 0;
  }

  .issue-responses .author {
    width: auto;
    height: auto;
    float: none;
    text-align: left;
    margin-bottom: 5px;
  }
  .issue-responses .author i {
    font-size: 1em;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .issue-responses .issue-response {
    margin-left: 0;
  }
  .issue-responses .issue-response:before, .issue-responses .issue-response:after {
    border: transparent 6px solid;
    border-left: #ddd 6px solid;
    top: -6px;
    left: -1px;
  }
  .issue-responses .issue-response:after {
    border-left: #fff 5px solid;
    top: -4px;
    left: 0;
  }
  .issue-responses .issue-response .btn {
    width: 100%;
  }

  .login-block {
    margin: 15px 0 5px;
  }
  .login-block input[type="text"], .login-block input[type="password"] {
    width: 100%;
  }
  .login-block .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 479px) {
  .center-container {
    width: 96%;
    width: calc(100% - 30px);
  }

  .title-block {
    background: none;
    width: 119px;
    padding: 0 7px;
    left: 48px;
  }
  .title-block h1 {
    margin: 2px auto;
    background-image: url("../images/logo-s.svg");
    width: 119px;
  }

  .right-menu > li > a {
    padding: 0 15px;
  }

  .alternative-main-menu .drop-down a, .member-menu .drop-down a {
    padding: 0 15px;
  }

  .side-ad-list li {
    display: block;
    float: none;
    margin: 0 auto 6px;
  }

  .empty {
    margin: 20px 0;
  }
  .empty .icon {
    transform: scale(0.85);
  }
  .empty .message {
    margin-top: 0;
  }
}
@media screen and (max-width: 440px) {
  .book-list-carousel .list-wrapper {
    margin: 0 10px;
  }
}
@media screen and (max-width: 400px) {
  .center-container {
    width: 97%;
    width: calc(100% - 24px);
  }

  .title-block {
    left: 42px;
  }

  .right-menu > li > a {
    padding: 0 12px;
  }

  .alternative-main-menu .drop-down a {
    padding: 0 12px;
  }

  .search-result-list .cover {
    float: none;
    margin: 0 auto 10px;
  }

  .pagination a {
    overflow: hidden;
  }
  .pagination .prev a {
    width: 12px;
  }
  .pagination .prev a:before {
    content: "\f060";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 100%;
  }
  .pagination .next a {
    width: 12px;
  }
  .pagination .next a:before {
    content: "\f061";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 100%;
  }
  .pagination .gap {
    position: relative;
    top: -8px;
  }
}
@media screen and (max-width: 389px) {
  .nav-tabs a {
    padding: 6px;
    font-size: 0.9em;
  }

  .book-list-event ul li {
    width: 140px;
    margin: 0 calc((100% - 145px*2)/4);
  }

  .book-list-carousel .list-wrapper {
    margin: 0 0px;
  }
  .book-list-carousel li {
    width: 140px;
  }

  .cart-list tbody .btn, .order-list tbody .btn {
    width: auto;
    padding: 1px 10px;
  }

  .order-list tbody .price-total {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 344px) {
  .book-list-event ul li {
    display: block;
    width: auto;
    height: auto;
    padding-bottom: 0;
    margin: 0 10px 20px;
  }
  .book-list-event .title {
    height: auto;
    margin-top: 5px;
  }
}
