@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 87.5%;
  line-height: 1.42857em;
}

.fa-heart, .fa-book {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color: #999999;
}

.sl-basket, .sl-eyeglasses {
  font-family: "Simple-Line-Icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #999999;
}

h1, h2 {
  font-size: 1.71429em;
  line-height: 1.04167em;
  color: #0099ff;
  font-weight: bold;
  margin: 16px 0px;
}

h3 {
  font-size: 1.42857em;
  line-height: 1.25em;
  color: #0099ff;
  font-weight: bold;
  margin: 16px 0px;
}

p {
  font-size: 1.14286em;
  line-height: 1.5625em;
  color: #333333;
  margin: 16px 0px;
  line-height: 1.875em;
  font-family: sans-serif;
}

strong, .strong {
  color: #ff2200;
  font-weight: bold;
}

.wordCue {
  background: #444;
  color: #fff;
  padding: 6px 6px;
}

.alink {
  color: #0099ff;
  text-decoration: none;
}

.alink1 {
  color: #0099ff;
}

blockquote {
  background-color: #eee;
  padding: 5%;
  border-left: 7px solid #ccc;
  font-size: 1.1em;
  line-height: 1.7em;
  font-family: Kaiti TC,DFKai-SB,標楷體;
}

a {
  text-decoration: none;
}

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

.add-cart-btn {
  line-height: 30px;
  font-size: 20px;
  padding: 6px 10px;
  color: white;
  text-shadow: #a42100 0 -1px 0;
  display: inline-block;
  min-width: 320px;
  margin: 2% auto 8% auto;
  text-align: center;
  text-decoration: none;
  background-color: #ff5429;
  position: relative;
  display: inline-block;
}
@media (max-width: 480px) {
  .add-cart-btn {
    min-width: 100%;
  }
}
.add-cart-btn:before {
  content: "\f07a";
  font-family: FontAwesome;
  margin-right: 2px;
}
.add-cart-btn .add-cart-price {
  width: 60px;
  position: relative;
  border-left: 1px solid #e63510;
  box-shadow: -1px 0px 0px #ff9469;
  display: block;
  float: right;
  text-align: center;
  line-height: 30px;
  padding: 0px 0px;
  height: 100%;
}
@media (max-width: 480px) {
  .add-cart-btn .add-cart-price {
    display: none;
  }
}
.add-cart-btn:hover {
  background-color: #e02904;
}
.add-cart-btn span.ml {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.add-cart-btn .span {
  margin-top: -80px;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.2);
  -moz-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  -o-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  -webkit-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
}

.add-cart-btn1 {
  line-height: 30px;
  font-size: 20px;
  padding: 6px 10px;
  color: white;
  text-shadow: #a42100 0 -1px 0;
  display: inline-block;
  min-width: 320px;
  margin: 0.71429em auto;
  text-align: center;
  text-decoration: none;
  background-color: #ff5429;
  position: relative;
}
@media (max-width: 480px) {
  .add-cart-btn1 {
    min-width: 100%;
  }
}
.add-cart-btn1:before {
  content: "\f07a";
  font-family: FontAwesome;
  margin-right: 2px;
}
.add-cart-btn1 .add-cart-price {
  width: 60px;
  position: relative;
  border-left: 1px solid #e63510;
  box-shadow: -1px 0px 0px #ff9469;
  display: block;
  float: right;
  text-align: center;
  line-height: 30px;
  padding: 0px 0px;
  height: 100%;
}
@media (max-width: 480px) {
  .add-cart-btn1 .add-cart-price {
    display: none;
  }
}
.add-cart-btn1:hover {
  background-color: #e02904;
}
.add-cart-btn1 span.ml {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.add-cart-btn1 .span {
  margin-top: -80px;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.2);
  -moz-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  -o-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  -webkit-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
}

.buy {
  font-size: 16px;
  padding: 4px 6px;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  border: 1px solid #0099ff;
  color: #0099ff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.buy:before {
  content: "\f07a";
  font-family: FontAwesome;
  margin-right: 2px;
}
.buy:hover {
  color: white;
  background-color: #0099ff;
  border: 1px solid #0099ff;
}
.buy span {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.buy .span {
  margin-top: -80px;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.2);
  -moz-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  -o-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  -webkit-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
}

.viewmore {
  font-size: 16px;
  padding: 4px 6px;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  border: 1px solid green;
  color: green;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.viewmore:hover {
  color: white;
  background-color: green;
  border: 1px solid green;
}
.viewmore span {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.viewmore .span {
  margin-top: -80px;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.2);
  -moz-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  -o-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  -webkit-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
}

.preview {
  font-size: 16px;
  padding: 4px 6px;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  border: 1px solid green;
  color: green;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.preview:before {
  content: "\f02d";
  font-family: FontAwesome;
  margin-right: 2px;
}
.preview:hover {
  color: white;
  background-color: green;
  border: 1px solid green;
}
.preview span {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.preview .span {
  margin-top: -80px;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.2);
  -moz-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  -o-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  -webkit-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
}

.btn-table {
  padding: 6px 16px;
  color: white;
  text-shadow: #65C8E4 0 -1px 0;
  text-decoration: none;
  background-color: #069;
}
.btn-table:hover {
  background-color: #46B2D6;
}

.connect {
  text-align: center;
}
.connect .connectbtn {
  display: inline-block;
  background: #566;
  margin: 20px 1px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
  padding: 6px 16px;
}
.connect .connectbtn a {
  color: #fff;
  text-decoration: none;
  padding: 6px 16px;
  font-size: 16px;
}
.connect .connectbtn:hover {
  top: 3px;
  position: relative;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.annotations {
  list-style-type: none;
  overflow: auto;
  margin-top: 0;
}
.annotations li.annotation {
  background-image: url(../img/grain.png);
  border-radius: 2px;
  box-shadow: 0 2px 3px #e2e2e2;
  position: relative;
}
.annotations li.annotation .book {
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .annotations li.annotation .book {
    width: 50%;
    left: 25%;
  }
}
.annotations li.annotation .book .book-cover {
  margin-bottom: 10px;
}
.annotations li.annotation .book .book-cover-img {
  display: block;
}
.annotations li.annotation .book .buy {
  margin-top: 5px;
}
.annotations li.annotation .book div {
  display: inline-block;
}
.annotations li.annotation .annotation-content {
  font-size: 1.14286em;
  line-height: 1.875em;
  padding: 0 10px;
  overflow: auto;
  display: inline-block;
  width: 69%;
  box-sizing: border-box;
  vertical-align: top;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .annotations li.annotation .annotation-content {
    width: 90%;
    left: 5%;
    position: relative;
  }
}
.annotations li.annotation .annotation-content:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  float: left;
  margin-right: 5px;
  margin-top: 10px;
}
.annotations li.annotation .annotation-content span {
  background-color: rgba(240, 240, 168, 0.8);
  font-size: 20px;
}
.annotations li.annotation .annotation-content .booktitle a {
  color: #0099ff;
  text-decoration: none;
}
.annotations li.annotation .annotation-info {
  color: #333333;
  padding: 0 10px;
  text-align: right;
  font-size: 1.14286em;
  line-height: 1.875em;
}
.annotations li.annotation .annotation-info:after {
  content: "";
  display: table;
  clear: both;
}
.annotations li.annotation .annotation-info a {
  text-decoration: none;
}
.annotations li.annotation .annotation-info a:hover {
  text-decoration: underline;
}
.annotations li.annotation .tools {
  background: white;
  padding: 0 10px;
  text-align: right;
  clear: both;
  font-size: 1.14286em;
  line-height: 1.875em;
}
.annotations li.annotation .tools a {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1440px;
  margin: auto;
}

.container {
  max-width: 1170px;
  height: 100%;
  position: relative;
  margin: auto;
}

.container-700 {
  max-width: 1170px;
  min-height: 700px;
  position: relative;
  margin: auto;
}

.container-full {
  max-width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}

.container-full-auto {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.container-full-700 {
  max-width: 100%;
  min-height: 700px;
  position: relative;
  margin: auto;
}

.selectBlock {
  width: 100%;
  position: relative;
  margin: 50px 0px;
}

.left-half {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.right-half {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
}

.left-1-3 {
  width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.right-2-3 {
  width: 66.66667%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.maxWidth54em {
  max-width: 54em;
  margin: auto;
}

.maxWidth45em {
  max-width: 45em;
  margin: 40px auto;
}
@media (max-width: 480px) {
  .maxWidth45em {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.maxWidth1440 {
  max-width: 1440px;
  margin: auto;
}

.inline-block {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}

.box {
  background: lightyellow;
  padding: 1%;
  margin: 5% 0;
}
.box p {
  margin: 0px 0px;
}

.curtain {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 8;
  display: none;
}

.youtubeEmbed {
  width: 100%;
  position: relative;
  padding: 20px 20%;
}
.youtubeEmbed .paddingBottom {
  width: 100%;
  position: relative;
  padding-bottom: 52.65%;
}
.youtubeEmbed .paddingBottom iframe {
  width: 100%;
  position: absolute;
  height: 100%;
}

.youtubeEmbed1 {
  width: 100%;
  position: relative;
  padding: 0px 10%;
  margin-top: 20px;
}
.youtubeEmbed1 .paddingBottom {
  width: 100%;
  position: relative;
  padding-bottom: 52.65%;
}
.youtubeEmbed1 .paddingBottom iframe {
  width: 100%;
  position: absolute;
  height: 100%;
}

@media (max-width: 480px) {
  .rm-480-hidden {
    display: none;
  }
}

@media (max-width: 600px) {
  .rm-600-hidden {
    display: none;
  }
}

.show320 {
  display: none;
}
@media (max-width: 320px) {
  .show320 {
    display: block;
  }
}

.hide320 {
  display: block;
}
@media (max-width: 320px) {
  .hide320 {
    display: none;
  }
}

.borderTop {
  border-top: 1px solid #ddd;
  box-shadow: 0px -1px 0px #eee;
}

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

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*For IE 6&7 only*/
}

.topbar1 {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: white;
  border-top: 5px solid #0099ff;
  border-bottom: 1px solid #dadada;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.rm-logo {
  display: inline-table;
}
.rm-logo .rm-logo-title {
  font-size: 1.7em;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin-top: 10px;
  font-family: "Montserrat", "微軟正黑體", sans-serif;
}
@media (max-width: 768px) {
  .rm-logo .rm-logo-title {
    font-size: 20px;
    line-height: 24px;
  }
}
.rm-logo .rm-logo-title a {
  text-decoration: none;
  color: #00a0e8;
}
.rm-logo .rm-logo-title a img {
  vertical-align: top;
  height: 24px;
  margin-right: 5px;
}

.not-login-nav {
  float: right;
  line-height: 42px;
  display: none;
}
.not-login-nav li {
  display: block;
  position: relative;
  float: left;
  text-align: center;
}
.not-login-nav li a {
  color: #999999;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.not-login-nav li:last-child {
  padding: 0 0px 0 13px;
}
@media (max-width: 480px) {
  .not-login-nav li:last-child {
    padding: 0 0px 0 5px;
  }
}
.not-login-nav li:first-child {
  padding: 0 13px 0 0px;
}
@media (max-width: 480px) {
  .not-login-nav li:first-child {
    padding: 0 5px 0 0px;
  }
}
.not-login-nav li:first-child a:after {
  display: block;
  position: absolute;
  right: -1px;
  top: 25%;
  content: "";
  width: 1px;
  height: 50%;
  background: #cccccc;
}

.login-nav {
  float: right;
  line-height: 42px;
  display: none;
}
.login-nav > li {
  position: relative;
  float: left;
  text-align: center;
  padding: 0 13px 0 13px;
}
@media (max-width: 480px) {
  .login-nav > li {
    padding: 0 5px 0 5px;
  }
}
.login-nav > li a {
  display: block;
  color: #999999;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.login-nav > li:last-child {
  padding: 0 0px 0 13px;
}
.login-nav > li:last-child > a:after {
  display: block;
  position: absolute;
  left: 1px;
  top: 20%;
  content: "";
  width: 1px;
  height: 42%;
  background: #cccccc;
}
.login-nav > li:first-child {
  padding: 0 13px 0 0px;
}
.login-nav > li:first-child > a:after {
  display: block;
  position: absolute;
  right: -1px;
  top: 25%;
  content: "";
  width: 1px;
  height: 50%;
  background: #cccccc;
}
.login-nav > li:nth-child(2) > a:after {
  display: block;
  position: absolute;
  right: -1px;
  top: 25%;
  content: "";
  width: 1px;
  height: 50%;
  background: #cccccc;
}
.login-nav > li:nth-child(3) > a:after {
  display: block;
  position: absolute;
  right: -1px;
  top: 25%;
  content: "";
  width: 1px;
  height: 50%;
  background: #cccccc;
}
.login-nav .login-nav-mybook img {
  margin: -3px 5px 0 0;
  vertical-align: middle;
}
.login-nav .login-nav-wishList .fa-heart {
  padding: 0 5px;
}
.login-nav .login-nav-wishList .fa-heart:before {
  content: "\f004";
}
.login-nav .login-nav-cart .sl-basket {
  padding: 0 5px;
  font-size: 18px;
  line-height: 45px;
}
.login-nav .login-nav-cart .sl-basket:before {
  content: "\e04e";
}
.login-nav .login-nav-cart .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777777;
  border-radius: 10px;
}
.login-nav .login-nav-cart .badge-cart {
  position: absolute;
  right: 8px;
  top: 5px;
  padding-right: 3px;
  padding-left: 3px;
  min-width: 18px;
  text-align: center;
  background-color: #dd0017;
}
.login-nav .login-nav-cart .dropdown-menu {
  min-width: 300px;
  margin-top: -5px;
}
.login-nav .login-nav-my a .my-avatar {
  border-radius: 50%;
  margin: 6px 0 0 6px;
  width: 32px;
  height: 32px;
}
.login-nav .login-nav-my .dropdown-menu {
  min-width: 170px;
  margin-top: -13px;
}
.login-nav .open .dropdown-menu {
  display: block;
  border: 1px solid #0099ff;
  border-top-width: 4px;
  position: absolute;
  padding: 5px 15px;
  right: 0;
  z-index: 1000;
}
.login-nav .open .dropdown-menu:after {
  position: absolute;
  top: -7px;
  right: 11px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  border-left: 7px solid transparent;
  border-bottom-color: white;
  content: "";
}
.login-nav .open .dropdown-menu li {
  line-height: 28px;
}
.login-nav .open .dropdown-menu li a {
  border-bottom: 1px solid #d9d9d9;
  line-height: 1.42857;
  padding: 10px 7px;
  width: 100%;
  display: block;
  color: #777777;
}
.login-nav .open .dropdown-menu li a .fa-book {
  font-size: 14px;
  padding: 0 5px;
}
.login-nav .open .dropdown-menu li a .fa-book:before {
  content: "\f02d";
}
.login-nav .open .dropdown-menu li a .badge {
  background-color: #3c91d1;
}
.login-nav .open .dropdown-menu li a .sl-eyeglasses {
  font-size: 14px;
  padding: 0 5px;
}
.login-nav .open .dropdown-menu li a .sl-eyeglasses:before {
  content: "\e01d";
}
.login-nav .open .dropdown-menu li a .sl-eyeglasses a {
  cursor: text;
}
.login-nav .open .dropdown-menu li:last-child a {
  border-bottom: 0px solid #d9d9d9;
}
.login-nav .open .dropdown-menu .head {
  font-size: 15px;
  font-weight: bold;
  color: #999999;
  line-height: 28px;
}
.login-nav .open .dropdown-menu .cart-summary {
  line-height: 28px;
  padding: 10px;
  text-align: right;
  color: #999999;
}
.login-nav .open .dropdown-menu .cart-summary > .price {
  font-size: 15px;
  padding: 0 3px;
}
.login-nav .open .dropdown-menu .checkout {
  height: 38px;
  background-color: #0099ff;
  color: white;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.login-nav .open .dropdown-menu .productItem {
  clear: both;
  padding: 10px 5px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 10px;
}
.login-nav .open .dropdown-menu .productItem > .cover, .login-nav .open .dropdown-menu .productItem > .cartInfo {
  display: inline-table;
  vertical-align: top;
}
.login-nav .open .dropdown-menu .productItem > .cover {
  margin-right: 10px;
  max-width: 60px;
}
.login-nav .open .dropdown-menu .productItem > .cartInfo {
  clear: left;
  width: 160px;
  position: relative;
}
.login-nav .open .dropdown-menu .productItem > .cartInfo > .name {
  font-size: 14px;
  color: black;
}
.login-nav .open .dropdown-menu .productItem > .cartInfo > .name a {
  color: #404040;
  text-decoration: none;
  border-bottom: 0px solid #d9d9d9;
  line-height: 1.42857;
  padding: 0px;
  width: 100%;
  display: block;
  color: #777777;
}
.login-nav .open .dropdown-menu .productItem > .cartInfo > .author {
  font-size: 12px;
}
.login-nav .open .dropdown-menu .productItem > .cartInfo > .price {
  font-size: 15px;
  font-weight: bold;
}
.login-nav .open .dropdown-menu .productItem > .cartInfo > .price strong {
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f34e4e;
  font-style: normal;
  font-weight: normal;
}
.login-nav .open .dropdown-menu .productItem > .cartInfo > p {
  margin: 0 0 10px;
  margin-bottom: 0.5em;
  padding-top: 0.25em;
  line-height: 1em;
}
.login-nav .open .dropdown-menu .productItem > .cartInfo > a {
  color: #404040;
  text-decoration: none;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777777;
}

.dropdown-menu {
  display: none;
  overflow: scroll;
  max-height: 460px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.showLoginState {
  display: block;
}

@media (max-width: 768px) {
  .topbar1 .left-half {
    width: 40%;
  }
  .topbar1 .right-half {
    width: 60%;
  }
}
@media (max-width: 600px) {
  .topbar1 .left-half {
    width: 50%;
  }
  .topbar1 .right-half {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .topbar1 .left-half {
    width: 40%;
    height: 100%;
  }
  .topbar1 .left-half .rm-logo-title a > img {
    width: 100%;
    height: auto;
  }
  .topbar1 .right-half {
    width: 58%;
    padding: 0px;
  }
}
.nav0 {
  display: none;
}

.nav1 {
  width: 100%;
  height: 55px;
  max-width: 1440px;
  position: relative;
  margin-top: 50px;
  background-color: #fff;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  z-index: 8;
}
@media (max-width: 480px) {
  .nav1 {
    display: none;
  }
}
.nav1 .fixNav {
  width: 100%;
  height: 100%;
  position: relative;
}
.nav1 .fixNav li {
  width: 33.33333%;
  height: 100%;
  position: relative;
  float: left;
  line-height: 55px;
}
.nav1 .fixNav li a {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid white;
  text-decoration: none;
  font-size: 16px;
  color: #333;
}
@media (max-width: 700px) {
  .nav1 .fixNav li a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .nav1 .fixNav li a {
    font-size: 13px;
  }
}
.nav1 .fixNav li .now-page {
  color: #333333;
}
.nav1 .fixNav li:first-child a {
  border-left: 0px solid #d4d4d4;
}
.nav1 .fixNav li:last-child a {
  border-right: 0px solid white;
}
.nav1 .fixNav li span {
  display: none;
}
.nav1 .nav_bottom_line {
  width: 26.66667%;
  margin: 0 3.33333%;
  position: absolute;
  bottom: 10px;
  height: 5px;
  background-color: #ddd;
  pointer-events: none;
  -moz-transition: cubic-bezier(0.19, 0.15, 0.28, 1.23) 0.3s;
  -o-transition: cubic-bezier(0.19, 0.15, 0.28, 1.23) 0.3s;
  -webkit-transition: cubic-bezier(0.19, 0.15, 0.28, 1.23) 0.3s;
  transition: cubic-bezier(0.19, 0.15, 0.28, 1.23) 0.3s;
}

.nav1-1 {
  width: 100%;
  height: 55px;
  max-width: 1440px;
  position: relative;
  margin-top: 50px;
  background-color: #aaaaaa;
  z-index: 8;
}
@media (max-width: 480px) {
  .nav1-1 {
    display: none;
  }
}
.nav1-1 .fixNav {
  width: 100%;
  height: 100%;
  position: relative;
}
.nav1-1 .fixNav li {
  width: 33.33333%;
  height: 100%;
  position: relative;
  float: left;
  line-height: 55px;
}
.nav1-1 .fixNav li a {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid white;
  color: white;
  text-decoration: none;
  font-size: 16px;
}
.nav1-1 .fixNav li .now-page {
  color: #333333;
}
.nav1-1 .fixNav li:first-child a {
  border-left: 0px solid #d4d4d4;
}
.nav1-1 .fixNav li:last-child a {
  border-right: 0px solid white;
}
.nav1-1 .fixNav li span {
  display: none;
}
.nav1-1 .nav_bottom_line {
  width: 26.66667%;
  margin: 0 3.33333%;
  position: absolute;
  bottom: 10px;
  height: 5px;
  background-color: #666666;
  pointer-events: none;
  -moz-transition: cubic-bezier(0.19, 0.15, 0.28, 1.23) 0.3s;
  -o-transition: cubic-bezier(0.19, 0.15, 0.28, 1.23) 0.3s;
  -webkit-transition: cubic-bezier(0.19, 0.15, 0.28, 1.23) 0.3s;
  transition: cubic-bezier(0.19, 0.15, 0.28, 1.23) 0.3s;
}

.nav2 {
  width: 100%;
  height: 55px;
  max-width: 1440px;
  position: relative;
  margin-top: 50px;
  background-color: #8899aa;
  z-index: 8;
  overflow: hidden;
}
.nav2 .fixNav {
  width: 100%;
  height: 100%;
  position: relative;
}
.nav2 .fixNav li {
  width: 33.33333%;
  height: 100%;
  position: relative;
  float: left;
  line-height: 55px;
  overflow: hidden;
}
.nav2 .fixNav li a {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid white;
  color: white;
  text-decoration: none;
}
.nav2 .fixNav li .now-page {
  color: #333333;
}
.nav2 .fixNav li:first-child a {
  border-left: 0px solid #d4d4d4;
}
.nav2 .fixNav li:last-child a {
  border-right: 0px solid white;
}
.nav2 .fixNav li span {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
}
.nav2 .fixNav li .span {
  margin-top: -245px;
  margin-left: -245px;
  width: 490px;
  height: 490px;
  background: rgba(255, 255, 255, 0.1);
  -moz-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  -o-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  -webkit-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
}
.nav2 .fixNav li .span1 {
  margin-top: -245px;
  margin-left: -245px;
  width: 490px;
  height: 490px;
  background: rgba(255, 255, 255, 0.1);
}
.nav2 .fixNav .nowLi:after {
  top: 50%;
  left: 50%;
  margin-top: -125px;
  margin-left: -125px;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.1);
}
.nav2 .nav_bottom_line {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.nav3 {
  width: 100%;
  height: 55px;
  max-width: 1440px;
  position: relative;
  margin-top: 50px;
  z-index: 8;
}
@media (max-width: 480px) {
  .nav3 {
    display: none;
  }
}
.nav3 .fixNav {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.nav3 .fixNav li {
  height: 100%;
  position: relative;
  margin-right: 20px;
  line-height: 55px;
  border: 0 none;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial,sans-serif;
  margin-bottom: 0;
  text-transform: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: auto;
  /* auto */
  text-align: center;
  /* DELETE WHEN WIDTH AUTO */
  background: none repeat scroll 0 0 #444444;
  color: #FFFFFF;
}
.nav3 .fixNav li:hover {
  background: none repeat scroll 0 0 #09f;
  color: #FFFFFF;
}
.nav3 .fixNav li:last-child {
  margin-right: 0px;
}
.nav3 .fixNav li a {
  display: inline-block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  text-decoration: none;
  padding: 0px 16px;
}
.nav3 .fixNav li .now-page {
  color: #09f;
}
.nav3 .fixNav li span {
  display: none;
}

.fixed_top {
  position: fixed;
  top: 50px;
  margin: 0px;
  box-shadow: 0px 2px 5px rgba(199, 199, 199, 0.8);
}

.navSideBar {
  width: 75%;
  height: 100%;
  position: fixed;
  left: 100%;
  top: 0;
  background-color: #333333;
  z-index: 3;
  box-shadow: inset 10px 10px 10px rgba(0, 0, 0, 0.7);
  border-radius: 0px 0 0 10px;
  display: none;
}
@media (max-width: 480px) {
  .navSideBar {
    display: table;
  }
}
.navSideBar ul {
  display: table-cell;
  vertical-align: middle;
  width: 99%;
  left: 1%;
  position: relative;
  margin: 0px;
  padding: 0px;
  pointer-events: none;
}
.navSideBar ul li {
  width: 100%;
  text-align: center;
  line-height: 20px;
  color: #eeeeee;
  list-style-type: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.navSideBar ul li:first-child {
  box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}
.navSideBar ul li:last-child {
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
}
.navSideBar ul li a {
  display: block;
  color: #eeeeee;
  text-decoration: none;
  width: 100%;
  height: 100%;
  top: 0;
}
.navSideBar ul li a p {
  color: white;
}
.navSideBar ul .nowNav {
  background-color: #666666;
  color: #eeeeee;
}

@-webkit-keyframes extend {
  0% {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
  }
  20% {
    bottom: 10px;
    right: 10px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  40% {
    bottom: 0px;
    right: 0px;
    width: 320px;
    height: 320px;
    border-radius: 50% 0 0 0;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    background: rgba(255, 255, 255, 0.9);
  }
}
@-moz-keyframes extend {
  0% {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
  }
  20% {
    bottom: 10px;
    right: 10px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  40% {
    bottom: 0px;
    right: 0px;
    width: 320px;
    height: 320px;
    border-radius: 50% 0 0 0;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    background: rgba(255, 255, 255, 0.9);
  }
}
@-o-keyframes extend {
  0% {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
  }
  20% {
    bottom: 10px;
    right: 10px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  40% {
    bottom: 0px;
    right: 0px;
    width: 320px;
    height: 320px;
    border-radius: 50% 0 0 0;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    background: rgba(255, 255, 255, 0.9);
  }
}
@-ms-keyframes extend {
  0% {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
  }
  20% {
    bottom: 10px;
    right: 10px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  40% {
    bottom: 0px;
    right: 0px;
    width: 320px;
    height: 320px;
    border-radius: 50% 0 0 0;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    background: rgba(255, 255, 255, 0.9);
  }
}
@keyframes extend {
  0% {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
  }
  20% {
    bottom: 10px;
    right: 10px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  40% {
    bottom: 0px;
    right: 0px;
    width: 320px;
    height: 320px;
    border-radius: 50% 0 0 0;
  }
  100% {
    width: 100%;
    height: 100%;
    border-radius: 0%;
    background: rgba(255, 255, 255, 0.9);
  }
}
.circleBtn {
  display: none;
}
@media (max-width: 480px) {
  .circleBtn {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0099ff;
    overflow: hidden;
    z-index: 9;
    border: 10px solid #333;
    box-sizing: content-box;
  }
}
.circleBtn:after {
  content: "選單";
  line-height: 50px;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  display: block;
  color: #fff;
}
.circleBtn ul {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 3;
}
.circleBtn ul li a {
  display: inline-block;
  text-decoration: none;
}
.circleBtn ul li a p {
  margin: 10px 10px;
}
.circleBtn ul .liActive a {
  background: #666;
}
.circleBtn ul .liActive a p {
  color: #fff;
}

.circleBtnActive {
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0%;
  background: rgba(255, 255, 255, 0.95);
  border: 0px;
  -webkit-animation: extend 0.3s;
  -moz-animation: extend 0.3s;
  -o-animation: extend 0.3s;
  -ms-animation: extend 0.3s;
  animation: extend 0.3s;
}
.circleBtnActive ul {
  display: block;
  text-align: center;
  padding-top: 100px;
}
.circleBtnActive:after {
  content: "";
}

.blur {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: url("../media/blur.svg#blur");
  filter: blur(2px);
}

.blockTag {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 1em 0px;
  margin-top: 40px;
}
.blockTag ul {
  width: 100%;
  position: relative;
  padding: 0px;
  padding-left: 0px !important;
}
.blockTag ul li {
  list-style-type: none;
  padding: 6px 16px;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.blockTag ul li p {
  font-size: 20px;
  color: #09f;
  margin: 0px;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
@media (max-width: 480px) {
  .blockTag ul li p {
    font-size: 14px;
  }
}
.blockTag ul li:hover {
  background: #09f;
  color: #fff;
  font-size: 20px;
}
.blockTag ul li:hover p {
  color: #fff;
}
.blockTag ul .liActive {
  background: #09f;
  color: #fff;
  font-size: 20px;
}
.blockTag ul .liActive p {
  color: #fff;
}

.full-banner {
  width: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .bn {
    display: none;
  }
}

.mbn {
  display: none;
}
@media (max-width: 768px) and (min-width: 481px) {
  .mbn {
    display: block;
  }
}

.sbn {
  display: none;
}
@media (max-width: 480px) {
  .sbn {
    display: block;
  }
}

.share-buttons1 {
  padding: 10px 10px;
}
.share-buttons1 > div {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 90px;
  height: 20px;
  vertical-align: middle !important;
}

.block-container {
  min-height: 800px;
  padding-top: 10px;
}

.block-place .block {
  list-style-type: none;
  padding: 0;
}
.block-place .block .block-title {
  text-align: center;
}
.block-place .block .switch {
  text-align: right;
}
.block-place .block .switch input:checked + label {
  background: #0099ff;
  color: white;
}
.block-place .block .switch > input {
  width: 53px;
  position: absolute;
  opacity: 0;
  height: 30px;
  z-index: 2;
}
.block-place .block .switch > input:hover + label {
  background: #0099ff;
  color: white;
}
.block-place .block .switch > label {
  padding: 6px 6px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
}
.block-place .block .switch > label span {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.block-place .block .switch > label .span {
  margin-top: -80px;
  margin-left: -80px;
  width: 160px;
  height: 160px;
  background: rgba(255, 255, 255, 0.2);
  -moz-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  -o-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  -webkit-transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
  transition: cubic-bezier(0.19, 0.47, 0.34, 0.97) 0.8s;
}
.block-place .block .switch .label {
  background: #0099ff;
  color: white;
}
.block-place .block .book {
  clear: both;
  overflow: auto;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding: 10px;
}
.block-place .block .book .book-left {
  padding: 5px;
}
.block-place .block .book .book-right h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  color: #333333;
  font-size: 1.14286em;
  line-height: 1.875em;
}
@media (max-width: 600px) {
  .block-place .block .book .book-right h3 {
    font-size: 1em;
    line-height: 1.42857em;
  }
}
.block-place .block .book .book-right h3 a {
  color: #333333;
  text-decoration: none;
}
.block-place .block .book .author {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .block-place .block .book .author {
    font-size: 0.85714em;
    line-height: 1.66667em;
  }
}
.block-place .block .book .author a {
  color: #666666;
  text-decoration: none;
}
.block-place .block .book .actions {
  margin-top: 8px;
}
.block-place .block .book .price .price-num {
  color: #993300;
  font-weight: bold;
}
@media (max-width: 600px) {
  .block-place .block .book .price {
    font-size: 0.85714em;
    line-height: 1.66667em;
  }
}
.block-place .block .book .short-description p {
  margin: 0px;
  font-size: 0.85714em;
  line-height: 1.66667em;
  font-size: 0.85714em;
}
.block-place .block[data-grid=grid] .mix {
  display: none;
}
.block-place .block[data-grid=grid] .book {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-align: center;
  width: 24%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  border: 0;
}
.block-place .block[data-grid=grid] .book .book-left {
  float: none;
  width: auto;
  margin: 0 auto;
  height: 200px;
  height: auto;
}
@media (max-width: 480px) {
  .block-place .block[data-grid=grid] .book .book-left {
    height: 150px;
  }
}
.block-place .block[data-grid=grid] .book .book-left a img {
  max-width: 100%;
  max-height: 100%;
  box-shadow: 0px 0px 3px #999;
}
.block-place .block[data-grid=grid] .book .book-left .title a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
}
.block-place .block[data-grid=grid] .book .book-right {
  margin-left: 0;
}
.block-place .block[data-grid=grid] .book .book-right .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 568px) {
  .block-place .block[data-grid=grid] .book {
    width: 32%;
  }
}
@media (max-width: 320px) {
  .block-place .block[data-grid=grid] .book {
    width: 49%;
  }
}
.block-place .block[data-grid=grid] .short-description {
  display: none;
}
.block-place .block[data-grid=list] .book {
  display: block;
}
.block-place .block[data-grid=list] .book .book-left {
  text-align: center;
  float: left;
  width: 30%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 110px;
}
@media (max-width: 480px) {
  .block-place .block[data-grid=list] .book .book-left {
    float: none;
    margin: auto;
    width: 50%;
  }
}
.block-place .block[data-grid=list] .book .book-left a .cover-img {
  left: 10%;
  max-width: 80%;
  max-height: 80%;
  box-shadow: 1px 1px 0 white, 2px 2px 0 #cccccc, 3px 3px 0 white, 4px 4px 0 #cccccc, 5px 5px 0 white, 6px 5px 0 #cccccc;
}
.block-place .block[data-grid=list] .book h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  color: #333;
  font-size: 1.14286em;
  line-height: 1.875em;
}
.block-place .block[data-grid=list] .book h3 a {
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
}
.block-place .block[data-grid=list] .book .book-right {
  margin-left: calc(30% + 10px);
  margin-left: -webkit-calc(30% + 10px);
  font-size: 1.14286em;
  line-height: 1.25em;
}
@media (max-width: 480px) {
  .block-place .block[data-grid=list] .book .book-right {
    float: none;
    margin: auto;
  }
}
.block-place .block[data-grid=list] .book .book-right .author {
  margin-top: 1.42857em;
}
@media (max-width: 480px) {
  .block-place .block[data-grid=list] .book .book-right .author {
    text-align: center;
  }
}
.block-place .block[data-grid=list] .book .book-right .price {
  margin-top: 1.42857em;
  margin-top: 1.42857em;
}
@media (max-width: 480px) {
  .block-place .block[data-grid=list] .book .book-right .price {
    text-align: center;
  }
}
.block-place .block[data-grid=list] .book .book-right .title {
  font-size: 1.2em;
}
@media (max-width: 480px) {
  .block-place .block[data-grid=list] .book .book-right .title {
    text-align: center;
  }
}
.block-place .block[data-grid=list] .book .book-right .actions {
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .block-place .block[data-grid=list] .book .book-right .actions {
    text-align: center;
  }
}
.block-place .block[data-grid=list] .book .book-right .short-description {
  text-align: left;
}
.block-place .block[data-grid=list] .book .book-right .short-description h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  color: #333;
  font-size: 1.42857em;
  line-height: 1.5em;
  text-align: left;
  margin: 0em 0px 1em 0px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .block-place .block[data-grid=list] .book .book-right .short-description h3 {
    font-size: 20px;
  }
}
.block-place .block[data-grid=list] .book .book-right .short-description p {
  font-size: 1.14286em;
  line-height: 1.875em;
}
@media (max-width: 480px) {
  .block-place .block[data-grid=list] .book .book-right .short-description p {
    font-size: 16px;
  }
}

.no-price {
  display: none;
}

.block[data-grid=list] .title1 {
  padding: 0px;
  font-size: 18px;
  background: #ddc;
  line-height: 2em;
  color: #666;
  text-align: center;
}
.block[data-grid=list] .title1 p {
  padding: 10px;
}

.block[data-grid=grid] .title1 {
  display: none;
}

.block[data-grid=grid] #youtube {
  display: none;
}

.embed-place .iframe {
  width: 420px;
  height: 560px;
  position: relative;
  margin: 10px auto;
  display: block;
}
@media (max-width: 500px) {
  .embed-place .iframe {
    margin: 0;
    width: 305px;
    height: 420px;
    width: 100%;
  }
}
.embed-place .iframe iframe {
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  .embed-place .iframe iframe {
    width: 320px;
    left: 50%;
    margin-left: -170px;
  }
}
@media (max-width: 320px) {
  .embed-place {
    display: none;
  }
}

.model {
  position: fixed;
  background: white;
  top: -250px;
  width: 90%;
  max-width: 600px;
  max-height: 250px;
  overflow: auto;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 9;
  -moz-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.model .model-head {
  background: #0099ff;
  color: white;
  margin: 0;
  padding: 0 10px;
  font-size: 1.28571em;
  line-height: 2.22222em;
}
.model .model-body {
  padding: 10px;
  font-size: 1.14286em;
  line-height: 1.875em;
}
.model .model-footer {
  border-top: 1px solid #cccccc;
  padding: 10px;
  text-align: right;
}
.model .model-footer .cancel {
  background-color: #aaaaaa;
  color: white;
  border: 0px solid white;
  font-size: 16px;
  padding: 6px 16px;
  cursor: pointer;
}
.model .model-footer .submit {
  background-color: #0099ff;
  color: white;
  border: 0px solid white;
  font-size: 16px;
  padding: 6px 16px;
  cursor: pointer;
}
.model.show {
  top: 80px;
  opacity: 1;
}

.book-model {
  top: -500px;
  max-height: 500px;
}
.book-model .model-head .close {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 16px;
  font-weight: bold;
  width: 32px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.book-model .model-head .close:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.book-model .model-left {
  float: left;
  max-width: 150px;
}
.book-model .model-left .cover-img {
  box-shadow: 1px 1px 0 white, 2px 2px 0 #cccccc, 3px 3px 0 white, 4px 4px 0 #cccccc, 5px 5px 0 white, 6px 5px 0 #cccccc;
  max-width: 100%;
  max-height: 100%;
}
.book-model .model-right {
  margin-left: 170px;
}
.book-model .title {
  margin-top: 0;
}
.book-model .short-description {
  overflow: auto;
}
.book-model .preview, .book-model .buy {
  padding: 0px 6px;
}

html {
  font-size: 87.5%;
  line-height: 1.42857em;
}

.marathon {
  padding-top: 20px;
}
@media (max-width: 480px) {
  .marathon {
    padding-top: 0px;
  }
}
.marathon .main {
  padding: 30px 0px;
}
.marathon .main .mainH1 {
  line-height: 38px;
  text-align: center;
}
.marathon h2.special-bookname a {
  text-decoration: none;
  color: #09f;
}
.marathon h2.special-bookname a:hover {
  text-decoration: underline;
}
.marathon h1 {
  color: #09f;
}
.marathon h2, .marathon h3 {
  color: #09f;
  margin-top: 0;
}
.marathon h2 a, .marathon h3 a {
  color: #09f;
  text-decoration: none;
}
.marathon h2 a:hover, .marathon h3 a:hover {
  color: #09f;
  text-decoration: underline;
}
.marathon h2 {
  text-align: center;
  font-size: 26px;
  line-height: 1.5em;
}
.marathon h3 {
  padding: 10px 0px;
}
.marathon .specialMargin {
  margin: 50px 0px;
  text-align: center;
}
.marathon .specialH3 {
  text-align: center;
  font-size: 22px;
  line-height: 1.5em;
  color: #333;
  cursor: pointer;
}
.marathon .specialH3:hover #check {
  font-size: 24px;
  top: -2px;
  left: -2px;
}
.marathon img {
  max-height: 100%;
  max-width: 100%;
}
.marathon strong {
  color: #F20;
}
.marathon blockquote {
  margin: 0;
  background: #f2f2f2;
  border-left: 4px solid #ccc;
  padding-left: 10px;
}
.marathon .aside {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.marathon ul, .marathon ol, .marathon li {
  font-size: 1em;
}
.marathon .bookContent {
  font-weight: bold;
  margin-left: 1em;
}
.marathon .detail-link {
  text-align: right;
}
.marathon .detail-link a {
  text-decoration: none;
  color: #09f;
}
.marathon .detail-link a:after {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-left: 5px;
}
.marathon .box {
  background: lightyellow;
  padding: 0 10px;
}
.marathon .box a {
  color: lightyellow;
  text-decoration: none;
}
.marathon .box a:after {
  content: "\f14c";
  font-family: FontAwesome;
}
.marathon .box a:hover {
  text-decoration: underline;
}
.marathon .add-cart-btn {
  display: block;
  width: 90%;
  max-width: 320px;
  margin: auto;
  margin-top: 0.71429em;
  text-align: center;
  text-decoration: none;
}
.marathon .add-cart-btn:before {
  content: "\f07a";
  font-family: FontAwesome;
  margin-right: 2px;
}
.marathon .add-cart-btn1 {
  display: block;
  width: 90%;
  max-width: 320px;
  margin: auto;
  margin-top: 0.71429em;
  text-align: center;
  text-decoration: none;
}
.marathon .add-cart-btn1:before {
  content: "\f07a";
  font-family: FontAwesome;
  margin-right: 2px;
}
.marathon .main-book-desc h2 {
  margin-top: 16px;
}
.marathon .cover-preview {
  position: relative;
  overflow: hidden;
}
.marathon .cover-preview:hover a.preview-link {
  opacity: 1;
}
.marathon .cover-preview:hover .cover-curtain {
  opacity: 1;
}
.marathon .cover-preview .cover-curtain {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.marathon .cover-preview a.preview-link {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  text-shadow: 0 -1px 0 #333;
  border-radius: 50%;
  font-size: 20px;
  background: #09f;
  color: white;
  text-decoration: none;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.marathon textarea {
  display: block;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 100%;
  resize: none;
  padding: 0 10px;
  height: 57px;
  padding-top: 0.71429em;
  padding-bottom: 0.71429em;
  margin-top: 0.71429em;
  margin-bottom: 0.71429em;
  -moz-transition-property: background, height;
  -o-transition-property: background, height;
  -webkit-transition-property: background, height;
  transition-property: background, height;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.marathon textarea:focus {
  background: #eff;
  height: 250px;
}
.marathon .result {
  display: none;
  margin-top: 0.71429em;
  background-color: #5CB85C;
  color: white;
  font-weight: bold;
  padding: 0 10px;
  padding-bottom: 0.71429em;
  padding-top: 0.71429em;
}
.marathon .result a {
  color: yellow;
}
.marathon .result .off {
  color: #930;
}
.marathon .result .coupon {
  color: #930;
  background: lightyellow;
  text-align: center;
}
.marathon .result .note {
  display: none;
}
@media (max-width: 568px) {
  .marathon .sidebar {
    display: none;
  }
  .marathon .main {
    margin-left: auto;
  }
}
.marathon .small-nav {
  text-align: center;
}
.marathon .small-nav.fix {
  position: fixed;
  top: 80px;
}
.marathon .small-nav a {
  display: block;
  text-align: left;
  text-decoration: none;
  padding: 3px 5px;
  background: #f2f2f2;
  color: #333;
  margin-bottom: 5px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.marathon .small-nav a:hover {
  background: #333;
  font-weight: bold;
  color: white;
}
.marathon .unit {
  padding: 0 10px;
  margin-bottom: 80px;
}
.marathon .unit b {
  color: #000;
}
.marathon .unit:before {
  content: "";
  display: table;
  clear: both;
}
.marathon .unit:after {
  content: "";
  display: table;
  clear: both;
}
.marathon .unit .showWeeks {
  width: 100%;
  position: relative;
}
.marathon .unit .showWeeks .timeCount {
  display: inline-block;
  width: 49%;
  position: relative;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 480px) {
  .marathon .unit .showWeeks .timeCount {
    width: 100%;
    font-size: 20px;
  }
}
.marathon .unit .showWeeks .timeCount strong {
  margin: 0px 10px;
}
.marathon .unit .showWeeks #data4.timeCount {
  margin-left: 25%;
}
@media (max-width: 480px) {
  .marathon .unit .showWeeks #data4.timeCount {
    margin-left: 0%;
  }
}
.marathon .unit .showWeeks .self_rank {
  position: relative;
  text-align: center;
  font-size: 30px;
  line-height: 300px;
}
@media (max-width: 480px) {
  .marathon .unit .showWeeks .self_rank {
    line-height: 250px;
    font-size: 24px;
  }
}
.marathon .unit .showWeeks .self_rank strong {
  margin: 0px 10px;
  font-size: 36px;
}
.marathon .unit .showWeeks .circle {
  width: 250px;
  height: 250px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.marathon .unit .showWeeks .rank_circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #e74c3c;
  text-align: center;
  margin: auto;
}
@media (max-width: 480px) {
  .marathon .unit .showWeeks .rank_circle {
    width: 250px;
    height: 250px;
  }
}
.marathon .unit .showWeeks .week_detail {
  width: 100%;
  position: relative;
  margin-top: 80px;
}
.marathon .unit .showWeeks .week_detail .silver, .marathon .unit .showWeeks .week_detail .plat {
  float: left;
  width: 30%;
  background: white;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .marathon .unit .showWeeks .week_detail .silver, .marathon .unit .showWeeks .week_detail .plat {
    width: 100%;
  }
}
.marathon .unit .showWeeks .week_detail h1 {
  margin: 20px 0 10px 0;
  font-size: 1.25em;
  color: rgba(0, 0, 0, 0.8);
}
.marathon .unit .showWeeks .week_detail h2 {
  font-size: 1.2em;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 100;
  letter-spacing: 1px;
}
.marathon .unit .showWeeks .week_detail p {
  color: rgba(0, 0, 0, 0.4);
  margin: 10px 0;
  font-weight: 100;
  font-size: 1.2em;
}
.marathon .unit .showWeeks .week_detail span {
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-block;
  width: 125px;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.marathon .unit .showWeeks .week_detail .price {
  height: 100px;
  width: 100px;
  text-align: center;
  background-color: #ddd;
  border-radius: 50%;
  line-height: 100px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 100;
  margin: 20px auto;
}
.marathon .unit .showWeeks .week_detail .gold {
  float: left;
  position: relative;
  width: 30%;
  top: -50px;
  padding: 50px 0;
  background: #3498db;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .marathon .unit .showWeeks .week_detail .gold {
    width: 100%;
  }
}
.marathon .unit .showWeeks .week_detail .gold > .price {
  background: white;
  color: rgba(0, 0, 0, 0.7);
}
.marathon .unit .showWeeks .week_detail .gold > h1, .marathon .unit .showWeeks .week_detail .gold > h2, .marathon .unit .showWeeks .week_detail .gold > p, .marathon .unit .showWeeks .week_detail .gold > span {
  color: white;
}
.marathon .unit-left {
  float: left;
  max-width: 420px;
}
.marathon .unit-left div.iframe {
  width: 420px;
  height: 560px;
}
.marathon .unit-left .free-preview {
  text-align: center;
  margin-top: 15px;
}
.marathon .unit-left .free-preview a {
  text-decoration: none;
}
.marathon .unit-right {
  margin-left: 460px;
  margin-right: 10px;
}
.marathon .unit-left-1-3rd {
  float: left;
  width: 33%;
}
.marathon .unit-right-2-3rd {
  margin-left: 34%;
}
@media (max-width: 320px) {
  .marathon .unit-left {
    float: none;
  }
  .marathon .unit-left div.iframe {
    width: 240px;
    height: 320px;
    margin: auto !important;
  }
  .marathon .unit-right {
    margin: 0 10px;
  }
}
@media (max-width: 600px) and (min-width: 321px) {
  .marathon .unit-left {
    float: none;
  }
  .marathon .unit-left div.iframe {
    width: 300px;
    height: 400px;
    margin: auto !important;
  }
  .marathon .unit-right {
    margin: 0 10px;
  }
}
@media (max-width: 768px) and (min-width: 601px) {
  .marathon .unit-left {
    float: none;
  }
  .marathon .unit-left div.iframe {
    width: 360px;
    height: 480px;
    margin: auto !important;
  }
  .marathon .unit-right {
    margin: 0 10px;
  }
}

.bigtitle {
  visibility: hidden;
  text-align: center;
  height: 0px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}

.ageBtn {
  position: relative;
  margin-right: -85%;
  display: inline-block;
  cursor: pointer;
  padding: 7px 20px;
  color: #fff;
  background: #09f;
  border-radius: 5px;
  margin-top: 0px;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.ageBtn p {
  margin: 0px;
}

@media (max-width: 768px) {
  .ageBtn {
    margin-right: -55%;
  }
}
@media (max-device-width: 768px) {
  .ageBtn {
    margin-right: -55%;
  }
}
@media (max-width: 480px) {
  .ageBtn {
    margin-right: -0%;
    max-width: 190px;
  }
}
@media (max-device-width: 480px) {
  .ageBtn {
    margin-right: -0%;
    max-width: 190px;
  }
}
.ageBtn1 {
  margin-top: -5px;
  box-shadow: 0px 5px 5px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 5px;
}

.checkage {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  margin-top: -3000px;
  z-index: 5;
  /*.checkage{
  //background:rgba(0,0,0,.5);
  position:fixed;
  width: 100%;
  //height: 100%;
  //margin-top: -3000px;
  position: relative;
  //top: 0px;
  //left: 0;
  z-index: 1;

  .selectBox{
    width: 500px;
    height: 420px;
    padding:10px;
    position: relative;
    //top: 50%;
    left: 50%;
    margin-left:-250px; 
    //margin-top:-210px;
    background: #fff;
    //box-shadow: 0px 0px 10px #333; 
    //transition: 0.3s;

    .btn{
      display: inline-block;
      padding: 4px 12px;
      margin-bottom: 0;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      vertical-align: middle;
      cursor: pointer;
      color: #333;
      text-shadow: 0 1px 1px rgba(255,255,255,0.75);
      background-color: #f5f5f5;
      background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
      background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
      background-image: -o-linear-gradient(top, #fff, #e6e6e6);
      background-image: linear-gradient(to bottom, #ffffff,#e6e6e6);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
      border-color: #e6e6e6 #e6e6e6 #bfbfbf;
      border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
      border: 1px solid #ccc;
      border-bottom-color: #b3b3b3;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
      -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
      text-decoration: none;
    }
    .btn-danger {
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
      background-color: #da4e49;
      background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
      background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
      background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
      background-image: linear-gradient(to bottom, #ee5f5b,#bd362f);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
      border-color: #bd362f #bd362f #802420;
      border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
      &:hover{
        color: #fff;
        background-color: #bd362f;
      }
    }
    .btn-success{
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
      background-color: #5bb65b;
      background-image: -moz-linear-gradient(top, #62c462, #51a351);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
      background-image: -webkit-linear-gradient(top, #62c462, #51a351);
      background-image: -o-linear-gradient(top, #62c462, #51a351);
      background-image: linear-gradient(to bottom, #62c462,#51a351);
      background-repeat: repeat-x;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
      border-color: #51a351 #51a351 #387038;
      border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
      filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
      &:hover{
        color: #fff;
        background-color: #51a351;
      }
    }
  }*/
}
.checkage .selectBox {
  width: 500px;
  height: 420px;
  padding: 10px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -210px;
  background: #fff;
  box-shadow: 0px 0px 10px #333;
}
@media (max-width: 480px) {
  .checkage .selectBox {
    width: 100%;
    height: 420px;
    padding: 0px;
    left: 0%;
    margin-left: 0px;
  }
}
@media (max-device-width: 480px) {
  .checkage .selectBox {
    width: 100%;
    height: 420px;
    padding: 0px;
    left: 0%;
    margin-left: 0px;
  }
}
.checkage .selectBox .btn {
  width: 200px;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE6E6E6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
@media (max-width: 480px) {
  .checkage .selectBox .btn {
    width: 150px;
    left: 0%;
  }
}
@media (max-device-width: 480px) {
  .checkage .selectBox .btn {
    width: 100px;
    right: 0%;
  }
}
.checkage .selectBox .btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4e49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFBD362F', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.checkage .selectBox .btn-danger:hover {
  color: #fff;
  background-color: #bd362f;
}
.checkage .selectBox .btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb65b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF51A351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.checkage .selectBox .btn-success:hover {
  color: #fff;
  background-color: #51a351;
}

.no-price {
  display: none;
}

.btn a:hover {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}

.novelbtn {
  display: inline-block;
  background: #566;
  margin: 20px 1px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
}
.novelbtn a {
  display: block;
  padding: 16px 6px;
  font-size: 16px;
}
.novelbtn:hover {
  top: 3px;
  position: relative;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
}

.special h3 {
  text-align: center;
}
.special img {
  width: 100%;
  height: auto;
}
.special ul {
  list-style: circle;
  padding-left: 5%;
}
.special .maxWidth35em {
  max-width: 35em;
  margin: 50px auto;
}
.special .text-right {
  text-align: right;
}
.special .border-top {
  border-top: 2px solid #eee;
}
.special .marginTop40 {
  margin-top: 40px;
}
.special .contentBox {
  width: 80%;
  margin: auto;
  padding: 20px;
}
@media (max-width: 768px) {
  .special .contentBox {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .special .contentBox {
    width: 100%;
  }
}
.special .margin40px {
  margin: 40px auto;
}
.special .talkbox {
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 100px;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.02);
}
.special b {
  font-weight: bold;
}
.special > .container-700 {
  padding: 20px 0px;
}
.special > .container-700 .left-half {
  padding: 0px 20px;
}
@media (max-width: 890px) {
  .special > .container-700 .left-half {
    display: block;
    width: 90%;
    margin-left: 5%;
  }
}
@media (max-width: 480px) {
  .special > .container-700 .left-half {
    display: block;
    width: 100%;
    margin-left: 0%;
    padding: 0px;
  }
}
.special > .container-700 .right-half {
  padding: 0px 20px;
}
@media (max-width: 890px) {
  .special > .container-700 .right-half {
    display: block;
    width: 90%;
    margin-left: 5%;
  }
}
@media (max-width: 480px) {
  .special > .container-700 .right-half {
    display: block;
    width: 100%;
    margin-left: 0%;
  }
}
.special > .container-700 .container-700 {
  padding: 20px;
}
@media (max-width: 890px) {
  .special > .container-700 .inline-block {
    display: block;
    margin-left: 0px;
    float: none;
    width: 100%;
  }
}
.special .block-container img {
  width: auto;
  height: auto;
}

.picBox {
  width: 100%;
  left: 0%;
  position: relative;
}
@media (max-width: 480px) {
  .picBox {
    width: 100%;
    left: 0;
  }
}
.picBox .smallPic {
  width: 15%;
  position: relative;
  display: inline-block;
}
@media (max-width: 480px) {
  .picBox .smallPic {
    width: 25%;
  }
}
.picBox .smallPic .paddingBottom {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}
.picBox .smallPic .paddingBottom img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.picBox .smallPicActive {
  border: 2px solid #09f;
  box-sizing: border-box;
}

.bigPic {
  width: 100%;
  position: relative;
  left: 0%;
}
@media (max-width: 480px) {
  .bigPic {
    width: 100%;
    left: 0;
  }
}
.bigPic .paddingBottom {
  padding-bottom: 75%;
  width: 100%;
  position: relative;
}
.bigPic .paddingBottom img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
}

.action {
  width: 100%;
  position: relative;
  height: auto;
}
.action tbody {
  border: 1px solid #000;
  position: relative;
}
.action tbody tr {
  height: 30px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #000;
}
.action tbody tr td {
  width: 45%;
  border-right: 1px solid #000;
  text-align: center;
}
.action tbody tr td:first-child {
  width: 15%;
  border-right: 1px solid #000;
}
.action tbody tr td:nth-child(2) {
  width: 20%;
  border-right: 1px solid #000;
}
.action tbody tr td:nth-child(3) {
  width: 20%;
  border-right: 1px solid #000;
}

.tiketSale {
  width: 100%;
  position: relative;
  height: auto;
}
.tiketSale tbody {
  border: 1px solid #000;
  position: relative;
}
.tiketSale tbody tr {
  height: auto;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #000;
}
.tiketSale tbody tr td {
  border-right: 1px solid #000;
  text-align: center;
  font-size: 16px;
  padding: 6px 0px;
  border-right: 0px solid #000;
}
.tiketSale tbody tr .tiketTitle {
  padding-left: 30%;
  background: #eee;
}
.tiketSale tbody tr .type {
  width: 70%;
  border-right: 1px solid #000;
  text-align: left;
  padding: 6px 16px;
}
.tiketSale tbody tr .goToBuy {
  width: 30%;
  border-right: 1px solid #000;
  text-align: center;
}

.actionContent {
  width: 100%;
  position: relative;
  height: auto;
}
.actionContent tbody {
  border: 1px solid #000;
  position: relative;
}
.actionContent tbody tr {
  height: auto;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #000;
}
.actionContent tbody tr td {
  width: 65%;
  border-right: 1px solid #000;
  text-align: center;
  font-size: 16px;
  padding: 6px 0px;
  border-right: 1px solid #000;
}
.actionContent tbody tr td:first-child {
  width: 35%;
}

.youtubeEmbed1 {
  width: 49%;
  display: inline-block;
  padding: 0px 20px;
  margin-bottom: 20px;
}
.youtubeEmbed1 .paddingBottom {
  padding-bottom: 56%;
}
@media (max-width: 600px) {
  .youtubeEmbed1 {
    display: block;
    width: 100%;
  }
}

.wumingyi {
  width: 100%;
  border-top: solid 2px #eee;
  border-bottom: solid 2px #eee;
  padding: 5% 0;
}
.wumingyi .img {
  width: 30%;
  display: inline-block;
  margin: 0 5%;
}
.wumingyi .photo {
  font-size: 0.8em;
  color: #aaa;
  text-align: right;
}
.wumingyi img {
  width: 100%;
  height: auto;
}
.wumingyi .intro {
  width: 60%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .wumingyi .img {
    width: 50%;
    margin: auto;
    display: block;
  }
  .wumingyi .intro {
    width: 80%;
    margin: auto;
    display: block;
  }
}

.top {
  width: 50px;
  height: 50px;
  background-color: #09f;
  border: 5px solid white;
  border-radius: 25px;
  box-shadow: 0px 0px 5px #0099ff;
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: block;
}
@media (max-width: 480px) {
  .top {
    bottom: 100px;
  }
}
.top .topp {
  text-align: center;
  color: white;
  margin-top: 5px;
  font-weight: 900;
}

.left-half.inline-block img {
  max-width: 400px;
  margin: auto;
  position: relative;
  display: block;
}

.listBox {
  width: 100%;
  height: auto;
  position: relative;
  padding: 15px;
  background: #ddd;
  margin: 15px 0px;
  border-left: 10px solid #ccc;
}
.listBox:nth-child(2n) {
  background: #eee;
  border-left: 10px solid #ddd;
}
.listBox hr {
  border: 1px dotted #aaa;
}

.borderBottom {
  border-bottom: 1px dotted #aaa;
}

.boxShadowNone {
  box-shadow: 0 0px 0 #d7e4ed !important;
}

* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #606060;
  background-size: cover;
  font-family: "Open Sans", "微軟正黑體", "Helvetica Neue", GuideMaskHelvetica, Arial, sans-serif;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}

footer {
  text-align: center;
  background-color: black;
  color: white;
}
