#d_goods_detail #d_photo_box {
	width: 560px;
}
#d_goods_detail #d_photo {
	height: 560px;
	width: 560px;
	margin-bottom: 10px;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
#d_goods_detail #d_photo .zoom {
	position: relative;
	cursor: pointer;
}
#d_goods_detail #d_photo img {
	display: block;
	width: 560px;
	height: auto;
}
#d_goods_detail #d_photo .zoom::after {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
  height: 560px;
  background: url(/ec/shop/images/goods/zoom_image_m.png);
  background-size: contain;
	
}
#d_goods_detail .main-image-name {
	margin: 0;
	display: block;
	text-align: right;
	font-weight: bold;
	margin-bottom: 20px;
}
#d_goods_detail .infoAdd .imgBox {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  &::-webkit-scrollbar{
    display: none;
  }
}
#d_goods_detail .infoAdd .imgBox div.thmbContainer {
	width: 100px;
	margin-bottom: 15px;
}
#d_goods_detail .infoAdd .imgBox div.thmbContainer:not(:nth-child(5n)) {
	margin-right: 15px;
}
#d_goods_detail .infoAdd .imgBox div.thmbContainer.selected div {
	border: 1px solid #333333;
}
#d_goods_detail .infoAdd .imgBox div.thmbContainer div {
	border: 1px solid #e6e6e6;
	background-color: #EEEEEE;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	background-size: 100px auto !important;
}
#d_goods_detail .infoAdd .imgBox div.thmbContainer span {
	font-size: 12px;
	white-space: normal;
	line-height: 1.5;
}


#zoom_bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px 100px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.5);
	z-index: 100000;
}
#zoom_bg #zoom_container {
	max-width: 900px;
	max-height: 900px;
	width: calc(100vh - 70px);
  height: calc(100vh - 70px);
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 45px auto 50px;
}
#zoom_bg #zoom_container #zoom_image {
	display: block;
	height: 100%;
	background-color: #fff;
}
#zoom_bg #zoom_container #zoom_image img {
	max-width: 900px;
	max-height: 900px;
	width: 100%;
	height: auto;
	border: 50px solid #ffffff;
	box-sizing: border-box;
}
#zoom_number{
	display: none;
}
#zoom_bg #zoom_container #zoom_info {
	display: block;
	color: #333333;
	margin-top: -33px;
}
#zoom_bg .zoom_next, #zoom_bg .zoom_prev {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 50px;
	height: 50px;
	color: #fff;
	z-index: 100;
}
#zoom_bg .zoom_next {
	right: 0;
}
#zoom_bg .zoom_prev {
	left: 0;
}
#zoom_bg .zoom_next img, #zoom_bg .zoom_prev img, #zoom_bg .zoom_close img {
	width: 50px;
	height: 50px;
}
#zoom_bg .zoom_close {
	position: absolute;
	top: -30px;
	right: -30px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: url(/ec/shop/images/goods/close.png) no-repeat;
	background-size: contain;
}
/* #zoom_bg .zoom_close::before, #zoom_bg .zoom_close::after {
	content: "";
	width: 25px;
	height: 3px;
	border-radius: 2px;
	background: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#zoom_bg .zoom_close::before {
	transform: rotate(45deg);
}
#zoom_bg .zoom_close::after {
	transform: rotate(-45deg);
} */

@media screen and (max-width: 768px) {

	#d_goods_detail #d_photo_box {
		width: 100%;
		position: relative;
	}
	#d_goods_detail #d_photo {
		height: auto;
		width: 100%;
	}
	#d_goods_detail #d_photo img {
		width: 100%;
		height: auto;
	}
	#d_goods_detail .main-image-name {
		margin: 0 4vw 10px 0;
		font-size: 10px;
		min-height: 15px;
	}
	#d_goods_detail .infoAdd .imgBox {
		display: block;
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		white-space: nowrap;
		font-size: 0;
		margin-left: 4vw;
		height: auto !important;
	}
	#d_goods_detail .infoAdd .imgBox div.thmbContainer {
		width: 24vw;
		display: inline-grid;
		margin: 0 2.6vw auto 0;
	}
	#d_goods_detail .infoAdd .imgBox div.thmbContainer:not(:nth-child(5n)) {
		margin-right: 2.6vw;
	}
	#d_goods_detail .infoAdd .imgBox div.thmbContainer div {
		width: 100%;
		height: 24vw;
		background-size: cover !important;
	}
	#d_goods_detail .infoAdd .imgBox div.thmbContainer div img {
		width: 100%;
		height: auto;
	}
	#d_goods_detail .infoAdd .imgBox div.thmbContainer span {
		font-size: 10px;
		white-space: normal;
		width: 24vw;
	}
	.d_photo_dots .slick-dots {
		position: relative;
		bottom: auto;
		margin: 15px auto;
	}
	.slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 5px;
    padding: 0;
    cursor: pointer;
	}
	.slick-dots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width: 14px;
		height: 14px;
		cursor: pointer;
		color: transparent;
		border: 0;
		outline: none;
		background: transparent;
	}
	.slick-dots li button:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


	/* #d_goods_detail .d_photo_dots .slick-dots {
		bottom: 0;
	}

	#d_goods_detail #d_photo .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	} */
	


	#zoom_bg {
		padding: 50px 0;
	}
	#zoom_bg #zoom_container {
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		height: max-content;
	}
	#zoom_bg #zoom_container #zoom_image {
		height: auto;
		background: #fff;
		text-align: center;
	}
	#zoom_bg #zoom_container #zoom_image img {
		max-width: inherit;
		max-height: inherit;
		width: 100%;
		height: 100%;
		border: none;
		box-sizing: border-box;
	}
	#zoom_bg #zoom_container #zoom_info {
		display: block;
		color: #333333;
		margin-top: -33px;
	}
	#zoom_bg .zoom_next, #zoom_bg .zoom_prev {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 35px;
		height: 35px;
		color: #fff;
		z-index: 100;
	}
	#zoom_bg .zoom_next {
		right: 0;
	}
	#zoom_bg .zoom_prev {
		left: 0;
	}
	#zoom_bg .zoom_next img, #zoom_bg .zoom_prev img, #zoom_bg .zoom_close img {
		width: 35px;
		height: 35px;
	}
	#zoom_bg .zoom_close {
		position: absolute;
		top: -20px;
		right: 5px;
		width: 40px;
		height: 40px;
		border-radius: 5px;
		background: url(/ec/shop/images/goods/close.png) no-repeat;
		background-size: contain;
	}
	#zoom_bg .zoom_close::before{
		display: none;
	}
	/* #zoom_bg .zoom_close::before, #zoom_bg .zoom_close::after {
		content: "";
		width: 25px;
		height: 3px;
		border-radius: 2px;
		background: #ffffff;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	#zoom_bg .zoom_close::before {
		transform: rotate(45deg);
	}
	#zoom_bg .zoom_close::after {
		transform: rotate(-45deg);
	} */


}


