.addres{
  background-color: #37474f;
  color:white;
  text-align: center;
  height: 48px;
}
#city-picker{
  background-color: #37474f;
  border: 0;
  line-height: 48px;
  padding: 0;
  text-align: center;
  font-weight: bold;
  width:150px;
}
#dingwei_img{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.card-content-inner{
  display: flex;
  display: -webkit-flex;
  min-height: 110px;
  -webkit-align-items:center;
  align-items:center;  
}
.head_img{
  width: 70px;
  height: 70px;
  border-radius: 70px;
}
.dt_info{
  flex: 1;
  -webkit-flex:1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction:column;
  margin-left: 10px;
  position: relative;
}
.dt_info p{
  margin:0 0 5px 0;
  height: auto;
}
.dt_info div{
  margin:0 0 5px 0;
  height: auto;
}
.dt_name{
  font-weight: bold; 
}
.dt_title{
  color:#a7a6ae;
  font-size: 12px;
}
.dt_hpt{
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-weight: bold; 
}
.dt_intr{
  color:#a7a6ae;
  font-size: 13px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;         
}
.real_auth{
  width:60px;
  position:absolute;
  right:0;
  top:0;
}
.no_auth{
  width:60px;
  position:absolute;
  right:0;
  top:0;        
}
#content{
  padding-top: 10px;
}
.cover_img{
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
  float: left;
  width: 90px;
  height: 90px;      
}
.hpt_info{
  margin-left: 10px;
  flex:1;
  -webkit-flex:1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.hpt_info div:not(:first-child){
   flex:1;
  -webkit-flex:1;
  /* Safari, Chrome, and Opera */
  display:-webkit-box;
  -webkit-box-align:end;

  /* W3C */
  display:box;
  box-align:end;   
}
.hpt_name{
  font-weight: bold;  
}
.p_and_g{
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-align: end;
}
p{
  margin: 0;
}
.d{
  color: #c5c5c8;
  font-size: 13px;
  font-weight: bold;  
}