.pro_text img {
	max-width: 750px;
	display: block;
	margin: 0 auto!important;
}

.sung-goods .more1 {
	padding: 0 14px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
/* border: 1px solid var(--color-second); */
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	position: relative;
	background-color: var(--color-second);
}

.sung-goods .more1 i {
	margin-left: 16px;
}

.sung-goods .more1:hover {
	background: linear-gradient(
0deg,
rgba(255, 255, 255, 0.1) 0%,
rgba(255, 255, 255, 0.1) 100%
),
var(--color-second);
}

.sung-goods .more1:hover span {
	background: #fff
}

.sung-prodetail {
	padding: 50px 0 30px;
}

.sung-prodetail .details {
    /*padding: 60px 0;*/
}

.sung-prodetail .details .detail_left {
	position: relative;
	box-sizing: border-box;
}

.sung-prodetail .details .detail_left > .rtp_small_img .hisList1 {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.sung-prodetail .details .detail_left > .rtp_small_img .hisList1 .swiper-slide {
	overflow: hidden;
	text-align: center;
	margin: 0;
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
}

.sung-prodetail .details .detail_left > .rtp_small_img .hisList1 .swiper-slide img {
	box-sizing: border-box;
	max-height: 600px;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.sung-prodetail .details .detail_left > .rtp_small_img .swiper-slide i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #fff;
	opacity: 0.7;
	cursor: pointer;
}

.sung-prodetail .details .detail_left > .rtp_small_img .swiper-slide i:hover {
	opacity: 1;
}

.sung-prodetail .details .detail_left > .rtp_small_img .hisList1 .swiper-slide i {
	font-size: 100px;
}

.sung-prodetail .details .detail_left > .rtp_small_img .hisList2 .swiper-slide i {
	font-size: 30px;
}

.sung-prodetail .details .detail_left > .rtp_small_img .hisList2 {
	overflow: hidden;
	margin-top: 30px;
}

.sung-prodetail .details .detail_left > .rtp_small_img .hisList2 .swiper-slide {
	overflow: hidden;
	box-sizing: border-box;
	opacity: 0.7;
	margin: 0;
	position: relative;
}

.sung-prodetail .details .detail_left > .rtp_small_img .hisList2 .swiper-slide img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.sung-prodetail .details .detail_left > .rtp_small_img .hisList2 .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid var(--color-primary);
}

.sung-prodetail .details .detail_left .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	background: #F0F0F0B2;
	cursor: pointer;
	outline: none;
	float: left;
	color: var(--title-text-color);
	z-index: 2;
	display: inline-flex;
}

.sung-prodetail .details .detail_left .btn:hover {
	background: linear-gradient(0deg, rgba(240, 240, 240, 0.2), rgba(240, 240, 240, 0.2)),
linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	color: #fff;
}

.sung-prodetail .details .detail_left .btn > i {
	font-size: 24px;
}

.sung-prodetail .details .detail_left .btn.btn-prev {
	left: 8px;
}

.sung-prodetail .details .detail_left .btn.btn-next {
	right: 8px;
}

.sung-prodetail .details .detail_left .swiper-pagination {
	position: inherit;
	left: inherit;
	right: inherit;
	bottom: inherit;
	z-index: 2;
	padding: 15px 0;
}

.sung-prodetail .details .detail_right {
	overflow: hidden;
	box-sizing: border-box;
	flex: 1;
}

.sung-prodetail .details .detail_right > h1 {
	font-size: 26px;
	font-weight: bold;
	position: relative;
}

.sung-prodetail .details .detail_right .desc-content {
	font-size: 15px;
	line-height: 2;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}

.sung-prodetail .details .detail_right > .imglist {
	margin-top: 60px;
}

.sung-prodetail .detail-height {
	width: 100%;
/* height: 97px; */
	/*margin-top: 70px;*/
	
	    margin: 40px 0;
}

.sung-prodetail .detail-maodian {
	width: 100%;
/* height: 97px; */
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: #fff;
	font-size: 0;
	z-index: 20;
	text-align: center;
	box-sizing: border-box;
}

.sung-prodetail .detail-maodian li {
	display: inline-block;
	margin: 0 25px;
}

.sung-prodetail .detail-maodian li a {
	display: block;
	padding: 0 20px;
	line-height: 80px;
	font-weight: 600;
	font-size: 20px;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-ms-transition: 0.1s all;
	transition: 0.1s all;
}

.sung-prodetail .detail-maodian li.current a,
.sung-prodetail .detail-maodian li a:hover {
	border-bottom: 2px solid var(--color-second);
	color: var(--color-second);
}

.sung-prodetail .detail-maodian li:last-child a {
	margin-right: 0;
}

.sung-prodetail .detail-title {
	padding-top: 55px;
	padding-bottom: 20px;
}

.sung-prodetail .detail-title h3 {
	font-size: 24px;
}

.sung-prodetail .detail-title p {
	padding-top: 20px;
}

.sung-prodetail .detail-recom .goods-listfr {
/* width: 100%; */
    /*padding-bottom: 50px;*/
}

.sung-prodetail .detail-recom .goods-listfr li {
	text-align: center;
}

.sung-prodetail .detail-recom .goods-listfr .goods-inner {
	padding: 15px;
	border: 1px solid #E0E0E0;
	display: inline-block;
	transition: all .3s cubic-bezier(0,0,.5,1);
	width: 100%;
}

.sung-prodetail .detail-recom .goods-listfr .goods-inner:hover {
	box-shadow: 0px 10px 30px 0px #00000033;
	transform: scale3d(1.01, 1.01, 1.01);
}

.sung-prodetail .detail-recom .goods-listfr li img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.sung-prodetail .detail-recom .goods-listfr li .box {
	min-height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
}

.sung-prodetail .detail-recom .goods-listfr li p {
/* padding: 0 20px; */
	font-size: 18px;
	line-height: 28px;
	color: var(--title-text-color);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sung-prodetail .detail-recom .list-link {
	margin-top: 10px;
}

.sung-prodetail .detail-recom .list-link a {
	padding: 5px 10px;
	font-size: 15px;
	color: var(--color-primary);
	font-family: var(--font-family);
}

.sung-prodetail .detail-recom .list-link a:hover {
	border-bottom: 1px solid var(--color-primary);
}

.sung-prodetail .detail-recom .container {
	padding-bottom: 52px;
}

.sung-prodetail .detail-incoterm table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	border-left: none;
	border-right: none;
}

.sung-prodetail .detail-incoterm th, td {
	text-align: left;
	padding: 8px 20px;
	border: 1px solid #ccc;
	font-size: 15px;
}

.sung-prodetail .detail-incoterm th:first-child, td:first-child {
	background-color: #F8F8F8;
	font-weight: 600;
}
/* .sung-prodetail table {
border-collapse: collapse;
width: 100%;
margin: 0 auto;
}
.sung-prodetail th, td {
text-align: left;
padding: 8px;
}
.sung-prodetail th {
background-color: #f2f2f2;
cursor: pointer;
}
.sung-prodetail tr:nth-child(even) {
background-color: #f2f2f2;
} */
@media screen and (max-width: 1280px) {
	.sung-prodetail .details .detail_right > h1 {
		font-size: 24px;
	}
}

@media screen and (max-width: 1200px) {
	.sung-prodetail .details {
        /*padding: 42px 0;*/
	}

	.sung-prodetail .details .detail_right > .imglist {
		margin: 20px 0;
	}

	.sung-prodetail .details .detail_left .btn {
		width: 36px;
		height: 36px;
	}

	.sung-prodetail .details .detail_left .btn > i {
		font-size: 18px;
	}

	.detail-maodian li a {
		line-height: 60px;
		font-size: 18px;
	}
}

@media screen and (max-width: 992px) {
	.sung-prodetail .details {
/* margin-top: 13px; */
        /*padding: 40px 0 0;*/
	}

	.sung-prodetail .details .detail_right > h1 {
		font-size: 22px;
	}

	.sung-prodetail .detail-height {
		display: none;
	}

	.sung-prodetail .detail-title {
		padding-top: 0px;
	}

	.detail-title h3 {
		font-size: 20px;
	}

	.detail-recom .goods-listfr li {
		margin-bottom: 20px;
	}

	.sung-prodetail .details .detail_right {
		margin-left: 0;
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	.sung-prodetail .details .detail_right > h1 {
		font-size: 20px;
	}

	.sung-prodetail .details .detail_left .btn {
		width: 25px;
		height: 25px;
	}

	.sung-prodetail .details .detail_left .btn > i {
		font-size: 14px;
	}

	.sung-prodetail .details {
        /*padding: 36px 0;*/
	}

	.sung-prodetail .details .detail_left > .rtp_small_img .hisList1 .swiper-slide i {
		font-size: 60px;
	}

	.sung-prodetail .details .detail_left > .rtp_small_img .hisList2 .swiper-slide i {
		font-size: 18px;
	}

	.detail-recom .goods-listfr {
        /*padding-bottom: 40px;*/
	}

	.product-description.pro-scroll {
		overflow: auto;
	}
}

@media screen and (max-width: 576px) {
	.sung-prodetail .details .detail_right > .imglist {
		margin-top: 30px;
	}
}