/* -- LESS PLUG IN 
----------------------------------------*/
/* -- TextColor 
----------------------------------------*/
.orange {
  color: #fc7f3d;
}
.Dorange {
  color: #de5728;
}
.blue {
  color: #3e7bba;
}
.Dblue {
  color: #2c498b;
}
.black {
  color: #352e28;
}
.fulldark {
  color: #000000;
}
.alert-red {
  color: #d71518;
}
/* -- Universal Setting
--------------------------------------------------*/
.ui-helper-hidden-accessible {
  display: none !important;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  max-height: 300px;
  z-index: 999 !important;
  overflow: auto;
  background-color: #ffffff;
  border: #f1f1f1 1px solid;
}
.ui-autocomplete li {
  color: #666666;
  margin: 0px;
}
.ui-autocomplete li a {
  display: block !important;
  margin: 0px !important;
  padding: 6px 8px !important;
  text-align: left !important;
}
.ui-autocomplete li:hover {
  background-color: #f5f5f5;
}
.ui-autocomplete .ui-menu-item .ui-state-focus {
  background-color: #f5f5f5 !important;
}
body {
  margin: 0!important;
  padding: 0!important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", "微軟正黑體", "Microsoft JhengHei";
  font-weight: normal;
  font-size: 13.5px;
  color: #69645b;
  background: url(../images/backgound.png) repeat;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*line-height: 1.5;*/
  /*margin: 1% 0px;*/
  line-height: 1;
  font-weight: normal;
}
p {
  font-size: 15px;
}
ul {
  padding: 0px;
}
ul li {
  font-size: 12px;
  line-height: 1.8;
}
ul.inline {
  text-align: center;
  overflow: hidden;
}
ul.inline li {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
ul.no-style {
  margin: 0px;
}
ul.no-style li {
  list-style-type: none;
}
::selection {
  color: #ffffff;
  background: #fc7f3d;
  cursor: default;
}
::-moz-selection {
  color: #ffffff;
  background: #fc7f3d;
  cursor: default;
}
::-webkit-input-placeholder {
  color: #69645b !important;
  opacity: 0.8;
  background: transparent;
}
:-moz-placeholder {
  color: #69645b !important;
  opacity: 0.8;
  background: transparent;
}
::-moz-placeholder {
  color: #69645b !important;
  opacity: 0.8;
  background: transparent;
}
:-ms-input-placeholder {
  color: #69645b !important;
  opacity: 0.8;
  background: transparent;
}
a,
a:focus,
button,
button:focus {
  text-decoration: none;
  outline: none !important;
}
a {
  color: #69645b;
  display: inline-block;
}
a:hover {
  color: #352e28;
  text-decoration: none;
}
a.orange:hover {
  color: #de5728;
}
:focus {
  text-decoration: none;
  outline: none !important;
}
.tooltip-inner {
  max-width: 280px !important;
}
form label.error {
  color: #d71518;
}
form input.error {
  border: #d71518 1px solid;
}
.flat-wrap label {
  font-size: 13px;
  color: #352e28;
}
.flat-wrap input {
  width: 90%;
}
.flat-wrap input[type="checkbox"],
.flat-wrap input[type="radio"] {
  width: 20px;
}
.flat-wrap input,
.flat-wrap textarea {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: #afaba2 1px solid;
  background-color: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #69645b;
}
.flat-wrap .control-group {
  width: 90%;
  position: relative;
}
.flat-wrap .control-group .controls {
  position: relative;
}
.flat-wrap .control-group .controls input {
  margin-bottom: 2px;
}
input.fillorange {
  background-color: #de5728;
  color: #ffffff;
  font-size: 13px;
  border: none;
  margin-bottom: 0px;
}
input.fillorange::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
}
input.fillorange:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
}
input.fillorange:-moz-placeholder {
  color: #ffffff !important;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
}
input.fillorange::-moz-placeholder {
  color: #ffffff !important;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
  filter: alpha(opacity = (60));
}
input.borderRed,
input.borderRed:focus {
  background-color: #ffffff;
  color: #1e1e1e;
  border: #d71518 1px solid;
  font-size: 13px;
  margin-bottom: 0px;
}
input.borderRed::-webkit-input-placeholder,
input.borderRed:focus::-webkit-input-placeholder {
  color: #1e1e1e !important;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
  font-weight: bold;
}
input.borderRed:-ms-input-placeholder,
input.borderRed:focus:-ms-input-placeholder {
  color: #1e1e1e !important;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
  font-weight: bold;
}
input.borderRed:-moz-placeholder,
input.borderRed:focus:-moz-placeholder {
  color: #1e1e1e !important;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
  font-weight: bold;
}
input.borderRed::-moz-placeholder,
input.borderRed:focus::-moz-placeholder {
  color: #1e1e1e !important;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
  font-weight: bold;
}
a.fillorange,
button.fillorange {
  border: none;
  background-color: #de5728;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
a.fillorange:hover,
button.fillorange:hover {
  background-color: #ae2d01;
}
a.fillblack,
button.fillblack {
  border: none;
  background-color: #1e1e1e;
  color: #ffffff;
  font-size: 12px;
  padding: 3px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
a.fillblack:hover,
button.fillblack:hover {
  background-color: #000000;
}
a.shadowbtnOrange,
button.shadowbtnOrange {
  font-size: 16px;
  padding: 6px 12px;
  border: none;
  background-color: #de5728;
  -webkit-box-shadow: #ae2d01 0px 3px 0px 0px;
  -moz-box-shadow: #ae2d01 0px 3px 0px 0px;
  box-shadow: #ae2d01 0px 3px 0px 0px;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  margin-left: 14px;
  cursor: pointer;
}
a.shadowbtnOrange:hover,
button.shadowbtnOrange:hover {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
}
a.shadowbtnBrown,
button.shadowbtnBrown {
  font-size: 16px;
  padding: 6px 12px;
  border: none;
  background-color: #69645b;
  -webkit-box-shadow: #352e28 0px 3px 0px 0px;
  -moz-box-shadow: #352e28 0px 3px 0px 0px;
  box-shadow: #352e28 0px 3px 0px 0px;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  margin-left: 14px;
  cursor: pointer;
}
a.shadowbtnBrown:hover,
button.shadowbtnBrown:hover {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
}
select.border,
a.border,
button.border {
  border: #69645b 1px solid;
  background-color: transparent;
  color: #69645b;
  font-size: 13px;
  padding: 3px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
a.border:hover,
button.border:hover {
  background-color: #69645b;
  color: #ffffff;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.clear {
  clear: both;
}
.clear-both {
  width: 100%;
  overflow: hidden;
  clear: both;
  min-height: 1px;
}
.index-page .share-links > span,
.authors-page .share-links > span,
.share-links > div > span,
.book-page .share-links > span,
.event-page .share-links > span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.st_line_custom {
  background-color: #04b500;
}
.st_line_custom a {
  display: block;
  width: 22px;
  height: 22px;
}
.st_facebook_custom {
  background-color: #2f5993;
}
.st_googleplus_custom {
  background-color: #ce4e38;
}
.st_email_custom {
  background-color: #fc7d3b;
}
.brown-line {
  width: 100%;
  height: 1px;
  background-color: #afaba2;
  margin: 10px 0px;
}
hr {
  clear: both;
  border: none;
  border-top: #afaba2 1px dashed;
}
.addthis_toolbox {
  z-index: 2;
}
.addthis_toolbox_bookinner {
  position: fixed;
  right: 2px;
  top: 151px;
  width: 32px;
  margin: 0px;
  padding: 0px;
  display: none;
}
.addthis_toolbox_bookinner a {
  width: 32px;
  height: 32px;
  display: block;
}
.addthis_toolbox_video {
  position: relative;
}
.hidefirst {
  display: none;
}
.beauty-scroll::-webkit-scrollbar {
  background-color: white;
  width: 6px;
  padding: 0px 0px;
}
.beauty-scroll::-webkit-scrollbar-button {
  display: none;
}
.beauty-scroll::-webkit-scrollbar-track {
  background-color: white;
}
.beauty-scroll::-webkit-scrollbar-track-piece {
  background-color: #e9e9e9;
}
.beauty-scroll::-webkit-scrollbar-thumb {
  background-color: #afaba2;
}
.beauty-scroll::-webkit-scrollbar-corner {
  background-color: white;
}
.beauty-scroll::-webkit-resizer {
  background-color: white;
}
.cwgv-table .half-width {
  width: 48%;
  vertical-align: top;
  display: inline-block;
}
.cwgv-table .oldAddress {
  width: 580px;
  display: none;
}
.cwgv-table .address-wrapper label {
  color: #69645b;
  font-size: 14px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  width: 60px;
}
.cwgv-table .address-wrapper label.fullwidth {
  width: auto;
}
.cwgv-table .address-wrapper label.error {
  width: auto;
  color: #d71518;
}
.cwgv-table .address-wrapper select {
  width: 195px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cwgv-table .address-wrapper select.country {
  width: 300px;
}
.cwgv-table .address-wrapper input.zipcode {
  width: 286px;
}
.cwgv-table .address-wrapper input.address {
  width: 100%;
}
.cwgv-table .address-wrapper .address-final {
  width: 470px;
  margin-left: 70px;
}
.cwgv-table .zipcode-wrapper .zipcode {
  display: none;
}
.cwgv-table .zipcode-wrapper .county {
  display: inline-block;
}
.cwgv-table .zipcode-wrapper .district {
  display: inline-block;
}
.cwgv-table .strong {
  color: #352e28;
  font-weight: bold;
}
.cwgv-table .special-row td {
  color: #fc7f3d;
  font-size: 16px;
}
.cwgv-table .birth-row fieldset {
  display: inline-block;
}
.cwgv-table .birth-row select {
  width: 120px;
  margin-right: 5px;
}
.cwgv-table .aling-warp {
  color: #69645b;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 8px;
}
.cwgv-table thead th {
  background-color: #e9e9e9;
  color: #352e28;
  font-size: 14px;
}
.cwgv-table thead th.center {
  text-align: center;
}
.cwgv-table thead th.right {
  text-align: right;
}
.cwgv-table thead th.left {
  text-align: left;
}
.cwgv-table tbody td {
  color: #797979;
}
.cwgv-table tbody td.center {
  text-align: center;
}
.cwgv-table tbody td.right {
  text-align: right;
}
.cwgv-table tbody td.left {
  text-align: left;
}
.ck-default-style {
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
}
.ck-default-style img {
  height: auto !important;
}
.ck-default-style h4 {
  line-height: 1.5;
}
/* -- Fonts Setting
--------------------------------------------------*/
.times {
  font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", "微軟正黑體", "Microsoft JhengHei";
  font-style: italic;
}
.fadeText {
  font-family: "Calibri", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", "微軟正黑體", "Microsoft JhengHei";
  color: #9c9890;
  margin-right: 10px;
}
.notHei {
  font-family: "Times New Roman", "新細明體", "PMingLiU", "Helvetica Neue", Helvetica, Arial;
}
.borderLeft {
  border-left: #afaba2 2px solid;
  padding-left: 8px;
  line-height: 1;
  margin-bottom: 10px;
}
.fadeText.borderLeft {
  border-left: #afaba2 2px solid;
  padding-left: 8px;
  line-height: 1;
  margin-bottom: 10px;
}
.linethrough {
  text-decoration: line-through;
}
#systemMsg {
  width: 100%;
  position: fixed;
  top: -100px;
  left: 0px;
  z-index: 999;
  text-align: center;
}
#systemMsg .text {
  background-color: #de5728;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  -webkit-box-shadow: #000000 0px 1px 5px 0px;
  -moz-box-shadow: #000000 0px 1px 5px 0px;
  box-shadow: #000000 0px 1px 5px 0px;
}
/* -- Icon Setting
--------------------------------------------------*/
/*INDEX*/
.cw {
  width: 22px;
  height: 22px;
  background-image: url(../images/cwicon.png);
  display: block;
}
.cw-s {
  width: 12px;
  height: 12px;
}
.cw-people {
  background-position: 0px 0px;
}
.cw-book {
  background-position: -22px 0px;
}
.cw-microphone {
  background-position: -44px 0px;
}
.cw-glasses {
  background-position: -66px 0px;
}
.cw-pen {
  background-position: -88px 0px;
}
.cw-people-black {
  background-position: 0px -44px;
}
.cw-book-black {
  background-position: -22px -44px;
}
.cw-microphone-black {
  background-position: -44px -44px;
}
.cw-glasses-black {
  background-position: -66px -44px;
}
.cw-pen-black {
  background-position: -88px -44px;
}
.cw-navi-book {
  background-position: 0px -22px;
}
.cw-navi-author {
  background-position: -22px -22px;
}
.cw-navi-event {
  background-position: -44px -22px;
}
.cw-navi-topic {
  background-position: -66px -22px;
}
.cw-navi-shop {
  background-position: -88px -22px;
}
.cw-navi-book-black {
  background-position: -110px -22px;
}
.cw-navi-author-black {
  background-position: -132px -22px;
}
.cw-navi-event-black {
  background-position: -154px -22px;
}
.cw-navi-topic-black {
  background-position: -176px -22px;
}
.cw-navi-shop-black {
  background-position: -198px -22px;
}
.cw-share {
  background-position: 0px -66px;
}
.cw-search {
  background-position: -22px -66px;
}
.cw-epaper {
  background-position: -44px -66px;
}
.cw-epaper:hover {
  background-position: -66px -66px;
}
.cw-map {
  background-position: -88px -66px;
}

.cw-map:hover {
  background-position: -110px -66px;
}
.cw-facebook,
.cw-facebook-brown {
  background-position: 0px -88px;
}
.cw-googleplus,
.cw-googleplus-brown {
  background-position: -22px -88px;
}
.cw-email,
.cw-email-brown {
  background-position: -44px -88px;
}
.cw-line,
.cw-line-brown {
  background-image: url(../images/ico-line.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.cw-facebook-Dbrown {
  background-position: -132px -88px;
}
.cw-googleplus-Dbrown {
  background-position: -154px -88px;
}
.cw-email-Dbrown {
  background-position: -176px -88px;
}
.cw-author-brown {
  background-position: -110px -44px;
}
.cw-pen-brown {
  background-position: 0px -132px;
}
.cw-pen-orange {
  background-position: -12px -132px;
}
.cw-addthis {
  width: 32px;
  height: 32px;
  background-image: url(../images/addthisImg.png);
  background-repeat: no-repeat;
}
.cw-addthis-facebook {
  background-position: 0px 0px;
}
.cw-addthis-google {
  background-position: 0px -32px;
}
.cw-addthis-email {
  background-position: 0px -64px;
}
.cw-addthis-more {
  background-position: 0px -96px;
}
/* -- Layout Setting
--------------------------------------------------*/
.error-404-wrapper {
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 15px;
}
.error-404-wrapper .error-404-content {
  text-align: center;
  margin: 15px;
  background-color: #ffffff;
  padding: 80px 50px;
}
.error-404-wrapper .error-404-content .error-code {
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
  text-shadow: #e9e9e9 3px 3px 0px;
}
.error-404-wrapper .error-404-content .error-txt {
  font-size: 18px;
  font-weight: bold;
}
.error-404-wrapper .error-404-content .error-little-txt {
  margin-top: 15px;
  color: #afaba2;
}
.center-content {
  width: 1048px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.orange-paint {
  background-image: url(../images/linebg-orange.png);
  background-repeat: repeat;
}
.blue-paint {
  background-image: url(../images/linebg-blue.png);
  background-repeat: repeat;
}
.green-paint {
  background-image: url(../images/linebg-green.png);
  background-repeat: repeat;
}
.white-paint {
  background-image: url(../images/linebg-white.png);
  background-repeat: repeat;
}
.colorbox-share {
  display: none;
  z-index: 10000;
  position: absolute;
  top: 0px;
  left: 0px;
}
.colorbox-share .share-links > span,
.colorbox-share .share-links > div {
  display: inline-block;
  vertical-align: middle;
}
.pagination {
  width: auto;
  margin: 0px;
}
.pagination ul {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul li {
  display: inline-block;
  float: left;
  padding: 0px 10px;
}
.pagination ul li a {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
  padding: 0px 6px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 15px;
  line-height: 30px;
}
.pagination ul li:hover a {
  background: transparent;
}
.pagination ul li.active a {
  border-bottom: #de5728 1px solid;
  color: #de5728;
  background: transparent;
}
.all-hint {
  position: absolute;
  left: -3px;
  bottom: 5px;
  font-size: 12px;
  z-index: 2;
}
.all-hint > div {
  width: 45px;
  height: 23px;
  margin-top: 0px;
  background: url(../images/bookbadge.png);
  background-position: 0px 0px;
}
.all-hint .signature {
  background-position: 0px 0px;
}
.all-hint .preorder {
  background-position: 0px -23px;
}
.all-hint .special {
  background-position: 0px -69px;
}
.all-hint .withgift {
  background-position: 0px -46px;
}
.all-hint .ended {
  background-position: 0px -92px;
}
.result-content .gotosection {
  margin-left: 50px;
  margin-top: 20px;
  display: inline-block;
}
.result-content .gotosection li{
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 5px;
  color: #de5728;
}
.result-content .gotosection li:hover {
  color: #fc7f3d;
}
.result-content .section-style {
  background-color: #ffffff;
  border: #e9cbbf 1px solid;
  margin-bottom: 30px;
}
.result-content .section-style .section-title{
  font-size: 16px;
  color: #352e28;
  border-bottom: #e9cbbf 1px solid;
  background-image: url(../images/linebg-orange.png);
  background-repeat: repeat;
  padding: 5px 10px;
}
.result-content .section-style .section-content {
  padding: 10px 25px;
}
.result-content .qa-container .qa-block {
  margin-bottom: 15px;
  border: #e9cbbf 1px solid;
  background-image: url(../images/linebg-orange.png);
  background-repeat: repeat;
  background-color: #ffffff;
}
.result-content .qa-container .qa-block .qa-title{
  font-size: 16px;
  color: #352e28;
  border-bottom: #e9cbbf 1px solid;
  padding: 10px 10px;
}
.result-content .qa-container .qa-block .qa-content {
  background-color: #ffffff;
  padding: 15px 25px;
}
#add-to-notify-modal {
  display: none;
}
#add-to-notify-content {
  position: relative;
  z-index: 2;
  padding: 15px;
  width: 420px;
  height: 200px;
  background-color: #ffffff;
  border: #53b7b0 2px solid;
  overflow: hidden;
}
#add-to-notify-content .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #d71518;
}
#add-to-notify-content .div {
  margin: 10px 0px;
  width: 100%;
  height: 1px;
  background-color: #e9cbbf;
}
#add-to-notify-content .pic {
  margin: 10px auto;
  width: 80px;
  float: left;
  border: #e9cbbf 1px solid;
}
#add-to-notify-content .formdata {
  float: left;
  width: 300px;
  margin-left: 15px;
}
/* -- Layout Start
--------------------------------------------------*/
.loading-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/linebg-orange.png) #ffffff;
  z-index: 999;
  text-align: center;
  -webkit-box-shadow: #999999 1px 0px 20px 0px;
  -moz-box-shadow: #999999 1px 0px 20px 0px;
  box-shadow: #999999 1px 0px 20px 0px;
}
.loading-page img.loading-logo {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -80px;
  display: none;
}
#site-announce {
  padding: 20px;
  background-color: #ffffff;
}
#site-announce .title {
  font-size: 18px;
  font-weight: bold;
  color: #de5728;
}
#site-announce .data {
  float: right;
  color: #afaba2;
}
.history-wrap {
  position: absolute;
  width: 200px;
  top: 0px;
  right: 0px;
  text-align: left;
  font-size: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: #aaaaaa 0px 1px 1px 0px;
  -moz-box-shadow: #aaaaaa 0px 1px 1px 0px;
  box-shadow: #aaaaaa 0px 1px 1px 0px;
  border: #e9cbbf 1px solid;
  border-bottom: #fc7f3d 2px solid;
}
.history-wrap .history-row {
  display: block;
  padding: 8px 10px;
  border-bottom: #afaba2 1px dotted;
  overflow: hidden;
  height: 56px;
}
.history-wrap .history-row .pic {
  width: 40px;
  float: left;
  border: #afaba2 1px solid;
  margin-bottom: 5px;
}
.history-wrap .history-row .title {
  color: #352e28;
  font-size: 12px;
  width: 125px;
  float: left;
  text-align: left;
  margin-left: 8px;
  text-decoration: underline;
}
.history-wrap .history-row .author {
  font-size: 12px;
  width: 125px;
  float: left;
  text-align: left;
  margin-left: 8px;
}
.history-wrap .history-row:last-child {
  border-bottom: none;
}
.cart-temp-list {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: left;
  font-size: 12px;
  -webkit-box-shadow: #aaaaaa 0px 1px 1px 0px;
  -moz-box-shadow: #aaaaaa 0px 1px 1px 0px;
  box-shadow: #aaaaaa 0px 1px 1px 0px;
}
.cart-temp-list .cart-temp-list-inner {
  margin-top: 5px;
  margin-right: -100px;
  background: #fff;
  padding: 10px 10px 20px 10px;
  border: #e9cbbf 1px solid;
  border-bottom: #fc7f3d 2px solid;
}
.cart-temp-list h6 {
  color: #de5728;
  border-bottom: #e9cbbf 1px dotted;
}
.cart-temp-list .cart-row-wrap {
  width: 260px;
  padding-right: 8px;
  height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
}
.cart-temp-list .cart-row {
  border-bottom: #e9cbbf 1px dotted;
  padding: 8px 0px 18px 0px;
  width: 100%;
}
.cart-temp-list .cart-row > div {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.cart-temp-list .cart-row .pic {
  width: 60px;
  height: 80px;
  margin-right: 10px;
}
.cart-temp-list .cart-row .pic img {
  border: #e9e9e9 1px solid;
}
.cart-temp-list .cart-row .info {
  width: 150px;
  height: 80px;
}
.cart-temp-list .cart-row .info .title {
  font-size: 13px;
  font-weight: bold;
}
.cart-temp-list .cart-row .delete-cart-btn {
  float: right;
  cursor: pointer;
}
.cart-temp-list .cart-row .delete-cart-btn i {
  color: #9c9890;
}
.cart-temp-list .cart-row .delete-cart-btn:hover i {
  color: #69645b;
}
.cart-temp-list .cart-total {
  padding-top: 5px;
  text-align: right;
  border-top: #e9cbbf 1px dotted;
}
header {
  padding: 20px 0px 12px 0px;
  position: relative;
}
header .top-right {
  text-align: right;
}
header .logo h1{
  display: none;
}
header .top-right .login {
  margin-bottom: 10px;
}
header .tool-bars > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  min-width: 15px;
}
header .tool-bars > div i {
  font-size: 18px;
  min-width: 10px;
}
header .tool-bars > div a:hover {
  color: #de5728;
}
header .tool-bars > div.cart-btn .hover-content {
  position: relative;
  z-index: 100;
  display: none;
}
header .tool-bars > div.cart-btn em {
  display: inline-block;
  vertical-align: text-top;
  font-style: normal;
  width: 18px;
  height: 18px;
  line-height: 1.5;
  font-size: 12px;
  background-color: #fc7f3d;
  color: #ffffff;
  text-align: center;
  margin-left: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .tool-bars > div.history-btn {
  cursor: pointer;
}
header .tool-bars > div.history-btn .hover-content {
  position: relative;
  z-index: 100;
  display: none;
}
header .navi-wrapper.fixed {
  position: fixed;
  z-index: 100;
  background-color: #ffffff;
  width: 100%;
  top: 0px;
  left: 0px;
  padding-top: 10px;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -o-transition: top 0.5s;
}
header .navi-wrapper {
  border-bottom: #e9cbbf 1px solid;
  padding-top: 14px;
  height: 34px;
  width: 100%;

}
header .navi-wrapper h2{
  display: none;
}
header .navi-wrapper .tool-bars {
  float: right;
  margin-top: -30px;
}
header .navi-wrapper .tool-bars > div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  min-width: 15px;
}
header .navi-wrapper .tool-bars > div i {
  font-size: 18px;
  min-width: 10px;
}
header .navi-wrapper .tool-bars > div.cart-btn .hover-content {
  position: relative;
  z-index: 100;
  display: none;
}
header .navi-wrapper .tool-bars > div.history-btn {
  cursor: pointer;
}
header .navi-wrapper .tool-bars > div.history-btn .hover-content {
  position: relative;
  z-index: 100;
  display: none;
}
header .navi-wrapper .fixed-content {
  width: 1048px;
  margin: 0px auto;
}
header .navi-wrapper nav {
  width: 520px;
  margin-left: 0px;
  float: left;
}
header .navi-wrapper nav > div.navi-btn {
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
  height: 29px;
  text-align: center;
  margin: 3px 16px 0px 0px;
}
header .navi-wrapper nav > div.navi-btn .navi {
  background-repeat: no-repeat;
  height: 23px;
  width: 100%;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}
header .navi-wrapper nav > div.navi-btn .navi img {
  height: 21px;
}
header .navi-wrapper nav > div.navi-btn .underline {
  display: inline-block;
  vertical-align: top;
  width: 0%;
  height: 2px;
  margin-top: 2px;
  background-color: #de5728;
}
header .navi-wrapper nav > div.navi-btn.active .underline {
  width: 100%;
}
header .navi-wrapper nav .navi-hover-content {
  margin-top: -20px;
  padding-top: 15px;
  margin-left: 0px;
  z-index: 20;
  position: absolute;
  cursor: default;
  display: none;
  text-align: left;
}
header .navi-wrapper nav .navi-hover-content .download-category {
  position: absolute;
  top: 35px;
  right: 20px;
  letter-spacing: 0px;
}
header .navi-wrapper nav .navi-hover-content .inner-wrapper {
  background-color: #ffffff;
  width: 900px;
  height: auto;
  overflow: hidden;
  border: #e9cbbf 1px solid;
  border-bottom: #fc7f3d 2px solid;
  -webkit-box-shadow: #aaaaaa 0px 1px 1px 0px;
  -moz-box-shadow: #aaaaaa 0px 1px 1px 0px;
  box-shadow: #aaaaaa 0px 1px 1px 0px;
}
header .navi-wrapper nav .navi-hover-content .sub-wrap {
  margin: 20px 0px 20px 30px;
  display: inline-block;
  vertical-align: top;
  float: left;
}
header .navi-wrapper nav .navi-hover-content .sub-wrap .sub-title {
  color: #de5728;
}
header .navi-wrapper nav .navi-hover-content .sub-wrap .sub-div {
  margin: 12px 0px 18px 0px;
  width: 24px;
  height: 1px;
  background-color: #de5728;
}
header .navi-wrapper nav .navi-hover-content .sub-wrap a {
  cursor: pointer;
}
header .navi-wrapper nav .navi-hover-content .sub-wrap ul {
  margin: 0px 0px 10px 0px;
  width: 130px;
  padding-right: 10px;
  vertical-align: top;
  display: inline-block;
  border-right: #e9cbbf 1px solid;
}
header .navi-wrapper nav .navi-hover-content .sub-wrap ul li {
  list-style-type: none;
  width: auto;
  color: #352e28;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 7px;
}
header .navi-wrapper nav .navi-hover-content .sub-wrap ul li.more-category {
  margin-bottom: 20px;
}
header .navi-wrapper nav .navi-hover-content .sub-wrap ul li.more-category > div {
  font-size: 12px;
  color: #69645b;
  width: 48%;
  margin-bottom: 7px;
  display: inline-block;
}
header .navi-wrapper nav .navi-hover-content .sub-wrap ul.col-style {
  padding-right: 40px;
  border: none;
}
header .navi-wrapper .search-wrapper > div {
  display: inline-block;
}
header .navi-wrapper .search-wrapper .quick-announce{
  margin-right: 10px;
}
header .navi-wrapper .search-wrapper .quick-announce a {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
header .navi-wrapper .search-wrapper .quick-search a {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}
header .navi-wrapper .search-wrapper .search-bar {
  position: relative;
}
header .navi-wrapper .search-wrapper .search-bar input.borderRed {
  padding: 6px 6px 7px 6px;
}
header .navi-wrapper .search-wrapper .search-bar input {
  width: 200px;
}
header .navi-wrapper .search-wrapper .search-bar i {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 8px;
  right: 5px;
  cursor: pointer;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
  color: #d71518;
}
header .navi-wrapper .search-wrapper .search-bar i:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
#history-wrapper {
  padding: 15px;
  background-color: #ffffff;
  max-height: 500px;
  overflow-y: auto;
}
#history-wrapper .history-book .book {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  text-align: center;
}
#history-wrapper .history-book .book .pic {
  width: auto;
  height: 120px;
  text-align: center;
}
#history-wrapper .history-book .book .pic img {
  max-height: 120px;
  max-width: 70px;
  border: #ffffff 1px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#history-wrapper .history-book .book .pic img:hover {
  -webkit-box-shadow: #b0b5b9 0px 0px 3px 0px;
  -moz-box-shadow: #b0b5b9 0px 0px 3px 0px;
  box-shadow: #b0b5b9 0px 0px 3px 0px;
  border: #fc7f3d 1px solid;
}
#history-wrapper .history-book .book .title {
  text-align: center;
  margin: 0px auto;
  width: 90%;
}
.main-content {
  width: 1060px;
  margin: 0px auto 30px auto;
}
.page-location,
.area-title {
  font-size: 25px;
  line-height: 1.2;
  color: #ec2f29;
}
.page-location i,
.area-title i {
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background-image: url(../images/category-ico.png);
}
.sub-title i,
h4 i {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/subtitle-ico.png);
  width: 26px;
  height: 26px;
}
.sub-title i.explore,
h4 i.explore {
  background-position: 0 0;
}
.sub-title i.category,
h4 i.category {
  background-position: 0 -26px;
}
.sub-title i.author,
h4 i.author {
  background-position: 0 -52px;
}
.sub-title i.event,
h4 i.event {
  background-position: 0 -78px;
}
.sub-title i.location,
h4 i.location {
  background-position: 0 -104px;
}
.sub-title i.topic,
h4 i.topic {
  background-position: 0 -130px;
}
.sub-title i.shop,
h4 i.shop {
  background-position: 0 -156px;
}
.sub-title i.record,
h4 i.record {
  background-position: 0 -182px;
}
.sub-title i.keywords,
h4 i.keywords {
  background-position: 0 -208px;
}
.sub-title i.publishInfo,
h4 i.publishInfo {
  background-position: 0 -234px;
}
.sub-title i.eventTitle,
h4 i.eventTitle {
  background-position: 0 -260px;
}
.sub-title i.comboTitle,
h4 i.comboTitle {
  background-position: 0 -286px;
}
.sub-title i.calendar,
h4 i.calendar {
  background-position: 0 -312px;
}
.sub-title i.articles,
h4 i.articles {
  background-position: 0 -338px;
}
.sub-title i.article,
h4 i.article {
  background-position: 0 -364px;
}
.sidebar-layout {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}
.sidebar-layout .side-container {
  overflow: hidden;
  width: 210px;
  min-height: 148px;
  float: left;
}
.sidebar-layout .side-container .sub-wrap {
  padding: 20px 24px 30px 24px;
  margin-bottom: 10px;
  position: relative;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sidebar-layout .side-container .sub-wrap .expand-more {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 12px;
  cursor: pointer;
  padding: 3px 12px;
  color: #fc7f3d;
  background-color: #ececec;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sidebar-layout .side-container .sub-wrap .expand-more i {
  margin-right: 5px;
}
.sidebar-layout .side-container .sub-wrap .sub-title {
  color: #ca1b1d;
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
  
}
.sidebar-layout .side-container .sub-wrap .sub-title i {
  border: 2px solid #ca1b1d;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.sidebar-layout .side-container .sub-wrap .sub-div {
  margin: 12px 0px 12px 0px;
  width: 24px;
  height: 1px;
  background-color: #de5728;
}
.sidebar-layout .side-container .sub-wrap .sub-content > ul {
  margin: 0px;
}
.sidebar-layout .side-container .sub-wrap .sub-content > ul > li {
  list-style-type: none;
  font-size: 15px;
}
.sidebar-layout .side-container .sub-wrap .sub-content > ul > li h4{
  margin: 0;
  font-size: inherit;
}
.sidebar-layout .side-container .sub-wrap .sub-content > ul > li a {
  cursor: pointer;
  line-height: 1.8;
  color: #352e28;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sidebar-layout .side-container .sub-wrap .sub-content > ul > li > a:hover {
  color: #fc7f3d;
}
.sidebar-layout .side-container .sub-wrap .sub-content > ul > li > a.active {
  color: #de5728;
}
.sidebar-layout .side-container .sub-wrap .sub-content > ul > li ul {
  padding-left: 5px;
}
.sidebar-layout .side-container .sub-wrap .sub-content > ul > li ul li {
  list-style: disc;
  font-size: 13px;
}
.sidebar-layout .side-container .sub-wrap .sub-content > ul li.more-category {
  display: none;
  margin-bottom: 10px;
}
.sidebar-layout .side-container .sub-wrap .sub-content > ul li.more-category > div {
  font-size: 12px;
  line-height: 15px;
  width: 48%;
  display: inline-block;
}
.sidebar-layout .side-container .sub-wrap .sub-content > ul li.more-category > div a:hover {
  cursor: pointer;
  color: #de5728;
}
.sidebar-layout .side-container .sub-wrap .sub-content > ul li.more-category > div a:before {
  content: "．";
  font-size: 15px;
  color: #ca1b1d;
}
.sidebar-layout .side-container .sub-wrap .sub-content.half-width ul li {
  width: 48.5%;
  display: inline-block;
}
.sidebar-layout .side-container .side-bottom {
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/linebg-orange.png);
  background-repeat: repeat;
}
.sidebar-layout .side-container.fixed {
  position: absolute;
  top: 0px;
  left: 0px;
}
.sidebar-layout .side-container.static {
  position: static;
  top: auto;
}
.sidebar-layout .result-container {
  width: 820px;
  min-height: 200px;
  float: right;
  position: relative;
}
.sidebar-layout .result-container .result-grids {
  position: relative;
  padding-bottom: 30px;
}
.sidebar-layout .result-container .result-grids .lodaing-hint {
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  color: #9c9890;
  display: none;
}
.sidebar-layout .result-container .result-grids .lodaing-hint i {
  font-size: 30px;
}
.sidebar-layout .result-container .result-grids .lodaing-hint p {
  margin-top: 5px;
}
.sidebar-layout .result-container .control-tools {
  width: 100%;
  padding: 8px 0px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.sidebar-layout .result-container .control-tools .page-location,
.sidebar-layout .result-container .control-tools .page-wrapper {
  width: auto;
  float: left;
  margin-top: 5px;
}
.sidebar-layout .result-container .control-tools .month-chage-wrap {
  width: auto;
  float: right;
}
.sidebar-layout .result-container .control-tools .month-chage-wrap > div {
  font-size: 20px;
  display: inline-block;
  margin: 0px 3px;
  text-align: center;
  vertical-align: middle;
}
.sidebar-layout .result-container .control-tools .month-chage-wrap .year,
.sidebar-layout .result-container .control-tools .month-chage-wrap .month {
  margin: 0px 2px;
}
.sidebar-layout .result-container .control-tools .month-chage-wrap .prev,
.sidebar-layout .result-container .control-tools .month-chage-wrap .next {
  width: 18px;
  height: 18px;
  padding: 2px 2px 2px 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  background-color: #afaba2;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
}
.sidebar-layout .result-container .control-tools .month-chage-wrap > div i {
  display: block;
  position: relative;
  margin-top: 1px;
  margin-left: 1px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
.sidebar-layout .result-container .control-tools .month-chage-wrap .prev:hover,
.sidebar-layout .result-container .control-tools .month-chage-wrap .next:hover {
  background-color: #69645b;
}
.sidebar-layout .result-container .control-tools .sort-wrapper {
  width: auto;
  float: right;
}
.sidebar-layout .result-container .control-tools .sort-wrapper select {
  margin: 0px;
  min-width: 140px;
  width: auto;
}
.sidebar-layout .result-container .control-tools.top {
  border-bottom: 1px solid #e9cbbf;
}
.sidebar-layout .result-container .control-tools.bottom {
  border-top: 1px solid #e9cbbf;
}
footer {
  overflow: hidden;
}
footer .group-link ul {
  padding: 18px 0px;
  border-top: #53b7b0 1px solid;
}
footer .group-link ul li {
  margin: 0px 8px;
  font-size: 13px;
}
footer .group-link ul li:first-child,
footer .group-link ul li:last-child {
  margin: 0px;
}
footer .group-link a:after {
  bottom: -5px;
  height: 5px;
  border-bottom: 1px solid #6db4af;
}
footer .group-link a:hover {
  color: #6db4af;
}
footer .footer-link {
  padding-top: 35px;
  background-color: #e9e9e9;
}
footer .footer-link > ul {
  text-align: left;
}
footer .footer-link > ul > li {
  min-width: 70px;
  margin-right: 62px;
  color: #352e28;
  position: relative;
}
footer .footer-link > ul > li ul.sub-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
}
footer .footer-link > ul > li ul.sub-wrap li {
  display: block;
  margin-bottom: 5px;
  color: #69645b;
  font-size: 13px;
}
footer .footer-link > ul > li ul.sub-wrap li a:hover {
  color: #de5728;
}
footer .footer-link > ul > li ul.sub-wrap .small-links {
  margin-top: 10px;
  color: #afaba2;
  font-size: 12px;
}
footer .footer-link > ul > li ul.sub-wrap .small-links span {
  display: inline-block;
  vertical-align: middle;
}
footer .footer-link > ul > li ul.sub-wrap .small-links i {
  font-size: 20px;
  margin: 0px 5px 0px 3px;
}
footer .footer-link > ul > li ul.sub-wrap .small-links i.cw {
  margin-bottom: -2px;
}
footer .footer-link > ul > li:last-child {
  margin-right: 0px;
}
footer .footer-copyright {
  font-size: 12px;
  padding: 5px 5px;
}
footer .epaper-highlight .highlight {
  border: #ec2f29 1px solid;
}
.tags-list a {
  font-size: 12px;
  border: 1px solid #ecd3c9;
  color: #de5728;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0px 5px;
  margin-right: 3px;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}
.tags-list a:hover {
  color: #ae2d01;
  background-color: #ffffff;
}
.path a {
  color: #fc7f3d;
  background-image: url(../images/path-div.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
}
.path a:hover {
  color: #de5728;
}
.more-btn {
  font-size: 16px;
  cursor: pointer;
  color: #de5728;
  font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", "微軟正黑體", "Microsoft JhengHei";
  font-style: italic;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}
.more-btn:after {
  content: "…";
  position: relative;
  top: -4px;
  margin-left: 3px;
  font-weight: bold;
}
.more-btn:hover {
  color: #ae2d01;
}
footer a,
.grid.book .author a,
.sidebar-layout .more-category a,
.article-page .book-little-info .title a {
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
footer a:after,
.grid.book .author a:after,
.sidebar-layout .more-category a:after,
.article-page .book-little-info .title a:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 0;
  border-bottom: 1px solid #de5728;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
footer a:hover:after,
.grid.book .author a:hover:after,
.sidebar-layout .more-category a:hover:after,
.article-page .book-little-info .title a:hover:after {
  width: 100%;
}
/* -- Same Style Block Start
--------------------------------------------------*/
.grid.event {
  width: 260px;
  margin: 1px 4px 10px 4px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.grid.event .padding-inner {
  overflow: hidden;
}
.grid.event .pic {
  width: 100%;
  text-align: center;
  overflow: hidden;
  max-height: 260px;
  min-height: 260px;
  background-color: #e9e9e9;
  margin-bottom: 10px;
}
.grid.event .pic a {
  display: block;
  width: 100%;
}
.grid.event .pic img {
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transform-origin: center center center;
  -moz-transform-origin: center center center;
  -ms-transform-origin: center center center;
  -o-transform-origin: center center center;
}
.grid.event .event-now {
  background: url(../images/eventNowBadge.png);
  width: 76px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 4;
}
.grid.event .event-full {
  background: url(../images/eventFullBadge.png);
  width: 76px;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 4;
}
.grid.event .event-setting {
  font-size: 14px;
  color: #352e28;
}
.grid.event .event-setting > div {
  display: inline-block;
  line-height: 16px;
  vertical-align: middle;
}
.grid.event .event-setting .date {
  padding-right: 8px;
  margin-right: 4px;
  margin-left: 10px;
}
.grid.event .event-setting .city {
  margin-left: 10px;
}
.grid.event .event-setting .location {
  width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 8px;
}
.grid.event .title {
  height: 40px;
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;

}
.grid.event .title a {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #352e28;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.grid.event .title a:hover {
  color: #de5728;
  text-decoration: underline;
}
.grid.event .description {
  color: #352e28;
  font-size: 13px;
  height: 40px;
  margin-bottom: 10px;
}
.grid.event .group,
.grid.event .day-count {
  display: inline-block;
  font-style: italic;
  font-size: 12px;
  color: #69645b;
  text-align: right;
}
.grid.event .event-bottom {
  height: 5px;
}
.grid.event:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.grid.event.empty {
  width: 260px;
  height: 60px;
  background: transparent;
  clear: both;
  display: block;
}
.grid.event.empty .next-month-wrapper {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transform-origin: center center center;
  -moz-transform-origin: center center center;
  -ms-transform-origin: center center center;
  -o-transform-origin: center center center;
  cursor: pointer;
  padding: 15px 10px;
  background: #53b7b0;
  color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.grid.event.empty .next-month-wrapper .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: bottom;
}
.grid.event.empty .next-month-wrapper .text {
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
}
.grid.event.empty .next-month-wrapper:hover {
  background-color: #6db4af;
}
.status {
  font-size: 12px;
}
.status.available {
  color: #53b7b0;
}
.status.available i {
  border-color: #53b7b0;
  background-position: 0 0;
}
.status.full {
  color: #afaba2;
}
.status.full i {
  border-color: #afaba2;
  background-position: 0 -12px;
}
.status.sidelights {
  color: #fc7f3d;
}
.status.sidelights i {
  border-color: #fc7f3d;
  background-position: 0 -24px;
}
.status i {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border: 2px solid;
  margin-right: 5px;
  background-image: url(../images/event-status-ico.png);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.events-page .addthis_toolbox_bookinner {
  top: 167px;
  visibility: hidden;
}
.events-page #calendar-date {
  position: relative;
  padding-bottom: 15px;
}
.events-page #calendar-date table thead th {
  padding-bottom: 5px;
}
.events-page #calendar-date table tr td a {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin: 3px 0;
}
.events-page #calendar-date .ui-datepicker-prev {
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  color: #de5728;
}
.events-page #calendar-date .ui-datepicker-next {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  color: #de5728;
}
.events-page #calendar-date .ui-datepicker-prev,
.events-page #calendar-date .ui-datepicker-next {
  padding: 0px 4px;
}
.events-page #calendar-date .ui-datepicker-title {
  text-align: center;
  width: 100%;
  margin-bottom: 3px;
  color: #de5728;
}
.events-page #calendar-date .ui-datepicker-calendar {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.events-page #calendar-date .ui-datepicker-calendar thead th {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
}
.events-page #calendar-date .ui-datepicker-calendar tbody td {
  text-align: center;
  font-size: 12px;
  line-height: 26px;
}
.events-page #calendar-date td.hasEvent a {
  background-color: #6db4af;
  color: #ffffff;
}
.events-page #calendar-date .ui-state-active a {
  color: #ffffff;
}
.events-page #calendar-date .ui-datepicker-today a {
  color: #797979 !important;
  background-color: #e9e9e9 !important;
}
.events-page #calendar-date .ui-datepicker-current-day a {
  color: #ffffff !important;
  background-color: #de5728 !important;
}
.events-page #calendar-date .ui-state-highlight a {
  color: #de5728;
  color: #797979;
}
.events-page .grid.event {
  margin-bottom: 20px;
}
.event-page div.reference-block .tags-list {
  height: 22px;
  overflow: hidden;
}
.event-page div.reference-block .title {
  margin-bottom: 10px;
  font-size: 15px;
}
.event-page .event-container {
  overflow: hidden;
  margin-top: 10px;
  background-color: #fff;
  margin-bottom: 40px;
  display: table;
}
.event-page .event-container .event-left {
  width: 260px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 23px;
  padding: 20px;
  float: left;
  display: block;
  background-color: #f2f2f2;
}
.event-page .event-container .event-left h4,
.event-page .event-container .mobile-move h4 {
  color: #ca1b1d;
  font-size: 15px;
  margin-bottom: 5px;
}
.event-page .event-container .event-right {
  width: 748px;
  float: right;
  display: block;
  background-color: #ffffff;
}
.event-page .event-container .event-right .event-banner {
  width: 100%;
  height: 240px;
}
.event-page .event-container .event-right .event-content {
  margin: 10px;
  padding: 30px;
  background-color: #ffffff;
}
.event-page .event-container .event-right .event-content p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.event-page .event-container .event-right .event-content .status {
  font-size: 15px;
  margin-bottom: 5px;
}
.event-page .event-container .event-left .address span{
  display: none;
}
.event-page .event-container .decoration-wrapper {
  padding: 0px 0px 0px 0px;
}
.event-page .event-container .decoration-wrapper > div {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  font-size: 18px;
  color: #d71518;
}
.event-page .event-container .decoration-wrapper .selecticon {
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
.event-page .event-container .decoration-wrapper .selecticon img {
  margin: 0px;
  display: block;
}
.event-page .event-container .date-time-wrapper,
.event-page .event-container .location,
.event-page .event-container .infoo,
.event-page .event-container .event-left .tags-list,
.event-page .event-container .action-btn,
.event-page .event-container .foreword,
.event-page .event-container .main-book {
  border-bottom: 1px dashed #afaba2;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.event-page .event-container .date-time-wrapper {
  margin-top: 10px;
}
.event-page .event-container .date-time-wrapper .date,
.event-page .event-container .date-time-wrapper .time {
  font-style: normal;
}
.event-page .event-container .date-time-wrapper .week {
  margin-left: 5px;
}
.event-page .event-container .date-time-wrapper .time {
  margin-left: 5px;
}
.event-page .event-container .date-time-wrapper .location {
  font-size: 16px;
  line-height: 22px;
  color: #69645b;
}
.event-page .event-container .event-title {
  font-size: 30px;
  line-height: 1.1;
  color: #352e28;
  margin: 0;
  margin-bottom: 10px;
}
.event-page .event-container .foreword {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.event-page .event-container .action-btn .go-to-apply,
.event-page .event-container .action-btn .add-to-cart,
.event-page .event-container .action-btn span {
  display: block;
  vertical-align: top;
  padding: 6px 10px;
  font-size: 25px;
  border: none;
  text-align: center;
  padding: 15px 0;
  color: #ffffff;
}
.event-page .event-container .action-btn .go-to-apply:hover,
.event-page .event-container .action-btn .add-to-cart:hover {
  opacity: 0.8;
}
.event-page .event-container .action-btn .go-to-apply {
  background-color: #81cac5;
  box-shadow: #61a5a0 0px 3px 0px 0px;
}
.event-page .event-container .action-btn span {
  background-color: #81cac5;
  box-shadow: #61a5a0 0px 3px 0px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #ccc;
  box-shadow: #aaa 0px 3px 0px 0px;
}
.event-page .event-container .infoo .fadeText,
.event-page .event-container .author .fadeText,
.event-page .event-container .collection .fadeText,
.event-page .event-container .share-links .fadeText {
  display: inline-block;
  float: left;
  width: 85px;
  font-size: 13px;
}
.event-page .event-container .collection .add-to-collection {
  cursor: pointer;
}
.event-page .event-container .collection .add-to-collection:hover {
  color: #352e28;
}
.event-page .event-container .share-links {
  margin-bottom: 30px;
}
.event-page .event-container .main-book {
  position: relative;
  display: block;
}
.event-page .event-container .main-book .a-main-book {
  width: 175px;
  margin: 0 auto 25px auto;
}
.event-page .event-container .main-book .pic {
  clear: both;
  margin-top: 5px;
}
.event-page .event-container .main-book .book-little-info {
  overflow: hidden;
  text-align: center;
}
.event-page .event-container .main-book .book-little-info .getfrom {
  font-size: 13px;
  line-height: 15px;
  color: #6db4af;
  display: inline;
}
.event-page .event-container .main-book .book-little-info .title {
  padding-top: 5px;
  font-size: 15px;
  line-height: 15px;
  display: inline;
}
.event-page .event-container .main-book .book {
  margin: 0px 0px 10px 0px;
}
.event-page .event-container .main-book .book .pic {
  height: 240px;
  background-color: #ffffff;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-box-shadow: #797979 0px 0px 8px 0px;
  -moz-box-shadow: #797979 0px 0px 8px 0px;
  box-shadow: #797979 0px 0px 8px 0px;
}
.event-page .event-container .main-book .book .pic > img {
  max-height: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transform: rotatey(0deg);
  -webkit-transform: rotatey(0deg);
  -o-transform: rotatey(0deg);
  -ms-transform: rotatey(0deg);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-origin: 0px 0px 0px;
  -webkit-transform-origin: 0px 0px 0px;
  -o-transform-origin: 0px 0px 0px;
  -ms-transform-origin: 0px 0px 0px;
}
.event-page .event-container .main-book .book:hover .pic > img {
  -moz-transform: rotatey(-30deg);
  -webkit-transform: rotatey(-30deg);
  -o-transform: rotatey(-30deg);
  -ms-transform: rotatey(-30deg);
  -webkit-box-shadow: #aaaaaa 0px 1px 1px 0px;
  -moz-box-shadow: #aaaaaa 0px 1px 1px 0px;
  box-shadow: #aaaaaa 0px 1px 1px 0px;
}
.event-page .event-container .read-more-wrap {
  margin-top: 30px;
}
.grid.author {
  width: 260px;
  margin: 1px 4px 10px 4px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #e9cbbf;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.grid.author:hover {
  background-image: url(../images/linebg-orange.png);
  background-repeat: repeat;
}
.grid.author:hover .author-sum a.name {
  color: #de5728;
}
.grid.author .padding-inner {
  padding: 12px 12px;
  overflow: hidden;
}
.grid.author .author-sum {
  text-align: center;
  height: 40px;
  padding-top: 25px;
}
.grid.author .author-sum .highlight {
  font-size: 12px;
}
.grid.author .author-sum .name,.grid.author .author-sum .name h4 {
  color: #352e28;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  height: 20px;
  line-height: 1;
  margin: 0;
  font-weight: normal;
}
.grid.author .author-sum .name-en {
  color: #999999;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", "微軟正黑體", "Microsoft JhengHei";
  font-style: italic;
  line-height: 1;
}
.grid.author .author-sum .recentbook {
  margin-top: 3px;
  font-size: 12px;
  display: block;
}
.grid.author .intro {
  font-size: 13px;
  height: 50px;
}
.grid.author .country {
  color: #9c9890;
}
.grid.author .tags-list {
  margin: 0 -12px -12px -12px;
  padding-top: 10px;
  background-image: url(../images/linebg-orange.png);
  background-repeat: repeat;
  background-color: #ffffff;
  height: auto;
}
.grid.author .tags-list a:nth-child(1) {
  margin-left: 10px;
}
.grid.author .author-bottom {
  height: 5px;
}
.grid.author .pic {
  position: relative;
  height: 162px;
  border-top: #e9e9e9 1px solid;
  border-bottom: #e9e9e9 1px solid;
  overflow: hidden;
}
.grid.author .pic .hasVideoBadge {
  width: 30px;
  height: 30px;
  background: url(../images/hasVideoBadge.png);
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 4;
  cursor: pointer;
}
.grid.author .pic a {
  display: block;
}
.grid.author .pic img {
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transform-origin: center center center;
  -moz-transform-origin: center center center;
  -ms-transform-origin: center center center;
  -o-transform-origin: center center center;
}
.grid.author:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.authors-page .page-location i {
  background-position: 0 -30px;
}
.authors-page .page-location i.video {
  background-position: 0 -120px;
}
.author-page .author-container {
  margin-top: 10px;
}
.author-page .page-location{
  display: none;
}
.author-page .main-banner {
  background-size: 100% auto;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.author-page .main-data {
  float: left;
  width: 275px;
  height: 250px;
  padding: 15px 20px;
  text-align: center;
  background-color: #ffffff;
  position: relative;
}
.author-page .main-data .inner-base-top {
  position: absolute;
  top: 0px;
  left: 37px;
  z-index: 0;
  display: none;
}
.author-page .main-data .base {
  display: inline-block;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
  background-image: url(../images/gradiantbase.png);
  overflow: hidden;
}
.author-page .main-data .base img {
  max-width: none;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.author-page .main-data .name {
  margin-top: 5px;
  position: relative;
  z-index: 10;
  font-size: 15px;
}
.author-page .main-data .name-en {
  font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", "微軟正黑體", "Microsoft JhengHei";
  font-style: italic;
}
.author-page .main-data .country {
  color: #9c9890;
  margin-top: 5px;
  position: relative;
  z-index: 10;
  display: none;
}
.author-page .main-data .subscribe-author {
  width: 90px;
  margin: 5px auto 0 auto;
  bottom: 0;
  padding: 7px 10px;
  background-color: #de5728;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.author-page .main-data .subscribe-author .fa {
  margin-right: 3px;
}
.author-page .main-data.no-headpic .inner-base-top,
.author-page .main-data.no-headpic .base {
  display: none;
}
.author-page .main-data.no-headpic .name {
  margin-top: 70px;
  font-size: 20px;
}
.author-page .main-data.no-headpic .country {
  margin-top: 10px;
  font-size: 14px;
}
.author-page .feature-pic {
  float: right;
  width: 733px;
  height: 280px;
  position: relative;
  background-color: #ffffff;
}
.author-page .feature-pic img {
  z-index: 1;
  width: auto;
  height: 100%;
  max-width: inherit;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
.author-page .feature-pic:hover img {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
  filter: alpha(opacity = (90));
}
.author-page .author-data {
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
}
.author-page .author-data .more-data {
  width: 245px;
  padding: 50px 20px 20px 50px;
  float: left;
}
.author-page .author-data .more-data h4 {
  color: #ca1b1d;
  font-size: 15px;
  margin-bottom: 5px;
}
.author-page .author-data .more-data .reference-article,
.author-page .author-data .more-data .tags-list {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #afaba2;
}
.author-page .author-data .more-data .reference-article ul {
  padding-left: 20px;
}
.author-page .author-data .more-data .reference-article ul li {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
  list-style: disc;
}
.author-page .author-data .more-data .reference-article ul li a {
  display: inline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #352e28;
}
.author-page .author-data .more-data .reference-article ul li a:hover {
  color: #de5728;
  text-decoration: underline;
}
.author-page .author-data .more-data .reference-article .more-btn {
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e9e9e9;
  text-align: center;
  padding: 3px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.author-page .author-data .more-data .reference-article .more-btn:hover {
  text-decoration: none;
  color: #de5728;
}
.author-page .author-data .more-data .tags-list {
  color: #9c9890;
}
.author-page .author-data .more-data .share-links {
  padding-top: 10px;
}
.author-page .author-data .bio {
  float: right;
  width: 733px;
  background-color: #ffffff;
}
.author-page .author-data .bio .content {
  padding: 50px 30px;
  display: inline-block;
  vertical-align: top;
}
.author-page .author-data .bio .content p {
  margin-bottom: 20px;
}
.author-page .author-data .bio .content.fullwidth {
  width: auto;
  max-width: 100%;
}
.author-page .author-data .bio .content-right {
  padding: 30px;
  width: 160px;
  display: inline-block;
  vertical-align: top;
}
.author-page .author-data .bio .content-minh {
  min-height: 360px;
}
.author-page .author-data .bio .bio-bottom {
  clear: both;
  height: 5px;
  width: 100%;
}
.author-page .author-data .orange-paint {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 10px;
}
.author-page .author-data .reference-video {
  overflow: hidden;
  position: relative;
  text-align: center;
  clear: both;
  border-top: 1px dashed #afaba2;
  margin: 30px 50px;
  padding-top: 30px;
}
.author-page .author-data .reference-video .more-btn {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 0px;
  color: #ca1b1d;
}
.author-page .author-data .reference-video .video {
  overflow: hidden;
  margin-bottom: 15px;
  width: 180px;
  margin-right: 10px;
  border-spacing: 5px;
  display: inline-block;
  padding: 40px 20px;
}
.author-page .author-data .reference-video .video .title {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.author-page .author-data .reference-video .video .title:hover {
  color: #de5728;
  text-decoration: underline;
}
.author-page .author-data .reference-video .video .video-block .video-content {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.author-page .author-data .reference-video .video .video-block .video-content .base img {
  width: 100%;
  height: 100%;
}
.author-page .reference-event {
  margin-top: 30px;
}
.author-page .reference-event .grid.event {
  width: 251px;
}
.author-page .read-more-wrap {
  overflow: hidden;
}
.grid.topic {
  width: 260px;
  margin: 0 6px 20px 6px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.grid.topic .padding-inner {
  padding: 6px 12px;
  overflow: hidden;
}
.grid.topic .pic {
  text-align: center;
  overflow: hidden;
  height: 162px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.grid.topic .pic a {
  display: block;
}
.grid.topic .pic img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transform-origin: center center center;
  -moz-transform-origin: center center center;
  -ms-transform-origin: center center center;
  -o-transform-origin: center center center;
  width: 100%;
}
.grid.topic:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.grid.topic .title {
  color: #352e28;
  font-weight: bold;
  display: block;
  font-size: 15px;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.grid.topic .title:hover {
  color: #de5728;
  text-decoration: underline;
}
.grid.topic .description {
  font-size: 13px;
  margin-bottom: 10px;
  height: auto;
  word-break: break-all;
  height: 40px;
  overflow: hidden;
}
.grid.topic .tags-list {
  margin-bottom: 10px;
  max-height: 50px;
  overflow: hidden;
}
.grid.topic .author,
.grid.topic .recentbook {
  display: inline;
  font-size: 12px;
}
.grid.topic .topic-bottom {
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
}
.grid.topic .topic-bottom::before {
  content: "- ";
}
.grid.topic .topic-bottom a {
  color: #797979;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.grid.topic .topic-bottom a:hover {
  color: #352e28;
}
.topic-page .addthis_toolbox_bookinner {
  visibility: hidden;
}
.topic-page .grid.topic.bigger {
  margin: 1px 0.8% 10px 0.8%;
}
.topic-page .grid.topic.bigger .title {
  font-size: 18px;
}
.article-page .date,
.article-page .article-left .tags-list,
.article-page .main-book,
.article-page #favidiv {
  border-bottom: 1px dashed #afaba2;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.article-page .addthis_toolbox_bookinner {
  top: 167px;
}
.article-page .date .times {
  font-size: 20px;
  font-style: normal;
}
.article-page .article-container {
  overflow: hidden;
  margin-top: 10px;
  background-color: #f2f2f2;
  margin-bottom: 30px;
}
.article-page .article-container .article-left {
  width: 260px;
  font-size: 18px;
  line-height: 23px;
  padding: 20px;
  float: left;
}
.article-page .excerpt .price,
.article-page .excerpt .discount{
  font-size: 12px;
  line-height: 1.2;
  text-align: left;
  margin: 0 auto;
  width: 170px;
}
.topic-page .article-page .excerpt .add-to-cart{
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.article-page .article-container .article-left h4,
.article-page .article-container .mobile-move h4 {
  color: #ca1b1d;
  font-size: 15px;
  margin-bottom: 5px;
}
.article-page .article-container .article-right {
  width: 748px;
  float: right;
  background-color: #ffffff;
}
.article-page .article-container .article-right .article-content {
  margin: 10px;
  padding: 30px;
  background-color: #ffffff;
}
.article-page .article-container .article-right .article-content .article-author {
  width: 64%;
  display: inline-block;
}
.article-page .article-container .article-right .article-content .article-author a {
  color: #fc7f3d;
}
.article-page .article-container .article-right .article-content .article-author a:hover {
  color: #de5728;
}
.article-page .article-container .article-right .article-content .fb-share {
  width: 35%;
  display: inline-block;
  text-align: right;
}
.article-page .article-container .article-right .article-content .fb-share .st_facebook_hcount{
  vertical-align: super;
  margin-right: 5px;
}
.article-page .article-container .article-right .article-content .fb-share iframe{
  position: relative;
  top: 2px;
}

.article-page .article-container .article-right .article-content p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.article-page .article-container .decoration-wrapper {
  padding: 0px 0px 0px 0px;
}
.article-page .article-container .decoration-wrapper > div {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  font-size: 18px;
  color: #d71518;
}
.article-page .article-container .decoration-wrapper .selecticon {
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
.article-page .article-container .decoration-wrapper .selecticon img {
  margin: 0px;
  display: block;
}
.article-page .article-container .article-title {
  font-size: 30px;
  line-height: 1.2;
  color: #352e28;
  margin-bottom: 10px;
}

.article-page .article-container .foreword {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
.article-page .article-container .tags {
  padding: 10px 0px;
  border-bottom: #afaba2 1px dashed;
  border-top: #afaba2 1px dashed;
  margin-bottom: 30px;
}
.article-page .article-container .date,
.article-page .article-container .author,
.article-page .article-container .collection,
.article-page .article-container .share-links {
  margin-bottom: 5px;
  font-size: 13px;
}
.article-page .article-container .date .fadeText,
.article-page .article-container .author .fadeText,
.article-page .article-container .collection .fadeText,
.article-page .article-container .share-links .fadeText {
  display: inline-block;
  float: left;
  width: 70px;
}
.article-page .article-container .date .fadeContent,
.article-page .article-container .author .fadeContent,
.article-page .article-container .collection .fadeContent,
.article-page .article-container .share-links .fadeContent {
  margin-left: 80px;
}
.article-page .article-container .collection {
  border-bottom-image: none;
}
.article-page .article-container .collection .add-to-collection {
  cursor: pointer;
  border: 1px solid #afaba2;
  display: block;
  padding: 13px 0;
  text-align: center;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.article-page .article-container .collection .add-to-collection:hover {
  color: #352e28;
  border: 1px solid #352e28;
}
.article-page .article-container .collection .add-to-collection.active i {
  color: #ca1b1d;
}
.article-page .article-container .collection .add-to-collection .count {
  font-size: 18px;
}
.article-page .article-container .share-links {
  margin-bottom: 30px;
}
.article-page .article-container .main-book {
  position: relative;
  display: block;
}
.article-page .article-container .bookContent,
.article-page .article-container .main-book .book{
  width: 175px;
  margin: 0 auto 10px auto;
}

.article-page .article-container .main-book .pic {
  clear: both;
  margin-top: 5px;
}
.article-page .article-container .main-book .book-little-info {
  overflow: hidden;
}
.article-page .article-container .main-book .book-little-info .getfrom {
  font-size: 13px;
  line-height: 15px;
  color: #6db4af;
  display: inline;
}
.article-page .article-container .main-book .book-little-info .title {
  font-size: 15px;
  line-height: 15px;
  display: block;
  text-align: center;
  /*text-align: left;*/
  margin-bottom: 10px;
}
.article-page .article-container .main-book .book-little-info .title a:hover {
  color: #de5728;
}
.article-page .article-container .main-book .book .pic {
  /*height: 240px;*/
  height: auto;
  width: 100%;
  background-color: #ffffff;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-box-shadow: #aaaaaa 0px 1px 1px 0px;
  -moz-box-shadow: #aaaaaa 0px 1px 1px 0px;
  box-shadow: #aaaaaa 0px 1px 1px 0px;
}
.article-page .article-container .main-book .book .pic > img {
  max-height: 100%;
  /*height: 100%;*/
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transform: rotatey(0deg);
  -webkit-transform: rotatey(0deg);
  -o-transform: rotatey(0deg);
  -ms-transform: rotatey(0deg);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-origin: 0px 0px 0px;
  -webkit-transform-origin: 0px 0px 0px;
  -o-transform-origin: 0px 0px 0px;
  -ms-transform-origin: 0px 0px 0px;
}
.article-page .article-container .main-book .book:hover .pic > img {
  -moz-transform: rotatey(-30deg);
  -webkit-transform: rotatey(-30deg);
  -o-transform: rotatey(-30deg);
  -ms-transform: rotatey(-30deg);
  -webkit-box-shadow: #aaaaaa 0px 1px 1px 0px;
  -moz-box-shadow: #aaaaaa 0px 1px 1px 0px;
  box-shadow: #aaaaaa 0px 1px 1px 0px;
}
.article-page .article-container .read-more-wrap {
  margin-top: 30px;
}
.grid.book {
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
}
.grid.book .pic-container {
  margin: 0px auto 10px auto;
  position: relative;
  display: block;
  -webkit-box-shadow: #999999 0px 0px 5px 0px;
  -moz-box-shadow: #999999 0px 0px 5px 0px;
  box-shadow: #999999 0px 0px 5px 0px;
}
.grid.book .pic {
  text-align: center;
  width: 100%;
  display: block;
}
.grid.book .pic img {
  max-height: 260px;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.grid.book .pic:hover img {
  -webkit-box-shadow: #797979 0px 0px 5px 0px;
  -moz-box-shadow: #797979 0px 0px 5px 0px;
  box-shadow: #797979 0px 0px 5px 0px;
}
.grid.book .title {
  margin-top: 6px;
  display: block;
  font-size: 15px;
  line-height: 1.2;
  height: 20px;
}
.grid.book .title a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  color: #352e28;
  display: block;
  height: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.grid.book .title a:hover {
  color: #fc7f3d;
  text-decoration: underline;
}
.grid.book .author {
  margin-top: 3px;
  font-size: 12px;
  line-height: 15px;
  color: #9c9890;
  display: block;
}
.grid.book .author a {
  margin-bottom: 5px;
}
.grid.book .author a:hover {
  color: #de5728;
}
.grid.book > .reference-topic {
  font-size: 12px;
  display: block;
  line-height: 1;
  padding: 0px 2px 2px 2px;
  margin-top: 3px;
}
.grid.book > .reference-topic a {
  max-width: 100%;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #de5728;
}
.grid.book > .reference-topic a:hover {
  color: #ae2d01;
}
.grid.book > .reference-topic a i {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}
.grid.book > .reference-topic a span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 85%;
  height: 20px;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  border-bottom: transparent 1px solid;
}
.grid.book > .reference-topic a:hover span {
  border-bottom: #de5728 1px solid;
}
.grid.book .hover-content {
  display: block;
  position: absolute;
  width: 100%;
  height: 182px;
  background-color: #1e1e1e;
  border: #1e1e1e 1px solid;
  display: none;
  z-index: 2;
}
.grid.book .hover-content .reference-topic {
  padding: 15px;
  text-align: left;
}
.grid.book .hover-content .reference-topic .oo-title {
  margin-bottom: 2px;
  font-size: 12px;
}
.grid.book .hover-content .reference-topic a {
  font-size: 13px;
}
.grid.book .article-hint {
  position: absolute;
  bottom: 6px;
  right: 6px;
  width: 30px;
  height: 30px;
  z-index: 4;
}
.books-page .books-main-area {
  width: 820px;
  min-height: 200px;
  float: right;
  position: relative;
}
.books-page .books-main-area .lodaing-hint {
  position: absolute;
  top: 20px;
  width: 100%;
  text-align: center;
  color: #9c9890;
  display: none;
}
.books-page .books-main-area .lodaing-hint i {
  font-size: 30px;
}
.books-page .books-main-area .lodaing-hint p {
  margin-top: 5px;
}
.books-page .choose-book-row {
  border-bottom: #afaba2 1px dotted;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.books-page .choose-book-row .choose-month {
  width: auto;
  border-left: #afaba2 5px solid;
  font-size: 20px;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", "微軟正黑體", "Microsoft JhengHei";
  font-style: italic;
}
.books-page .choose-book-row .choose-month > div {
  display: inline-block;
  vertical-align: bottom;
}
.books-page .choose-book-row .choose-month .year {
  font-size: 14px;
}
.books-page .choose-book-row .choose-book-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  position: relative;
}
.books-page .choose-book-row .choose-book-wrapper > div {
  display: inline-block;
  vertical-align: top;
}
.books-page .choose-book-row .choose-book-wrapper .book {
  width: 39%;
  margin-bottom: 0px;
}
.books-page .choose-book-row .choose-book-wrapper .reason {
  width: 50%;
  background-image: url(../images/linebg-orange.png);
  background-repeat: repeat;
  background-color: #ffffff;
}
.books-page .choose-book-row .choose-book-wrapper .reason p {
  margin: 8px;
  padding: 10px;
  background-color: #ffffff;
}
.book-page #cboxCurrent {
  left: 50px;
  text-indent: 0px;
  font-size: 12px;
}
.book-page #cboxPrevious,
.book-page #cboxNext {
  top: -21px;
  text-indent: 1px;
  display: block;
  background: none;
  color: #69645b;
  font-size: 13px;
}
.book-page #cboxPrevious {
  left: 0px;
}
.book-page #cboxNext {
  left: 22px;
}
.book-page .book-right-navi {
  position: fixed;
  right: 0px;
  top: 151px;
  z-index: 999;
  display: block;
  width: 128px;
  background-color: #ffffff;
}
.book-page .book-right-navi .addthis_toolbox {
  display: block;
  position: relative;
  right: 0px;
  top: 0px;
  width: 128px;
  height: 32px;
  z-index: 101;
}
.book-page .book-right-navi .addthis_toolbox a {
  display: inline-block;
  padding: 0px;
  margin: 0px -2px;
  float: none;
}
.book-page .book-right-navi ul {
  margin: 0px;
}
.book-page .book-right-navi ul li {
  list-style-type: none;
  padding-bottom: 4px;
  text-align: center;
  background-image: url(../images/bookrightnav_line.gif);
  background-repeat: repeat-y;
  background-position: 29px 0;
}
.book-page .book-right-navi ul li a {
  font-weight: bold;
  display: inline-block;
  font-size: 15px;
  color: #fc7f3d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.book-page .book-right-navi ul li a .fa-angle-right {
  margin-right: 5px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  vertical-align: middle;
  text-indent: -9000px;
}
.book-page .book-right-navi ul li a.active,
.book-page .book-right-navi ul li a:hover {
  letter-spacing: 0px;
  color: #de5728;
}
.book-page .book-right-navi ul li a.active .fa-angle-right,
.book-page .book-right-navi ul li a:hover .fa-angle-right {
  text-indent: 0;
  width: 10px;
  height: 18px;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.book-page .book-right-navi ul li a.btnTOP {
  display: block;
  background-color: #ccc;
  color: #fff;
  border-radius: 20px;
  width: 70%;
  margin: 5px auto;
}
.book-page .book-right-navi ul li a.btnTOP:hover {
  background-color: #c2c2c2;
}
.book-page .book-right-navi ul li.recommend {
  margin-bottom: 0;
  padding-bottom: 0;
}
.book-page .book-right-navi ul li.recommend a {
  background-color: #de5728;
  color: #ffffff;
  display: block;
  padding: 10px 0;
}
.book-page .book-right-navi ul li.recommend a:hover {
  background-color: #ae2d01;
}
.book-page .book-container {
  overflow: hidden;
  margin-top: 10px;
}
.book-page .book-container .book-left {
  width: 260px;
  margin-right: 30px;
  float: left;
}
.book-page .book-container .book-left h4 {
  color: #ca1b1d;
  font-size: 15px;
  margin-bottom: 5px;
}
.book-page .book-container .book-right {
  width: 758px;
  float: right;
  margin-bottom: 30px;
}
.book-page .book-container .book-right .book-content {
  margin: 0px;
  padding: 0px;
}
.book-page .book-container .book-right .book-content p {
  margin-bottom: 20px;
}
.book-page .book-container .decoration-wrapper {
  padding: 0px 0px 0px 0px;
  margin-bottom: 10px;
}
.book-page .book-container .decoration-wrapper > div {
  display: inline-block;
  vertical-align: middle;
  line-height: 36px;
  font-size: 18px;
  color: #d71518;
}
.book-page .book-container .decoration-wrapper .selecticon {
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
.book-page .book-container .decoration-wrapper .selecticon img {
  margin: 0px;
  display: block;
}
.book-page .book-container .bigger-book-wrapper {
  margin-bottom: 20px;
}
.book-page .book-container .bigger-book-wrapper .pic-container {
  width: 260px;
  margin: 0px auto;
  position: relative;
  display: block;
}
.book-page .book-container .bigger-book-wrapper .pic-container .pic {
  width: 100%;
  background-color: #ffffff;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  -ms-perspective: 800px;
  perspective: 800px;
  -webkit-box-shadow: #aaaaaa 0px 1px 1px 0px;
  -moz-box-shadow: #aaaaaa 0px 1px 1px 0px;
  box-shadow: #aaaaaa 0px 1px 1px 0px;
}
.book-page .book-container .bigger-book-wrapper .pic-container .pic img {
  border: #999999 1px solid;
  width: 100%;
  max-width: none;
  max-height: none;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transform: rotatey(0deg);
  -webkit-transform: rotatey(0deg);
  -o-transform: rotatey(0deg);
  -ms-transform: rotatey(0deg);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-origin: 0px 0px 0px;
  -webkit-transform-origin: 0px 0px 0px;
  -o-transform-origin: 0px 0px 0px;
  -ms-transform-origin: 0px 0px 0px;
}
.book-page .book-container .bigger-book-wrapper .pic-container:hover .pic img {
  -moz-transform: rotatey(-30deg);
  -webkit-transform: rotatey(-30deg);
  -o-transform: rotatey(-30deg);
  -ms-transform: rotatey(-30deg);
  -webkit-box-shadow: #aaaaaa 0px 1px 1px 0px;
  -moz-box-shadow: #aaaaaa 0px 1px 1px 0px;
  box-shadow: #aaaaaa 0px 1px 1px 0px;
}
.book-page .book-container .reward,
.book-page .book-container .pre-reading,
.book-page .book-container #favidiv,
.book-page .book-container .book-left .tags-list,
.book-page .book-container .share-links {
  border-bottom: 1px dashed #afaba2;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.book-page .book-container .reward {
  margin-bottom: 20px;
  font-size: 16px;
}
.book-page .book-container .reward ul {
  margin: 0px;
  padding-left: 25px;
}
.book-page .book-container .reward ul li {
  font-size: 15px;
  list-style: disc;
  color: #ca1b1d;
}
.book-page .book-container .reward ul li span {
  color: #352e28;
}
.book-page .book-container .pre-reading {
  margin-bottom: 10px;
  overflow: auto;
}
.book-page .book-container .pre-reading i {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: url(../images/btn-icon.png);
}
.book-page .book-container .pre-reading .recommend-btn {
  display: none;
  background-color: #de5728;
  color: #ffffff;
  line-height: 30px;
  text-align: right;
  border: 1px solid #de5728;
}
.book-page .book-container .pre-reading .recommend-btn i {
  background: none;
  float: right;
  margin-right: 10px;
  margin-top: 7px;
  font-size: 17px;
  width: auto;
  height: auto;
  margin-left: 5px;
}
.book-page .book-container .pre-reading .recommend-btn:hover {
  background-color: #ae2d01;
}
.book-page .book-container .pre-reading .read-btn {
  display: block;
  float: left;
  width: 114px;
  padding: 5px;
  margin-right: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.book-page .book-container .pre-reading .read-btn.jpg-preview i {
  background-position: 0 0;
}
.book-page .book-container .pre-reading .read-btn.pdf-preview {
  margin: 0;
}
.book-page .book-container .pre-reading .read-btn.pdf-preview i {
  background-position: 0 -25px;
}
.book-page .book-container .pre-reading #preview-pic-wrapper {
  height: 0px;
  overflow: hidden;
}
.book-page .book-container .add-favi-wrapper {
  margin: 0px auto;
  padding: 5px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.book-page .book-container .add-favi-wrapper i {
  vertical-align: middle;
}
.book-page .book-container .add-favi-wrapper .text {
  vertical-align: middle;
  display: inline-block;
}
.book-page .book-container .add-favi-wrapper .count {
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
}
.book-page .book-container .pre-reading .read-btn,
.book-page .book-container .add-favi-wrapper {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  border: #afaba2 1px solid;
  color: #69645b;
  cursor: pointer;
}
.book-page .book-container .pre-reading .read-btn:hover,
.book-page .book-container .add-favi-wrapper:hover {
  color: #69645b;
  border-color: #69645b;
}
.book-page .book-container .tags {
  padding: 10px 0px;
  border-bottom: #afaba2 1px dashed;
  border-top: #afaba2 1px dashed;
  margin-bottom: 30px;
}
.book-page .book-container .infoo,
.book-page .book-container .collection,
.book-page .book-container .share-links {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
.book-page .book-container .infoo .fadeText,
.book-page .book-container .collection .fadeText,
.book-page .book-container .share-links .fadeText {
  display: inline-block;
  float: left;
  width: 70px;
}
.book-page .book-container .infoo .fadeText i.fa,
.book-page .book-container .collection .fadeText i.fa,
.book-page .book-container .share-links .fadeText i.fa {
  margin-top: -5px;
}
.book-page .book-container .infoo .fadeContent,
.book-page .book-container .collection .fadeContent,
.book-page .book-container .share-links .fadeContent {
  margin-left: 80px;
}
.book-page .book-container .share-links {
  margin-bottom: 10px;
}
.book-page .book-container .more-of-book .expand-btn {
  font-size: 12px;
  margin-bottom: 10px;
  cursor: pointer;
}
.book-page .book-container .more-of-book .expand-content {
  display: none;
}
.book-page .book-container .book-title {
  font-size: 30px;
  line-height: 1.2;
  color: #352e28;
  font-weight: bold;
  margin-bottom: 3px;
}
.book-page .book-container .book-title-sub {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}
.book-page .book-container .book-title-en {
  font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", "微軟正黑體", "Microsoft JhengHei";
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  color: #69645b;
  font-weight: bold;
  margin-bottom: 3px;
}
.book-page .book-container .book-title-en-sub {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}
.book-page .book-container .author-area {
  margin-bottom: 10px;
  width: 97%;
}
.book-page .book-container .author-area .author-row {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 5px;
}
.book-page .book-container .author-area .author-row a {
  color: #fc7f3d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.book-page .book-container .author-area .author-row a:hover {
  color: #de5728;
}
.book-page .book-container .author-area .author-row > div {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.book-page .book-container .author-area .author-row .author {
  font-size: 16px;
}
.book-page .book-container .author-area .author-row .fadeText:before {
  content: "/ ";
}
.book-page .book-container .main-promot-area {
  border-top: #afaba2 1px dashed;
  margin-bottom: 20px;
  padding-top: 10px;
}
.book-page .book-container .action-button-wrapper {
  margin-bottom: 15px;
  background-color: #ffffff;
  border: #e9cbbf 1px solid;
  border-bottom: 3px solid #ec2f29;
  padding: 15px 20px;
  clear: both;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.book-page .book-container .action-button-wrapper .getfromstore {
  width: 100px;
  border: 1px solid #e5e2dc;
  background-color: #ffffff;
  margin-top: 6px;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 22px;
  float: right;
}
.book-page .book-container .action-button-wrapper .button-row {
  margin-left: 10px;
}
.book-page .book-container .price-wrapper {
  float: left;
  font-size: 13px;
}
.book-page .book-container .price-wrapper em {
  font-style: normal;
}
.book-page .book-container .price-wrapper .discount-wrap .enlarge {
  font-size: 16px;
  display: block;
}
.book-page .book-container .price-wrapper .discount-wrap .enlarge em {
  font-size: 30px;
  color: #ec2f29;
  font-weight: bold;
  display: inline-block;
  margin: 0 2px;
}
.book-page .book-container .price-wrapper .price.enlarge {
  margin-top: 11px;
}
.book-page .book-container .price-wrapper .price {
  margin-bottom: 5px;
  margin-right: 10px;
  display: inline-block;
}
.book-page .book-container .price-wrapper .discountp {
  color: #ec2f29;
  margin-left: 5px;
  margin-right: 5px;
}
.book-page .book-container .price-wrapper .discount-intro {
  color: #ec2f29;
  font-weight: bold;
}
.book-page .book-container .price-wrapper .originalp {
  margin-top: 5px;
}
.book-page .book-container .button-row {
  display: inline-block;
}
.book-page .book-container .button-row button {
  font-size: 17px;
  margin-right: 10px;
  padding: 15px 15px 12px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  border: none;
  background-color: #fc7f3d;
  -webkit-box-shadow: #de5728 0px 3px 0px 0px;
  -moz-box-shadow: #de5728 0px 3px 0px 0px;
  box-shadow: #de5728 0px 3px 0px 0px;
  color: #ffffff;
}
.book-page .book-container .button-row button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 1px;
}
.book-page .book-container .button-row button:hover {
  opacity: 0.8;
}
.book-page .book-container .button-row button i {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: url(../images/btn-icon.png);
}
.book-page .book-container .button-row button i.cart {
  background-position: 0 -50px;
}
.book-page .book-container .button-row button i.club {
  background-position: 0 -75px;
}
.book-page .book-container .button-row .add-to-notify {
  border: none;
  background-color: #69645b;
  -webkit-box-shadow: #352e28 0px 3px 0px 0px;
  -moz-box-shadow: #352e28 0px 3px 0px 0px;
  box-shadow: #352e28 0px 3px 0px 0px;
  color: #ffffff;
}
.book-page .book-container .button-row .add-to-cart {
  border: none;
  background-color: #ec2f29;
  -webkit-box-shadow: #ca1b1d 0px 3px 0px 0px;
  -moz-box-shadow: #ca1b1d 0px 3px 0px 0px;
  box-shadow: #ca1b1d 0px 3px 0px 0px;
  color: #ffffff;
}
.book-page .book-container .button-row .add-to-club {
  border: none;
  background-color: #5cbab3;
  -webkit-box-shadow: #4ca09a 0px 3px 0px 0px;
  -moz-box-shadow: #4ca09a 0px 3px 0px 0px;
  box-shadow: #4ca09a 0px 3px 0px 0px;
  color: #ffffff;
}
.book-page .book-container .button-row .out-of-print {
  border: none;
  background-color: #e9e9e9;
  -webkit-box-shadow: #999999 0px 3px 0px 0px;
  -moz-box-shadow: #999999 0px 3px 0px 0px;
  box-shadow: #999999 0px 3px 0px 0px;
  color: #797979;
}
.book-page .book-container .also-can-buy {
  overflow: hidden;
  margin-bottom: 15px;
}
.book-page .book-container .also-can-buy .title {
  margin-top: 9px;
  float: left;
}
.book-page .book-container .also-can-buy .buy-link-btn {
  margin-left: 5px;
  border: #afaba2 1px solid;
  padding: 5px 10px;
}
.book-page .book-container .tab-change-outer {
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.book-page .book-container .tab-change-outer,
.book-page .book-container .book-content > .event,
.book-page .book-container .book-content > .combo {
  background-color: #ffffff;
  border: 1px solid #e4e2dc;
  margin-bottom: 10px;
}
.book-page .book-container .book-content > .event > .title,
.book-page .book-container .book-content > .combo > .title {
  color: #ca1b1d;
  margin-bottom: 15px;
  font-size: 15px;
}
.book-page .book-container .tab-change-wrapper .nav-tabs {
  padding: 10px 25px 0 25px;
  margin-bottom: 0;
  background-image: url(../images/linebg-orange.png);
  background-repeat: repeat;
}
.book-page .book-container .tab-change-wrapper .nav-tabs li {
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
  margin-right: 10px;
}
.book-page .book-container .tab-change-wrapper .nav-tabs li .tab-click {
  cursor: pointer;
  font-size: 15px;
  padding: 10px;
  color: #fc7f3d;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.book-page .book-container .tab-change-wrapper .nav-tabs li.active .tab-click {
  color: #797979;
  background-color: #ffffff;
  border: 1px solid #e4e2dc;
  border-bottom: none;
}
.book-page .book-container .tab-change-wrapper .nav-tabs li.publishInfo {
  display: none;
}
.book-page .book-container .tab-change-wrapper .tab-content {
  padding: 30px;
  word-wrap: break-word;
  position: relative;
}
.book-page .book-container .tab-change-wrapper .tab-content .orange-paint {
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.book-page .book-container .tab-change-wrapper .tab-content .a-author {
  margin-bottom: 20px;
  float: left;
}
.book-page .book-container .tab-change-wrapper .tab-content .a-author .author-head-pic {
  float: left;
}
.book-page .book-container .tab-change-wrapper .tab-content .author-data {
  float: left;
  width: 450px;
  margin-left: 25px;
}
.book-page .book-container .tab-change-wrapper .tab-content .author-data .author-name {
  color: #352e28;
  margin-bottom: 10px;
}
.book-page .book-container .tab-change-wrapper .suggest-row {
  margin-bottom: 40px;
}
.book-page .book-container .tab-change-wrapper .suggest-row .name {
  font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", "微軟正黑體", "Microsoft JhengHei";
  font-style: italic;
  margin-bottom: 10px;
  color: #352e28;
}
.book-page .book-container .tab-change-wrapper .suggest-row .quote {
  width: 90%;
  padding-left: 15px;
  margin-left: 30px;
  border-left: #e9e9e9 5px solid;
}
.book-page .book-container .book-content > .event {
  padding: 10px 20px;
}
.book-page .book-container .book-content > .event ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}
.book-page .book-container .book-content > .event a {
  display: block;
  font-size: 15px;
  color: #69645b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.book-page .book-container .book-content > .event a:hover {
  color: #fc7f3d;
}
.book-page .book-container .book-content > .event li {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.book-page .book-container .book-content > .event li:last-child {
  border: none;
}
.book-page .book-container .book-content > .combo {
  padding: 10px 20px 20px 20px;
}
.book-page .book-container .book-content > .combo .bookSet {
  width: 280px;
  margin-right: 20px;
  display: inline;
}
.book-page .book-container .book-content > .combo .grid.book {
  width: 130px;
  margin: 0  15px 0 0;
}
.book-page .book-container .book-content > .combo .grid.book:last-child {
  margin-right: 0;
}
.book-page .book-container .book-content > .combo .grid.book .pic {
  height: auto;
}
.book-page .book-container .book-content > .combo .grid.book .pic img {
  max-height: inherit;
}
.book-page .book-container .book-content > .combo .info {
  width: 390px;
  display: inline-block;
}
.book-page .book-container .book-content > .combo .info .text,
.book-page .book-container .book-content > .combo .info .duration {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
}
.book-page .book-container .book-content > .combo .info .text {
  color: #352e28;
  font-size: 18px;
}
.book-page .book-container .book-content > .combo .info .duration {
  color: #797979;
  font-size: 15px;
}
.book-page .book-container .book-content > .combo .info .duration .title {
  margin-right: 10px;
  display: inline-block;
}
.book-page .book-container .book-content > .combo .info .duration .date {
  display: inline-block;
  font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", "微軟正黑體", "Microsoft JhengHei";
  font-style: italic;
}
.book-page .book-container .book-content > .combo .info .duration .fa {
  display: inline-block;
  width: 10px;
  height: 15px;
  color: #ec2f29;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 12px;
}
.book-page .book-container .book-content > .combo .info .price-wrapper {
  width: 100%;
  margin-bottom: 20px;
}
.book-page .book-container .this-book-event-wrap {
  margin-top: 20px;
  overflow: hidden;
}
.book-page .book-container .all-book-event-tag {
  width: 340px;
  height: 100px;
  float: left;
}
.book-page .book-container .all-book-event-tag ul {
  width: 80%;
}
.book-page .book-container .all-book-event-tag ul li {
  font-size: 14px;
  border-bottom: #999999 1px dashed;
}
.book-page .book-container .double-book-event {
  width: 708px;
  float: left;
}
.book-page .book-container .double-book-event .container {
  width: 100%;
  overflow: hidden;
}
.book-page .book-container .double-book-event .container > div {
  min-width: 30px;
  height: 240px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
}
.book-page .book-container .double-book-event .container .add-icon i,
.book-page .book-container .double-book-event .container .right-icon i {
  margin-top: 80px;
  font-size: 16px;
  color: #afaba2;
}
.book-page .book-container .double-book-event .container .book-grid {
  width: 140px;
}
.book-page .book-container .double-book-event .container .book-grid .pic {
  width: auto;
  height: 160px;
  text-align: center;
}
.book-page .book-container .double-book-event .container .book-grid .pic img {
  max-height: 160px;
}
.book-page .book-container .double-book-event .container .book-grid .title {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
}
.book-page .book-container .double-book-event .container .book-grid .title a {
  text-decoration: underline;
}
.book-page .book-container .double-book-event .container .book-grid .original-price {
  font-size: 12px;
}
.book-page .book-container .double-book-event .container .information-area {
  width: 200px;
  text-align: left;
}
.book-page .book-container .double-book-event .container .information-area .promot-title {
  color: #352e28;
  font-size: 15px;
  text-decoration: underline;
}
.book-page .book-container .double-book-event .container .information-area .promot-date {
  font-size: 13px;
  color: #69645b;
}
.book-page .book-container .double-book-event .container .information-area .original-price-wrapper {
  margin-top: 20px;
  color: #69645b;
}
.book-page .book-container .double-book-event .container .information-area .discount-price-wrapper {
  color: #69645b;
}
.book-page .book-container .double-book-event .container .information-area .discount-price-wrapper .discount {
  font-size: 16px;
}
.book-page .book-container .double-book-event .container .information-area .discount-price-wrapper .discount-price {
  font-size: 16px;
}
.book-page .book-container .double-book-event .container .information-area .addtocart-wrapper {
  margin-top: 8px;
}
.hint-tag-wrapper {
  margin-bottom: 20px;
}
.hint-tag-wrapper .hint-tag {
  padding: 4px 10px;
  margin-right: 5px;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #e4e2dc;
}
.hint-tag-wrapper .signature {
  color: #de5728;
}
.hint-tag-wrapper .preorder {
  color: #ce3d3b;
}
.hint-tag-wrapper .special {
  color: #3f8ebb;
}
.hint-tag-wrapper .withgift {
  color: #5cbab3;
}
.hint-tag-wrapper .ended {
  color: #5c5c5c;
}
.fb-share,
.fb-like {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.lineThrough {
  text-decoration: line-through;
}
.video-grid-wrapper .video,
.reference-video .video {
  border: 1px solid rgba(255, 255, 255, 0);
  vertical-align: top;
}
.video-grid-wrapper .video:hover,
.reference-video .video:hover {
  background-image: url(../images/linebg-orange.png);
  background-repeat: repeat;
  border: 1px solid #e9cbbf;
}
.video-grid-wrapper .video {
  width: 18%;
  padding: 20px 18px;
  vertical-align: top;
  margin: 0px 1% 10px 1%;
  display: inline-block;
  float: left;
  text-align: center;
}
.video-grid-wrapper .video .title {
  height: 55px;
  overflow: hidden;
  line-height: 1.2;
  font-size: 15px;
  color: #352e28;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.video-grid-wrapper .video .title:hover {
  color: #de5728;
  text-decoration: underline;
}
.video-grid-wrapper .video .video-block .video-content .base img {
  width: 160px;
  height: auto;
}
.video-block {
  height: auto;
  padding: 0px 0px;
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}
.video-block .video-content {
  position: relative;
  margin: 0px auto;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.video-block .video-content .base {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.video-block .video-content .base img {
  /*-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /*overflow: hidden;*/
  height: 150px;
  width: auto;
}
.video-block .video-content .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.video-block .video-content .play-btn {
  position: absolute;
  top: 50%;
  height: 42px;
  margin-top: -21px;
  width: 100%;
  z-index: 4;
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -ms-transition: top 0.2s;
  -o-transition: top 0.2s;
}
.video-block .video-content .play-btn img {
  width: 42px;
  height: 42px;
}
.video-block .video-content .play-btn .text {
  opacity: 0;
  margin-top: 6px;
  font-size: 13px;
  color: #ffffff;
}
.video-block:hover .overlay {
  background-color: rgba(30, 30, 30, 0.5);
}
.video-block:hover .play-btn {
  top: 42%;
}
.video-block:hover .play-btn .text {
  opacity: 1;
}
.section-title {
  font-size: 16px;
  text-align: left;
  color: #69645b;
  margin-bottom: 10px;
}
.section-title .more-btn {
  font-size: 13px;
}
.different-layout-after,
.different-layout-special {
  display: none;
}
.each-promot-style {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.each-promot-style .title-area {
  color: #ec2f29;
  border-bottom: #e9cbbf 1px solid;
  font-size: 25px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px 0px;
  position: relative;
}
.each-promot-style .title-area h2{
  line-height: 1;
  margin: 0;
}
.each-promot-style .title-area .title {
  float: left;
}
.each-promot-style .title-area .more-this-tag {
  float: right;
}
.each-promot-style .title-area .more-this-tag a {
  font-size: 16px;
}
.each-promot-style .title-area .more-this-tag:hover a {
  text-decoration: underline;
}
.each-promot-style .title-area .more-this-tag a::after {
  content: "…";
}
.author-head-pic .base {
  display: inline-block;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
  background-image: url(../images/gradiantbase.png);
  overflow: hidden;
}
.author-head-pic .base img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.reference-block {
  overflow: hidden;
  margin-bottom: 30px;
}
.reference-block .section-title {
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #ca1b1d;
  font-weight: bold;
  padding-bottom: 11px;
  margin-bottom: 30px;
  border-bottom: #e9cbbf 1px solid;
}
.reference-block a.more-btn {
  color: #ec2f29;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-weight: normal;
}
.reference-block a.more-btn::after {
  content: "…";
}
.reference-block a.more-btn:hover {
  color: #ca1b1d;
}
.reference-block .sprout-slide-container .pic-container {
  width: 155px;
  margin: 0 auto;
  position: relative;
}
.reference-review-bottom-bar {
  float: right;
  width: 48%;
  position: relative;
}
.reference-review-bottom-bar .review-block {
  margin: 0 20px;
}
.reference-review-bottom-bar .review-block li {
  width: 100%%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: #9c9890 1px dotted;
  font-size: 13px;
  list-style: none;
}
.reference-review-bottom-bar .review-block li:last-child {
  border: none;
}
.reference-review-bottom-bar .review-block .date {
  color: #69645b;
}
.reference-review-bottom-bar .review-block .title {
  color: #352e28;
  display: block;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.reference-review-bottom-bar .review-block .title:before {
  content: "‧";
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
  color: #555;
  font-weight: bold;
}
.reference-review-bottom-bar .review-block .title:hover {
  color: #fc7f3d;
}
.reference-review-bottom-bar .review-block .date {
  font-size: 13px;
  font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", "微軟正黑體", "Microsoft JhengHei";
  font-style: italic;
}
.reference-review-bottom-bar .review-block .date,
.reference-review-bottom-bar .review-block .press {
  display: inline-block;
  color: #999;
}
.reference-review-bottom-bar .review-block .date a,
.reference-review-bottom-bar .review-block .press a {
  color: #999;
}
.reference-review-bottom-bar.full-width-style {
  width: 100%;
}
.reference-review-bottom-bar.full-width-style .review-block {
  width: 48%;
  margin-right: 2%;
  float: left;
}
.reference-topic-bottom-bar {
  text-align: left;
}
.reference-topic-bottom-bar .grid.topic {
  width: 220px;
  margin-right: 40px;
  background: none;
}
.reference-topic-bottom-bar .grid.topic .title {
  height: auto;
  text-overflow: clip;
  white-space: normal;
}
.reference-topic-bottom-bar .grid.topic .pic {
  width: 100%;
  margin: 0px auto 8px auto;
  height: auto;
  max-height: 136px;
  overflow: hidden;
}
.reference-topic-bottom-bar .grid.topic .pic a {
  display: block;
}
.reference-topic-bottom-bar .grid.topic:last-child {
  margin-right: 0px;
}
.reference-topic-bottom-bar .grid.topic:hover {
  box-shadow: none;
}
.reference-video-bottom-bar {
  width: 48%;
  float: left;
  position: relative;
}
.reference-video-bottom-bar .video {
  overflow: hidden;
  width: 42%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0);
}
.reference-video-bottom-bar .video:hover {
  background-image: url(../images/linebg-orange.png);
  background-repeat: repeat;
  border: 1px solid #e9cbbf;
}
.reference-video-bottom-bar .video .title {
  width: 90%;
  font-size: 15px;
  line-height: 1.2;
  height: 35px;
  overflow: hidden;
  color: #352e28;
  margin: 5px auto;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}
.reference-video-bottom-bar .video .title:hover {
  color: #de5728;
}
.reference-video-bottom-bar .video .video-block .video-content .base img {
  width: 150px;
  height: inherit;
}
.reference-video-bottom-bar.full-width-style {
  width: 100%;
}
.reference-video-bottom-bar.full-width-style .video {
  width: 21%;
}
.reference-event-bottom-bar {
  margin-top: 30px;
}
.reference-event-bottom-bar .grid.event {
  width: 215px;
  background: none;
}
.reference-event-bottom-bar .grid.event .event-setting {
  font-size: 13px;
  margin-bottom: 10px;
  color: #999999;
}
.reference-event-bottom-bar .grid.event .event-setting > div {
  line-height: 1;
}
.reference-event-bottom-bar .grid.event .event-setting .times {
  font-style: normal;
}
.reference-event-bottom-bar .grid.event .event-setting .city {
  width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.reference-event-bottom-bar .grid.event .title {
  height: auto;
  margin-bottom: 10px;
  color: #352e28;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.reference-event-bottom-bar .grid.event .title:hover {
  text-decoration: underline;
  color: #de5728;
}
.reference-event-bottom-bar .grid.event .status {
  width: 100%;
  margin: 5px auto;
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
}
.reference-event-bottom-bar .grid.event .status .light {
  width: 3px;
  height: 3px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: #fff 2px solid;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.reference-event-bottom-bar .grid.event .status.orangelight {
  color: #fc7f3d;
}
.reference-event-bottom-bar .grid.event .status.orangelight .light {
  border-color: #fc7f3d;
}
.reference-event-bottom-bar .grid.event .status.redlight {
  color: #d71518;
}
.reference-event-bottom-bar .grid.event .status.redlight .light {
  border-color: #d71518;
}
.reference-event-bottom-bar .grid.event .status.graylight {
  color: #b0b5b9;
}
.reference-event-bottom-bar .grid.event .status.graylight .light {
  border-color: #b0b5b9;
}
.reference-event-bottom-bar .grid.event:last-child {
  margin-right: 0px;
}
/* -- Page Start
--------------------------------------------------*/
.sprout-slide-container.animate-fade {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sprout-slide-container.animate-fade ul {
  overflow: hidden;
}
.sprout-slide-container.animate-fade ul li {
  display: none;
}
.sprout-slide-container.animate-fade ul li a {
  display: block;
}
.sprout-slide-container.animate-fade .sprout-dots {
  position: absolute;
  right: 10px;
  bottom: 5px;
  width: auto;
  z-index: 20;
}
.sprout-slide-container.animate-fade .sprout-dots > div {
  width: 6px;
  height: 6px;
  margin: 0px 2px;
  display: inline-block;
  background-color: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: #ffffff 2px solid;
  cursor: pointer;
}
.sprout-slide-container.animate-fade .sprout-dots > div:hover {
  background-color: #53b7b0;
}
.sprout-slide-container.animate-fade .sprout-dots > div.active {
  background-color: #ffffff;
  border: transparent 2px solid;
}
.book-slide-outer {
  margin-top: 10px;
  padding: 0px 0px 12px 0px;
}
.book-slide-outer .sprout-slide-container {
  margin-top: 10px;
}
.book-slide-outer .book {
  margin: 0px 0px;
}
.book-slide-outer .book .pic {
  height: 160px;
  margin: 20px auto 0px auto;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  -webkit-box-shadow: #797979 0px 0px 8px 0px;
  -moz-box-shadow: #797979 0px 0px 8px 0px;
  box-shadow: #797979 0px 0px 8px 0px;
}
.book-slide-outer .book .pic > img {
  max-height: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transform: rotatey(0deg);
  -webkit-transform: rotatey(0deg);
  -o-transform: rotatey(0deg);
  -ms-transform: rotatey(0deg);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-origin: 0px 0px 0px;
  -webkit-transform-origin: 0px 0px 0px;
  -o-transform-origin: 0px 0px 0px;
  -ms-transform-origin: 0px 0px 0px;
}
.book-slide-outer .book .title {
  line-height: 1.2;
  font-size: 15px;
  width: 155px;
  margin: 15px auto 0 auto;
}
.book-slide-outer .book .title a {
  color: #352e28;
}
.book-slide-outer .book .status {
  width: 60px;
  margin: 5px auto;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}
.book-slide-outer .book .status .light {
  width: 3px;
  height: 3px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}
.book-slide-outer .book .status.orangelight {
  color: #fc7f3d;
}
.book-slide-outer .book .status.orangelight .light {
  background-color: #fc7f3d;
}
.book-slide-outer .book .status.redlight {
  color: #d71518;
}
.book-slide-outer .book .status.redlight .light {
  background-color: #d71518;
}
.book-slide-outer .book .status.graylight {
  color: #b0b5b9;
}
.book-slide-outer .book .status.graylight .light {
  background-color: #b0b5b9;
}
.book-slide-outer .book:hover .pic > img {
  -moz-transform: rotatey(-30deg);
  -webkit-transform: rotatey(-30deg);
  -o-transform: rotatey(-30deg);
  -ms-transform: rotatey(-30deg);
  -webkit-box-shadow: #aaaaaa 0px 1px 1px 0px;
  -moz-box-shadow: #aaaaaa 0px 1px 1px 0px;
  box-shadow: #aaaaaa 0px 1px 1px 0px;
}
.book-slide-outer.bigger .pic {
  height: 220px;
}
.main-feature-grid {
  overflow: hidden;
  text-align: center;
  width: 1058px;
  margin-right: auto;
  margin-left: auto;
}
.main-feature-grid .block {
  height: 310px;
  padding: 6px;
  width: 252px;
  position: relative;
  text-align: left;
}
.main-feature-grid .block .bcontent {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.main-feature-grid .block .bcontent .hover-content {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.main-feature-grid .block .bcontent .hover-content .click-wrap {
  width: 100%;
  height: 100%;
}
.main-feature-grid .block .bcontent .hover-content p {
  color: #ffffff;
  font-size: 13.5px;
  margin: 170px 24px 10px 24px;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  filter: alpha(opacity = (0));
  -webkit-transition: all 0.6s 0.3s;
  -moz-transition: all 0.6s 0.3s;
  -ms-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
}
.main-feature-grid .block .bcontent .hover-content .button-wrapper {
  margin: 5px 24px;
  color: #ffffff;
}
.main-feature-grid .block .bcontent .hover-content .share-links {
  position: absolute;
  bottom: 10px;
  right: 12px;
}
.main-feature-grid .block .bcontent .hover-content .share-links .cw {
  cursor: pointer;
  display: inline-block;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  filter: alpha(opacity = (50));
}
.index-page .main-feature-grid .block .bcontent .hover-content .share-links .cw{
  display: block;
}
.index-page .cboxPhoto{cursor: pointer;}
.main-feature-grid .block .bcontent .hover-content .share-links .cw:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.main-feature-grid .block .bcontent .hover-content .cw-icon {
  float: right;
  margin-top: 10px;
  margin-right: 12px;
}
.main-feature-grid .block .bcontent .hover-content .cw-icon > .cw {
  display: inline-block;
}
.main-feature-grid .block .bcontent .pic {
  position: relative;
  z-index: 0;
}
.main-feature-grid .block .bcontent .author-block {
  height: 160px;
  padding: 10px 0px 0px 0px;
  text-align: center;
}
.main-feature-grid .block .bcontent .author-block .base {
  display: inline-block;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
  background-image: url(../images/gradiantbase.png);
  overflow: hidden;
}
.main-feature-grid .block .bcontent .author-block .base img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-feature-grid .block .bcontent .absBottom {
  width: 100%;
  position: absolute;
  bottom: 0px;
  max-height: 230px;
}
.main-feature-grid .block .bcontent .category {
  font-size: 12px;
  padding: 6px 12px;
  color: #1e1e1e;
  position: relative;
}
.main-feature-grid .block .bcontent .category > div {
  display: inline-block;
  line-height: 20px;
  vertical-align: middle;
}
.main-feature-grid .block .bcontent .category .date {
  padding-right: 8px;
  margin-right: 4px;
  border-right: #53b7b0 1px solid;
}
.main-feature-grid .block .bcontent .category .city {
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-feature-grid .block .bcontent .category .cw-icon {
  float: right;
}
.main-feature-grid .block .bcontent .category .cw-icon > .cw {
  display: inline-block;
}
.main-feature-grid .block .bcontent .category .bookname {
  width: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.main-feature-grid .block .bcontent .caption {
  width: 90%;
  padding: 6px 5% 8px 5%;
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 39px;
}
.main-feature-grid .block .bcontent .caption .title {
  color: #53b7b0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
.main-feature-grid .block .bcontent .caption p {
  color: #1e1e1e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.4;
}
.main-feature-grid .block .bcontent.green-paint .title {
  color: #285959;
}
.main-feature-grid .block .bcontent.green-paint .hover-content {
  background: url(../images/hoverbg-black.png);
}
.main-feature-grid .block .bcontent.orange-paint .title {
  color: #de5728;
}
.main-feature-grid .block .bcontent.orange-paint .hover-content {
  background: url(../images/hoverbg-red.png);
}
.main-feature-grid .block .bcontent.blue-paint p {
  padding: 12px;
  color: #2c498b;
  font-size: 12px;
}
.main-feature-grid .block .bcontent.blue-paint .timeago {
  color: #797979;
  position: absolute;
  left: 15px;
  bottom: 8px;
  font-size: 12px;
}
.main-feature-grid .block .bcontent.blue-paint .fblogo {
  position: absolute;
  right: 15px;
  bottom: 8px;
}
.main-feature-grid .block .bcontent.blue-paint .fblogo:hover {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(90));
  filter: alpha(opacity = (90));
}
.main-feature-grid .block .bcontent.blue-paint .fblikecount {
  color: #2c498b;
  margin-left: 5px;
}
.main-feature-grid .block .bcontent.author-style .absBottom .caption {
  height: 188px;
}
.main-feature-grid .block.bigh {
  height: 395px;
}
.main-feature-grid .block.bigh .pic {
  height: 310px;
  overflow: hidden;
}
.main-feature-grid .block.bigh .fullpic-style .pic {
  height: 100%;
  width: 100%;
}
.main-feature-grid .block.bigh .fullpic-style .pic a {
  height: 100%;
  width: 100%;
  display: block;
}
.main-feature-grid .block.bigh .fullpic-style .pic img {
  height: 100%;
  width: 100%;
}
.main-feature-grid .block.smallh {
  height: 150px;
}
.main-feature-grid .block.smallh .smallpic-style .pic {
  height: 100%;
  width: 100%;
}
.main-feature-grid .block.smallh .smallpic-style .pic a {
  height: 100%;
  width: 100%;
  display: block;
}
.main-feature-grid .block.smallh .smallpic-style .pic img {
  height: 100%;
  width: 100%;
}
.main-feature-grid .banner-block {
  width: 518px;
}
.main-feature-grid .banner-block .bcontent {
  background: url(../images/linebg-green.png);
  overflow: hidden;
}
.main-feature-grid .block.shadow {
  background-image: url(../images/block-shadow.png);
  background-position: 0px 100%;
  background-repeat: no-repeat;
  background-size: 100% 90%;
}
.main-feature-grid .block.blocknowhite .category {
  padding-bottom: 0px;
}
.main-feature-grid .block.blocknowhite .caption {
  background: transparent !important;
}
.main-feature-grid.weak .block .bcontent .hover-content {
  display: none;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.main-feature-grid.weak .block .bcontent .hover-content p {
  margin: 70px 24px 10px 24px;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
  filter: alpha(opacity = (100));
}
.main-feature-grid.weak .block:hover .hover-content {
  display: block;
}
.main-feature-grid.weak .block:hover .hover-content p {
  display: block;
}
.authors-page .grid.author.bigger {
  width: 48.5%;
  margin: 1px 0.3% 10px 0.3%;
}
.authors-page .grid.author.bigger .pic {
  height: 246px;
}
.authors-page .grid.author.bigger .intro {
  font-size: 13px;
  height: 50px;
}
.contact-page .contact-form-area {
  background-color: #ffffff;
  overflow: hidden;
}
.contact-page .contact-form-area #contact-form {
  margin: 15px;
  padding: 20px;
  background-color: #ffffff;
}
.contact-page button.send-contact-btn {
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px;
  font-size: 16px;
  border: none;
  background-color: #de5728;
  -webkit-box-shadow: #ae2d01 0px 3px 0px 0px;
  -moz-box-shadow: #ae2d01 0px 3px 0px 0px;
  box-shadow: #ae2d01 0px 3px 0px 0px;
  color: #ffffff;
}
.contact-page button.send-contact-btn:hover {
  opacity: 0.8;
}
.event-apply-page .apply-top {
  margin-bottom: 30px;
  overflow: hidden;
}
.event-apply-page .apply-form-area {
  background-color: #ffffff;
  overflow: hidden;
}
.event-apply-page .apply-form-area #apply-form {
  margin: 15px;
  padding: 20px;
  background-color: #ffffff;
}
.event-apply-page .more-info {
  color: #69645b;
}
.event-apply-page button.add-to-apply-btn {
  display: inline-block;
  vertical-align: top;
  padding: 6px 10px;
  font-size: 16px;
  border: none;
  background-color: #de5728;
  -webkit-box-shadow: #ae2d01 0px 3px 0px 0px;
  -moz-box-shadow: #ae2d01 0px 3px 0px 0px;
  box-shadow: #ae2d01 0px 3px 0px 0px;
  color: #ffffff;
}
.event-apply-page button.add-to-apply-btn:hover {
  opacity: 0.8;
}
.event-apply-page .activity-title {
  color: #352e28;
  font-size: 2em;
  line-height: 1.5;
}
.event-apply-page .activity-datetime {
  color: #de5728;
  font-size: 1.5em;
  line-height: 1.5;
  font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", "微軟正黑體", "Microsoft JhengHei";
  font-style: italic;
}
.book-event-page #book-event-header,
.book-event-page #book-event-footer {
  padding: 5px 0px;
  text-align: center;
  font-size: 12px;
  color: #69645b;
  overflow: hidden;
}
.book-event-page #book-event-header {
  background-color: #d71518;
  color: #ffffff;
}
.book-event-page #book-event-header #header-logo {
  float: left;
  margin-left: 15px;
  width: 100px;
  text-align: left;
}
.book-event-page #book-event-header #header-contact {
  float: right;
  margin-right: 15px;
  width: 250px;
  text-align: right;
}
.book-event-page #book-event-header #header-contact a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  line-height: 16px;
  margin: 7px -2px;
  padding: 0px 8px;
  border-left: #ffffff 1px solid;
}
.book-event-page #book-event-header #header-contact a:hover {
  text-decoration: underline;
}
.book-event-page #book-event-header #header-contact a:first-child {
  border-left: none;
}
.book-event-page #book-event-header #header-center {
  float: left;
  width: 660px;
  text-align: left;
}
.book-event-page .each-shop-event {
  background-color: #ffffff;
  border: #e9cbbf 1px solid;
  border-top: none;
  overflow: hidden;
}
.book-event-page .each-shop-event .main-content-wrapper {
  color: #ffffff;
  background-color: #de5728;
  border-bottom: #e9cbbf 1px solid;
  overflow: hidden;
  position: relative;
}
.book-event-page .each-shop-event .main-content-wrapper .thisbanner {
  width: 100%;
}
.book-event-page .each-shop-event .main-content-wrapper .thisbanner .pic img {
  width: 100%;
}
.book-event-page .each-shop-event .total-select-form {
  width: 96%;
  padding: 2%;
  overflow: hidden;
}
.book-event-page .each-shop-event .total-select-form .total-status {
  font-size: 16px;
  float: left;
  color: #352e28;
}
.book-event-page .each-shop-event .total-select-form .total-status > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.book-event-page .each-shop-event .total-select-form .total-status .count,
.book-event-page .each-shop-event .total-select-form .total-status .price {
  font-size: 22px;
  padding: 10px 16px;
  background-color: #e9cbbf;
  color: #de5728;
}
.book-event-page .each-shop-event .total-select-form .total-action {
  float: right;
}
.book-event-page .each-shop-event .total-select-form-top {
  border-bottom: #e9cbbf 1px dotted;
  margin-bottom: 30px;
}
.book-event-page .each-shop-event .total-select-form-bottom {
  border-top: #e9cbbf 1px dotted;
  margin-top: 30px;
}
.book-event-page .each-shop-event .shop-book-wrapper {
  padding: 20px 10px 10px 10px;
  position: relative;
}
.book-event-page .each-shop-event .shop-book-wrapper .grid-wrapper {
  display: none;
}
.book-event-page .each-shop-event .shop-book-wrapper .grid-wrapper:first-child {
  display: block;
}
.book-event-page .each-shop-event .shop-book-wrapper .grid.book {
  width: 14.5%;
}
.book-event-page .each-shop-event .shop-event-discount-intro {
  border-bottom: #e9cbbf 1px dotted;
  padding: 10px 15px;
  color: #1e1e1e;
  background-color: #f5f5f5;
}
.book-event-page .each-shop-event .shop-event-discount-intro .title {
  display: inline-block;
  margin-right: 10px;
}
.book-event-page .each-shop-event .shop-event-discount-intro a.discount-item {
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: #1e1e1e 1px solid;
  color: #1e1e1e;
  font-size: 16px;
  display: inline-block;
  padding: 3px 8px;
  margin-right: 6px;
}
.book-event-page .each-shop-event .shop-event-discount-intro a.discount-item:hover {
  background-color: #e9e9e9;
}
.book-event-page .each-shop-event .shop-event-discount-intro a.discount-item.active {
  color: #ffffff;
  background-color: #1e1e1e;
  border: #1e1e1e 1px solid;
}
.shop-page .today-book-wrapper {
  width: 210px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.shop-page .today-book-wrapper .sub-title {
  text-align: center;
  padding: 8px 0;
  font-size: 18px;
  background-color: #ec2f29;
  color: #ffffff;
  margin: 0;
}
.shop-page .today-book-wrapper .book-wrapper {
  text-align: center;
}
.shop-page .today-book-wrapper .book-wrapper .grid.book {
  width: 90%;
  margin: 15px auto;
}
.shop-page .today-book-wrapper .book-wrapper .grid.book .data {
  text-align: center;
}
.shop-page .today-book-wrapper .book-wrapper .grid.book .data .title {
  font-size: 15px;
  height: 20px;
}
.shop-page .shop-banner {
  width: 820px;
  float: right;
  position: relative;
  background-color: #ffffff;
  border: #e9cbbf 1px solid;
  height: 340px;
  margin-bottom: 15px;
  overflow: hidden;
}
.shop-page .shop-banner .sprout-slide-container {
  padding-bottom: 0px;
}
.shop-page .shop-banner .sprout-slide-container li a {
  display: block;
}
.shop-page .shop-banner .sprout-slide-container .sprout-dots {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  margin: 0px;
  background-color: #ec2f29;
}
.shop-page .shop-banner .sprout-slide-container .fadedot {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: auto;
  padding: 5px 10px;
}
.shop-page .shop-banner .sprout-slide-container .fadedot > div {
  width: 6px;
  height: 6px;
  margin: 0px 2px;
  display: inline-block;
  background-color: transparent;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: #ffffff 2px solid;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.shop-page .shop-banner .sprout-slide-container .fadedot > div:hover {
  background-color: #53b7b0;
}
.shop-page .shop-banner .sprout-slide-container .fadedot > div.active {
  background-color: #ffffff;
  border: transparent 2px solid;
}
.shop-page .side-container .bookFair .sub-content li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.shop-page .side-container .bookFair .sub-content li:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.shop-page .bigger-sticker-wrapper {
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  height: 110px;
  margin-bottom: 20px;
  overflow: hidden;
}
.shop-page .bigger-sticker-wrapper img {
  width: 100%;
}
.shop-page .shop-main-area {
  width: 820px;
  min-height: 200px;
  float: right;
  position: relative;
}
.shop-page .shop-main-area .col-2 {
  width: 50%;
}
.shop-page .shop-main-area .col-5 {
  width: 25%;
}
.shop-page .shop-main-area .area-inner {
  margin: 12px;
}
.shop-page .shop-main-area .area-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  height: 20px;
  border-bottom: 1px solid #e9cbbf;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.shop-page .shop-main-area .area-content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.shop-page .shop-main-area #newBook-area {
  width: 100%;
  height: 360px;
  clear: both;
}
.shop-page .shop-main-area #newBook-area #newBook-slide {
  max-height: 255px;
  overflow: hidden;
}
.shop-page .shop-main-area #newBook-area .grid.book {
  width: 80%;
  margin-bottom: 0px;
}
.shop-page .shop-main-area #newBook-area .grid.book .pic {
  height: auto;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 6px;
}
.shop-page .shop-main-area #newBook-area .grid.book .pic-container {
  background-color: #fff;
  width: 130px;
  max-height: 175px;
  margin-bottom: 10px;
  overflow: hidden;
}
.shop-page .shop-main-area #monthAuthor-area {
  width: 75%;
  height: 360px;
}
.shop-page .shop-main-area #monthAuthor-area .author-head-pic {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  padding-right: 20px;
  border-right: #afaba2 1px dotted;
}
.shop-page .shop-main-area #monthAuthor-area .author-head-pic .author-name {
  font-size: 16px;
  color: #69645b;
  margin-bottom: 5px;
  display: block;
}
.shop-page .shop-main-area #monthAuthor-area .author-head-pic .author-intro {
  font-size: 13px;
  height: 80px;
  overflow: hidden;
}
.shop-page .shop-main-area #monthAuthor-area .author-book {
  display: inline-block;
  vertical-align: top;
  width: 340px;
  margin-left: 12px;
}
.shop-page .shop-main-area #monthAuthor-area .author-book .bookserial {
  display: none;
}
.shop-page .shop-main-area #monthAuthor-area .author-book .grid.book,
.shop-page .shop-main-area #monthAuthor-area .author-book .pic-container {
  width: 130px;
}
.shop-page .shop-main-area #monthAuthor-area .author-book .grid.book {
  margin: 0px 10px;
}
.shop-page .shop-main-area #hotSale-area {
  width: 25%;
  margin-bottom: 10px;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row {
  border-bottom: 1px dashed #afaba2;
  margin-bottom: 7px;
  padding-bottom: 9px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row:first-child .num {
  background-color: #ec2f29;
  color: #ffffff;
  vertical-align: top;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row:first-child .grid.book .price,
.shop-page .shop-main-area #hotSale-area .hotSale-row:first-child .grid.book .discount {
  display: block;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row:last-child {
  border: none;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row.show-top-sa,
.shop-page .shop-main-area #hotSale-area #hide-top-sa
{
  display: none;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row > div {
  display: inline-block;
  vertical-align: top;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row .num {
  font-size: 16px;
  text-align: center;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  color: #ec2f29;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Times New Roman", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple LiGothic", "微軟正黑體", "Microsoft JhengHei";
  font-style: italic;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book {
  width: 70%;
  text-align: left;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 0px;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .pic {
  height: auto;
  width: 110px;
  margin-bottom: 10px;
  -webkit-box-shadow: #352e28 0px 0px 5px 0px;
  -moz-box-shadow: #352e28 0px 0px 5px 0px;
  box-shadow: #352e28 0px 0px 5px 0px;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .title {
  margin: 0 0 5px 0;
  height: auto;
  line-height: 1.2;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .title a {
  height: auto;
  color: #352e28;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .price,
.shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .discount {
  display: none;
  font-size: 12px;
  margin: 0px;
  line-height: 1.2;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .price.mobile_,
.shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .discount.mobile_ {
  display: none;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .discount span {
  color: #d71518;
  font-size: 15px;
  font-weight: bold;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .price {
  margin-top: 10px;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row:hover .grid.book .title a{
  text-overflow: normal;
  overflow: auto;
  white-space: normal;
  height: auto;
}
.shop-page .shop-main-area #hotSale-area .hotSale-row:hover .grid.book .price,
.shop-page .shop-main-area #hotSale-area .hotSale-row:hover .grid.book .discount {
  display: block;
}
.shop-page .shop-main-area #topicSelect-area {
  width: 100%;
}
.shop-page .shop-main-area #topicSelect-area .select-row {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.shop-page .shop-main-area #topicSelect-area .select-row .grid.book .bookserial {
  display: none;
}
.shop-page .shop-main-area #topicSelect-area .select-row .topic {
  display: inline-block;
  background: transparent;
  width: 220px;
}
.shop-page .shop-main-area #topicSelect-area .select-row .topic .description p {
  font-size: 13px;
}
.shop-page .shop-main-area #topicSelect-area .select-row .topic .topic-top {
  height: 5px;
  background-color: #53b7b0;
  margin-bottom: 15px;
}
.shop-page .shop-main-area #topicSelect-area .select-row .topic .topic-bottom {
  margin-bottom: 10px;
}
.shop-page .shop-main-area #topicSelect-area .select-row .topic .topic-bottom::before {
  content: "- ";
}
.shop-page .shop-main-area #topicSelect-area .select-row .topic .topic-bottom a {
  color: #797979;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.shop-page .shop-main-area #topicSelect-area .select-row .topic .topic-bottom a:hover {
  color: #352e28;
}
.shop-page .shop-main-area #topicSelect-area .select-row .topic .title {
  color: #352e28;
  font-size: 17px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.shop-page .shop-main-area #topicSelect-area .select-row .topic .title:hover {
  text-decoration: underline;
  color: #fc7f3d;
}
.shop-page .shop-main-area #topicSelect-area .select-row .grid.book {
  width: 140px;
  margin-bottom: 0px;
}
.shop-page .shop-main-area #topicSelect-area .select-row .grid.book .pic {
  width: auto;
}
.shop-page .shop-main-area #topicSelect-area .select-row .grid.book .title,
.shop-page .shop-main-area #topicSelect-area .select-row .grid.book .add-to-cart,
.shop-page .shop-main-area #topicSelect-area .select-row .grid.book .add-to-club {
  display: none;
}
.shop-page .shop-main-area #newsLink-area {
  width: 75%;
  height: 340px;
  position: relative;
}
.shop-page .shop-main-area #newsLink-area .news-topic {
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: bold;
  color: #285959;
  font-size: 16px;
}
.shop-page .shop-main-area #newsLink-area .grid.book {
  width: 140px;
}
.shop-page .shop-main-area #newsLink-area .grid.book .pic-container {
  width: 140px;
}
.shop-page .shop-main-area #cwgvselect-area {
  width: 100%;
}
.shop-page .shop-main-area #cwgvselect-area .grid.book {
  width: 180px;
  margin: 0 24px 40px 0;
  display: block;
  float: left;
}
.shop-page .shop-main-area #cwgvselect-area .grid.book .pic {
  width: 100%;
  height: auto;
}
.shop-page .shop-main-area #cwgvselect-area .grid.book .pic img {
  max-height: inherit;
  width: 100%;
}
.shop-page .shop-main-area #cwgvselect-area .grid.book .title {
  font-size: 15px;
}
.shop-page .shop-main-area #cwgvselect-area .grid.book .bookserial {
  font-size: 17px;
  text-align: left;
  cursor: pointer;
  color: #de5728;
  margin: 0;
  line-height: 1.3;
  margin-bottom: 7px;
  display: block;
  background-image: url(../images/cwgvselect-ico.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.shop-page .stickers-wrapper {
  background-color: #ffffff;
  padding: 10px 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.shop-page .stickers-wrapper > a {
  display: block;
  width: 90%;
  margin: 10px auto;
}
.search-style .grid.book {
  vertical-align: top;
}
.search-style .grid.book .pic {
  text-align: center;
}
.search-style .grid.book .title {
  margin-top: 6px;
  display: block;
  font-size: 15px;
  line-height: 1.3;
  height: 20px;
}
.search-style .grid.book .title a:hover {
  text-decoration: underline;
}
.search-style .grid.book .price,
.search-style .grid.book .discount {
  font-size: 12px;
  line-height: 16px;
  height: 17px;
}
.search-style .grid.book .price span,
.search-style .grid.book .discount span,
.topic-page .excerpt .price span,
.topic-page .excerpt .discount span {
  margin-right: 2px;
}
.search-style .grid.book .discount span,
.topic-page .excerpt .discount span,
.topic-page .excerpt span.discount  {
  font-size: 13px;
  font-weight: bold;
  color: #ec2f29;
}
.search-style .grid.book .add-to-club,
.search-style .grid.book .add-to-cart,
.search-style .grid.book .add-to-notify,
.search-style .grid.book .add-nothing,
.topic-page .excerpt .add-to-club,
.topic-page .excerpt .add-to-cart,
.topic-page .excerpt .add-to-notify,
.topic-page .excerpt .add-nothing{
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 2px 0px;
  margin-top: 5px;
  cursor: pointer;
  width: 90%;
  margin: 5px auto;
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.search-style .grid.book .add-to-club:hover,
.search-style .grid.book .add-to-cart:hover,
.search-style .grid.book .add-to-notify:hover,
.search-style .grid.book .add-nothing:hover,
.topic-page .excerpt .add-to-club:hover,
.topic-page .excerpt .add-to-cart:hover,
.topic-page .excerpt .add-to-notify:hover,
.topic-page .excerpt .add-nothing:hover {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
  filter: alpha(opacity = (80));
}
.search-style .grid.book .add-to-cart,
.search-style .grid.book .add-to-club,
.search-style .grid.book .add-nothing,
.topic-page .excerpt .add-to-cart,
.topic-page .excerpt .add-to-club,
.topic-page .excerpt .add-nothing  {
  border: none;
  color: #ffffff;
}
.search-style .grid.book .add-to-club,
.search-style .grid.book .add-to-cart {
  margin: 5px 2px;
}
.search-style .grid.book .add-to-club ,
.topic-page .excerpt .add-to-club {
  width: 46px;
  background-color: #5cbab3;
  border: #5cbab3 1px solid;
  -webkit-box-shadow: #4ca09a 0px 3px 0px 0px;
  -moz-box-shadow: #4ca09a 0px 3px 0px 0px;
  box-shadow: #4ca09a 0px 3px 0px 0px;
}
.search-style .grid.book .add-to-cart,.topic-page .excerpt .add-to-cart {
  width: 80px;
  background-color: #ec2f29;
  border: #de5728 1px solid;
  -webkit-box-shadow: #ca1b1d 0px 3px 0px 0px;
  -moz-box-shadow: #ca1b1d 0px 3px 0px 0px;
  box-shadow: #ca1b1d 0px 3px 0px 0px;
}
.search-style .grid.book .add-to-notify,.topic-page .excerpt .add-to-notify{
  background-color: #ffb628;
  border: #ffb628 1px solid;
  -webkit-box-shadow: #e5a324 0px 3px 0px 0px;
  -moz-box-shadow: #e5a324 0px 3px 0px 0px;
  box-shadow: #e5a324 0px 3px 0px 0px;
  color: #333;
}
.search-style .grid.book .add-to-cart-wrapper,.topic-page .excerpt .add-to-cart-wrapper {
  color: #de5728;
  width: 90px;
  margin: 6px auto;
  font-weight: bold;
}
.search-style .grid.book .add-nothing,.topic-page .excerpt .add-nothing {
  background-color: #bbb;
  -webkit-box-shadow: #aaaaaa 0px 3px 0px 0px;
  -moz-box-shadow: #aaaaaa 0px 3px 0px 0px;
  box-shadow: #aaaaaa 0px 3px 0px 0px;
}
.search-style.no-select .grid.book .add-to-cart {
  width: 96%;
}
.each-search-style {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.each-search-style .title-area {
  color: #ec2f29;
  font-size: 25px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #e9cbbf;
}
.each-search-style .title-area .title {
  float: left;
  margin: 0;
  font-size: inherit;
}
.each-search-style .title-area .title i {
  display: inline-block;
  vertical-align: sub;
  width: 30px;
  height: 30px;
  background-image: url(../images/category-ico.png);
}
.each-search-style .title-area .title i.book {
  background-position: 0 0;
}
.each-search-style .title-area .title i.author {
  background-position: 0 -30px;
}
.each-search-style .title-area .title i.event {
  background-position: 0 -60px;
}
.each-search-style .title-area .title i.topic {
  background-position: 0 -90px;
}
.each-search-style .title-area .title i.video {
  background-position: 0 -120px;
}
.each-search-style .title-area .more-this-tag {
  float: right;
}
.each-search-style .content-area {
  padding-top: 20px;
}
.search-page .sidebar-layout .side-container {
  min-height: 0px;
  float: right;
}
.search-page div.result-container {
  float: left;
}
.search-page .search-style .grid.book div.add-to-cart,
.search-page .search-style .grid.book div.add-to-club,
.search-page .search-style .grid.book div.add-nothing,
.search-page .search-style .grid.book .add-to-notify {
  visibility: hidden;
}
.search-page .search-style .grid.book .title {
  font-size: 15px;
  margin-bottom: 10px;
}
.search-page .video-grid-wrapper .video:nth-child(4n+5) {
  clear: both;
}
.search-page .change-category {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 25px;
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #e4e2dc;
  overflow: hidden;
}
.search-page .change-category .change-tab {
  padding: 5px 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin: 0px 5px 0px 0px;
  cursor: pointer;
  color: #fc7f3d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.search-page .change-category .change-tab:hover {
  background-color: #fc7f3d;
  color: #ffffff;
}
.search-page .change-category .change-tab.active {
  background-color: #ca1b1d;
  color: #ffffff;
}
.search-page .change-category-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.search-page .change-category-wrapper > div {
  display: inline-block;
  vertical-align: middle;
}
.search-page .change-category-wrapper .inner {
  margin: 0 24px 0 24px;
  position: relative;
}
.search-page .change-category-wrapper .now-search {
  overflow: hidden;
  width: 100%;
  font-size: 25px;
  color: #352e28;
}
.search-page .change-category-wrapper .now-search .fa-search {
  margin-right: 10px;
  color: #352e28;
  vertical-align: top;
  font-size: 20px;
}
.search-page .change-category-wrapper .now-search .highlight {
  color: #de5728;
  display: inline;
}
.search-page .change-category-wrapper .now-search .removeQty {
  cursor: pointer;
  color: #797979;
  margin-left: 3px;
}
.search-page .change-category-wrapper .now-search .removeQty:hover {
  color: #1e1e1e;
}
.search-page #parsed-tags li {
  font-size: 13px;
  border: 1px solid #e4e2dc;
  display: inline-block;
  padding: 0px 5px;
  margin: 0 4px 5px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.search-page #parsed-tags li a {
  color: #fc7f3d;
}
.search-page #parsed-tags li a:hover {
  color: #de5728;
}
.no-grid-content {
  background-color: #ffffff;
  text-align: center;
  padding: 50px 0;
  color: #352e28;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.no-grid-content h4 {
  font-weight: normal;
}
.no-grid-content span {
  color: #999999;
  font-size: 15px;
}
.no-grid-content .fa-search {
  color: #999999;
  background-image: none;
  vertical-align: baseline;
}
.no-grid-content .orange-paint {
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 100%;
}
/* -- About Style
--------------------------------------------------*/
.about-intro {
  margin: 20px 0;
  font-size: 14px;
  line-height: 22px;
  padding: 15px;
  background-color: #f5f5f5;
}
.about-brand-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px dashed #afaba2;
  margin-bottom: 30px;
}
.about-brand-wrap .about-logo {
  width: 25%;
  float: left;
}
.about-brand-wrap .about-text {
  width: 70%;
  float: right;
}
.about-brand-wrap .about-text h4 {
  color: #d71518;
  margin-bottom: 0;
}
.about-brand-wrap .about-text p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
}
/* -- privacy Style
--------------------------------------------------*/
.privacy-wrap {
  padding-top: 15px;
  line-height: 22px;
  font-size: 15px;
  
}
.privacy-wrap ul {
  margin-left: 20px;
}
.privacy-wrap ol li {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 1.8;
}
.privacy-wrap ul > li {
  list-style: square;
  margin-bottom: 0px;
}
/* -- Cart Style
--------------------------------------------------*/
.side-simple {
  background-color: transparent !important;
}
.side-simple-title {
  font-family: "Times New Roman", "新細明體", "PMingLiU", "Helvetica Neue", Helvetica, Arial;
  font-size: 24px;
  color: #1e1e1e;
  padding: 30px 5px;
  border-top: 1px dashed #9c9890;
  border-bottom: 1px dashed #9c9890;
  line-height: 30px;
}
/* -- IE9 IE8  Setting
--------------------------------------------------*/
body.ie9 .author-head-pic .base {
  display: inline-block;
  background-image: url(../images/gradiantbase-rect.png);
}
body.ie9 .main-feature-grid .block .bcontent .author-block .base {
  background-image: url(../images/gradiantbase-rect.png);
}
body.ie9.author-page .main-data .base {
  background-image: url(../images/gradiantbase-rect.png);
}
body.ie9.events-page .sub-wrap-calendar .sub-title,
body.ie9.events-page .sub-wrap-calendar .sub-div {
  display: none;
}
/* -- Responsive Setting
--------------------------------------------------*/
@media all and (min-width: 1048px) {
  .events-page .sub-wrap-calendar .sub-title,
  .events-page .sub-wrap-calendar .sub-div {
    display: none;
  }
  .main-feature-grid .block:hover .hover-content {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity = (100));
  }
  .main-feature-grid .block:hover .hover-content p {
    margin-top: 70px;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
    filter: alpha(opacity = (100));
  }
  .main-feature-grid .block:hover .fullpic-style,
  .main-feature-grid .block:hover .smallpic-style {
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
    filter: alpha(opacity = (80));
  }
  .author-page .main-data .subscribe-author:hover {
    background-color: #ae2d01;
    color: #ffffff;
  }
  .each-promot-style .content-area {
    padding-left: 15px;
  }
  .grid.book {
    width: 22%;
    margin-right: 20px;
  }
  .book-page .book-content p {
    line-height: 1.8;
  }
}
@media all and (max-width: 1047px) {
  .center-content {
    zoom: 0.92;
  }
  header .navi-wrapper .fixed-content {
    width: 100%;
  }
  .main-feature-grid .block .bcontent .category .city {
    width: 80px;
  }
  .main-feature-grid .block .bcontent .category .bookname {
    width: 140px;
  }
}
@media all and (min-width: 961px) {
  div.center-content {
    width: 1048px;
  }
  .authors-page .video-grid-wrapper .video:nth-child(4n+5) {
    clear: both;
  }
  .event-page .event-container {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
  }
}
@media all and (max-width: 961px) {
  .path {
    display: none;
  }
  div.center-content {
    width: 95%;
    zoom: 1;
  }
  header.center-content {
    width: 100%;
  }
  header.center-content .logo {
    width: 125px;
    margin-left: 2%;
  }
  header.center-content .top-right {
    float: none;
    margin-right: 2%;
  }
  header.center-content .top-right .login {
    float: right;
  }
  header.center-content .navi-wrapper {
    padding: 30px 0px;
    display: none;
    background: url(../images/backgound.png) repeat;
    position: absolute;
    border: none;
    z-index: 99;
    top: 0px;
    left: 0px;
  }
  header.center-content .navi-wrapper .tool-bars {
    clear: both;
    width: 100%;
    margin-left: 2%;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
  }
  header.center-content .navi-wrapper .tool-bars > div {
    margin-left: 0px;
    margin-right: 8px;
  }
  header.center-content .navi-wrapper .fixed-content {
    padding: 50px 20px;
    width: auto;
  }
  header.center-content .navi-wrapper nav {
    width: auto;
    float: none;
  }
  header.center-content .navi-wrapper nav > div.navi-btn {
    margin: 10px 0px;
    display: block;
    height: auto;
    border-bottom: #e9cbbf 1px solid;
  }
  header.center-content .navi-wrapper nav > div.navi-btn.active {
    border-bottom: #de5728 2px solid;
  }
  header.center-content .navi-wrapper nav > div.navi-btn .underline {
    display: none;
  }
  header.center-content .navi-wrapper nav > div.navi-btn .navi {
    height: auto;
    margin: 10px 0;
  }
  header.center-content .navi-wrapper nav > div.navi-btn .navi img {
    height: 27px;
  }
  header.center-content .navi-wrapper .search-wrapper {
    float: none;
    text-align: center;
    clear: both;
    overflow: hidden;
    padding-top: 5px;
  }
  header.center-content .navi-wrapper .search-wrapper > div {
    display: block;
    height: 36px;
  }
  /*header.center-content .navi-wrapper .search-wrapper .quick-announce {
    display: none;
  }*/
  header.center-content .navi-wrapper .search-wrapper .search-bar input {
    width: calc(100% - 14px);
  }
  header.center-content .site-menu-btn {
    display: inline-block;
    float: left;
    font-size: 26px;
    color: #de5728;
    margin-left: 10px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 100;
    position: relative;
  }
  div.main-feature-grid {
    width: 100%;
  }
  div.main-feature-grid .block.smallh,
  div.main-feature-grid .block.bigh,
  div.main-feature-grid .block {
    width: 252px;
    height: 395px;
  }
  div.main-feature-grid .block.smallh .pic,
  div.main-feature-grid .block.bigh .pic,
  div.main-feature-grid .block .pic {
    height: 360px;
  }
  div.main-feature-grid .block.smallh .pic img,
  div.main-feature-grid .block.bigh .pic img,
  div.main-feature-grid .block .pic img {
    width: 100%;
  }
  div.main-feature-grid .block.smallh .bcontent.author-style .absBottom .caption,
  div.main-feature-grid .block.bigh .bcontent.author-style .absBottom .caption,
  div.main-feature-grid .block .bcontent.author-style .absBottom .caption {
    height: auto;
  }
  div.main-feature-grid div.banner-block {
    height: auto;
    width: 100%;
  }
  div.main-feature-grid div.banner-block .fade-slide-wrapper .fadeimage img {
    width: 100%;
  }
  div.main-feature-grid .block.f-left,
  div.main-feature-grid .block.f-right {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  footer div.footer-link {
    padding-top: 0px;
  }
  footer div.footer-link > ul {
    width: 100%;
  }
  footer div.footer-link > ul > li {
    width: 100%;
    margin-right: 0px;
    padding: 0px;
  }
  footer div.footer-link > ul > li > div {
    padding: 8px 10px;
    border-bottom: #ccc 1px solid;
    font-size: 18px;
    font-weight: bold;
  }
  footer div.footer-link > ul > li > div i {
    display: inline-block;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
  }
  footer div.footer-link > ul > li:nth-child(4) .sub-wrap {
    display: block;
  }
  footer div.footer-link > ul > li .sub-wrap {
    display: none;
    margin: 15px;
  }
  footer div.footer-link > ul > li .sub-wrap li {
    font-size: 15px;
  }
  div.sidebar-layout .side-container {
    overflow: visible;
    width: 100%;
    float: none;
    min-height: 0px;
    z-index: 3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
  }
  div.sidebar-layout .side-container .sub-wrap {
    width: 100%;
    float: left;
    margin: 0px 0px;
    padding: 0;
    position: static;
  }
  div.sidebar-layout .side-container .sub-wrap .expand-more {
    display: none;
  }
  div.sidebar-layout .side-container .sub-wrap .sub-title {
    border-right: #e9cbbf 1px solid;
    border-bottom: #e9cbbf 1px solid;
    text-align: center;
    font-size: 16px;
    padding: 10px 0px;
    margin-bottom: 0;
  }
  div.sidebar-layout .side-container .sub-wrap .sub-div {
    display: none;
  }
  div.sidebar-layout .side-container .sub-wrap .sub-content {
    overflow: hidden;
    position: absolute;
    top: 41px;
    left: 0px;
    background-color: #ffffff;
    z-index: 10;
    display: none;
  }
  div.sidebar-layout .side-container .sub-wrap .sub-content ul {
    padding: 10px 0px 0px 0px;
  }
  div.sidebar-layout .side-container .sub-wrap .sub-content ul li {
    text-align: center;
    border-bottom: #e9e9e9 1px dashed;
    font-size: 16px;
  }
  div.sidebar-layout .side-container .sub-wrap .sub-content ul li a {
    display: block;
    padding: 8px 0px;
  }
  div.sidebar-layout .side-container .sub-wrap.notLast .sub-title {
    border-right: none;
    margin-bottom: 0;
  }
  div.sidebar-layout .side-container .side-bottom {
    clear: both;
  }
  div.sidebar-layout .result-container {
    width: 100%;
  }
  div.sidebar-layout .result-container .control-tools .page-location {
    line-height: 1.2;
    margin-bottom: 5px;
  }
  div.sidebar-layout .result-container .control-tools .sort-wrapper {
    text-align: right;
    margin-top: 10px;
  }
  div.sidebar-layout .result-container .control-tools .sort-wrapper select {
    line-height: 13px;
    appearance: menulist;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
  }
  .cwgv-table tr {
    width: 100%;
    display: block;
  }
  .cwgv-table tr td {
    display: block;
    width: 96%;
    border-top: none;
    padding: 0px 8px 8px 8px;
  }
  .cwgv-table .birth-row fieldset {
    display: block;
  }
  .cwgv-table .birth-row select {
    width: 80%;
  }
  .cwgv-table .address-wrapper label {
    display: block;
    width: auto;
  }
  .cwgv-table .address-wrapper select {
    width: 100%;
  }
  .cwgv-table .address-wrapper select.country {
    width: 100%;
  }
  .cwgv-table .address-wrapper input.zipcode {
    width: 100%;
  }
  .cwgv-table .address-wrapper input.address {
    width: 100%;
  }
  .cwgv-table .address-wrapper .address-final {
    width: 100%;
    margin-left: 0px;
  }
  .side-container {
    z-index: 2;
  }
  .books-page .books-main-area {
    width: 100%;
    float: none;
    margin-top: 10px;
    z-index: 1;
  }
  .books-page .choose-book-row .choose-book-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  .shop-page .bigger-sticker-wrapper {
    height: auto;
  }
  .shop-page .shop-main-area {
    width: 100%;
  }
  .shop-page .shop-main-area #topicSelect-area .select-row {
    width: 48%;
    margin-bottom: 20px;
  }
  .shop-page .shop-main-area #topicSelect-area .select-row .grid.book {
    width: 40%;
  }
  .shop-page .shop-main-area #topicSelect-area .select-row .topic {
    width: 52%;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .price,
  .shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .discount {
    display: block;
  }
  .shop-page .stickers-wrapper {
    text-align: center;
  }
  .shop-page .stickers-wrapper > a {
    width: 31%;
    margin: 0px 1% 10px 1%;
    display: inline-block;
  }
  .shop-page .shop-banner {
    width: 68%;
    height: auto;
    max-height: 255px;
  }
  .shop-page .today-book-wrapper {
    width: 30%;
    margin-bottom: 10px;
    height: auto;
  }
  .shop-page .today-book-wrapper .pic-container {
    width: 30%;
    float: left;
    height: auto;
  }
  .shop-page .today-book-wrapper .book-wrapper .grid.book .data {
    float: right;
    width: 65%;
    text-align: left;
  }
}
@media all and (min-width: 768px) {
  header .cart-area,
  header .search-btn {
    display: none;
  }
  footer .footer-link i {
    display: none;
  }
  .grid.book:nth-child(4n+4) {
    margin-right: 0;
  }
  .grid.book .pic-container {
    width: 180px;
  }
  .events-page div.sidebar-layout div.side-container div.byMonth li,
  .events-page div.sidebar-layout div.side-container div.byLocation li {
    border: 1px solid #ddd;
    display: block;
    font-size: 13px;
    float: left;
    margin-right: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .events-page div.sidebar-layout div.side-container div.byMonth li a,
  .events-page div.sidebar-layout div.side-container div.byLocation li a {
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .events-page div.sidebar-layout div.side-container div.byMonth li a:hover,
  .events-page div.sidebar-layout div.side-container div.byLocation li a:hover,
  .events-page div.sidebar-layout div.side-container div.byMonth li a.active,
  .events-page div.sidebar-layout div.side-container div.byLocation li a.active {
    color: #fc7f3d;
  }
  .events-page div.sidebar-layout div.side-container .byMonth li {
    width: 45%;
  }
  .events-page div.sidebar-layout div.side-container .byMonth li a {
    padding: 5px;
  }
  .events-page div.sidebar-layout div.side-container .byLocation li {
    width: 30%;
    margin-bottom: 5px;
  }
  .events-page div.sidebar-layout div.side-container .byLocation li a {
    padding: 5px;
  }
  .shop-page #cwgvselect-area .grid.book:nth-child(4n) {
    margin-right: 0;
  }
  .shop-page #cwgvselect-area .grid.book:nth-child(4n+1) {
    clear: both;
  }
  .reference-topic-bottom-bar .grid.topic .title {
    max-height: 40px;
  }
  .book-page .share-links {
    display: none;
  }
  .topic-page .share-links .fb-share {
    display: none;
  }
  .mobile_,
  .book-page .book-container .price-wrapper .price.mobile_ {
    display: none;
  }
}
@media all and (min-width: 769px) {
  header .search-panel {
    visibility: hidden;
    display: none;
  }
  .topic-page div.grid.topic.bigger {
    width: 48%;
    margin: 1px 3% 10px 0;
  }
  .topic-page div.grid.topic.bigger .pic {
    height: 243px;
  }
  .topic-page div.grid.topic.bigger:nth-child(2) {
    margin-right: 0;
  }
  .tags-list a {
    font-size: 12px;
  }
  .video-block .video-content {
    width: 150px;
    height: 150px;
  }
  .shop-page .bookFair .sub-content a {
    font-size: 13px;
  }
  .shop-page .today-book-wrapper {
    min-height: 340px;
  }
  .shop-page #cwgvselect-area .pic-container {
    max-height: 238px;
    overflow: hidden;
  }
  .shop-page #topicSelect-area .select-row .grid.book .pic-container {
    width: inherit;
  }
  .shop-page #hotSale-area .hotSale-row:first-child .grid.book .pic {
    display: block;
  }
  .shop-page #hotSale-area .hotSale-row:hover .grid.book .price,
  .shop-page #hotSale-area .hotSale-row:hover .grid.book .discount {
    display: block;
  }
  .shop-page #hotSale-area .hotSale-row:hover .grid.book .price.mobile_,
  .shop-page #hotSale-area .hotSale-row:hover .grid.book .discount.mobile_ {
    display: none;
  }
  .shop-page #hotSale-area .hotSale-row .grid.book .pic,
  .shop-page #hotSale-area .hotSale-row .grid.book .price,
  .shop-page #hotSale-area .hotSale-row .grid.book .discount {
    display: none;
  }
  .shop-page #hotSale-area .hotSale-row .show-top-sa {
    display: none;
  }
  .shop-page .today-book-wrapper .book-wrapper .grid.book .pic-container {
    width: 130px;
  }
  .shop-page .today-book-wrapper .book-wrapper .grid.book .pic {
    max-height: 180px;
  }
  .shop-page .today-book-wrapper .book-wrapper .grid.book .pic img {
    max-height: 180px;
    width: 100%;
    height: auto;
  }
  .books-page .choose-book-wrapper .book .pic-container {
    width: 160px;
  }
  .book-page .book-left #book-title-ref-area {
    display: none;
  }
  .event-page .event-container .event-right,
  .event-page .event-container .event-left {
    display: table-cell;
    float: none;
  }
  .event-page .event-container .event-left {
    margin-right: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 768px) {
  .sub-wrap .side-bottom {
    display: none;
  }
  div.sidebar-layout .side-container {
    float: left;
    height: auto;
  }
  body.events-page div.sidebar-layout div.side-container .byMonth li,
  .events-page div.sidebar-layout div.side-container div.byLocation li{
    width: 100%;
    border: none;
    border-bottom: 1px dashed #e9e9e9;
  }
  body.books-page .grid.book,body.book-page .grid.book {
    display: block;
    float: left;
    width: 23%;
    margin-right: 2%;
  }
  body.book-page .grid.book:nth-child(4n+1){
    clear: both;
  }
  .books-page .choose-book-row .choose-book-wrapper{
    width: 49%;
    display: inline-block;
  }
  .books-page .choose-book-row .choose-book-wrapper .book{
    width: 38%;
    margin: 0 5%;
  }
  .mobile_, .book-page .book-container .price-wrapper .price.mobile_{
    display: inline-block;
  }
  body.books-page .grid.book .pic-container,body.book-page .grid.book .pic-container{
    width: 100%;
  }
  body.books-page .grid.book img.main-pic,body.book-page .grid.book img.main-pic {
    max-width: none;
    max-height: none;
  }
  body.books-page .grid.book:last-child {
    margin-right: 0;
  }
  body.books-page .result-container .grid-wrapper > *:nth-child(4n-2) {
    clear: both;
  }
  body.books-page .choose-book-wrapper {
    clear: both;
  }
  body.topic-page .grid.topic.bigger{
    width: 48%;
  }
  .book-page .book-container .book-left .pre-reading .read-btn, .book-page .book-container .book-left .pre-reading .recommend-btn{
    text-align: center;
  }
  .topic-page div.grid.topic.bigger .pic {
    height: auto;
  }
  .topic-page div.grid.topic .pic {
    height: auto;
  }
  body.topic-page div.grid.topic:nth-child(3n+5),
  body.topic-page div.grid.topic:nth-child(3n+1){
    margin-right: 1%;
  }
  .article-page .reference-topic-bottom-bar div.grid.topic {
    width: 45%;
    float: left;
    margin-right: 5%;
    clear: none;
  }
  .article-page .reference-topic-bottom-bar div.grid.topic:nth-child(2n) {
    margin-right: 0;
  }
  .article-page .reference-topic-bottom-bar div.grid.topic .pic {
    min-width: 113px;
    width: 150px;
  }
  .article-page .reference-topic-bottom-bar div.grid.topic .pic img {
    margin-left: 0;
  }
  div.reference-topic-bottom-bar .grid.topic:last-child{
    border-bottom: 1px dashed #999;
  }
  .shop-page #topicSelect-area .grid.book .pic-container{
    width: 140px;
  }
  .shop-page .today-book-wrapper .grid.book .pic img{
    max-height: none;
  }
  body.shop-page div.sidebar-layout .side-container .today-book-wrapper .grid.book .pic-container{
    width: 30%;
  }
  body.shop-page div.sidebar-layout .side-container .today-book-wrapper .grid.book .data{
    width: 65%;
  }
  .shop-page .today-book-wrapper .search-style .grid.book .add-to-cart,
  .shop-page .today-book-wrapper .search-style .grid.book .add-to-club{
    display: block;
    margin-bottom: 10px;
  }
  body.shop-page .shop-main-area #hotSale-area .hotSale-row div.grid.book div.price.mobile_,
  body.shop-page .shop-main-area #hotSale-area .hotSale-row div.grid.book div.discount.mobile_,
  body.shop-page .shop-main-area div.grid.book div.price.mobile_,
  body.shop-page .shop-main-area div.grid.book div.discount.mobile_{
    display: none;
  }
  body.shop-page .shop-main-area #hotSale-area .hotSale-row div.grid.book div.price.pc_,
  body.shop-page .shop-main-area #hotSale-area .hotSale-row div.grid.book div.discount.pc_,
  body.shop-page .shop-main-area div.grid.book div.price.pc_,
  body.shop-page .shop-main-area div.grid.book div.discount.pc_{
    display: block;
  }
}


@media all and (max-width: 769px) {
  body {
    padding-top: 125px !important;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background-image: url("../images/backgound.png");
    background-repeat: repeat;
    padding-bottom: 0;
  }
  .pc_,
  .book-page .book-container .price-wrapper .price.pc_,
  .book-page .book-container .price-wrapper .discount-wrap .enlarge.pc_,
  .book-page .book-right-navi,
  .shop-page .shop-main-area #hotSale-area .hotSale-row div.grid.book div.price.pc_,
  .shop-page .shop-main-area #hotSale-area .hotSale-row div.grid.book div.discount.pc_,
  .shop-page .shop-main-area div.grid.book div.price.pc_,
  .shop-page .shop-main-area div.grid.book div.discount.pc_,
  .shop-sub .shop-top-area,
  .shop-sub .stickers-wrapper,
  .shop-sub .today-book-wrapper {
    display: none;
  }
  /*header.center-content .navi-wrapper .search-wrapper .search-bar2{
    display: none;
  }*/
  header.center-content .navi-wrapper .search-wrapper{
    display: none;
  }
  header .search-btn {
    float: right;
    margin-right: 10px;
    font-size: 26px;
    color: #de5728;
    display: block;
  }
  header .search-panel.open {
    display: block;
  }
  header .cart-area {
    overflow: auto;
    background-color: #fff;
    padding: 15px;
    margin-top: 5px;
    line-height: 32px;
    display: block;
  }
  header .cart-area .buy {
    float: left;
    width: 100px;
    color: #fff;
    font-size: 1.2em;
    display: block;
    background-image: url(../images/cart-area-buy.png);
    background-size: 100% 100%;
    width: 74px;
    height: 32px;
    text-indent: -900000px;
  }
  header .cart-area .text {
    float: right;
    text-align: right;
    font-size: 1.2em;
  }
  header .cart-area .text em {
    background-color: #fc7f3d;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  header .cart-area .text strong {
    font-weight: bold;
    font-size: 1.2em;
    color: #d71518;
  }
  header .search-panel {
    visibility: visible;
    position: absolute;
    top: 60px;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #fff;
    overflow: hidden;
    height: 0;
  }
  header .search-panel.open {
    display: block;
    height: 60px;
  }
  header .search-panel .search-bar {
    height: 100%;
    width: 100%;
  }
  header .search-panel .search-bar input {
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    text-indent: 10px;
    border: none;
    padding: 0;
  }
  header .search-panel i {
    position: absolute;
    right: 20px;
    top: 18px;
  }
  .sidebar-layout .side-container .sub-wrap .sub-content > ul > li ul {
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
  }
  .sidebar-layout .side-container .sub-wrap .sub-content > ul > li ul li{
    list-style: none;
  }
  div.sidebar-layout .side-container .sub-wrap {
    margin-bottom: 10px;
  }
  div.sidebar-layout .side-container .sub-wrap .sub-content {
    width: 99.5%;
    max-height: 300px;
    overflow: auto;
  }

  /*div.sidebar-layout .side-container .sub-wrap .sub-content::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  div.sidebar-layout .side-container .sub-wrap .sub-content::-webkit-scrollbar:vertical {
    width: 12px;
  }

  div.sidebar-layout .side-container .sub-wrap .sub-content::-webkit-scrollbar:horizontal {
    height: 12px;
  }

  div.sidebar-layout .side-container .sub-wrap .sub-content::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
  }

  div.sidebar-layout .side-container .sub-wrap .sub-content::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
  }*/
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  ::-webkit-scrollbar:vertical {
    width: 12px;
  }

  ::-webkit-scrollbar:horizontal {
    height: 12px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
  }

  ::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
  }
  .shop-page div.sidebar-layout .side-container .sub-wrap,
  .events-page div.sidebar-layout .side-container .sub-wrap {
    width: 33%;
  }
  .book-page div.sidebar-layout .side-container .sub-wrap
  ,.books-page div.sidebar-layout .side-container .sub-wrap {
    width: 50%;
  }
  .shop-page .shop-banner{
    max-height: none;
  }
  .video-block .video-content {
    width: 130px;
    height: 130px;
  }
  .ck-default-style {
    font-size: 13px;
    line-height: 1.3;
  }
  .area-title {
    font-size: 20px;
  }
  .main-feature-grid div.block {
    width: 100%;
  }
  .main-feature-grid div.block .bcontent .absBottom {
    position: relative;
  }
  .main-feature-grid div.block .bcontent.blue-paint .timeago {
    position: relative;
    margin-left: 15px;
    margin-bottom: 8px;
    left: 0px;
    bottom: 0px;
  }
  .main-feature-grid div.block.smallh,
  .main-feature-grid div.block.bigh,
  .main-feature-grid div.block {
    height: auto;
    width: 100%;
  }
  .main-feature-grid div.block.smallh .pic,
  .main-feature-grid div.block.bigh .pic,
  .main-feature-grid div.block .pic {
    height: 240px;
  }
  .main-feature-grid div.block.smallh .pic a,
  .main-feature-grid div.block.bigh .pic a,
  .main-feature-grid div.block .pic a {
    display: block;
  }
  .main-feature-grid div.block.smallh .pic img,
  .main-feature-grid div.block.bigh .pic img,
  .main-feature-grid div.block .pic img {
    width: 100%;
  }
  .addthis_toolbox_bookinner {
    top: 90px;
    margin-left: -24px;
  }
  .addthis_toolbox_bookinner .addthis_button_compact {
    display: none;
  }
  .book-page .book-content #book-title-ref-area {
    display: none;
  }
  .book-page .book-right-navi {
    display: none;
  }
  .book-page .book-container .also-can-buy .f-left {
    width: 100%;
  }
  .book-page .book-container .also-can-buy .buy-link-btn {
    width: 46%;
    margin-right: 2%;
    margin-left: 0;
    text-align: center;
    padding: 5px 0;
  }
  .book-page .book-container .book-content h3 {
    font-size: 20px;
  }
  .book-page .book-container .combo .grid.book {
    width: 46%;
    margin-right: 4px;
  }
  .book-page .book-container .combo .info {
    width: 100%;
    margin-top: 10px;
  }
  .book-page .book-container .main-promot-area {
    border-top: none;
    padding-top: 0;
  }
  .book-page .book-container .tab-change-outer {
    width: 100%;
  }
  .book-page .book-container .tab-change-wrapper .tab-content {
    padding: 0px;
  }
  .book-page .book-container .tab-change-wrapper .tab-content .a-author .author-data {
    width: 100%;
    margin-left: 0;
  }
  .book-page .book-container .tab-change-wrapper .expand-text {
    color: #de5728;
    border-bottom: 1px solid #e4e2dc;
    padding: 5px 10px;
  }
  .book-page .book-container .tab-change-wrapper .expand-text i {
    float: right;
    display: inline-block;
    background: none;
    margin-top: 3px;
  }
  .book-page .book-container .tab-change-wrapper .expand-text:nth-last-child(1) {
    border: none;
  }
  .book-page .book-container .tab-change-wrapper .tab-pane {
    padding: 20px;
  }
  .book-page .book-container .tab-change-wrapper .orange-paint {
    display: none;
  }
  .book-page .book-container .action-button-wrapper .price-wrapper {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .book-page .book-container .action-button-wrapper .button-row {
    float: none;
    width: 100%;
    text-align: center;
  }
  .book-page .book-container .action-button-wrapper .button-row button {
    width: 46%;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 10px 15px;
  }
  .book-page .book-container .action-button-wrapper .button-row button i {
    display: none;
  }
  .book-page .book-container .action-button-wrapper .getfromstore {
    display: none;
  }
  .book-page .book-container .also-can-buy {
    clear: both;
    padding: 5px 2px;
  }
  .book-page .book-container .also-can-buy a {
    margin-bottom: 10px;
  }
  .book-page .book-container .book-left {
    width: 100%;
    margin-right: 0px;
    float: none;
  }
  .book-page .book-container .book-left .bigger-book-wrapper {
    width: 50%;
    margin: 0 auto;
  }
  .book-page .book-container .book-left .bigger-book-wrapper .pic-container {
    width: 98%;
  }
  .book-page .book-container .book-left .pre-reading,
  .book-page .book-container .book-left #favidiv {
    border: none;
  }
  .book-page .book-container .book-left .pre-reading {
    float: left;
    width: 66%;
    text-align: left;
    position: relative;
  }
  .book-page .book-container .book-left .pre-reading .recommend-btn {
    display: block;
    float: left;
  }
  .book-page .book-container .book-left .pre-reading .jpg-preview {
    display: none;
  }
  .book-page .book-container .book-left .pre-reading .read-btn,
  .book-page .book-container .book-left .pre-reading .recommend-btn {
    width: 47%;
    padding: 0px;
    margin: 0 3% 0 0;
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .book-page .book-container .book-left .pre-reading .read-btn i {
    margin-right: 0;
  }
  .book-page .book-container .book-left #favidiv {
    width: 33%;
    display: inline-block;
  }
  .book-page .book-container .book-left .add-favi-wrapper {
    float: left;
    width: 98%;
    font-size: 12px;
    padding: 0px;
    line-height: 29px;
  }
  .book-page .book-container .book-right {
    width: 100%;
    float: none;
    clear: both;
  }
  .book-page .book-container #book-title-ref-area {
    width: 90%;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  .book-page .book-container #book-title-ref-area .book-title {
    font-size: 25px;
  }
  .book-page .book-container #book-title-ref-area .book-title-sub,
  .book-page .book-container #book-title-ref-area .book-title-en,
  .book-page .book-container #book-title-ref-area .book-title-en-sub {
    font-size: 17px;
  }
  .book-page .book-container #book-title-ref-area .author {
    font-size: 17px;
  }
  .book-page .book-container #book-title-ref-area .hint-tag-wrapper {
    margin-bottom: 10px;
  }
  .book-page .book-container .action-button-wrapper {
    padding: 10px;
  }
  .book-page .book-container .book-all-info-wrapper {
    display: none;
  }
  .events-page #calendar-date {
    border-bottom: none;
    margin: 15px 15px 15px 0px;
  }
  .events-page #calendar-date table tr td a {
    display: inline-block;
  }
  .events-page #calendar-date .ui-datepicker-prev {
    left: 20px;
    font-size: 24px;
  }
  .events-page #calendar-date .ui-datepicker-next {
    right: 20px;
    font-size: 24px;
  }
  .events-page .event-container {
    display: block;
  }
  .events-page .event-container .share-links .fadeText {
    display: none;
  }
  .events-page .event-content .foreword {
    font-size: 14px;
  }
  .author-page .main-data {
    width: 98%;
    padding: 20px 0px;
    border: #e9cbbf 2px solid;
    float: none;
    border-bottom: none;
  }
  .author-page .feature-pic {
    float: none;
    width: 98%;
    padding: 0px;
    border: #e9cbbf 2px solid;
    border-top: none;
    border-bottom: none;
    height: auto;
  }
  .author-page .feature-pic img {
    width: 100%;
  }
  .author-page .author-data {
    width: 100%;
    padding: 0px;
    background-color: transparent;
  }
  .author-page .author-data .more-data,
  .author-page .author-data .bio {
    width: auto;
    float: none;
  }
  .author-page .author-data .bio {
    width: 98%;
    border: #e9cbbf 2px solid;
    border-top: none;
  }
  .author-page .author-data .bio .content {
    padding: 20px;
  }
  .author-page .author-data .bio .content-minh {
    min-height: 120px;
    width: auto;
  }
  .author-page .author-data .bio .content-right {
    width: auto;
    display: block;
  }
  .author-page .author-data .more-data {
    padding: 20px;
  }
  .author-page .author-data .reference-video {
    margin: 0 20px;
  }
  .author-page .author-data .reference-video .video {
    width: 30%;
    padding: 0;
  }
  .author-page .author-data .reference-video .video-content {
    background-color: #000;
  }
  .reference-block {
    margin: 10px 15px;
  }
  .event-page .event-container .event-title,
  .article-page .event-container .event-title,
  .event-page .article-container .article-title,
  .article-page .article-container .article-title {
    font-size: 26px;
    line-height: 1.3;
  }
  .event-page .event-left,
  .article-page .event-left,
  .event-page .event-right,
  .article-page .event-right,
  .event-page .article-container .article-left,
  .article-page .article-container .article-left,
  .event-page .article-container .article-right,
  .article-page .article-container .article-right {
    padding: 0;
    margin: 0;
  }
  .event-page .event-container {
    background-color: transparent;
  }
  .event-page .event-container .event-left,
  .event-page .event-container .event-right {
    width: 100%;
    float: none;
    overflow: hidden;
    display: block;
  }
  .event-page .event-container .event-left {
    width: 90%;
    margin: 0;
    padding: 0 15px;
    background-color: transparent;
  }
  .event-page .event-container .event-left .decoration-wrapper {
    width: 100%;
  }
  .event-page .event-container .event-left h4 {
    width: 17%;
    display: inline-block;
    font-size: 16px;
  }
  .event-page .event-container .event-left .date-time-wrapper .times {
    display: inline-block;
  }
  .event-page .event-container .event-right {
    width: 95%;
    margin: 0 auto 20px auto;
  }
  .event-page .event-container .event-right .event-content {
    padding: 10px;
  }
  .event-page .event-container .location {
    font-size: 15px;
  }
  .event-page .event-container .address{
    display: inline-block;
    background-color: #fff;
    padding: 5px 10px 5px 5px;
    margin-left: 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius:4px;
    border-radius: 4px;

  }
  .event-page .event-container .cw-map {
    transform: scale(1.3);
    vertical-align: bottom;
    display: inline-block;

  }
  .event-page .event-container .mobile-move > div {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .event-page .event-container .mobile-move .date-time-wrapper h4,
  .event-page .event-container .mobile-move .location h4,
  .event-page .event-container .mobile-move .infoo h4 {
    display: inline-block;
    width: 17%;
    vertical-align: top;
    font-size: 16px;
    margin: 0 2% 0 0;
  }
  .event-page .event-container .mobile-move .date-time-wrapper > div,
  .event-page .event-container .mobile-move .location > div,
  .event-page .event-container .mobile-move .infoo > div {
    width: 78%;
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
  }
  .article-page .foreword {
    display: none;
  }
  .article-page .article-container {
    background-color: transparent;
  }
  .article-page .article-container .article-left,
  .article-page .article-container .article-right {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .article-page .article-container .article-right {
    margin-top: 10px;
  }
  .article-page .article-container .article-right .article-content {
    padding: 10px;
  }
  .article-page .mobile-move {
    margin-top: 20px;
  }
  .article-page .mobile-move .tags-list {
    border-bottom: 1px dashed #999999;
    margin-bottom: 10px;
  }
  .article-page .article-container .main-book,
  .event-page .event-container .main-book {
    width: 100%;
  }
  .article-page .article-container .main-book .a-main-book,
  .event-page .event-container .main-book .a-main-book {
    vertical-align: top;
    display: block;
  }
  .search-page .side-container .side-bottom {
    display: none;
  }
  .search-page .each-search-style .title-area {
    font-size: 20px;
  }
  .search-page .search-style .grid.book .title {
    height: auto;
  }
  .search-page .search-style .grid.book .title a {
    height: auto;
    max-height: 40px;
    white-space: normal;
  }
  .search-page .change-category {
    margin-bottom: 10px;
    padding: 0;
  }
  .search-page .change-category .change-tab {
    font-size: 14px;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 -1px;
  }
  .search-page .change-category-wrapper {
    margin-bottom: 0px;
  }
  .search-page .change-category-wrapper .inner {
    margin: 10px 12px 10px 12px;
  }
  .search-page .change-category-wrapper .now-search {
    width: 100%;
    min-height: 0px;
    margin-bottom: 10px;
  }
  .search-page .change-category-wrapper .now-search .inner > div {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
  }
  .search-page .change-category-wrapper .change-category {
    margin-bottom: 10px;
    width: 100%;
    float: none;
  }
  .search-page .change-category-wrapper .change-category .change-tab {
    padding: 10px 10px;
    font-size: 14px;
  }
  .search-page .result-container {
    margin-top: 10px;
  }
  .search-page .video-grid-wrapper .video {
    padding: 0;
  }
  .grid.book {
    /*width: 30%;*/
    width: 33%;
  }
  .grid.book > .reference-topic a span {
    width: 85%;
  }
  .video-grid-wrapper .video {
    width: 22%;
  }
  .author-page .author-data .bio .reference-video .video {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 1% 15px 1%;
  }
  .grid.event,
  .grid.author,
  .grid.topic {
    width: 32%;
    margin: 0 1% 20px 0;
  }
  .grid.author:nth-child(3n),
  .grid.event:nth-child(3n)
  {
    margin-right: 0;
  }
  .grid.event .pic{
    min-height: 215px;
  }
  /*.grid.event:nth-child(3n+1),
  .grid.author:nth-child(3n+1),
  .grid.topic:nth-child(3n+1) {
    margin-right: 0;
  }*/
  .topic-page div.grid.topic:nth-child(3n+1) {
    margin-right: 4%;
  }
  .topic-page div.grid.topic:nth-child(3n+5) {
    margin-right: 0;
  }
  .article-page .article-container .main-book .book{
    width: 175px;
    margin: 0 auto 20px auto;
    float: none;
  }
  .article-page .article-container .main-book .bookContent{
    width: 100%;
  }
  .article-page .article-container .main-book .book,
  .article-page .article-container .main-book .bookContent{
    float: none;
  }
  .article-page .article-container .main-book .book-little-info .title{
    text-align: center;
  }
  .article-page .excerpt .price, .article-page .excerpt .price,
  .article-page .excerpt .price, .article-page .excerpt .discount{
    font-size: 15px;
    text-align: center;
  }
  .article-page .excerpt span.discount{
      font-size: 18px;
  }
  .grid.author .pic {
    height: auto;
  }
  .topic-page .grid.topic.bigger {
    width: 32%;
    margin: 1px 4px 10px 4px;
  }
  .search-style .grid.book {
    width: 30%;
  }
  .search-style .grid.book .add-to-cart,
  .search-style .grid.book .add-to-club {
    text-align: center;
  }
  .shop-page .today-book-wrapper {
    margin-top: 10px;
  }
  .shop-page .shop-main-area #cwgvselect-area div.grid.book {
    width: 22%;
    margin: 1px 3% 10px 0;
  }
  .shop-page .shop-main-area #newsLink-area,
  .shop-page .shop-main-area #hotSale-area,
  .shop-page .shop-main-area #monthAuthor-area {
    width: 100%;
    height: auto;
    float: none;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .price.mobile_,
  .shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .discount.mobile_ {
    display: block;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .price.mobile_ span:first-child {
    display: block;
    color: inherit;
    font-weight: normal;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .price.mobile_ span,
  .shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .price.mobile_ div {
    display: inline;
    color: #ec2f29;
    font-weight: bold;
    font-size: 15px;
  }
  .shop-page .shop-main-area #monthAuthor-area {
    width: 100%;
    height: auto;
    float: none;
  }
  .shop-page .shop-main-area #monthAuthor-area .author-head-pic {
    width: 26%;
  }
  .shop-page .shop-main-area #monthAuthor-area .author-head-pic .base {
    display: block;
    margin: 15px auto 10px auto;
  }
  .shop-page .shop-main-area #monthAuthor-area .author-book {
    margin-left: 0px;
    width: 68%;
  }
  .shop-page .shop-main-area #monthAuthor-area .author-book .grid.book {
    width: 46%;
    margin: 1px 4px 10px 4px;
  }
  .shop-page .shop-main-area #monthAuthor-area .author-book .grid.book .pic {
    width: auto;
  }
  .shop-page .shop-main-area #hotSale-area {
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    width: 95%;
    margin: 0 auto;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .shop-page .shop-main-area #hotSale-area .area-inner {
    margin: 0 20px;
  }
  /*.shop-page .shop-main-area #hotSale-area .hotSale-row {
    width: 20%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row:nth-child(n+6) {
    border-bottom: none;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book {
    width: 80%;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .price,
  .shop-page .shop-main-area #hotSale-area .hotSale-row .grid.book .discount {
    display: block;
  }*/
  .book-event-page .center-content {
    width: 100%;
  }
  .book-event-page .each-shop-event .shop-book-wrapper .grid.book {
    width: 30%;
    margin-bottom: 10px;
    overflow: hidden;
  }
  #cboxCurrent {
    width: 200px;
  }
  .reference-block .section-title {
    margin-bottom: 20px;
  }
  .reference-video-bottom-bar,
  .reference-review-bottom-bar {
    width: 100%;
  }
  .reference-video-bottom-bar .review-block,
  .reference-review-bottom-bar .review-block {
    margin: 0 10px;
  }
  .reference-review-bottom-bar {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .reference-event-bottom-bar .grid.event {
    width: 100%;
  }
  .reference-topic-bottom-bar .grid.topic {
    width: 100%;
    border-bottom: 1px dashed #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .reference-topic-bottom-bar .grid.topic:last-child {
    border: none;
  }
  .reference-topic-bottom-bar .grid.topic .pic {
    width: 25%;
    height: 70px;
    background: transparent;
    float: left;
    margin-right: 10px;
  }
  .reference-topic-bottom-bar .grid.topic .pic a {
    height: 100%;
  }
  .reference-topic-bottom-bar .grid.topic .pic img {
    width: auto;
    height: 100%;
    margin-left: -25%;
    max-width: inherit;
  }
  .reference-topic-bottom-bar .grid.topic .title {
    height: auto;
  }
  .reference-topic-bottom-bar .grid.topic .tags-list {
    margin-bottom: 0;
  }
  /* Other Pages */
  .side-simple .side-simple-title {
    padding: 10px 0px;
    margin-bottom: 10px;
  }
  .about-brand-wrap .about-logo,
  .about-brand-wrap .about-text {
    width: 100%;
    float: none;
  }
  .about-brand-wrap .about-logo {
    margin-bottom: 10px;
  }
  .search-style.no-select .grid.book .add-to-cart,
  .search-style.no-select .grid.book .add-to-notify,
  .search-style.no-select .grid.book .add-nothing,
  .search-style.no-select .grid.book .add-to-club {
    max-width: 140px;
  }
  .pagination ul {
    width: 100%;
    text-align: center;
  }
  .pagination ul li {
    float: none;
  }
  .pagination ul li a {
    font-size: 16px;
  }
}
@media all and (min-width: 600px) and (max-width: 768px) {
  .article-page .mobile-move .date {
    width: 50%;
    float: left;
  }

}
@media all and (min-width: 600px) {
/*  header .search-panel {
    visibility: hidden;
    display: none;
  }*/
  .author-page .author-data .more-data .reference-article ul li img {
    display: none;
  }
}
@media all and (max-width: 769px) {
  .events-page .sub-title i {
    display: none;
  }
  div.main-feature-grid .block.smallh .pic,
  div.main-feature-grid .block.bigh .pic,
  div.main-feature-grid .block .pic {
    /*height: 300px;*/
    height: auto;
  }
  div.main-feature-grid .block .bcontent .caption {
    padding: 15px 5% 15px 5%;
  }
  div.main-feature-grid .block .bcontent .caption .title {
    font-size: 18px;
    line-height: 1.4;
  }
  div.main-feature-grid .block .bcontent .caption p {
    font-size: 16px;
  }

  .cw,i.cw{
    background-image: url(../images/ico-social-lg.png);
    background-size: 22px auto;
  }
  .cw.cw-facebook-brown{
    background-position: 0 0;
  }
  .cw.cw-googleplus-brown{
    background-position: 0 -22px;
  }
  .cw.cw-email-brown{
    background-position: 0 -44px;
  }
  .cw.cw-line-brown{
    background-position: 0 -66px;
  }
  .cw.cw-search{
    background-position: 0 -91px;
  }
  .cw.cw-map{
    background-position: 0 -110px;
  }
  .cw-s.cw-pen-orange{
    background-position: 0 -157px;
    background-size: 12px
  }

  .st_line_custom{
    background-color: #00c300;
  }
  .grid.book {
    width: 46%;
    margin-right: 6%;
  }
  .grid.book:nth-child(even) {
    margin-right: 0;
  }
  .search-style .grid.book {
    width: 46%;
    margin-right: 4%;
  }
  .authors-page .share-links > span,
  .share-links > div > span,
  .book-page .share-links > span,
  .event-page .share-links > span {
    padding: 10px;
    margin-right: 5px;
  }
  .video-grid-wrapper .video,
  .reference-video-bottom-bar.full-width-style .video,
  .reference-video-bottom-bar .video,
  .author-page .author-data .reference-video .video {
    width: 46%;
    margin: 0 4% 2% 0%;
    padding: 0;
    height: 240px;
  }
  .video-grid-wrapper .video:nth-child(even),
  .reference-video-bottom-bar.full-width-style .video:nth-child(even),
  .reference-video-bottom-bar .video:nth-child(even),
  .author-page .author-data .reference-video .video:nth-child(even) {
    margin-right: 0;
  }
  .video-block .video-content,
  .video-block .video-content img {
    width: 140px;
    height: 140px;
  }
  div.grid.author {
    padding-bottom: 0;
    border-bottom: 1px solid #e9cbbf;
  }
  div.grid.author .tags-list {
    padding-bottom: 5px;
  }
  div.grid.author .author-sum {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  div.grid.author .author-sum .name {
    line-height: 1;
    font-size: 25px;
    height: 25px;
  }
  div.grid.author .author-sum .name-en {
    font-size: 16px;
  }
  div.grid.author .intro {
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    margin-bottom: 10px;
  }
  .author-page .bio .content p,
  .article-page .article-container .article-right .article-content p,
  .event-page .event-container .event-right .event-content p,
  .book-page .book-container .book-right .book-content p {
    font-size: 17px;
    line-height: 28px;
  }
  .tags-list a {
    font-size: 14px;
    padding: 3px 7px;
  }
  .author-page .main-data {
    height: auto;
  }
  .author-page .main-data .base {
    width: 190px;
    height: 190px;
    background-size: 200px 200px;
  }
  .author-page .main-data .name {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .author-page .main-data .subscribe-author {
    margin-top: 10px;
  }
  .author-page .author-data .more-data {
    padding: 15px;
  }
  .author-page .author-data .more-data h4 {
    font-size: 18px;
    margin-left: -20px;
  }
  .author-page .author-data .more-data .share-links {
    padding-top: 0;
  }
  .author-page .author-data .more-data .reference-article .more-btn {
    background-color: #de5728;
    color: #fff;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .author-page .author-data .more-data .reference-article ul {
    padding-left: 0;
  }
  .author-page .author-data .more-data .reference-article ul li {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 18px;
    list-style: none;
    height: auto;
  }
  .author-page .author-data .more-data .reference-article ul li a {
    display: block;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    overflow: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .author-page .author-data .more-data .reference-article ul li img {
    width: 40%;
    display: block;
    float: left;
    margin-right: 5%;
  }
  .author-page .author-data .reference-video .more-btn {
    position: relative;
    clear: both;
    background-color: #de5728;
    color: #fff;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .author-page .author-data .orange-paint {
    display: none;
  }
  .author-page .bio .reference-video .video {
    width: 46%;
  }
  .author-page .bio .reference-video .more-btn {
    width: 100%;
  }
  div.grid.event.empty {
    width: 90%;
    margin: 0 auto;
    display: block;
    border: none;
  }
  div.grid.event .status {
    font-size: 15px;
  }
  div.grid.event .title {
    font-size: 18px;
    height: auto;
    margin-bottom: 5px;
  }
  div.grid.event .title a {
    font-size: inherit;
  }
  div.grid.event .description {
    font-size: 16px;
    line-height: 1.3;
  }
  div.grid.event .description p {
    font-size: inherit;
  }
  div.grid.event .event-setting .location {
    width: 230px;
  }
  .events-page .grid.event .event-setting .location {
    width: auto;
  }
  .events-page #calendar-date .ui-datepicker-title {
    font-size: 17px;
  }
  .events-page #calendar-date table tr td a,
  .events-page #calendar-date .ui-datepicker-calendar thead th {
    font-size: 15px;
  }
  .events-page #calendar-date td.hasEvent a {
    padding: 3px;
  }
  .event-page .event-container .mobile-move {
    margin: 0 15px;
  }
  div.grid.topic .bigger {
    width: 48%;
    margin: 1px 4px 10px 4px;
  }
  div.grid.topic .pic {
    height: auto;
  }
  div.grid.topic .bigger .title,
  div.grid.topic .title {
    font-size: 18px;
    height: auto;
    line-height: 1.2;
  }
  div.grid.topic .description {
    font-size: 16px;
    line-height: 1.5;
    height: auto;
  }
  .article-page .article-container .main-book .book-little-info .title {
    font-size: 18px;
  }
  .article-page .article-container .main-book .book-little-info .title a {
    color: #352e28;
  }
  .article-page .article-container .main-book .book .pic {
    -webkit-box-shadow: #352e28 0px 0px 5px 0px;
    -moz-box-shadow: #352e28 0px 0px 5px 0px;
    box-shadow: #352e28 0px 0px 5px 0px;
  }
  .article-page .article-container .article-author {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .book-page .book-content iframe {
    width: 100%;
    height: 230px;
  }
  .book-page div.book-right-navi {
    width: 32px;
    top: 120px;
  }
  .book-page div.book-right-navi .addthis_toolbox {
    width: 32px;
  }
  .book-page div.book-right-navi .addthis_toolbox a {
    float: left;
  }
  .book-page div.book-right-navi ul li {
    background: none;
    padding-bottom: 0;
  }
  .book-page .book-container .tab-change-wrapper .tab-content .a-author .author-head-pic {
    float: none;
    width: 150px;
    margin: 0 auto 20px auto;
  }
  .book-page .author-name {
    font-size: 18px;
    text-align: center;
  }
  .reference-block {
    margin-top: 0;
  }
  .reference-block .grid.topic,
  .reference-block .grid.event {
    clear: both;
    overflow: auto;
    width: 95%;
    margin: 0 auto 10px auto;
  }
  .reference-block .grid.topic:last-child,
  .reference-block .grid.event:last-child {
    margin-right: auto;
  }
  .reference-block .grid.topic .title,
  .reference-block .grid.event .title {
    font-size: 18px;
    text-overflow: inherit;
    white-space: inherit;
  }
  .reference-block .grid.topic .tags-list,
  .reference-block .grid.event .tags-list,
  .reference-block .grid.topic .topic-bottom,
  .reference-block .grid.event .topic-bottom {
    display: none;
  }
  .reference-block .grid.event {
    margin: 0 15px;
  }
  .reference-block .grid.event:last-child {
    border: none;
  }
  .reference-block .grid.event .status {
    font-size: 15px;
  }
  .book-slide-outer .book .title {
    font-size: 18px;
  }
  .today-book-wrapper .grid.book .title,
  #newBook-area .grid.book .title,
  .result-grids .grid.book .title,
  #monthAuthor-area .grid.book .title,
  #newsLink-area .grid.book .title,
  #cwgvselect-area .grid.book .title,
  .each-promot-style .grid.book .title {
    height: auto;
    margin-bottom: 5px;
  }
  .today-book-wrapper .grid.book .title a,
  #newBook-area .grid.book .title a,
  .result-grids .grid.book .title a,
  #monthAuthor-area .grid.book .title a,
  #newsLink-area .grid.book .title a,
  #cwgvselect-area .grid.book .title a,
  .each-promot-style .grid.book .title a {
    white-space: normal;
    text-overflow: clip;
    height: auto;
    margin-bottom: 0;
  }
  .shop-page .shop-banner {
    width: 100%;
    float: none;
  }
  .shop-page div.sidebar-layout .side-container .today-book-wrapper {
    width: 99.5%;
    left: 0;
  }
  .shop-page div.sidebar-layout .side-container .today-book-wrapper .grid.book {
    margin-bottom: 0;
  }
  .shop-page div.sidebar-layout .side-container .today-book-wrapper .grid.book .pic-container {
    width: 40%;
  }
  .shop-page div.sidebar-layout .side-container .today-book-wrapper .grid.book .data {
    width: 55%;
  }
  .shop-page div.sidebar-layout .side-container .today-book-wrapper .grid.book .data .title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 10px;
    height: auto;
  }
  .shop-page div.sidebar-layout .side-container .today-book-wrapper .grid.book .data .title a {
    height: auto;
  }
  .shop-page .shop-main-area #newBook-area,
  .shop-page .shop-main-area #newsLink-area {
    height: auto;
  }
  .shop-page .shop-main-area #newBook-area #newBook-slide,
  .shop-page .shop-main-area .result-grids #newBook-slide,
  .shop-page .shop-main-area #newsLink-area #newBook-slide,
  .shop-page .shop-main-area #cwgvselect-area #newBook-slide {
    max-height: inherit;
  }
  .shop-page .shop-main-area #newBook-area .grid.book .pic-container,
  .shop-page .shop-main-area .result-grids .grid.book .pic-container,
  .shop-page .shop-main-area #newsLink-area .grid.book .pic-container,
  .shop-page .shop-main-area #cwgvselect-area .grid.book .pic-container {
    width: 160px;
    height: auto;
    max-height: inherit;
  }
  .shop-page .shop-main-area #newBook-area .grid.book .data,
  .shop-page .shop-main-area .result-grids .grid.book .data,
  .shop-page .shop-main-area #newsLink-area .grid.book .data,
  .shop-page .shop-main-area #cwgvselect-area .grid.book .data {
    width: 160px;
    margin: 0 auto;
  }
  .shop-page .shop-main-area #newBook-area .sprout-arrow > div,
  .shop-page .shop-main-area #newsLink-area .sprout-arrow > div {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
  }
  .shop-page .shop-main-area #topicSelect-area .select-row .grid.book {
    margin: 0 10px 0 0px;
    width: 40%;
  }
  .shop-page .shop-main-area #topicSelect-area .select-row .topic {
    margin-left: 2%;
  }
  .shop-page .shop-main-area #topicSelect-area .select-row .topic .title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .shop-page .shop-main-area #hotSale-area .title {
    font-size: 18px;
  }
  .shop-page .shop-main-area #hotSale-area .title a {
    text-overflow: inherit;
    white-space: inherit;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row .num,
  .shop-page .shop-main-area #hotSale-area .hotSale-row:first-child .num {
    position: absolute;
    margin-left: 80px;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row div.grid.book,
  .shop-page .shop-main-area #hotSale-area .hotSale-row:first-child div.grid.book {
    width: 100%;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row div.grid.book .pic,
  .shop-page .shop-main-area #hotSale-area .hotSale-row:first-child div.grid.book .pic {
    width: 70px;
    float: left;
    margin-left: -10px;
    margin-right: 40px;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row div.grid.book div.price,
  .shop-page .shop-main-area #hotSale-area .hotSale-row:first-child div.grid.book div.price,
  .shop-page .shop-main-area #hotSale-area .hotSale-row div.grid.book div.discount,
  .shop-page .shop-main-area #hotSale-area .hotSale-row:first-child div.grid.book div.discount {
    font-size: 15px;
  }
  .shop-page .shop-main-area #hotSale-area .show-top-sa {
    margin: 0;
    padding: 0;
  }
  .shop-page .shop-main-area #hotSale-area .show-top-sa a {
    background-color: #de5728;
    color: #fff;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-size: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
/*  .shop-page .shop-main-area #cwgvselect-area div.grid.book,
  .shop-page .shop-main-area .search-style div.grid.book {
    width: 45%;
    margin: 1px 8% 30px 0;
  }
  .shop-page .shop-main-area #cwgvselect-area div.grid.book:nth-child(even),
  .shop-page .shop-main-area .search-style div.grid.book:nth-child(even) {
    margin-right: 0;
  }
  .shop-page .shop-main-area #cwgvselect-area div.grid.book .title,
  .shop-page .shop-main-area .search-style div.grid.book .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .shop-page .shop-main-area #cwgvselect-area div.grid.book .price,
  .shop-page .shop-main-area .search-style div.grid.book .price,
  .shop-page .shop-main-area #cwgvselect-area div.grid.book .discount,
  .shop-page .shop-main-area .search-style div.grid.book .discount {
    display: inline;
    font-size: 15px;
  }
  .shop-page .shop-main-area #cwgvselect-area div.grid.book .price.pc_,
  .shop-page .shop-main-area .search-style div.grid.book .price.pc_,
  .shop-page .shop-main-area #cwgvselect-area div.grid.book .discount.pc_,
  .shop-page .shop-main-area .search-style div.grid.book .discount.pc_ {
    display: none;
  }*/
  .shop-page .shop-main-area #monthAuthor-area .author-head-pic .author-name {
    font-size: 20px;
    margin-bottom: 5px;
    color: #352e28;
  }
  .shop-page .shop-main-area #monthAuthor-area .author-head-pic .author-intro {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.5;
    overflow: visible;
    height: auto;
  }
  .shop-page .bookserial {
    font-size: 12px;
  }
  .search-style .grid.book .add-to-cart,
  .search-style .grid.book .add-to-club,
  .search-style .grid.book .add-nothing,
  .search-style .grid.book .add-to-notify {
    text-align: center;
    font-size: 15px;
    padding: 5px 10px;
  }
  .search-style .grid.book .add-to-cart,
  .search-style .grid.book .add-to-club {
    width: auto;
  }
  .search-style .grid.book .price,
  .search-style .grid.book .discount {
    display: inline-block;
  }
  .search-style .grid.book .price {
    margin-right: 5px;
  }
  .search-style .grid.book .mobile_ span {
    display: inline-block;
  }
  .search-style .grid.book .discount span {
    font-size: 15px;
  }
  .search-style .grid.book span.discount {
    color: #ec2f29;
    font-weight: bold;
  }
  footer .footer-link > ul > li > div {
    font-size: 15px;
    padding: 15px 10px;
  }
  footer .footer-link > ul > li > div#footer-rss {
    border: none;
  }
  .video-grid-wrapper .video .title {
    height: auto;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 480px) {
  .book-event-page #book-event-header #header-logo {
    width: 60px;
    margin-left: 5px;
    margin-top: 5px;
  }
  .book-event-page #book-event-header #header-contact {
    width: auto;
    margin-right: 5px;
  }
  .book-event-page #book-event-header #header-center {
    width: 100%;
  }
  .book-event-page .each-shop-event .shop-event-discount-intro {
    padding: 0px;
  }
  .book-event-page .each-shop-event .shop-event-discount-intro .title {
    display: none;
  }
  .book-event-page .each-shop-event .shop-event-discount-intro a.discount-item {
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 0px;
    border: none;
    border-bottom: #000000 1px solid;
  }
  .book-event-page .each-shop-event .total-select-form .total-status {
    font-size: 13px;
  }
  .book-event-page .each-shop-event .total-select-form .total-status .count,
  .book-event-page .each-shop-event .total-select-form .total-status .price {
    font-size: 13px;
    padding: 2px;
  }
  .book-event-page .each-shop-event .total-select-form .total-action {
    text-align: center;
  }
  .book-event-page .each-shop-event .total-select-form .total-action a {
    font-size: 12px;
    margin-left: 5px;
    padding: 2px 5px;
  }
  .book-event-page .each-shop-event .shop-book-wrapper .grid.book {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: #e9cbbf 1px solid;
  }
  .book-event-page .each-shop-event .shop-book-wrapper .grid.book .pic {
    width: 22%;
    float: left;
    height: auto;
  }
  .book-event-page .each-shop-event .shop-book-wrapper .grid.book .title {
    margin-top: 0px;
  }
  .book-event-page .each-shop-event .shop-book-wrapper .grid.book .title,
  .book-event-page .each-shop-event .shop-book-wrapper .grid.book .price,
  .book-event-page .each-shop-event .shop-book-wrapper .grid.book .add-to-cart-wrapper,
  .book-event-page .each-shop-event .shop-book-wrapper .grid.book .add-to-cart,
  .book-event-page .each-shop-event .shop-book-wrapper .grid.book .add-to-notify,
  .book-event-page .each-shop-event .shop-book-wrapper .grid.book .discount {
    width: 72%;
    float: left;
    margin-left: 5%;
    text-align: left;
  }
  .book-event-page .each-shop-event .shop-book-wrapper .grid.book .add-to-notify,
  .book-event-page .each-shop-event .shop-book-wrapper .grid.book .add-to-cart {
    text-align: center;
  }
  .grid.event,
  .grid.author,
  .grid.topic {
    width: 90%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    border-bottom: 1px dashed #999999;
    display: block;
  }
  .grid.event:nth-child(3n+1),
  .grid.author:nth-child(3n+1),
  .grid.topic:nth-child(3n+1) {
    margin-right: auto;
  }
  .topic-page .grid.topic.bigger,
  .topic-page .grid.topic {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding-bottom: 20px;
  }

  .events-page .month-chage-wrap {
    margin-top: 10px;
  }
  .shop-page .sidebar-layout .side-container .side-bottom,
  .shop-page .sub-title i {
    display: none;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row:nth-child(n+6) {
    border-bottom: 1px dashed #afaba2;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row:last-child {
    border-bottom: none;
  }
  .shop-page .shop-main-area #cwgvselect-area .grid.book {
    width: 42%;
    margin: 0 4% 6%;
    height: 320px;
  }
  .shop-page .shop-main-area #cwgvselect-area .grid.book:nth-child(2n+1) {
    clear: both;
  }
  .shop-page .shop-main-area #cwgvselect-area .grid.book .discount.pc_,
  .shop-page .shop-main-area #newsLink-area .grid.book .discount.pc_,
  .shop-page .shop-main-area #monthAuthor-area .grid.book .discount.pc_,
  .shop-page .shop-main-area #hotSale-area .grid.book .discount.pc_,
  .shop-page .shop-main-area #topicSelect-area .grid.book .discount.pc_,
  .shop-page .shop-main-area #newBook-area .grid.book .discount.pc_,
  .shop-page .shop-main-area #cwgvselect-area .grid.book .price.pc_,
  .shop-page .shop-main-area #newsLink-area .grid.book .price.pc_,
  .shop-page .shop-main-area #monthAuthor-area .grid.book .price.pc_,
  .shop-page .shop-main-area #hotSale-area .grid.book .price.pc_,
  .shop-page .shop-main-area #topicSelect-area .grid.book .price.pc_,
  .shop-page .shop-main-area #newBook-area .grid.book .price.pc_ {
    display: none;
  }
  .shop-page .shop-main-area .bookserial {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .shop-page .shop-main-area #topicSelect-area .select-row {
    width: 100%;
    border-bottom: 1px dashed #999999;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .shop-page .shop-main-area #topicSelect-area .select-row:last-child {
    border: none;
  }
  .shop-page .shop-main-area #monthAuthor-area .author-head-pic {
    width: 100%;
    border-right: 0px;
  }
  .shop-page .shop-main-area #monthAuthor-area .author-book {
    width: 100%;
  }
  .shop-page .shop-main-area #hotSale-area .hotSale-row {
    width: 100%;
    float: none;
    height: auto;
  }
  .shop-page .stickers-wrapper > a {
    width: 100%;
  }
  .shop-page .stickers-wrapper > a img {
    width: 75%;
  }
  .reference-review-bottom-bar {
    margin: 20px 0;
  }
  .search-page div.sidebar-layout .side-container .sub-wrap .sub-content {
    max-height: 200px;
    overflow: auto;
  }
  .search-page div.sidebar-layout .side-container .sub-wrap .sub-content #parsed-tags li {
    display: block;
  }
  .shop-page .shop-main-area #cwgvselect-area div.grid.book,
  .shop-page .shop-main-area .search-style div.grid.book {
    width: 45%;
    margin: 1px 8% 30px 0;
  }
  .shop-page .shop-main-area #cwgvselect-area div.grid.book:nth-child(even),
  .shop-page .shop-main-area .search-style div.grid.book:nth-child(even) {
    margin-right: 0;
  }
  .shop-page .shop-main-area #cwgvselect-area div.grid.book .title,
  .shop-page .shop-main-area .search-style div.grid.book .title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .shop-page .shop-main-area #cwgvselect-area div.grid.book .price,
  .shop-page .shop-main-area .search-style div.grid.book .price,
  .shop-page .shop-main-area #cwgvselect-area div.grid.book .discount,
  .shop-page .shop-main-area .search-style div.grid.book .discount {
    display: inline;
    font-size: 15px;
  }
  .shop-page .shop-main-area #cwgvselect-area div.grid.book .price.pc_,
  .shop-page .shop-main-area .search-style div.grid.book .price.pc_,
  .shop-page .shop-main-area #cwgvselect-area div.grid.book .discount.pc_,
  .shop-page .shop-main-area .search-style div.grid.book .discount.pc_ {
    display: none;
  }
}
@media all and (max-width: 320px) {
  header .cart-area .text {
    font-size: 1em;
  }
  .search-style .grid.book .add-to-cart,
  .search-style .grid.book .add-to-club,
  .search-style .grid.book .add-nothing {
    font-size: 13px;
  }
  .shop-page .shop-main-area #newBook-area .grid.book .pic-container,
  .shop-page .shop-main-area .result-grids .grid.book .pic-container,
  .shop-page .shop-main-area #newsLink-area .grid.book .pic-container,
  .shop-page .shop-main-area #newBook-area .grid.book .data,
  .shop-page .shop-main-area .result-grids .grid.book .data,
  .shop-page .shop-main-area #newsLink-area .grid.book .data {
    width: 150px;
  }
  .shop-page .shop-main-area #cwgvselect-area .grid.book {
    height: auto;
  }
  .shop-page .shop-main-area #cwgvselect-area .grid.book .pic-container,
  .shop-page .shop-main-area #cwgvselect-area .grid.book .data {
    width: 130px;
  }
  /*.shop-page div.sidebar-layout .side-container {
    padding-bottom: 300px;
  }*/
  .video-block .video-content {
    width: 125px;
    height: 125px;
  }
  .video-grid-wrapper .video,
  .reference-video-bottom-bar.full-width-style .video,
  .reference-video-bottom-bar .video,
  .author-page .author-data .reference-video .video {
    width: 45%;
    margin: 0 5% 5% 0%;
    padding: 0;
    height: 200px;
  }
  .video-grid-wrapper .video .title,
  .reference-video-bottom-bar.full-width-style .video .title,
  .reference-video-bottom-bar .video .title,
  .author-page .author-data .reference-video .video .title {
    height: 37px;
    overflow: hidden;
    display: block;
    margin-bottom: 5px;
  }
  .author-page .author-data .reference-video {
    margin: 0 10px;
  }
}
.lf {
  margin-right: 15px;
}
