﻿.block1 {
	width: 100%;
	height: 817px;
	background: url('../image/bg33.png') no-repeat center / cover;
	padding-top: 181px;
	color: #FFFFFF;
}

.block1-title {
	font-size: 64px;
	line-height: 88px;
}
.block1-desc {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 32px;
	margin-top: 32px;
}
.block4 {
	width: 100%;
	padding-bottom: 30px;
	/*height: 817px;*/
	background: url('../image/bg41.png') no-repeat center / cover;
	padding-top: 78px;
}

.block4-check-wrap {
	width: 420px;
	height: 661px;
	background: #FFFFFF;
	padding: 28px 30px 0;
}

.block4-title {
	font-size: 36px;
	line-height: 50px;
	margin-bottom: 46px;
}

.block4-input-title {
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
	line-height: 22px;
	margin-bottom: 10px;
}

.block4-input {
	width: 100%;
	height: 48px;
	outline: none;
	border: 1px solid rgba(0, 0, 0, .28);
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	padding: 0 12px;
	box-sizing: border-box;
}

.block4-input-row {
	margin-bottom: 24px;
}

.block4-btn {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	background-color: transparent;
	width: 180px;
	height: 64px;
	background: rgb(255, 80, 0);
	color: #FFFFFF;
	font-size: 24px;
	cursor: pointer;
	margin-top: 130px;
}
.block5-check-content {
	background: #ffffff;
	flex: 1;
	height: 100%;
	margin-left: 10px;
	padding: 10px;
}

.detail-row {
	width: 50%;
	padding: 15px 30px;
	border-bottom: 1px solid #f0f3f5;
	font-size: 16px;
}
.detail-row:nth-of-type(2n) {
	/*background: #f0f3f5;*/
}
.detail-wrap:nth-of-type(2n) {
	background: #f0f3f5;
}

@media screen and (max-width: 1000px) {
	.block4 {
		height: auto;
	}
	.detail-row {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.index-block-title {
		font-size: 28px;
		line-height: 1.5;
	}
	/* block1 */
	.block1 {
		height: 100vw;
		padding-top: 30vw;
	}
	.block1-title {
		font-size: 30px;
		line-height: 1.5;
	}
	.block1-desc {
		font-size: 16px;
		line-height: 1.8;
	}
	
	/* block4 */
	.block4 {
		padding: 10px 0;
		height: auto;
	}
	.block4-check-wrap {
		width: 100%;
		padding: 10px;
		height: auto;
	}
	.block4-title {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.block4-btn {
		width: 100%;
		height: 45px;
		line-height: 32px;
		font-size: 16px;
		margin-top: 10px;
	}
	.block4-input-title {
		font-size: 14px;
	}
	.block4-input {
		font-size: 14px;
	}
	.block4-input {
		height: 45px;
	}
	.block5-check-content {
		margin-left: 0;
	}
	.content-main-row.flex.flex-wrap {
		flex-direction: column-reverse;
	}
	.detail-row {
		width: 100%;
		font-size: 14px;
		padding: 10px;
	}
}