#map {
  width: 100%;
  height: 80vh;
  border: 1px solid #ccc;
  /* 去掉 地图焦点的边框 */
  outline: none;
}
#converCentent {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 350px;
  padding: 10px 20px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 2px 5px #999;
  z-index: 9999;
}
#converCentent select{
  float: right;
  width: 77.5%;
  height: 24px;
}
#converCentent input[type='text']{
  font-size: 14px;
  width: 75%;
  float: right;
}


.red p label:first-child:before{
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}
.none label:first-child:before{
  content: " " !important;
  margin-right: 10px !important;

}
/* 通用的css样式选择 */
[jd-btn]{
  background: #3c6ef0;
  color: #fff;
  min-width: 80px;
  padding: 3px 15px;
  border: 1px solid #fff;
  font-size: 14px;
  cursor: pointer;
  margin-right: -6px;
}
[jd-btn]:active{
  background: #3c6ef0!important;
}

[jd-btn]:hover{
  background: #94baf2;
  border: 1px solid #fff;
}

[jd-btn]:first-child{
  border-radius: 4px 0 0 4px;
}

[jd-btn]:last-child{
  border-radius: 0 4px 4px 0;
}

[jd-btn]:only-child{
  border-radius: 4px;
}

[align-left]{
  text-align: left;
  margin: 10px 0;
}

[bold]{
  font-weight: 600;
  margin-left: 2px;
  font-size: 13px;
}

[align-center]{
  text-align: center;
}

[align-right]{
  text-align: right;
}

[m-r-0]{
  margin-right: 0px !important;
}
[flex-between]{
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}