* {
  margin: 0;
  padding: 0;
}

html,
body {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  /* font-size: 14px; */
  font-size: 62.5%;
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu
}

input {
  outline: none
}

.center {
  text-align: center;
}

h5 {
  font-size: 18px;
  color: rgb(51, 51, 51);
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  outline: 0;
}

/*清除浮动*/

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *+height: 1%;
}

ul li {
  list-style: none outside none;
}

/* 自定义滚动条样式 */
.scroll::-webkit-scrollbar {
  /*滚动条整体样式*/
  height: 0;
}


#fengMap {
  width: 100%;
  height: 99.9%;
  background-color: #f3f4f8;
  position: absolute;
  overflow: hidden;
}

.header-wrap {
  width: 100%;
  position: absolute;
  top: 10px;
  z-index: 10;
}

.common-wrap {
  padding: 0 10px;
}

.search-style {
  /* border: 1px solid #357cd8; */
  position: relative;
  /* z-index: 10; */
  background-color: #fff;
  border-radius: 5px;
  padding: 6px 10px 6px 10px;
  height: 28px;
  font-size: 12px;
  color: #666;
  -moz-box-shadow: 2px 2px 5px #888;
  box-shadow: 2px 2px 5px #888;
}

.search-style span {
  position: absolute;
  text-align: center;
  line-height: 30px;
  top: 6px;
}

.search-style .backBtn {
  left: 10px;
}

.search-style .clearBtn {
  display: none;
  right: 4%;
}

.search-style .searchBtn {
  display: none;
}

.searchBtn-wrap .clearBtn {
  right: 20%;
}

.searchBtn-wrap .searchBtn {
  right: 5%;
  background-color: #2E93FF;
  height: 40px;
  width: 19%;
  top: 0;
  right: 0;
  line-height: 40px;
  text-align: center;
  display: inline;
  color: #fff;
}

.search-wrap input {
  width: 76%;
  height: 30px;
  line-height: 30px;
  padding-left: 25px;
  float: left;
  border: none;
  font-size: 14px;
  color: #333;
}

.search-wrap button {
  float: left;
  width: 16%;
  height: 44px;
  line-height: 44px;
  border: none;
  border-radius: 0 5px 5px 0;
  -moz-border-radius: 5px;
  /* Old Firefox */
  background-color: #357cd8;
  text-align: center;
  color: #fff;
}

.shortcut-wrap {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 6px 10px 10px 10px;
  /* height: 58px; */
  font-size: 12px;
  color: #666;
  -moz-box-shadow: 2px 2px 5px #888888;
  box-shadow: 2px 2px 5px #888888;
  display: none;
}

.shortcut-wrap ul.iconUl {
  width: 100%;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.shortcut-wrap ul.iconUl li {
  min-width: 15%;
  max-width: 20%;
  text-align: center;
}

.shortcut-wrap ul li:last-child {
  margin-right: 0;
}

.shortcut-wrap ul li .iconStyle {
  width: 100%;
  height: 40px;
  color: #065EB8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shortcut-wrap ul li .iconStyle i {
  font-size: 30px;
}

.shortcut-wrap ul li .iconStyle img {
  width: 50%;
}

.shortcut-wrap ul li span {
  display: block;
}

.shortcut-wrap ul li span.floorInfo {
  color: #a1a1a1;
  font-size: 12px;
  margin-left: 10px;
  display: inline;
}

/*右侧导航菜单*/

.right-wrap {
  position: absolute;
  right: 10px;
  bottom: 166px;
}

.right-wrap ul li {
  width: 36px;
  height: 36px;
  margin-top: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #888888;
  box-shadow: 2px 2px 5px #888888;
  background-color: #fff;
  text-align: center;
  line-height: 43px;
}

.right-wrap ul li i {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/rightIcons.png) no-repeat center;
  zoom: 0.5;
}

.right-wrap i.outdoor-icon {
  background-position: 0px -44px;
}

.right-wrap i.position-icon {
  background-position: 0px -219px;
}

.right-wrap i.position-active {
  background-position: 0px -87px;
}

.right-wrap i.clear-icon {
  background-position: 0px -261px
}

.right-wrap i.voice-icon {
  background-position: 0px -131px;
}

.right-wrap i.voice-active {
  background-position: 0px -174px;
}

.right-wrap .voiceStatus {
  display: none;
}

.right-wrap ul li span {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url(../images/mapswitch-icon.png) no-repeat;
  zoom: 0.5;
}

.right-wrap ul li span.change-icon {
  background-position: 4px 6px;
}

.right-wrap ul li span.change-active {
  background-position: 4px -68px;
}

/*分类展示层*/

.category-pop {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 99.9%;
  display: none;
}

.category-wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  /* filter: alpha(Opacity=20);
      -moz-opacity: 0.2;
      opacity: 0.2; */
  z-index: 1;
}

.category-cont {
  position: absolute;
  top: 23%;
  width: 94%;
  z-index: 20;
  /* background-color: #fff; */
  left: 3%;
  /* border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 2px 5px #888888;
    box-shadow: 2px 2px 5px #888888; */
}

@media screen and (max-height:600px) {
  .category-cont {
    top: 26%;
    /* left: 1%; */
    /* width: 98%; */
  }
}

@media screen and (min-height:600px) and (max-height:1000px) {
  .category-cont {
    top: 14rem;
    /* top: 25%; */
    /* left: 1%; */
    /* width: 98%; */
  }
}

@media screen and (min-height: 1000px) {
  .category-cont {
    top: 10%;
    left: 1%;
    width: 98%;
  }
}

.category-cont .category-info {
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #888;
  box-shadow: 2px 2px 5px #888;
  z-index: 90;
}

.category-title {
  height: 39px;
  line-height: 40px;
  border-bottom: 1px solid #999;
  padding-left: 10px;
  font-size: 14px;
  color: #666;
}

.category-title i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.category-title i.iconfont {
  color: #3496ff;
}

.category-cont ul {
  padding: 15px 0 15px 15px;
}

.category-cont ul li {
  float: left;
  width: 28%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999;
  margin: 0 15px 15px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  /* Old Firefox */
  text-align: center;
  cursor: pointer;
}

.category-cont ul li:nth-child(3n+3) {
  margin-right: 0;
}

.category-cont ul li i {
  margin-right: 3px;
}

.info-wrap {
  position: absolute;
  width: 83%;
  display: none;
  background-color: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #888888;
  box-shadow: 2px 2px 5px #888888;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 2%;
  color: #333;
  padding: 10px 20px;
  z-index: 10;
}

.info-wrap .mainTitle {
  border-bottom: 1px solid #99999959;
}

.info-wrap .text-area {
  float: left;
  width: 100%;
  overflow: hidden;
}

.info-wrap .text-area p {
  line-height: 20px;
  overflow: hidden;
}

.info-wrap .text-area p.mainTitle {
  height: 73px;
  line-height: 34px;
  position: relative;
}

.info-wrap .text-area p.mainTitle span.title {
  font-size: 14px;
  font-weight: bold;
  max-width: 80%;
  display: inline-block;
}

.info-wrap .text-area p.mainTitle span.disNum {
  margin-left: 10px;
  font-size: 14px;
}

.info-wrap .text-area p.mainTitle .clearAllStyle i {
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
}

.info-wrap .text-area p.mainTitle span.shareBtn {
  display: flex;
  text-align: center;
  width: 78px;
  height: 24px;
  line-height: 26px;
  border: 1px solid #085FB9;
  position: absolute;
  color: #085FB9;
  right: 13%;
  top: 6%;
  justify-content: center;
  align-items: center;
}

.info-wrap .text-area p.mainTitle span.shareBtn i {
  margin-right: 5px;
}

.info-wrap .text-area .shareBtn .copyLink {
  cursor: pointer;
}

.info-wrap .text-area p.btnGroup {
  padding-top: 20px;
}

.info-wrap .text-area p.btnGroup span {
  margin-right: calc((100% - 240px)/2);
  display: inline-block;
}

.info-wrap .text-area p.btnGroup span.detailBtn {
  color: #16202B;
}

.info-wrap .text-area p.btnGroup span:last-child {
  margin-right: 0;
}

.btnGroup span.routeBtn,
.btnGroup span.shareBtn {
  width: 80px;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
  color: #16202B;
  font-size: 14px;
}

.btnGroup span.routeBtnDis {
  background-color: #999;
}

.btnGroup span.detailBtn i {
  margin-right: 5px;
}

.btnGroup span.routeBtn i {
  margin-right: 4px;
  vertical-align: middle;
}

.info-wrap .text-area p.subTitle {
  padding: 5px 0;
}

.text-area p.detailP {
  border-bottom: 1px solid #99999959;
  margin-bottom: 6px;
}

/* .info-wrap .text-area .modelname {
    font-size: 16px;
    font-weight: bold;
  } */

.info-wrap .text-area .spanStyle {
  font-size: 14px;
  margin-left: 20px;
}

.info-wrap .typename {
  font-size: 14px;
  color: #333;
}

.info-wrap .img-area {
  float: right;
}

.info-wrap .img-area img {
  width: 55px;
  height: 55px;
}

/*分享功能模块*/

.share-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 22;
  display: none;
}

.shareCont {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: white;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #888888;
  box-shadow: 2px 2px 5px #888888;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #333;
  z-index: 12;
}

.shareCont .popWrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #eee;
}

.shareCont .shareUl {
  background-color: #f2f2f2;
  padding: 10px;
}

.shareCont .shareUl li {
  float: left;
  text-align: center;
  font-size: 12px;
  padding: 10px;
}

.shareCont .shareUl li:nth-child(3n) {
  margin-right: 0;
}

.shareCont .shareUl li .spanImg {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 10px;
}

.shareCont .shareUl li .spanImg img {
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.shareCont .shareUl li span {
  display: block;
  /* width: 100%; */
}

.shareCont .cancelBtn {
  width: 100%;
  text-align: center;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 1);
  cursor: pointer;
}

/* 搜索下拉框 */

.searchHot-wrap {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 21;
}

#hotwords {
  background: #fff;
  /* 绝对定位，进行内部滚动 */
  width: 100%;
  max-height: 10rem;
  overflow-x: hidden;
  margin-top: 15px;
  /* 增加该属性，可以增加弹性，是滑动更加顺畅 */
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  bottom: -98px;
  right: 0;
  overflow: scroll;
  position: relative;
}

@media screen and (min-height: 770px) {
  #hotwords {
    max-height: 28.5rem;
  }
}

@media screen and (min-height:710px) and (max-height:770px) {
  #hotwords {
    max-height: 28.5rem;
  }
}

@media screen and (min-height:680px) and (max-height:710px) {
  #hotwords {
    max-height: 25.5rem;
  }
}

@media screen and (min-height:570px) and (max-height:680px) {
  #hotwords {
    max-height: 25rem;
  }
}

@media screen and (max-height:570px) {
  #hotwords {
    max-height: 17.5rem;
  }
}

#hotwords li {
  list-style: none;
  line-height: 34px;
  padding: 2px 10px;
  cursor: pointer;
  height: 33px;
  border-top: 1px solid #999;
  font-size: 14px;
  color: #333;
}

#hotwords li:active {
  color: #92d7ff;
}

#hotwords li img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

#hotwords li span.liRight {
  float: right;
}

.hotwords i {
  margin-right: 10px;
  color: #3496ff;
}

.hotwords .historyLi i {
  font-size: 12px;
  position: absolute;
  right: 15px;
  color: #999;
  z-index: 12;
}

/*上下滑动效果*/

/* .slideArrow {
    display: none;
    position: absolute;
    right: 10px;
    z-index: 100;
    top: 50%;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    cursor: pointer;
  }
  
  .slideArrow i {
    color: rgba(0, 0, 0, 0.4);
    font-size: 32px;
  } */

/************路径起始点底部栏样式****************/

.route-wrap {
  position: absolute;
  width: 84%;
  /* height: 85px; */
  padding: 10px 20px;
  background-color: white;
  display: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 2%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #888888;
  box-shadow: 2px 2px 5px #888888;
}

.route-loc-wrap img {
  vertical-align: middle;
  width: 20px;
  margin-right: 3px;
}

.route-wrap .route-loc-wrap {
  width: 100%;
  float: left;
}

.route-wrap .route-loc-wrap .route-input {
  height: 30px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.route-wrap .route-loc-wrap .route-input input {
  border: none;
  height: 28px;
  padding-left: 10px;
  max-width: 78%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.route-wrap .route-loc-wrap .route-input i {
  position: absolute;
  right: 0;
}

.route-wrap .route-loc-wrap .lineStyle {
  height: 1px;
  background-color: #999;
  overflow: hidden;
  margin: 5px 0 10px 0;
}

.route-wrap .route-loc-wrap .switchIcon {
  position: absolute;
  right: 20%;
  top: 25%;
}

.route-wrap .route-loc-wrap .distanceInfo {
  position: relative;
  height: 25px;
  line-height: 25px;
}

.route-wrap .route-loc-wrap .startNaviBtn {
  display: inline-block;
  padding: 1px 10px;
  background-color: transparent;
  color: #16202B;
  position: absolute;
  right: 0px;
}

.route-wrap .loc-btn-wrap {
  position: absolute;
  right: 20%;
  top: 5%;
  color: #666;
}

.route-wrap .loc-btn-wrap i {
  font-size: 28px;
  line-height: 66px;
  color: #666;
}

.route-wrap .route-btn-wrap {
  float: right;
  margin-top: 5px;
}

.route-btn-wrap img {
  width: 55px;
  height: 55px;
}

/*********地图选点区域*************/

.category-pop .category-cont.btns,
.category-blank {
  display: none;
}

/* .category-pop .category-cont.btns {
    height: 50px;
    background-color: transparent;
  } */

.category-pop .category-cont.btns .btn {
  width: 46%;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #888888;
  box-shadow: 2px 2px 5px #888888;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  color: #3496ff;
}

.category-pop .category-cont .btn i {
  margin-right: 6px;
}

.category-pop .category-cont.blank {
  top: 105px;
  bottom: 0px;
  height: 82%;
}

.category-pop .category-cont.blank>p {
  padding: 5px 10px;
}

/******导航页面样式*********/

.navi-header p {
  font-size: 16px;
}

.navi-header {
  position: absolute;
  top: 10px;
  left: calc(5% / 2);
  width: 95%;
  background-color: white;
  display: none;
  z-index: 100;
  margin: 0 auto;
}

.navi-header p {
  padding: 10px 20px;
}

.navi-header p>i {
  margin-right: 6px;
}

.navi-header .navi-voice-img {
  float: right;
  text-align: center;
  z-index: 20;
}

.navi-header .voice-active {
  color: #065EB8;
}

/* .navi-header .navi-stop-img img {
    width: 50px;
    margin: -10px 10px 0 0;
  } */

.navi-bottom-tip {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  background-color: #065EB8;
  display: none;
  /* border-radius: 5px; */
  /* -moz-border-radius: 5px; */
  /* -moz-box-shadow: 2px 2px 5px #888888; */
  /* box-shadow: 2px 2px 5px #888888; */
  color: #fff;
}

.navi-bottom-tip p {
  line-height: 30px;
  padding-left: 20px;
}

.navi-bottom-tip p.terminus {
  font-size: 16px;
  font-weight: bold;
}

.navi-bottom-tip p.distance i {
  position: absolute;
  right: 5%;
  top: 10%;
}

.navi-bottom-tip .right-tip {
  float: right;
}

.navi-bottom-tip .mname {
  margin: 0 10px;
}

.navi-bottom-tip .right-tip i {
  margin-right: 10px;
}

/*********室外地图页面*************/

#outDoorMapContainer {
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0px;
  z-index: 5000;
  display: none;
}

.map-inDoor {
  position: absolute;
  z-index: 10;
  bottom: auto;
  right: 16px;
  top: 275px;
  left: auto;
}

.map-gpsLocation {
  position: absolute;
  z-index: 10;
  bottom: auto;
  right: 16px;
  top: 325px;
  left: auto;
}

.gpsLocation-btn,
.inDoor-btn {
  width: 36px;
  height: 36px;
  margin-top: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #888888;
  box-shadow: 2px 2px 5px #888888;
  background-color: #fff;
  text-align: center;
  line-height: 43px;
}

.gpsLocation-btn i,
.inDoor-btn i {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../images/rightIcons.png) no-repeat center;
  transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -moz-transform: scale(0.5);
}

.inDoor-btn i.indoor-icon {
  background-position: 0px 0px;
}

.gpsLocation-btn i.gpsLocation-icon {
  background-position: 0px -87px;
}

/* .gpsLocation-btn i.gpsLocation-active{
      background-position: 0px -87px;
    } */

/* 地图楼层展示起点终点图标 */

.floorIcon {
  position: absolute;
  left: 55px;
  z-index: 1;
}

.floorIcon img {
  display: inline-block;
  width: 35px;
  height: 25px;
}

.sameIcon img {
  height: 50px;
}

/* 提示信息弹层 */

.web_toast {
  width: 80%;
  font-size: 14px;
}

/* 其他地图app选择框 */

.mapApps {
  display: none;
  width: 80%;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 8%;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -moz-box-shadow: 2px 2px 5px #888;
  box-shadow: 2px 2px 5px #888;
}

.mapApps ul {
  overflow: hidden;
  padding: 10px 15px 10px 15px;
}

.mapApps ul li {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.mapApps ul li:last-child {
  border-bottom: none;
}

.mapApps ul li.cancelLi {
  color: #3496ff;
}

/**地图加载动画**/

.map-loading {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.map-loading .binding {
  content: '';
  width: 27px;
  height: 4px;
  border: 2px solid #3496ff;
  margin: 0 auto;
}

.map-loading .pad {
  width: 15px;
  height: 18px;
  border: 2px solid #3496ff;
  border-top: 0;
  padding: 6px;
  margin: 0 auto;
}

.map-loading .line {
  width: 15px;
  margin-top: 4px;
  border-top: 2px solid #3496ff;
  opacity: 0;
  -webkit-animation: writeline 3s infinite ease-in;
  -moz-animation: writeline 3s infinite ease-in;
  -o-animation: writeline 3s infinite ease-in;
  animation: writeline 3s infinite ease-in;
}

.map-loading .line:first-child {
  margin-top: 0;
}

.map-loading .line.line1 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.map-loading .line.line2 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.map-loading .line.line3 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.map-loading .text {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #3496ff;
}

@-webkit-keyframes writeline {
  0% {
    width: 0px;
    opacity: 0;
  }

  33% {
    width: 15px;
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes writeline {
  0% {
    width: 0px;
    opacity: 0;
  }

  33% {
    width: 15px;
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes writeline {
  0% {
    width: 0px;
    opacity: 0;
  }

  33% {
    width: 15px;
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes writeline {
  0% {
    width: 0px;
    opacity: 0;
  }

  33% {
    width: 15px;
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/**地图加载动画结束**/

.loadingImg {
  display: block;
  float: left;
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(../images/loading.png) 0 0 no-repeat;
  background-position: 0 100%;
  -webkit-background-size: 40px 80px;
  background-size: 40px 80px;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 250ms;
  -webkit-transform: rotate(0deg) translateZ(0);
  -webkit-transition-duration: 0ms;
  -webkit-animation-name: loading;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg) translateZ(0);
  }

  to {
    -webkit-transform: rotate(360deg) translateZ(0);
  }
}

.navi-info {
  position: absolute;
  top: 102px;
  height: 140px;
  left: 10px;
  width: 90%;
  display: none;
  background-color: rgba(59, 59, 59, 0.3);
  color: white;
  z-index: 10000;
}

.navi-info .navi-info-loc {
  width: 300px;
  max-width: 300px;
  height: 70px;
}

/* 不再提醒弹出框 */

.noAlert {
  width: 100%;
  text-align: center;
  height: 28px;
  line-height: 28px;
}

.noAlert input {
  vertical-align: middle;
  margin-right: 5px;
}

#groupLayer_Shade {
  display: none;
  width: 42px;
  background: transparent;
  position: absolute;
  bottom: 167px;
  left: 10px;
  height: 176px;
  z-index: 100;
}

.layui-layer-page .layui-layer-content {
  padding: 20px;
  padding-bottom: 0px;
  font-size: 12px;
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
  padding-top: 0;
}

.layui-layer-page .layui-layer-btn {
  display: flex;
}

/*气泡弹框样式*/

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
  max-width: 276px;
  /* padding: 1px; */
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  line-break: auto;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover.top {
  z-index: 0;
}

.popover.top>.arrow {
  border-width: 8px;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  /* border-top-color: #999; */
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}

.popover>.arrow:after {
  border-width: 8px;
  bottom: 0px;
  margin-left: -8px;
  content: " ";
  border-top-color: rgba(255, 255, 255, 0.8);
  border-bottom-width: 0;
}

.popover-content {
  padding: 6px 8px;
}

/*测试信息*/

.navi-info-tip {
  position: absolute;
  left: 5px;
  top: 30%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  display: none;
}

.original {
  word-break: break-all;
}

.geolocation {
  word-break: break-all;
}

.layui-layer {
  width: 60%;
}

.layui-layer-btn a {
  width: 28%;
  text-align: center;
  font-size: 12px;
}

/* domMarker样式 */
div.domMarker {
  width: auto !important;
  height: auto !important;
}

p.my-popup {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
  border-radius: 10px;
  position: relative;
  left: -30%;
  top: -22px;
  display: inline-block;
  white-space: nowrap;
}

p.my-popup i {
  display: inline-block;
  border-left: transparent solid 10px;
  border-right: transparent solid 10px;
  border-top: rgba(255, 255, 255, 0.9) solid 10px;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 10px);
}

/* loading样式 */
.layui-layer-loading .layui-layer-content {
  width: 60px !important;
  height: 60px !important;
  margin: 0 auto;
  background: url('../images/loading.gif') no-repeat center !important;
  background-size: 50%;
}