/**
 * 原 uni-* 组件改为 div 后的外观兼容（配合 site-standard 构建脚本）
 */
@import url('./site-tabbar.css');
.u-uni-image {
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.u-uni-image > div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.u-uni-image > img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.u-uni-swiper {
	display: block;
	box-sizing: border-box;
	width: 100%;
}

.u-uni-swiper-item {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
}

.u-uni-input {
	display: block;
	font-size: 16px;
	line-height: 1.4em;
	min-height: 1.4em;
	overflow: hidden;
	box-sizing: border-box;
}

.u-uni-video {
	display: inline-block;
	line-height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.u-uni-video .uni-video-container {
	width: 100%;
	height: 100%;
	background-color: #000;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.u-uni-video .uni-video-video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.u-uni-app,
.u-uni-page {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

/* 页脚栏目：uni-text 已替换为 span.u-uni-text */
.footers .botline-lef .u-uni-text {
	color: #fff;
	font-size: 0.75rem;
	margin-bottom: 1.25rem;
	display: block;
}
.footers .botline-lef .u-uni-text a {
	color: #fff;
	text-decoration: none;
}
.footers .site-footer-phones a {
	color: #fff;
	text-decoration: underline;
	-webkit-tap-highlight-color: transparent;
}

/* 全站顶栏（logo + 菜单）：固定顶部（由 site-standard.js 写入 --site-header-h） */
html,
body {
	overflow-y: auto !important;
}
#app,
.u-uni-app,
.u-uni-page,
.u-uni-page-wrap,
.u-uni-page-body {
	overflow: visible !important;
}
body.site-has-fixed-header {
	padding-top: var(--site-header-h, 3.75rem);
	box-sizing: border-box;
}
body.site-has-fixed-header .hei {
	display: none !important;
}
.mobile-header {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	z-index: 9050 !important;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	body.site-has-fixed-header .mobile-header {
		left: 50% !important;
		right: auto !important;
		width: 23.4375rem !important;
		transform: translateX(-50%);
	}
}
