/*Rounded Corners*/
/*Box Shadow*/
/*Transition*/
/*商品详情*/
.share-inhybird {
  position: absolute;
  right: 15px;
  top: 10px;
  color: rgba(0, 0, 0, 0.4);
}
.go-top {
  position: fixed;
  right: 10px;
  bottom: 70px;
  border: 1px #ccc solid;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  opacity: 0;
}
.go-top .icon {
  color: #666;
}
.go-top.active {
  -moz-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  opacity: 1;
}
.product-spec-options .table {
  margin-bottom: 5px;
}
.product-spec-options .table td {
  border: none;
  padding: 4px 0 0 0;
}
.product-container {
  background-color: #F0F3F6;
  color: #888;
}
.product-container .product-info h4 {
  font-size: 14px;
  color: #444;
  line-height: 18px;
}
.product-container .product-info h4 small {
  color: #666;
}
.product-container .product-images {
  background: #fff;
}
.product-container .product-images .slide {
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-container .table-view-cell.product-info {
  padding-right: 100px;
}
.product-container .table-view-cell.product-info p {
  margin-bottom: 5px;
}
.product-container .table-view-cell .g-price {
  position: static;
  left: auto;
  top: auto;
}
.product-container .product-spec-options h5 {
  margin-top: 10px;
}
.product-container .product-spec-options .btn {
  margin-bottom: 5px;
}
.product-container .product-spec-options .has-pimg {
  padding: 0 8px 0 0;
  vertical-align: center;
  text-align: right;
  height: 40px;
  line-height: 38px;
  display: inline-block;
}
.product-container .product-spec-options .has-pimg img {
  max-height: 100%;
  margin-right: 5px;
  float: left;
  border: 1px #fff solid;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.product-container .product-spec-options .has-pimg.active img {
  border-color: #efefef;
  border-right-color: #e9e9e9;
}
.product-bar-footer .btn-buy {
  padding: 10px 15px;
  top: 5px;
}
.product-bar-footer .fa-shopping-cart {
  top: 3px;
  position: relative;
}
.goods-desc {
  font-size: 14px;
}
.goods-desc .content-desc {
  background-color: #fff;
  padding: 15px;
}
.goods-desc .content-desc img {
  max-width: 100%!important;
}
