body {
	background: #fff;
}

.ub-placeTitle {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	font-size: 0;
	word-break: break-word
}

.ub-placeTitle>div>img {
	width: 24px;
}

.ub-placeTitle>div>p {
	font-size: 14px;
	color: #111111;
}

.ub-placeTitle-content>div {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.ub-placeTitle-content>div:nth-of-type(1)>div>p {
	color: #262B31;
	font-size: 16px;
	font-weight: 600;
	margin-right: 10px;
}

.ub-placeTitle-content>div img {
	width: 20px;
}

.ub-placeTitle-content>div>img {
	width: 20px;
	margin-right: 10px;
}

.ub-placeTitle-content>div:nth-of-type(2)>p {
	font-size: 14px;
	color: #262B31;
	width: 80%;

}

.ub-address1 {
	font-size: 14px;
	color: #262B31;
	width: 40% !important;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;

}

.ub-layout-no>div {
	margin-right: 8px;
	border-radius: 4px;
	margin-top: 5px;
}

.ub-layout-no>.ub-noLocation {
	padding: 2px 4px;
	background: rgba(255, 44, 44, 0.10);
	color: #D80909;
	font-size: 14px;
}

.ub-layout-no>.ub-noImages {
	padding: 2px 4px;
	background: rgba(255, 116, 0, 0.10);
	color: #FF5600;
	font-size: 14px;
}

.ub-layout-no>.ub-noNote {
	padding: 2px 4px;
	background: rgba(239, 171, 0, 0.10);
	color: #CC9D00;
	font-size: 14px;
}

.ub-noNote1 {
	padding: 2px 4px;
	background: rgba(239, 171, 0, 0.10);
	color: #CC9D00;
	font-size: 14px;
	margin-left: 10px;
	border-radius: 4px;
}

.ub-placeTitle-content>p {
	margin-top: 20px;
	color: #262B31;
	font-size: 14px;
}

.ub-contacts {
	margin-top: 25px;
	background: rgba(4, 196, 93, 0.07);
	border-radius: 5px;
	padding: 10px;
}

.ub-contacts>p {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.ub-contacts>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.ub-contacts>div>span:nth-of-type(1) {
	color: #686868;
}

.ub-contacts>div>span:nth-of-type(2) {
	color: #262B31;
}

.ub-situation {
	padding: 10px;
	margin-top: 10px;
	background: rgba(18, 117, 255, 0.07);
	border-radius: 5px;
}

.ub-situation>p:nth-of-type(1) {
	font-size: 16px;
	font-weight: 600;
	color: #262B31;
}

.ub-situation>p:nth-of-type(2) {
	color: #686868;
	font-size: 14px;
	margin-top: 10px;
}

.ub-placeImg {
	padding: 10px;
	margin-top: 10px;
	background: rgba(255, 163, 9, 0.07);
	border-radius: 5px;
}

.ub-placeImg>p {
	font-size: 16px;
	font-weight: 600;
	color: #262B31;
	margin-bottom: 10px;
}

.ub-placeImg>div {
	display: flex;

	align-items: center;
	width: 100%;
	overflow: auto;
}

.ub-placeImg>div>img {
	width: 100px;
}

.ub-note {
	padding: 10px;
	margin-top: 10px;
	background: rgba(255, 69, 45, 0.06);
	border-radius: 5px;
}

.ub-note>p {
	font-size: 16px;
	font-weight: 600;
	color: #262B31;
	margin-bottom: 10px;
}

.ub-note>div {
	margin-bottom: 5px;
}

.ub-note>div>p {
	font-size: 14px;
}

.ub-note>div>p>span:nth-of-type(1) {
	color: #262B31;
}

.ub-note>div>p>span:nth-of-type(2) {
	color: #686868;
}

.ub-note>div>p>span:nth-of-type(3) {
	color: #206DFF;
}

.ub-button {
	margin: 30px 0;
}

.ub-button>.weui-picker__btn {
	background: #1275FF;

}

.ub-videomodal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 1000000;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}

.ub-videomodal div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ub-video {
	position: absolute;
	top: 20%;
	z-index: 100000001;
	width: 95%;
	min-height: 10vh;
}

.my-player {
	width: 95%;
	margin: auto;
}

/* .ub-monitoring {
	width: 95%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1000001;
}
/* #my-player {
	width: 95%;
	height: 500px;
} */

#manual .el-dialog--center {
	border-radius: 8px;
	height: 65%;
	overflow: hidden;
	position: relative;
}

#manual .el-dialog--center .el-dialog__body {
	width: 100%;
	height: 80%;
	position: relative;
	padding: inherit;
}

#manual .el-dialog__title {
	color: #000;
}

#containerma {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

/* 新增检查按钮 */
.ub-newBtnBox{
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 30px auto;
}

.ub-newBtn{
	width: 45%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
	border-radius: 6px;
}

.ub-newBtnBg1{
	background-color: #fea62a;
}

.ub-newBtnBg2{
	background-color: #0090ff;
}