.child-title {
  height: 123px;
  text-align: center;
  position: relative;
}
.child-title .en {
  width: 100%;
  font-family: RobotoLight;
  text-align: center;
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  font-size: 72px;
  line-height: 84px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.child-title .zh {
  color: #000000;
  font-size: 42px;
  line-height: 63px;
  text-align: center;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: Light;
}
.child-title .zh::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0px;
  width: 44px;
  height: 44px;
  background: #6B8CFF;
  z-index: -1;
  transform: translateX(-50%);
}
@media (max-width: 950px) {
  .child-title {
    height: 90px;
    text-align: center;
    position: relative;
  }
  .child-title .en {
    width: 100%;
    font-family: RobotoLight;
    text-align: center;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    font-size: 48px;
    line-height: 56px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .child-title .zh {
    color: #000000;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-family: Light;
  }
  .child-title .zh::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0px;
    width: 24px;
    height: 24px;
    background: #6B8CFF;
    z-index: -1;
    transform: translateX(-50%);
  }
}
@media (max-width: 700px) {
  .child-title .en {
    font-size: 36px;
  }
  .child-title .zh {
    font-size: 28px;
  }
}
@media (max-width: 376px) {
  .child-title {
    height: 66px;
    text-align: center;
    position: relative;
  }
  .child-title .en {
    width: 100%;
    font-family: RobotoLight;
    text-align: center;
    color: rgba(0, 0, 0, 0.2);
    position: absolute;
    font-size: 32px;
    line-height: 38px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
  .child-title .zh {
    color: #000000;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-family: Light;
  }
  .child-title .zh::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: #6B8CFF;
    z-index: -1;
    transform: translateX(-50%);
  }
}
