/* 由程序每次启动时自动生成，请勿修改 */

.card-3ebef65becc9172c90cfff874430205f .card  {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative
}
.card-3ebef65becc9172c90cfff874430205f .card .top  {
  width: 100%;
  height: 120px;
  display: flex;
}
.card-3ebef65becc9172c90cfff874430205f .card .top .avatar  {
  margin: 20px;
  border-radius: 40px;
  width: 80px;
  overflow: hidden;
}
.card-3ebef65becc9172c90cfff874430205f .card .top .avatar img  {
  width: 80px;
  height: 80px;
}
.card-3ebef65becc9172c90cfff874430205f .card .top .infos  {
  flex: 1;
  padding-top: 20px;
}
.card-3ebef65becc9172c90cfff874430205f .card .top .infos .name  {
  font-size: 22px;
  font-weight: 600;
  color: #303133;
  line-height: 32px;
}
.card-3ebef65becc9172c90cfff874430205f .card .top .infos .job  {
  font-size: 14px;
  color: #606266;
  line-height: 24px;
}
.card-3ebef65becc9172c90cfff874430205f .card .top .infos .company  {
  font-size: 14px;
  color: #606266;
  line-height: 20px;
}
.card-3ebef65becc9172c90cfff874430205f .card .bottom  {
  padding: 15px;
  padding-left: 20px;
  position: relative;
}
.card-3ebef65becc9172c90cfff874430205f .card .bottom ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.card-3ebef65becc9172c90cfff874430205f .card .bottom li  {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding-bottom: 6px;
  color: #606266;
}
.card-3ebef65becc9172c90cfff874430205f .card .bottom li span  {
  vertical-align: middle;
}
.card-3ebef65becc9172c90cfff874430205f .card .bottom li a  {
  text-decoration: none;
  color: #606266;
  vertical-align: baseline;
}
.card-3ebef65becc9172c90cfff874430205f .card .bottom li a:hover  {
  text-decoration: underline;
}
.card-3ebef65becc9172c90cfff874430205f .card .bottom .qrcode  {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 120px;
  text-align: center;
}
.card-3ebef65becc9172c90cfff874430205f .card .bottom .qrcode img  {
  width: 80px;
  height: 80px;
}
.card-3ebef65becc9172c90cfff874430205f .card .bottom .qrcode .text  {
  font-size: 14px;
  color: #909399;
}
@media only screen and (max-width: 450px)  {
  .card-3ebef65becc9172c90cfff874430205f .card .bottom .qrcode  {
    display: none;
  }
}
.card-3ebef65becc9172c90cfff874430205f .card .iconfont {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
