/* 内容 */
	.product-details-wrapper{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content:flex-end;
	}
	
	.product-details-wrapper .product-details-banner{
		width: 36.784%;
		border-radius: 5px;
	}
	
	.product-details-wrapper .product-details-banner img{
		width: 100%;
		height: 100%;
		border-radius: 5px;
	}
	
	.product-details-wrapper .content-wrapper{
		width: 47.294%;
		padding: 2.628% 1.577% 3.153%;
		background-color: rgba(245, 245, 245, 1);
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .title{
		width: 100%;
		padding-bottom: 3.334%;
		border-bottom: 1px dashed rgba(195, 195, 195, 1);
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .title p{
		line-height: 1;
		font-size: 26px;
		color: rgba(0, 0, 0, 1);
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .title samp{
		display: block;
		font-size: 16px;
		line-height: 26px;
		margin-top: 2.223%;
		color: rgba(151, 150, 150, 1);
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .basic{
		width: 100%;
		padding-top: 1.112%;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .basic .item{
		width: 100%;
		height: 40px;
		display: flex;
		font-size: 16px;
		align-items: center;
		justify-content: flex-start;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .basic .item .label{
		width: 70px;
		display: flex;
		line-height: 1;
		font-size: inherit;
		text-align: justify;
		align-items: center;
		margin-right: 3.334%;
		display: inline-block;
		text-align-last: justify;
		color: rgba(230, 0, 18, 1);
		justify-content: flex-start;
		text-justify:distribute-all-lines;
		font-family: "SourceHanSansCN-Bold";
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .basic .item .value{
		line-height: 1;
		font-size: inherit;
		color: rgba(99, 99, 99, 1);
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .other{
		width: 100%;
		margin-top: 1.334%;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .other .item{
		width: 100%;
		font-size: 16px;
		margin-top: 2.112%;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .other .item:first-child{
		margin-top: 0%;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .other .item .label{
		line-height: 1;
		font-size: inherit;
		color: rgba(230, 0, 18, 1);
		font-family: "SourceHanSansCN-Bold";
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .other .item .value{
		line-height: 26px;
		margin-top: 2.112%;
		font-size: inherit;
		color: rgba(99, 99, 99, 1);
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .button{
		width: 100%;
		display: flex;
		margin-top: 4.445%;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .button a{
		width: 18%;
		height: 40px;
		display: flex;
		font-size: 14px;
		border-radius: 5px;
		align-items: center;
		margin-right: 1.112%;
		justify-content: center;
		color: rgba(255, 255, 255, 1);
		background-color: rgba(230, 0, 18, 1);
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .button a .icon{
		margin-left: 3.704%;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	
	.product-details-wrapper .content-wrapper .below-wrapper{
		width: 100%;
		margin-top: 10%;
	}
	
	.product-details-wrapper .content-wrapper .below-wrapper .title{
		line-height: 1;
		font-size: 26px;
		color: rgba(0, 0, 0, 1);
	}
	
	.product-details-wrapper .content-wrapper .below-wrapper .content{
		width: 100%;
		margin-top: 2.223%;
	}
	
	.product-details-wrapper .content-wrapper .below-wrapper .content p{
		width: 100%;
		font-size: 16px;
		line-height: 26px;
		color: rgba(99, 99, 99, 1);
	}
	
	/* 内容-英文样式 */
	.product-details-wrapper .content-wrapper .upper-wrapper .basic.en .item .label{
		width: 100px;
		text-align-last: auto;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .button.en a{
		width: 25%;
	}
	
/* 响应 1680 */
@media screen and (max-width: 1680px) {
/* 内容 */
	.product-details-wrapper .content-wrapper .upper-wrapper .title p{
		font-size: 24px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .title samp{
		font-size: 15px;
		line-height: 24px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .basic .item{
		height: 35px;
		font-size: 15px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .basic .item .label{
		width: 65px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .other .item{
		font-size: 15px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .other .item .value{
		line-height: 24px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .button a{
		height: 35px;
		font-size: 13px;
	}
	
	.product-details-wrapper .content-wrapper .below-wrapper .title{
		font-size: 24px;
	}
	
	.product-details-wrapper .content-wrapper .below-wrapper .content p{
		font-size: 15px;
		line-height: 24px;
	}
	
	/* 内容-英文样式 */
	.product-details-wrapper .content-wrapper .upper-wrapper .basic.en .item .label{
		width: 95px;
	}
}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 内容 */
	.product-details-wrapper .content-wrapper .upper-wrapper .title p{
		font-size: 22px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .title samp{
		font-size: 14px;
		line-height: 22px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .basic .item{
		height: 30px;
		font-size: 14px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .basic .item .label{
		width: 60px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .other .item{
		font-size: 14px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .other .item .value{
		line-height: 22px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .button a{
		height: 30px;
		font-size: 12px;
	}
	
	.product-details-wrapper .content-wrapper .below-wrapper .title{
		font-size: 22px;
	}
	
	.product-details-wrapper .content-wrapper .below-wrapper .content p{
		font-size: 14px;
		line-height: 22px;
	}
	
	/* 内容-英文样式 */
	.product-details-wrapper .content-wrapper .upper-wrapper .basic.en .item .label{
		width: 90px;
	}
}

/* 响应 1280 */
@media screen and (max-width: 1280px) {
/* 内容 */
	.product-details-wrapper .content-wrapper .upper-wrapper .title p{
		font-size: 20px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .title samp{
		font-size: 13px;
		line-height: 20px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .basic .item{
		font-size: 13px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .basic .item .label{
		width: 55px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .other .item{
		font-size: 13px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .other .item .value{
		line-height: 20px;
	}
	
	.product-details-wrapper .content-wrapper .below-wrapper .title{
		font-size: 20px;
	}
	
	.product-details-wrapper .content-wrapper .below-wrapper .content p{
		font-size: 13px;
		line-height: 20px;
	}
	
	/* 内容-英文样式 */
	.product-details-wrapper .content-wrapper .upper-wrapper .basic.en .item .label{
		width: 85px;
	}
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 内容 */
	.product-details-wrapper{
		width: 90%;
		display: block;
		margin: 0% auto;
	}
	
	.product-details-wrapper .product-details-banner{
		width: 100%;
	}
	
	.product-details-wrapper .content-wrapper{
		width: auto;
		margin-top: 1.447%;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .title{
		padding-bottom: 4.050%;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .title p{
		font-size: 18px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .title samp{
		font-size: 12px;
		line-height: 18px;
		margin-top: 2.700%;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .basic{
		padding-top: 2.700%;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .basic .item{
		font-size: 12px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .basic .item .label{
		width: 50px;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .other .item{
		font-size: 12px;
		margin-top: 2.700%;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .other .item .value{
		line-height: 18px;
		margin-top: 1.350%;
	}
	
	.product-details-wrapper .content-wrapper .upper-wrapper .button{
		margin-top: 5.400%;
	}
	
	.product-details-wrapper .content-wrapper .below-wrapper{
		margin-top: 6.749%;
	}
	
	.product-details-wrapper .content-wrapper .below-wrapper .title{
		font-size: 18px;
	}
	
	.product-details-wrapper .content-wrapper .below-wrapper .content p{
		font-size: 12px;
		line-height: 18px;
	}
	
	/* 内容-英文样式 */
	.product-details-wrapper .content-wrapper .upper-wrapper .basic.en .item .label{
		width: 80px;
	}
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 内容 */
	.product-details-wrapper .content-wrapper .upper-wrapper .button a{
		width: 30%;
	}
	
	/* 内容-英文样式 */
	.product-details-wrapper .content-wrapper .upper-wrapper .button.en a{
		width: 40%;
	}
}