body,
html {
	width: 100%;
	height: 100%;
	margin: 0;
}

.map-container {
	width: 100%;
	height: 100%;
}

.areaRadioToolBar {
	width: 360px;
	/*height:130px;*/
	padding: 14px;
	position: absolute;
	top: 10px;
	right: 8%;
	z-index: 999;
	background-color: #fff;
	border-radius: 10px;
}

.toolBar {
	position: absolute;
	top: 30%;
	right: 0;
	z-index: 9999;
	margin: 25px;
	background-color: #9e9e9e40;
	border-radius: 10px;
	padding: 10px 5px;
}

.toolDrop {
	padding: 0 !important;
}

.toolDrop .ivu-tooltip .ivu-tooltip-rel i {
	padding: 15px 10px;
}

.iconfont {
	color: #e91e63;
}

.companyInfoCard {
	width: min(38rem, calc(100vw - 60px));
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 9999;
}

.companyInfoCard_toolbar {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.companyInfoCard_select {
	flex: 1;
	min-width: 12rem;
}

.companyInfoCard_actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	flex-shrink: 0;
}

.companyInfoCard_scroll {
	height: auto;
}

.box {
	vertical-align: middle;
	text-align: center;
	padding: 12px;
	display: inline-block;
	width: 100%;
}

.box .left {
	float: left;
	width: 15%;
}

.box .right {
	float: right;
	width: 85%;
}

.box .right .corpName {
	font-size: 13px;
	color: #2B81FF;
	text-align: left;
	margin-bottom: 5px;
}

.box .right .location {
	font-size: 11px;
	color: #666666;
	text-align: left;
	margin-bottom: 3px;
}

.dc-page {
	padding: 1px 0;
	height: 26px;
	font-size: 12px;
}

.dc-page .ivu-page-total {
	height: 24px;
	line-height: 24px;
	float: right;
}

.dc-page li {
	height: 24px;
	line-height: 22px;
}

.dc-page .ivu-page-options-elevator input,
.dc-page .ivu-select-single .ivu-select-selection {
	height: 24px;
}

.dc-page .ivu-select-single .ivu-select-selection .ivu-select-selected-value {
	height: 22px;
	line-height: 22px;
}

/*图片旋转180度*/
.is-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	position: relative;
	top: 15px;
}

/*重定位数字位置*/
.location-num {
	font-size: 12px;
	position: relative;
	left: -17px;
	top: 10px;
	color: #ffffff;
}

.detailTitle {
	background-color: #2D8CF0;
	color: #ffffff;
	font-weight: bold;
	padding: 20px 10px;
}

.ivu-card-body {
	padding: 0 !important;
}

.ivu-cell-title {
	font-size: 12px !important;
	color: #666666 !important;
	white-space: pre-line !important;
}

.company_detail_top {
	position: absolute;
	top: 4rem;
	width: 25rem;
	left: 30px;
	margin-bottom: 10px;
	/* 高于 i-select transfer 下拉（约 1060+）及地图容器堆叠，避免详情被挡须点空白才显示 */
	z-index: 10050;
	display: none;
}

.company_detail_bottom {
	position: absolute;
	top: 4.2rem;
	width: 25rem;
	left: 30px;
	z-index: 10050;
}

/* ViewUIPlus 默认图标依赖 ionicons 字体文件；在未引入字体时做兜底，避免出现“空白图标” */
.ivu-icon-ios-close-circle,
.ivu-icon-ios-arrow-down {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ivu-icon-ios-close-circle:before {
	content: "×";
	font-family: inherit !important;
	font-size: 18px;
	line-height: 1;
}

.ivu-icon-ios-arrow-down:before {
	content: "▾";
	font-family: inherit !important;
	font-size: 14px;
	line-height: 1;
}
