#page-index {
	color: #3c5675;
	line-height: 1.6
}

@media screen and (prefers-color-scheme:dark) {
	#page-index {
		color: #bfbfbf
	}

	#page-index a {
		color: #8ab4f8 !important
	}

	#page-index a:before {
		background-color: #8ab4f8
	}
}

#page-index .banner {
	padding-top: 96px;
	padding-bottom: 64px;
	text-align: center
}

#page-index .banner h1 {
	margin: 0 0 24px;
	font-weight: 400;
	font-size: 32px
}

#page-index .banner h1 strong {
	color: #0d47a1;
	font-weight: 400
}

@media screen and (prefers-color-scheme:dark) {
	#page-index .banner h1 strong {
		color: #8ab4f8
	}
}

#page-index .banner .meta {
	margin: 0 auto 48px;
	font-size: 20px;
	opacity: .76
}

#page-index .banner .actions button {
	height: 46px;
	margin-right: 8px;
	margin-left: 8px;
	padding: 0 24px;
	color: #0d47a1;
	font-size: 16px;
	line-height: 46px;
	border: 1px solid #0d47a1
}

#page-index .banner .actions button:hover {
	background-color: rgba(26, 115, 132, .06)
}

#page-index .banner .actions button:active {
	background-color: rgba(26, 115, 132, .12)
}

@media screen and (prefers-color-scheme:dark) {
	#page-index .banner .actions button {
		border-color: #8ab4f8
	}
}

#page-index .banner .more-meta {
	padding-top: 48px
}

#page-index .banner .more-meta .current {
	opacity: .76
}

#page-index .banner .more-meta span+span {
	padding-left: 32px
}

@media screen and (max-width:600px) {
	#page-index .banner {
		padding-top: 40px;
		padding-bottom: 32px
	}

	#page-index .banner h1 {
		font-size: 22px
	}

	#page-index .banner .meta {
		margin-bottom: 38px;
		font-size: 16px
	}

	#page-index .banner .more-meta {
		padding-top: 38px
	}

	#page-index .banner .more-meta span:first-child {
		display: block
	}
}

#page-index .feature {
	padding: 48px 0 56px
}

#page-index .feature .icon {
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 auto 20px
}

#page-index .feature .icon path {
	fill: #0d47a1
}

@media screen and (prefers-color-scheme:dark) {
	#page-index .feature .icon path {
		fill: #8ab4f8
	}
}

#page-index .feature h2 {
	margin: 0;
	padding-bottom: 24px;
	color: #0d47a1;
	font-weight: 400;
	font-size: 28px;
	text-align: center
}

@media screen and (prefers-color-scheme:dark) {
	#page-index .feature h2 {
		color: #8ab4f8
	}
}

#page-index .feature pre {
	padding: 16px 20px
}

@media screen and (max-width:600px) {
	#page-index .feature {
		padding: 32px 0 40px
	}

	#page-index .feature .icon {
		width: 40px;
		height: 40px;
		margin-bottom: 16px
	}

	#page-index .feature h2 {
		padding-bottom: 16px;
		font-size: 20px
	}

	#page-index .feature pre {
		padding: 12px 16px
	}
}

#page-index .advantage h2 {
	padding-bottom: 40px
}

#page-index .advantage .item {
	float: left;
	box-sizing: border-box;
	width: 50%
}

#page-index .advantage .item:nth-child(odd) {
	padding-right: 40px
}

#page-index .advantage .item .svg {
	float: left;
	width: 24px;
	height: 24px
}

#page-index .advantage .item .svg path {
	fill: #0d47a1
}

@media screen and (prefers-color-scheme:dark) {
	#page-index .advantage .item .svg path {
		fill: #8ab4f8
	}
}

#page-index .advantage .item label {
	display: block;
	height: 24px;
	padding-left: 48px;
	font-weight: 700;
	line-height: 24px
}

#page-index .advantage .item span {
	display: block;
	height: 80px;
	padding-top: 16px;
	padding-left: 48px;
	line-height: 24px
}

@media screen and (max-width:1300px) {
	#page-index .advantage .item span {
		height: 96px
	}
}

@media screen and (max-width:776px) {
	#page-index .advantage .item {
		width: 100%
	}

	#page-index .advantage .item span {
		height: auto;
		padding-top: 10px;
		padding-bottom: 32px
	}
}

#page-index .case h2 {
	padding-bottom: 40px
}

#page-index .case .item {
	float: left;
	box-sizing: border-box;
	width: 50%;
	padding: 16px;
	color: inherit !important;
	text-decoration: none;
	transition: all .2s cubic-bezier(.4, 0, .2, 1)
}

#page-index .case .item:hover {
	background-color: rgba(26, 115, 132, .06)
}

#page-index .case .item .logo {
	float: left;
	width: 32px;
	height: 32px;
	border-radius: 50%
}

#page-index .case .item label {
	display: block;
	height: 32px;
	padding-left: 48px;
	font-weight: 700;
	line-height: 32px;
	cursor: pointer
}

#page-index .case .item span {
	display: block;
	padding-top: 8px;
	padding-left: 48px
}

@media screen and (max-width:720px) {
	#page-index .case .item {
		width: calc(100% + 32px);
		margin-right: -16px;
		margin-left: -16px
	}
}