.xp-count {
  overflow: hidden;
  height: 100px;
  line-height: 100px;
  font-size: 72px;
  color: #44C4FF;
  & > span {
    float: left;
    height: 100%;
    line-height: inherit;
    margin-left: 20px;
    &:first-child {
      margin-left: 0;
    }
  }
  &__num {
    box-sizing: border-box;
    width: 72px;
    text-align: center;
    color: #fff;
    background-color: #0056AA;
    background-image: linear-gradient(0deg, #0056AA 2%, #44C4FF 100%);
    box-shadow: 0 6px 13px 0 #014684;
    border-radius: 7px;
  }
  &__split {
    vertical-align: sub;
    transform: translateY(15%);
  }
  &__dot {
    vertical-align: sub;
    transform: translateY(15%);
  }
}
