.p_head {
  width: 100%;
  height: 43.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.2vw;
  position: relative;
  background: url(../images/profile.png) no-repeat left center / 100%;
}
.p_head .a_wrap {
  width: 14.9333vw;
  height: 14.9333vw;
  border-radius: 50%;
  margin-right: 2.1333vw;
}
.p_head .avatar {
  width: 14.9333vw;
  height: 14.9333vw;
  border-radius: 50%;
  margin-right: 2.1333vw;
}
.p_head .info {
  height: 14.9333vw;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.p_head .info .name {
  font-size: 4.2667vw;
  font-weight: bold;
  color: #ffffff;
}
.p_head .info .name a {
  color: #ffffff;
}
.p_head .info .mark span {
  height: 5.8667vw;
  line-height: 5.8667vw;
  border: none;
  border-radius: 3.2vw;
  padding: 0 2.1333vw;
  font-size: 3.2vw;
  color: #4a4a4a;
}
.p_head .info .tip {
  font-size: 3.7333vw;
  color: #ffffff;
}
.p_head .i_wrap {
  display: flex;
  position: absolute;
  right: 2vw;
  top: 5.3333vw;
  justify-content: center;
  align-items: center;
}
.p_head .i_wrap .iconfont {
  font-size: 7.8vw;
  color: #ffffff;
  margin-left: 3.2vw;
}
.p_head .u_detail {
  width: 93.6vw;
  height: 18.6667vw;
  background: #ffffff;
  display: flex;
  align-items: center;
  margin-top: -2.6667vw;
  position: absolute;
  bottom: -10.3333vw;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 1.0667vw 2.1333vw 0 #eeeeee;
  border-radius: 1.6vw;
}
.p_head .u_detail a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p_head .u_detail a span:first-of-type {
  font-size: 5.8667vw;
  color: #4a4a4a;
}
.p_head .u_detail a span:last-of-type {
  font-size: 3.7333vw;
  color: #181818;
}
.p_head .u_detail a:not(:last-of-type)::after {
  display: inline-block;
  content: "";
  width: 0.2667vw;
  height: 4.8vw;
  background: rgba(228, 228, 228, 0.78);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hj_wrap {
  display: flex;
  justify-content: space-between;
  padding: 6.6667vw;
  margin: 11.3333vw 0 3vw;
}
.hj_wrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hj_wrap a img {
  display: block;
  width: 14.4vw;
  height: 14.4vw;
}
.hj_wrap a span {
  font-size: 3.7333vw;
  color: #181818;
  display: flex;
}
.hj_wrap a span.dot::after {
  display: inline-block;
  content: "";
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 50%;
  background: red;
  margin-left: 0.8vw;
}
.serve {
  padding: 0 3.2vw;
}
.serve .des {
  font-size: 4.2667vw;
  font-weight: bold;
  color: #181818;
  line-height: 5.8667vw;
}
.serve .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6.4vw;
}
.serve .list a {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #181818;
  margin-bottom: 6.9333vw;
}
.serve .list a .iconfont {
  font-size: 7.4667vw;
}
.serve .list a .text {
  font-size: 3.7333vw;
  margin-top: 1.6vw;
}
.ecard_pop .title {
  padding-bottom: 4vw !important;
}
.ecard_pop .mp {
  padding: 0vw 2.4vw 4.2vw;
  text-align: center;
  color: #181818;
  font-size: 3.7333vw;
  word-break: break-all;
}
.ecard_pop .mp .old {
  color: #204f91;
}
.ecard_pop .mp .iconfont {
  font-size: 4.2667vw;
}
.ecard_pop .mp .wx {
  color: #31c44b;
}
.ecard_pop .mp .qq {
  color: #4fbbeb;
}
.ecard_pop .newmp {
  font-size: 4vw;
  font-weight: bold;
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 4.6vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ecard_pop .newmp .mp_cut {
  display: flex;
  justify-content: space-evenly;
}
.ecard_pop .newmp .mp_cut .iconfont {
  font-size: 8.5333vw;
  font-weight: normal;
  color: #999999;
}
.ecard_pop .newmp .mp_cut .iconfont:first-of-type {
  margin-right: 7.7333vw;
}
.ecard_pop .newmp .mp_cut .iconfont.wx.active {
  color: #31c44b;
}
.ecard_pop .newmp .mp_cut .iconfont.qq.active {
  color: #4fbbeb;
}
.ecard_pop .inp {
  display: flex;
  justify-content: center;
  margin-bottom: 5vw;
}
.ecard_pop .inp input {
  width: 83%;
  height: 9.8vw;
  border-radius: 0.8vw;
  padding: 0 1.6vw;
  border: 0.4vw solid #c0c0c0;
  outline: none;
}
