.product-details-s {
	width: 100%;
	border-top: 2px solid #F66D0A;
}

.product-details-s .product-details {
	width: 1200px;
	margin: 0 auto;
}

.product-details-s .product-details .nav {
	font-size: 18px;
	color: #1A191E;
	margin: 31px 0 42px 0;
}

.product-details-s .product-details .nav>b {
	color: #F66D0A;
}

.product-details-s .product-details .goods-info {
	overflow: hidden;
}

.product-details-s .product-details .goods-info .goods-info-l {
	width: 420px;
	float: left;
	position: relative;
}

.product-details-s .product-details .goods-info .goods-info-l .goods-img {
	margin-bottom: 20px;
	position: relative;
}

.product-details-s .product-details .goods-info .goods-info-l .goods-img>img {
	/*width: 420px;
	height: 420px;*/
}

.product-details-s .product-details .goods-info .goods-info-l .goods-img-x .one-time {
	width: 368px;
	margin: 0 auto;
	/*margin: 0;*/
}

.product-details-s .product-details .goods-info .goods-info-l .goods-img-x .one-time img:hover {
	border: 1px solid #F66D0A;
	box-sizing: border-box;
}

.product-details-s .product-details .goods-info .goods-info-l .goods-img-x .one-time button:before {
	content: '';
}

.product-details-s .product-details .goods-info .goods-info-l .goods-img-x .one-time .slick-next {
	background: url(../../img/goods-r.png) no-repeat;
	background-size: 100% 100%;
	width: 18px;
	height: 44px;
	/*z-index: 999;*/
	/*background: #000;*/
}

.product-details-s .product-details .goods-info .goods-info-l .goods-img-x .one-time .slick-prev {
	background: url(../../img/good-l.png) no-repeat;
	background-size: 100% 100%;
	width: 18px;
	height: 44px;
	/*background: #000;*/
}

.product-details-s .product-details .goods-info .goods-info-r {
	width: 652px;
	float: left;
	margin-left: 46px;
}

.product-details-s .product-details .goods-info .goods-info-r .goods-name {
	font-size: 30px;
	color: #1A191E;
}

.product-details-s .product-details .goods-info .goods-info-r .barcode {
	font-size: 22px;
	color: #1A191E;
	margin-top: 20px;
}

.product-details-s .product-details .goods-info .goods-info-r .money {
	width: 652px;
	height: 66px;
	line-height: 66px;
	background: #f6f6f6;
	padding: 0 29px;
	margin-top: 25px;
	box-sizing: border-box;
}

.product-details-s .product-details .goods-info .goods-info-r .money span:first-child {
	font-size: 36px;
	color: #e22c2c;
	float: left;
}

.product-details-s .product-details .goods-info .goods-info-r .money span:last-child {
	font-size: 26px;
	color: #333;
	float: right;
}

.product-details-s .product-details .goods-info .goods-info-r .money span:last-child>b {
	color: #e22c2c;
}

.product-details-s .product-details .goods-info .goods-info-r .describe,
.product-details-s .product-details .goods-info .goods-info-r .standard,
.product-details-s .product-details .goods-info .goods-info-r .num {
	font-size: 24px;
	color: #1A191E;
	margin-top: 24px;
	overflow: hidden;
}

.product-details-s .product-details .goods-info .goods-info-r .num .num-x {
	display: inline-block;
	overflow: hidden;
	margin-left: 16px;
}

.product-details-s .product-details .goods-info .goods-info-r .num>b {
	float: left;
}

.product-details-s .product-details .goods-info .goods-info-r .num .num-x b {
	display: inline-block;
	width: 29px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	color: #9E9E9E;
	border: 1px solid #e0e0e0;
	float: left;
}

.product-details-s .product-details .goods-info .goods-info-r .num .num-x input {
	width: 54px;
	height: 30px;
	text-align: center;
	float: left;
	font-size: 16px;
	font-weight: 300;
	border: 1px solid #e0e0e0;
	border-left: none;
	border-right: none;
}

.product-details-s .product-details .goods-info .goods-info-r .num .num-x input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.product-details-s .product-details .goods-info .goods-info-r .pack {
	margin-left: 124px;
	margin-top: 28px;
}

.product-details-s .product-details .goods-info .goods-info-r .pack span {
	width: 93px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #F66D0A;
	/*border: 1px solid #F66D0A;*/
	display: inline-block;
	margin-right: 28px;
}

.product-details-s .product-details .goods-info .goods-info-r .operation {
	overflow: hidden;
	margin-top: 60px;
	/*margin-left: 230px;*/
}

.product-details-s .product-details .goods-info .goods-info-r .operation span {
	float: left;
	overflow: hidden;
	display: block;
	width: 181px;
	height: 51px;
	line-height: 51px;
	background: #F66D0A;
	color: #fff;
	font-size: 20px;
	/*font-weight: bold;*/
	margin-left: 30px;
}

.product-details-s .product-details .goods-info .goods-info-r .operation span img {
	float: left;
	margin-top: 13px;
	margin-right: 7px;
	margin-left: 29px;
}

.product-details-s .product-details .else {
	width: 1200px;
	overflow: hidden;
	margin-top: 107px;
	padding-bottom: 140px;
}

.product-details-s .product-details .else .recommend,
.product-details-s .product-details .else .similar {
	float: left;
}

.product-details-s .product-details .else .recommend .recommend-x {
	width: 200px;
}

.product-details-s .product-details .else .recommend .recommend-x .headline {
	width: 200px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #F66D0A;
	color: #fff;
	/*font-weight: bold;*/
	font-size: 18px;
}

.product-details-s .product-details .else .recommend .recommend-x .goods-list {
	border: 1px solid #e0e0e0;
	width: 200px;
	box-sizing: border-box;
	border-top: none;
	padding-top: 13px;
}

.product-details-s .product-details .else .recommend .recommend-x .goods-list .goods-x {
	margin-bottom: 15px;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
}
.product-details-s .product-details .else .recommend .recommend-x .goods-list .goods-x:last-child{
	border: none;
}
.product-details-s .product-details .else .recommend .recommend-x .goods-list .goods-x>img {
	margin: 0 auto;
}

.product-details-s .product-details .else .recommend .recommend-x .goods-list .goods-x p {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-details-s .product-details .else .recommend .recommend-x .goods-list .goods-x p:last-child {
	color: #E22C2C;
}

.product-details-s .product-details .else .similar {
	width: 969px;
	margin-left: 30px;
}

.product-details-s .product-details .else .similar .headline {
	width: 969px;
	height: 48px;
	line-height: 48px;
	padding-left: 16px;
	font-size: 20px;
	background: #F66D0A;
	color: #fff;
	/*font-weight: bold;*/
}

.product-details-s .product-details .else .similar .goods-list {
	width: 969px;
	overflow: hidden;
}

.product-details-s .product-details .else .similar .goods-list .goods-x {
	width: 230px;
	height: 292px;
	margin: 15px 10px 0 0;
	float: left;
	border: 1px solid #ccc;
	cursor: pointer;
	position: relative;
}

.product-details-s .product-details .else .similar .goods-list .goods-x:last-child {
	margin-right: 0;
}

.product-details-s .product-details .else .similar .goods-list .goods-x>img {
	width: 230px;
	height: 200px;
}

.product-details-s .product-details .else .similar .goods-list .goods-x p {
	margin-top: 13px;
	font-size: 16px;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	color: #333;
	padding-left: 3px;
}

.product-details-s .product-details .else .similar .goods-list .goods-x p:last-child {
	font-size: 17px;
	color: #E22C2C;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.product-details-s .product-details .else .similar .goods-particulars {
	margin-top: 64px;
}

.product-details-s .product-details .else .similar .goods-particulars>p {
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #e0e0e0;
	padding-left: 18px;
	padding-bottom: 10px;
	/*font-weight: bold;*/
}

.product-details-s .product-details .else .similar .goods-particulars .product-parameter {
	margin-top: 42px;
}

.product-details-s .product-details .else .similar .goods-particulars .product-parameter .parameter-x p span {
	width: 362px;
	display: inline-block;
}

.product-details-s .product-details .else .similar .goods-particulars .product-parameter .parameter-x p {
	margin-bottom: 13px;
	padding-left: 20px;
}

.product-details-s .product-details .else .similar .goods-particulars .product-parameter .parameter-x p:first-child {
	margin-bottom: 20px;
}

.product-details-s .product-details .else .similar .goods-particulars .product-parameter .parameter-x p span:nth-child(2) {
	width: 391px;
}

.product-details-s .product-details .else .similar .goods-particulars .product-parameter .parameter-x p span:last-child {
	width: 186px;
}

.product-details-s .product-details .else .similar .goods-particulars .product-img {
	margin-top: 40px;
}

.product-details-s .product-details .else .similar .goods-particulars .product-img img {
	width: 924px;
}

#div1 {
	width: 420px;
	height: 420px;
}

#div1 img {
	width: 420px;
	height: 420px;
}

#div1 span {
	width: 100px;
	height: 100px;
	background: red;
	left: 0px;
	top: 0px;
	position: absolute;
	display: none;
	filter: alpha(opacity:20);
	opacity: 0.2;
}

.show {
	width: 100%;
	height: 100%;
	/*background: red;*/
	position: absolute;
	z-index: 10px;
	filter: alpha(opacity:10);
	opacity: 0.1;
	left: 0px;
	top: 0px;
}

#div2 {
	width: 755px;
	height: 530px;
	position: relative;
	display: none;
	overflow: hidden;
	margin: 0px auto 0px;
	position: absolute;
	top: 0;
	right: -780px;
	/*z-index: 999;*/
}

img {
	max-width: none;
}

.zxx_image_zoom_list {
	display: inline-block;
	/*width: 420px;
	height: 420px;
	text-align: center;
	font-size: 128px;*/
}

.zxx_image_zoom_list img.zxx_zoom_image {
	padding: 3px;
	border: 1px solid #cccccc;
	background: white;
	vertical-align: middle;
	position: relative;
	width: 428px;
	height: 428px;
}

.zxx_image_zoom_list:hover,
.zxx_image_zoom_list:hover img.zxx_zoom_image {
	border-color: #ff3300;
}

.zxx_image_zoom_div {
	/*width: 214px;
	height: 214px;*/
	padding: 3px;
	background: white;
	border: 1px solid #cccccc;
	text-align: center;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 0;
	overflow: hidden;
}
.zxx_image_zoom_div>img{
	/*width: 428px;*/
	/*height: 428px;*/
}


.bg_x{
	width: 40px !important;
	background: url(../../img/xb_img.png) no-repeat;
	background-size: 100% 100%;
}
.bg_d{
	width: 40px !important;
	background: url(../../img/db_img.png) no-repeat;
	background-size: 100% 100%;
}
.bag_x_img{
	width: 40px !important;
	background: url(../../img/xb_img2.png) no-repeat;
	background-size: 100% 100%;
}
.bag_d_img{
	width: 40px !important;
	background: url(../../img/db_img2.png) no-repeat;
	background-size: 100% 100%;
}