/* pages/charging/charging.wxss */

page {
  background-color: #efefef;
  height: 100%;
  overflow-y: hidden;
}
.chargfeatureImage{
  display: inline-block;
  width: 240rpx;
  height: 135rpx;
  margin: 20rpx 20rpx 20rpx 0;
  border-radius: 15rpx;
  overflow: hidden;
  background-color: #00AADD;
}
.chargfeatureImage image{
  display: inline-block;
  width: 240rpx;
  height: 135rpx;
}
.pictureScroll{
  display: flex;
  white-space:nowrap;
}
.charginfo{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.map_text{
  background:#FFFFFF;
  margin: 12rpx 0;
  padding:20rpx 40rpx;
}

.map_text_info{
  width: 100%;
  display: inline-block;
}

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

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

text.name {
  line-height: 50rpx;
  display: block;
  font-size: 32rpx;
}
text.inline{
 display: block;
 margin:0;
}
.grey {
  font-size: 22rpx;
  line-height: 42rpx;
  height: 42rpx;
  min-height: 42rpx;
  color: #9d9d9d;
  margin: 0;
}
.grey.address{
  display: block;
  line-height: 50rpx;
}

.grey.phone{
    line-height:20rpx;
}

text.border{
 line-height: 40rpx;
 height: 40rpx;
 color: #9d9d9d;
 font-size: 20rpx;
}
text.yellow {
  color: #da8527;
  font-size: 22rpx;
  line-height: 30rpx;
  /* font-weight: bold; */
}

text.red {
  font-size: 20rpx;
  color: #BD3124;
  /* font-weight: bold; */
}
text.price {
  font-size: 20rpx;
  color: #9d9d9d;
}
.context {
  height: 720rpx;
}

.chargprice {   
  height: 50rpx;
  margin-bottom: 4rpx;
}
.chargprice text {
  height: 50rpx;
  min-height: 50rpx;
  line-height: 50rpx;
}
.btn_list{
    width: 100%;
    height: 80rpx;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin: 10rpx 0;
}
.btn{
  width: 280rpx;
  height: 60rpx;
  background: #35b2ab;
  border-radius: 60rpx;
  flex-direction: row;
}

.icon{
  width: 40rpx;
  height: 40rpx;
  background: #FFFFFF;
  color: #35b2ab;
  margin: 10rpx 20rpx;
  display: inline-block;
  line-height: 40rpx;
  text-align: center;
  border-radius: 10rpx;
  border: 1rpx solid #BBBBBB;
  font-size: 26rpx;
}

.icon.slow{
  color: #e29e53;
}

.icon.slowBar{
  color: #e29e53;
  border: 1rpx solid #e29e53;
}

.icon.fastBar{
  color: #35b2ab;
  border: 1rpx solid #35b2ab;
}

.btn.slow{
  background: #e29e53;
}

.status{
  display: inline-block;
    color: #FFFFFF;
    font-size: 25rpx;
    text-align: center;
    line-height: 25rpx;
    letter-spacing: -1rpx;
    font-family: '宋体';
}

.title_list{
  width:100%;
  height:100rpx;
  background:#FFFFFF;
  font-size:30rpx;
  text-align: center;
  line-height: 100rpx;
}

.charg{
  position: relative;
  height: 150rpx;
  width: calc(100% - 12rpx);
  border-radius: 20rpx;
  margin: 12rpx 8rpx;
  background: #FFFFFF;
  flex-direction: row;
  display: flex;
  /*justify-content: space-between;*/
}

.runstatus{
  width: 100rpx;
  height: 100rpx;
  background-color: #35B2AB;
  border-radius: 100rpx;
  margin: 28rpx 20rpx; 
  color: #35B2AB;
  position: relative;
  padding:0;
}


.runstatus_inner{
  width: 80rpx;
  height: 80rpx;
  border-radius: 80rpx;
  background-color: #ffff;
  position: absolute;
  top: calc((100rpx - 80rpx) / 2);
  left: calc((100rpx - 80rpx) / 2);
  text-align: center;
  line-height: 78rpx;
  font-size: 22rpx;
  padding:0;
  margin: 0;
}
.runstatus.chargstatus_kxz{
  background-color: #35B2AB;
  color: #35B2AB;
}
.runstatus.chargstatus_ycq{
  background-color: #00AADD;
  color: #00AADD;
}

.runstatus.chargstatus_cdz{
  background-color: #00AADD;
  color: #00AADD;
}

.runstatus.chargstatus_lx{
  background-color: #8F8E94;
  color: #8F8E94;
}

.runstatus.chargstatus_gz{
  background-color: #E29E53;
  color: #E29E53;
}

.chargInfo_v{
  flex-direction: column;
  padding-top: 40rpx;
  display: flex;
  width:580rpx;
  color: #888888;
  font-size: 28rpx;
  height: 100%;
  overflow: hidden;
}

.chargInfo_v_name{
  width: 100%;
}

.iconleft{
  height: 100%;
  width: 140rpx;
  display: flex;
  margin-right: 20rpx;
  flex-direction: column;
}

.iconleft .icon{
  margin-top: 20rpx;
  /* margin-bottom: 10rpx; */
  /*margin-left: 60rpx;*/
}

.startpower{
  font-size: 26rpx;
  /* margin: 8rpx 0; */
  color: #039BE5;
  line-height: 30rpx;
  display: inline;
  padding-left: 40rpx;
}

.bottomm{
  height: 60rpx;
  width: 100%;
}


.rtable{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rtable .rtr{
  width: 100%;
  height: 40rpx;
  display: flex;
  flex-direction: row;
}

.rtable .rtr{
  font-size: 22rpx;
  color: #9d9d9d;
}
.rtable .rtr.active{
  color:#f06c6c;
  font-weight: bold;
  font-size: 28rpx;
  font-style: italic;
}

.rtable .rtr .rtd{

}

.rtable .rtr .rtd.t1{
  width: 210rpx
}

.rtable .rtr .rtd.t2{
  width: 180rpx
}
.parkingfee{
  color:#f06c6c;
  font-weight: bold;
  font-size: 28rpx;
  padding-bottom:10rpx;
}

.seeReservation{
  color:#039BE5;
  padding-left: 10rpx;
  font-size: 26rpx;
}

.iconCard{
  position:absolute;
  right: 28rpx;
  top: 10rpx;
}


.charging_text_title1 text.tag{
    display: flex;
    font-size: 20rpx;
    height: 32rpx;
    width: 100%;
    margin:0;
}

.charging_text_title1 .tag .tagItem{
    float: left;
    color: #FFFFFF;
    background: #21ADFF;
    margin-right: 10rpx;
    padding: 2rpx 6rpx;
    border-radius: 15rpx;
    height: 30rpx;
    line-height: 30rpx;
}