.contactWay {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.contactWay label {
  width: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 4px;
  text-align: right;
}

.xintalk {
  background: url(../../images/common/xintalk.gif) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  bottom: 4px;
}
.qqtalk {
  background: url(../../images/common/ask_qq.png);
  background-size: 100% 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.wechatpic {
  background: url(../../images/common/ask_wx.png);
  background-size: 100% 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin-left: 4px;
  flex-shrink: 0;
}
.moreContactInfo {
  position: relative;
}
.moreContactInfo a {
  display: block;
}
.moreContactInfo .icon_more_contact {
  background: url(../../images/common/more_link.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.moreContactInfo a {
  margin-right: 0;
  margin-left: 4px;
}
/* .contactWayList {
  top: 26px;
  left: 0;
  position: absolute;
  z-index: 11;
  background: #fff;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #ff8b0d;
  padding: 10px 14px;

  box-sizing: border-box;
  width: 112px;
} */

.contactWayList label {
  font-size: 12px;
  flex-shrink: 0;
  color: #585858;
  margin-right: 4px;
  width: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: right;
}
.webui-popover-content {
  padding: 4px 14px;
}
.wechat-big-img-box {
  position: absolute;
  left: -100px;
  top: 25px;
  border: 0;
  margin-right: 0;
  max-width: 240px;
  max-height: 240px;
  padding: 18px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(102, 85, 66, 0.85);
  border-radius: 7px 7px 7px 7px;
  z-index: 1061;
}

.wechat-big-img-box img {
  max-width: 206px;
  max-height: 206px;
}

.webui-popover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  border: 1px solid #ff8b0d;
  min-height: auto;
}
.webui-no-padding .webui-popover-content {
  /* padding: 14px; */
  box-sizing: border-box;
  overflow: visible;
}
.webui-popover > .arrow {
  border-width: 8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 11px solid #fff;
  border-bottom-color: #fff;
}
.webui-popover > .arrow:after {
  border-width: 9px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 9px solid #fff;
  border-bottom-color: #fff;
}
.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px;
  margin-left: 10px;
}

.webui-popover.top > .arrow,
.webui-popover.top-right > .arrow,
.webui-popover.top-left > .arrow {
  border-top-color: #ff8b0d;
  bottom: -8px;
  margin-left: -16px;
}
.webui-popover.top > .arrow:after,
.webui-popover.top-right > .arrow:after,
.webui-popover.top-left > .arrow:after {
  margin-left: -4px;
}
.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-left: 10px;
  margin-top: 6px;
}

.webui-popover.bottom > .arrow,
.webui-popover.bottom-right > .arrow,
.webui-popover.bottom-left > .arrow {
  border-bottom-color: #ff8b0d;
  margin-left: -15px;
  top: -8px;
  margin-left: -15px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #ff8b0d;
  border-bottom-width: 8px;
}

.webui-popover.bottom > .arrow:after,
.webui-popover.bottom-right > .arrow:after,
.webui-popover.bottom-left > .arrow:after {
  top: 2px;
  margin-left: -4px;
}
