.pg {
    position: relative;
    /* height: calc(100% - 640rpx); */
    background: #fff;
    padding: 20rpx 30rpx 0 30rpx;
    box-shadow: 0rpx 6rpx 6rpx  #f5f5f5 inset;
    width: calc(100% - 60rpx);
  }
  .charging_text_title {
    height: 105rpx;
    width: 100%;
    display: flex;
    margin-bottom: 20rpx;
  }
  
  .charging_text_title1 {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .charging {
    width: 62rpx;
    height: 62rpx;
    margin: 30rpx 30rpx 30rpx 0;
    flex-shrink: 0;
    overflow: hidden;
  }
  .charging image {
    width: 62rpx;
    height: 62rpx;
  }
  
  text {
    margin: 0 0 18rpx 0;
    display: block;
    font-size: 26rpx;
    font-family: 'Lucida Sans',
                   'Lucida Sans Regular',
                   'Lucida Grande',
                   'Lucida Sans Unicode',
                   Geneva,
                   Verdana,
                   sans-serif;
    color: #231400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 30rpx;
    min-height: 30rpx;
  }


  text.bold {
    font-weight: bold;
    line-height: 34rpx;
    height: 34rpx;
    min-height: 34rpx;
    margin-top: 28rpx;
    margin-bottom: 8rpx;
    display: block;  
    font-size: 30rpx;
  }
  
  text.inline {
    display: inline-block;
    color: #575757;
    margin-top:18rpx;
    margin-bottom: 0;
  }
  
  .h1 {
    margin: 0rpx 0rpx 24rpx 0rpx;
    font-size: 24rpx;
    line-height: 28rpx;
    height: 28rpx;
    min-height: 28rpx;
    color: #a3a3a3;
  }

  .btn {
    width: 80%;
    font-size: 32rpx;
    /* margin: 0rpx 32rpx; */
    font-family: 'Lucida Sans',
                   'Lucida Sans Regular',
                   'Lucida Grande',
                   'Lucida Sans Unicode',
                   Geneva,
                   Verdana,
                   sans-serif;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    border: #bbbbbb 1rpx solid;
    background-color: #FFF;
    color: #00a8dc;
    border-radius: 40rpx;
    height: 80rpx;
    line-height: 80rpx;
  }
  .stitle{
    line-height:40rpx;font-size:28rpx;margin:20rpx 0;word-wrap: break-word;
  }

  .btn.active{
    background-color: #00a8dc;
    color: #fff;
  }

  .btn.b1{
    /* width: 80%; */
}
  .btn.b2{
      /* width: 40%; */
  }

  .btn.b3{
    /* width: 30%; */
}
  
  .vbtn{
    width: 100%;
    display: grid;
    margin:50rpx 0;
  }
  .vbtn.v1{
    margin:0;
    margin-top:60rpx;
    grid-template-columns: auto;
  }
  .vbtn.v2{
    margin:30rpx 0;
    grid-template-columns: auto auto;
    
  }
  .vbtn.v3{
    margin:30rpx 0;
    grid-template-columns: auto auto auto;
    grid-row-gap: 30rpx;
  }
  .char4{
    font-size: 24rpx;
  }