* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: content-box;
	background: transparent;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
/* body {
    background: #f5f5f5;
} */
#container {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 1010px;
    /* height: 800px; */
    transform: scale(1.5);
    /* background: #fff;
    box-shadow: #d6d6d6 0 0 15px; */
}
/* #container:hover{
    transform: scale(1.4);
    transition: 0.3s;
} */
main {
    display: block;
    position: relative;
}
#container  .red_icon1{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 160px;
    left: 295px;
}
#container  .red_icon2{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 286px;
    left: 313px;
}
#container  .red_icon3{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 258px;
    left: 477px;
}
#container  .red_icon4{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 310px;
    left: 456px;
}
#container  .red_icon5{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 384px;
    left: 441px;
}
#container  .red_icon6{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 360px;
    left: 512px;
}
#container  .red_icon7{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 326px;
    left: 512px;
}
#container  .red_icon8{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 273px;
    left: 524px;
}
#container  .red_icon9{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 273px;
    left: 575px;
}
#container  .red_icon10{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 308px;
    left: 566px;
}
#container  .red_icon11{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 349px;
    left: 555px;
}
#container  .red_icon12{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 236px;
    left: 562px;
}
#container  .red_icon13{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 404px;
    left: 579px;
}
#container  .red_icon14{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 346px;
    left: 599px;
}
#container  .red_icon15{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 370px;
    left: 626px;
}
#container  .red_icon16{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 336px;
    left: 649px;
}
#container  .red_icon17{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 303px;
    left: 615px;
}
#container  .red_icon18{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 284px;
    left: 644px;
}
#container  .red_icon19{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 247px;
    left: 622px;
}
#container  .red_icon20{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 220px;
    left: 596px;
}
#container  .red_icon21{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 173px;
    left: 673px;
}
#container  .red_icon22{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 428px;
    left: 520px;
}
#container  .red_icon23{
    width: 17px;
    height: 21px;
    position: absolute;
    top: 457px;
    left: 537px;
}
main>section {
    width: 940px;
    overflow: hidden;
    margin: 0 auto;
}
.same-btn {
	text-decoration: none;
    display: inline-block;
    border: #2285ee solid 1px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin: 0 6px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    transition: .15s;
    color: #2285ee;
    font-weight: 400;
}
.same-btn:hover {
	background: #2285ee;
	color: #fff;
}
.map-wrapper {
    /* background: #fff; */
    /* border: #e0e0e0 solid 1px; */
    margin-top: 40px;
}
/* .map-wrapper>p:first-child {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: #e0e0e0 solid 1px;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    background: #fafafa;
}
.map-box {
    width: 900px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
}
.multiple-button {
	text-align: center;
}
.multiple-button button {
	width: 230px;
	height: 36px
}
.multiple-button p {
	margin: 18px 0;
	font-size: 18px;
	font-weight: bold;
}
#hover-callback,
#click-callback {
	text-align: center;
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
} */