p {
  margin: 0;
}
i {
  font-style: normal;
}

.page-of-air .amap-info-close{
  position: absolute;
}

.page-of-air .mark-detail {
  width: 230px;
  /*border: 1px solid #f7f7f7;*/
  /*box-shadow: 0px 0px 5px #888888;*/
  position: relative;
  /*margin: 100px auto;*/
  text-align: center;
}
.page-of-air .mark-detail .topLogo {
  width: 36px;
  height: 36px;
  border-radius: 20px;
  border: 1px solid #f7f7f7;
  box-shadow: 0px 0px 5px #888888;
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translate(-50%, 0);
    z-index: 100;
}
.page-of-air .mark-detail .mark-title {
  height: 47px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f7f7f7;
  text-align: center;
  margin-right: 0;
}
.page-of-air .mark-detail .mark-title h4 {
  color: #333!important;
  margin-bottom: 8px;
  float: none!important;
  text-align: center;
  font-weight: bold;
  padding-top: 8px;
}
.mark-detail .mark-title .mark-content {
  font-size: 10px;
  color: #999;
  margin: 0;
}
.mark-detail .mark-contain {
  padding: 18px 0 20px;
  text-align: center;
}


.mark-detail .mark-contain .accept {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mark-detail .mark-contain .feedback {
  -webkit-text-size-adjust: none;
  font-size: 14px;
  line-height: 27px;
  /*height: 27px;*/
  color: #568be0;
  transform: scale(0.87);
  vertical-align: middle;
  text-align:left;
  width: 250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.mark-detail .mark-contain .feedback .text {
  /*vertical-align: text-bottom;*/
  margin-left: 7px;
}
.mark-detail .mark-contain .feedback .up {
  /*vertical-align: text-bottom;*/
  color: red;
}

.mark-detail .mark-contain .info-link {
  text-decoration: none;
  font-size: 14px;
  transform: scale(0.87);
  color: #fa8718;
  padding: 2px 12px;
  border: 1px solid #fa8718;
  border-radius: 5px;
  display: inline-block;
  margin: 14px auto 4px;
  line-height: 32px;
  font-weight: bold;
}
.mark-detail .more {
  border-top: 1px solid #f7f7f7;
  position: relative;
}
.mark-detail .more .title {
	font-size: 12px;
	color: #999;
	position: absolute;
	top: -12px;
	left: 50%;
	background: #fff;
	padding: 0 4px;
	margin-left: -70px;
	line-height: 24px;
}
.mark-detail .more .view {
   width: calc(100% - 44px);
  /*margin: 24px auto 14px; */
  overflow: hidden;
  padding: 12px 22px;
}
.mark-detail .more .view .list {
  width: 200%;
  height: 38px;
  line-height: 36px;
  padding: 2px 0 0 4px;
  list-style: none;
  text-align: left;
}
.mark-detail .more .view .list li {
  float: left;
  margin-right: 8px;
}
.mark-detail .more .view .list img {
  width: 31px;
  border: 1px solid #f7f7f7;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #888888;
}
.mark-detail .more .arrow {
  position: absolute;
  top: 0;
  color: #999;
}
.mark-detail .more .left {
  left: 10px;
}
.mark-detail .more .right {
  right: 10px;
}
.amap-info .current {
  transform: translate(-50%, 0);
}


.InfoboxCustom{
  left: 50%;
  transform: translate(-45%, 0);
}
.InfoboxCustom .mark-detail{
  padding: 22px 22px 0;
  box-shadow: 0 0 10px #cbcbcd;
  border-radius: 6px;
  overflow: initial;
  line-height: 60px;
  min-width: 140px;
  text-align: center;
  position: relative;
  bottom: 10px;
  background: #fff;
}
.InfoboxCustom .mark-detail .topLogo{
  top: -19px;
}

/* bing */
.NavBar_MapTypeButtonContainerWrapper{
  display: none;
}
