﻿/**
 *
 * @authors @silentblue.top
 * @date    2022-03-16 09:46:26
 *
 */
@charset "utf-8";
/* CSS Document */
.tltit {
  font-size: 1rem;
  font-weight: bold;
  height: 3.5rem;
  line-height: 1.5rem;
  text-align: center;
}

.tltit span {
  font-weight: normal;
}

.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;
}