/*页面变量定义*/
/*#05378b*/
/*页面常用样式定义*/
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*改变placeholder的字体颜色*/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #0645ae;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #0645ae;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #0645ae;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #0645ae;
}
.img-center {
  display: block;
  height: 100%;
  text-align: center;
  /*&:after{
    content:'';
    display:inline-block;
    vertical-align:middle;
    height:100%;
    width:0px;
  }*/
}
.img-center img {
  max-width: 100%;
  max-height: 100%;
}
.no-border {
  border: none;
}
.mt30 {
  margin-top: 30px;
}
.mt16 {
  margin-top: 16px;
}
/*内容部分主体样式*/
body {
  background: #f5f5f5;
}
.main-wrapper {
  margin-top: 4px;
}
.main {
  color: #333333;
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  margin-bottom: 20px;
}
.bread-crumbs {
  width: 1200px;
  margin: 0 auto;
  line-height: 36px;
  font-size: 14px;
  padding-left: 10px;
  color: #666666;
}
.bread-crumbs .act {
  color: #6699cc;
}
/*商品信息*/
.product-intro {
  padding: 24px 10px 20px;
  font-size: 0;
  position:relative;
}
/*禁止点击*/
.disabled { 
	pointer-events: none;	 
}
/*放大镜*/
.preview-wrap {
  display: inline-block;
  vertical-align: top;
  width: 426px;
  margin-right: 10px;
}
.tb-booth {
  width: 364px;
  height: 364px;
  border: 1px solid #cccccc;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.tb-thumb-warp {
  margin: 20px 0;
}
.tb-thumb-content {
  position: relative;
  width: 362px;
  height: 64px;
  overflow: hidden;
  margin: 0 auto;
}
.tb-thumb-btns-shown .tb-thumb-content {
  display: inline-block;
}
.tb-thumb-btns-shown .tb-thumb-left,
.tb-thumb-btns-shown .tb-thumb-right {
  display: inline-block;
  width: 32px;
  height: 64px;
}
.tb-thumb-btns-shown .tb-thumb-left {
  background: url("../img/book/left-btn.png") no-repeat left center;
}
.tb-thumb-btns-shown .tb-thumb-left.disabled {
  background: url("../img/book/left-dis.png") no-repeat left center;
}
.tb-thumb-btns-shown .tb-thumb-right {
  background: url("../img/book/right-btn.png") no-repeat right center;
}
.tb-thumb-btns-shown .tb-thumb-right.disabled {
  background: url("../img/book/right-dis.png") no-repeat right center;
}
.img-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 700px;
}
.img-list li {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  vertical-align: top;
  border: 2px solid #ffffff;
}
.img-list li.act {
  border-color: #cc0000;
}
.zoomDiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.zoomDiv img {
  display: block;
}
.zoomMask {
  position: absolute;
  background: url("../img/book/mask.png") repeat scroll 0 0 transparent;
  cursor: move;
  z-index: 1;
}
.pre-read {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #ffffff;
    background: #ff6633;
    line-height: 36px;
    padding-left: 21px;
    padding-right: 15px;
    border-radius: 19px 0 0 19px;
}
.ebook-icon {
  position: absolute;
  right: 10px;
  top: 0;
  width: 48px;
  height: 60px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 52px;
  background: url("../img/book/ebook-bg.png") no-repeat;
}
.share-wrapper {
  padding-left: 30px;
}
.share,
.concern {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: #999999;
  padding-left: 20px;
  line-height: 18px;
}
.share {
  margin-right: 16px;
  background: url("../img/book/share.png") no-repeat 0 0;
}
.concern {
  background: url("../img/book/concern.png") no-repeat 0 2px;
}
/*商品购买操作*/
.itemInfo-wrap {
  position: relative;
  display: inline-block;
  width: 736px;
  vertical-align: top;
}
.itemInfo-wrap .tit {
  font-size: 18px;
  line-height: 46px;
  margin-top: 6px;
}
.itemInfo-wrap .detial {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 8px;
  color: #666666;
  border-bottom: 1px solid #cccccc;
}
.itemInfo-wrap .author {
  font-size: 16px;
  line-height: 46px;
  color: #666666;
  padding-bottom: 16px;
}
.itemInfo-wrap .author span {
  margin-right: 30px;
}
.itemInfo-wrap .author span:last-of-type {
  margin-right: 0;
}
.itemInfo-wrap .price {
  background: #f5f5f5;
  padding: 10px 20px 14px;
}
.itemInfo-wrap .price .now-price {
  font-size: 24px;
}
.itemInfo-wrap .price .now-price.blue {
  color: #6699cc;
}
.itemInfo-wrap .price .now-price.orange {
  color: #ff6633;
}
.itemInfo-wrap .price .price-tit {
  font-size: 16px;
  color: #999999;
  line-height: 36px;
}
.itemInfo-wrap .price .discount {
  font-size: 16px;
  color: #ff6633;
}
.itemInfo-wrap .price .base-price {
  font-size: 16px;
  color: #999999;
}
.itemInfo-wrap .price .line-through {
  text-decoration: line-through;
}
.itemInfo-wrap .price .book-price {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 340px;
}
.itemInfo-wrap .price .ebook-price {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 230px;
}
.itemInfo-wrap .item-tit {
  font-size: 16px;
  line-height: 28px;
  margin-right: 26px;
  color: #666666;
}
.itemInfo-wrap .device-grop {
  margin-top: 14px;
}
.itemInfo-wrap .device-box {
  display: inline-block;
  vertical-align: top;
}
.itemInfo-wrap .device-box li {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  margin-right: 34px;
  padding: 0 2px;
  text-align: center;
}
.itemInfo-wrap .device-box li .img-wrapper {
  height: 40px;
}
.itemInfo-wrap .pro-grop {
  margin-top: 20px;
}
.itemInfo-wrap .pro-box {
  width: 470px;
  display: inline-block;
  vertical-align: top;
}
.itemInfo-wrap .pro-box li {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  line-height: 28px;
  border: 1px solid #cccccc;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.itemInfo-wrap .pro-box li a {
  color: #666666;
  padding: 0 16px 0 10px;
}
.itemInfo-wrap .pro-box li img {
  max-width: 16px;
  max-height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.itemInfo-wrap .pro-box li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.itemInfo-wrap .pro-box li.act {
  position: relative;
  border: 2px solid #ff6633;
  height: 26px;
  line-height: 26px;
}
.itemInfo-wrap .pro-box li.act:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 10px solid #ff6633;
  border-bottom: 10px solid #ff6633;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
}
.itemInfo-wrap .pro-box li.act:after {
  content: "√";
  position: absolute;
  right: 0;
  bottom: -6px;
  color: #ffffff;
  z-index: 9;
  font-size: 14px;
}
.itemInfo-wrap .buy-num {
  margin-top: 20px;
}
.itemInfo-wrap .buy-num .num {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 50px;
  height: 28px;
  border: 1px solid #e6e6e6;
}
.itemInfo-wrap .buy-num .num input {
  width: 38px;
  line-height: 28px;
  text-align: center;
}
.itemInfo-wrap .buy-num .up,
.itemInfo-wrap .buy-num .down {
  position: absolute;
  right: -1px;
  width: 13px;
  height: 14px;
  background: #e6e6e6;
  line-height: 12px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.itemInfo-wrap .buy-num .up {
  top: 0;
}
.itemInfo-wrap .buy-num .down {
  bottom: -1px;
}
.itemInfo-wrap .buy-num .stock {
  color: #999999;
  font-size: 16px;
  margin-left: 20px;
}
.itemInfo-wrap .btn-group {
  padding-left: 106px;
}
.itemInfo-wrap .btn-group .btn {
  cursor: pointer;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 3px;
  margin-right: 20px;
  color: #ffffff;
}
.itemInfo-wrap .btn-group .btn.red {
  padding-left: 46px;
  background: url("../img/book/car.png") #f00000 no-repeat 16px center;
}
.itemInfo-wrap .btn-group .btn.red:hover {
  background-color: #d70000;
}
.itemInfo-wrap .btn-group .btn.blue {
  background: #1270c1;
}
.itemInfo-wrap .btn-group .btn.blue:hover {
  background-color: #1062aa;
}
.itemInfo-wrap .btn-group .btn.pink {
  line-height: 34px;
  color: #ff2832;
  background: #ffd7d7;
  border: 1px solid #ff2832;
}
.itemInfo-wrap .btn-group .btn.pink:hover {
  background-color: #ffbebe;
}
.buy-code {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  padding: 12px;
}
.buy-code img {
  width: 120px;
  height: 120px;
  border: 1px solid #d0d0d0;
}
.product-detail {
  padding: 0 10px;
  font-size: 0;
}
/*侧边栏*/
.side-bar {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin-right: 30px;
  overflow: hidden;
}
.sidebar-title {
  border-bottom: 1px solid #999999;
  position: relative;
}
.sidebar-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 92px;
  border-bottom: 1px solid #ff6633;
}
.sidebar-title span {
  line-height: 36px;
  font-size: 16px;
}
.sidebar-title a {
  color: #666666;
  font-size: 14px;
  line-height: 36px;
  float: right;
}
.sidebar-title a:hover {
  color: #0645ae;
}
.side-item-img {
  width: 64px;
  height: 80px;
  margin-right: 6px;
  vertical-align: top;
}
.side-item-info {
  display: inline-block;
  width: 126px;
}
.side-item-title {
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.side-item-author {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
}
.side-item-price {
  font-size: 12px;
  line-height: 18px;
  color: #ff6633;
  margin-top: 20px;
}
/*同类图书推荐榜*/
.bestseller {
  border: 1px solid #cccccc;
  padding: 0 10px;
  margin-bottom: 30px;
}
.bestseller-list {
  padding-top: 6px;
}
.bestseller-item {
  font-size: 0;
}
.bestseller-item:hover {
  color: #0645ae;
}
.bestseller-item.act {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
.bestseller-item.act .bestseller-box {
  display: inline-block;
}
.bestseller-item.act .bestseller-title {
  display: none;
}
.bestseller-index {
  display: inline-block;
  width: 22px;
  line-height: 36px;
  font-size: 16px;
  vertical-align: top;
  color: #333333;
}
.bestseller-index.act {
  color: #ff6633;
}
.bestseller-title {
  font-size: 14px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.bestseller-box {
  display: inline-block;
  width: 196px;
  vertical-align: top;
  display: none;
  padding-top: 22px;
  padding-bottom: 16px;
}
/*浏览历史*/
.history {
  border: 1px solid #cccccc;
  padding: 0 10px;
  margin-bottom: 30px;
}
.history-item {
  font-size: 0;
  padding: 28px 0 16px;
  border-bottom: 1px solid #cccccc;
}
.history-item:last-of-type {
  border-bottom: none;
}
/*详情*/
.detail {
  display: inline-block;
  vertical-align: top;
  width: 890px;
}
/*详情信息*/
.pro-info {
  line-height: 30px;
  padding: 4px 0 20px;
}
.pro-info p {
  float: left;
  overflow: hidden;
}
.pro-info .info-row1 {
  width: 300px;
}
.pro-info .info-row2 {
  width: 264px;
}
.pro-info .info-row3 {
  width: 142px;
}
.detail-tit {
  border-bottom: 1px solid #6699cc;
}
.detail-tit span {
  display: inline-block;
  position: relative;
  line-height: 24px;
  background: #6699cc;
  color: #ffffff;
  font-size: 14px;
  padding: 0 8px;
  margin-bottom: -1px;
}
.detail-tit span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -24px;
  border-left: 12px solid #6699cc;
  border-bottom: 12px solid #6699cc;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
}
.detail-con {
  display: inline-block;
  vertical-align: top;
  width: 728px;
  border-right: 1px solid #cccccc;
  padding-right: 30px;
  font-size: 14px;
}
.detail-con .con-box {
  padding: 6px 20px 26px 8px;
  line-height: 24px;
}
.detail-con .pro-catalog-wrapper {
  max-height: 340px;
  overflow: hidden;
}
.find-more {
  display: none;
  float: right;
  line-height: 26px;
  padding: 0 16px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: url("../img/book/btn-bg.jpg") repeat-x;
  cursor: pointer;
  margin-top: 10px;
}
/*详情目录*/
.detial-catalogue {
  display: none;
  position: fixed;
  top: 40px;
  left: 50%;
  margin-left: 440px;
  width: 110px;
  padding: 22px 10px;
  font-size: 14px;
}
.catalogue-tit {
  line-height: 34px;
  border-bottom: 1px solid #cccccc;
  text-align: center;
  margin-bottom: 2px;
}
.catalogue-item {
  line-height: 30px;
  color: #666666;
  cursor: pointer;
}
.catalogue-item:hover {
  color: #f63;
}
.catalogue-item:before {
  content: '';
  width: 8px;
  height: 8px;
  float: left;
  background: #666666;
  border-radius: 50%;
  margin: 12px 10px 0;
}
.catalogue-item.act {
  color: #ff6633;
}
.catalogue-item.act:before {
  background: #ff6633;
}
.app-ercode {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.app-ercode img {
  margin: 10px auto;
}
/*# sourceMappingURL=book.css.map */