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

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

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

.info-card-lists-container {
  background-image: linear-gradient(102deg, rgba(246, 131, 33, 0.024) 0%, rgba(246, 131, 33, 0.063) 100%);
}

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

/* banner图片结束 */
.ylfw .zdly-tabs-lists-container .tabs-container {
  justify-content: center;
}
.ylfw .zdly-tabs-lists-container .tabs-container .title {
  margin-right: 163px;
}
.ylfw .zdly-tabs-lists-container .tabs-container .title:last-of-type {
  margin-right: 0;
}

.mobile_type .ylfw .zdly-tabs-lists-container .tabs-container .title {
  margin-right: 3.2vw;
}
.mobile_type .ylfw .zdly-tabs-lists-container .tabs-container .title:last-of-type {
  margin-right: 0;
}