@charset "UTF-8";
:root {
  --theme-color: #3881ff;
}

/* 主题颜色更改开始 */
.a-hover a:hover,
.title:hover,
.tabs-container .active,
.a11y-btns-container a {
  color: #3881ff !important;
  color: var(--theme-color) !important;
}

.tabs-lists-container > ul li a::before,
.tabs-container .title.active::after {
  background-color: #3881ff;
  background-color: var(--theme-color);
}

/* 主题颜色更改结束 */
/* banner图片开始 */
header {
  background-image: url(tjly_banner.png);
}

/* banner图片结束 */