:root {
  --theme-color: #0B66AD;
  --theme-color2: #3995BC;
  --theme-color3: #80B6AD;
  --auxiliary-color: ;
  --auxiliary-color2: ;
  --nav-select-color: var(--theme-color);
  --hover-color: var(--theme-color);
  --theme-linear: linear-gradient(90deg, #042C5D, #007F83, #179272);
  --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.59rem;
  --nav-height: 1.11rem;
}

@media screen and (max-width: 768px) {
  :root {
    --fs16: .18rem;
    --fs14: .16rem;
    --fs12: .14rem;
  }
}