@charset "utf-8";
/* CSS Document */

.termsdecline {
	display:none !important;
}
.btn.btn-solid {
	margin:2px;
 -webkit-transition: all .25s ease-in-out;
 -moz-transition: all .25s ease-in-out;
 -o-transition: all .25s ease-in-out;
 transition: all .25s ease-in-out;
	border-radius: 0.25rem;
	border: 0.125rem;
	background: #888;
	color: #ffffff;
	padding: 0.5rem 1rem;
	text-transform: uppercase;
 font-size: .9375rem;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.btn.btn-solid:hover {
	background:#ffffff;
	color: #000000;
	text-decoration: none;
}
.column .column2 {
	float: left;
	padding: 10px;
	height: auto;
}
.column {
	width:100%;
}
.column2 {
	width:50%;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.techalign {
	text-align:center;
	list-style-type:none;
	margin: 0;
	padding:0;
}
.btncenter {
	margin: auto;
	width: 50%;
}
.ulcolumn {
	float:left;
	width:30%;
}
.btimg {
	width:100%;
}
@media (min-width:600px) and (max-width: 781px) {
 .wp-block-columns.has-2-columns { display: block; }
}

.my-map { margin-top:80px; width: 100%; height: 500px; } 
.my-map .icon { background: url(https://a.amap.com/lbs-dev-yuntu/static/web/image/tools/creater/marker.png) no-repeat; } 
.my-map .icon-cir { height: 31px; width: 28px; } 
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.myinfowindow{width: 240px;min-height: 50px;}
.myinfowindow h5{ height: 20px; line-height: 20px; overflow: hidden; font-size: 14px; font-weight: bold; width: 220px; text-overflow: ellipsis; word-break: break-all; white-space: nowrap; }
.myinfowindow div{ margin-top: 10px; min-height: 40px; line-height: 20px; font-size: 13px; color: #6f6f6f; }
.mt50{ margin-top:50px;}
.spec-heading{ }
.spec-heading strong{ color:#0075c5;}
.spec-heading span{ list-style:none; width:auto; padding-right:20px; display:inline-block; color:#666; font-size:0.9rem;}

@media (max-width: 781px) {
 .btncenter{ width:100%;}
}