@font-face {
  font-family: 'DIN';
  src: url('../din-bold-2.ttf') format('truetype');
}
/* 隐藏横向滚动条 */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.checkitem {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 1rem;
  color: #101010;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.itembase {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.checkhzitem {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 1rem;
  color: #2a61f9;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
