.cust_box{
  position: fixed;
  top: 50%; left: 50%;
  transform: translate3d(-50%,-50%,0);
  width: 90%;
  max-width: 450px;
  background: #000000c7;
  color: #fff;
}
.c_hander{
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
}
.c_hander > .c_title{
  margin: 0;
}
.closeImg{
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.c_detail{
  padding: 15px 30px;
}
.c_detail_box,
.c_qr_box{
  display: flex;
  align-items: center;
}
.avatar,
.qrImg{
  width: 130px;
  height: 130px;
  object-fit: contain;
}
.box_right{
  flex: 1;
  margin-left: 20px;
}
.box_right p{
  display: inline-block;
  margin: 10px;
  font-size: 14px;
}
#name,
#phone,
#email,
#address{
  display: none;
}
.box_right .m_address{
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.c_qr_box{
  margin-top: 10px;
}
.qr_text{
  font-size: 1.2em;
  margin-left: 30px;
}