/* body, html { */
	/* width: 100%; */
	/* height: 100%; */
	/* margin: 0; */
	/* font-family: "微软雅黑"; */
	/* font-size: 14px; */
/* } */
#l-map {
	height: 500px;
	width: 100%;
}
#r-result {
	width: 100%;
}
form.companysel {
	width: 100%;
	margin: 20px auto;
	display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}
.company-item {
    margin-bottom: 20px;
}
form.companysel span {
	font-size: 16px;
	color: #e21b15;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0 10px
}
form.companysel select {
	width: 180px;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 14px;
	padding: 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}
#addressSelect {
    width: fit-content;
}
form.companysel input {
	width: 475px;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 14px;
	border-radius: 5px;
	display: inline-block;
	-webkit-border-radius: 5px;
	cursor: pointer;
	background: #fff;
	border: 1px #ccc solid;
	padding: 0 10px
}
@media screen and (max-width: 768px) {
   form.companysel {
        justify-content: flex-start;
    }
}