* {
  padding: 0;
  margin: 0;
  border: 0;
  color: inherit;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "PingFang SC", "Microsoft Yahei UI", "Microsoft Yahei", "Helvetica", sans-serif;
  width: 100%;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

::-webkit-scrollbar {
  z-index: 50;
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ccc;
  transition: all 0.2s;
  height: 3px;
}

:hover::-webkit-scrollbar-thumb {
  background-color: #aaa;
  transition: all 0.2s;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-corner {
  display: none;
}
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amap-marker-content {
  white-space: normal !important;
}

.marker {
  background-color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  color: #333;
}
.marker .name {
  white-space: nowrap;
	font-size: 18px;
	color: #0c408b;
  font-weight: bold;
}
.marker .address{
	color: #c21c26;
	white-space: nowrap;
	font-size: 14px;
	margin: 10px 0;
}
.marker .phone {
 white-space: nowrap;
 font-size: 14px;
 color: #333333;
}
.marker .phone:hover {
  color: #007AFF;
}
.marker .btn-box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 15px;
}
.marker .btn-box a{
	width: 140px;
	height: 35px;
	color: #0c408b;
	border: 1px solid #0c408b;
	font-size: 14px;
	cursor: pointer;
}
.marker .btn-box  a:nth-child(2){
	margin-left: 20px;
	background-color: #0c408b;
	color: #FFFFFF;
}
