* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body:before {
	width: 100%;
	height: 100%;
	content: ' ';
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	background: #fff;
}


.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
	color: #206DFF;
	font-size: 14px;
	font-weight: 600;
}

.weui-tabbar__label {
	margin-top: 5px;
	font-size: 14px;
}

.weui-half-screen-dialog {
	max-height: 90%;
	overflow-y: auto;
	padding-bottom: 60px;
}

[v-cloak] {
	display: none;
}

#errorTip {
	display: none;
	position: absolute;
	line-height: 25px;
	padding: 5px 0;
	z-index: 9999;
	width: 260px;
	text-align: center;
	background: #333;
	top: 5%;
	left: 50%;
	margin-left: -130px;
	border-radius: 3px;
	color: #fff;
}

.weui-tabbar__icon {
	width: 22px !important;
	height: 22px !important;
}


.ub-footerNav {
	position: fixed;
	bottom: 0;
	z-index: 2000;
	width: 100%;
	left: 0;
	background: #fff;
}

.weui-tabbar {
	background: #fff !important;
}

.weui-tabbar__label {
	color: #444444;
}

@media (min-width: 1200px) {
	body {
		width: 1000px;
		margin: auto;
		background: red;
	}

	#main {
		width: 1000px !important;
		margin: auto;
	}

	.ub-search {
		width: 100%;
	}

	.ub-footerNav {
		width: 1000px !important;
		right: 0;
		margin: auto;
	}

	.ub-topContent {
		width: 1000px;
	}

	.ub-banner img {
		width: 1000px !important;
	}

	.ub-current {
		width: 1000px !important;
	}

	.ub-searchContent {
		width: 1000px;
	}

	.weui-half-screen-dialog {
		width: 1000px;
		margin: auto;
	}

	.ub-loginBaneer {
		width: 1000px !important;
		margin: auto;
	}

	.ub-loginBaneer img {
		height: 50vh !important;
	}

	.el-dialog {
		width: 920px !important;
	}

	.ub-listContentBg {
		top: 48% !important;
	}

	.ub-indexListModal-content {
		height: 60% !important;
	}

	.ub-goMap {
		width: 15% !important;
	}
}

.ub-jcsj_p {
	margin-top: 3px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #686868;
}

.ub-jcsj_p .ub-text_1 {
	white-space: nowrap;
}

.ub-jcsj_p .ub-text_2 {
	flex: 1;
}

/* 天翼监控 */
.ub-sty {
	position: fixed;
	top: 20%;
	z-index: 2002;
	width: 100%;
	min-height: 10vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ub-sty iframe {
	width: 95%;
	max-height: 400px;
	min-height: 300px;
}