body {
	background-color: #FAFAFA;
}

.section-title {
	margin-top: 5.375rem;
	margin-bottom: 2.875rem;
	font-size: 2.25rem;
	color: #333;
	font-weight: bold;
}

.banner-section {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-section img {
	width: 100%;
	height: auto;
}

.case-section {
	width: 100%;
	margin-top: -18.75rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 1;
}

.case-title {
	color: #fff;
	margin-top: 0;
	margin-bottom: 3.625rem;
}

.case-main {
	width: 100%;
	height: 20.25rem;
	display: flex;
	justify-content: center;
}

.case-item {
	width: 36rem;
	height: 100%;
	background-color: #FFF;
	border-radius: 0.625rem;
	box-shadow: 0 0 24px 0 rgba(182, 182, 182, 0.14);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.case-items {
	width: 75rem;
	height: 100%;
	background-color: #FFF;
	border-radius: 0.625rem;
	box-shadow: 0 0 24px 0 rgba(182, 182, 182, 0.14);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.case-main .case-item:first-child {
	margin-right: 3rem;
}

.case-item-title {
	font-size: 1.5rem;
	color: #333333;
	margin-bottom: 1rem;
}

.case-item-desc {
	font-size: 1.125rem;
	color: #6E6E6E;
	margin-bottom: 1.75rem;
}

.case-item-price {
	font-size: 3.25rem;
	color: #0188FF;
	margin-bottom: 1.5rem;
}

.case-item-btn {
	width: 7.5rem;
	height: 2.5rem;
	border-radius: 0.375rem;
	border: 1px solid #333333;
	font-size: 1rem;
	color: #333;
	line-height: 2.5rem;
	text-align: center;
	text-decoration: none;
	transition: all linear 0.2s;
}

.case-item-btn:hover {
	color: #FFF;
	border: 1px solid #0188FF;
	background-color: #0188FF;
}

.include-section {
	width: 100%;
	margin-top: 6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.include-title {
	margin-top: 0;
	margin-bottom: 1.875rem;
}

.include-notice-section {
	width: 75rem;
	margin-bottom: 2.5rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.include-notice-item {
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: #333;
}

.include-notice-section .include-notice-item:first-child {
	margin-right: 3.5rem;
}

.include-notice-item img {
	width: 0.9375rem;
	height: auto;
	margin-right: 1rem;
}

.include-main {
	width: 75rem;
}

.include-main table {
	box-sizing: border-box;
	width: 100%;
}

.include-main table tr {
	font-size: 1.25rem;
	color: #333;
}

.include-main table tr.row-header {
	font-size: 1.375rem;
}

.include-main table tr td {
	height: 5rem;
	text-align: center;
	border-bottom: 1px solid #E8EAF2;
}

.include-main table tr.row-header td {
	border-top: 1px solid #E8EAF2;
}

.include-main table tr td:first-child {
	box-sizing: border-box;
	text-align: left;
	padding-left: 2.15rem;
}

.include-main table tr td img {
	width: 1.1875rem;
	height: auto;
}

.version-section {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.version-title {
	margin-top: 6rem;
	margin-bottom: 1.75rem;
}

.version-main {
	box-sizing: border-box;
	width: 75rem;
	height: 12.5rem;
	padding: 0 3.375rem;
	background-color: #FFFF;
	border-radius: 0.5rem;
	border-top: 8px solid #0188FF;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 0 20px 0 rgba(182, 182, 182, 0.14);
}

.version-left {
	display: flex;
	flex-direction: column;
}

.version-left-top {
	display: flex;
	align-items: center;
	margin-bottom: 0.875rem;
}

.version-left-top span:first-child {
	font-size: 1.5rem;
	color: #333;
	font-weight: bold;
	margin-right: 1.375rem;
}

.version-left-top span:last-child {
	font-size: 1rem;
	color: #333;
}

.version-left-bottom {
	font-size: 1rem;
	color: #6E6E6E;
	line-height: 1.5rem;
}

.version-right img {
	width: 7.625rem;
	height: auto;
	cursor: pointer;
}

.information-section {
	width: 75rem;
	height: 15rem;
	margin-top: 2.5rem;
	background-color: #F3F4F8;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.information-title {
	margin-top: 0;
	margin-bottom: 1.875rem;
}

.information-section img {
	width: 7.5rem;
	height: 2.5rem;
	cursor: pointer;
}

.question-section {
	width: 75rem;
	margin-top: 6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.question-title {
	margin-top: 0;
	margin-bottom: 5.375rem;
}

.question-main {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.question-item {
	box-sizing: border-box;
	width: 100%;
	padding: 1.875rem 2.125rem;
	border-top: 1px solid #E8EAF2;
	cursor: pointer;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.question-main .question-item:last-child {
	border-bottom: 1px solid #E8EAF2;
}

.question-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.question-label {
	font-size: 1.5rem;
	color: #333;
}

.question-right {
	width: 1.5rem;
	height: auto;
	transition: all linear 0.3s;
}

.question-bottom {
	font-size: 1.125rem;
	color: #6E6E6E;
	margin-top: 0.5rem;
	display: none;
}

.question-top.active .question-right {
	transform: rotate(-180deg);
}

.other-information-section {
	width: 75rem;
	height: 15rem;
	margin-top: 6rem;
	margin-bottom: 6.875rem;
	background-color: #007FFF;
	border-radius: 0.625rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.other-information-title {
	margin-top: 0;
	margin-bottom: 1.875rem;
	color: #FFF;
	text-align: center;
}

.other-information-section img {
	width: 7.5rem;
	height: 2.5rem;
	cursor: pointer;
}