body {
  min-width: unset;
}
html {
  min-width: unset;
}
#free-tools li {
  display: list-item;
}
.data_td {
  min-width: 50px;
}
.threeinone-icon {
  margin-left: 3px;
}
.yl_bar img {
  background-color: #FF5D25;
  height: auto;
  width: 100%;
  margin-bottom: 5px;
}
.n-mapp {
  color: #fff;
}
.conner_span {
  cursor: text;
}
.notice {
  background-color: #ffffe8;
  height: 20px;
  text-align: center;
  color: #0076e3;
  cursor: pointer;
  font-weight: bold;
}
.dark .notice {
  background-color: #403323;
  color: #fbd0b4;
}
#showoptional2 {
  top: 128px;
}
#showoptional2 li {
  margin-top: 0;
  border: none;
  padding: 0 0 0 5px;
  margin: auto;
}
#showCompany select {
  border: 1px solid !important;
}
#showoptional2,
#showCountry,
#showFilterBox {
  top: 30px;
  left: 0;
}
.toolimg {
  min-width: 60px;
  text-align: center !important;
  padding: 0;
}
.toolimg span {
  float: none;
}
.leadpop {
  background: var(--primary-color);
  width: 460px;
  height: 345px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 30px 4px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
}
.leadpop .bgbox {
  background: url(/images/fbs.png) no-repeat center;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 560px;
  height: 415px;
  z-index: -1;
}
.leadpop .infobox {
  width: 55%;
  padding: 20px 0 0 0;
  text-align: left;
  float: right;
}
.leadpop .logo {
  width: 230px;
  height: auto;
  margin: 0 auto;
}
.leadpop p {
  color: var(--text-white);
  font-size: 18px;
  line-height: 34px;
  border-radius: 6px;
  margin: 40px 0;
  padding: 0;
}
.leadpop .button {
  background: var(--white);
  color: var(--primary-color);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 60%;
  padding: 8px;
  margin: 0;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.leadpop .button:hover {
  color: var(--thirdly-color);
}
.blacklayer {
  background: var(--black30);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9;
}
.isports-img {
  text-align: center;
  background: var(--bgcolor-1);
  padding: 5px 0;
}
.tvLinkBtn {
  width: 4%;
}
/* 默认显示完整文本 */

.tips-text {
  display: inline;
}
/* 当屏幕宽度小于1200px时，隐藏文本部分 */

@media screen and (max-width: 680px) {
  .tips-text {
    display: none;
  }
}
