body {
  background-color: #f8f8f8;
}
.wrap {
  width: 1190px;
  margin: 50px auto;
}
.wrap .show-img {
	float: left;
	margin-left: 100px;
	margin-right: 80px;
}
.wrap .goods-info {
  float: left;
  width: 450px;
  padding: 20px;
  height: 100%;
  margin-top: 50px;
}
.goods-info .goods-title h1 {
  font-size: 36px;
}
.goods-info .goods-title p {
  color: #868686;
  margin-top: 10px;
}
.goods-info .goods-attr .price {
  line-height: 68px;
}
.goods-info .goods-attr .price b {
  margin-left: 26px;
  font-size: 30px;
  color: #ff8000;
  line-height: 68px;
}
.goods-info .goods-attr .attr-val {
  line-height: 68px;
}
.goods-info .goods-attr .attr-val ul {
  margin: 20px 0px 10px 26px;
}
.goods-info .goods-attr .attr-val ul li {
	float: left;
	line-height: 24px;
	padding: 0 5px;
	cursor: pointer;
	border: 1px solid #ccc;
}
.goods-info .goods-attr .attr-val .color li {
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.goods-info .goods-attr .attr-val ul li + li {
  margin-left: 16px;
}
.goods-info .goods-attr .attr-val ul li.selected {
  border: 2px solid #0c0c0c;
}
.goods-info .goods-num {
	margin: 19px 0;
}
.goods-num .num-change {
  width: 200px;
  float: left;
  margin-left: 26px;
  overflow: hidden;
}
/*.goods-num .num-change .num{
	height: 20px;
	width: 20px;
	float: left;
	text-align: center;
	border: 1px solid #000000;
}*/

.num-change .reduce ,.num-change .add{
    width: 30px;
    height: 30px;
    background: #bbb;
    line-height: 31px;
    text-align: center;
    float: left;
    cursor: pointer;
    color:#fff;
    font-size: 18px;
}
.num-change .num{
    float: left;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border:1px solid #ddd;
    margin: auto 2px;
    font-size:16px;
}

.goods-num .num-change .change{
	height: 20px;
	width: 20px;
	float: left;
	margin-left: 6px;
	position: relative;
}
.goods-num .num-change .change a{
	position:absolute;
}
/*a.add {
	bottom: 5px;
}
a.reduce {
	top: 5px;
}*/
.num-change .change a i {
	font-size: 18px;
}
.goods-inventory {
	line-height: 56px;
}
.goods-inventory span {
  margin-left: 26px;
}
.goods-remark {
	height: 68px;
	line-height: 68px;
	font-size: 12px;
}
.goods-order {
	height: 68px;
    line-height: 68px;
}
.goods-order a {
  padding: 8px 20px;
  background: #f58220;
  width: 112px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-align: center;
  cursor: pointer;
}
.goods-order a.disabled {
	background-color: #A4A9AD;
}
.fixed-order-box-content a.disabled {
	background-color: #A4A9AD;
}

/*图片放大镜样式*/

.jqzoom {
	line-height: 450px;
	border: none;
	position: relative;
	padding: 0px;
	cursor: move;
	text-align: center;
}
.jqzoom img{
	max-height: 450px;
	max-width: 450px;
}
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 350px;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	background: #ffffff/*url(../images/zoom.png) 50% center no-repeat*/;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}


/*图片小图预览列表*/

.spec-preview {
	/* width: 450px; */
	/* height: 450px; */
	/* margin: 0 auto; */
}

.spec-scroll {
	position:relative;
	margin: 0 auto;
	width: 454px;
}

.spec-scroll .prev {
	position: absolute;
	top: 0;
	left: -40px;
}

.spec-scroll .next {
	position: absolute;
	top: 0;
	right: -40px;
}

.spec-scroll i {
	font-size: 40px;
	color: #cecece
}

.spec-scroll a:hover i {
	color: #666
}

.spec-scroll .prev,
.spec-scroll .next {
	display: block;
	font-family: "宋体";
	text-align: center;
	width: 40px;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
	text-decoration: none;
}

.spec-scroll .items {
	position: relative;
	height: 88px;
	overflow: hidden;
	border: 2px solid #cecece;
}

.spec-scroll .items ul {
	position: absolute;
	width: 99999px;
}

.spec-scroll .items ul li {
	float: left;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 2px 5px;
	border: 1px solid #f8f8f8;
	cursor: pointer;
}

.spec-scroll .items ul li:hover {
	border: 1px solid #cecece;
}

.spec-scroll .items ul li img {
	max-width: 80px;
	max-height: 80px;
}
.fixed-order-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #eee;
    text-align: center;
    font-size: 16px;
    opacity: .95;
    color: #666;
	z-index: 999;
	display: none;
}
.fixed-order-box-content {
	width: 1190px;
	margin: 0 auto;
}
.fixed-order-box span {
	float: right;
	margin-right: 20px;
}
.fixed-order-box a {
    display: block;
    float: right;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    background-color: #f58220;
}