/* /xcx 页 banner 文案（摘自 handf.css，避免整站 handf 污染顶栏） */
.y_banner2 {
	overflow: hidden;
}
.y_banner2 > div {
	width: 900px;
	margin: 80px auto 0;
	overflow: hidden;
}
.y_banner2 > div a {
	width: 136px;
	height: 40px;
	display: block;
	background: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #594bff;
	border-radius: 100px;
	margin-top: 80px;
	text-decoration: none;
}
.y_banner2 > div h1 {
	color: #fff;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.2;
}
.y_banner2 > div span {
	display: block;
	width: 40px;
	height: 8px;
	border-radius: 90px;
	background: #fff;
	margin: 24px 0;
}
.y_banner2 > div p {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}
.y_banner2 > div a:hover {
	background-color: #f8b938;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.y_banner2 > div {
		width: calc(100% - 40px);
		margin: 20px 20px 0;
	}
	.y_banner2 > div h1 {
		font-size: 26px;
	}
	.y_banner2 > div a {
		margin-top: 20px;
	}
}
