/* common.css — 本站首页裁剪版：仅保留 index 用到的工具类，无外链 */

/* 与 layui-hide、tabShow 等脚本配合 */
.hoverActive .layui-hide {
	display: block !important;
}

/* 手势与布局（原 common 常用子集） */
.hand, .cp {
	cursor: pointer;
}
.db { display: block; }
.dib { display: inline-block; }
.fl { float: left; }
.fr { float: right !important; }
.oh { overflow: hidden; }
.pr { position: relative !important; }
.pa { position: absolute !important; }
.h100p { height: 100%; }

/* 首页横幅等区域（原 utility 中抽出的条目） */
.m0a { margin: 0 auto; }
.fs72 { font-size: 72px !important; }
.pt90 { padding-top: 90px !important; }

/* 页脚间距：原 HTML 使用 m_pt5 / m_pb5，全站 common 中无独立定义，此处按 5px 补齐 */
.m_pt5 { padding-top: 5px !important; }
.m_pb5 { padding-bottom: 5px !important; }
.m_bn { border: none !important; }

@media screen and (max-width: 767px) {
	.hide-xs {
		display: none !important;
	}
	.m_fs72r {
		font-size: 0.96rem !important;
	}
	.m_pt80r {
		padding-top: 1.067rem !important;
	}
	.m_pt5 {
		padding-top: 0.067rem !important;
	}
	.m_pb5 {
		padding-bottom: 0.067rem !important;
	}
}
