[class*=ant-] input::-ms-clear,[class*=ant-] input::-ms-reveal,[class*=ant-]::-ms-clear,[class^=ant-] input::-ms-clear,[class^=ant-] input::-ms-reveal,[class^=ant-]::-ms-clear {
	display: none
}

body,html {
	width: 100%;
	height: 100%
}

input::-ms-clear,input::-ms-reveal {
	display: none
}

*,:after,:before {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
	margin: 0;
	/* color:rgba(0,0,0,.85); */
	/* font-size:14px; */
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-variant: tabular-nums;
	line-height: 1.5715;
	background-color: #fff;
	font-feature-settings: "tnum","tnum"
}

[tabindex="-1"]:focus {
	outline: none!important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: .5em;
	color: rgba(0,0,0,.85);
	font-weight: 500
}

p {
	margin-top: 0;
	margin-bottom: 1em
}

abbr[data-original-title],abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	border-bottom: 0;
	cursor: help
}

address {
	margin-bottom: 1em;
	font-style: normal;
	line-height: inherit
}

input[type=number],input[type=password],input[type=text],textarea {
	-webkit-appearance: none
}

dl,ol,ul {
	margin-top: 0;
	margin-bottom: 1em
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 500
}

dd {
	margin-bottom: .5em;
	margin-left: 0
}

blockquote {
	margin: 0 0 1em
}

dfn {
	font-style: italic
}

b,strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #1890ff;
	text-decoration: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	transition: color .3s;
	-webkit-text-decoration-skip: objects
}

a:hover {
	color: #40a9ff
}

a:active {
	color: #096dd9
}

a:active,a:focus,a:hover {
	text-decoration: none;
	outline: 0
}

a[disabled] {
	color: rgba(0,0,0,.25);
	cursor: not-allowed
}

code,kbd,pre,samp {
	font-size: 1em;
	font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace
}

pre {
	margin-top: 0;
	margin-bottom: 1em;
	overflow: auto
}

figure {
	margin: 0 0 1em
}

img {
	vertical-align: middle;
	border-style: none
}

[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea {
	touch-action: manipulation
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75em;
	padding-bottom: .3em;
	color: rgba(0,0,0,.45);
	text-align: left;
	caption-side: bottom
}

button,input,optgroup,select,textarea {
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

button,input {
	overflow: visible
}

button,select {
	text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: .5em;
	padding: 0;
	color: inherit;
	font-size: 1.5em;
	line-height: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none!important
}

mark {
	padding: .2em;
	background-color: #feffe6
}

::selection {
	color: #fff;
	background: #1890ff
}

.clearfix:after,.clearfix:before {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}
.center{
	text-align: center;
}

.ant-btn {
	line-height: 1.5715;
	position: relative;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
	text-align: center;
	background-image: none;
	box-shadow: 0 2px 0 rgba(0,0,0,.015);
	cursor: pointer;
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	touch-action: manipulation;
	height: 32px;
	padding: 4px 15px;
	font-size: 14px;
	border-radius: 2px;
	color: rgba(0,0,0,.85);
	border: 1px solid #d9d9d9;
	background: #fff
}

.ant-btn>.anticon {
	line-height: 1
}

.ant-btn,.ant-btn:active,.ant-btn:focus {
	outline: 0;
}

.ant-btn:not([disabled]):hover {
	text-decoration: none
}

.ant-btn:not([disabled]):active {
	outline: 0;
	box-shadow: none
}

.ant-btn[disabled] {
	cursor: not-allowed
}

.ant-btn[disabled]>* {
	pointer-events: none
}

.ant-btn-primary {
	box-shadow: none;
	text-shadow: none
}

.ant-btn-primary,.ant-btn-primary:hover {
	border-color: #4c6aff
}

.bgfff{
	background:none;
}
.bgfff:hover{
	background:#fff;
}
.top_info {
	width: 100%;
	line-height: 26px;
}
.top_info_w1200 {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	color: #666;
	font-size: 12px;
	border-bottom: 1px solid #f3f3f3;
}
.left_content_top {
	color: #999999;
	font-size: 14px;
}
.top_info_fix_acitve {
	background: #fff;
}

.ant-popover {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: rgba(0,0,0,.85);
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5715;
	list-style: none;
	font-feature-settings: "tnum","tnum";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1030;
	max-width: 100vw;
	font-weight: 400;
	white-space: normal;
	text-align: left;
	cursor: auto;
	-webkit-user-select: text;
	-moz-user-select: text;
	user-select: text
}

.ant-popover-content {
	position: relative
}

.ant-popover:after {
	position: absolute;
	background: hsla(0,0%,100%,.01);
	content: ""
}

.ant-popover-hidden {
	display: none
}

.ant-popover-placement-top,.ant-popover-placement-topLeft,.ant-popover-placement-topRight {
	padding-bottom: 15.3137085px
}

.ant-popover-placement-right,.ant-popover-placement-rightBottom,.ant-popover-placement-rightTop {
	padding-left: 15.3137085px
}

.ant-popover-placement-bottom,.ant-popover-placement-bottomLeft,.ant-popover-placement-bottomRight {
	padding-top: 15.3137085px;
}

.ant-popover-placement-left,.ant-popover-placement-leftBottom,.ant-popover-placement-leftTop {
	padding-right: 15.3137085px
}

.ant-popover-inner {
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 2px;
	box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
	.ant-popover-inner {
		box-shadow: 0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px 0 rgba(0,0,0,.08),0 9px 28px 8px rgba(0,0,0,.05)
	}
}

.ant-popover-title {
	min-width: 177px;
	min-height: 32px;
	margin: 0;
	padding: 5px 16px 4px;
	color: rgba(0,0,0,.85);
	font-weight: 500;
	border-bottom: 1px solid #f0f0f0
}

.ant-popover-inner-content {
	width: max-content;
	max-width: 100%;
	padding: 12px 16px;
	color: rgba(0,0,0,.85)
}

.ant-popover-message {
	display: flex;
	padding: 4px 0 12px;
	color: rgba(0,0,0,.85);
	font-size: 14px
}

.ant-popover-message-icon {
	display: inline-block;
	margin-right: 8px;
	color: #faad14;
	font-size: 14px
}

.ant-popover-buttons {
	margin-bottom: 4px;
	text-align: right
}

.ant-popover-buttons button:not(:first-child) {
	margin-left: 8px
}

.ant-popover-arrow {
	position: absolute;
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	background: transparent;
	pointer-events: none
}

.ant-popover-arrow-content {
	--antd-arrow-background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 11.3137085px;
	height: 11.3137085px;
	margin: auto;
	content: "";
	pointer-events: auto;
	border-radius: 0 0 2px;
	pointer-events: none
}

.ant-popover-arrow-content:before {
	position: absolute;
	top: -11.3137085px;
	left: -11.3137085px;
	width: 33.9411255px;
	height: 33.9411255px;
	background: var(--antd-arrow-background-color);
	background-repeat: no-repeat;
	background-position: -10px -10px;
	content: "";
	-webkit-clip-path: inset(33% 33%);
	clip-path: inset(33% 33%);
	-webkit-clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z");
	clip-path: path("M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 L 23.091883092036785 9.849242404917499 L 9.849242404917499 23.091883092036785 Z")
}

.ant-popover-placement-top .ant-popover-arrow,.ant-popover-placement-topLeft .ant-popover-arrow,.ant-popover-placement-topRight .ant-popover-arrow {
	bottom: 0;
	transform: translateY(100%)
}

.ant-popover-placement-top .ant-popover-arrow-content,.ant-popover-placement-topLeft .ant-popover-arrow-content,.ant-popover-placement-topRight .ant-popover-arrow-content {
	box-shadow: 3px 3px 7px rgba(0,0,0,.07);
	transform: translateY(-11px) rotate(45deg)
}

.ant-popover-placement-top .ant-popover-arrow {
	left: 50%;
	transform: translateY(100%) translateX(-50%)
}

.ant-popover-placement-topLeft .ant-popover-arrow {
	left: 16px
}

.ant-popover-placement-topRight .ant-popover-arrow {
	right: 16px
}

.ant-popover-placement-right .ant-popover-arrow,.ant-popover-placement-rightBottom .ant-popover-arrow,.ant-popover-placement-rightTop .ant-popover-arrow {
	left: 0;
	transform: translateX(-100%)
}

.ant-popover-placement-right .ant-popover-arrow-content,.ant-popover-placement-rightBottom .ant-popover-arrow-content,.ant-popover-placement-rightTop .ant-popover-arrow-content {
	box-shadow: 3px 3px 7px rgba(0,0,0,.07);
	transform: translateX(11px) rotate(135deg)
}

.ant-popover-placement-right .ant-popover-arrow {
	top: 50%;
	transform: translateX(-100%) translateY(-50%)
}

.ant-popover-placement-rightTop .ant-popover-arrow {
	top: 12px
}

.ant-popover-placement-rightBottom .ant-popover-arrow {
	bottom: 12px
}

.ant-popover-placement-bottom .ant-popover-arrow,.ant-popover-placement-bottomLeft .ant-popover-arrow,.ant-popover-placement-bottomRight .ant-popover-arrow {
	top: 0;
	transform: translateY(-100%)
}

.ant-popover-placement-bottom .ant-popover-arrow-content,.ant-popover-placement-bottomLeft .ant-popover-arrow-content,.ant-popover-placement-bottomRight .ant-popover-arrow-content {
	box-shadow: 2px 2px 5px rgba(0,0,0,.06);
	transform: translateY(11px) rotate(-135deg)
}

.ant-popover-placement-bottom .ant-popover-arrow {
	left: 50%;
	transform: translateY(-100%) translateX(-50%)
}

.ant-popover-placement-bottomLeft .ant-popover-arrow {
	left: 16px
}

.ant-popover-placement-bottomRight .ant-popover-arrow {
	right: 16px
}

.ant-popover-placement-left .ant-popover-arrow,.ant-popover-placement-leftBottom .ant-popover-arrow,.ant-popover-placement-leftTop .ant-popover-arrow {
	right: 0;
	transform: translateX(100%)
}

.ant-popover-placement-left .ant-popover-arrow-content,.ant-popover-placement-leftBottom .ant-popover-arrow-content,.ant-popover-placement-leftTop .ant-popover-arrow-content {
	box-shadow: 3px 3px 7px rgba(0,0,0,.07);
	transform: translateX(-11px) rotate(-45deg)
}

.ant-popover-placement-left .ant-popover-arrow {
	top: 50%;
	transform: translateX(100%) translateY(-50%)
}

.ant-popover-placement-leftTop .ant-popover-arrow {
	top: 12px
}

.ant-popover-placement-leftBottom .ant-popover-arrow {
	bottom: 12px
}

.ant-popover-magenta .ant-popover-arrow-content,.ant-popover-magenta .ant-popover-inner,.ant-popover-pink .ant-popover-arrow-content,.ant-popover-pink .ant-popover-inner {
	background-color: #eb2f96
}

.ant-popover-red .ant-popover-arrow-content,.ant-popover-red .ant-popover-inner {
	background-color: #f5222d
}

.ant-popover-volcano .ant-popover-arrow-content,.ant-popover-volcano .ant-popover-inner {
	background-color: #fa541c
}

.ant-popover-orange .ant-popover-arrow-content,.ant-popover-orange .ant-popover-inner {
	background-color: #fa8c16
}

.ant-popover-yellow .ant-popover-arrow-content,.ant-popover-yellow .ant-popover-inner {
	background-color: #fadb14
}

.ant-popover-gold .ant-popover-arrow-content,.ant-popover-gold .ant-popover-inner {
	background-color: #faad14
}

.ant-popover-cyan .ant-popover-arrow-content,.ant-popover-cyan .ant-popover-inner {
	background-color: #13c2c2
}

.ant-popover-lime .ant-popover-arrow-content,.ant-popover-lime .ant-popover-inner {
	background-color: #a0d911
}

.ant-popover-green .ant-popover-arrow-content,.ant-popover-green .ant-popover-inner {
	background-color: #52c41a
}

.ant-popover-blue .ant-popover-arrow-content,.ant-popover-blue .ant-popover-inner {
	background-color: #1890ff
}

.ant-popover-geekblue .ant-popover-arrow-content,.ant-popover-geekblue .ant-popover-inner {
	background-color: #2f54eb
}

.ant-popover-purple .ant-popover-arrow-content,.ant-popover-purple .ant-popover-inner {
	background-color: #722ed1
}

.ant-popover-rtl {
	direction: rtl;
	text-align: right
}

.ant-popover-rtl .ant-popover-message-icon {
	margin-right: 0;
	margin-left: 8px
}

.ant-popover-rtl .ant-popover-message-title {
	padding-left: 16px
}

.ant-popover-rtl .ant-popover-buttons {
	text-align: left
}

.ant-popover-rtl .ant-popover-buttons button {
	margin-right: 8px;
	margin-left: 0
}



.app-header_appHeader__HfITW {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	/*height: 87px;*/
	background: transparent
}

.app-header_appHeader__HfITW.app-header_darkBackground__4v_ss .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ .app-header_navItem__cu4B_ {
	color: #fff
}

.app-header_appHeader__HfITW.app-header_darkBackground__4v_ss .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ .app-header_navItem__cu4B_ .app-header_navItemIcon__Glw_z {
	font-size: 10px;
	stroke-width: 1.5;
	color: #fff
}

.app-header_appHeader__HfITW.app-header_darkBackground__4v_ss .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ .app-header_navItem__cu4B_ .app-header_navItemIcon__Glw_z.app-header_popoverOpen__EbgLj {
	color: #111f33
}

.app-header_appHeader__HfITW.app-header_darkBackground__4v_ss .app-header_content__xM4Pd .app-header_contentRight__2s_CL .app-header_headerBtn__8EpPC.app-header_loginBtn___dscg {
	color: #fff;
	border: 1px solid #fff
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd {
	display: flex;
	justify-content: space-between;
	height: 60px;
	width: 1200px;
	margin: 0 auto;
	background: transparent
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentLeft___jEts {
	display: flex;
	align-items: center
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_logo__B3iOD {
	margin-right: 22px;
	height: 24px
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ {
	display: flex;
	align-items: center;
	height: 100%
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ .app-header_navItem__cu4B_ {
	position: relative;
	color: #111f33;
	text-align: center;
	padding: 0 17px;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 4px
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ .app-header_navItem__cu4B_:hover,.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ .app-header_navItem__cu4B_:hover.app-header_sepcialDark__NOHpl {
	color: #4c6aff
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ .app-header_navItem__cu4B_:hover .app-header_navItemIcon__Glw_z {
	font-size: 10px;
	stroke-width: 1.5;
	color: #4c6aff!important
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ .app-header_navItem__cu4B_.app-header_selectedItem__DlkXx:not(.app-header_navGroup__ZU8E_) {
	color: #4c6aff;
	font-weight: 500
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ .app-header_navItem__cu4B_.app-header_selectedItem__DlkXx:not(.app-header_navGroup__ZU8E_):before {
	content: "";
	position: absolute;
	width: 34px;
	height: 3px;
	top: 38px;
	left: 50%;
	transform: translate(-50%);
	background-color: #4c6aff;
	z-index: -1
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ .app-header_navItem__cu4B_.app-header_selectedItem__DlkXx.app-header_navGroup__ZU8E_ {
	color: #4c6aff;
	font-weight: 500
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ .app-header_navItem__cu4B_.app-header_selectedItem__DlkXx.app-header_navGroup__ZU8E_ .app-header_navItemIcon__Glw_z {
	font-size: 10px;
	stroke-width: 1.5;
	color: #4c6aff
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ .app-header_navItem__cu4B_ .app-header_navItemIcon__Glw_z {
	font-size: 10px;
	stroke-width: 1.5;
	color: #111f33
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ .app-header_navItem__cu4B_.app-header_sepcialDark__NOHpl {
	color: #111f33
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentLeft___jEts .app-header_navList__1c2hQ .app-header_navItem__cu4B_.app-header_gradientText__c_b9t {
	font-weight: 500;
	background: linear-gradient(89.97deg,#353dd9 .02%,#6545d9 64.3%,#8545d9 85.73%);
	-webkit-background-clip: text;
	color: transparent
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentRight__2s_CL {
	display: flex;
	align-items: center;
	gap: 12px
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentRight__2s_CL .app-header_semIdx__3W6tw {
	font-size: 16px;
	cursor: pointer;
	margin-right: 5px
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentRight__2s_CL .app-header_headerBtn__8EpPC {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer;
	width: 104px;
	height: 34px;
	line-height: 32px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 0
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentRight__2s_CL .app-header_headerBtn__8EpPC.app-header_experienceBtn__IZrVI {
	background: #4c6aff
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentRight__2s_CL .app-header_headerBtn__8EpPC.app-header_experienceBtn__IZrVI:hover {
	background-color: #7088ff
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentRight__2s_CL .app-header_headerBtn__8EpPC.app-header_experienceBtn__IZrVI.ant-btn-primary:hover {
	border-color: #7088ff
}

.app-header_appHeader__HfITW .app-header_content__xM4Pd .app-header_contentRight__2s_CL .app-header_headerBtn__8EpPC.app-header_loginBtn___dscg {
	color: #4c6aff;
	background: transparent;
	border: 0px solid #4c6aff;
	font-size: 18px;
	font-weight: bold;
	width: auto;
	padding: 0 15px;
	box-shadow: inherit;
}

.app-header_navPopover__TRgr2 {
	width: 100%
}

.app-header_navPopover__TRgr2 .ant-popover-inner {
	padding: 0!important;
	box-shadow: 0 8px 16px 0 rgba(47,83,134,.12)
}

.app-header_navPopover__TRgr2 .ant-popover-inner-content {
	padding: 40px 0;
	width: 100%;
	display: flex;
	justify-content: center
}

.app-header_navPopover__TRgr2 .ant-popover-arrow {
	display: none
}

.app-header_navPopover__TRgr2 .ant-popover-content {
	top: -2px
}

.app-header_navPopoverContent__qSW1F {
	display: flex;
	flex-wrap: wrap;
	padding: 0 12px 12px
}

.app-header_navPopoverContent__qSW1F.app-header_navPopoverGroupContent__ttlGU {
	padding: 24px 22px
}

.app-header_navPopoverContent__qSW1F .app-header_navChildGroup__4DQGU {
	width: 150px;
	text-align: left
}

.app-header_navPopoverContent__qSW1F .app-header_navChildGroup__4DQGU:nth-child(n+3) {
	margin-top: 32px
}

.app-header_navPopoverContent__qSW1F .app-header_navChildGroup__4DQGU .app-header_groupName__T_0na {
	color: #272e47;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	height: 38px;
	cursor: default;
	pointer-events: auto;
	margin-bottom: 6px;
	padding-left: 18px
}

.app-header_navPopoverContent__qSW1F .app-header_navChildGroup__4DQGU .app-header_subLinkItem__gT6uG {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #272e47;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px
}

.app-header_navPopoverContent__qSW1F .app-header_navChildGroup__4DQGU .app-header_subLinkItem__gT6uG:hover {
	background: #f0f2f7;
	border-radius: 4px
}

.app-header_navPopoverContent__qSW1F .app-header_navChildGroup__4DQGU .app-header_subLinkItem__gT6uG .app-header_subLinkItem__gT6uG+.app-header_navPopoverContent__qSW1F .app-header_navChildGroup__4DQGU .app-header_subLinkItem__gT6uG .app-header_subLinkItem__gT6uG {
	margin-top: 4px
}

.app-header_navPopConent__Cb4XV {
	width: 1200px;
	display: flex
}

.app-header_navPopConent__Cb4XV .app-header_navMain__ndZkH {
	border-right: 1px solid #e1e3e8;
	padding-right: 40px
}

.app-header_navPopConent__Cb4XV .app-header_navMain__ndZkH .app-header_mainItem__zUbDI {
	width: 180px;
	height: 40px;
	padding: 9px 16px;
	display: flex;
	align-items: center;
	border-radius: 4px;
	color: #272e47;
	letter-spacing: .02em
}

.app-header_navPopConent__Cb4XV .app-header_navMain__ndZkH .app-header_mainItem__zUbDI .app-header_imgPop__0KSyp {
	margin-right: 6px
}

.app-header_navPopConent__Cb4XV .app-header_navMain__ndZkH .app-header_mainItem__zUbDI:not(:last-child) {
	margin-bottom: 8px
}

.app-header_navPopConent__Cb4XV .app-header_navMain__ndZkH .app-header_mainItem__zUbDI:hover {
	background-color: #f2f5ff
}

.app-header_navPopConent__Cb4XV .app-header_navMain__ndZkH .app-header_mainItem__zUbDI {
	cursor: pointer
}

.app-header_navPopConent__Cb4XV .app-header_navMain__ndZkH .app-header_mainItem__zUbDI.app-header_activeMain__io_xD {
	background-color: #f2f5ff;
	color: #4c6aff;
	font-weight: 500
}

.app-header_navPopConent__Cb4XV .app-header_navMain__ndZkH .app-header_mainItem__zUbDI.app-header_activeMain__io_xD.app-header_isAi__U0weq>span {
	background: linear-gradient(90deg,#3a43ee .08%,#772cd8 99.94%);
	-webkit-background-clip: text;
	color: transparent;
	letter-spacing: .01em
}

.app-header_navPopConent__Cb4XV .app-header_subItem__ARO8a {
	display: flex;
	flex-direction: column;
	padding-left: 40px
}

.app-header_navPopConent__Cb4XV .app-header_subItem__ARO8a .app-header_moduleTitle__rVD5N {
	font-weight: 500;
	color: #4c6aff;
	cursor: pointer
}

.app-header_navPopConent__Cb4XV .app-header_subItem__ARO8a .app-header_moduleDesc__C11BD {
	color: #747a8c;
	margin-top: 4px;
	cursor: default
}

.app-header_navPopConent__Cb4XV .app-header_subItem__ARO8a .app-header_moduleList___nCst {
	display: flex;
	flex-direction: column;
	height: 186px;
	flex-wrap: wrap
}

.app-header_navPopConent__Cb4XV .app-header_subItem__ARO8a .app-header_moduleList___nCst .app-header_moduleItem__Q1vT_ {
	line-height: 22px;
	color: #272e47;
	margin-top: 24px;
	cursor: pointer
}

.app-header_navPopConent__Cb4XV .app-header_subItem__ARO8a .app-header_moduleList___nCst .app-header_moduleItem__Q1vT_:hover {
	color: #4c6aff
}

.app-header_navSolution__FBWNU {
	width: 1200px;
	display: flex;
	column-gap: 60px;
	row-gap: 24px;
	flex-wrap: wrap
}

.app-header_navSolution__FBWNU .app-header_navSoItem__qBAMq {
	display: flex;
	flex-direction: column;
	width: 280px;
	cursor: pointer
}

.app-header_navSolution__FBWNU .app-header_navSoItem__qBAMq:hover .app-header_navSoTitle__Po6xJ {
	color: #4c6aff
}

.app-header_navSolution__FBWNU .app-header_navSoItem__qBAMq .app-header_navSoTitle__Po6xJ {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	color: #272e47;
	display: flex;
	align-items: center
}

.app-header_navSolution__FBWNU .app-header_navSoItem__qBAMq .app-header_navSoDes__VpUET {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #747a8c;
	margin-top: 4px
}

.float-buttons_floatButtons__af_F8 {
	position: fixed;
	top: 50%;
	right: 10px;
	width: 66px;
	transform: translateY(-50%);
	z-index: 10
}

.float-buttons_floatButtons__af_F8 .float-buttons_itemList__OOIur {
	font-size: 12px;
	z-index: 999;
	background: #fff;
	box-shadow: 0 4px 10px 0 rgba(47,83,134,.12);
	text-align: center;
	border-radius: 5px;
	padding: 8px 3px;
	cursor: pointer
}

.float-buttons_floatButtons__af_F8 .float-buttons_itemList__OOIur .float-buttons_item__2_AtJ {
	margin-bottom: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	font-size: 12px;
	line-height: 24px;
	height: 64px;
	width: 60px;
	color: #272e47
}

.float-buttons_floatButtons__af_F8 .float-buttons_itemList__OOIur .float-buttons_item__2_AtJ:last-child {
	margin-bottom: 0
}

.float-buttons_floatButtons__af_F8 .float-buttons_itemList__OOIur .float-buttons_item__2_AtJ:hover {
	color: #386ee7
}

.float-buttons_floatButtons__af_F8 .float-buttons_itemList__OOIur .float-buttons_item__2_AtJ:hover:first-child .float-buttons_icon__COeAD {
	background: url(/next_public/images/float-buttons/free-hover.png) no-repeat 50%;
	background-size: contain
}

.float-buttons_floatButtons__af_F8 .float-buttons_itemList__OOIur .float-buttons_item__2_AtJ:hover:nth-child(2) .float-buttons_icon__COeAD {
	background: url(/next_public/images/float-buttons/buy-hover.png) no-repeat 50%;
	background-size: contain
}

.float-buttons_floatButtons__af_F8 .float-buttons_itemList__OOIur .float-buttons_item__2_AtJ:hover:nth-child(3) .float-buttons_icon__COeAD {
	background: url(/next_public/images/float-buttons/tel-hover.png) no-repeat 50%;
	background-size: contain
}

.float-buttons_floatButtons__af_F8 .float-buttons_itemList__OOIur .float-buttons_item__2_AtJ:first-child .float-buttons_icon__COeAD {
	background: url(/next_public/images/float-buttons/free.png) no-repeat 50%;
	background-size: contain
}

.float-buttons_floatButtons__af_F8 .float-buttons_itemList__OOIur .float-buttons_item__2_AtJ:nth-child(2) .float-buttons_icon__COeAD {
	background: url(/next_public/images/float-buttons/buy.png) no-repeat 50%;
	background-size: contain
}

.float-buttons_floatButtons__af_F8 .float-buttons_itemList__OOIur .float-buttons_item__2_AtJ:nth-child(3) .float-buttons_icon__COeAD {
	background: url(/next_public/images/float-buttons/tel.png) no-repeat 50%;
	background-size: contain
}

.float-buttons_floatButtons__af_F8 .float-buttons_itemList__OOIur .float-buttons_item__2_AtJ .float-buttons_icon__COeAD {
	width: 32px;
	height: 19px;
	background-size: contain
}

.float-buttons_consult__7X_ZQ {
	display: flex;
	flex-wrap: wrap;
	width: 199px;
	height: 90px;
	background-color: #fff;
	justify-content: center;
	align-items: center
}

.float-buttons_consult__7X_ZQ .float-buttons_consultNumber__XACYq {
	width: 100%;
	color: #4c6aff;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px
}

.float-buttons_consult__7X_ZQ .float-buttons_consultLabel__eLErj {
	width: 100%;
	color: #747a8c;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin-top: 2px
}

.float-buttons_consultant__IsRPI {
	width: 66px;
	height: 112px;
	background: url(/next_public/images/float-buttons/wechat-person.png) no-repeat 50%;
	background-size: cover;
	margin-top: 6px
}

.float-buttons_qrCode__RCni4 {
	flex-flow: column wrap;
	padding: 4px 4px 0;
	background-color: #fff;
	border-radius: 4px
}

.float-buttons_qrCode__RCni4 .float-buttons_qrCodeContentImage__i0eix {
	width: 126px;
	height: 126px;
	background: url(/next_public/images/float-buttons/qr-code.png) no-repeat 50%;
	background-size: cover;
	margin-top: 6px;
	margin-bottom: 12px
}

.float-buttons_qrCode__RCni4 .float-buttons_qrCodeText__LbEMi {
	color: #747a8c;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px
}

.layout_container__0FjGA {
	display: grid;
	grid-template-areas: "nav" "header" "main" "footer";
	grid-template-rows: auto auto 1fr 36px;
	align-items: center;
	min-height: 100vh
}

.layout_logo__rmZML {
	height: 40vmin;
	pointer-events: none
}

.layout_header__79drH {
	grid-area: header
}

.layout_main__SojL9 {
	grid-area: main
}

.layout_header__79drH,.layout_main__SojL9 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.layout_footer__lOVHw {
	grid-area: footer;
	justify-self: center
}

.layout_nav___dqL2 {
	grid-area: nav;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px;
	font-size: calc(10px + 2vmin)
}

.layout_link__G8WMo:hover {
	text-decoration: underline
}

.layout_link__G8WMo {
	color: #704cb6
}

.layout_link__G8WMo.layout_active__yZGJF {
	text-decoration: underline
}

@media (prefers-reduced-motion:no-preference) {
	.layout_logo__rmZML {
		animation: layout_logo-float__QqcWr 3s ease-in-out infinite
	}
}

@keyframes layout_logo-float__QqcWr {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(10px)
	}

	to {
		transform: translateY(0)
	}
}

.sirius-icon {
	line-height: 0;
	vertical-align: -.25em;
	display: inline-block;
	color: inherit;
	font-style: normal;
	text-align: center;
	text-transform: none;
	text-rendering: optimizelegibility
}

p,ul {
	-webkit-margin-before: 0;
	margin-block-start:0;-webkit-margin-after: 0;
	margin-block-end:0;-webkit-margin-start: 0;
	margin-inline-start:0;-webkit-margin-end: 0;
	margin-inline-end:0;-webkit-padding-start: 0;
	padding-inline-start:0}

#YSF-CUSTOM-ENTRY-4 {
	display: none!important
}

.ant-btn-primary {
	box-shadow: none;
	text-shadow: none
}

.ant-btn-primary,.ant-btn-primary:hover {
	border-color: #4c6aff
}

.ant-input {
	border-radius: 4px
}

.ant-input:focus,.ant-input:hover {
	border-color: #4c6aff;
	box-shadow: none
}

.ant-input-group-addon {
	border-radius: 4px
}

.ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input {
	background: #f7f9fc
}

.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
	border-color: #4c6aff
}

.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize) .ant-select-selector {
	border-color: #4c6aff;
	box-shadow: none
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
	border-radius: 4px
}

.ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer) .ant-select-selector {
	background-color: #f7f9fc
}

a,a:hover {
	color: #4c6aff
}

.ant-checkbox-checked .ant-checkbox-inner {
	background-color: #4c6aff;
	border-color: #4c6aff
}

.ant-checkbox-wrapper:hover .ant-checkbox-inner,.ant-checkbox:hover .ant-checkbox-inner {
	border-color: #4c6aff
}

.ant-checkbox-checked:after {
	border: 1px solid #4c6aff
}

#agreement_help {
	margin-top: -6px
}

.ant-form-item-explain-error {
	font-size: 12px
}

.favorites-group .ant-checkbox+span {
	padding-left: 4px
}

.favorites-group .ant-checkbox-group-item {
	margin-right: 0
}

.favorites-group.ant-form-item label {
	font-size: 12px
}

/*img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0)
}*/


.ant-popover-item{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%;
}

.wm-swiper-wrap {
	position: relative;
	background-color: #e9eff5
}

.wm-swiper-wrap .reg-form-wrap-box {
	width: 1200px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	text-align: left;
	transition: all 0.3s;
}

.wm-swiper-wrap .reg-form-wrap-box .header-form {
	position: absolute;
	bottom: 94px;
	right: 0;
	background-color: #fff;
	border-radius: 8px;
	width: 374px;
	z-index: 2
}
.wm-swiper-wrap .reg-form-wrap-box.ny-reg-form  .header-form{
	bottom: 44px;
}

.ny-banner{
	height:520px;
	position:relative;
}
.ny-banner .video-content {
	width: 600px;
	height: auto;
	position: absolute;
	left: 34%;
	top:60%;  
	transform: translate(-50%, -50%);
	z-index: 8;
	text-align: left;
}
.ny-banner .container-title {
	width: 472px;
	font-weight: 600;
	font-size: 40px;
	line-height: 62px;
	color: #000;
}
.ny-banner .container-title.white{
	color:#fff !important;
}
.ny-banner .container-sub-title {
	font-size: 40px;
	line-height: 62px;
	font-weight: 600;
	color: #000;
}
.ny-banner .container-sub-title.white{
	color:#fff !important;
}
.ny-banner .container-text {
	margin-top: 32px;
/*    width: 400px;*/
	text-align: justify;
	margin-bottom: 50px;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #272e47;
}
.ny-banner .container-text.white{
	color:#fff !important;
}
.ny-banner .btn-group {
	display: flex;
	column-gap: 10px;
	height: 56px;
}
.ny-banner .btn-group .btn {
	width: 168px;
	background-color: #4c6aff;
	border: none;
	color: #fff;
	font-weight: 500;
	line-height: 56px;
	font-size: 18px;
	border-radius: 8px;
	text-align: center;
	cursor: pointer;
}
.ny-banner .btn-group .wm-btn {
	width: 168px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #4c6aff;
	font-size: 18px;
	line-height: 54px;
	font-weight: 500;
	color: #4c6aff;
	cursor: pointer;
}



/*footer*/
.waimao-footer_waimaoFooter__GROa_ {
	background-color: #2e3141
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO {
	width: 1200px;
	margin: 0 auto
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_productInfo__qSo8V {
	border-bottom: 1px solid rgba(225,227,232,.1);
	padding-top: 76px;
	display: flex;
	align-items: center;
	width: 100%
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_productInfo__qSo8V .waimao-footer_title__Bte_Z {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 28px
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_productInfo__qSo8V .waimao-footer_touch__kxbPY {
	display: flex;
	width: 100%;
	justify-content: space-between;
	border-right: 1px solid #333;
	margin-bottom: 43px
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_productInfo__qSo8V .waimao-footer_touch__kxbPY .waimao-footer_text__dP5Ly {
	font-size: 14px;
	color: #9fa2ad;
	line-height: 22px;
	display: block
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_productInfo__qSo8V .waimao-footer_touch__kxbPY .waimao-footer_text__dP5Ly a {
	color: inherit
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_productInfo__qSo8V .waimao-footer_touch__kxbPY .waimao-footer_text__dP5Ly:not(:first-child) {
	margin-top: 16px
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_productInfo__qSo8V .waimao-footer_touch__kxbPY .waimao-footer_text__dP5Ly>img {
	vertical-align: -4px;
	margin-right: 2px
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_productInfo__qSo8V .waimao-footer_touch__kxbPY a:hover {
	color: #386ee7
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_productInfo__qSo8V .waimao-footer_qr-code__K69AG {
	font-size: 18px;
	line-height: 25.2px;
	color: #fff;
	align-self: flex-start
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_productInfo__qSo8V .waimao-footer_qr-code__K69AG img {
	margin-top: 15px
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_other__dABSZ {
	padding-top: 25px;
	padding-bottom: 19px;
	color: #9fa2ad;
	line-height: 22px;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center
}
.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_other__dABSZ .red{
	color: #ff0000;
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_other__dABSZ a {
	color: #9fa2ad
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_other__dABSZ a:hover {
	color: #386ee7
}

.waimao-footer_waimaoFooter__GROa_ .waimao-footer_content__DdCLO .waimao-footer_other__dABSZ div {
	font-size: 14px
}
/*footer*/


/*button*/

.reg-button_button__Uy9gp {
	width: 168px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background-color: #4c6aff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	border-radius: 8px;
	color: #fff
}

.reg-button_button__Uy9gp:hover {
	background-color: #7088ff
}

.reg-button_button__Uy9gp.reg-button_aiStaff__PSrRL {
	background: linear-gradient(83deg,#515aff 11.38%,#8766ff 72.72%,#ab6aff 88.62%)
}

.reg-button_button__Uy9gp.reg-button_aiStaff__PSrRL.reg-button_showItem__KQbjM {
	width: 148px;
	height: 48px;
	line-height: 48px
}
/*button*/



/*xinwen*/
.knowledge-rank_container__RI4_c {
	padding: 80px 0 82px;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column
}

.knowledge-rank_container__RI4_c .knowledge-rank_title__1JH8U {
	color: var(---Text-5-,#272e47);
	text-align: left;
	font-family: PingFang SC;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 56px;
	margin-bottom: 40px
}

.knowledge-rank_container__RI4_c .knowledge-rank_home-rank__Sl31a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 115px
}


.components_list__tz1KH {
	display: flex;
	flex-direction: column
}

.components_list__tz1KH .components_num__DISGc {
	width: 20px;
	height: 20px;
	color: var(--Text-2,#9fa2ad);
	text-align: center;
	font-family: LX-numbers;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px
}

.components_list__tz1KH .components_num1__0H__i {
	color: var(--Error-6,#fe5b4c)
}

.components_list__tz1KH .components_num2__LLnTu {
	color: var(--Error-6,#ff894d)
}

.components_list__tz1KH .components_num3__7sOu5 {
	color: var(--Error-6,#ffb54c)
}

.components_list__tz1KH .components_wrap__Aqye4 {
	color: var(--Text-5,#272e47);
	font-family: PingFang SC;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 12px
}

.components_list__tz1KH .components_item-title__QFdK6 {
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: var(--Text-5,#272e47);
	font-family: PingFang SC;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px
}

.components_list__tz1KH .components_item-title__QFdK6:hover {
	color: #4c6aff
}

.components_list__tz1KH li {
	display: flex;
	gap: 12px;
	list-style: none;
	width: 515px
}

.components_list__tz1KH li:not(:last-child) {
	margin-bottom: 12px
}

/*xinwen*/


/*breadcrumb*/
.ant-breadcrumb ol {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ant-breadcrumb-separator {
	margin: 0 8px;
	color: rgba(0, 0, 0, .45);
}
.ant-breadcrumb ol li:last-child>.ant-breadcrumb-separator {
	display: none;
}
.breadcrumb_containerBr__RGDQG {
	margin: 0 auto;
	width: 1200px
}

.breadcrumb_containerBr__RGDQG .breadcrumb_breadcrumb__dYgpw {
	margin-bottom: 24px
}

.breadcrumb_containerBr__RGDQG .ant-breadcrumb-link>a {
	color: #747a8c
}

.breadcrumb_containerBr__RGDQG .ant-breadcrumb-link {
	color: #272e47
}
/*breadcrumb*/


/*liuyan*/
.contact-us_show-items-wrap-footer__g_b6p {
	height: 100%
}

@media(max-width: 1440px) {
	.contact-us_show-items-wrap-footer__g_b6p {
		width:1200px
	}
}

@media(min-width: 1441px)and (max-width:1679px) {
	.contact-us_show-items-wrap-footer__g_b6p {
		width:1200px
	}
}

@media(min-width: 1680px) {
	.contact-us_show-items-wrap-footer__g_b6p {
		width:1200px
	}
}

.contact-us_show-items-wrap-footer__g_b6p {
	margin: 0 auto;
	display: flex
}

.contact-us_show-items-wrap-footer__g_b6p .contact-us_footer-left__X4UL6 {
	padding-top: 100px;
	padding-bottom: 100px;
	flex: 1 1
}

.contact-us_show-items-wrap-footer__g_b6p .contact-us_footer-left-title__6mg1_ {
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	color: #272e47
}

.contact-us_show-items-wrap-footer__g_b6p .contact-us_footer-left-sub-title__QWuCj {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #747a8c;
	padding-bottom: 32px;
	margin-top: 12px
}

.contact-us_show-items-wrap-footer__g_b6p .contact-us_footer-left-dec__ofad3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	color: #272e47;
	display: flex;
	align-items: center
}

.contact-us_show-items-wrap-footer__g_b6p .contact-us_footer-left-dec__ofad3:not(:last-child) {
	margin-bottom: 12px
}

.contact-us_show-items-wrap-footer__g_b6p .contact-us_footer-left-dec__ofad3>img {
	margin-right: 8px
}

.contact-us_show-items-wrap-footer__g_b6p .contact-us_footer-right__bX_U7 {
	flex: 1 1;
	position: relative
}

.contact-us_show-items-wrap-footer__g_b6p .contact-us_footer-right__bX_U7 .contact-us_footer-right-contact__mDVAX {
	margin-left: 150px
}

.contact-us_footer-wrap__Zn8Tv {
	width: 100%;
	height: 474px;
	background: url(/static/image/de6e9e5e66d54a2495356714fda69ed6.png) no-repeat top/1920px 100%
}

.register-contact_container__DSl_y {
	width: 308px;
	position: absolute;
	margin-left: 20px;
	margin-top: 10px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
#book.index-book #modal-form-wrap.modal-form-wrap{
	background:none;
	border:none;
	padding: 0 0;
}
#book.index-book #modal-form-wrap.modal-form-wrap form .form-item{
	margin-bottom:20px;
}
#book.index-book #modal-form-wrap.modal-form-wrap form .form-item .form-item-box {
	height:40px;
}
#book.index-book #modal-form-wrap.modal-form-wrap form .form-item .form-item-box .form-item-input input{
	background: none;
	font-size:14px;
	color:#fff;
}
#book.index-book #modal-form-wrap.modal-form-wrap form .form-item .form-item-box .form-item-input input::-webkit-input-placeholder {
	color:#999999;
	font-size: 14px;
}
#book.index-book #modal-form-wrap.modal-form-wrap form .form-item .form-item-box .form-item-input input:-moz-placeholder {
	color:#999999;
	font-size: 14px;
}
#book.index-book #modal-form-wrap.modal-form-wrap form .form-item .form-item-box .form-item-input input:-ms-input-placeholder {
	color:#999999;
	font-size: 14px;
}

/*liuyan*/