.ub-footerNav {
	width: 100%;
	position: fixed;
	bottom: 0;
}

#main {
	width: 100vw;
	height: 100vh;
	padding-top: 1px;
	overflow: hidden;

}

.ub-btnLayout {
	width: 95%;
	margin: auto;
	/* position: relative; */
}

.ub-listbtn {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	right: 10px;
	text-align: center;
	padding: 4px 0 0 0;
	top: 80px;
	font-size: 12px;
	color: #333333;
	z-index: 99;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

.ub-listbtn>img {
	height: 15px;
}


.ub-place-nine {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	right: 10px;
	top: 240px;
	text-align: center;
	padding: 4px 0 0 0;
	font-size: 12px;
	color: #333333;
	z-index: 99;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

.ub-place-nine>img {
	height: 15px;
}

.ub-place-monitor {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	right: 10px;
	top: 320px;
	text-align: center;
	padding: 4px 0 0 0;
	font-size: 12px;
	color: #333333;
	z-index: 99;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

.ub-place-monitor>img {
	height: 15px;
}

.ub-allBtn>img {
	height: 15px;
}

.ub-isPlace9 {
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 3px;
	position: sticky;
	top: 0;
	background: #fff;
	padding-top: 10px;
}

.ub-isPlace9>div {
	width: 50%;
	text-align: center;
	position: relative;
}

.ub-isPlace9>div p {
	padding-bottom: 5px;
}

.ub-isPlace9-line {
	width: 80px;
	margin: auto;
	height: 3px;
	border-radius: 8px;
	background: #1275FF;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 22;
}

.ub-goMap {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #1275FF;
	width: 80%;
	margin-left: 20px;
}

.ub-goMap img {
	width: 20px;
	margin-left: 5px;
}

.ub-allBtn {
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	right: 10px;
	text-align: center;
	padding: 4px 0 0 0;
	top: 160px;
	font-size: 12px;
	color: #333333;
	z-index: 99;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}

.ub-goLocation {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	width: 40px;
	height: 40px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}

.ub-goLocation img {
	width: 22px;
}

.ub-search {
	width: 95%;
	height: 40px;
	margin: auto;
	position: relative;
	z-index: 99;
}

.ub-search .weui-btn_primary {
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 5px 10px;
	background: #206DFF;
	height: 90%;
	font-size: 14px;
	margin: 2px;
	border-radius: 5px;
}

.ub-search>input {
	width: 100%;
	height: 100%;
	padding: 10px 10px 10px 35px;
	border-radius: 5px;
	border: none;
	font-size: 15px;
	/* border: 1px solid #ccc; */
}

.ub-search>img {
	width: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.ub-height {
	height: 100%;
	position: relative;
	transition: all 0.5s ease;
}

.ub-list {
	width: 100%;
	height: 40%;
	/* overflow-y: auto; */
	/* position: absolute; */
	bottom: 52px;
	background: #fff;
	border-radius: 10px 10px 0 0;
	/* padding-bottom: 58px; */
}

.ub-list>div>.ub-listTitle {
	display: flex;
	border-bottom: 1px solid #E1EAF8;
	/* padding-top: 10px; */
	justify-content: space-around;
	align-items: center;
	/* position: sticky;
	top: 0; */
	background: #fff;
}

.ub-list>div>.ub-listTitle>div {
	/* flex: 1; */
	text-align: center;
	position: relative;
	color: #555555;
	font-size: 16rpx;
	width: 50%;
}

.ub-line2 {
	width: 4px !important;
	height: 40px;
	background: #f5f5f5;
	border-radius: 8px;
}

.ub-list>.ub-listTitle>span {
	color: #E6EEF9;
}

.ub-listActive {
	font-weight: 600;
	color: #111111 !important;
}

.ub-line {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 3px;
	background: #1275FF;
	border-radius: 30px;
}

.ub-listContent {
	padding: 0.2rem;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
	height: 30vh;
	overflow-y: auto;
	padding-bottom: 70px;
}
	.ub-listContent .img {
	width: 44.8px;
	height: 44.8px;
	background-color: yellow;
	border-radius: 50%;
	margin-bottom: 5px;
	}
.ub-place {
	width: 25%;
	/* margin-right: 1.36rem; */
	margin-bottom: 1rem;
	/* flex: 1; */
}

.ub-place>img {
	width: 3.8rem;
	border-radius: 50%;
}

.ub-place>p {
	width: 99%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.7rem;
	color: #262B31;
}

.ub-place>div {
	width: 80%;
	margin: auto;
	padding: 0.23rem;
	font-size: 0.6rem;
	background: #F4F5F9;
	border-radius: 0.25rem;
	margin-top: 0.2rem;
	color: #206DFF;
}

.ub-footerNav {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.ub-communityContent {
	margin-bottom: 10px;
	box-shadow: 0 20px 30px -20px rgba(0, 28, 88, 0.02);
}

.ub-place {
	width: 25%;
	margin-bottom: 2rem;
}

.ub-place>img {
	width: 2.8rem;
}

.ub-place>p {
	font-size: 11px;
	color: #262B31;
}

.ub-place>div {
	width: 80%;
	margin: auto;
	padding: 0.23rem;
	font-size: 14px;
	background: #F4F5F9;
	border-radius: 0.25rem;
	margin-top: 0.2rem;
	color: #206DFF;
}

.ub-footerNav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 2;
}

.ub-listContent2 {
	padding-bottom: 63px;
	height: 100%;
	overflow-y: auto;
	background: rgba(252, 253, 255, 1);
	padding: 0 10px 128px 10px;
}

.ub-community {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 10px;
	/* margin-bottom: 20px; */
	background: #fff;
	border-radius: 0 0 0.5rem 0.5rem;
	box-shadow: 0 20px 30px -20px rgba(0, 28, 88, 0.02);
}

.ub-community>:nth-child(1) {
	width: 100%;
	/* padding-right: 100px; */
}

.ub-community>div {
	display: flex;
	align-items: center;
}

.ub-community>div>img {
	width: 50px;
	margin-right: 15px;
}

.ub-community>div>div {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding-right: 80px;
}

.ub-community>div>div>p {
	color: #333333;
	font-size: 15px;
	margin-right: 15px;
	display: block;
}

.ub-community>div>div>div {
	color: #206DFF;
	font-size: 14px;
	width: 60px;
	padding: 2px 5px;
	background: #F4F5F9;
	border-radius: 4px;
	text-align: center;
}

.ub-community>.ub-lookBth {
	padding: 5px 20px;
	border: 1px solid #1275FF;
	justify-content: center;
	border-radius: 28px;
	font-size: 14px;
	color: #206DFF;
	position: absolute;
	right: 10px;
}

.ub-gridContent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-top: 1px solid #E1EAF8;
	padding: 20px 10px;
}

.ub-gridContent>div {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-right: 60px;
}

.ub-gridContent>div>p {
	color: #555555;
	font-size: 16px;
	margin-right: 10px;
	width: 70%;
}

.ub-gridContent>div>div {
	color: #206DFF;
	font-size: 12px;
	width: 60px;
	padding: 5px;
	background: #F4F5F9;
	border-radius: 4px;
	text-align: center;
}

.ub-gridContent>img {
	width: 15px;
}

.ub-layout {
	border-radius: 0.5rem;
}

.ub-packUp {
	width: 100%;
	padding: 5px 0;
	background-image: linear-gradient(180deg, #334981 0%, #3E577A 99%);
	border-radius: 0 0 8px 8px;
	text-align: center;
}

.ub-packUp>img {
	width: 20px;
}

.ub-indexListModal {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	position: fixed;
	top: 0;
}

.ub-indexListModal-content {
	width: 75%;
	max-height: 60%;
	overflow-y: auto;
	position: absolute;
	z-index: 1000;
	padding: 0px 20px 20px 20px;
	background: #fff;
	border-radius: 8px;
	top: 80px;
	right: 70px;
	/* transform: translate(-50%,-50%); */
}

/* .ub-modal-content {
	margin-top: 10px;
	max-height: 80vw;
	overflow-y: auto;
} */

.ub-modal-content>.ub-sonCommunity>.ub-sonCommun {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	align-items: center;
	/* justify-content: space-between; */
	margin-bottom: 30px;
	/* position: fixed; */
	background-color: #fff;
	margin-top: 10px;
}

/* .ub-modal-content1 {
	margin-top: 40px;
} */

.ub-modal-content1>div {
	display: flex;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	align-items: center;
	/* justify-content: space-between; */
	margin-bottom: 30px;
	padding-right: 30px;
	padding-left: 24px;
}

.ub-modal-content1>div>p {
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ub-modal-content1>div>img {
	width: 20px;
	margin-right: 10px;
}

.ub-modal-content>div>.ub-sonCommun>div>p {
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	margin-right: 5px;
	width: 100%;
}

.ub-modal-content>div>.ub-sonCommun>div>img {
	width: 24px;
	margin-right: 10px;
}

.ub-sonCommun>.ub-sonCommun-content {
	display: flex;
	align-items: center;
	width: 100%;
}

.ub-sonCommunity {
	position: relative;
}

.ub-sonCommunity .ub-nineUpImg {
	position: absolute;
	width: 32px;
	height: 32px;
	top: -3px;
	right: -12px;
	transition: all 0.5s;
}

.ub-sonCommunity .ub-nineUpImg.active {
	transform: rotate(180deg);
}

.container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

#container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.amap-info-window {
	width: 300px;
	height: auto;
	background: #fff;
	border-radius: 3px;
	padding: 10px;
	box-shadow: 0 2px 6px 0 rgba(114, 124, 245, .5);
	position: relative;
}

.ub-placeDetail {
	/* position: absolute;
	right: 0;
	bottom: 10px; */
	width: 80px;
	text-align: center;
	margin-top: 5px;
	background: rgba(18, 117, 255, 0.1);
	color: #206DFF;
	border-radius: 4px;
}

.ub-address {
	display: flex;
}

.ub-address img {
	width: 20px;
	height: 22px;
}

.amap-info-sharp {
	position: absolute;
	top: 21px;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}

.ub-modal {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

.ub-main-detail {
	/* position: relative; */
	z-index: 9999;
}

.ub-all {
	z-index: 999999999;
	background: #F5F6F7;
	width: 95%;
	max-height: 70%;
	overflow-y: auto;
	top: 60px !important;
	border-radius: 8px;
	padding: 10px 12px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	top: 0;
}

.ub-all1 {
	line-height: 2;
}

.ub-all2 {
	position: static;
	width: 100%;
}

.ub-all1 img {
	width: 100%;
}

.ub-all1 p {
	text-indent: 2em;
}

.ub-all1 p img {
	display: block;
	margin: 10px auto;
}

.ub-community-title {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	border-bottom: 1px solid #c3c3c3;
}

.ub-community-noData {
	text-align: center;
	color: #a09e9e;
}

.ub-community-title img {
	width: 20px;
	position: absolute;
	right: 10px;
}

.ub-quxiao {
	z-index: 9999;
	position: absolute;
	text-align: center;
}

.ub-quxiao3 {
	top: 8px;
	right: 8px;
}

.amap-logo,
.amap-copyright {
	display: none !important;
}

.ub-videoModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 2001 !important;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}

.ub-videomodal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 2001 !important;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
}

.ub-videomodal div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ub-onPull {
	position: absolute;
	width: auto !important;
	text-align: center;
	display: flex;
	align-items: center;
}

.ub-onPull img {
	width: 35px;
	transition: all 1s ease;
}

.ub-video1 {
	position: absolute;
	top: 20%;
	z-index: 2002 !important;
	width: 100%;
	min-height: 10vh;
}


#my-player {
	width: 100% !important;
	height: auto !important;
	margin-top: 20px;
}



#my-player video {
	width: 100%;
	vertical-align: middle;
}


#my-player1 {
	width: 100% !important;
	height: auto !important;
	margin-top: 20px;

}

.sub-wnd {
	border: none !important;
	background: none !important;
}

#my-player1 video {
	width: 100%;
	vertical-align: middle;
}

.amap-marker-label {
	border: 0 none;
	background: none;
	color: #206DFF;
	font-weight: 600;
	font-size: 10px;
}

.amap-marker {
	width: 100px;
	white-space: normal;
	z-index: -1 !important;
}

.el-dialog {
	border-radius: 8px;
}

.el-dialog__title {
	color: #dd0c28;
}

/* .ub-quxiaoBtn {
	position: absolute;
	bottom: 0;
} */
/* .textLable {
	display: none;
} */


/* 天地图 */
#container2 .tdt-label {
	box-shadow: none !important;
	background: #1275FF !important;
	padding: 2px 4px !important;
	line-height: initial !important;
	color: #fff !important;
	border: none !important;
	border-radius: 14px;
}

#container1 .tdt-label {
	box-shadow: none !important;
	background: #1275FF !important;
	padding: 2px 4px !important;
	line-height: initial !important;
	color: #fff !important;
	border: none !important;
	border-radius: 14px;
}

.tdt-control {
	display: none;
}

.ub-mapLabel1 {
	display: block !important;
}

.ub-address10 {
	width: calc(100vw - 250px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.ub-layout-no {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ub-layout-no .ub-noNote {
	display: inline-block;
	padding: 2px 4px;
	background: rgba(255, 44, 44, 0.10);
	color: #D80909;
	font-size: 14px;
	margin-right: 8px;
	border-radius: 4px;
	margin-top: 5px;
}

.ub-layout-no .ub-noImages {
	display: inline-block;
	padding: 2px 4px;
	background: rgba(255, 116, 0, 0.10);
	color: #FF5600;
	font-size: 14px;
	margin-right: 8px;
	border-radius: 4px;
	margin-top: 5px;
}

.ub-layout-no .ub-noLocation {
	display: inline-block;
	padding: 2px 4px;
	background: rgba(239, 171, 0, 0.10);
	color: #CC9D00;
	font-size: 14px;
	margin-right: 8px;
	border-radius: 4px;
	margin-top: 5px;
}

.ub-layout-no .ub-nearMonitor {
	padding: 2px 4px;
	background: rgb(212, 239, 255);
	color: rgb(18, 117, 255);
	font-size: 14px;
}

.tdt-cluster0 {
	background-image: none !important;
	background: #1275FF;
	border-radius: 50%;
	color: #fff !important;
}

.el-drawer {
	border-radius: 8px;
}

.el-drawer .el-drawer__header {
	margin-bottom: 0;
	padding: 10px 10px 0;
	background: #F5F6F7;
}



/* .el-drawer .el-drawer__header span {
	color: #000;
	font-size: 16px;
	font-weight: 900;
} */


#container .tdt-label {
	box-shadow: none !important;
	background: none !important;
	line-height: initial !important;
	color: #fff !important;
	border: none !important;
	border-radius: none;
	padding: 0 !important;
}

.ub-firstPoint {
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	overflow: hidden;
	background-color: #1275FF;
	border-radius: 50%;

}

.ub-firstPoint0 {
	width: 70px;
	height: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	overflow: hidden;
	background-color: #1275FF;
	border-radius: 50%;
	font-size: 10px;
}



.ub-firstPoint span {
	white-space: nowrap;
	font-size: 10px;
}



.tdt-container a.tdt-infowindow-close-button {
	display: none;
}

.tdt-infowindow-tip-container {
	display: none;
}

.tdt_none {
	display: none !important;
}


.ub-searchtag {
	width: 100%;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 9;
	display: flex;
	justify-content: space-between;
}

.ub-tdtlabelsl {
	display: block;
	box-shadow: none !important;
	background: #1275FF !important;
	padding: 2px 4px !important;
	line-height: initial !important;
	color: #fff !important;
	border: none !important;
	border-radius: 14px !important;
}

.ub-cloce {
	position: fixed;
	z-index: 2002 !important;
	bottom: 120px;
	left: 50%;
	transform: translateX(-50%);
}