.focus {
  position: relative;
  width: 100%;
  margin-bottom: 5.22rem;
}
.focus img {
  width: auto;
  height: 4rem;
}
.focus .about {
  position: absolute;
  top: 2.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 12rem;
  background-color: #ffffff;
  box-shadow: 0rem 0.02rem 0.14rem 0rem rgba(153, 153, 153, 0.2);
  border-radius: 0.2rem;
  z-index: 2;
}
.focus .about .title {
  margin: 0.8rem 0;
  text-align: center;
}
.focus .about .title p:nth-of-type(1) {
  font-size: 0.38rem;
  color: #000;
}
.focus .about .title p:nth-of-type(2) {
  text-align: center;
  font-size: 0.16rem;
  color: #cccccc;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
}
.focus .about .decs {
  padding: 0 0.74rem;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.36rem;
}
.focus .about .email {
  margin-top: 0.8rem;
  padding: 0 0.74rem;
  font-size: 0.24rem;
  color: rgba(28, 105, 236, 1);
  line-height: 0.4rem;
  margin-bottom: 0.4rem;
}
