.page {
	background-color: #ffffff;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}

.header {
	background-color: #ffffff;
	height: 83px;
}

.section {
	padding: 11.5px 15px 11.5px 31px;
	background-color: #d8d8d866;
}

.text {
	color: #333333;
	font-size: 15px;
	font-weight: 600;
}

.space-x-10>*:not(:first-child) {
	margin-left: 5px;
}

.image {
	width: 15px;
	height: 11.5px;
}

.image_2 {
	width: 15px;
	height: 10.5px;
}

.image_3 {
	width: 24px;
	height: 10px;
}

.section_2 {
	padding: 8px 6.5px;
	background-color: #ededed;
}

.text_2 {
	color: #111111;
	font-size: 16px;
	font-weight: 500;
	line-height: 22.5px;
}

.image_4 {
	border-radius: 14.5px;
	width: 79px;
	height: 29px;
}

.pos {
	position: absolute;
	right: 6.5px;
	top: 50%;
	transform: translateY(-50%);
}

.group {
	overflow-y: auto;
}

.section_3 {
	position: fixed;
	top: 20px;
	width: 95%;
	left: 50%;
	transform: translateX(-50%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 999;
}

.space-y-568>*:not(:first-child) {
	margin-top: 284px;
}

.section_4 {
	padding: 11px 15px;
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px #0051dc0a;
	border-radius: 4px;
}

.space-x-13>*:not(:first-child) {
	margin-left: 6.5px;
}

.image_5 {
	width: 23px;
	height: 23px;
}

.text_3 {
	width: 92%;
	color: #666666;
	font-size: 15px;
	line-height: 21px;
	border: none;
}

.section_5 {
	margin-right: 4.5px;
	padding: 10px 0 9px;
	filter: drop-shadow(0px 0.5px 2px #00000046);
	background-color: #ffffff;
	border-radius: 50%;
	width: 49.5px;
}

.text_4 {
	color: #4f4f4f;
	font-size: 11px;
	font-weight: 600;
	line-height: 15px;
}

.section_6 {
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 20px 0 20px;
	background-color: #ffffff;
}

.grid {
	display: flex;
	flex-wrap: wrap;
}

.grid-item {
	width: 25%;
	margin-bottom: 16px;
}

.image_6 {
	border-radius: 10px;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
}

.font_1 {
	font-size: 13px;
	line-height: 18.5px;
	color: #000000;
}

.ub-map {
	height: 83vh;
}

#container {
	height: 100%;
}

.amap-logo,
.amap-copyright {
	display: none !important;
}

.ub-list-icon {
	position: fixed;
	right: 2%;
	top: 12%;
	width: 38px;
}

.ub-location {
	position: fixed;
	width: 38px;
	height: 38px;
	right: 2%;
	top: 20%;
	border-radius: 4px;
}

.ub-model {
	width: 95%;
    max-height: 70vh;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
	background: #f6f6f6;
}

.ub-model .section_2 {
	padding: 12px;
	background-color: #ffffff;
	box-shadow: 0px 1px 6px 0px #e2e9f6;
	border-radius: 10px 10px 0 0;
}

.ub-model .section_22 {
	border-radius: 0 0 10px 10px;
	margin-top: 6px;
}

.ub-model .text {
	width: 88%;
	color: #161616;
	font-size: 16px;
	font-weight: bold;
	/* display: contents; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ub-model .font_1 {
	font-size: 12px;
	font-weight: 500;
	color: #4f4f4f;
}

.ub-model .text_2 {
	color: #005fff;
}

.ub-model .view {
	margin-top: 8px;
}

.ub-model .text-wrapper {
	background-color: #edececb3;
	height: 14px;
}

.ub-model .font_2 {
	font-size: 12px;
	font-weight: 500;
}

.ub-model .text_3 {
	color: #707070;
}

.ub-model .text-wrapper_2 {
	background-color: #e6f6ff;
	margin-right: 4px;
	border-radius: 2px;
	margin-bottom: 4px;
}

.ub-model .group_4 {
	margin-top: 8px;
	margin-bottom: 8px;
}

.ub-model .text_4 {
	padding: 0 4px;
	color: #0493ff;
}

.ub-model .image_3 {
	width: 12px;
	height: auto;
	margin-right: 2px;
}

.ub-search {
	position: fixed;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	width: 94%;
}

.amap-icon img {
	width: 100%;
}

.ub-model .space-x-7{
	width: 73%;
}
.ub-content{
	max-height: calc(70vh - 118px);
	color: #161616;
    font-size: 14px;
    /* margin-top: 8px; */
    text-align: justify;
    text-indent: 2em;
	overflow: auto;
}
.ub-content p{
	margin-bottom: 4px;
}
.ub-content p:last-child{
	margin-bottom: 0px;
}
.ub-content img{
	max-width: 100%;
	display: block;
	margin: 4px auto 0;
}