body {
	background: #F9F9F9;
}
.block1 {
	width: 100%;
	height: 817px;
	background: url('../../img/kodak/product/pdi/bg2.png') no-repeat center / cover;
	padding: 181px 0 0 0;
	color: #FFFFFF;
}

.block-title {
	font-size: 64px;
	line-height: 88px;
	margin-bottom: 32px;
}
.block1-desc {
	width: 600px;
	font-size: 20px;
	line-height: 32px;
}
.block2 {
	width: 100%;
	height: 1429px;
	background: url('../../img/kodak/product/pdi/bg3.png') no-repeat center / cover;
	margin-bottom: -288px;
	padding-top: 80px;
}
.block2-title {

}
.block2-title-line {
	margin: 24px 0 48px 0;
}
.block2-desc {
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 48px;
}
.product-list {
	width: 100%;
	max-width: 1536px;
	margin: 0 auto 48px;
}
.product-item {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding-right: 97px;
	margin-bottom: 48px;
}
.product-item:nth-of-type(2n) {
	flex-direction: row-reverse;
	padding-right: 0;
	padding-left: 97px;
}
.product-item:nth-of-type(2n) .flex-center-end {
	align-items: flex-start;
}
.product-item:nth-of-type(2n-1) .product-item-desc{
	text-align: right;
}
.product-item-img {
	display: block;
	width: 724px;
	height: 100%;
}

.product-item-title {
	
}
.product-item-desc {
	font-size: 24px;
	line-height: 40px;
	width: 628px;
	margin-top: 24px;
	margin-bottom: 48px;
}
.product-item-btn {
	display: block;
	color: #FFFFFF;
	width: 180px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	background: #ED0000;
	text-decoration: none;
	font-size: 24px;
}

@media screen and (max-width: 750px) {
	.block1-desc {
		width: 100%;
	}
	.product-item {
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 20px;
	}
	.product-item:nth-of-type(2n) {
		padding-left: 0px;
	}
	.product-item-img {
		width: 100%;
		height: auto;
	}
	.product-item-desc {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.index-block-title {
		font-size: 28px;
		line-height: 1.5;
	}
	/* block1 */
	.block1 {
		height: 100vw;
		padding-top: 20vw;
	}
	.block-title {
		font-size: 30px;
		line-height: 1.5;
	}
	.block1-desc {
		width: 100%;
		font-size: 16px;
		line-height: 1.8;
	}
	/* block2 */
	.block2 {
		height: auto;
		padding: 10px 0;
		margin-bottom: 0;
		padding-bottom: 60vw;
		background-position: center bottom;
		background-size: 100%;
	}
	.block2-title-line {
		margin: 10px auto 20px;
	}
	.block2-desc {
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 10px;
	}
	
	/* block3 */
	.product-list {
		padding: 10px;
		margin-top: -10vw;
	}
	.product-item {
		padding: 10px !important;
		margin-bottom: 10px;
	}
	.index-block-title {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.product-item-desc {
		font-size: 16px;
		line-height: 1.8;
		margin: 10px 0;
	}
	.product-item-btn {
		width: 100%;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		margin-top: 10px;
	}
	.product-item:nth-of-type(2n-1) .product-item-desc{
		text-align: center;
	}
	.product-item > .flex-center-end {
		align-items: center !important;
	}
}