/* 内容 */
	.recipe-details-wrapper{
		width: 100%;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.recipe-details-wrapper .recipe-details-banner{
		width: 49.554%;
	}
	
	.recipe-details-wrapper .recipe-details-banner img{
		width: 100%;
		height: 100%;
	}
	
	.recipe-details-wrapper .content-wrapper{
		width: 47.294%;
		padding: 2.628% 1.577% 5.255%;
		background-color: rgba(245, 245, 245, 1);
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .title{
		width: 100%;
		padding-bottom: 3.334%;
		border-bottom: 1px dashed rgba(195, 195, 195, 1);
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .title p{
		line-height: 1;
		font-size: 26px;
		color: rgba(0, 0, 0, 1);
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .process{
		width: 100%;
		padding-top: 5.556%;
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .process .item{
		width: 100%;
		font-size: 16px;
		margin-top: 5.556%;
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .process .item:first-child{
		margin-top: 0%;
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .process .item .label{
		line-height: 1;
		font-size: inherit;
		color: rgba(230, 0, 18, 1);
		font-family: "SourceHanSansCN-Bold";
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .process .item .value{
		line-height: 26px;
		margin-top: 2.112%;
		font-size: inherit;
		color: rgba(99, 99, 99, 1);
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper{
		width: 100%;
		margin-top: 20%;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .title{
		line-height: 1;
		font-size: 26px;
		color: rgba(0, 0, 0, 1);
		font-family: "SourceHanSansCN-Regular";
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content{
		width: 100%;
		display: grid;
		grid-gap: 30px;
		margin-top: 5.554%;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content .item{
		width: 100%;
		display: block;
		overflow: hidden;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content .item .images{
		width: 100%;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content .item .images img{
		width: 100%;
		height: 100%;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content .item .text{
		width: 90%;
		text-align: center;
		margin: 5.715% auto 0%;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content .item .text p:first-child{
		line-height: 1;
		font-size: 18px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: rgba( 0, 0, 0, 1);
		font-family: "SourceHanSansCN-Normal";
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content .item .text p:last-child{
		line-height: 1;
		font-size: 16px;
		overflow: hidden;
		margin-top: 4.762%;
		white-space: nowrap;
		text-overflow: ellipsis;
		color: rgba( 134, 134, 134, 1);
	}
	
/* 响应 1680 */
@media screen and (max-width: 1680px) {
/* 内容 */
	.recipe-details-wrapper .content-wrapper .upper-wrapper .title p{
		font-size: 24px;
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .process .item{
		font-size: 15px;
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .process .item .value{
		line-height: 24px;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .title{
		font-size: 24px;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content{
		grid-gap: 25px;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content .item .text p:first-child{
		font-size: 17px;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content .item .text p:last-child{
		font-size: 15px;
	}
}

/* 响应 1440 */
@media screen and (max-width: 1440px) {
/* 内容 */
	.recipe-details-wrapper .content-wrapper .upper-wrapper .title p{
		font-size: 22px;
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .process .item{
		font-size: 14px;
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .process .item .value{
		line-height: 22px;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .title{
		font-size: 22px;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content{
		grid-gap: 20px;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content .item .text p:first-child{
		font-size: 16px;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content .item .text p:last-child{
		font-size: 14px;
	}
}

/* 响应 1280 */
@media screen and (max-width: 1280px) {
/* 内容 */
	.recipe-details-wrapper .content-wrapper .upper-wrapper .title p{
		font-size: 20px;
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .process .item{
		font-size: 13px;
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .process .item .value{
		line-height: 20px;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .title{
		font-size: 20px;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content{
		grid-gap: 15px;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content .item .text p:first-child{
		font-size: 15px;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content .item .text p:last-child{
		font-size: 13px;
	}
}

/* 响应 1000 */
@media screen and (max-width: 1000px) {
/* 内容 */
	.recipe-details-wrapper{
		width: 90%;
		display: block;
		margin: 0% auto;
	}
	
	.recipe-details-wrapper .recipe-details-banner{
		width: 100%;
	}
	
	.recipe-details-wrapper .content-wrapper{
		width: auto;
		padding-top: 3.922%;
		padding-bottom: 6.536%;
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .title{
		padding-bottom: 4.050%;
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .title p{
		font-size: 18px;
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .process{
		padding-top: 4.050%;
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .process .item{
		font-size: 12px;
		margin-top: 4.050%;
	}
	
	.recipe-details-wrapper .content-wrapper .upper-wrapper .process .item .value{
		line-height: 18px;
		margin-top: 2.700%;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper{
		margin-top: 6.749%;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .title{
		font-size: 18px;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content{
		grid-template-columns: repeat(2, 1fr);
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content .item .text p:first-child{
		font-size: 14px;
	}
	
	.recipe-details-wrapper .content-wrapper .below-wrapper .content .item .text p:last-child{
		font-size: 12px;
	}
}

/* 响应 750 */
@media screen and (max-width: 750px) {
/* 内容 */
}