/* pre css */




:root {
  --yx_FS72: 72px;
  --yx_FS60: 60px;
  --yx_FS54: 54px;
  --yx_FS48: 48px;
  --yx_FS45: 46px;
  --yx_FS42: 40px;
  --yx_FS38: 38px;
  --yx_FS36: 32px;
  --yx_FS30: 30px;
  --yx_FS28: 28px;
  --yx_FS24: 24px;
  --yx_FS22: 22px;
  --yx_FS18: 18px;
  --yx_FS16: 16px;
  --yx_FS14: 14px;
  --yx_Color:
  rgba(3, 0, 76, 1);
  --yx_CTwo: #333333;
  --yx_Grad:
  linear-gradient(to top, rgba(3, 0, 76, 1) 0%, #1c1c1c 100%);
}





#c_grid-116273709439191 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}

#c_grid-116273709439191>div>.p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}

#c_grid-116273709439191>div>.p_gridCell {
	float: left;
	position: static
}

#c_grid-116273709439191>.p_gridbox.signal {
	min-height: inherit
}

#c_grid-116273709439191>.p_gridbox.signal>.p_gridCell {
	min-height: inherit !important
}

#c_grid-116273709439191 {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

@media screen and (max-width:768px) {
	#c_grid-116273709439191>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (min-width: 769px) {
	#c_grid-116273709439191>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_grid-116273709439191>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 99%;
		margin-left: 0.5%;
		margin-right: 0.5%;
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		clear: left
	}
}

.yx_Header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.6s;
	z-index: 99;
	min-height: 70px;
	background: #fff !important
}

.yx_Header .yx_Width {
	max-width: none
}

.yx_H_Active {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important
}

.yx_NP_Right {
	display: flex
}

.yx_SearchBtn {
	color: #333;
	cursor: pointer
}

.yx_NavYj {
	position: relative
}

.yx_NP_Logo {
	width: 18%;
	max-width: 493px !important;
	display: block;
	position: relative;
	overflow: hidden
}

.yx_NP_Logo img {
	width: 100%;
	filter: none !important
}

.yx_NP_Left {
	width: 70%;
	padding-right: 2vw
}

.yx_NP_Left .yx_Nav {
	display: flex;
	width: 100%;
	justify-content: flex-end
}

.yx_NPR_List .yx_icon {
	font-size: var(--yx_FS18);
	color: #333
}

.yx_NPR_List p {
	font-size: 14px
}

.yx_LaBox {
	position: relative;
	margin-right: var(--yx_FS24)
}

.yx_Nav {
	display: flex;
	justify-content: flex-end
}

.yx_N_Pc .yx_NavTit {
	font-size: var(--yx_FS16);
	color: #333;
	text-transform: uppercase;
	line-height: 100px;
	padding: 0 1.2vw;
	transition: all 0.6s;
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden
}

.yx_N_Pc .yx_NavTit:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: var(--yx_Color);
	position: absolute;
	transition: all 0.6s;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%)
}

.yx_N_Pc .yx_NavYj:hover .yx_NavTit {
	color: var(--yx_Color)
}

.yx_N_Pc .yx_NavYj:hover .yx_NavTit:after {
	width: 36px !important
}

.yx_N_Pc .yx_NavEj {
	position: absolute;
	width: 100%;
	z-index: -2;
	opacity: 0;
	left: 50%;
	max-height: 0px;
	overflow: hidden;
	visibility: hidden;
	transform: translateX(-50%);
	transition: all 0.6s
}

.yx_NavEjBox:before {
	content: '';
	display: none;
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	top: -6px
}

.yx_NavEjBox {
	border-radius: 0px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	padding: 10px 10px
}

.yx_N_Pc .yx_NavEjBox a {
	font-size: 14px;
	color: #fff;
	opacity: 0.85;
	width: 100%;
	line-height: 200%;
	padding: 6px 0;
	text-align: center;
	display: inline-block;
	transition: all 0.6s
}

.yx_N_Pc .yx_NavEjBox a:hover {
	opacity: 1
}

.yx_N_Pc .yx_Active {
	visibility: visible !important;
	max-height: 3000px !important;
	opacity: 1 !important;
	z-index: 9 !important
}

.yx_NavBtn {
	display: none
}

.yx_LaTit {
	font-size: var(--yx_FS16);
	display: flex;
	align-items: center
}

.yx_LaTit .yx_icon {
	font-size: var(--yx_FS18);
	color: #333;
	padding-right: var(--yx_FS14)
}

.yx_LaTit em {
	display: block;
	width: 0px;
	height: 0px;
	border-top: 6px #eee solid;
	border-left: 4px transparent solid;
	border-right: 4px transparent solid;
	margin-left: var(--yx_FS14)
}

.yx_LaCon {
	position: absolute;
	width: 100%;
	left: 0;
	max-height: 0px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
	border-top: none !important;
	text-align: center;
	top: 100%;
	opacity: 0;
	transition: all 0.6s
}

.yx_LaBox:hover .yx_LaCon {
	max-height: 200px !important;
	opacity: 1
}

.yx_LaCon a {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 30px
}

@media only screen and (min-width:1201px) {
	.yx_N_Pc {
		display: block;
		width: 100%
	}

	.yx_NP_Box {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 10px;
		width: 94%;
		max-width: 1920px;
		margin: 0 auto
	}

	.yx_N_Mo {
		display: none
	}

	.yx_NavCn {
		transition: all 0.6s
	}

	.yx_NavYj:hover {
		color: var(--yx_Color)
	}

	.yx_Header .box {
		overflow: hidden
	}

	.yx_NavEn {
		font-size: 16px;
		color: var(--yx_Color);
		line-height: 100px;
		width: 100%;
		transition: all 0.6s;
		display: block;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		top: 100%;
		text-align: center
	}
}

@media only screen and (max-width:1200px) {
	.yx_Header {
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important
	}

	.yx_N_Pc .yx_NP_Left {
		display: none !important
	}

	.yx_NP_Logo {
		width: 300px
	}

	.yx_N_Pc {
		height: 70px;
		display: flex;
		align-itesm: center
	}

	.yx_N_Mo {
		display: block;
		background: #fafafa
	}

	.yx_SearchBtn {
		margin-right: 16px
	}

	.yx_NavBtn {
		display: block !important
	}

	.yx_NP_Box {
		width: 94%;
		margin: 0 auto;
		padding: 0px;
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	.yx_NPR_List {
		background: transparent !important;
		border-width: 0px;
		height: 70px;
		line-height: 70px;
		padding: 0 12px;
		width: auto
	}

	.yx_NavBtnCon {
		position: relative;
		width: 28px;
		height: 20px;
		display: block !important
	}

	.yx_NavBtn span {
		position: absolute;
		right: 0;
		width: 100%;
		height: 2px;
		background: #333 !important;
		transition: all 0.6s ease
	}

	.yx_NavBtn .yx_NB_Line {
		width: 22px;
		top: 50%;
		transform: translateY(-50%)
	}

	.yx_NB_Line_Bottom {
		bottom: 0;
		top: auto
	}

	.yx_NPR_Tit p {
		display: none
	}

	.yx_NP_Right {
		display: flex;
		align-items: center
	}

	.yx_NPR_Tit .yx_iconfont {
		font-size: 18px;
		color: var(--yx_Color)
	}

	.yx_N_Mo {
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.95);
		top: 70px;
		left: 0;
		display: none;
		overflow-x: hidden;
		overflow-y: auto
	}

	.yx_N_Mo .yx_YjTit {
		line-height: 60px;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 0 0 0 20px;
		display: block;
		font-size: 14px;
		color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.yx_N_Mo .yx_YjTit .iconfont {
		font-size: 22px;
		color: rgba(255, 255, 255, 0.8);
		width: 60px;
		height: 60px;
		display: block;
		line-height: 60px;
		text-align: center;
		transform: rotate(90deg);
		transition: all 0.6s ease
	}

	.yx_Nav_Active .yx_NB_Line {
		transform: translate(100px, -50%);
		transition: all 0.6s ease
	}

	.yx_Nav_Active .yx_NB_Line_Top {
		transform: rotate(45deg);
		top: 8px;
		transition: all 0.6s ease
	}

	.yx_Nav_Active .yx_NB_Line_Bottom {
		transform: rotate(-45deg);
		bottom: 10px;
		transition: all 0.6s ease
	}

	.yx_EjTit {
		position: relative;
		line-height: 42px;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.65);
		padding-left: 18px;
		display: block
	}

	.yx_EjBox {
		padding: 12px 24px;
		display: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05)
	}

	.yx_EjTit:before {
		content: '';
		display: block;
		width: 5px;
		height: 2px;
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
		left: 0
	}

	.yx_N_Mo .yx_Rotate {
		transform: rotate(0deg) !important;
		transition: all 0.6s ease
	}

	.yx_Header .yx_EjBtn {
		font-size: 22px;
		color: rgba(255, 255, 255, 0.65);
		width: 56px;
		height: 56px;
		display: block;
		line-height: 56px;
		text-align: center;
		transform: rotate(90deg);
		transition: all 0.6s ease
	}

	.yx_LaCon {
		width: 80px;
		left: 50%;
		transform: translateX(-50%);
		line-height: 36px
	}
}

#c_static_001_P_249-1651126283000 {
	display-radio: 1
}

#c_static_001_P_2216-1652683357958 {
	display-radio: 1;
	min-height: 0px;
	height: auto
}

@media screen and (max-width:768px) {
	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_level1Box {
		display: block;
		width: 100%
	}

	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_iconBox {
		display: block
	}

	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_navContent {
		display: none;
		padding: 20px;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #fbfbfb;
		z-index: 99
	}

	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_navButton {
		display: flex;
		justify-content: flex-end
	}

	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_level2Box,
	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_level3Box {
		padding: 0 0 0 30px;
		background: none
	}

	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_jtIcon {
		float: right;
		transition: 0.5s;
		height: 30px;
		margin-top: 10px
	}

	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_jtHover {
		transition: 0.5s;
		transform: rotate(90deg)
	}

	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_level2Box,
	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_level3Box {
		width: 100%;
		left: 0;
		transform: translateX(0);
		position: inherit;
		border-radius: 0
	}

	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_level1Item {
		border-bottom: 1px solid rgb(0 0 0 / 5%);
		line-height: 50px;
		font-size: 14px
	}

	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_level1Item a,
	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_level2Item a {
		line-height: 50px;
		font-size: 14px;
		padding: 0;
		display: inline;
		text-align: left;
		opacity: 1
	}

	.yx_NP_Box .yx_NP_Logo {
		width: 210px
	}

	.yx_NP_Box .yx_NP_Logo img {
		width: 100%;
		height: auto;
		object-fit: contain
	}

	.yx_SearchBtn {
		display: none
	}
}

@media screen and (min-width: 769px) {
	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_jtIcon {
		transform: rotate(90deg);
		display: none
	}

	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_level2Item .p_jtIcon {
		display: none
	}

	#c_static_001_P_2216-1652683357958 .e_navigationA-1 .p_iconBox {
		display: none
	}

	.yx_Header_Active {
		background: rgba(0, 0, 0, 0.9) !important;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important
	}
}

#c_grid-116273709439190 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}

#c_grid-116273709439190>div>.p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}

#c_grid-116273709439190>div>.p_gridCell {
	float: left;
	position: static
}

#c_grid-116273709439190>.p_gridbox.signal {
	min-height: inherit
}

#c_grid-116273709439190>.p_gridbox.signal>.p_gridCell {
	min-height: inherit !important
}

#c_grid-116273709439190 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display-radio: 1
}

@media screen and (max-width:768px) {
	#c_grid-116273709439190>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (min-width: 769px) {
	#c_grid-116273709439190>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_grid-116273709439190>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

#c_static_001_P_8345-1669266251756 {
	min-height: 0px;
	display-radio: 1;
	background-fill-value: background-color;
	background-attachment: fixed;
	background-color: rgba(28, 28, 28, 1)
}

#c_static_001_P_8345-1669266251756 .e_container-18 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	max-width: 1460px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: var(--yx_FS30);
	justify-content: space-between;
	padding-bottom: var(--yx_FS30)
}

#c_static_001_P_8345-1669266251756 .e_container-18>.p_item {
	flex: inherit;
	max-width: 100%;
	max-height: 100%;
	text-align: right
}

#c_static_001_P_8345-1669266251756 .e_credible-19 img {
	width: var(--yx_FS72);
	height: auto;
	object-fit: contain
}

#c_static_001_P_8345-1669266251756 .e_credible-19 {
	background_radio: 1;
	display-radio: 1;
	width: 100%
}

.yx_BottomNav {
	line-height: 30px;
	margin-bottom: 5px
}

.yx_BottomNav em {
	width: 2px;
	height: 13px;
	display: block;
	overflow: hidden;
	background-color: #828b98;
	float: left;
	margin: 0px var(--yx_FS14)
}

.yx_BottomNav a {
	font-size: var(--yx_FS16);
	color: rgba(255, 255, 255, 0.8);
	float: left
}

.yx_BottomNav em:last-child {
	display: none
}

#c_static_001_P_8345-1669266251756 .e_richText-39 {
	font_radio: 1;
	display-radio: 1;
	opacity: 0.5
}

#c_static_001_P_8345-1669266251756 .e_container-40 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	border-bottom-style: none;
	padding-top: 0px;
	padding-bottom: 0px
}

#c_static_001_P_8345-1669266251756 .e_container-40>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_8345-1669266251756 .e_provider-49 {
	font_radio: 2;
	display-radio: 1;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	font-weight: normal;
	line-height: 2;
	text-align: left;
	opacity: 0.5
}

#c_static_001_P_8345-1669266251756 .form-control {
	background: #4e4e4e !important;
	border-color: #4e4e4e;
	border-radius: 0px;
	color: #fff !important
}

#c_static_001_P_8345-1669266251756 .e_container-81 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	max-width: 1460px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: var(--yx_FS30);
	padding-bottom: var(--yx_FS30)
}

#c_static_001_P_8345-1669266251756 .e_container-81>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_8345-1669266251756 .e_container-81 .cbox-81-0 {
	flex: 0 0 30%;
	align-self: center
}

#c_static_001_P_8345-1669266251756 .e_image-82 {
	overflow: hidden;
	display-radio: 1;
	max-width: 409px;
	width: auto;
	margin-bottom: 0px
}

#c_static_001_P_8345-1669266251756 .e_image-82 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001_P_8345-1669266251756 .yx_BottomNav {
	display: flex;
	justify-content: space-between
}

#c_static_001_P_8345-1669266251756 .yx_BottomNav .p_level1Box {
	width: auto
}

#c_static_001_P_8345-1669266251756 .yx_BottomNav .yx_BotNavyj>a {
	font-size: 17px;
	color: #ffffff;
	display: inline-block;
	margin-bottom: var(--yx_FS24)
}

#c_static_001_P_8345-1669266251756 .yx_BottomNav .yx_BotNavyj .yx_BotNavEj>a {
	display: block;
	font-size: var(--yx_FS14);
	color: rgba(178, 183, 185, 1);
	margin-bottom: 5px
}

#c_static_001_P_8345-1669266251756 .e_container-83 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	align-items: center
}

#c_static_001_P_8345-1669266251756 .e_container-83>.p_item {
	flex: inherit;
	width: auto;
	margin-right: var(--yx_FS16)
}

#c_static_001_P_8345-1669266251756 .e_richText-84 {
	font_radio: 1;
	display-radio: 1;
	opacity: 0.5
}

#c_static_001_P_8345-1669266251756 .e_container-18 .cbox-18-0 {
	flex: 0 0 90%
}

#c_static_001_P_8345-1669266251756 .e_container-18 .cbox-18-1 {
	flex: 0 0 10%
}

#c_static_001_P_8345-1669266251756 .e_bottomNav-102 .p_level1Item {
	width: auto;
	padding-left: 5%
}

#c_static_001_P_8345-1669266251756 .e_bottomNav-102 .p_level1Item a {
	font-size: var(--yx_FS16);
	color: #fff;
	transition: all 0.6s
}

#c_static_001_P_8345-1669266251756 .e_bottomNav-102 .p_level1Item a:hover {
	color: var(--yx_CTwo)
}

#c_static_001_P_8345-1669266251756 .e_bottomNav-102 .p_level3Box {
	display: none
}

#c_static_001_P_8345-1669266251756 .e_container-103 {
	display: flex;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding: var(--yx_FS72) 0
}

#c_static_001_P_8345-1669266251756 .e_container-103>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_8345-1669266251756 .e_container-81 .cbox-81-1 {
	align-self: center
}

#c_static_001_P_8345-1669266251756 .e_container-104 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 96%;
	display-radio: flex;
	max-width: 1460px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto
}

#c_static_001_P_8345-1669266251756 .e_container-104>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_8345-1669266251756 .e_container-104 .cbox-104-0 {
	flex: 0 0 85%;
	padding-right: 6%
}

#c_static_001_P_8345-1669266251756 .e_container-104 .cbox-104-1 {
	flex: 0 0 10%;
	padding-left: 0px;
	margin-left: 5%
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_list {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	max-width: 100%;
	justify-content: space-between
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_loopitem {
	flex: inherit;
	width: auto;
	position: relative;
	display-radio: 1
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_page {
	text-align: center
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect ul,
li {
	list-style: none
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_split {
	margin: 0 5px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_normal {
	margin-right: 16px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .input-check,
#c_static_001_P_8345-1669266251756 .e_loop-105 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .position-left {
	display: flex
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(-45deg);
	transform: skewY(360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_active .p_mbutton::before {
	display: block
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_active .p_mbutton::after {
	display: block
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_filter_result {
	display: none
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_contclear {
	cursor: pointer;
	display: none
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .swiper-container {
	padding-bottom: 30px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal
}

#c_static_001_P_8345-1669266251756 .e_loop-105 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px
}

#c_static_001_P_8345-1669266251756 .e_loop-105 {
	display-radio: 1
}

#c_static_001_P_8345-1669266251756 .e_image-106 {
	overflow: hidden;
	display-radio: 1;
	width: 55px
}

#c_static_001_P_8345-1669266251756 .e_image-106 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001_P_8345-1669266251756 .e_text-107 {
	font_radio: 2;
	display-radio: 1;
	font-size: var(--yx_FS16);
	color: #fff;
	font-weight: normal;
	line-height: 2
}

#c_static_001_P_8345-1669266251756 .e_text-109 {
	line-height: 2;
	font_radio: 2;
	display-radio: 1;
	margin: var(--yx_FS24) 0 0;
	font-size: var(--yx_FS14);
	color: #fff;
	opacity: 0.5
}

#c_static_001_P_8345-1669266251756 .e_image-110 {
	overflow: hidden;
	display-radio: 1;
	width: 90%;
	max-width: 125px;
	margin-left: auto;
	margin-right: 0px
}

#c_static_001_P_8345-1669266251756 .e_image-110 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

#c_static_001_P_8345-1669266251756 .e_bottomNav-102 {
	font_radio: 1;
	display-radio: 1
}

@media screen and (max-width:768px) {
	#c_static_001_P_8345-1669266251756 {
		display-radio: 1;
		padding-top: 0px;
		padding-bottom: 0px
	}

	#c_static_001_P_8345-1669266251756 .e_container-18 .cbox-18-0 {
		flex: 0 0 100%
	}

	#c_static_001_P_8345-1669266251756 .e_loop-105 .p_list {
		flex-wrap: wrap
	}

	#c_static_001_P_8345-1669266251756 .e_container-18 .cbox-18-1 {
		flex: 0 0 100%
	}

	#c_static_001_P_8345-1669266251756 .e_container-18>.p_item {
		text-align: left
	}

	#c_static_001_P_8345-1669266251756 .e_credible-19 {
		background_radio: 1;
		display-radio: 1;
		margin-top: 16px;
		margin-left: 0px;
		margin-right: auto
	}

	#c_static_001_P_8345-1669266251756 .e_container-18 {
		justify-content: left;
		display-radio: 1;
		padding-top: 14px;
		padding-bottom: 18px;
		margin-bottom: 0px
	}

	#c_static_001_P_8345-1669266251756 .e_container-40 .cbox-40-0 {
		flex: 0 0 100%
	}

	#c_static_001_P_8345-1669266251756 .e_container-81 {
		display-radio: 1
	}

	#c_static_001_P_8345-1669266251756 .e_container-81 .cbox-81-0 {
		flex: 0 0 100%;
		padding-left: 0px;
		padding-right: 0px
	}

	#c_static_001_P_8345-1669266251756 .e_container-81 .cbox-81-1 {
		flex: 0 0 100%;
		align-self: center;
		padding-left: 0px;
		padding-right: 0px
	}

	#c_static_001_P_8345-1669266251756 .e_container-83 .cbox-83-2 {
		flex: 0 0 100%
	}

	#c_static_001_P_8345-1669266251756 .e_image-82 {
		display-radio: 1;
		width: 60%;
		max-width: 160px
	}

	#c_static_001_P_8345-1669266251756 .e_bottomNav-102 .p_menu1Item,
	#c_static_001_P_8345-1669266251756 .e_bottomNav-102 .p_menu2Item {
		display: flex;
		justify-content: space-between
	}

	#c_static_001_P_8345-1669266251756 .e_bottomNav-102 .p_level1Box ul {
		display: none
	}

	#c_static_001_P_8345-1669266251756 .e_bottomNav-102 .p_jtIcon {
		width: auto;
		height: auto;
		max-width: 20px;
		font-size: inherit;
		transition: 0.5s;
		margin: 0
	}

	#c_static_001_P_8345-1669266251756 .e_bottomNav-102 .p_jtIcon.active {
		transform: rotateZ(90deg)
	}

	#c_static_001_P_8345-1669266251756 .e_bottomNav-102 a {
		display: flex;
		flex-direction: column;
		justify-content: center
	}

	#c_static_001_P_8345-1669266251756 .e_bottomNav-102 .p_level1Item {
		padding: 0
	}

	#c_static_001_P_8345-1669266251756 .e_bottomNav-102 .p_menu2Item svg {
		opacity: .5
	}

	#c_static_001_P_8345-1669266251756 .e_bottomNav-102 {
		display: none
	}

	#c_static_001_P_8345-1669266251756 .e_loop-105 {
		display-radio: 1
	}

	#c_static_001_P_8345-1669266251756 .e_container-104 {
		display-radio: 1
	}

	#c_static_001_P_8345-1669266251756 .e_container-104 .cbox-104-0 {
		flex: 0 0 100%
	}

	#c_static_001_P_8345-1669266251756 .e_container-104 .cbox-104-1 {
		flex: 0 0 100%
	}

	#c_static_001_P_8345-1669266251756 .e_image-106 {
		display-radio: 1;
		width: 48px;
		display: none
	}

	#c_static_001_P_8345-1669266251756 .e_loop-105 .cbox-105:nth-child(odd) {
		flex: 0 0 100%
	}

	#c_static_001_P_8345-1669266251756 .e_loop-105 .cbox-105:nth-child(even) {
		flex: 0 0 100%
	}

	#c_static_001_P_8345-1669266251756 .e_text-107 {
		font_radio: 1;
		display-radio: 1;
		margin-bottom: 0px
	}

	#c_static_001_P_8345-1669266251756 .e_image-110 {
		display-radio: 1;
		display: none
	}

	#c_static_001_P_8345-1669266251756 .e_text-109:after {
		content: ':'
	}

	#c_static_001_P_8345-1669266251756 .e_text-109 {
		font-size: 12px !important
	}

	#c_static_001_P_8345-1669266251756 .e_text-107 {
		font-size: 14px !important
	}
}

@media screen and (min-width: 769px) {
	#c_static_001_P_8345-1669266251756 .e_bottomNav-102 .p_level1Box {
		display: flex;
		justify-content: flex-end
	}

	#c_static_001_P_8345-1669266251756 .e_bottomNav-102 .p_jtIcon {
		display: none
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_static_001_P_8345-1669266251756 .e_container-104 {
		display-radio: 1
	}

	#c_static_001_P_8345-1669266251756 .e_container-104 .cbox-104-0 {
		flex: 0 0 100%;
		padding-right: 0px
	}

	#c_static_001_P_8345-1669266251756 .e_container-104 .cbox-104-1 {
		flex: 0 0 100%
	}

	#c_static_001_P_8345-1669266251756 .e_image-110 {
		display-radio: 1;
		display: none
	}

	#c_static_001_P_8345-1669266251756 .e_image-82 {
		display-radio: 1;
		width: 160px
	}

	#c_static_001_P_8345-1669266251756 {
		display-radio: 1
	}

	#c_static_001_P_8345-1669266251756 .e_container-81 {
		display-radio: 1;
		padding-top: 36px;
		padding-bottom: 36px
	}

	#c_static_001_P_8345-1669266251756 .e_image-106 {
		display-radio: 1;
		width: 40px
	}

	#c_static_001_P_8345-1669266251756 .e_text-107 {
		font_radio: 1;
		display-radio: 1
	}
}

#c_static_001-1655704761822 {
	min-height: 0px;
	display-radio: 1
}

.yx_Telicon:after {
	content: '\e654';
	font-size: var(--yx_FS18)
}

.yx_skicon:after {
	content: '\e678';
	font-size: var(--yx_FS18)
}

.yx_Mailicon:after {
	content: '\e6b1';
	font-size: var(--yx_FS18)
}

.yx_MessIcon:after {
	content: '\e63c';
	font-size: var(--yx_FS18)
}

.yx_KfBox {
	position: fixed;
	width: var(--yx_FS54);
	right: var(--yx_FS24);
	bottom: 7%;
	z-index: 999999999;
	border: 0px solid #e0e0e0;
	border-bottom: 0
}

.yx_KfList {
	display: block;
	width: var(--yx_FS54);
	height: var(--yx_FS54);
	border: 1px solid var(--yx_CTwo);
	position: relative;
	color: #fff;
	background: var(--yx_CTwo);
	text-align: center;
	margin-bottom: 5px;
	transition: all .3s;
	cursor: pointer;
	border-radius: 50%;
	line-height: var(--yx_FS54);
	list-style: none;
	opacity: 0.85
}

.yx_Up_Button {
	transform: rotate(-90deg);
	opacity: 0;
	transition: all 0.6
}

.yx_Up_Button.yx_Active {
	opacity: 1 !important
}

.yx_KfList .yx_Email {
	width: 240px;
	background: rgba(0, 0, 0, 0.65);
	line-height: var(--yx_FS54);
	right: 140px;
	border-radius: var(--yx_FS54);
	opacity: 0;
	top: 0;
	position: absolute;
	visibility: hidden
}

.yx_KfList:hover .son {
	transition: all 0.6s ease;
	opacity: 1 !important;
	color: #fff;
	right: var(--yx_FS54) !important;
	visibility: visible !important
}

#c_static_001_P_3485-16692873099540 {
	min-height: 0px;
	display-radio: 1
}

#c_static_001_P_3485-16692873099540 .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	position: static;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto
}

#c_static_001_P_3485-16692873099540 .e_container-2>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001_P_3485-16692873099540 .e_bannerA-3 {
	height: auto;
	display-radio: 1;
	background_radio: 1
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .p_breadcrumbItem {
	position: relative;
	float: left;
	display-radio: 1;
	color: rgba(255, 255, 255, 1)
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .icon {
	width: 12px;
	height: 12px
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .p_breadcrumbItem:not(:first-child) {
	padding: 0 3px 0 15px
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .p_breadcrumbItem:not(:first-child)::before {
	content: '>';
	position: absolute;
	left: 3px;
	color: #999
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .p_breadcrumb::after {
	display: block;
	clear: both;
	content: ''
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .p_showTitle {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 5px;
	border: 1px solid transparent
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .siblings::after {
	content: '>';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	transform: rotateZ(90deg);
	cursor: pointer;
	color: rgba(255, 255, 255, 0.3)
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .siblings.active {
	border: 1px solid #dee2e6
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .siblings.active::after {
	transform: rotateZ(-90deg)
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .p_slide {
	position: absolute;
	left: 18px;
	min-width: 100%;
	padding: 5px;
	display: none;
	z-index: 999
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .p_sibling {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 {
	background_radio: 1;
	display-radio: 1;
	width: 94%;
	max-width: 1460px;
	margin-left: auto;
	position: absolute;
	top: auto;
	left: 50%;
	bottom: 8%;
	right: 0;
	transform: translateX(-50%);
	padding-left: 10px;
	padding-right: 10px;
	opacity: 0.8;
	z-index: 3
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .p_title {
	display-radio: 1;
	color: rgba(255, 255, 255, 1)
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .p_icon {
	display-radio: 1;
	color: rgba(255, 255, 255, 1)
}

#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .p_breadcrumb {
	display-radio: 1
}

@media screen and (max-width:768px) {
	#c_static_001_P_3485-16692873099540 .e_bannerA-3 .swiper-slide {
		height: auto
	}

	#c_static_001_P_3485-16692873099540 .e_bannerA-3 .p_info {
		width: 100%;
		z-index: 9;
		text-align: center
	}

	#c_static_001_P_3485-16692873099540 .e_bannerA-3 .p_subtitle {
		display: none
	}

	#c_static_001_P_3485-16692873099540 .e_bannerA-3 .p_summary {
		display: none
	}

	#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .p_breadcrumbItem:nth-child(1) .p_title,
	#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .p_breadcrumbItem:nth-child(2) .p_title {
		white-space: pre
	}

	#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 .p_breadcrumbItem:nth-child(3) .p_title {
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden
	}

	#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 a {
		display: flex
	}

	#c_static_001_P_3485-16692873099540 {
		padding-top: calc(10px + 3vw);
		background-color: rgba(240, 242, 246, 0.7)
	}

	#c_static_001_P_3485-16692873099540 .yx_MoPageBtn {
		font-size: var(--yx_FS16);
		color: #fff;
		width: 100%;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		background: var(--yx_Color);
		border-radius: 4px;
		padding: 14px calc(3% + 10px)
	}

	#c_static_001_P_3485-16692873099540 .yx_MoPageBtn i {
		color: #fff;
		font-size: 14px !important
	}

	#c_static_001_P_3485-16692873099540 .p_c_tree {
		position: fixed;
		background: #fff;
		width: 100%;
		height: 100%;
		z-index: 99;
		top: 0;
		padding: var(--yx_FS36) 5%;
		left: 100%;
		transition: all 0.8s
	}

	#c_static_001_P_3485-16692873099540 .p_c_tree>ul {
		width: 100%
	}

	#c_static_001_P_3485-16692873099540 .p_c_tree .p_c_item {
		width: 100%;
		border-bottom: 1px solid #f5f5f5
	}

	#c_static_001_P_3485-16692873099540 .p_c_tree .p_c_item .p_c_t {
		position: relative;
		padding: var(--yx_FS24) 0
	}

	#c_static_001_P_3485-16692873099540 .p_c_tree .p_c_item .p_c_t a {
		font-size: 14px
	}

	#c_static_001_P_3485-16692873099540 .yx_MoPageClose {
		font-size: 18px;
		color: #fff;
		width: 30px;
		height: 30px;
		display: block !important;
		margin: 0 0 0 auto;
		background: #000;
		line-height: 30px;
		text-align: center
	}

	#c_static_001_P_3485-16692873099540 .e_breadcrumb-5 {
		background_radio: 1;
		display-radio: 1
	}

	#c_static_001_P_3485-16692873099540 .e_container-2 {
		display-radio: 1;
		position: inherit;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto
	}
}

#c_static_001-1669286274606 {
	min-height: 300px;
	display-radio: 1;
	padding-top: 4%;
	padding-bottom: 4%
}

#c_static_001-1669286274606 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	transform: translateX(auto) translateY(auto);
	position: static;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto
}

#c_static_001-1669286274606 .e_container-1>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1669286274606 .e_container-1 .p_item {
	display-radio: 1
}

#c_static_001-1669286274606 .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-left: 0px;
	margin-right: 0px;
	box-shadow: rgba(17, 12, 46, 0.12) 0px var(--yx_FS24) var(--yx_FS48) 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: rgba(255, 255, 255, 1);
	padding-left: 0px
}

#c_static_001-1669286274606 .e_container-3>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1669286274606 .e_container-3 .p_item {
	display-radio: 1;
	margin-top: 0px
}

#c_static_001-1669286274606 .e_text-4 {
	display-radio: 1;
	font_radio: 2;
	line-height: 1.5;
	font-size: var(--yx_FS48);
	color: var(--yx_Color);
	font-weight: bold
}

#c_static_001-1669286274606 .e_text-5 {
	display-radio: 1;
	font_radio: 2;
	font-size: 20px;
	color: rgba(51, 51, 51, 1);
	font-weight: bold;
	line-height: 2
}

#c_static_001-1669286274606 .e_line-6 {
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(238, 238, 238, 1);
	width: auto;
	max-width: none;
	margin-left: 0px;
	position: relative;
	margin-bottom: 8%
}

#c_static_001-1669286274606 .e_line-6:before {
	content: '';
	display: block;
	width: 20%;
	max-width: var(--yx_FS72);
	left: 0;
	top: -2px;
	position: absolute;
	background: var(--yx_Color);
	height: 3px
}

#c_static_001-1669286274606 .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-top: 24px;
	margin-bottom: 24px
}

#c_static_001-1669286274606 .e_container-7>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	justify-content: space-between
}

#c_static_001-1669286274606 .e_container-7>.p_item .cbox-7-0 {
	width: var(--yx_FS48)
}

#c_static_001-1669286274606 .e_container-7>.p_item .cbox-7-1 {
	width: calc(100% - var(--yx_FS48) - var(--yx_FS18))
}

#c_static_001-1669286274606 .e_container-7 .cbox-7-0 {
	flex: 0 0 var(--yx_FS48)
}

#c_static_001-1669286274606 .e_container-7 .cbox-7-1 {
	padding-left: 24px
}

#c_static_001-1669286274606 .e_line-8 {
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(238, 238, 238, 1);
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	min-height: 0px;
	height: auto
}

#c_static_001-1669286274606 .e_container-9 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-bottom: 24px;
	margin-top: 24px
}

#c_static_001-1669286274606 .e_container-9>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1669286274606 .e_container-9 .cbox-9-0 {
	flex: 0 0 48%
}

#c_static_001-1669286274606 .e_container-9 .cbox-9-1 {
	flex: 0 0 48%;
	padding-left: 4%
}

#c_static_001-1669286274606 .e_container-10 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}

#c_static_001-1669286274606 .e_container-10>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	justify-content: space-between
}

#c_static_001-1669286274606 .e_container-10>.p_item .cbox-10-0 {
	width: var(--yx_FS48)
}

#c_static_001-1669286274606 .e_container-10>.p_item .cbox-10-1 {
	width: calc(100% - var(--yx_FS48) - var(--yx_FS18))
}

#c_static_001-1669286274606 .e_container-10 .cbox-10-0 {
	flex: 0 0 var(--yx_FS48)
}

#c_static_001-1669286274606 .e_container-10 .cbox-10-1 {
	padding-left: 24px
}

#c_static_001-1669286274606 .e_text-11 {
	display-radio: 1;
	font_radio: 2;
	line-height: 1.5;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	font-weight: normal
}

#c_static_001-1669286274606 .e_text-12 {
	display-radio: 1;
	font_radio: 2;
	line-height: 2;
	font-size: 16px;
	color: rgba(34, 34, 34, 1)
}

#c_static_001-1669286274606 .e_icon-13 {
	width: var(--yx_FS48);
	height: var(--yx_FS48);
	border: 1px solid #ddd;
	display-radio: 1;
	font_radio: 1;
	display: flex;
	color: #222;
	align-items: center;
	justify-content: center
}

#c_static_001-1669286274606 .e_icon-13 .icon {
	margin: 0;
	width: var(--yx_FS18);
	height: var(--yx_FS18);
	fill: #222
}

#c_static_001-1669286274606 .e_icon-13 .icon * {
	fill: #222 !important
}

#c_static_001-1669286274606 .e_line-14 {
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(238, 238, 238, 1);
	margin-top: 0px;
	padding-top: 0px;
	height: auto;
	min-height: 0px;
	margin-bottom: 0px
}

#c_static_001-1669286274606 .e_container-15 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	margin-bottom: 24px;
	margin-top: 24px
}

#c_static_001-1669286274606 .e_container-15>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1669286274606 .e_container-15 .cbox-15-0 {
	flex: 0 0 48%
}

#c_static_001-1669286274606 .e_container-15 .cbox-15-1 {
	flex: 0 0 48%;
	padding-left: 4%
}

#c_static_001-1669286274606 .e_container-16 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}

#c_static_001-1669286274606 .e_container-16>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	justify-content: space-between
}

#c_static_001-1669286274606 .e_container-16>.p_item .cbox-16-0 {
	width: var(--yx_FS48)
}

#c_static_001-1669286274606 .e_container-16>.p_item .cbox-16-1 {
	width: calc(100% - var(--yx_FS48) - var(--yx_FS18))
}

#c_static_001-1669286274606 .e_container-16 .cbox-16-0 {
	flex: 0 0 var(--yx_FS48)
}

#c_static_001-1669286274606 .e_container-16 .cbox-16-1 {
	padding-left: 24px
}

#c_static_001-1669286274606 .e_text-17 {
	display-radio: 1;
	font_radio: 2;
	line-height: 1.5;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	font-weight: normal
}

#c_static_001-1669286274606 .e_text-18 {
	display-radio: 1;
	font_radio: 2;
	line-height: 2;
	font-size: 16px;
	color: rgba(34, 34, 34, 1)
}

#c_static_001-1669286274606 .e_icon-19 {
	width: var(--yx_FS48);
	height: var(--yx_FS48);
	border: 1px solid #ddd;
	display-radio: 1;
	font_radio: 1;
	display: flex;
	color: #222;
	align-items: center;
	justify-content: center
}

#c_static_001-1669286274606 .e_icon-19 .icon {
	margin: 0;
	width: var(--yx_FS18);
	height: var(--yx_FS18);
	fill: #222
}

#c_static_001-1669286274606 .e_icon-19 .icon * {
	fill: #222 !important
}

#c_static_001-1669286274606 .e_container-20 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}

#c_static_001-1669286274606 .e_container-20>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	justify-content: space-between
}

#c_static_001-1669286274606 .e_container-20>.p_item .cbox-20-0 {
	width: var(--yx_FS48)
}

#c_static_001-1669286274606 .e_container-20>.p_item .cbox-20-1 {
	width: calc(100% - var(--yx_FS48) - var(--yx_FS18))
}

#c_static_001-1669286274606 .e_container-20 .cbox-20-0 {
	flex: 0 0 var(--yx_FS48)
}

#c_static_001-1669286274606 .e_container-20 .cbox-20-1 {
	padding-left: 24px
}

#c_static_001-1669286274606 .e_text-21 {
	display-radio: 1;
	font_radio: 2;
	line-height: 1.5;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	font-weight: normal
}

#c_static_001-1669286274606 .e_text-22 {
	display-radio: 1;
	font_radio: 2;
	line-height: 2;
	font-size: 16px;
	color: rgba(34, 34, 34, 1)
}

#c_static_001-1669286274606 .e_icon-23 {
	width: var(--yx_FS48);
	height: var(--yx_FS48);
	border: 1px solid #ddd;
	display-radio: flex;
	font_radio: 2;
	display: flex;
	color: #222;
	align-items: center;
	justify-content: center
}

#c_static_001-1669286274606 .e_icon-23 .icon {
	margin: 0;
	width: var(--yx_FS18);
	height: var(--yx_FS18);
	fill: #222
}

#c_static_001-1669286274606 .e_icon-23 .icon * {
	fill: #222 !important
}

#c_static_001-1669286274606 .e_text-24 {
	display-radio: 1;
	font_radio: 2;
	line-height: 2;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	font-weight: normal;
	margin-top: 5%
}

#c_static_001-1669286274606 .e_websiteShare-25 .p_share a {
	display: inline-block;
	margin-right: 10px
}

#c_static_001-1669286274606 .e_websiteShare-25 .p_img {
	width: 30px
}

#c_static_001-1669286274606 .e_websiteShare-25 {
	background_radio: 1;
	display-radio: 1;
	margin-top: 18px
}

#c_static_001-1669286274606 .e_container-26 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}

#c_static_001-1669286274606 .e_container-26>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	justify-content: space-between
}

#c_static_001-1669286274606 .e_container-26>.p_item .cbox-26-0 {
	width: var(--yx_FS48)
}

#c_static_001-1669286274606 .e_container-26>.p_item .cbox-26-1 {
	width: calc(100% - var(--yx_FS48) - var(--yx_FS18))
}

#c_static_001-1669286274606 .e_container-26 .cbox-26-0 {
	flex: 0 0 var(--yx_FS48)
}

#c_static_001-1669286274606 .e_container-26 .cbox-26-1 {
	padding-left: 24px
}

#c_static_001-1669286274606 .e_text-27 {
	display-radio: 1;
	font_radio: 2;
	line-height: 1.5;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	font-weight: normal
}

#c_static_001-1669286274606 .e_text-28 {
	display-radio: 1;
	font_radio: 2;
	line-height: 2;
	font-size: 16px;
	color: rgba(34, 34, 34, 1)
}

#c_static_001-1669286274606 .e_icon-29 {
	width: var(--yx_FS48);
	height: var(--yx_FS48);
	border: 1px solid #ddd;
	display-radio: 1;
	font_radio: 1;
	display: flex;
	color: #222;
	align-items: center;
	justify-content: center
}

#c_static_001-1669286274606 .e_icon-29 .icon {
	margin: 0;
	width: var(--yx_FS18);
	height: var(--yx_FS18);
	fill: #222
}

#c_static_001-1669286274606 .e_icon-29 .icon * {
	fill: #222 !important
}

#c_static_001-1669286274606 .e_text-30 {
	display-radio: 1;
	font_radio: 2;
	line-height: 1.5;
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	font-weight: normal
}

#c_static_001-1669286274606 .e_text-31 {
	display-radio: 1;
	font_radio: 2;
	line-height: 2;
	font-size: 16px;
	color: rgba(34, 34, 34, 1)
}

#c_static_001-1669286274606 .e_icon-32 {
	width: var(--yx_FS48);
	height: var(--yx_FS48);
	border: 1px solid #ddd;
	display-radio: flex;
	font_radio: 1;
	display: flex;
	align-items: center;
	justify-content: center
}

#c_static_001-1669286274606 .e_icon-32 .icon {
	margin: 0;
	width: var(--yx_FS22);
	height: var(--yx_FS22);
	fill: #222
}

#c_static_001-1669286274606 .e_container-33 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding: var(--yx_FS60) 8% var(--yx_FS60) var(--yx_FS60);
	display-radio: flex
}

#c_static_001-1669286274606 .e_container-33>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1669286274606 .e_map-34 {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	display-radio: 1;
	max-height: 700px;
	overflow:hidden;
}

#c_static_001-1669286274606 .e_map-34 #mapCotainer {
	width: 100%;
	height: 100%
}

#c_static_001-1669286274606 .e_container-3 .cbox-3-0 {
	align-self: center
}

@media screen and (max-width:768px) {
	#c_static_001-1669286274606 .e_container-7 {
		display-radio: 1
	}

	#c_static_001-1669286274606 .e_container-7 .cbox-7-0 {
		align-self: center
	}

	#c_static_001-1669286274606 .e_container-9 {
		display-radio: 1
	}

	#c_static_001-1669286274606 .e_container-9 .cbox-9-0 {
		flex: 0 0 100%
	}

	#c_static_001-1669286274606 .e_container-9 .cbox-9-1 {
		flex: 0 0 100%;
		margin-left: 0px;
		padding-left: 0px;
		margin-top: 18px
	}

	#c_static_001-1669286274606 .e_container-10 {
		display-radio: 1
	}

	#c_static_001-1669286274606 .e_container-10 .cbox-10-0 {
		align-self: center
	}

	#c_static_001-1669286274606 .e_text-11 {
		display-radio: 1;
		font_radio: 1
	}

	#c_static_001-1669286274606 .e_container-15 {
		display-radio: 1
	}

	#c_static_001-1669286274606 .e_container-15 .cbox-15-0 {
		flex: 0 0 100%
	}

	#c_static_001-1669286274606 .e_container-15 .cbox-15-1 {
		flex: 0 0 100%;
		margin-left: 0px;
		padding-left: 0px;
		margin-top: 18px
	}

	#c_static_001-1669286274606 .e_container-16 {
		display-radio: 1
	}

	#c_static_001-1669286274606 .e_container-16 .cbox-16-0 {
		align-self: center
	}

	#c_static_001-1669286274606 .e_text-17 {
		display-radio: 1;
		font_radio: 1
	}

	#c_static_001-1669286274606 .e_container-20 {
		display-radio: 1
	}

	#c_static_001-1669286274606 .e_container-20 .cbox-20-0 {
		align-self: center
	}

	#c_static_001-1669286274606 .e_text-21 {
		display-radio: 1;
		font_radio: 1
	}

	#c_static_001-1669286274606 .e_container-26 {
		display-radio: 1
	}

	#c_static_001-1669286274606 .e_container-26 .cbox-26-0 {
		align-self: center
	}

	#c_static_001-1669286274606 .e_text-27 {
		display-radio: 1;
		font_radio: 1
	}

	#c_static_001-1669286274606 .e_text-30 {
		display-radio: 1;
		font_radio: 1
	}

	#c_static_001-1669286274606 .e_container-3 .cbox-3-0 {
		flex: 0 0 100%
	}

	#c_static_001-1669286274606 .e_container-3 .cbox-3-1 {
		flex: 0 0 100%
	}

	#c_static_001-1669286274606 .e_text-5 {
		font_radio: 1;
		display-radio: 1
	}

	#c_static_001-1669286274606 .e_container-33 {
		display-radio: 1;
		padding-left: 20px;
		padding-top: 24px;
		padding-bottom: 24px;
		padding-right: 20px
	}

	#c_static_001-1669286274606 .e_map-34 {
		display-radio: 1
	}
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 1024px) and (min-width: 769px) {}

#c_static_001-1669341253551 {
	min-height: 0px;
	display-radio: 1;
	padding-bottom: 4%;
	padding-top: 2%
}

#c_static_001-1669341253551 .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

#c_static_001-1669341253551 .e_container-1>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1669341253551 .e_loop-2 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	/*解决无缝滚动在循环体多列展示问题  */
	max-width: 100%
		/* 解决无缝滚动在循环体多列展示问题 */
}

#c_static_001-1669341253551 .e_loop-2 .p_loopitem {
	position: relative
}

#c_static_001-1669341253551 .e_loop-2 .p_page {
	text-align: center
}

#c_static_001-1669341253551 .e_loop-2 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

#c_static_001-1669341253551 .e_loop-2 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

#c_static_001-1669341253551 .e_loop-2 .p_filter_key {
	/* min-width:80px;
  */
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

#c_static_001-1669341253551 .e_loop-2 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

#c_static_001-1669341253551 .e_loop-2 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
		/* border-radius:2px;
  */
}

#c_static_001-1669341253551 .e_loop-2 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

#c_static_001-1669341253551 .e_loop-2 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

#c_static_001-1669341253551 .e_loop-2 .p_s_option {}

#c_static_001-1669341253551 .e_loop-2 .multSelect {
	font-size: 13px;
	position: relative
}

#c_static_001-1669341253551 .e_loop-2 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

#c_static_001-1669341253551 .e_loop-2 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

#c_static_001-1669341253551 .e_loop-2 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

#c_static_001-1669341253551 .e_loop-2 .multSelect ul,
li {
	list-style: none
}

#c_static_001-1669341253551 .e_loop-2 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

#c_static_001-1669341253551 .e_loop-2 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

#c_static_001-1669341253551 .e_loop-2 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

#c_static_001-1669341253551 .e_loop-2 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

#c_static_001-1669341253551 .e_loop-2 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

#c_static_001-1669341253551 .e_loop-2 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

#c_static_001-1669341253551 .e_loop-2 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

#c_static_001-1669341253551 .e_loop-2 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

#c_static_001-1669341253551 .e_loop-2 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

#c_static_001-1669341253551 .e_loop-2 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

/* #c_static_001-1669341253551 .e_loop-2 .p_filter_close::before {
content: "\2716";
}
*/
/* #c_static_001-1669341253551 .e_loop-2 .p_filter_select {
width: 110px;
height: 24px;
padding: 0;
border: 1px solid #DCDFE6;
}
*/
#c_static_001-1669341253551 .e_loop-2 .p_normal_start {
	display: inline;
	width: 100px;
	height: 40px
}

#c_static_001-1669341253551 .e_loop-2 .p_date_start {
	display: inline;
	width: 105px;
	height: 40px
}

#c_static_001-1669341253551 .e_loop-2 .p_normal_end {
	display: inline;
	width: 100px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1669341253551 .e_loop-2 .p_date_end {
	display: inline;
	width: 105px;
	height: 40px;
	margin-right: 5px
}

#c_static_001-1669341253551 .e_loop-2 .p_split {
	margin: 0 5px
}

#c_static_001-1669341253551 .e_loop-2 .p_normal {
	margin-right: 16px
}

#c_static_001-1669341253551 .e_loop-2 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001-1669341253551 .e_loop-2 .input-check,
#c_static_001-1669341253551 .e_loop-2 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

#c_static_001-1669341253551 .e_loop-2 .position-left {
	display: flex
}

#c_static_001-1669341253551 .e_loop-2 .position-right {
	display: flex;
	flex-direction: row-reverse
}

#c_static_001-1669341253551 .e_loop-2 .position-top {
	/* display:flex;
  */
}

#c_static_001-1669341253551 .e_loop-2 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

#c_static_001-1669341253551 .e_loop-2 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

#c_static_001-1669341253551 .e_loop-2 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(-45deg);
	transform: skewY(360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

#c_static_001-1669341253551 .e_loop-2 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

#c_static_001-1669341253551 .e_loop-2 .p_active .p_mbutton::before {
	display: block
}

#c_static_001-1669341253551 .e_loop-2 .p_active .p_mbutton::after {
	display: block
}

#c_static_001-1669341253551 .e_loop-2 .p_input_match {
	width: 100px;
	height: 40px;
	padding: 10px;
	border: 1px solid #ced4da;
	border-radius: 3px
}

#c_static_001-1669341253551 .e_loop-2 .p_filter_result {
	display: inline-block
}

#c_static_001-1669341253551 .e_loop-2 .p_contclear {
	cursor: pointer
}

#c_static_001-1669341253551 .e_loop-2 .swiper-container {
	padding-bottom: 30px
}

#c_static_001-1669341253551 .e_loop-2 .p_imgwrapper {
	width: 80px;
	height: 100px;
	overflow: hidden
}

#c_static_001-1669341253551 .e_loop-2 .p_imgtitle {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	line-height: 20px
}

#c_static_001-1669341253551 .e_loop-2 .p_imgwrapper img {
	width: 100%;
	object-fit: cover
}

#c_static_001-1669341253551 .e_loop-2 .p_active .p_imgwrapper {
	border: 1px solid #409eff
}

#c_static_001-1669341253551 .e_loop-2 .p_filter_result {
	display: none
}

#c_static_001-1669341253551 .e_loop-2 .p_contclear {
	display: none
}

#c_static_001-1669341253551 .e_loop-2 .p_inputRangeSearch {
	padding: 7px 12px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal
}

#c_static_001-1669341253551 .e_loop-2 .p_inputSearch {
	padding: 0px 17px;
	background: #007bff;
	color: white;
	font-size: 14px;
	font-style: normal;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
	margin-left: 10px
}

#c_static_001-1669341253551 .e_container-3 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	box-shadow: rgba(17, 12, 46, 0.06) 0px var(--yx_FS24) var(--yx_FS48) 0px;
	transition: all 0.6s;
	padding: var(--yx_FS30) var(--yx_FS24);
	display-radio: flex;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 1)
}

#c_static_001-1669341253551 .e_container-3:hover {
	box-shadow: rgba(17, 12, 46, 0.12) 0px var(--yx_FS16) var(--yx_FS36) 0px;
	border-radius: 6px;
	transform: translateY(-14px)
}

#c_static_001-1669341253551 .e_container-3>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

#c_static_001-1669341253551 .e_line-4 {
	display-radio: 1;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(238, 238, 238, 1);
	width: auto;
	max-width: none;
	margin-left: 0px;
	position: relative;
	margin-bottom: 3%
}

#c_static_001-1669341253551 .e_line-4:before {
	content: '';
	display: block;
	width: 10%;
	max-width: var(--yx_FS72);
	left: 0;
	top: -2px;
	position: absolute;
	background: var(--yx_Color);
	height: 3px
}

#c_static_001-1669341253551 .e_text-5 {
	display-radio: 1;
	font_radio: 2;
	font-size: 20px;
	color: rgba(51, 51, 51, 1);
	font-weight: bold;
	line-height: 2
}

#c_static_001-1669341253551 .e_richText-6 {
	font_radio: 1;
	display-radio: 1;
	min-height: 90px
}

@media screen and (max-width:768px) {
	#c_static_001-1669341253551 {
		display-radio: 1;
		padding-top: 48px;
		padding-bottom: 48px
	}

	#c_static_001-1669341253551 .e_richText-6 {
		font_radio: 1;
		display-radio: 1;
		min-height: 0px
	}
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 1024px) and (min-width: 769px) {}