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

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

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

.info-card-lists-container {
  background-image: linear-gradient(102deg, #7177f606 0%, #7177f610 100%);
}

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

/* banner图片结束 */

.main-content-5 ul{
	display: flex;
	justify-content: space-between;
}
.main-content-5 ul li img{
	max-width: 100%;
}
.main-content-5 ul{
	flex-wrap: wrap;
}
.mobile_type .main-content-5 ul li{
	width: calc(100% / 2 - 20px);
	margin-bottom: 20px;
}