/**
 *
 * @authors @silentblue.top
 * @date    2022-03-16 09:46:26
 *
 */
@charset "utf-8";
/* CSS Document */
.tltit {
  font-size: 22px;
  font-weight: bold;
  height: 5.5rem;
  line-height: 1.5rem;
  text-align: center;
}

.tltit span {
  font-weight: normal;
  font-size: 20px;
  padding-top: .5rem;
  display: inline-block;
  color: #666;
}

.data-inner-box {
  width: 100%;
  height: 27rem;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .tltit {
    font-size: 2rem;
    font-weight: bold;
    height: 5rem;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.sxtrac-letters-stats{
  position: relative;
}.stats-title{
  font-size: 1.5rem;
}