/* 老站 handf.css 底部 CTA，不引入整站 handf，避免污染 header/footer */
.ecjia-o2o .video,
body.legacy-page .video {
	width: 100%;
	height: 200px;
	background: #09f;
}
.ecjia-o2o .video .box,
body.legacy-page .video .box {
	display: block;
	width: 100%;
	height: 200px;
	padding-top: 50px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
.ecjia-o2o .video .box h1,
.ecjia-o2o .video .box .con-box-h1,
body.legacy-page .video .box h1,
body.legacy-page .video .box .con-box-h1 {
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
	padding-bottom: 20px;
	margin: 0;
	font-weight: normal;
	color: #fff;
}
.ecjia-o2o .video .box .videobtn,
body.legacy-page .video .box .videobtn {
	width: 200px;
	height: 46px;
	color: #09f;
	display: block;
	border-radius: 6rem;
	background: #fff;
	margin: 0 auto;
	line-height: 46px;
	font-size: 16px;
	opacity: .9;
	text-decoration: none;
	text-align: center;
}
.ecjia-o2o .video .box .videobtn:hover,
body.legacy-page .video .box .videobtn:hover {
	opacity: 1;
	color: #09f;
}

@media screen and (max-width: 768px) {
	.ecjia-o2o .video .box h1,
	.ecjia-o2o .video .box .con-box-h1,
	body.legacy-page .video .box h1,
	body.legacy-page .video .box .con-box-h1 {
		font-size: 22px;
		padding: 0 16px 16px;
	}
	.ecjia-o2o .video .box,
	body.legacy-page .video .box {
		padding-top: 40px;
	}
}
