/* Chrome / Edge / Safari */
::-webkit-scrollbar {
  width: 6px;      /* 垂直滚动条粗细 */
  height: 6px;     /* 水平滚动条粗细 */
}

::-webkit-scrollbar-track {
  background: transparent;  /* 轨道 */
}

::-webkit-scrollbar-thumb {
  background-color: #c1c1c1; /* 滑块颜色 */
  border-radius: 999px;
}

@media (prefers-color-scheme: dark) {
  ::-webkit-scrollbar-thumb {
    background-color: rgba(180, 180, 180, 0.35);
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(200, 200, 200, 0.55);
  }
}

@font-face {
  font-family: TronGrunge;
  src: url(../font/TronGrunge.ttf);
  font-display: swap
}

.font_family_TronGrunge {
  font-family: TronGrunge,Arial
}
/*  */
.title
{
  
    font-size: 42px;
    font-family: 'TronGrunge';
font-weight: normal;

}
/*  */
.f3{
  font-family: 'Roboto Condensed';
}
.fc{
  font-size: 32px;
  color: #1b1b1b;
  font-family: Impact;
}
.fprice{
  font-size: 32px;
  color: red;
  border-radius: 12px;
  font-family: fantasy;
}
@media (max-width: 640px) {
  .fc {
    font-size: 20px;
  }
  .fprice{
    font-size: 20px;
  }
  .foot{
    margin-top: 10px;
    margin-bottom: 80px;
  }
}
.boxa{
  line-height: 33px;
  font-weight: 300;
  }
/*  */
.call{
    /* flex: 1; */
    color: #fff;
    font-size: 27px;
    font-family: fantasy;
    letter-spacing: 1px;
 }
/*  */
.footer { height: 72px; overflow: hidden;z-index:9999 }
.home_menu { max-width: 640px; opacity: 0.9; min-width: 320px; position: fixed; bottom: 0; width: 100%; z-index: 19; min-height: 70px; float: left; background: #fff; box-shadow: 0 0 1px rgb(0 0 0 / 50%); }
.home_menu ul {width: 100%;overflow: hidden;display: flex;justify-content: space-around;}
.home_menu .li {position: relative;padding: 9px 0;width: 100%;}
.home_menu .li span { font-size: 12px; margin-top: 4px; display: block; }
.home_menu .li a { color: #0e0101; display: block; text-align: center; position: relative; }
.home_menu .li img { display: block; width: 24%; margin: 1px auto 0px; }
.home_menu .li1 { width: 22%; position: absolute; top: -30%; left: 39%; }
.home_menu ul li i { display: block; font-size: 30px; }
/*  */
 /* 手机端：最后一项占两列以补齐布局 */
 @media (max-width: 768px) {
  section.grid>a:nth-last-child(1):nth-child(odd) {
      grid-column: span 2;
  }
  .grid.grid-cols-2>a:nth-last-child(1):nth-child(odd) {
      grid-column: span 2;
  }
}
h3.text-lg {
  position: relative;
  padding-left: 12px;
}

h3.text-lg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 16px;
  background: linear-gradient(135deg, #f59e0b, #ef4444);
  border-radius: 2px;
}
 