.product-image-list .inner,
.product-options .option-block,
.product-recommend-tabs,
.product-recommend .product-recommend-content li,
.product-detail-tabs {
  *zoom: 1;
}

.product-image-list .inner:before,
.product-options .option-block:before,
.product-recommend-tabs:before,
.product-recommend .product-recommend-content li:before,
.product-detail-tabs:before,
.product-image-list .inner:after,
.product-options .option-block:after,
.product-recommend-tabs:after,
.product-recommend .product-recommend-content li:after,
.product-detail-tabs:after {
  content: "";
  display: table;
}

.product-image-list .inner:after,
.product-options .option-block:after,
.product-recommend-tabs:after,
.product-recommend .product-recommend-content li:after,
.product-detail-tabs:after {
  clear: both;
}

.product-main {
  margin-bottom: 20px;
}

.product-main-left {
  width: 410px;
  float: left;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.product-main-right {
  width: 725px;
  float: right;
}

.product-image-preview img {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: 400px;
  display: block;
}

.product-image-preview i {
  position: absolute;
  background: #fede4f;
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: move;
}

.product-image-list {
  overflow: hidden;
  padding: 10px 20px;
  margin-bottom: 30px;
  position: relative;
}

.product-image-list-btn {
  position: absolute;
  top: 10px;
  width: 20px;
  height: 64px;
  background: #fff;
  z-index: 1;
}

.product-image-list-btn i {
  display: block;
  border: 10px solid;
  border-color: transparent #079342;
  height: 0;
  width: 0;
  margin-left: 5px;
}

.product-image-list-btn.left {
  left: 0;
}

.product-image-list-btn.left i {
  border-left-width: 0;
}

.product-image-list-btn.right {
  right: 0;
}

.product-image-list-btn.right i {
  border-right-width: 0;
}

.product-image-list-btn.right:disabled i,
.product-image-list-btn.left:disabled i {
  border-color: transparent #d7d7d7;
}

.product-image-list-btn.is-disabled i {
  border-color: transparent #d7d7d7;
}

.product-image-list .inner {
  width: 6534px;
  position: relative;
}

.product-image-list a {
  float: left;
  width: 60px;
  height: 60px;
  border: 2px solid transparent;
  position: relative;
  *position: static;
  margin: 0 5px;
}

.product-image-list a i {
  position: absolute;
  left: 50%;
  top: -20px;
  display: none;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #079342;
  margin-left: -10px;
}

.product-image-list a.is-selected,
.product-image-list a:hover {
  border-color: #079342;
}

.product-image-list a.is-selected i,
.product-image-list a:hover i {
  display: block;
}

.product-images-full {
  position: absolute;
  left: 410px;
  top: 0;
  border: 1px solid #d7d7d7;
  width: 470px;
  height: 470px;
  background: #fff;
  overflow: hidden;
  display: none;
}

.product-images-full img {
  position: absolute;
  max-width: none;
  width: 800px;
  height: 800px;
}

.product-social {
  border-top: 1px solid #d7d7d7;
  padding: 20px 40px;
  text-align: right;
  color: #666;
}

.product-social-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
}

.product-social-item-share {
  position: relative;
}

.product-social-item-share.is-hover .share-drop,
.product-social-item-share:hover .share-drop {
  display: block;
}

.product-social .social-fav,
.product-social .social-share {
  line-height: 28px;
  padding-left: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
}

.product-social .social-fav:hover,
.product-social .social-fav:focus,
.product-social .social-share:hover,
.product-social .social-share:focus {
  text-decoration: none;
}

.product-social .social-fav {background-repeat: no-repeat;}

.product-social .social-share {background-repeat: no-repeat;}

.product-social .social-fav.is-add {background-repeat: no-repeat;}

.product-social .share-drop {
  display: none;
  position: absolute;
  left: 0;
  border: 1px solid #d7d7d7;
  background: #fff;
  left: 28px;
  border: 1px solid #d7d7d7;
}

.product-social .share-drop .arrow {
  position: absolute;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  left: 10px;
}

.product-social .share-drop .arrow.arrow-gray {
  top: -16px;
  border-bottom-color: #d7d7d7;
}

.product-social .share-drop .arrow.arrow-white {
  top: -15px;
  border-bottom-color: #fff;
}

.product-social .share-drop .share-icon {
  display: block;
  width: 32px;
  height: 32px;
  margin: 10px;
}

.product-social .share-drop .share-icon.icon-wechat {background-repeat: no-repeat;}

.product-social .share-drop .share-icon.icon-qq {background-repeat: no-repeat;}

.product-social .share-drop .share-icon.icon-weibo {background-repeat: no-repeat;}

.product-name {
  padding: 20px 0;
  border-bottom: 1px solid #d7d7d7;
}

.product-name h1 {
  font-size: 18px;
  font-weight: normal;
}

.product-name em {
  display: block;
  font-style: normal;
}

.product-summary {
  padding: 10px 0;
  line-height: 2;
  border-bottom: 1px solid #d7d7d7;
}

.product-summary .market-price del {
  text-decoration: none;
}

.product-summary .promotion-price {
  color: #079342;
}

.product-summary .promotion-price strong {
  font-size: 18px;
}

.product-summary .price-promotion {
  margin: 0 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #f35956;
  background: #f35956;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding-right: 10px;
  vertical-align: middle;
}

.product-summary .price-promotion i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30px;
  height: 22px;
  background-color: #fff;
  margin-right: 10px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  vertical-align: bottom;
  *vertical-align: middle;
}

.product-summary .price-promotion.promotion-time-limited i {background-repeat: no-repeat;}

.product-summary .product-comment-count {
  margin-left: 50px;
}

.product-summary .product-comment-count a {
  color: #079342;
  font-weight: normal;
}

.product-summary .product-comment-count a:hover {
  color: #079342;
}

.product-star,
.evaluate-score {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 120px;
  background: url(../images/product/icon-star-empty.png) left center repeat-x;
  vertical-align: middle;
}

.product-star .inner,
.evaluate-score .inner {
  display: block;
  height: 24px;
  background: url(../images/product/icon-star.png) left center repeat-x;
}

.product-star.star-1 .inner,
.evaluate-score.star-1 .inner {
  width: 24px;
}

.product-star.star-2 .inner,
.evaluate-score.star-2 .inner {
  width: 48px;
}

.product-star.star-3 .inner,
.evaluate-score.star-3 .inner {
  width: 72px;
}

.product-star.star-4 .inner,
.evaluate-score.star-4 .inner {
  width: 96px;
}

.product-star.star-5 .inner,
.evaluate-score.star-5 .inner {
  width: 120px;
}

.product-options {
  padding: 10px 0;
}

.product-options .color-pointer {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 4px;
}

.product-options .option-block {
  padding: 10px 10px 10px 85px;
}

.product-options .option-label {
  float: left;
  margin-left: -85px;
  font-weight: bold;
  line-height: 50px;
}

.product-options .module-options {
  overflow: hidden;
  position: relative;
}

.product-options .max-height-label {
  top: 172px;
  left: 120px;
  width: 30px;
  height: 8px;
}

.product-options .max-height-label i {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #ccc;
  border-bottom-width: 0;
}

.product-options .max-height-indicator.is-checked + .module-options {
  max-height: 180px;
}

.product-options .max-height-indicator.is-checked + .module-options .module-option:nth-child(n+4) {
  display: none;
}

.product-options .max-height-indicator.is-checked + .module-options .max-height-label {
  display: block;
}

.product-options .max-height-indicator:checked + .module-options {
  max-height: 180px;
}

.product-options .max-height-indicator:checked + .module-options .module-option:nth-child(n+4) {
  display: none;
}

.product-options .max-height-indicator:checked + .module-options .max-height-label {
  display: block;
}

.product-options .module-option {
  margin-bottom: 10px;
}

.product-options .color-label .label-option {
  margin-bottom: 5px;
}

.product-options .service-option {
  margin-bottom: 10px;
}

.product-options .service-option .label-option {
  margin-left: 10px;
  margin-right: 0;
}

.product-actions .product-action-buy,
.product-actions .product-action-add {
  font-size: 18px;
  padding: 0 40px;
  line-height: 46px;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
}

.product-actions .product-action-buy:hover,
.product-actions .product-action-buy:focus,
.product-actions .product-action-add:hover,
.product-actions .product-action-add:focus {
  text-decoration: none;
}

.product-actions .product-action-buy:hover,
.product-actions .product-action-add:hover {
  color: #fff;
}

.product-actions .product-action-buy:disabled,
.product-actions .product-action-add:disabled {
  color: #d7d7d7;
  background: #f6f6f6;
}

.product-actions .product-action-buy {
  background: #98c05e;
}

.product-actions .product-action-add {
  background: #079342;
}

.product-details-left {
  width: 236px;
  float: left;
  margin-bottom: 20px;
}

.product-details-right {
  width: 945px;
  float: right;
  margin-bottom: 20px;
}

.product-recommend-tabs {
  padding-top: 10px;
  line-height: 20px;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
}

.product-recommend-tab {
  width: 50%;
  float: left;
}

.product-recommend-tab.is-selected {
  color: #079342;
}

.product-recommend-input:nth-of-type(1):checked ~ .product-recommend-tabs > .product-recommend-tab:nth-child(1),
.product-recommend-input:nth-of-type(2):checked ~ .product-recommend-tabs > .product-recommend-tab:nth-child(2) {
  color: #079342;
}

.product-recommend .product-recommend-content {
  margin-bottom: 0;
}

.product-recommend .product-recommend-content li {
  padding: 10px 10px 10px 85px;
  border-bottom: 1px solid #d7d7d7;
}

.product-recommend .product-recommend-content img {
  width: 60px;
  height: 60px;
  float: left;
  margin-left: -85px;
}

.product-recommend .product-recommend-content h2 {
  font-size: 14px;
  font-weight: normal;
}

.product-recommend .product-recommend-content em {
  color: #079342;
  display: block;
  font-style: normal;
}

.product-detail-tabs {
  border-bottom: 1px solid #d7d7d7;
  font-size: 18px;
  line-height: 33px;
  padding: 0 35px;
  text-align: center;
}

.product-detail-tab {
  margin-bottom: -1px;
  border-bottom: 3px solid transparent;
  margin-right: 20px;
}

.product-detail-tab {
  float: left;
  text-align: center;
  padding: 0 35px;
}

.product-detail-tab.is-selected {
  border-bottom-color: #079342;
}

.product-detail-input:nth-of-type(1):checked ~ .product-detail-tabs > .product-detail-tab:nth-child(1),
.product-detail-input:nth-of-type(2):checked ~ .product-detail-tabs > .product-detail-tab:nth-child(2),
.product-detail-input:nth-of-type(3):checked ~ .product-detail-tabs > .product-detail-tab:nth-child(3) {
  border-bottom-color: #079342;
}

.product-detail-contents {
  padding: 15px;
  border-bottom: 1px solid #d7d7d7;
}

.product-detail .param-table {
  width: 100%;
}

.product-detail .param-table th,
.product-detail .param-table td {
  border: 1px solid #d7d7d7;
  padding: 5px 10px;
}

.product-detail .param-table th {
  background: #98c05e;
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.product-detail .param-table td {
  text-align: left;
}

.product-detail .param-table .param-name {
  background: #eee;
  text-align: right;
  width: 200px;
}

.product-detail .product-evaluate .evaluate-list {
  margin-bottom: 30px;
}

.product-detail .product-evaluate .evaluate-list-item {
  border-bottom: 1px solid #d7d7d7;
  padding: 20px 100px 0;
}

.product-detail .product-evaluate .evaluate-list-item p {
  margin-bottom: 10px;
  word-break: break-all;
}

.product-detail .product-evaluate .product-buyer {
  float: left;
  margin-left: -100px;
}

.product-detail .product-evaluate .evaluate-score {
  background-image: url(../images/common/icon-star-gray.png);
}

.product-detail .product-evaluate .evaluate-score .inner {
  background-image: url(../images/common/icon-star-gold.png);
}

.product-detail .product-evaluate .time {
  color: #999;
}

.product-detail .product-evaluate .answer-person {
  color: #079342;
}
.product-social .social-fav{background-position:-4px 0px}.product-social .social-share{background-position:-4px -38px}.product-social .social-fav.is-add{background-position:-4px -76px}.product-social .share-drop .share-icon.icon-wechat{background-position:0px -114px}.product-social .share-drop .share-icon.icon-qq{background-position:0px -156px}.product-social .share-drop .share-icon.icon-weibo{background-position:0px -198px}.product-summary .price-promotion.promotion-time-limited i{background-position:-2px -240px}.product-social .social-fav,.product-social .social-share,.product-social .social-fav.is-add,.product-social .share-drop .share-icon.icon-wechat,.product-social .share-drop .share-icon.icon-qq,.product-social .share-drop .share-icon.icon-weibo,.product-summary .price-promotion.promotion-time-limited i{background-image: url(product_z.png)}