/* 兑换卡 */
#focusGroupPop{
  width: 480px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  position: fixed;
  left: 0;
  right: 0;
  top: 20%;
  margin: 0 auto;
  z-index: 1050;
}

#focusPersonContent {
  padding: 0;
}

#focusPersonContent .tip_msg{
  line-height: 50px;
}

#focusPersonContent .detail_tit {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: var(--ms-color-theme, #1E82E3);
  position: relative;
  border-bottom: 1px solid #EFEFEF;
  padding-left: 24px;
  overflow: hidden;
  padding-right: 16px;
}

#focusPersonContent .detail_tit::before {
  content: '';
  width: 2px;
  height: 20px;
  background: var(--ms-color-theme, #1E82E3);
  position: absolute;
  left: 0px;
  top: 14px;
}

#focusPersonContent .detail_tit>i {
  float: right;
}

#focusPersonContent .detail_tit>i::after {
  content: '\e62c';
  font-size: 18px;
  color: #333;
  cursor: pointer;
  font-family: "iconfont";
}

#focusPersonContent table{
  width: 100%;
  border-collapse: collapse;
}

#focusPersonContent .detail_body {
  padding: 32px 20px 0;
  height: 175px;
}

#focusPersonContent th,
#focusPersonContent td {
  text-align: left;
  border: 1px solid #eee;
  border-right: 0;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 55px;
}

#focusPersonContent th {
  border: 1px solid #eee;
  border-right: 0;
  border-left: 0;
}

#focusPersonContent tr th:first-child {
  border-left: 1px solid #eee;
}

#focusPersonContent tr th:last-child {
  border-right: 1px solid #eee;
}


#focusPersonContent tr td:last-child {
  border-right: 1px solid #eee;
}

.groupCardBtn {
  width: 100%;
  text-align: right;
  padding: 9px 24px;
  line-height: 1;
  border-top: 1px solid #f0f0f0;
}

#focusGroupClose, #groupCloseMain{
  float: none;
  width: 80px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  background: #f2f3f4;
}

#groupBtn_new, #groupBtn,
#focusGroupClose, #groupCloseMain{
  float: none;
  width: 80px;
  height: 36px;
  box-sizing: border-box;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  background: #f2f3f4;
  color: #333;
  padding: 0;
  text-align: center;
  line-height: 34px;
  background: #fff;
  margin: 0;
}

#groupBtn_new, #groupBtn {
  background: var(--ms-color-theme,#1E82E3);
  color: #fff;
  margin-left: 12px;
}