﻿
	#goodsDetail .goods_top_wrap {
		display: flex;
		padding-bottom: 70px;
		border-bottom: 1px solid #e5e5e5;
		justify-content: flex-start;
		/*justify-content: flex-end;*/
	}

	#goodsDetail .goods_top_wrap .photo {
		width: 836px;
		height: 710px;
		margin-right: 60px;
	}

	#goodsDetail .goods_photo {
		display: flex
	}

	#goodsDetail .goods_photo img {
		width: 100%;
		display: block;
	}

	#goodsDetail .goods_photo .goods-slide {
		border-radius:30px;
		overflow:hidden;
	}

	#goodsDetail .goods_photo .goods-slide img {

	}
	.img-zoom-container {
		position: relative;
	}

	.img-zoom-lens {
		position: absolute;
		/* border: 1px solid #d4d4d4; */
		/*set the size of the lens:*/
		width: 250px;
		height: 250px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	.img-zoom-result {
		border: 1px solid #000;
		/*set the size of the result div:*/
		width: 500px;
		height: 501px;
		position: absolute;
		top: 0;
		right: -502px;
		z-index: 20;
		image-rendering: -moz-crisp-edges;
		/* Firefox */
		image-rendering: -o-crisp-edges;
		/* Opera */
		image-rendering: -webkit-optimize-contrast;
		/* Webkit (non-standard naming) */
		image-rendering: crisp-edges;
		-ms-interpolation-mode: nearest-neighbor;
		/* IE (non-standard property) */
	}

	#goodsDetail .swiper-goods-photo-pagination {
		margin-right: 26px;
		width: 100px;
	}

	#goodsDetail .swiper-goods-photo-pagination .swiper-pagination-bullet {
		display: block;
		width: 100px;
		height: 100px;
		opacity: 1;
		border-radius: 5px;
		overflow: hidden;
		border: 1px solid transparent;
		background: none;
		box-sizing: border-box;
		margin-bottom: 10px;
	}

	#goodsDetail .swiper-goods-photo-pagination .swiper-pagination-bullet img {
	}

	#goodsDetail .goods_photo {
		display: flex;
		position: relative;
	}

	#goodsDetail .swiper-goods-photo-pagination .swiper-pagination-bullet img {
	}

	#goodsDetail .goods_photo .swiper-container {
		width: 710px;
		min-width: 710px;
		position: relative;
		height: 710px
	}

	#goodsDetail .goods_photo .swiper-container .videoArea {
		background: #000;
	}

	#goodsDetail .goods_photo .swiper-container video {
		width: auto;
		margin: 0 auto;
		height: 710px !important;
		display: block;
		height: auto;
		object-position: center;
		object-fit: cover;
		/* width: 100%; */
		/* background: #000; */
	}

	#goodsDetail .swiper-goods-photo-pagination .active {
		border: 1px solid #222222;
		overflow:hidden;
		border-radius:10px;
	}

	#goodsDetail .swiper-goods-photo-pagination .swiper-pagination-bullet-active img {
	}

	#goodsDetail .photo .tag_set,#goodsDetail .photo .tag_one_get_one_free {
		position: absolute;
		right: 15px;
		top: 15px;
		/* padding: 5px 12px; */
		background: #222222;
		border-radius: 15px 0px 15px 0px;
		font-size: 16px;
		line-height: 36px;
		font-weight: 600;
		color: #fff; 
		width: 66px;
		height: 36px;
		text-align: center;
		z-index: 2;
	}

	#goodsDetail .goods_info_right {
		width1: 430px;
	}

	#goodsDetail .goods_info_right .brand_name {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#goodsDetail .goods_info_right .brand_name .name {
		font-size: 14px;
		font-weight: 600;
		color: #707070;
		line-height: 1;
	}

	#goodsDetail .goods_info_right .brand_name .name:after {
		display: inline-block;
		content: '';
		background: url(../images/icon/input_arrow_right@3x.png) center 2px no-repeat;
		width: 12px;
		height: 14px;
		background-size: 14px;
	}

	#goodsDetail .goods_info_right .brand_name .goods_code {
		font-size: 13px;
		color: #aaaaaa;
		font-weight: 500;
		line-height: 1;
	}

	#goodsDetail .goods_info_right > h2
	 {
		font-size: 24px;
		font-weight: 600;
		line-height: 36px;
		
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		height: 108px;
	}

	#goodsDetail .goods_info_right .marketing_title {
		display: block;
		height: 27px;
		margin: 12px 48px 3px 0;
		font-size: 18px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 2;
		letter-spacing: -0.18px;
		color: #5e1dd5;
	}



	.goodsItemInfo {
		margin-top: 20px;
		display: flex;
		justify-content: space-between;
		align-items: end;
	}

	.goodsItemInfo .price_area {
	}

	.goodsItemInfo .price_area .price_1 {
		display: flex;
	}

	.goodsItemInfo .price_area .price_1 span {
	}

	.goodsItemInfo .price_area .price_1 h3 {

		font-size: 18px;
		color: #666;
		font-weight: 600;
		margin-right: 10px;
		/* line-height: 1; */
	}

	.goodsItemInfo .price_area .price_1 p {
		color: #aaa;
		font-size: 18px;
		font-weight: 500;
		text-decoration: line-through;
		/* line-height: 1; */
	}

	.goodsItemInfo .price_area .price_coupon_wrap {
		margin-top: 5px;
		display: flex;
	}

	.goodsItemInfo .price_area .price_coupon_wrap .span {
		font-weight: 600;
		font-size: 24px;
		color: #b7a386;
		padding-right: 10px;
		vertical-align:bottom;
		display:table-cell;
	}

	.goodsItemInfo .price_area .price_coupon_wrap .price_coupon {
		display: table-cell;
		align-items: center;
	}

	.goodsItemInfo .price_area .price_coupon_wrap .price_coupon .cpnApply_info {
		display: inline-block;
		width: 13px;
		height: 13px;
		margin-left: 5px;
		background: url(/ux/imgs/display/i.png) center no-repeat;
		background-size: 13px;
		text-indent: -9999px;
		overflow: hidden;
		padding-top: 5px;
		cursor: pointer;
	}

	.goodsItemInfo .price_area .price_coupon_wrap .price_coupon h2 {
		font-size: 28px;
		font-weight: 700;
		margin-right: 10px;
		line-height: 33px;
	}

	.goodsItemInfo .price_area .price_coupon_wrap .price_coupon span {
		font-size: 14px;
		font-weight: 500;
		line-height: 32px;
	}

	.goodsItemInfo .coupondown {
		width: 89px;
		height: 30px;
		line-height: 27px;
		border: 1px solid #222;
		border-radius: 5px;
		box-sizing: border-box;
		font-weight: 600;
		font-size: 13px
	}

	.goodsItemInfo .coupondown:after {
		display: inline-block;
		content: '';
		background: url(../images/icon/download@3x.png) center center no-repeat;
		width: 14px;
		height: 13px;
		background-size: 14px;
		/* margin-left:2px; */
	}

	.goodsItemInfo .coupondown span {
	}

	.goodsItemInfo .coupondown em {
	}

	.goodsItemInfo + .label_list {
		margin-top: 16px;
	}



	.detail_buttons {
		margin-top: 30px;
		display: flex;
	}

	.detail_buttons a {
		width: 300px;
		text-align: center;
		height: 60px;
		line-height: 58px;
		border: 1px solid #dddddd;
		box-sizing: border-box;
		border-radius: 5px;
		font-size: 18px;
		font-weight: 600;
	}

	.detail_buttons .cart {
		margin-right: 9px;
	}

	.detail_buttons .buy {
		border: 1px solid #222222;
		background: #222222;
		color: #fff;
	}

	#goodsDetail .detail_buttons .soldout {
		text-align: center;
		height: 60px;
		line-height: 58px;
		box-sizing: border-box;
		border-radius: 5px;
		font-size: 18px;
		font-weight: 600;
		position: relative;
		background: #222222;
		color: #fff;
		width: 100%;
	}

	#goodsDetail .detail_buttons .soldout:after {
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(255,255,255,.7)
	}


	.benefit {
		margin-top: 40px;
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 30px;
	}

	#goodsDetail .benefit {
		position: relative;
		/* padding: 35px 20px 0; */
		/* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.02) 0.5%, rgba(0, 0, 0, 0)); */
	}

	.benefit .tit {
		font-size: 16px;
		font-weight: 600;
		color: #222;
		padding-bottom: 13px;
	}

	.benefit ul {
	}

	.benefit ul li {
		position: relative;
		padding: 8px 0 8px 0px;
		font-size: 18px;
		line-height: 19px;
		color: #707070;
		letter-spacing: -0.13px;
		font-weight: 500;
	}

	.benefit ul li.card, .benefit ul li.change {
		display: flex;
		align-items: center;
		position: relative;
	}

	.benefit ul li.change.set {
		padding-bottom: 70px
	}

	.benefit ul li.change span {
		position: absolute;
		top: 26px;
		display: block;
	}

	.benefit ul li span.add_info {
		display: inline-block;
		width: 13px;
		height: 13px;
		margin-left: 5px;
		background: url(/ux/imgs/display/i.png) center no-repeat;
		background-size: 13px;
		text-indent: -9999px;
		overflow: hidden;
	}

	.benefit ul li span.add_info:hover {
		cursor: pointer
	}

	.benefit ul li span.important {
		font-weight: bold;
		color: #222222;
	}

	.benefit ul li:before {
		position: absolute;
		left: 0;
		top: 4px;
		display: block;
		width: 20px;
		height: 20px;
		content: '';
	}

	.benefit ul li.card:before {
		background: url(/ux/imgs/goods/icon_card.png) center no-repeat;
		background-size: 20px;
	}

	.benefit ul li.li_card_promotion:first-child:before {
		background: url(/ux/imgs/goods/icon_point_60px.png) center no-repeat;
		background-size: 20px;
	}

	.benefit ul li.point:before {
		/*background: url(/ux/imgs/goods/icon_point.png) center no-repeat;*/
		background-size: 20px;
	}

	.benefit ul li.deliveryfee:before {
		background: url(/ux/imgs/goods/icon_delivery.png) center no-repeat;
		background-size: 20px;
	}

	.benefit ul li.deliveryInfo {
		display: flex;
		align-items: center;
	}

	.benefit ul li.deliveryInfo .icon {
		display: block;
		width: 15px;
		height: 15px;
		cursor: pointer;
		margin-left: 5px;
		background: url(/ux/imgs/display/i.png) 0px 2px no-repeat;
	}

	.benefit ul li.deliveryInfo .icon:after {
		content: 'aaaaaa';
		white-space: pre;
		display: none;
		position: absolute;
		top: 26px;
		left: 45px;
		border: 1px solid #999;
		padding: 10px 20px;
		background: #fff;
		font-weight: 500;
		z-index: 2;
		color: #222;
		border-radius: 5px 20px 20px 20px;
	}

	.benefit ul li.deliveryInfo .icon.resGoods:after {
		content: 'bbbbb';
		white-space: pre;
		display: none;
		position: absolute;
		top: 26px;
		left: 45px;
		border: 1px solid #999;
		padding: 10px 20px;
		background: #fff;
		font-weight: 500;
		z-index: 2;
		color: #222;
		border-radius: 5px 20px 20px 20px;
	}

	.benefit ul li.deliveryInfo .icon:hover::after {
		display: block;
	}

	.benefit ul li.stock:before {
		background: url(/ux/imgs/goods/icon_stock.png) center no-repeat;
		background-size: 20px;
	}

	.benefit ul li.stock .off {
		margin-left: 7px;
		display: inline-block;
		height: 18px;
		border-bottom: 1px solid #222222;
		font-size: 13px;
		letter-spacing: -0.12px;
		color: #222222;
		font-weight: bold;
	}

	.benefit ul li.stock .off:hover {
		cursor: pointer
	}

	.benefit ul li.change:before {
		background: url(/ux/imgs/goods/icon_change.png) center no-repeat;
		background-size: 20px;
	}

	.benefit .change_info_wrap {
		display: none;
	}

	.benefit .change_info_wrap.active {
		display: block;
	}

	.benefit .change_info {
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: -15px;
	}

	.benefit .change_info p {
		background: #222222;
		padding: 10px 12px;
		border-radius: 5px 20px 20px 20px;
		color: #fff;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: -0.24px;
	}

	.benefit .change_info p span {
		color: #b7a386;
	}

	.benefit .close_bg {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		z-index: 1;
	}

	
	#goodsDetail .detail_info_top {
		display: flex;
		justify-content: space-between;
		padding-bottom: 15px;
	}

	#goodsDetail .detail_info_top .tit {
		font-size: 24px;
		font-weight: 600
	}

	#goodsDetail .detail_info_top .tit .acc {
		color: #BFAD91;
	}

	#goodsDetail .detail_info_top .btn {
	}

	#goodsDetail .detail_info_top .btn button {
		width: 126px;
		height: 42px;
		text-align: center;
		border: 1px solid #222;
		border-radius: 3px;
		font-size: 15px;
		font-weight: 600;
	}

	#goodsDetail .detail_info_top .btn .flag {
	}

	#goodsDetail .cont_empty {
		text-align: center;
		/* padding-bottom:99px; */
		height: 220px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid #e5e5e5;
		box-sizing: border-box;
	}

	#goodsDetail .cont_empty > p {
		font-size: 16px;
		font-weight: 500;
		text-align: center;
		color: #aaa;
		/* padding:98px 0 20px; */
	}

	#goodsDetail .cont_empty button {
		font-weight: 500;
		font-size: 16px;
		color: #222;
		display: inline;
		margin-top: 20px;
	}

	#goodsDetail .cont_empty button:after {
		display: block;
		content: '';
		width: 100%;
		height: 1px;
		background: #222;
	}

	#goodsDetail .cont_empty .reviewBtn {
		border: 1px solid #E5E5E5;
		height: 50px;
		padding: 0 48px;
		border-radius: 25px;
	}

	#goodsDetail .cont_empty .reviewBtn {
		display: none;
	}

	#goodsDetail .cont_empty .reviewBtn:after {
		height: 0px;
	}

	
	
	
	
	
	
	
	
	
	
	
	
		#goodsDetail .detail_detail {
		display: flex;
		border-bottom: 1px solid #e5e5e5;
	}

	#goodsDetail .detail_detail .detail {
		width1: 919px;
		flex:1;
		position: relative;
		padding-top: 70px;
		padding-bottom:40px;
		padding-right:20px;
	}

	#goodsDetail .detail_detail .detail .detail_tab {
		display: flex;
		border-bottom: 1px solid #e5e5e5;
		padding-left: 28px;
		background: #fff;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		/* left: 0; */
		width: 100%;
	}

	#goodsDetail .detail_detail .detail .detail_tab.fixed {
		position: fixed;
		top: 72px;
		z-index: 50;
		width: 919px;
		/* left: 0; */
		transition: transform 0s;
	}

	body.scrolldown #goodsDetail .detail_detail .detail .detail_tab.fixed {
		transform: translate(0, 0);
	}

	body.scrollup #goodsDetail .detail_detail .detail .detail_tab.fixed {
		transform: translate(0, 72px);
	}

	#topBanner ~ #wrap #goodsDetail .detail_detail .detail .detail_tab.fixed {
		top: 132px;
	}

	#goodsDetail .detail_detail .detail .detail_tab li {
		/* width: 20%; */
		text-align: center;
		margin-right: 70px;
	}

	#goodsDetail .detail_detail .detail .detail_tab li:last-child {
		margin-right: 0
	}
	#goodsDetail .detail_detail .detail .detail_tab li .mbshow{display:none;}
	#goodsDetail .detail_detail .detail .detail_tab li a {
		font-size: 18px;
		color: #707070;
		font-weight: 500;
		text-align: center;
		display: inline-block;
		padding: 22px 0 20px;
		margin-bottom: -1px;
	}

	#goodsDetail .detail_detail .detail .detail_tab li.active {
	}

	#goodsDetail .detail_detail .detail .detail_tab li.active a {
		color: #222;
		border-bottom: 2px solid #222;
		font-weight: 600
	}

	 

	#goodsDetail .detail_detail .detail .thanks_gift {
	}

	#goodsDetail .detail_detail .detail .thanks_gift {
		position: relative;
		background-color: #f9fafc;
		margin-top: 76px;
		border-radius: 15px;
		margin-right: 20px;
		width: 850px;
		height: 280px;
		display: flex;
		align-items: center;
		box-sizing: border-box;
	}

	#goodsDetail .detail_detail .detail .thanks_gift .swiper-slide > div {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 280px;
	}

	#goodsDetail .detail_detail .detail .thanks_gift .flag {
		position: absolute;
		top: -16px;
		left: 20px;
		padding: 7px 12px;
		background-color: #101010;
		border-radius: 20px 20px 20px 5px;
	}

	#goodsDetail .detail_detail .detail .thanks_gift .flag span {
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.5;
		letter-spacing: -0.12px; 
	}

	#goodsDetail .detail_detail .detail .thanks_gift .flag span .point {
		color: #b7a386;
	}

	#goodsDetail .detail_detail .detail .thanks_gift .swiper-container {
		width: 100%;
	}

	#goodsDetail .detail_detail .detail .thanks_gift .swiper-container .swiper-slide {
		width: 100%;
		height: 280px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#goodsDetail .detail_detail .detail .thanks_gift .event_list {
		position: absolute;
		top: 20px;
		right: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#goodsDetail .detail_detail .detail .thanks_gift .event_list span {
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: -0.1px;
		color: #aaaaaa;
	}

	#goodsDetail .detail_detail .detail .thanks_gift .event_list .icon_info {
		width: 16px;
		height: 16px;
		margin-left: 5px;
		background: url(../images/icon/icon_info@3x.png) no-repeat center;
		background-size: 16px;
	}

	#goodsDetail .detail_detail .detail .thanks_gift .img_wrap {
		width: 160px;
		height: 160px;
		margin: 0 auto;
		background-color: #fff;
		border-radius: 50%;
		/* display: inline-block; */
		/* flex-grow: 1; */
		display: flex;
		align-items: center;
		justify-content: center;
		object-fit: contain;
		box-sizing: border-box;
		overflow: hidden;
		/* padding: 20px; */
	}

	#goodsDetail .detail_detail .detail .thanks_gift .txt {
		flex-basis: 0;
		flex-grow: 1;
		margin-left: 30px;
		height: 160px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#goodsDetail .detail_detail .detail .thanks_gift .txt .tit {
		font-size: 22px;
		font-weight: 500;
		line-height: 30px;
		/* height: 60px; */
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: normal;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		word-break: break-all;
	}

	#goodsDetail .detail_detail .detail .thanks_gift .txt span {
		display: inline-block;
	}

	#goodsDetail .detail_detail .detail .thanks_gift .txt span.condition {
		position: relative;
		line-height: 1.71;
		letter-spacing: -0.14px;
		margin: 10px 0;
		font-size: 14px;
		font-weight: 500;
		flex: 0 0 auto;
		display: block;
		width: fit-content;
		display: block;
		width: 100%
	}

	/* #goodsDetail .detail_detail .detail .thanks_gift .txt span.condition:after{position: absolute;bottom: 2px;content:'';display:block;width:100%;height:5px;background-color:rgba(82, 17, 206, 0.3);} */
	#goodsDetail .detail_detail .detail .thanks_gift .txt span.date {
		font-size: 14px;
		font-weight: 500;
		color: #aaaaaa;
		display: block;
	}

	#goodsDetail .detail_detail .detail .thanks_gift .img_wrap img {
		width: 100%;
		height: 160px;
		object-fit: cover;
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 auto;
	}

	/* #goodsDetail .detail_detail .detail .thanks_gift .swiper-button-prev{width: 44px;height: 44px;background: url(../images/icon/slider_arr_left@3x.png) center center no-repeat;background-size: 44px;transform: rotate(-180deg);left: 20px;opacity: 1;}
	#goodsDetail .detail_detail .detail .thanks_gift .swiper-button-next{width: 44px;height: 44px;background: url(../images/icon/slider_arr_right@3x.png) center center no-repeat;background-size: 44px;right: 20px;opacity: 1;}
	 */
	/* #goodsDetail .detail_detail .detail .thanks_gift .swiper-button-prev:after, #goodsDetail .thanks_gift .swiper-button-next:after{display:none} */
	#goodsDetail .detail_detail .detail .thanks_gift .thanks_gift-prev {
		cursor: pointer;
		position: absolute;
		top: 50%;
		width: 44px;
		height: 44px;
		background: url(../images/icon/slider_arr_left@3x.png) center center no-repeat;
		background-size: 44px;
		left: 20px;
		display: none;
		transform: translateY(-50%);
		z-index: 3;
	}

	#goodsDetail .detail_detail .detail .thanks_gift .thanks_gift-next {
		cursor: pointer;
		position: absolute;
		top: 50%;
		width: 44px;
		height: 44px;
		background: url(../images/icon/slider_arr_right@3x.png) center center no-repeat;
		background-size: 44px;
		right: 20px;
		display: none;
		transform: translateY(-50%);
		z-index: 3;
	}

	#goodsDetail .detail_detail .thanks_gift .thanks_gift_swiper:hover .thanks_gift-prev:not(.swiper-button-disabled) {
		display: block;
	}

	#goodsDetail .detail_detail .thanks_gift .thanks_gift_swiper:hover .thanks_gift-next:not(.swiper-button-disabled) {
		display: block;
	}

	#goodsDetail .detail_detail .detail .goods_detail {
		margin-right: 69px;
		padding-bottom: 20px;
		padding-top: 60px;
	}

	#goodsDetail .detail_detail .detail .goods_detail .detail_info {
		overflow: hidden;
		position: relative;
		padding-bottom1: 100px;
		margin:auto;max-width:94%;
	}

	#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_img_wrap {
		padding-bottom: 50px;
	}

	#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_img_wrap .detail_con {
		/* padding-bottom: 100px; */
	}

	#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_img_wrap .detail_con img {
		display: block;
		margin: 0 auto;
		border-radius:10px;
	}

	#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open .linear_gradient {
	}

	#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open .btn_wrap {
		/* position: absolute; */
		/* bottom: 150px; */
		/* left: 0; */
		/* width: 100%; */
	}

	#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open .btn_wrap button {
	}

	#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open .btn_wrap button.on {
	}

	#goodsDetail .detail_detail .detail .goods_detail .linear_gradient {
		width: 100%;
		height: 150px;
		background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0));
	}

	#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open .btn_wrap {
		padding: 16px 0 0 0;
		background: #fff;
	}

	#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open button {
		position: relative;
		text-align: center;
		/* padding: 0 20px 0 0; */
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 180px;
		height: 50px;
		border: 1px solid #c4c4c4;
		border-radius: 80px;
		line-height: 20px;
		font-size: 16px;
		color: #000;
	}

	#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open button:after {
		/* position: absolute; */
		/* right: 15px; */
		/* top: 50%; */
		display: inline-block;
		content: '';
		margin-left: 5px;
		/* margin-top: -10px; */
		width: 20px;
		height: 20px;
		background: url({%$rootpath%}images/icon/input_arrow_down_black@3x.png) center 2px no-repeat;
		background-size: 20px;
		transform: rotate(180deg);
	}

	#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open button.on:after {
		transform: rotate(0deg);
	}

	#goodsDetail .detail_detail .size_guide {
		width: 94%;
		margin:60px auto 0px auto;
	}
	#goodsDetail .detail_detail .samples{border-bottom:1px solid #e5e5e5;padding-bottom:40px;}
	#goodsDetail .detail_detail .size_guide .table_wrap .con_wrap {
		width: 100%;
		overflow-x: auto;
	}

	#goodsDetail .detail_detail .size_guide .table_wrap .con_wrap table {
		table-layout: auto;
	}

	#goodsDetail .detail_detail .size_guide .table_wrap .con_wrap tr {
		display: flex;
		border-bottom: 1px solid #e3e3e3;
		height: 48px;
	}

	#goodsDetail .detail_detail .size_guide .table_wrap .con_wrap tr td {
		height: 48px;
		text-align: center;
		color: #aaa;
		font-size: 12px;
		font-weight: 500;
		font-stretch: normal;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		flex: 0 0 auto;
		width: 128px;
	}

	#goodsDetail .detail_detail .detail .review .tit_box {
		display: flex;
		justify-content: space-between;
		padding: 30px 0 0 0;
	}

	#goodsDetail .detail_detail .detail .review .tit_box button {
		font-size: 12px;
		font-weight: 500;
	}

	#goodsDetail .detail_detail .detail .review .tit_box button:after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #222;
	}

	#goodsDetail .detail_detail .detail .review .diagram-box {
		padding: 16px 0 85px 0;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #e5e5e5;
	}

	#goodsDetail .detail_detail .detail .review .star-box {
		width: 100%;
		border-right: 1px solid #e3e3e3;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	#goodsDetail .detail_detail .detail .review .star-box p {
		font-size: 36px;
		font-weight: 500;
	}

	#goodsDetail .detail_detail .detail .review .star-box .text {
		font-size: 13px;
		color: #aaa;
		font-weight: normal;
		word-break: keep-all;
	}

	#goodsDetail .detail_detail .detail .review .star-box .text .num {
		font-weight: 600;
	}

	#goodsDetail .detail_detail .detail .review .star-box .star {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 5px 0;
	}

	#goodsDetail .detail_detail .detail .review .star-box .star li {
		padding-right: 4px
	}

	#goodsDetail .detail_detail .detail .review .star-box .star li:last-child {
		padding-right: 0
	}

	#goodsDetail .detail_detail .detail .review .star-box .star li img {
		width: 17px
	}
	.photo-review{display:none;}
	
	
	



.module_attribute{}
.module_attribute .attribute-layout {
	margin-top1: 32px;
	padding-top1: 32px;
}
    .module_attribute .attribute-layout h2 {
        font-weight: 700;
        font-size: 20px;
        color: #222;
        line-height: 26px
    }

    .module_attribute .attribute-layout .attribute-info h3 {
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .module_attribute .attribute-layout .attribute-list {
        display: table;
        border-collapse: collapse
    }

    .module_attribute .attribute-layout .attribute-list .attribute-item {
        display: table-row;
        border: 1px solid #ddd
    }

    .module_attribute .attribute-layout .attribute-list .attribute-item>div {
        padding: 12px;
        font-weight: 400;
        font-size: 16px;
        color: #222;
        line-height: 22px;
        display: table-cell;
        border: 1px solid #ddd
    }

    .module_attribute .attribute-layout .attribute-list .attribute-item>div.left {
        width: 320px;
        background: #f4f4f4
    }

    .module_attribute .attribute-layout .attribute-list .attribute-item>div.right {
        width: 420px
    }

    .module_attribute .attribute-layout .attribute-list .attribute-item>div.right p {
        margin-bottom: 0;
        padding-bottom: 0;
        display: flex
    }

    .module_attribute .attribute-layout .attribute-list .attribute-item>div.right span {
        font-weight: 500;
        font-size: 16px;
        color: #222;
        line-height: 22px
    }

    .module_attribute .attribute-layout .attribute-list .attribute-item>div.right img {
        border-radius: 4px;
        width: 32px;
        height: 32px;
        margin-left: 10px
    }






/*商品评论*/
#goodsDetail #review {
	width:94%;
	margin:60px auto 0px auto;
	margin-top:40px;
    /* border-bottom:1px solid #e5e5e5; */
    padding-right: 70px;
}

#goodsDetail .detail_info_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

#goodsDetail .detail_info_top .tit {
    font-size: 24px;
    font-weight: 600
}

#goodsDetail .detail_info_top .tit .acc {
    color: #BFAD91;
}

#goodsDetail .detail_info_top .btn {
}

#goodsDetail .detail_info_top .btn button {
    width: 126px;
    height: 42px;
    text-align: center;
    border: 1px solid #222;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
}

#goodsDetail .detail_info_top .btn .flag {
}

#goodsDetail .cont_empty {
    text-align: center;
    /* padding-bottom:99px; */
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

#goodsDetail .cont_empty > p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #aaa;
    /* padding:98px 0 20px; */
}

#goodsDetail .cont_empty button {
    font-weight: 500;
    font-size: 16px;
    color: #222;
    display: inline;
    margin-top: 20px;
}

#goodsDetail .cont_empty button:after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background: #222;
}

#goodsDetail .cont_empty .reviewBtn {
    border: 1px solid #E5E5E5;
    height: 50px;
    padding: 0 48px;
    border-radius: 25px;
}

#goodsDetail .cont_empty .reviewBtn {
    display: none;
}

#goodsDetail .cont_empty .reviewBtn:after {
    height: 0px;
}

#goodsDetail #review .review_summary {
    display: flex;
    padding: 15px 0 50px;
}

#goodsDetail #review .star-box {
    width: 267px;
    border-right: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 140px;
}

#goodsDetail #review .star-box p {
    font-size: 48px;
    font-weight: 600;
    line-height: initial;
}

#goodsDetail #review .star-box .text {
    font-size: 16px;
    /* color:#aaa; */
    font-weight: 600;
    word-break: keep-all;
}

#goodsDetail #review .star-box .text .num {
    font-weight: 700;
    color: #bfad91;
}

#goodsDetail #review .star-box .star {
    /* display:flex; */
    /* justify-content:center; */
    /* align-items:center; */
    margin: 13px 0;
    font-size: 0;
    width: 158px;
    height: 26px;
    position: relative;
    background: #dddddd;
}

#goodsDetail #review .star-box .star .star_bar {
    /* display: flex; */
    background: #b7a386;
    height: 26px;
    /* width: 97px; */
}

#goodsDetail #review .star-box .star .star_bg {
    content: "";
    display: block;
    position: relative;
    z-index: 10;
    width: 158px;
    height: 26px;
    background: url(/ux/imgs/goods/rating_off_white@3x.png) repeat-x 0 0;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    left: 0px;
    top: 0;
    background-size: 157px;
}

#goodsDetail #review .star-box .star li {
    padding-right: 6px;
    height: 27px;
}

#goodsDetail #review .star-box .star li:last-child {
    padding-right: 0
}

#goodsDetail #review .star-box .star li img {
    width: 27px;
}

#goodsDetail #review .bar-diagram {
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    padding: 5px 50px 0 60px;
}

#goodsDetail #review .bar-diagram ul {
}

#goodsDetail #review .bar-diagram ul li {
    margin-bottom: 30px;
}

#goodsDetail #review .bar-diagram ul li:last-child {
    margin: 0
}

#goodsDetail #review .bar-diagram .review_option {
    display: flex;
}

#goodsDetail #review .bar-diagram .review_option span {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.12px;
    font-weight: 500;
    /* align-self: center; */
    /* margin-left: auto; */
}

#goodsDetail #review .bar-diagram .review_option span.dotted {
    /* width:100%; */
    flex-grow: 1;
    flex-basis: 0;
    display: flex;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box;
}

#goodsDetail #review .bar-diagram .review_option span.dotted em {
    display: block;
    width: 100%;
    height: 2px;
    border-top: 2px dotted #e5e5e5;
    margin-top: 2px;
}

#goodsDetail #review .bar-diagram .review_option span.num:before {
    display: block;
    /* content:''; */
    width: 400px;
    height: 1px;
    border-top: 2px dotted #e5e5e5;
    position: absolute;
    right: 0;
    top: 50%;
}

#goodsDetail #review .bar-diagram .review_option span.num {
    margin-left: auto;
    font-weight: 700;
}

#goodsDetail #review .bar-diagram .review_option span.txt {
    /* flex-grow: 1; */
    /* flex-basis: 0; */
}

#goodsDetail #review .bar-diagram .review_option .tit {
    /* color: #aaaaaa; */
    margin-right: 11px;
    display: inline-block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background: #f2f4f7;
    border-radius: 80px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

#goodsDetail #review .bar-diagram .review_chart {
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
}

#goodsDetail #review .bar-diagram .review_chart .bar_wrap {
    width: 100%;
    height: 5px;
    background-color: #e5e5e5;
    border-radius: 10px;
    margin-top: 15px;
}

#goodsDetail #review .bar-diagram .review_chart .bar_wrap .bar {
    height: 5px;
    border-radius: 10px;
    background-color: #b7a386;
}

#goodsDetail #review .bar-diagram .review_chart .num {
    font-size: 13px;
    font-weight: 600;
}

#goodsDetail #review .review_filter form {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

#goodsDetail #review .review_filter form > div {
    display: flex;
}

#goodsDetail #review .review_filter > div.filter2 {
}

#goodsDetail #review .radio-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-bottom: 14px; */
}

#goodsDetail #review .radio-type label {
    font-size: 13px;
    font-weight: 500;
    margin-right: 12px;
}

#goodsDetail #review .toggle {
    background: #CCCCCC;
    width: 29px;
    height: 17px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
}

#goodsDetail #review .btn_toggle {
    background: #FFFFFF;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 15px;
    position: relative;
    left: 1px;
    top: -4px;
}

#goodsDetail #review .radio-type+p {
    font-size: 14px;
    color: #707070;
}

#goodsDetail #review .review_filter .select_box {
    margin-right: 25px;
}

#goodsDetail #review .review_notice {
    padding: 30px 30px 30px 23px;
    margin: 25px 0;
    background-color: #F9FAFC;
}

#goodsDetail #review .review_notice h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

#goodsDetail #review .review_notice span {
    font-size: 14px;
    font-weight: 600;
}
#goodsDetail .real-review {
    /* margin-top:30px;padding-top:25px; */
    border-top: 1px solid #e5e5e5;
}

#goodsDetail .real-review > li {
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 26px;
}

#goodsDetail .real-review .real-review-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#goodsDetail .real-review .real-review-header span {
    padding-right: 5px;
    font-size: 14px;
    color: #aaa;
    line-height: 21px;
}

#goodsDetail .real-review .real-review-header .date { 
}

#goodsDetail .real-review .real-review-header .star {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
}

#goodsDetail .real-review .real-review-header .star li {
    padding-right: 2px;
    display: flex;
}

#goodsDetail .real-review .real-review-header .star li:last-child {
    padding-right: 0
}

#goodsDetail .real-review .real-review-header .star li img {
    width: 17px;
}

#goodsDetail .real-review .buyoption {
    padding-top: 30px;
    display: flex;
    cursor: pointer;
    width: max-content;
}

#goodsDetail .real-review .buyoption .buyGoods {
    display: flex;
    flex-direction: column;
}

#goodsDetail .real-review .buyoption img {
    margin: 0 10px;
    height: 50px;
    border-radius: 5px;
}

#goodsDetail .real-review .buyoption strong {
    font-size: 14px;
    font-weight: 600;
}

#goodsDetail .real-review .buyoption span {
    font-size: 14px;
    font-weight: 600;
}

#goodsDetail .real-review .option-box {
    margin: 20px 0;
    padding: 20px;
    border-radius: 5px;
    background-color: #f8f8f8;
    font-size: 12px;
    width: 423px;
    box-sizing: border-box;
}

#goodsDetail .real-review .option-box table {
    border-spacing: 5px;
    border-collapse: separate;
    text-align: left
}

#goodsDetail .real-review .option-box th {
    font-weight: 500;
    width: 80px;
    font-size: 14px
}

#goodsDetail .real-review .option-box td {
    /* font-weight:500; */
    /* width:60px; */
    padding-left: 20px;
    font-size: 14px;
}

#goodsDetail .real-review .review-text {
    font-size: 15px;
    color: #707070;
    line-height: 25.5px;
}

#goodsDetail .real-review .photo-review .photo_list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
    /* margin: -5px 0px; */
}

#goodsDetail .real-review .photo-review .photo_list li {
    position: relative;
    margin: 0 5px 0 0;
    width: 100px;
    height: 100px;
    flex: 0 0 auto;
    border-radius: 5px;
    overflow: hidden;
}

#goodsDetail .real-review .photo-review .photo_list.active li {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
}

#goodsDetail .real-review .photo-review .photo_list.active li:last-child {
    /* margin: 0; */
}

#goodsDetail .real-review .photo-review .photo_list.active li img {
    height: auto;
    margin: 10px 0;
}

#goodsDetail .real-review .photo-review .photo_list.active li video {
    height: auto;
    /* margin: 10px 0; */
}

#goodsDetail .real-review .photo-review .photo_list li img {
    display: block;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}

#goodsDetail .real-review .photo-review .photo_list li .shortclip {
    width: 20px;
    position: absolute;
    left: 5px;
    bottom: 5px;
}

#goodsDetail .real-review .photo-review .photo_list li video {
    pointer-events: none;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button {
    width: 120px;
    height: 120px;
    /* background: url(/ux/imgs/web/display/movie_play_btn_big@3x.png) center no-repeat; */
    background-size: cover;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: inherit; */
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    /* margin-top: -60px; */
    background: none;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button {
    /* display:none; */
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-has-started .vjs-control-bar {
    /* display:none; */
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button {
    display: none
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-play-control.vjs-control.vjs-button {
    /* display: none !important; */
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button span {
    display: none
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button span:before {
    display: none
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
    /* display:none */
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-mute-control.vjs-control.vjs-button {
    display: none;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button {
    width: 40px;
    height: 40px;
    /* background: url(/ux/imgs/web/display/movie_play_btn_big@3x.png) center no-repeat; */
    background-size: cover;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: inherit; */
    border-radius: 50%;
    background: rgba(0,0,0,0.2);
    /* margin-top: -60px; */
    background: none;
    pointer-events: none;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
    font-size: 25px;
    background: rgba(0,0,0,0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    /* line-height: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button span {
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button span:before {
    content: ''
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-has-started .vjs-control-bar {
    /* display: flex !important; */
    /* visibility: visible !important; */
    /* opacity: 1 !important; */
    /* transition: visibility .1s,opacity .1s !important; */
    height: 100%;
    position: relative;
    /* background: none; */
    background-color: rgba(0,0,0,0);
    align-items: center;
    justify-content: center;
    /* text-align: center; */
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    background: url(/ux/imgs/web/display/movie_play_btn_big@3x.png) center no-repeat;
    background-size: cover;
    border: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-play-control.vjs-control.vjs-button {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 8px;
    bottom: 8px;
    /* margin-top: -60px; */
    /* margin-left: -60px; */
    display: block;
    /* transform: translate(-50%, -50%); */
    pointer-events: none;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button span {
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button span:before {
    /* content:''; */
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
    /* display:block; */
    /* content: "\f101"; */
    /* font-size: 50px; */
    /* background: rgba(0,0,0,0.2); */
    /* width: 120px; */
    /* height: 120px; */
    /* border-radius: 50%; */
    /* text-align: center; */
    /* line-height: 30px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button .vjs-icon-placeholder:before, #goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-play-control .vjs-icon-placeholder:before, #goodsDetail .real-review .photo-review .photo_list li .vjs-icon-play:before {
    display: block;
    /* content: ''; */
    /* font-size: 30px; */
    background: rgba(0,0,0,0.2);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    background: url(/ux/imgs/web/display/icon_shortclip_20px@3x.png) center center no-repeat;
    background-size: 20px;
    font-size: 0;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-big-play-button {
    pointer-events: all;
    width: 120px;
    height: 120px;
    display: none;
}

#goodsDetail .real-review .photo-review .photo_list li .video-js .vjs-mute-control.vjs-control.vjs-button {
    /* position: absolute; */
    /* right: 20px; */
    /* bottom: 221px; */
    /* width: 40px; */
    /* height: 40px; */
    /* z-index: 3; */
    /* display: flex; */
    /* pointer-events: none; */
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-progress-control {
    display: none;
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-volume-panel {
    display: none;
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-control-bar {
    display: block;
    display: flex;
    height: 100%;
    background: none;
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-remaining-time {
    display: none
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-picture-in-picture-control {
    display: none
}

#goodsDetail .real-review .photo-review .photo_list li .vjs-fullscreen-control {
    display: none
}

#goodsDetail .real-review .photo-review .photo_list.active li .video-js .vjs-mute-control.vjs-control.vjs-button {
    display: flex;
}

#goodsDetail .real-review .photo-review .photo_list.active li video {
    /* pointer-events:all; */
    width: 100% !important;
    height: 100% !important;
    position: relative;
    display: block;
}

#goodsDetail .real-review .photo-review .photo_list.active li .video-js {
    width: 100% !important;
    height: 100% !important;
}

#goodsDetail .real-review .photo-review .photo_list.active li .video-js .vjs-play-control.vjs-control.vjs-button {
    width: 4em;
    height: 100%;
    position: relative;
    left: unset;
    top: unset;
    /* margin-top: -60px; */
    /* margin-left: -60px; */
    /* display: block; */
    transform: unset;
    pointer-events: all;
    left: 0;
    bottom: 0;
}

#goodsDetail .real-review .photo-review .photo_list.active li .video-js .vjs-big-play-button .vjs-icon-placeholder:before, #goodsDetail .real-review .photo-review .photo_list.active li .video-js .vjs-play-control .vjs-icon-placeholder:before, #goodsDetail .real-review .photo-review .photo_list.active li .vjs-icon-play:before {
    /* display:block; */
    /* content: "\f101"; */
    font-size: 1.8em;
    background: none;
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    /* text-align: center; */
    line-height: 1.67;
    display: block;
    justify-content: unset;
    align-items: unset;
    /* pointer-events: all; */
}

#goodsDetail .real-review .photo-review .photo_list.active li .video-js .vjs-control-bar {
    height: auto;
    position: absolute;
    background-color: rgba(43,51,63,.7);
    align-items: unset;
    justify-content: unset;
    height: 30px;
}

#goodsDetail .real-review .photo-review .photo_list.active li .vjs-volume-panel {
    /* display:none; */
}

#goodsDetail .real-review .photo-review .photo_list.active li .vjs-progress-control {
    display: flex;
}

#goodsDetail .real-review .photo-review .photo_list.active li .vjs-volume-panel {
    display: flex;
}

#goodsDetail .real-review .photo-review .photo_list.active li .vjs-remaining-time {
    display: block;
}

#goodsDetail .real-review .photo-review .photo_list.active li .vjs-picture-in-picture-control {
    display: block;
}

#goodsDetail .real-review .photo-review .photo_list.active li .vjs-fullscreen-control {
    /* display: block */
}


.comments_content{display:flex;justify-content: space-between;}
.comments_content img{max-width:96%;}

@media (max-width: 1700px) {
	 
}
@media (max-width: 1529px) {

}

@media (max-width: 1440px) {

}
@media (max-width: 1280px) {

}

@media screen and (min-width:800px) and (max-width:1000px){

	
}


@media (max-width: 799px) {
	.comments_content1{display:block;}
	.comments_content1{max-width:96%;}
}
	
	
	
	
	
/*Samples Know your supplier*/	
.company-content {
	background-color: #f4f4f4;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 8px;
	padding: 28px;
}

.company-content.self-company {
	background-image: linear-gradient(177deg,#ffdec86e,#ffdec817)
}

.company-content.self-ppe {
	background-image: linear-gradient(-46deg,#edf6ff,#f8fcff)
}

.company-content .self-ppe-tag {
	margin-top: 16px;
	display: flex;
	font-size: 14px;
	color: #222;
	text-align: center;
	line-height: 18px;
	gap: 16px;
	margin-left: 8px
}

.company-content .self-ppe-tag>div {
	position: relative
}

.company-content .self-ppe-tag>div:before {
	position: absolute;
	top: 9px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #222;
	content: "";
	left: -8px
}

.company-content .company-productionServiceCapacity,.company-content .company-qualityAssuranceCapability {
	width: 50%;
	display: flex
}

.company-content .company-attr-layout {
	border-bottom: 1px solid #ddd;
	margin-top: 24px;
	padding-bottom: 24px
}

.company-content .company-attr-layout .company-basicCapacity {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 20px
}

.company-content .company-attr-layout .company-basicCapacity .attr-content {
	font-size: 20px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.company-content .company-attr-layout .company-basicCapacity>* {
	width: 30%;
	flex-direction: column;
	gap: 8px;
	display: flex
}

.company-content .company-productionServiceCapacity {
	padding-bottom: 0!important
}

.company-content div.company-productionServiceCapacity,.company-content div.company-qualityAssuranceCapability,.company-content div.company-qualificationCertificate {
	margin-top: 24px;
	width: 50%;
	flex-direction: column!important;
	gap: 8px!important;
	float: left
}

.company-content div.company-productionServiceCapacity .attr-title,.company-content div.company-qualityAssuranceCapability .attr-title,.company-content div.company-qualificationCertificate .attr-title {
	font-size: 16px;
	color: #222;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 22px
}

.company-content div.company-productionServiceCapacity .attr-item,.company-content div.company-qualityAssuranceCapability .attr-item,.company-content div.company-qualificationCertificate .attr-item {
	font-size: 16px;
	color: #222;
	line-height: 22px;
	position: relative;
	margin-left: 8px
}

.company-content div.company-productionServiceCapacity .attr-item:before,.company-content div.company-qualityAssuranceCapability .attr-item:before,.company-content div.company-qualificationCertificate .attr-item:before {
	position: absolute;
	top: 9px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #222;
	content: "";
	left: -8px
}

.company-content .source-confidence {
	width: 100%;
	clear: both;
	padding-top: 24px;
	border-top: 1px solid #ddd;
	margin-top: 20px
}

.company-content .source-confidence h4 {
	font-weight: 600;
	display: flex;
	justify-content: space-between
}

.company-content .source-confidence .source-confidence-content {
	display: flex;
	gap: 4px;
	margin-top: 18px;
	align-items: center
}

.company-content .source-confidence .source-confidence-content>img {
	width: 20px;
	height: 20px
}

.company-content .company-auth {
	display: flex;
	gap: 8px;
	margin-left: 60px
}

.company-content .company-auth .company-ability {
	font-size: 12px;
	line-height: 16px;
	align-items: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.company-content .company-auth .company-ability>img {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px
}

.company-content .company-attr {
	display: flow-root
}

.company-content .company-attr>div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px
}

.company-content .company-attr>div.company-basicCapacity {
	margin-top: 26px;
	justify-content: space-between
}

.company-content .company-attr>div.company-basicCapacity .attr-item {
	width: 30%
}

.company-content .company-attr>div.company-basicCapacity .attr-title {
	font-size: 14px;
	color: #222;
	text-align: center;
	line-height: 18px
}

.company-content .company-attr>div.company-basicCapacity .attr-content {
	margin-top: 8px;
	width: 100%;
	font-size: 20px;
	color: #222;
	text-align: center;
	line-height: 26px
}

.company-content .company-header {
	display: flex;
	gap: 12px;
	align-items: center
}

.company-content .company-header>a {
	display: flex;
	width: 48px;
	height: 48px;
	overflow: hidden;
	border: .5px solid #ddd;
	border-radius: 8px;
	align-items: center;
	background: #fff
}

.company-content .company-header>a>img {
	max-width: 48px;
	max-height: 48px
}

.company-content .company-header .header-info {
	display: flex;
	flex-direction: column;
	gap: 4px
}

.company-content .company-header .header-info .company-name {
	font-size: 14px;
	color: #222;
	line-height: 18px
}

.company-content .company-header .header-info .company-name a {
	-webkit-text-decoration: underline;
	text-decoration: underline
}

.company-content .company-header .header-info .header-item {
	display: flex;
	flex-direction: row;
	gap: 4px
}

.company-content .company-header .header-info .header-item span img {
	height: 12px
}

.company-content .company-header .header-info .header-item span:nth-child(n+3):before {
	position: absolute;
	top: 8px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #222;
	content: "";
	left: -7px
}

.company-content .company-header .header-info .header-item>img {
	height: 14px
}

.company-content .company-header .header-info .header-item>span {
	position: relative;
	margin-right: 8px;
	font-size: 12px;
	color: #222;
	line-height: 18px
}
						
						

/**/	
#goodsDetail .detail_detail .item_option_area {border-left: 1px solid #e5e5e5;box-sizing: border-box;width: 421px;position: relative;}
#goodsDetail .detail_detail .item_option_area .option_area {padding: 30px 0 30px 50px;box-sizing: border-box;width: 420px;}
 #goodsDetail .detail_detail .item_option_area .option_area>h2 {font-size: 22px;font-weight: 500;line-height: 30px;height: 60px; overflow: hidden;text-overflow: ellipsis;white-space: normal;-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;word-break: break-all;}  
#goodsDetail .detail_detail .item_option_area .option_area.fixed {position: fixed;z-index: 50;/* left: 0; */transition: transform, top 0.3s;background: #fff;}
body.scrolldown #goodsDetail .detail_detail .item_option_area .option_area {}
#goodsDetail .detail_detail .item_option_area .option_area.absolute {position: absolute;bottom: 0}
#goodsDetail .item_option_area .item_color .colornm {}
#goodsDetail .item_option_area .item_size.set:first-child {margin-top: 0}
body.scrolldown #goodsDetail .detail_detail .item_option_area .option_area.fixed {transform: translate(0, 0);top: 72px;}
body.scrollup #goodsDetail .detail_detail .item_option_area .option_area.fixed {transform: translate(0, 0);top: 144px;}
body.scrolldown #topBanner ~ #wrap #goodsDetail .detail_detail .item_option_area .option_area.fixed {top: 132px;}
body.scrollup #topBanner ~ #wrap #goodsDetail .detail_detail .item_option_area .option_area.fixed {top: 204px;}
#goodsDetail .item_option_area .detail_buttons a {font-size: 16px}		





/**/
#goodsOtherArea{margin:100px auto 100px auto;}
#goodsOtherArea .recommend {
}

#goodsOtherArea .recommend .recommend_wrap {
}

#goodsOtherArea > div > h2 {
	font-size: 24px;
	padding: 100px 0 20px;
	font-weight: 600;
}

#goodsOtherArea .recommend .list_form {
	/* overflow: hidden; */
	/* padding: 0 27.5px; */
	width: 100%;
	box-sizing: border-box;
	padding-bottom: 20px;
}

#goodsOtherArea .best_item .list_form {
	padding-bottom: 30px
}

#goodsOtherArea .brand h2 {
	font-size: 18px;
	font-weight: 500;
	color: #707070;
	padding-left: 41px;
	padding-bottom: 26px;
}

#goodsOtherArea .brand a {
	display: flex;
	position: relative;
}

#goodsOtherArea .brand a >div {
	display: flex
}

#goodsOtherArea .brand .brand_img {
	width: 995px;
	border-radius: 30px 30px 100px 30px;
	overflow: hidden;
	height: 500px;
	margin-right: 50px;
	position: relative;
	z-index: -1;
}

#goodsOtherArea .brand a > div h3 {
	position: absolute;
	top: -24px;
	left: 40px;
	font-size: 44px;
	font-weight: 700;
	font-family: 'NotoSansCJKkr','Montserrat',Sans-Serif;
	line-height: 1;
	/* z-index: 1; */
}

#goodsOtherArea .brand .brand_img img {
	/* border-radius: 30px 30px 100px 30px; */
}

#goodsOtherArea .brand .brand_cont {
	width: 295px;
	padding-top: 28px;
}

#goodsOtherArea .brand .brand_cont .brand_logo {
	width: 80px;
	height: 80px;
	overflow: hidden;
	border-radius: 50%;
}

#goodsOtherArea .brand .brand_cont .brand_logo img {
}

#goodsOtherArea .brand .brand_cont h4 {
	font-size: 24px;
	font-weight: 600;
	padding-top: 30px;
	word-break: break-all;
	line-height: 36px;
}

#goodsOtherArea .brand .brand_cont p {
	padding-top: 21px;
	font-size: 16px;
	color: #707070;
	line-height: 24px;
}

#goodsOtherArea .brand .brand_cont .brand_go {
	margin-top: 51px;
	width: 176px;
	height: 50px;
	border-radius: 90px;
	border: 1px solid #222;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}

#goodsOtherArea .promotion {
}

#goodsOtherArea .promotion .promotion_form {
	position: relative
}

#goodsOtherArea .promotion .swiper-prev {
	cursor: pointer;
	position: absolute;
	top: 229px;
	left: -80px;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: url(../images/icon/list_slider_prev@3x.png) center no-repeat;
	background-size: 60px;
	/* margin-top: -30px; */
}

#goodsOtherArea .promotion .swiper-next {
	cursor: pointer;
	position: absolute;
	top: 229px;
	right: -80px;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: url(../images/icon/list_slider_next@3x.png) center no-repeat;
	background-size: 60px;
	/* margin-top: -30px; */
}

#goodsOtherArea .promotion h2 {
	padding: 90px 0 20px;
}

#goodsOtherArea .promotion ul {
}

#goodsOtherArea .promotion ul li {
}

#goodsOtherArea .promotion ul li a {
}

#goodsOtherArea .promotion ul li a .img {
	width: 100%;
	/* height: 577px; */
	border-radius: 5px;
	overflow: hidden;
}

#goodsOtherArea .promotion ul li a .img img {
	width: 100%;
	display: block;
}

#goodsOtherArea .promotion ul li a h3 {
	padding-top: 20px;
	font-size: 21px;
	font-weight: 600;
	line-height: 25px;
}

#goodsOtherArea .promotion ul li a .sub_tit {
	padding-top: 6px;
	font-size: 16px;
	font-weight: 500;
	color: #707070
}

#goodsOtherArea .promotion ul li a p {
	padding-top: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #aaa;
	line-height: 1;
}
@media (max-width: 1700px) {
	 
}
@media (max-width: 1529px) {
	#goodsDetail .goods_photo{flex-direction:column-reverse;}

	#goodsDetail .goods_top_wrap .photo{
		width:calc(71000vw / 1920);
		height:calc(71000vw / 1920 + 126px);
		margin-right:50px;
	}
	#goodsDetail .goods_photo .swiper-container{
		width:calc((71000vw / 1920) + 00px);/*100*/
		min-width:calc((71000vw / 1920) + 00px);
		height:calc((71000vw / 1920) + 00px);
	}
	
	#goodsDetail .goods_info_right .marketing_title{height:20px;}
	#goodsDetail .goods_info_right > h2{font-size:22px;line-height:34px;height:102px;}
	.benefit{margin-top:30px;}
	
	
	#goodsDetail .swiper-goods-photo-pagination{width:100%;margin-right:0px;margin-top:26px;display:flex;}
	#goodsDetail .swiper-goods-photo-pagination .swiper-pagination-bullet{margin-bottom:0px;margin-right:10px;}
	
}

@media (max-width: 1440px) {
	#goodsDetail .goods_info_right > h2{font-size:20px;line-height:30px;height:90px;}
	.goodsItemInfo .price_area .price_1 h3,
	.goodsItemInfo .price_area .price_1 p{font-size:16px;}
	
	.goodsItemInfo .price_area .price_coupon_wrap .span{font-size:22px;}
	.goodsItemInfo .price_area .price_coupon_wrap .price_coupon h2{font-size:24px;}
	
	.benefit{margin-top:20px;padding-bottom:20px;}
	.detail_buttons a{width:260px;height:55px;line-height:55px;font-size:17px;}
}
@media (max-width: 1280px) {
	.brand_name,.marketing_title{display:none !important;}
	#goodsDetail .goods_info_right .marketing_title{height:10px;}
	.benefit ul li{font-size:17px;line-height:18px;}
	#goodsDetail .goods_top_wrap .photo{margin-right:30px;}
	#goodsDetail .detail_detail .item_option_area{display:none;}
}

@media screen and (min-width:800px) and (max-width:1000px){
	#goodsDetail .goods_top_wrap{display:block;}
	#goodsDetail .goods_top_wrap .photo {width: calc(92vw - 226px); height: calc(92vw - 226px);margin-right:0px;}
	#goodsDetail .goods_photo{flex-direction:unset;}
	#goodsDetail .swiper-goods-photo-pagination{    width: 100px; display: block;margin-top: 0px;margin-right: 26px;}	
	#goodsDetail .goods_photo .swiper-container{width: calc(92vw - 226px); min-width: calc(92vw - 226px); height: calc(92vw - 226px);}
	
	
	
	#goodsDetail .goods_info_right{margin-top:30px;}
	#goodsDetail .goods_info_right > h2{font-size:18px;line-height:28px;height:84px;}
	.goodsItemInfo .price_area .price_coupon_wrap .span{font-size:18px;}
	.goodsItemInfo .price_area .price_coupon_wrap .price_coupon h2{font-size:20px;line-height:28px;}
	
	.benefit ul li{font-size:16px;line-height:17px;}
	
}


@media (max-width: 799px) {
	#goodsDetail .goods_top_wrap{display:block;}
	#goodsDetail .goods_top_wrap .photo {width: 92vw; height: calc( ((92vw - 10px) / 6) * 5 );margin-right:0px;}
	#goodsDetail .goods_photo{flex-direction:unset;}
	#goodsDetail .goods_photo .goods-slide{border-radius:10px;}
	#goodsDetail .swiper-goods-photo-pagination{    
		/*width: 100px; display: block;margin-top: 0px;margin-right: 10px;*/
		display: block;margin-top: 0px;margin-right: 10px;
		width:calc( ((92vw - 10px) / 7) - 5px);
	}	
	#goodsDetail .swiper-goods-photo-pagination .swiper-pagination-bullet{
		margin-right:0px;
		width:calc( ((92vw - 10px) / 7) - 5px);
		height:calc( ((92vw - 10px) / 7) - 5px);
		margin-bottom:5px;
	}
	
	
	#goodsDetail .goods_photo .swiper-container{
		/*width: calc(92vw - 126px); min-width: calc(92vw - 126px); height: calc(92vw - 126px);*/
		
		width:calc( ((92vw - 10px) / 7) * 6 );
		height:calc( ((92vw - 10px) / 7) * 6 );
	}
	
	
	
	#goodsDetail .goods_info_right{margin-top:30px;}
	#goodsDetail .goods_info_right > h2{font-size:18px;line-height:28px;height:84px;}
	.goodsItemInfo .price_area .price_1 h3, .goodsItemInfo .price_area .price_1 p{font-size:15px;}
	.goodsItemInfo .price_area .price_coupon_wrap .span{font-size:17px;}
	.goodsItemInfo .price_area .price_coupon_wrap .price_coupon h2{font-size:18px;line-height:25px;}
	
	.benefit ul li{font-size:15px;line-height:16px;}
	
	.detail_buttons a{width: 240px;height: 45px;line-height: 45px;font-size: 16px;margin:auto;}
}



 
@media (max-width: 800px) {
 
}			




.wrap .hd{padding-bottom:30px;}
@media (max-width: 799px) {
	 .aff_depth_3{display:none !important;}
	.mall_main_wap100{width:100%;max-width:100%;}
	#goodsDetail .goods_top_wrap{padding-bottom:30px;}
	
	/*3个分类*/
	body.scrollup #goodsDetail .detail_detail .detail .detail_tab.fixed{top:18px;}
	#goodsDetail .detail_detail .detail{padding-right:0px;}
	#goodsDetail .detail_detail .detail .detail_tab{padding-left:0px;}
	#goodsDetail .detail_detail .detail .detail_tab li{margin-right:0px;flex:1;}
	#goodsDetail .detail_detail .detail .detail_tab li .pcshow{display:none;}
	#goodsDetail .detail_detail .detail .detail_tab li .mbshow{display:block;}
	#goodsDetail .detail_detail .detail .detail_tab li a{font-size:16px;}
	#goodsDetail .detail_info_top .tit{font-size:18px;}
	
	/*详情主体*/
	#goodsDetail .detail_detail .detail .goods_detail{width:94%;margin:auto auto;padding-top:30px;}
	#goodsDetail .detail_detail .detail .goods_detail .detail_info{width:100%;max-width:100%;}
	
	#goodsDetail .detail_detail .detail .goods_detail .detail_info .detail_open button{
		width:140px;height:40px;font-size:14px;
	}
}

@media (max-width: 400px) {
	#goodsDetail .detail_detail .detail .detail_tab li a{font-size:15px;}
}