.content {
  width: 100%;
  background-color: #f7f7f7;
  padding-top: 2.766rem;
  overflow: hidden;
}
.content .box {
  width: 88%;
  margin: 0 auto;
}
.content .box .team {
  width: calc(100% + 2.466rem);
  margin-left: -1.233rem;
}
.content .box .team::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .box .team .member {
  width: calc(50% - 2.466rem);
  margin: 0 1.233rem;
  float: left;
  cursor: pointer;
  background-color: white;
  margin-bottom: 69px;
  transition: 0.5s;
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.04);
}
.content .box .team .member .img {
  width: 100%;
  height: 21.2rem;
  position: relative;
  overflow: hidden;
}
.content .box .team .member .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
}
.content .box .team .member .text {
  margin-top: 1.4rem;
  padding-bottom: 1.566rem;
  position: relative;
}
.content .box .team .member .text .name {
  font-size: 1.533rem;
  font-weight: bold;
  line-height: 1.533rem;
  color: #333333;
  text-align: center;
}
.content .box .team .member .text .p {
  height: 4rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2rem;
  color: #999999;
  text-align: center;
  margin-top: 14px;
}
.content .box .team .member .text .line {
  width: 50px;
  height: 0.2rem;
  background-color: #cc2237;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  transition: 0.5s;
}
.content .box .team .member:hover {
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.04);
}
.content .box .team .member:hover .text .line {
  width: 100%;
  left: 0;
}
.popups {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000000;
}
.popups .box {
  width: 90%;
  height: auto;
  min-height: 375px;
  padding-bottom: 0.1rem;
  background-color: white;
  margin: 0 auto;
  margin-top: calc(50vh - 235px);
  padding-top: 10px;
  position: relative;
}
.popups .box .img {
  width: 159px;
  height: 212px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.popups .box .img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -100px;
  right: -100px;
  margin: auto;
}
.popups .box .img .line {
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #c0150f;
}
.popups .box .right {
  width: 80%;
  margin-left: 10%;
  margin-top: 1.4rem;
}
.popups .box .right .name {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 38px;
  color: #333333;
  text-align: center;
}
.popups .box .right .position {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 18px;
  color: #c6150f;
  margin-top: 1.5rem;
  text-align: center;
}
.popups .box .right .p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 30px;
  color: #333333;
  margin-top: 1.4rem;
  margin-bottom: 6rem;
  text-align: justify;
}
.popups .box .close {
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-color: #cc2237;
  right: 0;
  top: -4rem;
  cursor: pointer;
  text-align: center;
}
.popups .box .close i {
  font-size: 2rem;
  line-height: 4rem;
  color: white;
}
<!--0.0001530647277832-->