/* 底部反馈控制栏 CSS */
.report {
  height: auto;
  font-size: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a7a0a0;
  padding:0 0.3125rem;
  flex-wrap: wrap;
  order: 99999; /* 无论后端动态排版传来的 order 是多少，确保始终垫底 */
}
.mobile-layout .report.report-mobile {
    order: 99999 !important;
    margin-top: 15px;
    padding-bottom: 20px;
}

@font-face {
  font-family: 'iconfont-copyright';
  src: url("https://static.ltdcdn.com/assets/share/css/copyRightIcons/iconfont.woff2?t=1763715647802&amp;_v=202604011727") format('woff2'),
  url("https://static.ltdcdn.com/assets/share/css/copyRightIcons/iconfont.woff?t=1763715647802&amp;_v=202604011727") format('woff'),
  url("https://static.ltdcdn.com/assets/share/css/copyRightIcons/iconfont.ttf?t=1763715647802&amp;_v=202604011727") format('truetype');
}

.report .iconfont-copyright {
  font-family: "iconfont-copyright" !important;
  font-size: 1rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.0625rem;
}

.report .font-size-24 {
  font-size: 1.5rem;
}

.report .icon-ltd-copyright-notify-iconfont-line:before {
  content: "\e611";
}

.report .icon-ltd-copyright-logo-iconfont-line-new:before {
  content: "\e607";
}

.report .icon-ltd-copyright-feedback-iconfont-line-new:before {
  content: "\e608";
}

.report .icon-ltd-copyright-chart-iconfont-line-new:before {
  content: "\e609";
}

.report .icon-a-ltd-copyright-logo-iconfont-line1:before {
  content: "\e605";
}

.report .icon-ltd-copyright-logo-line:before {
  content: "\e604";
}

.report .icon-ltd-copyright-iconfont-logo:before {
  content: "\e600";
}

.report .icon-ltd-copyright-logo-transparent:before {
  content: "\e603";
}

.report .icon-ltd-copyright-iconfont-feedback:before {
  content: "\e601";
}

.report .icon-ltd-copyright-iconfont-chart:before {
  content: "\e602";
}

.report > * {
  line-height: 100%;
}

.report a {
  margin: 0 0.25rem;
  color: #a7a0a0;
}

.report a span {
  font-size: 0.75rem;
  line-height: 1.3;
}

.report .flex-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1875rem;
}
