body {
	margin: 0;
}
body::-webkit-scrollbar {
	display: none;
}
@font-face {
	font-family: 'TsangerYuYangT';
	src: url('../fonts/TsangerYuYangT-1.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Source Han Sans SC';
	src: url('../fonts/SourceHanSansSC-Normal.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Source Han Sans SC Medium';
	src: url('../fonts/SourceHanSansSC-Medium-2.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Source Han Sans SC Regular';
	src: url('../fonts/SourceHanSansSC-Regular-2.otf') format('opentype');
	font-weight: regular;
	font-style: normal;
}
@font-face {
	font-family: 'Source Han Sans SC Blod';
	src: url('../fonts/Arial-Rounded-Bold.ttf') format('opentype');
	font-weight: regular;
	font-style: normal;
}
@font-face {
	font-family: 'D-DIN';
	src: url('../fonts/D-DIN.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Regular-2.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Arial Rounded MT Bold';
	src: url('../fonts/Arial-Rounded-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway Medium';
	src: url('../fonts/Raleway-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
a {
	text-decoration: none;
}

.contrainer {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.home-page-header {
	width: 100%;
	height: 650px;
	/* background: url('../img/home-1920/banner-bg.png') no-repeat;
	background-size: cover; */
	display: flex;
	z-index: 100;
}
.header-logo {
	display: block;
	width: 14rem;
	height: 6.25rem;
	background: url('../img/aboutas/logo-new.svg') no-repeat;
	background-size: cover;
}
.header-content {
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.nav-list {
	height: 6.25rem;
	display: flex;
	align-items: center;
}
.nav-list-box {
	height: 100%;
	display: flex;
	align-items: center;
	column-gap: 3.125rem;
	margin-left: 6.25rem;
}
@media (max-width: 1400px) {
	.nav-list-box {
		column-gap: 1.5625rem;
	}
}
.nav-list-item-white {
	width: 5px;
	height: 5px;
	background-color: #fff;
	transform: rotate(45deg);
	margin-right: 7px;
}
.nav-list-item-content {
	font-family: Source Han Sans SC;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
}
.nav-list-item-content-no {
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #c5c3ff;
}
.title-img {
	width: 38.3125rem;
	height: 10.3125rem;
	background: url('../img/home/banner-text.png') no-repeat;
	background-size: cover;
	margin-left: 5.0625rem;
	margin-top: 9.3125rem;
}
.know-btn {
	width: 9.6875rem;
	height: 3rem;
	background: #ffffff;
	border-radius: 0px 0px 0px 0px;
	margin-left: 5.0625rem;
	margin-top: 3.1875rem;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #49469a;
	letter-spacing: 1px;
	cursor: pointer;
}
.flex-c-c {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-b-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.home-page-about {
	width: 100%;
	height: 58.125rem;
	background: url('../img/home-1920/about-bg-new.png') no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
}
.title-box {
	height: 7.25rem;
	position: absolute;
	top: 7.5rem;
	left: 50%;
	transform: translateX(-130%);
}
.tl-box {
	width: 11.5625rem;
	position: absolute;
	top: 1.5rem;
	left: 3.1875rem;
	flex-direction: column;
}
.tl-1 {
	font-family: TsangerYuYangT, TsangerYuYangT;
	font-weight: normal;
	font-size: 45px;
	color: #231916;
	line-height: 68px;
	letter-spacing: 1px;
}
.tl-2 {
	font-family: Raleway Medium;
	font-weight: 500;
	font-size: 20px;
	color: #231916;
	letter-spacing: 3px;
}
.about-left {
	width: 33rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 12rem;
}
.ab-tl-1 {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: bold;
	font-size: 24px;
	color: #49469a;
	line-height: 32px;
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
}
.ab-tl-2 {
	width: 100%;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #231916;
	line-height: 40px;
}
.ab-tl-2 span {
	color: #49469a;
}
.about-right {
	width: 27.25rem;
	height: 30.5625rem;
	background: url('../img/home/home-about-logo.png') no-repeat;
	background-size: cover;
	margin-left: 7rem;
	margin-top: 12rem;
}
.home-page-as {
	width: 100%;
	height: 38.625rem;
	/* margin-top: 7.5rem; */
	/* background: url('../img/home/home-as-bg.png') no-repeat;
	background-size: cover; */
	position: relative;
}
.footer-box {
	width: 100%;
	height: 33.5rem;
	margin-top: 7.5rem;
	background: url('../img/footer/footer-bg-new.png') no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer-box-top {
	width: 75rem;
	height: 26.6875rem;
	display: flex;
}
.footer-box-line {
	width: 75rem;
	height: 1px;
	background-color: #d8d8d8;
}
.footer-box-bottom {
	width: 75rem;
	height: 6.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-box-bottom div {
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #3f3b3a;
	line-height: 24px;
}
.footer-box-bottom div a {
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #3f3b3a;
	line-height: 24px;
	cursor: pointer;
}
.footer-b-t-l-1 {
	font-family: Arial Rounded MT Bold;
	font-weight: 400;
	font-size: 20px;
	color: #231916;
	line-height: 24px;
	letter-spacing: 4px;
	margin-top: 3.25rem;
	margin-bottom: 0.5rem;
}
.footer-b-t-l-2 {
	display: flex;
	margin-top: 2rem;
}
.footer-b-t-l-2 img {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 1rem;
}
.footer-b-t-l-2 div {
	width: 11.375rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #3f3b3a;
	line-height: 22px;
	cursor: pointer;
}
.footer-b-t-l-2 div:hover {
	color: #49469a;
	text-decoration-line: underline;
}
.footer-b-t-l-3 {
	display: flex;
	margin-top: 2rem;
}
.footer-b-t-l-3 img {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 1rem;
}
.footer-b-t-l-3 div {
	width: 11.375rem;
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #3f3b3a;
	line-height: 22px;
	cursor: pointer;
}
.footer-b-t-l-3 span:hover {
	color: #49469a;
	text-decoration-line: underline;
}
.footer-b-t-m {
	width: 29rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 9.3125rem;
	margin-right: 17.625rem;
}
.big-logo {
	display: inline-block;
	width: 14.25rem;
	height: 8.125rem;
	margin: 3.125rem 0 2.5rem 0;
	background: url('../img/footer/footer-logo.svg') no-repeat;
	background-size: contain;
}
.footer-b-t-m-2 {
	width: 29rem;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #3f3b3a;
	line-height: 24px;
	text-align: center;
}
.logo-list {
	display: flex;
	margin-top: 2rem;
	column-gap: 2rem;
}
.logo-list .logo-list-1 {
	width: 2.5rem;
	height: 2.5rem;
	background: url('../img/footer/douyin-1.svg') no-repeat;
	background-size: cover;
	cursor: pointer;
}
.logo-list .logo-list-1:hover {
	background: url('../img/footer/douyin-2.svg') no-repeat;
	background-size: cover;
}
.logo-list .logo-list-2 {
	width: 2.5rem;
	height: 2.5rem;
	background: url('../img/footer/red-book-1.svg') no-repeat;
	background-size: cover;
	cursor: pointer;
	position: relative;
}
.logo-list .logo-list-2 img {
	display: none;
	position: absolute;
	width: 12.75rem;
	height: 12.75rem;
	top: -12.75rem;
	left: -5.125rem;
}
.logo-list .logo-list-2:hover {
	background: url('../img/footer/red-book-2.svg') no-repeat;
	background-size: cover;
}
.logo-list .logo-list-3 {
	width: 2.5rem;
	height: 2.5rem;
	background: url('../img/footer/weixin-1.svg') no-repeat;
	background-size: cover;
	cursor: pointer;
	position: relative;
}
.logo-list .logo-list-3 img {
	display: none;
	position: absolute;
	width: 12.75rem;
	height: 12.75rem;
	top: -12.75rem;
	left: -5.125rem;
}
.logo-list .logo-list-3:hover {
	background: url('../img/footer/weixin-2.svg') no-repeat;
	background-size: cover;
}
.logo-list .logo-list-4 {
	width: 2.5rem;
	height: 2.5rem;
	background: url('../img/footer/gongzhonghao-1.svg') no-repeat;
	background-size: cover;
	cursor: pointer;
	position: relative;
}
.logo-list .logo-list-4 img {
	display: none;
	position: absolute;
	width: 12.75rem;
	height: 12.75rem;
	top: -12.75rem;
	left: -5.125rem;
}
.logo-list .logo-list-4:hover {
	background: url('../img/footer/gongzhonghao-2.svg') no-repeat;
	background-size: cover;
}
.footer-b-t-r {
	width: 7.875rem;
	display: flex;
	flex-direction: column;
	margin-right: 5rem;
	align-items: flex-end;
}
.footer-b-t-r .footer-b-t-r-1 {
	font-family: Arial Rounded MT Bold, Arial Rounded MT Bold;
	font-weight: 400;
	font-size: 20px;
	color: #231916;
	line-height: 24px;
	letter-spacing: 4px;
	margin-top: 3.25rem;
	margin-bottom: 0.5rem;
}
.footer-b-t-r .footer-b-t-r-2 {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #3f3b3a;
	line-height: 22px;
	margin-top: 1.5rem;
	cursor: pointer;
}
.footer-b-t-r .footer-b-t-r-2:hover {
	color: #49469a;
}
.line-icon {
	width: 1px;
	height: 1.25rem;
	background-color: #ffffff;
}
.search-box {
	width: 8.75rem;
	height: 2rem;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 1.1875rem;
	margin-left: 1rem;
	display: flex;
	align-items: center;
}
.search-box img {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-left: 1rem;
}

.aboutas-header {
	background: url('../img/aboutas-1902/banner.png') no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.aboutas-header .title-img {
	width: 38.3125rem;
	height: 10.3125rem;
	background: url('../img/aboutas/wenan.png') no-repeat;
	background-size: cover;
}

.implement-box {
	width: 100%;
	margin-top: 9rem;
	/* height: 50.625rem; */
	/* background: url('../img/aboutas-1902/bg-1.png') no-repeat;
	background-size: cover; */
	display: flex;
	justify-content: center;
}
.execute-box-img {
	position: absolute;
	left: 0;
	top: -2.5rem;
}
.implement-title-box {
	width: 67.5rem;
	display: flex;
	flex-direction: column;
	position: relative;
}
.map-img {
	display: inline-block;
	width: 100%;
	height: 32.6875rem;
	margin-top: 3.125rem;
}
.big-title {
	display: flex;
	align-items: center;
	position: relative;
}
.big-title span {
	display: inline-block;
	font-family: 'TsangerYuYangT';
	font-weight: normal;
	font-size: 40px;
	color: #231916;
	line-height: 50px;
	margin-right: 0.5rem;
}
.big-title .xiangyun-img {
	position: absolute;
	left: -51px;
	top: -24px;
	z-index: -1;
}
.abroad-box {
	position: absolute;
	right: 0;
	top: 3.125rem;
	display: flex;
	align-items: center;
}
.abroad-box div {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: bold;
	font-size: 20px;
	color: #49469a;
	margin-right: 0.75rem;
}
.abroad-box span {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 20px;
	color: #231916;
}
.small-title {
	font-family: Raleway Medium;
	font-weight: 500;
	font-size: 20px;
	color: #231916;
	letter-spacing: 2px;
	margin-top: 0.25rem;
}
.contact-as-box {
	width: 100%;
	height: 56.125rem;
	background: url('../img/aboutas-1902/bg-2.png') no-repeat;
	background-position: bottom;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contact-as-box-title span {
	display: inline-block;
	font-family: 'TsangerYuYangT';
	font-weight: normal;
	font-size: 40px;
	color: #231916;
	line-height: 50px;
	margin-right: 0.5rem;
}
.contact-as-box-content {
	width: 19.375rem;
	font-family: Raleway Medium;
	font-weight: 500;
	font-size: 20px;
	color: #231916;
	letter-spacing: 1px;
	text-align: left;
	letter-spacing: 2px;
}
.contact-b {
	width: 75%;
	margin-top: 5.0625rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.contact-b-1 {
	display: flex;
	flex-direction: column;
	row-gap: 2rem;
}
.contact-b-1-1 img {
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 1.5rem;
}
.contact-b-1-1-1 div {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #585757;
	line-height: 22px;
	margin-bottom: 0.75rem;
}
.contact-b-1-1-1 span {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 500;
	font-size: 14px;
	color: #49469a;
	line-height: 22px;
}
.consult-as-box {
	width: 100%;
	margin-top: 7.5rem;
	height: 40.125rem;
	background: url('../img/aboutas-1902/bg-3.png') no-repeat;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
}
.consult-as-form {
	width: 28.75rem;
	margin-right: 26rem;
	display: flex;
	flex-direction: column;
}
.consult-form-item {
	height: 3.25rem;
	width: 100%;
	border-bottom: 1px solid #231916;
	display: flex;
	align-items: center;
	margin-top: 1.4375rem;
}
.consult-form-item span {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 500;
	font-size: 16px;
	color: #3f3b3a;
	line-height: 20px;
	display: inline-block;
	margin-left: 0.625rem;
}
.submit-btn {
	width: 9.6875rem;
	height: 3rem;
	background: #49469a;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: 2.4375rem;
}
.dynamic-header {
	width: 100%;
	height: 31.25rem;
	background: url('../img/dynamic/bg-1920.png') no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -100px;
}
.tl-3 {
	font-family: TsangerYuYangT, TsangerYuYangT;
	font-weight: normal;
	font-size: 45px;
	color: #ffffff;
}
.tl-sm-1 {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	line-height: 36px;
}
.dynamic-content {
	width: 100%;
	/* min-height: 1000px; */
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.dynamic-content-img {
	display: inline-block;
	width: 20rem;
	height: 21.4375rem;
	position: absolute;
	left: 0;
	top: 0;
}
.dynamic-header-box {
	width: 67.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5.1875rem;
	position: relative;
	padding: 0 11.25rem;
}
.dynamic-header-box-2 .choose-active {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: bold;
	font-size: 20px;
	color: #49469a;
	line-height: 30px;
	cursor: pointer;
	/* width: 5rem; */
	/* height: 1.875rem; */
}
.dynamic-header-box-2 span {
	display: inline-block;
	width: 1px;
	height: 16px;
	background: #231916;
	margin: 0 1.5rem;
}
.dynamic-header-box-2 .choose-no-active {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 20px;
	color: #231916;
	line-height: 30px;
	cursor: pointer;
	/* width: 5rem; */
	/* height: 1.875rem; */
}
.dynamic-content-box {
	width: 67.5rem;
	padding: 0 11.25rem;
	flex-wrap: wrap;
	margin-top: 3rem;
	row-gap: 2.5rem;
}
.dynamic-content-item {
	/*height: -webkit-fill-available;*/
	width: 48%;
	display: flex;
	flex-direction: column;
}
.dynamic-content-item img {
	display: inline-block;
	width: 100%;
	height: 18.5625rem;
	margin-bottom: 1rem;
}
.dynamic-content-item-time {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	margin-bottom: 0.5rem;
}
.dynamic-content-item-title {
	width: 100%;
	height: 60px;
	font-family: Source Han Sans SC Medium;
	font-weight: 500;
	font-size: 20px;
	color: #231916;
	line-height: 30px;
	margin-bottom: 1rem;
}
.dynamic-content-item-content {
	height: 64px;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #3f3b3a;
	line-height: 32px;
	display: -webkit-box; /* 使用弹性伸缩盒子模型 */
	-webkit-box-orient: vertical; /* 垂直排列 */
	-webkit-line-clamp: 2; /* 限制显示 2 行 */
	overflow: hidden; /* 超出部分隐藏 */
	text-overflow: ellipsis;
}
.two-line-overflow {
	display: -webkit-box; /* 使用弹性伸缩盒子模型 */
	-webkit-box-orient: vertical; /* 垂直排列 */
	-webkit-line-clamp: 2; /* 限制显示 2 行 */
	overflow: hidden; /* 超出部分隐藏 */
	text-overflow: ellipsis;
}
.one-line-overflow {
	display: -webkit-box; /* 使用弹性伸缩盒子模型 */
	-webkit-box-orient: vertical; /* 垂直排列 */
	-webkit-line-clamp: 1; /* 限制显示 2 行 */
	overflow: hidden; /* 超出部分隐藏 */
	text-overflow: ellipsis;
}
.three-line-overflow {
	display: -webkit-box; /* 使用弹性伸缩盒子模型 */
	-webkit-box-orient: vertical; /* 垂直排列 */
	-webkit-line-clamp: 2; /* 限制显示 2 行 */
	overflow: hidden; /* 超出部分隐藏 */
	text-overflow: ellipsis;
}
.dynamic-page-left {
	width: 40px;
	height: 40px;
	background: #ffffff;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #efefef;
	cursor: pointer;
	font-family: D-DIN, D-DIN;
	font-weight: 400;
	font-size: 18px;
	color: #231916;
}
.dynamic-page-left-active {
	width: 40px;
	height: 40px;
	background: #49469a;
	border-radius: 4px 4px 4px 4px;
	font-family: D-DIN, D-DIN;
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
}
.dynamic-page-left img {
	display: inline-block;
	width: 1.125rem;
	height: 1.125rem;
}
.dynamic-content-new {
	width: calc(75% - 22.5rem);
	padding: 0 11.25rem;
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
	row-gap: 2.5rem;
}
.dynamic-content-new-item {
	width: 100%;
	display: flex;
}
.dynamic-content-new-item-img {
	width: 7.5rem;
	height: 9.4375rem;
	background: url('../img/dynamic/date-bg.png') no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.dynamic-content-new-item-img div {
	font-family: D-DIN-DIN, D-DIN-DIN;
	font-weight: bold;
	font-size: 40px;
	color: #231916;
	margin-bottom: 1rem;
}
.dynamic-content-new-item-img span {
	font-family: D-DIN, D-DIN;
	font-weight: 400;
	font-size: 24px;
	color: #888888;
}
.dynamic-content-new-item-content {
	flex: 1;
	margin-left: 1.5rem;
	display: flex;
	flex-direction: column;
}
.dynamic-content-new-item-content p {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 500;
	font-size: 20px;
	color: #231916;
	line-height: 30px;
	margin: 0;
}
.dynamic-content-new-item-content div {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #3f3b3a;
	line-height: 32px;
	margin: 1rem 0;
}
.dynamic-content-new-item-content a {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	cursor: pointer;
}
.dynamic-public-detail {
	width: 100%;
	height: 100px;
	/* background: #49469a; */
	display: flex;
	justify-content: center;
}
.header-fixed-box {
	width: 80rem;
	display: flex;
	position: relative;
}
.flex-d-c {
	display: flex;
	flex-direction: column;
}
.dynamic-box {
	display: flex;
	flex-direction: column;
}

.dynamic-detail-content {
	width: 67.5rem;
	display: flex;
	flex-direction: column;
	padding: 0 11.25rem;
}
.nav-header-box {
	margin: 2rem 0;
	display: flex;
	align-items: center;
}
.nav-header-box div {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #888888;
}
.nav-header-box span {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #231916;
}
.dynamic-detail-t-1 {
	font-family: Source Han Sans SC Medium;
	font-weight: 500;
	font-size: 24px;
	color: #231916;
	line-height: 30px;
	width: 100%;
	text-align: center;
}
.dynamic-detail-t-2 {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #888888;
	line-height: 24px;
	width: 100%;
	text-align: center;
	margin-top: 1.25rem;
	margin-bottom: 2rem;
}
.dynamic-detail-c-1 {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #3f3b3a;
	line-height: 40px;
}
.dynamic-detail-c-2 {
	font-family: Source Han Sans SC Medium;
	font-weight: 400;
	font-size: 16px;
	color: #3f3b3a;
	line-height: 40px;
}
.dynamic-detail-t-3 {
	font-family: Source Han Sans SC Medium;
	font-weight: 500;
	font-size: 20px;
	color: #3f3b3a;
	line-height: 32px;
	margin: 2.5rem 0 1.5rem 0;
}
.dynamic-detail-big-img {
	display: inline-block;
	width: 100%;
	height: 50.625rem;
	margin: 2.5rem 0 4rem 0;
}
.dynamic-detail-sm-img {
	display: inline-block;
	width: 100%;
	height: 38rem;
	margin-top: 1.5rem;
}
.bottom-line {
	width: 1080px;
	height: 1px;
	background: #d8d8d8;
	margin-top: 4rem;
	margin-bottom: 1rem;
}
.dynamic-detail-next {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #3f3b3a;
	margin-top: 1.5rem;
	cursor: pointer;
}
.dynamic-detail-next a{
	color: #3f3b3a;
}
.performance-header {
	width: 100%;
	height: 31.25rem;
	background: url('../img/performance/bg.png') no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -100px;
}
.performance-content-img {
	width: 100%;
	background: url('../img/performance/zhuangshi-new.png') no-repeat;
}
.performance-list-box {
	width: 67.5rem;
	padding: 0 11.25rem;
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.5rem;
	row-gap: 2.5rem;
	margin-top: 3rem;
	position: relative;
	z-index: 100;
}
.performance-list-item {
	display: inline-block;
	width: 30%;
	display: flex;
	flex-direction: column;
}
.performance-list-item img {
	display: inline-block;
	width: 100%;
	height: 21.5rem;
}
.performance-list-item b {
	width: 100%;
	display: inline-block;
	height: 30px;
	font-family: Source Han Sans SC Medium;
	font-weight: 500;
	font-size: 20px;
	color: #231916;
	line-height: 30px;
	margin: 1rem 0;
	cursor: pointer;
	white-space: nowrap; /* 禁止文本换行 */
	overflow: hidden; /* 隐藏溢出内容 */
	text-overflow: ellipsis; /* 显示省略号 */
}
.performance-list-item div {
	height: 64px;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #3f3b3a;
	line-height: 32px;
	margin-bottom: 0.5rem;
}
.performance-list-item span {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
}
.performance-detail-img {
	display: inline-block;
	width: 50rem;
	height: 36.8125rem;
	margin: 2.5rem auto;
}
.collection-header {
	width: 100%;
	height: 31.25rem;
	background: url('../img/collection/bg-1920.png') no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -100px;
}
.collection-content-big {
	width: 67.5rem;
	margin: 0 11.25rem;
	height: 13rem;
	background: #f8f8f8;
	margin-top: 3rem;
	display: flex;
}
.collection-content-big img {
	display: inline-block;
	width: 33rem;
	height: 100%;
}
.collection-content-big-title {
	width: 31.5rem;
	margin-left: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.collection-content-big-title p {
	font-family: Source Han Sans SC Medium;
	font-weight: 500;
	font-size: 20px;
	color: #231916;
	line-height: 30px;
	margin: 0;
}
.collection-content-big-title div {
	height: 64px;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #3f3b3a;
	line-height: 32px;
	margin: 1rem 0;
}
.collection-content-big-title span {
	font-family: D-DIN, D-DIN;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
	line-height: 24px;
}
.training-header {
	width: 100%;
	height: 31.25rem;
	background: url('../img/trainingCamp/bg-1920.png') no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -100px;
}
.training-header-title {
	flex: 1;
	margin-left: 3.6875rem;
	display: flex;
	flex-direction: column;
}
.training-header-title .training-header-title-text {
	width: 100%;
	font-family: Source Han Sans SC Regular;
	font-weight: 400;
	font-size: 12px;
	color: #3f3b3a;
	line-height: 24px;
	height: 72px;
	text-align: justified;
	font-style: normal;
	text-transform: none;
}
.training-page-box-1 {
	display: flex;
	align-items: center;
	margin-top: 3.1875rem;
}
.training-page-box-1 img {
	cursor: pointer;
}
.training-page-box-1 div {
	font-family: D-DIN-DIN, D-DIN-DIN;
	font-weight: bold;
	font-size: 40px;
	color: #49469a;
	margin-right: 0.8125rem;
}
.training-page-box-1 span {
	font-family: TsangerYuYangT, TsangerYuYangT;
	font-weight: normal;
	font-size: 20px;
	color: #231916;
	display: inline-block;
	margin-top: 10px;
}
.training-img-1 {
	position: absolute;
	top: 5rem;
	right: 0;
	z-index: -1;
}
.training-page-box-2 {
	width: 67.375rem;
	margin: 0 11.25rem;
	border: 1px solid #efefef;
	margin-top: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	z-index: 10;
}
.training-page-2-item {
	width: calc(25% - 1px);
	height: calc(25rem - 1px);
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.5s;
	background-color: #fff;
	position: relative;
}
.training-page-2-item-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}
.training-page-2-item-title span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #231916;
	transform: rotate(45deg);
}
.training-page-2-item-title div {
	font-family: TsangerYuYangT, TsangerYuYangT;
	font-weight: normal;
	font-size: 18px;
	color: #231916;
	margin: 0 0.5625rem;
}
.training-page-2-item-time {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 12px;
	color: #c8c8c8;
	margin-top: 0.25rem;
}
.training-page-2-item-p {
	width: 14.3125rem;
	font-family: Source Han Sans SC Medium;
	font-weight: 500;
	font-size: 18px;
	color: #231916;
	margin: 2rem 0 1rem 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.training-page-2-item-list {
	font-family: Lucida Bright, Lucida Bright;
	font-weight: 400;
	font-size: 14px;
	color: #3f3b3a;
	line-height: 28px;
}
.training-page-2-item-submit {
	position: absolute;
	bottom: 3.1875rem;
}
.training-page-2-item-submit span {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 500;
	font-size: 16px;
	color: #231916;
	line-height: 30px;
}
.training-page-2-item-submit div {
	width: 1.5rem;
	height: 1.5rem;
	background: url('../img/trainingCamp/blue-icon.png') no-repeat;
	background-size: cover;
	margin-left: 0.5rem;
}
.training-page-2-item-hover {
	background: url('../img/trainingCamp/bg-1.png') no-repeat;
	background-size: cover;
	transition: all 0.5s;
}
.training-page-2-item-hover .training-page-2-item-title span {
	border: 1px solid #fff;
}
.training-page-2-item-hover .training-page-2-item-title div {
	color: #fff;
}
.training-page-2-item-hover .training-page-2-item-time {
	color: #fff;
}
.training-page-2-item-hover .training-page-2-item-p {
	color: #fff;
}
.training-page-2-item-hover .training-page-2-item-list {
	color: #fff;
}
.training-page-2-item-hover .training-page-2-item-submit span {
	color: #fff;
}
.training-page-2-item-hover .training-page-2-item-submit div {
	background: url('../img/trainingCamp/white-icon.png') no-repeat;
}
.training-page-box-3 {
	width: 67.5rem;
	margin: 3rem 11.25rem 0 11.25rem;
	display: flex;
	flex-direction: column;
	row-gap: 2.5rem;
	z-index: 10;
}
.training-img-2 {
	position: absolute;
	top: 0;
	left: -11.25rem;
	z-index: -1;
	background-color: #fff;
}
.training-new-item {
	width: 100%;
	display: flex;
}
.training-new-item img {
	display: inline-block;
	width: 15.75rem;
	height: 11.25rem;
}
.training-new-item-content {
	margin-left: 1.5rem;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.training-new-item-content b {
	margin: 0;
	font-family: Source Han Sans SC Medium;
	font-weight: 500;
	font-size: 20px;
	color: #231916;
	line-height: 30px;
	cursor: pointer;
}
.training-new-item-content div {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #3f3b3a;
	line-height: 32px;
	height: 64px;
	margin: 1rem 0 2.875rem 0;
}
.training-new-item-content span {
	font-family: D-DIN, D-DIN;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
}
#contact-as-baidu {
	width: 33.75rem;
	height: 33.75rem;
}
.dynamic-detail-img-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2rem 0;
}
.dynamic-detail-img-box img {
	display: inline-block;
	width: 48%;
	height: 24.75rem;
}
.train-detail-big-img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 6.25rem;
	z-index: -1;
}
.train-detail-big-logo {
	display: inline-block;
	width: 11.25rem;
	height: 5.375rem;
	margin: 2.5rem auto 3rem auto;
}
.train-detail-p {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: bold;
	font-size: 20px;
	color: #231916;
	line-height: 36px;
	margin: 0;
	margin-top: 2rem;
}
.train-detail-p-1 {
	font-family: Source Han Sans SC Medium;
	font-size: 16px;
	color: #231916;
	line-height: 36px;
	margin: 0;
}
.train-progress-box {
	width: 100%;
	display: flex;
	margin-top: 1.5rem;
}
.train-progress-item {
	width: 14.28%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.train-progress-item-time {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #231916;
}
.train-progress-item-line {
	width: 100%;
	height: 1px;
	background-color: #efefef;
	position: relative;
	margin: 1.25rem 0;
}
.train-progress-item-line span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #231916;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -6px;
	top: -5px;
}
.train-progress-item-title {
	font-family: Source Han Sans SC Medium;
	font-weight: 500;
	font-size: 20px;
	color: #231916;
	margin-bottom: 1rem;
}
.train-progress-item-content {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #3f3b3a;
	width: 100px;
	text-align: center;
}
.train-detail-c-1 {
	width: 100%;
	display: flex;
}
.train-detail-c-1 span {
	font-family: Source Han Sans SC Medium;
	font-size: 16px;
	color: #231916;
	line-height: 36px;
}
.train-detail-c-1 div {
	font-family: Source Han Sans SC;
	font-size: 16px;
	color: #231916;
	line-height: 36px;
}
.train-form-box {
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.train-form-item {
	height: 3rem;
	border-bottom: 1px solid #efefef;
	display: flex;
	align-items: center;
}
.train-form-item-label {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #888888;
	line-height: 20px;
}
.train-img-list-box {
	width: 100%;
	display: flex;
	margin: 1.5rem 0 2rem 0;
	column-gap: 1.5rem;
}
.train-img-list-box img {
	display: inline-block;
	width: 23%;
	height: 11.8125rem;
}
.train-detail-form-big-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
}
.train-detail-form-big-box-left {
	display: flex;
	flex-direction: column;
}
.train-detail-form-big-box-right {
	width: calc(100% - 6rem);
	height: 16rem;
	background: url('../img/trainingCamp/baoming-bg.png') no-repeat;
	display: flex;
	flex-direction: column;
	padding: 2rem 3rem;
	margin-top: 3rem;
}
.train-detail-form-big-box-right p {
	margin: 0;
	font-family: Source Han Sans SC Medium;
	font-weight: 500;
	font-size: 16px;
	color: #231916;
}
.train-detail-form-big-box-right-form {
	padding: 0 12px;
	width: 376px;
	height: 40px;
	background: #ffffff;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #d8d8d8;
	margin-top: 1rem;
	display: flex;
	align-items: center;
}
.train-detail-form-big-box-right span {
	width: 7.5rem;
	height: 2rem;
	background: #49469a;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 500;
	font-size: 12px;
	color: #ffffff;
	margin-top: 1.25rem;
	cursor: pointer;
}
.t-d-f-b-b-r-f-label {
	width: 100%;
	display: flex;
}
.t-d-f-b-b-r-f-label div {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
}
.t-d-f-b-b-r-f-label .star-box {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #ff3333;
}
.contact-us-banner {
	width: 100%;
	height: 500px;
	background: url('../img/aside/banner5.png') no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: -100px;
}
.contact-us-banner div {
	font-family: TsangerYuYangT, TsangerYuYangT;
	font-weight: normal;
	font-size: 3rem;
	color: #ffffff;
}
.contact-us-banner span {
	width: 927px;
	font-family: Source Han Sans SC;
	font-weight: 400;
	font-size: 20px;
	color: #ffffff;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	margin-top: 1.5rem;
}
.contact-us-content {
	width: 67.5rem;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: flex-start !important;
	height: auto;
}
.contact-us-p-1 {
	width: 100%;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #3f3b3a;
	line-height: 36px;
}
.contact-us-p-1 span {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: medium;
	font-size: 16px;
	color: #49469a;
	line-height: 36px;
}
.contact-list-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 2.5rem;
}
.contact-list-item-top {
	width: 1080px;
	height: 80px;
	background: #f6f7f8;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact-list-item-top-left {
	display: flex;
	align-items: center;
}
.contact-list-item-top-left span {
	display: inline-block;
	font-family: Source Han Sans SC Medium;
	font-weight: bold;
	font-size: 24px;
	color: #49469a;
	margin: 0 1rem 0 1.5rem;
}
.contact-list-item-top-left i {
	display: inline-block;
	width: 1px;
	height: 16px;
	background: #231916;
}
.contact-list-item-top-left div {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #231916;
	margin: 0 1.5rem;
}
.contact-list-item-top-right {
	width: 1.5rem;
	height: 1.5rem;
	background-image: url('../img/contactus/minimize_line.png');
	background-size: cover;
	margin-right: 1.5rem;
	cursor: pointer;
}
.zoom-in-top {
	transform-origin: center top;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.zoom-in-top.enter {
	opacity: 0;
	transform: scaleY(0);
}

.zoom-in-top.enter-active {
	opacity: 1;
	transform: scaleY(1);
}

.zoom-in-top.leave {
	opacity: 1;
	transform: scaleY(1);
}

.zoom-in-top.leave-active {
	opacity: 0;
	transform: scaleY(0);
}
.contact-list-item-bottom {
	width: calc(100% - 3rem);
	padding: 1rem 1.5rem;
	display: flex;
	flex-direction: column;
}
.contact-list-item-bottom-title {
	font-family: Source Han Sans SC Medium;
	font-weight: 500;
	font-size: 16px;
	color: #3f3b3a;
	line-height: 36px;
}
.contact-list-item-bottom-text {
	font-family: Source Han Sans SC;
	font-weight: 500;
	font-size: 16px;
	color: #3f3b3a;
	line-height: 36px;
}
.contact-list-item-bottom-btn {
	width: 120px;
	height: 40px;
	background: #49469a;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	margin-top: 1.5rem;
	cursor: pointer;
}
.qr-code {
	display: inline-block;
	width: 11.25rem;
	height: 11.25rem;
	margin-top: 1rem;
}

.train-detail-form-big-box-right-form .t-d-f-b-b-r-f-label input {
	flex: 1;
	border: none;
	height: 1rem;
	margin-left: 10px;
	/* margin-top: 10px; */
}
.train-detail-form-big-box-right-form .t-d-f-b-b-r-f-label input {
	border: none;
	height: 1rem;
}
.train-detail-form-big-box-right-form .t-d-f-b-b-r-f-label input:focus-visible {
	border: none;
	outline: unset;
}
.blue-color {
	background-color: #49469a;
}
.not-found-page {
	width: 80rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.not-found-page-img {
	width: 15rem;
	height: 15rem;
	background: url('../img/home/404.png') no-repeat;
	background-size: cover;
	margin-top: 11rem;
}
.not-found-page-text-1 {
	font-family: Source Han Sans SC Medium;
	font-weight: 500;
	font-size: 16px;
	color: #231916;
	margin: 1.25rem 0 0.75rem 0;
}
.not-found-page-text-2 {
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
}
.not-data-box {
	width: 80rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.not-data-box-img {
	width: 15rem;
	height: 15rem;
	background: url('../img/home/not-data-bg.png') no-repeat;
	background-size: cover;
	margin-top: 7.5rem;
}
.not-data-box-text-1 {
	font-family: Source Han Sans SC Medium;
	font-weight: 500;
	font-size: 16px;
	color: #231916;
	margin: 1.5rem 0 0.75rem 0;
}
.out-link {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
}
.privacy-content {
	width: 67.5rem;
	display: flex;
	flex-direction: column;
}
.privacy-content .t-1 {
	width: 100%;
	font-family: Source Han Sans SC Blod;
	font-weight: bold;
	font-size: 24px;
	color: #231916;
	text-align: center;
	margin: 3.5rem 0 1rem 0;
}
.privacy-content .time-1 {
	width: 100%;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #231916;
	text-align: right;
	margin-bottom: 0.75rem;
}
.privacy-content .t-2 {
	font-family: Source Han Sans SC;
	font-weight: bold;
	font-size: 1rem;
	color: #231916;
	line-height: 2rem;
	margin-bottom: 10px;
}
.privacy-content .c-1 {
	font-family: Source Han Sans SC Regular;
	font-weight: regular;
	font-size: 1rem;
	color: #3f3b3a;
	line-height: 2rem;
	margin-bottom: 10px;
}
.privacy-content .t-3 {
	font-family: Source Han Sans SC Blod;
	font-weight: bold;
	font-size: 1rem;
	color: #231916;
	line-height: 2rem;
	margin-top: 3rem;
}
.search-page-box {
	width: 67.5rem;
	display: flex;
	flex-direction: column;
}
.search-page-box .search-title {
	font-family: Source Han Sans SC Blod;
	font-weight: bold;
	font-size: 24px;
	color: #231916;
	margin-top: 3.5rem;
	margin-bottom: 1.5rem;
}
.search-input-box {
	width: calc(100% - 2px);
	height: 40px;
	background: #ffffff;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #d8d8d8;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search-input-box input {
	display: inline-block;
	width: calc(100% - 120px - 2rem);
	margin: 0 1rem;
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 15px;
	color: #888888;
	border: none;
}
.search-input-box input:focus-visible {
	border: none;
	outline: unset;
}
.serach-icon-box {
	width: 120px;
	height: 40px;
	background: #49469a;
	border-radius: 4px 4px 4px 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.serach-icon-box img {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-right: 0.5rem;
}
.serach-icon-box span {
	font-family: Source Han Sans SC Regular;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
}
.no-search-result-box {
	width: 100%;
	text-align: center;
	font-family: Source Han Sans SC Regular;
	font-weight: 400;
	font-size: 14px;
	color: #888888;
	margin: 3.5rem 0;
}
.search-result-box {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
}
.search-result-item {
	width: 100%;
	height: 10.3125rem;
	border-bottom: 1px solid #efefef;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.search-result-item p {
	width: 100%;
	font-family: Source Han Sans SC Medium;
	font-weight: 500;
	font-size: 20px;
	color: #231916;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	cursor: pointer;
}
.search-result-item div {
	width: 100%;
	font-family: Source Han Sans SC Regular;
	font-weight: 400;
	font-size: 16px;
	color: #3f3b3a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 1rem 0 1.25rem 0;
	cursor: pointer;
}
.search-result-item span {
	font-family: D-DIN, D-DIN;
	font-weight: 400;
	font-size: 14px;
	color: #3f3b3a;
	cursor: pointer;
}
.home-zhuangshi-img {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
}
