<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.map {
	height: 420px;
	width: 100%;
	margin: 0 auto;
}

.map .googlemap {
	width: 100%;
	height: 100%;
}

@media screen and (min-width:850px) {
    .contact_bootom{

	
	height: 420px;
    }
}
.contact_bootom{
	/*margin-top: 31px;*/
	/*border-top: 2px solid #282828;*/
	/*padding: 20px 7px;*/
}

.contact_bootom .title{
	font-size: 24px;
	font-family: AlibabaSans-Regular;
	font-weight: bold;
	color: #282828;
	line-height: 60px;
}
.contact_bootom .contact_box{
	display: flex;
	justify-content: space-between;
    padding-right: 20px;
    height: 100%;
        align-items: flex-end;
}
.contact_bootom .contact_box .contact_content{
	font-family: AlibabaSans-Regular;
	font-size: 14px;
	font-weight: 400;
	color: #949494;
	line-height: 24px;
	width: 750px;
	max-width: 100%;
}</pre></body></html>