:root {
  --theme-color: #3E87D7;
  --theme-color2: #173576;
  --theme-color3: #6FC6FB;
  --hover-color: #0058A8;
  --sub-theme-color: #F8D752;
  --sub-theme-color2: #56BDA1;
  --nav-select-color: var(--theme-color);
  --theme-linear: linear-gradient(180deg, var(--theme-color), #36A8ED, #56C2D0);
  --theme-linear2: linear-gradient(180deg, #10A3E7, #2C8EC4, #31CDB0);
  --theme-linear3: linear-gradient(90deg, var(--theme-color), #36A8ED, #56C2D0);
  --noticeColor: #d41c1c;
  --warnColor: #e6a23c;
  --gray-f4: #f4f4f4;
  --c-33: #333;
  --c-66: #666;
  --c-99: #999;
  --c-cc: #ccc;
  --input-color: #aaa;
  --input-font-size: 14px;
  --box-width: 1560;
  --fs20: .20rem;
  --fs18: .18rem;
  --fs16: .16rem;
  --fs14: .14rem;
  --fs12: .12rem;
  --head-height: 1.5rem;
  --nav-height: 1.11rem;
}

@media screen and (max-width: 768px) {
  :root {
    --fs16: .18rem;
    --fs14: .16rem;
    --fs12: .14rem;
  }
}
@font-face {
  font-family: "sszh";
  src: url("../css/font/sszh.woff") format("woff"), url("../css/font/sszh.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}