@import "../reset.css";
#item-body {
  background: #fff;
}
.item-content-outer {
  background:#f7f7f7; padding-bottom: 20px;
}
.item-content-top .breadcrumb {
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.item-grid {
  background: #fff; padding: 15px 0 5px;
}
/*商品预览*/
.item-grid-lt {
  width: 973px ;
  background: #fff;
  padding: 0 15px;
}
.item-grid-photo {
  width: 400px ;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.item-big-photo {
  width: 360px;
  height: 275px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.item-big-photo img {
  display: block;
  width: 360px;
  height: 248px;
  overflow: hidden;
}
.item-small-photo {
  width: 400px;
  height: 89px;
  overflow: hidden;
  border-top: 1px #ccc solid;
}
.item-small-photo ul li {
  float: left;
  width: 123px;
  height: 89px;
  overflow: hidden;
  margin: 0 5px;
}
.item-small-photo ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.item-point a {
  display: block;
}
.item-point a.prve {
  border-right: 8px solid #ccc ;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.item-point a.prve:hover {
  border-right: 8px solid #d60d1e ;
}
.item-point a.next {
  border-left: 8px solid #ccc ;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: 0;
  bottom: 30px;
}
.item-point a.next:hover {
  border-left: 8px solid #d60d1e ;
}
/*商品预览END*/
/*收藏分享*/
.item-grid-share {
  padding: 12px 0;
}
.item-grid-share a {
  color: #000;
  margin-right: 10px;
}
.item-grid-share a i {
  display: inline-block;
  background: url(../../img/sprites/item/icon.png) no-repeat;
  width: 13px ;
  height: 13px;
  vertical-align: middle;
  margin-right: 5px;
}
.item-grid-share a.sc i {
  background-position: 0 -1px;
}
.item-grid-share a.sc:hover i,
.item-grid-share a.sc.home i {
  background-position: 0 -16px;
}
.item-grid-share a.fx i {
  background-position: 0 -33px;
}
.item-grid-share a.fx:hover i,
.item-grid-share a.fx.home i {
  background-position: 0 -51px;
}
.item-grid-share span {
  margin-right: 10px;
}
/*收藏分享END*/
/*商品文字说明*/
/*商品标题*/
.item-grid-txt {
  width: 550px;
  font-size: 14px;
  padding-bottom: 20px;
}
.item-grid-txt h3 {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.2;
  /* line-height: 46px;height: 46px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; */
}
/*商品价格*/
.item-grid-txt-count {
  background: #ececec;
  padding: 15px 20px;
  position: relative;
}
.item-grid-txt-price {
  font-size: 14px;
}
.item-grid-txt-price .price {
  color: #d60d1e;
}
.item-grid-txt-price .price span {
  font-size: 24px;
}
.item-grid-txt-num {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
/*送货地址*/
.item-grid-txt-address {
  margin: 10px 0;
  position: relative;
}
.item-grid-txt-address li {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  position: relative;
}
.item-grid-txt-address li > div {
  float: left;
}
.item-grid-txt-address li .li-txt {
  width: 75px;
}
.item-grid-txt-address li .li-select {
  padding-right: 10px;
  font-size: 12px;
}
.item-grid-txt-address li select {
  vertical-align: top;
}
.item-grid-txt-address li select,
.item-grid-txt-address li option {
  height: 20px;
}
.item-grid-txt-address li.li-kd {
  padding-left: 75px;
  display: none;
}
.item-grid-txt-address li.li-delivery {
  padding-left: 75px;
  font-size: 12px;
  color: #666;
}
/*选择配件*/
.item-grid-txt-choose dl {
  padding: 0 0 6px 75px;
}
.item-grid-txt-choose dt,
.item-grid-txt-choose dd {
  float: left;
}
.item-grid-txt-choose dt {
  width: 75px;
  margin: 9px 0 0 -75px;
  line-height: 18px;
}
.item-grid-txt-choose dd a {
  display: inline-block;
  vertical-align: top;
  min-width: 60px;
  padding: 0 6px;
  height: 34px;
  text-align: center;
  margin: 0 8px 6px 0;
  border: 1px #999 solid;
  cursor: pointer;
  color: #333;
  line-height: 34px;
}
.item-grid-txt-choose dd a:hover {
  color: #d60d1e;
  border: 1px #d60d1e solid;
}
.item-grid-txt-choose dd a.checked {
  background: url(../../img/sprites/item/choose.png) no-repeat right bottom;
}
.item-grid-txt-choose dd a.disabled {
  background: gray;
}
.item-grid-txt-choose dd a.disabled:hover {
  border: 1px #999 solid;
}
.item-grid-txt-choose dl.choose-spec dd a {
  width: 94px;
}
.item-grid-txt-getNum {
  position: relative;
  padding-bottom: 14px;
}
.item-grid-txt-getNum li {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  position: relative;
}
.item-grid-txt-getNum li > div {
  float: left;
}
.item-grid-txt-getNum li .li-txt {
  width: 75px;
}
.item-grid-txt-getNum li .li-stock {
  padding-left: 14px;
}
.item-grid-txt-getNum li .num-area {
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  width: 100px;
  position: relative;
  text-align: center;
}
.item-grid-txt-getNum li .num-area a {
  position: absolute;
  top: 0;
  display: block;
  width: 24px;
  height: 30px;
  cursor: pointer;
}
.item-grid-txt-getNum li .num-area a.btn-add {
  right: 0;
  border-left: 1px solid #ccc;
}
.item-grid-txt-getNum li .num-area a.btn-reduce {
  left: 0;
  border-right: 1px solid #ccc;
}
.item-grid-txt-getNum li .num-area .buy-num {
  display: block;
  margin: auto;
  width: 40px;
  border: 0;
  padding: 7px 5px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.item-grid-txt-btn {
  padding: 0 0 0 75px;
}
.item-grid-txt-btn a {
  background: #d60d1e;
  font-size: 18px ;
  color: #fff;
  width: 150px;
  height: 42px;
  display: block;
  line-height: 42px;
  text-align: center;
}
.item-grid-txt-btn a:hover {
  background: #ff6666;
}
.item-grid-txt-btn a.btn-add-cart.disabled { background: gray; cursor: default;}
/*商品文字说明END*/
/*店家信息*/
.store-information {
  width: 183px;
  background: #fff;
  font-size: 14px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.store-information h3 {
  background: #ff6666;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #fff;
}
.store-information-main {
  border: 1px solid #e8e8e8;
  border-top: none;
  padding-bottom: 5px;
}
.store-information-cont {
  padding: 20px;
  color: #666;
}
.store-pic img {
  border-radius: 100%;
  width: 123px ;
  height: 123px;
  margin: 10px auto;
  text-align: center;
  display: block;
}
.store-information-cont h4 {
  text-align: center;
  color: #000000;
}
.store-information-cont p {
  padding: 3px 0;
}
.store-information-cont p img {
  vertical-align: middle;
}
.store-information-cont p.progress-bar {
  width: 140px;
  background: #dcdcdc;
  height: 15px;
  padding: 0;
}
.store-information-cont p.progress-bar span {
  width: 80%;
  height: 15px;
  background: #ff6666;
  display: block;
}
.store-information-btn a {
  border-radius: 10px;
  background: #ececec;
  height: 25px;
  line-height: 25px;
  display: block;
  text-align: center;
  margin: 0px 20px 10px 20px;
}
.store-information-cont p.progress-bar {
  width: 140px;
  background: #dcdcdc;
  height: 15px;
}
.store-information-cont p.progress-bar span {
  width: 80%;
  height: 15px;
  background: #ff6666;
  display: block;
}
/*店家信息END*/
/* 内容下方 */
.item-content-bot {
  margin-top: 13px;
}
/* 侧边栏 */
.item-sider {
  width: 220px;
}
.item-sider-wrap {
  background: #fff;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.item-sider-wrap h2 {
  background: #F5F5F5;
  height: 38px;
  line-height: 38px;
  padding-left: 12px;
  font-size: 16px;
}
.item-sider-list li {
  border-bottom: 1px #ccc dotted;
  height: 40px ;
  line-height: 40px;
  margin: 0 15px;
}
.item-sider-list li:last-child {
  border-bottom: none;
}
.item-sider-list li a {
  font-size: 16px;
  color: #000;
}
.recommend-list li {
  width: 200px;
  padding-bottom: 10px;
  border-bottom: 1px #ccc dotted;
  margin: 15px auto 0;
  /*transition: border-color 0.1s ease;*/
}
.recommend-list li:hover {
  /* border: 1px solid #eaeaea;
  box-shadow: 0 0 2px rgba(186, 186, 186, 0.5); */
}
.recommend-list li.last {
  border-bottom: none;
}
.recommend-list li .recommend-pic {
  width: 124px;
  height: 138px;
  margin: auto;
  padding: 10px;
}
.recommend-list li .recommend-pic img {
  width: 100%;
  height: 100%;
  margin: 0;
}
.recommend-list li .recommend-txt {
  padding: 0 10px;
  margin: 0;
}
.recommend-list li .recommend-txt h3 {
  width: 100%;
  height: 32px;
  line-height: 16px;
  overflow: hidden;
}
.recommend-list li .recommend-txt p {
  padding-top: 5px;
}
.recommend-list li .recommend-txt span.price {
  color: #c30d23;
  font-size: 16px;
}
/* 侧边栏END */
/* 右边内容 */
.item-main {
  width: 970px;
  padding-bottom: 20px;
}
.may-like {
  margin-top: 20px;
  background: #fff;
  overflow: hidden;
  width: 968px;
  border: 1px solid #ddd;
}
.item-product-detail {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ddd;
}
.item-product-detail-tle,
.may-like-tle {
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  z-index: 2;
  border-bottom: 2px #ccc solid;
      background: #F5F5F5;
}
.item-product-detail-tle span,
.may-like-tle span {
  display: inline-block;
  text-align: center;
  width: 151px;
}
.item-product-detail-tle span:hover,
.item-product-detail-tle span.home,
.may-like-tle span:hover,
.may-like-tle span.home {
  border-bottom: 2px solid #f66;
  cursor: pointer;
}
.item-product-detail-cont {
  /*  min-height: 400px; */
}
.may-like-cont {
  padding: 15px;
}
.may-like-cont .recommend-list {
  padding-left: 20px;
  /* display: none; */
}
.may-like-cont .recommend-list li {
  float: left;
  width: 215px;
  margin: 0 10px 0 0;
  border: none;
}
.may-like-cont .recommend-list li .recommend-pic {
  width: 157px;
  height: 103px;
}
/*商品介绍*/
.introduction-list {
  padding: 20px;
  overflow: hidden;
  border-bottom: 2px solid #f7f7f7;
}
.introduction-list li {
  float: left;
  width: 205px ;
  margin-left: 25px;
  height: 30px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}
.introduction-pic {
  padding: 20px;
}
.introduction-pic img {
  display: block;
  margin: 0 auto;
  vertical-align: bottom;
  text-align: center;
}
/*商品介绍END*/
/*成交记录*/
.record-table {
  font-size: 14px;
  table-layout: fixed;
}
.record-table thead tr {
  border-bottom: 1px #ccc dotted;
}
.record-table tbody tr {
  border-bottom: 1px #f7f7f7 solid;
}
.record-table tr.last {
  border-bottom: 0;
}
.record-table tr th,
.record-table tr td {
  text-align: center;
  padding: 0 1%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 38px;
  line-height: 1.2;
}
.record-table tr .gird1,
.record-table tr .gird4,
.record-table tr .gird5 {
  width: 24%;
}
.record-table tr .gird2 {
  width: 16%;
}
.record-table tr .gird3 {
  width: 8%;
}
.record-table tr td.gird2 {
  color: #c30d23;
}
.iframe-content {
  width: 968px;
  overflow: hidden;
}
.iframe-content .g-page {
  padding: 15px 0;
  margin-bottom: 0;
  float: right;
}
/*历史记录END*/
/*售后服务*/
.service-list {
  margin: 30px 30px 0 30px;
  overflow: hidden;
}
.service-list li {
  overflow: hidden;
  margin-bottom: 30px;
}
.service-list .service-list-num {
  background: #ff7575;
  width: 52px ;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}
.service-list .service-list-txt {
  line-height: 18px;
  font-size: 14px;
  width: 700px;
  float: left;
}
/*售后服务*/
/* 右边内容END */
/*图片放大镜样式*/
.jqzoom {
  float: left;
  border: none;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
}
.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 345px;
  height: 345px;
  background: #ffffff;
  border: 1px solid #ccc;
  display: none;
  text-align: center;
  overflow: hidden;
}
.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #fff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(opacity=50);
}
/*图片小图预览列表*/
.spec-preview {
  width: 345px;
  height: 345px;
}
.spec-scroll {
  padding-top: 10px;
  width: 347px;
  border-top: 1px solid #cccccc;
  height: 56px;
  position: relative;
}
.spec-scroll a {
  display: block;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
}
.spec-scroll a.prev {
  border-right: 8px solid #ccc ;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  left: 0;
}
.spec-scroll a.prev:hover {
  border-right: 8px solid #d60d1e ;
}
.spec-scroll a.next {
  border-left: 8px solid #ccc ;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: 0;
}
.spec-scroll a.next:hover {
  border-left: 8px solid #d60d1e ;
}
.spec-scroll .items {
  width: 318px;
  height: 56px;
  overflow: hidden;
  margin: auto;
}
.spec-scroll .items ul {
  width: 9999px;
  height: 56px;
}
.spec-scroll .items ul li {
  float: left;
  width: 64px;
  text-align: center;
}
.spec-scroll .items ul li img {
  border: 1px solid #CCC;
  padding: 2px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.spec-scroll .items ul li img:hover,
.spec-scroll .items ul li img.active {
  border: 2px solid #33ade6;
  padding: 1px;
}
