page {
  height: 100%;
  overflow-y: hidden;
}

.section {
  height: 89rpx;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #eee;
}

.search_icon {
  flex-shrink: 0;
  padding: 24rpx;
}

.search_icon.active {
  background-color: #f4f4f4;
}

.search_icon image {
  width: 40rpx;
  height: 40rpx;
}
.section input {
  width: 100%;
  margin: 20rpx 24rpx 20rpx 0rpx;
  background-color: #f4f4f4;
  color: #545253;
  height: 48rpx;
  line-height: 48rpx;
  min-height: 48rpx;
  border-radius: 24rpx;
  padding: 0 24rpx;
  font-size: 24rpx;
  font-family: 'Lucida Sans',
                 'Lucida Sans Regular',
                 'Lucida Grande',
                 'Lucida Sans Unicode',
                 Geneva,
                 Verdana,
                 sans-serif;
}

.section_phcolor {
  color: #b5b5b5;
}




.context {
  height: calc(100% - 88rpx);
  background-color: #f4f4f4;
}

.context_block {
  width: 100%;
  height: 32rpx;
}

.map_text {
  position: relative;
  height: 246rpx;
  background: #fff;
  padding: 0 30rpx;
  margin: 0 20rpx 32rpx 20rpx;
  border-radius: 20rpx;
  box-shadow: 0rpx 4rpx 4rpx #d5d5d5;
}

.mychargestation {
  background: #fafbfa;
  box-shadow: 0rpx 4rpx 4rpx #d0d0d0;
}

.map_text.active, .map_text1.active {
  background-color: #ebebeb;
}

.charging_text_title {
  height: 105rpx;
  width: 100%;
  display: flex;
}

.charging_text_title1 {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.charging {
  width: 45rpx;
  height: 45rpx;
  margin: 30rpx 30rpx 30rpx 0;
  flex-shrink: 0;
  overflow: hidden;
}

.charging image {
  width: 45rpx;
  height: 45rpx;
}

text {
  margin: 0 0 20rpx 0;
  display: block;
  font-size: 24rpx;
  font-family: 'Lucida Sans',
                 'Lucida Sans Regular',
                 'Lucida Grande',
                 'Lucida Sans Unicode',
                 Geneva,
                 Verdana,
                 sans-serif;
  color: #545253;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 24rpx;
  height: 24rpx;
  min-height: 24rpx;
}

text.bold {
  font-weight: bold;
  line-height: 24rpx;
  height: 24rpx;
  min-height: 24rpx;
  margin-top: 30rpx;
  margin-bottom: 1rpx;
  display: block;
}

text.inline {
  display: inline-block;
}

text.fast {
  color: #2483c0;
}

text.slow {
  color: #42b9b4;
}

text.red {
  color: red;
}

.h1 {
  margin: 0rpx 0rpx 30rpx 0rpx;
  font-size: 20rpx;
  line-height: 20rpx;
  height: 20rpx;
  min-height: 20rpx;
  color: #959595;
}

.h1.right {
  margin: 55rpx 0rpx 30rpx 30rpx;
  flex-shrink: 0;
  float: right;
}

.showAll{
  text-align: center;
  color: #b5b5b5;
}

.showInit{
  margin: 20rpx 0 0 0;
  text-align: center;
  color: #b5b5b5;
}