:root {
    --m78-pure: var(--m78-gray-1);
    --m78-body-bg: var(--m78-pure);
    --m78-component-bg: var(--m78-pure);
    --m78-color-1: #edf5ff;
    --m78-color-2: #bbd3f2;
    --m78-color-3: #8cb0e6;
    --m78-color-4: #628dd9;
    --m78-color-5: #3b6bcc;
    --m78-color-6: #194abe;
    --m78-color-7: #0c3299;
    --m78-color-8: #031d73;
    --m78-color-9: #000626;
    --m78-color-10: #002329;
    --m78-color: var(--m78-color-6);
    --m78-color-opacity-sm: rgba(25, 74, 190, 0.2);
    --m78-color-opacity-md: rgba(25, 74, 190, 0.5);
    --m78-color-opacity-lg: rgba(25, 74, 190, 0.75);
    --m78-color-sub-1: #ffe8e6;
    --m78-color-sub-2: #ffc1bd;
    --m78-color-sub-3: #ff9794;
    --m78-color-sub-4: #ff6b6b;
    --m78-color-sub-5: #f23f45;
    --m78-color-sub-6: #e51725;
    --m78-color-sub-7: #bf0a1c;
    --m78-color-sub-8: #990014;
    --m78-color-sub-9: #730013;
    --m78-color-sub-10: #4d000f;
    --m78-color-sub: var(--m78-color-sub-6);
    --m78-color-title-b: rgba(0, 0, 0, 0.9);
    --m78-color-primary-b: rgba(0, 0, 0, 0.75);
    --m78-color-second-b: rgba(0, 0, 0, 0.45);
    --m78-color-disable-b: rgba(0, 0, 0, 0.25);
    --m78-color-border-b: rgba(0, 0, 0, 0.15);
    --m78-color-divider-b: rgba(0, 0, 0, 0.06);
    --m78-color-bg-b: rgba(0, 0, 0, 0.04);
    --m78-color-title-w: hsla(0, 0%, 100%, 0.95);
    --m78-color-primary-w: hsla(0, 0%, 100%, 0.8);
    --m78-color-second-w: hsla(0, 0%, 100%, 0.45);
    --m78-color-disable-w: hsla(0, 0%, 100%, 0.3);
    --m78-color-border-w: hsla(0, 0%, 100%, 0.2);
    --m78-color-divider-w: hsla(0, 0%, 100%, 0.12);
    --m78-color-bg-w: hsla(0, 0%, 100%, 0.08);
    --m78-color-title: var(--m78-color-title-b);
    --m78-color-primary: var(--m78-color-primary-b);
    --m78-color-second: var(--m78-color-second-b);
    --m78-color-disable: var(--m78-color-disable-b);
    --m78-color-border: var(--m78-color-border-b);
    --m78-color-divider: var(--m78-color-divider-b);
    --m78-color-bg: var(--m78-color-bg-b);
    --m78-color-title-rv: var(--m78-color-title-w);
    --m78-color-primary-rv: var(--m78-color-primary-w);
    --m78-color-second-rv: var(--m78-color-second-w);
    --m78-color-disable-rv: var(--m78-color-disable-w);
    --m78-color-border-rv: var(--m78-color-border-w);
    --m78-color-divider-rv: var(--m78-color-divider-w);
    --m78-color-bg-rv: var(--m78-color-bg-w);
    --m78-gray-1: #fff;
    --m78-gray-2: #fafafa;
    --m78-gray-3: #f5f5f5;
    --m78-gray-4: #f0f0f0;
    --m78-gray-5: #d9d9d9;
    --m78-gray-6: #bfbfbf;
    --m78-gray-7: #8c8c8c;
    --m78-gray-8: #595959;
    --m78-gray-9: #434343;
    --m78-gray-10: #262626;
    --m78-gray-11: #1f1f1f;
    --m78-gray-12: #141414;
    --m78-gray-13: #000;
    --m78-color-info: #40a9ff;
    --m78-color-success: #73d13d;
    --m78-color-error: #ff4d4f;
    --m78-color-warn: #ffa940;
    --m78-fs-sm: 12px;
    --m78-fs: 14px;
    --m78-fs-md: 16px;
    --m78-fs-lg: 24px;
    --m78-fw: 400;
    --m78-fw-md: 500;
    --m78-fw-bold: bold;
    --m78-line-height: 1.6;
    --m78-font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, sans-serif;
    --m78-code-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
    --m78-mask-b: rgba(0, 0, 0, 0.8);
    --m78-mask-w: hsla(0, 0%, 100%, 0.8);
    --m78-mask: var(--m78-mask-w);
    --m78-shadow-1-b: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
    --m78-shadow-1-b-focus: rgba(0, 0, 0, 0.3) 0px 2px 8px 0px;
    --m78-shadow-2-b: rgba(0, 0, 0, 0.2) 0px 4px 24px 0px;
    --m78-shadow-2-b-focus: rgba(0, 0, 0, 0.3) 0px 4px 24px 0px;
    --m78-shadow-3-b: rgba(0, 0, 0, 0.24) 0px 12px 30px 0px;
    --m78-shadow-3-b-focus: rgba(0, 0, 0, 0.3) 0px 12px 30px 0px;
    --m78-shadow-1-w: hsla(0, 0%, 100%, 0.4) 0px 2px 8px 0px;
    --m78-shadow-1-w-focus: hsla(0, 0%, 100%, 0.5) 0px 2px 8px 0px;
    --m78-shadow-2-w: hsla(0, 0%, 100%, 0.4) 0px 4px 24px 0px;
    --m78-shadow-2-w-focus: hsla(0, 0%, 100%, 0.5) 0px 4px 24px 0px;
    --m78-shadow-3-w: hsla(0, 0%, 100%, 0.4) 0px 12px 30px 0px;
    --m78-shadow-3-w-focus: hsla(0, 0%, 100%, 0.5) 0px 12px 30px 0px;
    --m78-shadow-1: var(--m78-shadow-1-b);
    --m78-shadow-1-focus: var(--m78-shadow-1-b-focus);
    --m78-shadow-2: var(--m78-shadow-2-b);
    --m78-shadow-2-focus: var(--m78-shadow-2);
    --m78-shadow-3: var(--m78-shadow-3-b);
    --m78-shadow-3-focus: var(--m78-shadow-3-b-focus);
    --m78-stress-shadow-w: -1px -1px 2px #fff, 1px 1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff;
    --m78-stress-shadow-b: -1px -1px 2px #666, 1px 1px 2px #666, 1px -1px 2px #666, -1px 1px 2px #666;
    --m78-opacity: .45;
    --m78-border-radius-sm: 2px;
    --m78-border-radius: 4px;
    --m78-border-radius-md: 8px;
    --m78-border-radius-lg: 16px;
    --m78-xs: 0px;
    --m78-sm: 576px;
    --m78-md: 768px;
    --m78-lg: 992px;
    --m78-xl: 1200px;
    --m78-xxl: 1600px;
    --m78-z-index-base: 10;
    --m78-z-index: 1000;
    --m78-z-index-drawer: 1400;
    --m78-z-index-modal: 1800;
    --m78-z-index-message: 2200;
    --m78-space-1: 4px;
    --m78-space-2: 8px;
    --m78-space-3: 12px;
    --m78-space-4: 16px;
    --m78-space-5: 20px;
    --m78-space-6: 24px;
    --m78-space-7: 28px;
    --m78-space-8: 32px;
    --m78-space-9: 36px;
    --m78-space-10: 40px;
    --m78-animate-slow: .3s;
    --m78-animate-base: .2s;
    --m78-animate-fast: .1s
}

:root[data-theme=dark] {
    --m78-gray-1: #000;
    --m78-gray-2: #141414;
    --m78-gray-3: #1f1f1f;
    --m78-gray-4: #262626;
    --m78-gray-5: #434343;
    --m78-gray-6: #595959;
    --m78-gray-7: #8c8c8c;
    --m78-gray-8: #bfbfbf;
    --m78-gray-9: #d9d9d9;
    --m78-gray-10: #f0f0f0;
    --m78-gray-11: #f5f5f5;
    --m78-gray-12: #fafafa;
    --m78-gray-13: #fff;
    --m78-body-bg: #18191a;
    --m78-component-bg: var(--m78-gray-2);
    --m78-color-title: var(--m78-color-title-w);
    --m78-color-primary: var(--m78-color-primary-w);
    --m78-color-second: var(--m78-color-second-w);
    --m78-color-disable: var(--m78-color-disable-w);
    --m78-color-border: var(--m78-color-border-w);
    --m78-color-divider: var(--m78-color-divider-w);
    --m78-color-bg: var(--m78-color-bg-w);
    --m78-color-title-rv: var(--m78-color-title-b);
    --m78-color-primary-rv: var(--m78-color-primary-b);
    --m78-color-second-rv: var(--m78-color-second-b);
    --m78-color-disable-rv: var(--m78-color-disable-b);
    --m78-color-border-rv: var(--m78-color-border-b);
    --m78-color-divider-rv: var(--m78-color-divider-b);
    --m78-color-bg-rv: var(--m78-color-bg-b);
    --m78-mask: var(--m78-mask-b);
    --m78-shadow-1: var(--m78-shadow-1-w);
    --m78-shadow-1-focus: var(--m78-shadow-1-w-focus);
    --m78-shadow-2: var(--m78-shadow-2-w);
    --m78-shadow-2-focus: var(--m78-shadow-2-w-focus);
    --m78-shadow-3: var(--m78-shadow-3-w);
    --m78-shadow-3-focus: var(--m78-shadow-3-w-focus)
}

body,
html {
    min-height: 100%;
}

input::-ms-clear,
input::-ms-reveal {
    display: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    color: var(--m78-color-primary);
    font-size: var(--m78-fs);
    font-family: var(--m78-font-family);
    font-variant: tabular-nums;
    line-height: var(--m78-line-height);
    background-color: var(--m78-body-bg);
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

[tabindex="-1"]:focus {
    outline: none !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5em;
    color: var(--m78-color-title);
    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: var(--m78-color);
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    -webkit-text-decoration-skip: objects;
    outline-offset: -1px
}

a:hover {
    color: var(--m78-color-5)
}

a:active {
    color: var(--m78-color-7)
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0
}

a:focus {
    outline: var(--m78-color) auto 1px
}

a[disabled] {
    color: var(--m78-color-disable);
    cursor: not-allowed;
    pointer-events: none
}

a.__noOutline {
    outline: none !important
}

.outline:focus,
[tabindex]:focus {
    outline: var(--m78-color) auto 1px
}

code,
kbd,
pre,
samp {
    font-size: 1em;
    font-family: var(--m78-code-family)
}

pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto
}

figure {
    margin: 0 0 1em
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75em;
    padding-bottom: .3em;
    color: var(--m78-color-second);
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

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] {
    -webkit-box-sizing: border-box;
    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: #fffb8f
}

::-moz-selection {
    background: var(--m78-color);
    color: var(--m78-color-title)
}

::selection {
    background: var(--m78-color);
    color: var(--m78-color-title)
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.visible {
    visibility: visible !important
}

.hidden {
    visibility: hidden !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-1 {
    opacity: 1 !important
}

.float-right {
    float: right !important
}

.float-left {
    float: left !important
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.center-block {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.psr {
    position: relative !important
}

.psa {
    position: absolute !important
}

.move-t1 {
    position: relative;
    top: -1px !important
}

.move-t2 {
    position: relative;
    top: -2px !important
}

.move-t3 {
    position: relative;
    top: -3px !important
}

.move-b1 {
    position: relative;
    bottom: -1px !important
}

.move-b2 {
    position: relative;
    bottom: -2px !important
}

.move-b3 {
    position: relative;
    bottom: -3px !important
}

.color-red {
    color: #f5222d !important
}

.color-orange {
    color: #fa8c16 !important
}

.color-yellow {
    color: #fadb14 !important
}

.color-green {
    color: #52c41a !important
}

.color-cyan {
    color: #13c2c2 !important
}

.color-blue {
    color: #1890ff !important
}

.color-purple {
    color: #722ed1 !important
}

.bg-red {
    background-color: #f5222d !important
}

.bg-orange {
    background-color: #fa8c16 !important
}

.bg-yellow {
    background-color: #fadb14 !important
}

.bg-green {
    background-color: #52c41a !important
}

.bg-cyan {
    background-color: #13c2c2 !important
}

.bg-blue {
    background-color: #1890ff !important
}

.bg-purple {
    background-color: #722ed1 !important
}

.h-1em {
    height: 1em !important
}

.h-0d8em {
    height: .8em !important
}

.h-1d2em {
    height: 1.2em !important
}

.h-1d4em {
    height: 1.4em !important
}

.w-fifth {
    width: 20% !important
}

.w-fourth {
    width: 25% !important
}

.w-third {
    width: 33.3333% !important
}

.w-half {
    width: 50% !important
}

.w-full {
    width: 100% !important
}

.w-1em {
    width: 1em !important
}

.w-0d8em {
    width: .8em !important
}

.w-1d2em {
    width: 1.2em !important
}

.w-1d4em {
    width: 1.4em !important
}

.ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.fw {
    font-weight: var(--fw) !important
}

.fw-md {
    font-weight: var(--m78-fw-md) !important
}

.bold {
    font-weight: var(--m78-fw-bold) !important
}

.lh-0 {
    line-height: 0 !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-base {
    line-height: var(--m78-line-height) !important
}

.lh-2 {
    line-height: 2 !important
}

.tl {
    text-align: left !important
}

.tc {
    text-align: center !important
}

.tr {
    text-align: right !important
}

.vm {
    vertical-align: middle !important
}

.vt {
    vertical-align: top !important
}

.color-title {
    color: var(--m78-color-title) !important
}

.color-primary {
    color: var(--m78-color-primary) !important
}

.color-second {
    color: var(--m78-color-second) !important
}

.color-disabled {
    color: var(--m78-color-disable) !important
}

.color-primary {
    color: var(--m78-color-6) !important
}

.color-primary-l {
    color: var(--m78-color-4) !important
}

.color-primary-d {
    color: var(--m78-color-8) !important
}

.color-sub {
    color: var(--m78-color-sub-6) !important
}

.color-sub-l {
    color: var(--m78-color-sub-4) !important
}

.color-sub-d {
    color: var(--m78-color-sub-8) !important
}

.color-info {
    color: var(--m78-color-info) !important
}

.bg-info {
    background-color: var(--m78-color-info) !important
}

.color-success {
    color: var(--m78-color-success) !important
}

.bg-success {
    background-color: var(--m78-color-success) !important
}

.color-warn {
    color: var(--m78-color-warn) !important
}

.bg-warn {
    background-color: var(--m78-color-warn) !important
}

.color-error {
    color: var(--m78-color-error) !important
}

.bg-error {
    background-color: var(--m78-color-error) !important
}

.fs-sm {
    font-size: var(--m78-fs-sm) !important
}

.fs {
    font-size: var(--m78-fs) !important
}

.fs-md {
    font-size: var(--m78-fs-md) !important
}

.fs-lg {
    font-size: var(--m78-fs-lg) !important
}

.m-4 {
    margin: 4px !important
}

.mt-4 {
    margin-top: 4px !important
}

.mr-4 {
    margin-right: 4px !important
}

.ml-4 {
    margin-left: 4px !important
}

.mb-4,
.mtb-4 {
    margin-bottom: 4px !important
}

.mtb-4 {
    margin-top: 4px !important
}

.mlr-4 {
    margin-left: 4px !important;
    margin-right: 4px !important
}

.m-8 {
    margin: 8px !important
}

.mt-8 {
    margin-top: 8px !important
}

.mr-8 {
    margin-right: 8px !important
}

.ml-8 {
    margin-left: 8px !important
}

.mb-8,
.mtb-8 {
    margin-bottom: 8px !important
}

.mtb-8 {
    margin-top: 8px !important
}

.mlr-8 {
    margin-left: 8px !important;
    margin-right: 8px !important
}

.m-12 {
    margin: 12px !important
}

.mt-12 {
    margin-top: 12px !important
}

.mr-12 {
    margin-right: 12px !important
}

.ml-12 {
    margin-left: 12px !important
}

.mb-12,
.mtb-12 {
    margin-bottom: 12px !important
}

.mtb-12 {
    margin-top: 12px !important
}

.mlr-12 {
    margin-left: 12px !important;
    margin-right: 12px !important
}

.m-16 {
    margin: 16px !important
}

.mt-16 {
    margin-top: 16px !important
}

.mr-16 {
    margin-right: 16px !important
}

.ml-16 {
    margin-left: 16px !important
}

.mb-16,
.mtb-16 {
    margin-bottom: 16px !important
}

.mtb-16 {
    margin-top: 16px !important
}

.mlr-16 {
    margin-left: 16px !important;
    margin-right: 16px !important
}

.m-24 {
    margin: 24px !important
}

.mt-24 {
    margin-top: 24px !important
}

.mr-24 {
    margin-right: 24px !important
}

.ml-24 {
    margin-left: 24px !important
}

.mb-24,
.mtb-24 {
    margin-bottom: 24px !important
}

.mtb-24 {
    margin-top: 24px !important
}

.mlr-24 {
    margin-left: 24px !important;
    margin-right: 24px !important
}

.m-32 {
    margin: 32px !important
}

.mt-32 {
    margin-top: 32px !important
}

.mr-32 {
    margin-right: 32px !important
}

.ml-32 {
    margin-left: 32px !important
}

.mb-32,
.mtb-32 {
    margin-bottom: 32px !important
}

.mtb-32 {
    margin-top: 32px !important
}

.mlr-32 {
    margin-left: 32px !important;
    margin-right: 32px !important
}

.p-8 {
    padding: 8px !important
}

.pt-8 {
    padding-top: 8px !important
}

.pr-8 {
    padding-right: 8px !important
}

.pl-8 {
    padding-left: 8px !important
}

.pb-8,
.ptb-8 {
    padding-bottom: 8px !important
}

.ptb-8 {
    padding-top: 8px !important
}

.plr-8 {
    padding-left: 8px !important;
    padding-right: 8px !important
}

.p-12 {
    padding: 12px !important
}

.pt-12 {
    padding-top: 12px !important
}

.pr-12 {
    padding-right: 12px !important
}

.pl-12 {
    padding-left: 12px !important
}

.pb-12,
.ptb-12 {
    padding-bottom: 12px !important
}

.ptb-12 {
    padding-top: 12px !important
}

.plr-12 {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.p-16 {
    padding: 16px !important;
    padding-top: 16px !important
}

.pr-16 {
    padding-right: 16px !important
}

.pl-16 {
    padding-left: 16px !important
}

.pb-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.p-16 {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.p-24 {
    padding: 24px !important;
    padding-top: 24px !important;
    padding-right: 24px !important;
    padding-left: 24px !important
}

.pb-24,
.ptb-24 {
    padding-bottom: 24px !important
}

.ptb-24 {
    padding-top: 24px !important
}

.plr-24 {
    padding-left: 24px !important;
    padding-right: 24px !important
}

.p-32 {
    padding: 32px !important
}

.pt-32 {
    padding-top: 32px !important
}

.pr-32 {
    padding-right: 32px !important
}

.pl-32 {
    padding-left: 32px !important
}

.pb-32,
.ptb-32 {
    padding-bottom: 32px !important
}

.ptb-32 {
    padding-top: 32px !important
}

.plr-32 {
    padding-left: 32px !important;
    padding-right: 32px !important
}

.divide-8 {
    height: 8px
}

.divide-16 {
    height: 16px
}

.divide-24 {
    height: 24px
}

.divide-32 {
    height: 32px
}

.divide-40 {
    height: 40px
}

.divide-48 {
    height: 48px
}

.radius {
    border-radius: var(--m78-border-radius)
}

.shadow-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.shadow-1 {
    -webkit-box-shadow: var(--m78-shadow-1);
    box-shadow: var(--m78-shadow-1)
}

.shadow-2 {
    -webkit-box-shadow: var(--m78-shadow-2);
    box-shadow: var(--m78-shadow-2)
}

.shadow-3 {
    -webkit-box-shadow: var(--m78-shadow-3);
    box-shadow: var(--m78-shadow-3)
}

.m78-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--m78-color-disable);
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 4px
}

.m78-dot.__red {
    border-color: var(--m78-color-error)
}

.m78-dot.__blue {
    border-color: var(--m78-color-info)
}

.m78-dot.__yellow {
    border-color: var(--m78-color-warn)
}

.m78-dot.__green {
    border-color: var(--m78-color-success)
}

.m78-triangle {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid var(--m78-color-second);
    border-radius: 2px
}

.m78-animated-spin {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation: m78-spin 2s linear infinite;
    animation: m78-spin 2s linear infinite
}

.m78-animated-steps {
    -webkit-animation: m78-spin 1s steps(8) infinite;
    animation: m78-spin 1s steps(8) infinite
}

@-webkit-keyframes m78-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes m78-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.m78-mask {
    background-color: var(--m78-mask)
}

.m78-mask,
.m78-mask-b {
    position: fixed;
    z-index: var(--m78-z-index);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

.m78-mask-b {
    background-color: rgba(0, 0, 0, .75)
}

.circle-img {
    border-radius: 50%;
    overflow: hidden
}

.border,
.circle-img {
    border: 1px solid var(--m78-color-border)
}

.m78-hb-t:before {
    top: 0
}

.m78-hb-b:after,
.m78-hb-t:before {
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    background-color: var(--m78-color-border);
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.m78-hb-b:after {
    bottom: 0
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.expand {
    position: relative
}

.expand:before {
    content: "";
    position: absolute;
    left: -30%;
    top: -30%;
    right: -30%;
    bottom: -30%
}

.effect-shadow {
    cursor: pointer;
    -webkit-box-shadow: var(--m78-shadow-1);
    box-shadow: var(--m78-shadow-1);
    -webkit-transition: -webkit-box-shadow var(--m78-animate-base);
    transition: -webkit-box-shadow var(--m78-animate-base);
    -o-transition: box-shadow var(--m78-animate-base);
    transition: box-shadow var(--m78-animate-base);
    transition: box-shadow var(--m78-animate-base), -webkit-box-shadow var(--m78-animate-base)
}

.effect-shadow:hover {
    -webkit-box-shadow: var(--m78-shadow-2);
    box-shadow: var(--m78-shadow-2)
}

.effect-shadow:active {
    -webkit-transition: -webkit-box-shadow var(--m78-animate-base) .1s;
    transition: -webkit-box-shadow var(--m78-animate-base) .1s;
    -o-transition: box-shadow var(--m78-animate-base) .1s;
    transition: box-shadow var(--m78-animate-base) .1s;
    transition: box-shadow var(--m78-animate-base) .1s, -webkit-box-shadow var(--m78-animate-base) .1s;
    -webkit-box-shadow: var(--m78-shadow-1-focus);
    box-shadow: var(--m78-shadow-1-focus)
}

.effect-bg {
    cursor: pointer;
    -webkit-transition: background-color var(--m78-animate-base);
    -o-transition: background-color var(--m78-animate-base);
    transition: background-color var(--m78-animate-base)
}

.effect-bg:hover {
    background-color: var(--m78-color-divider)
}

.effect-bg:active {
    -webkit-transition: background-color var(--m78-animate-base) .1s;
    -o-transition: background-color var(--m78-animate-base) .1s;
    transition: background-color var(--m78-animate-base) .1s;
    background-color: var(--m78-color-border)
}

.effect-border {
    cursor: pointer;
    -webkit-transition: border var(--m78-animate-base);
    -o-transition: border var(--m78-animate-base);
    transition: border var(--m78-animate-base);
    border: 1px solid transparent
}

.effect-border:hover {
    border: 1px solid var(--m78-color-border)
}

.effect-border:active {
    -webkit-transition: border var(--m78-animate-base) .1s;
    -o-transition: border var(--m78-animate-base) .1s;
    transition: border var(--m78-animate-base) .1s;
    border: 1px solid var(--m78-color-disable)
}

.effect-opacity {
    cursor: pointer;
    -webkit-transition: opacity var(--m78-animate-base);
    -o-transition: opacity var(--m78-animate-base);
    transition: opacity var(--m78-animate-base)
}

.effect-opacity:hover {
    opacity: .8
}

.effect-opacity:active {
    -webkit-transition: opacity var(--m78-animate-base) .1s;
    -o-transition: opacity var(--m78-animate-base) .1s;
    transition: opacity var(--m78-animate-base) .1s;
    opacity: .7
}

.effect-scale {
    cursor: pointer;
    -webkit-transition: -webkit-transform var(--m78-animate-base);
    transition: -webkit-transform var(--m78-animate-base);
    -o-transition: transform var(--m78-animate-base);
    transition: transform var(--m78-animate-base);
    transition: transform var(--m78-animate-base), -webkit-transform var(--m78-animate-base)
}

.effect-scale:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.effect-scale:active {
    -webkit-transition: -webkit-transform var(--m78-animate-base) .1s;
    transition: -webkit-transform var(--m78-animate-base) .1s;
    -o-transition: transform var(--m78-animate-base) .1s;
    transition: transform var(--m78-animate-base) .1s;
    transition: transform var(--m78-animate-base) .1s, -webkit-transform var(--m78-animate-base) .1s;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.effect-font-color {
    cursor: pointer;
    color: var(--m78-color);
    -webkit-transition: -webkit-transform var(--m78-animate-base);
    transition: -webkit-transform var(--m78-animate-base);
    -o-transition: transform var(--m78-animate-base);
    transition: transform var(--m78-animate-base);
    transition: transform var(--m78-animate-base), -webkit-transform var(--m78-animate-base)
}

.effect-font-color:hover {
    color: var(--m78-color-4)
}

.effect-font-color:active {
    -webkit-transition: -webkit-transform var(--m78-animate-base) .1s;
    transition: -webkit-transform var(--m78-animate-base) .1s;
    -o-transition: transform var(--m78-animate-base) .1s;
    transition: transform var(--m78-animate-base) .1s;
    transition: transform var(--m78-animate-base) .1s, -webkit-transform var(--m78-animate-base) .1s;
    color: var(--m78-color-8)
}

.cus-p {
    cursor: pointer
}

.cus-na {
    cursor: not-allowed
}

.m78-stress {
    text-shadow: var(--m78-stress-shadow-b)
}

@supports (mix-blend-mode:difference) {
    .m78-stress {
        mix-blend-mode: difference;
        text-shadow: none
    }
}

.m78-column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.m78-column,
.m78-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.m78-row {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.m78-main-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.m78-main-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.m78-main-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.m78-main-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.m78-main-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m78-main-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.m78-cross-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.m78-cross-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.m78-cross-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.m78-cross-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m78-self-center {
    -ms-flex-item-align: center;
    align-self: center
}

.m78-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.m78-self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.m78-self-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.m78-order-minus1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.m78-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.m78-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.m78-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.m78-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.m78-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.m78-flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.m78-flex-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.m78-flex-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.m78-flex-4 {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.m78-flex-5 {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5
}

.m78-divider {
    background-color: var(--m78-color-divider);
    height: .5px;
    width: 100%;
    margin: 12px 0
}

.m78-divider.__vertical {
    display: inline-block;
    vertical-align: middle;
    height: 1.2em;
    width: .5px;
    margin: 0 12px
}

.m78-center {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.m78-aspect-ratio {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.m78-aspect-ratio_scaffold {
    float: left;
    padding-top: 100%;
    visibility: hidden
}

.m78-tile_leading {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px
}

.m78-tile_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.m78-tile_trailing {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 10px
}

.m78-dot.__primary {
    background-color: #194abe
}

.m78-dot.__second {
    background-color: #bbd3f2
}

.logo {
    height: 92px
}

.search-inp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .8);
    height: 40px;
    border-radius: 6px;
    width: 342px
}

.search-inp_prefix {
    padding: 0 8px;
    border-right: 1px solid rgba(0, 0, 0, .15)
}

.search-inp select {
    color: #194abe
}

.search-inp input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 4px 12px
}

.search-inp button {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 0 12px
}

.search-inp button,
.search-inp input,
.search-inp select {
    background: transparent;
    border: none
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    /*background-color: #194abe;*/

    text-align: center;
    font-size: 18px;
    border-radius: 6px 6px 0 0
}

.nav,
.nav a {
    color: #fff;
    font-weight: 500
}
.nav a{
    position: relative;
}
.nav a:after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(150%,0%);
    content: " ";
    width: 0px;
    height: 0px;
    border: 4px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #fff;
    border-bottom-color: transparent;
    opacity: .5;
}

.nav_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: rgba(61, 99, 223, 1);
}
.nav_item:after{
    position: absolute;
    content: " ";
    width: 1px;
    height: 12px;
    background: #88A0E9;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*.nav_item>a>span{*/
/*    display: none;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    transform: translateY(11px);*/
/*    width: 100%;*/
/*    height: 4px;*/
/*    opacity:0*/
/*}*/
.nav_item>a>span{
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(10px);
    width: 100%;
    height: 4px;
    opacity:0;
    background: linear-gradient(90deg, #6284F1 0%, #6889F3 30%, #FF8640 100%);
}
.nav_item>a:hover>span{
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(10px);
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #6284F1 0%, #6889F3 30%, #FF8640 100%);
}
.nav_item>a:hover>span:after{
    content: " ";
    position: absolute;
    left: 0;
    border: 2px solid #3F65DC;
    border-bottom: 2px solid #3F65DC;
    border-left:2px solid #3F65DC;
    border-top: 2px solid #6081EC;
    border-right:2px solid #6081EC;
    opacity:1;
}
.nav_item>a:hover>span:before{
    content: " ";
    position: absolute;
    right: 0;
    border: 2px solid #3F65DC;
    border-bottom: 2px solid #3F65DC;
    border-left:2px solid #F18453;
    border-top: 2px solid #F18453;
    border-right:2px solid #3F65DC;
    opacity:1;
}
.nav_item:hover>a:before{

}
.nav_item:first-child{
    border-top-left-radius: 6px;
}
.nav_item:last-child {
    border-top-right-radius: 6px;
    background: linear-gradient(90deg, #3D63DF 0%, #3D63DF 10%, #FF8640 100%);
}
.nav_item:first-child>a:after,.nav_item:last-child:after{
    display: none;
}

.nav_item.__active>a {
    display: inline-block;
    color: #194abe;
    padding: 0 12px;
    border-radius: 20px;
    background-color: #fff;
    font-weight: 700
}

.nav_item.__red {
    /*background-color: #e51725*/
    background: linear-gradient(90deg, #3D63DF 0%, #3D63DF 10%, #FF8640 100%);
}

.nav_item>a {
    cursor: pointer;
    -webkit-transition: opacity var(--m78-animate-base);
    -o-transition: opacity var(--m78-animate-base);
    transition: opacity var(--m78-animate-base)
}

/*.nav_item>a:hover {*/
/*    opacity: .8*/
/*}*/

.nav_item>a:active {
    -webkit-transition: opacity var(--m78-animate-base) .1s;
    -o-transition: opacity var(--m78-animate-base) .1s;
    transition: opacity var(--m78-animate-base) .1s;
    opacity: .7
}

.nav_item:hover .nav_sub {
    display: block
}

.nav_sub {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #0634a1;
    z-index: 9999;
    white-space: nowrap
}

.nav_sub-item {
    display: block;
    padding: 10px 40px;
    font-weight: 500
}

.nav_sub-item:hover {
    background-color: #194abe
}

.notice-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    background-color: hsla(0, 0%, 100%, .8);
    border-radius: 0 0 6px 6px
}

.notice-bar_prefix {
    padding: 0 12px;
    color: #194abe
}

.notice-bar_suffix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px
}

.notice-bar_content {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 20px;
    overflow: hidden;
    white-space: nowrap
}

.notice-bar_item {
    position: absolute;
    padding-right: 300px
}

.notice-bar_btn {
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    width: 24px;
    height: 24px;
    cursor: pointer
}

.notice-bar_btn.__reverse {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.notice-bar_no {
    padding: 0 12px
}

.banner-img img {
    width: 625px;
    height: 127px
}

.banner-center {
    text-align: center;
    margin-bottom: 8px
}

.m-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.m-column.__auto {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important
}

.m-column_side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.m-column_side+.m-column_side {
    margin-left: 16px
}
.notice-wrap{
    width: 420px;
    height: 413px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 12px 18px 1px #DCE2F8;
    border-radius: 4px 4px 4px 4px;
}

.slide-banner {
    width: 100%;
    height: 413px;
    white-space: nowrap;
    overflow: hidden
}

.slide-banner_item {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 413px
}

.slide-banner_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    /*background-color: rgba(0, 0, 0, .45);*/
    color: hsla(0, 0%, 100%, .95);
    padding: 0 60px 0 12px
}

.slide-banner img {
    width: 100%;
    height: 100%
}

.tab-notice-wrap{
    height: 55px;
    display: flex;
    border-bottom: 2px solid #F3F4F6;
    margin-right: 20px;
    margin-left: 20px;
}
.tab-notice-wrap>div{
    position: relative;
    height: 55px;
    box-sizing: border-box;
    line-height: 55px;
    font-size: 20px;
    color: #858B94;
    margin-right:20px;
    cursor: pointer;
}
.tab-notice-wrap>div>span{
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 8px;
    opacity:0;
    background: linear-gradient(90deg, #6284F1 0%, #6889F3 30%, #FF8640 100%);
}
.tab-notice-wrap>div.focus{
    font-size: 24px;
    font-weight: 600;
    color: #12151C;
}
.tab-notice-wrap>div.focus>span{
    opacity:1;
}
.tab-notice-wrap>div.focus>span:before{
    content: " ";
    position: absolute;
    right: 0;
    border: 4px solid #3F65DC;
    border-bottom: 4px solid #fff;
    border-left:4px solid #F18453;
    border-top: 4px solid #F18453;
    border-right:4px solid #fff;
}
.tab-notice-wrap a{
    flex: 1;
    justify-content: flex-end;
    height: 55px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #9FA6AF;
    padding-right: 10px;
}
.tab-notice-wrap a img{
    margin-left: 5px;
}
.tab-notice-content{
    height: 350px;
    margin-right: 20px;
    margin-left: 20px;
    overflow: hidden;
}
.tab-hot-notice{
    margin-top: 15px;
    height: 69px;
    font-size: 24px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #12151C;
    line-height: 36px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tab-hot-notice a{
    color: #12151C;
}
.tab-hot-notice-time{
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #888A8D;
    line-height: 32px;
    margin: 10px 0;
}
.tab-hot-notice-ul{
    padding: 0;
    margin: 0;
}
.tab-hot-notice-ul li{
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
    height: 56px;
    line-height: 56px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    padding-left: 20px;
    box-sizing: border-box;
    border-bottom: 1px dashed #ECEEF2;
}
.tab-hot-notice-ul li:last-child{
    border-bottom:1px dashed transparent;
}
.tab-hot-notice-ul li:after{
    width: 5px;
    height: 5px;
    background: #FF8640;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.tab-hot-notice-ul li a{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #12151C;
}
.banner-one{
    width: 1200px;
    margin: 0px auto;
    margin-top:40px;
}

.cbo{
    overflow: hidden;
}

.kanwu{
    width: 676px;
    height: 372px;
    float: left;
    background: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 12px 18px 1px #DCE2F8
}
.kanwu-title{
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #F3F4F6;
    margin-right: 20px;
    margin-left: 20px;
}
.kanwu-name{
    font-size: 24px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #12151C;
}
.kanwu-ohter>div{
    display: inline-block;
    width: 108px;
    height: 32px;
    background: #3D63DF;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.kanwu-ohter>a{
    ont-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #9FA6AF;
}
.kanwu-ohter>img{
    margin-left: 5px;
    margin-right: 18px;
}
.kanwu-wrap{
    height: 300px;
    position: relative;
    margin-top: 10px;
}
.swiper-des{
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #12151C;
}
.scaleImg{
    flex: 1;
}
.bianjie{
    width: 506px;
    height: 372px;
    float: right;
    background: url("/home/blue_bg.png") no-repeat;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}
.bianjie-title{
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dashed #859BDD;
    margin-right: 20px;
}
.bianjie-title-cn{
    font-size: 24px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
}
.bianjie-title-en{
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.bian-content{
    flex: 1;
    margin-left: 20px;
}
.bian-kuai{
    width: 224px;
    height: 137px;
    display: flex;
    background: #EBEEF5;
    border-radius: 4px 4px 4px 4px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    display: flex;
}
.bian-kuai:hover{
    background: #FF8640;
}
.bian-kuai .bian-ucn{
    font-size: 17px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #12151C;
    margin-top: 10px;
}

.bian-kuai .bian-uen{
    font-size: 9px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D63DF;
    margin-bottom: 0;
}
.bian-kuai:hover  .bian-ucn,.bian-kuai:hover  .bian-uen{
    color: #fff;
}
.b4-img{
    width: 58px;
    height: 43px;
    background: url("/home/b4.png") no-repeat;
    background-size: 100% 100%;
}
.bian-kuai:hover .b4-img{
    background: url("/home/b4-h.png") no-repeat;
    background-size: 100% 100%;
}
.b5-img{
    width: 42px;
    height: 42px;
    background: url("/home/b5-h.png") no-repeat;
    background-size: 100% 100%;
}
.bian-kuai:hover .b5-img{
    background: url("/home/b5.png") no-repeat;
    background-size: 100% 100%;
}
.b6-img{
    width: 36px;
    height: 42px;
    background: url("/home/b6.png") no-repeat;
    background-size: 100% 100%;
}
.bian-kuai:hover .b6-img{
    background: url("/home/b6-h.png") no-repeat;
    background-size: 100% 100%;
}
.b7-img{
    width: 44px;
    height: 37px;
    background: url("/home/b7.png") no-repeat;
    background-size: 100% 100%;
}
.bian-kuai:hover .b7-img{
    background: url("/home/b7-h.png") no-repeat;
    background-size: 100% 100%;
}
.bian-go{
    width: 27px;
    height: 28px;
    background: url("/home/b8.png") no-repeat;
}
.bian-kuai:hover .bian-go{
    background: url("/home/b9.png") no-repeat;
}
.
.bian-ucn.f-u-white{
    color: #FFFFFF;
}
.bian-uen.f-u-white{
    color: #FFFFFF;
}
.tymore{
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #9FA6AF;
}
.wuzi{
    height: 421px;
    background: url("/home/b10.png") center center no-repeat;
    overflow: hidden;
    padding-top: 50px;
    box-sizing: border-box;

}
.wz-title{
    display: inline-block;
    font-size: 24px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #12151C;
    position: relative;
    padding-bottom: 5px;
    line-height: 1.5;
}
.wz-title>span{
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #6284F1 0%, #6889F3 30%, #FF8640 100%);
}
.wz-title>span:before{
    content: " ";
    position: absolute;
    right: 0;
    border: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-left:3px solid #F18453;
    border-top: 3px solid #F18453;
    border-right:3px solid #fff;
}
.wzmore{
    position: absolute;
    right: 20px;
    top: 15px;
}
.wugun{
    height: 250px;
    margin-top: 50px !important;
}
.wz-mc{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #12151C;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lay{
    width: 460px;
    height: 372px;
    background: #fff;
    box-shadow: 0px 12px 18px 1px #DCE2F8;
    border-radius: 4px 4px 4px 4px;
}
.video-wrap{
    width: 725px;
    height: 372px;
    background: #fff;
    box-shadow: 0px 12px 18px 1px #DCE2F8;
    border-radius: 4px 4px 4px 4px;
}
.video-title{
    font-size: 24px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #12151C;
}
.video-title>span{
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FF8640;
    margin-left: 10px;
}
.video-content{
    height: 290px;
    display: flex;
}
.video-img{
    display: flex;
    justify-content: space-between;
    width: 148px;
    margin-left: 20px;
    flex-direction: column;
}
.videoimg-img{
    display: block;
    width: 148px;
    height: 82px;
    cursor: pointer;
}
.link-all{
    background: #fff;
    box-shadow: 0px 12px 18px 1px #DCE2F8;
    border-radius: 4px 4px 4px 4px;
    padding: 20px 30px;
    margin-bottom: 30px !important;
}
.link-text{
    font-size: 24px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FF8640;
    margin-right: 15px;
}
.link-go{
    height: 38px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    line-height: 38px;
    padding: 0 20px;
    border: 1px solid #3D63DF;
}
.link-go-other li{
    list-style: none;
}
.link-go-other li:first-child{
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight:600;
    color: #12151C;
}
.link-go-other li a{
    font-size: 13px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #858B94;
    line-height: 28px;
}
.ma-text{
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #12151C;
    text-align: center;
    margin-top: 10px;
}
.copy-content{
    border-top: 2px dotted #919191;
    margin-top: 20px;
}
.copy-content-text>span,.copy-content-text>a{
    font-size: 13px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #858B94;
}
.copy-content-text>span:first-child{
    font-size: 13px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #12151C;
}
.copy-address{
    font-size: 13px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #12151C;
}
.mt10{
    margin-top: 10px;
}
.mb10{
    margin-bottom: 10px;
}
.mt20{
    margin-top: 20px ;
}
.mb20{
    margin-bottom: 20px;
}
.mr20{margin-right: 20px}
.ml20{margin-left: 20px}
.mr30{margin-right: 30px}
.ml30{margin-left: 30px}
.ml10{
    margin-left: 10px;
}
.mr5{
    margin-right: 5px;
}
.mr10{
    margin-right: 10px;
}
.mt30{
    margin-top: 30px;
}
.mb30{
    margin-bottom: 30px;
}
.ml5{
    margin-left: 5px;
}
.dflex{
    display: flex;
}

.pr{
    position: relative;
}
.tc{
    text-align: center;
}
.flex_p{
    flex: 1;
}
.flex_d{
    flex-direction: column;
}
.atem{
    align-items: center;
}
.ates{
    align-items: start;
}
.jss{
    justify-content: start;
}
.jtem{
    justify-content: center;
}
.jsb{
    justify-content: space-between;
}
.jsp{
    justify-content: space-around;
}
.tab1 {
    margin-top: 6px
}

.tab1_tabs {
    height: 42px;
    background-color: #ebedf2;
    font-size: 22px
}

.tab1_item,
.tab1_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab1_item {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 196px;
    border-radius: 6px 6px 0 0;
    cursor: pointer
}

.tab1_item:first-child {
    color: #e51725
}

.tab1_item:nth-child(2) {
    color: #194abe
}

.tab1_item:nth-child(2).__active {
    background-color: #194abe
}

.tab1_item:nth-child(2).__active:after {
    border-top-color: #194abe
}

.tab1_item.__active {
    background-color: #e51725;
    margin-top: -6px;
    color: #fff;
    font-weight: 700
}

.tab1_item.__active:after {
    position: absolute;
    bottom: -12px;
    content: "";
    border: 6px solid transparent;
    border-top-color: #e51725;
    -webkit-transform: scaleX(1.5);
    transform: scaleX(1.5)
}

.tab1_cont {
    display: none
}

.tab1_cont.__active {
    display: block
}

.more-bar {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #eef3ff;
    cursor: pointer;
    -webkit-transition: opacity var(--m78-animate-base);
    -o-transition: opacity var(--m78-animate-base);
    transition: opacity var(--m78-animate-base)
}

.more-bar:hover {
    opacity: .8
}

.more-bar:active {
    -webkit-transition: opacity var(--m78-animate-base) .1s;
    -o-transition: opacity var(--m78-animate-base) .1s;
    transition: opacity var(--m78-animate-base) .1s;
    opacity: .7
}

.main-list {
    display: block;
    padding: 12px 0 12px 12px;
    color: rgba(0, 0, 0, .45) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 12px
}

.main-list_title {
    font-size: 24px;
    font-weight: 700;
    color: #e51725
}

.main-list:hover .main-list_title {
    text-decoration: underline
}

.main-list_desc {
    min-height: 45px
}

.list1 {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 2.4;
    font-size: 16px
}

.list1_link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: rgba(0, 0, 0, .75);
    margin-right: 16px
}

.list1_link:hover {
    text-decoration: underline
}

.list1_time {
    color: rgba(0, 0, 0, .45);
    font-size: 14px
}

.list1.__type2 {
    line-height: 3;
    padding: 0 32px 0 12px;
    overflow: visible
}

.list1.__type2:nth-of-type(5n) {
    margin-bottom: 50px
}

.list1.__type2:nth-of-type(5n):after {
    pointer-events: none;
    position: absolute;
    bottom: -70%;
    display: block;
    content: "";
    height: 0;
    width: 96%;
    border-top: 1px dashed rgba(0, 0, 0, .15)
}

.list1.__type2 .list1_link {
    text-decoration: none !important
}

.list1.__type2:hover {
    background-color: #e9f0ff
}

.list1.__type2:hover .m78-dot {
    background-color: #194abe
}

.list1.__type2:hover .list1_link,
.list1.__type2:hover .list1_time {
    color: #194abe
}

.list2 {
    display: block;
    padding: 18px 32px;
    border-bottom: 1px dashed rgba(0, 0, 0, .15);
    cursor: pointer;
    -webkit-transition: background-color var(--m78-animate-base);
    -o-transition: background-color var(--m78-animate-base);
    transition: background-color var(--m78-animate-base)
}

.list2 .color-title {
    font-size: 24px;
    font-weight: 500
}

.list2:hover {
    background-color: var(--m78-color-divider)
}
.list2:hover  .color-title{
    color: rgba(61, 99, 223, 1) !important;
}
.list2:active {
    -webkit-transition: background-color var(--m78-animate-base) .1s;
    -o-transition: background-color var(--m78-animate-base) .1s;
    transition: background-color var(--m78-animate-base) .1s;
    background-color: var(--m78-color-border)
}

.title1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px dashed rgba(0, 0, 0, .15)
}

.title1.__type2 {
    background: -webkit-gradient(linear, left top, right top, from(rgba(229, 23, 37, .5)), color-stop(20%, rgba(229, 23, 37, .2)), to(#f5f5f5));
    background: -o-linear-gradient(left, rgba(229, 23, 37, .5) 0, rgba(229, 23, 37, .2) 20%, #f5f5f5 100%);
    background: linear-gradient(90deg, rgba(229, 23, 37, .5) 0, rgba(229, 23, 37, .2) 20%, #f5f5f5);
    padding: 6px !important;
    border: none
}

.title1.__type3 {
    border: none;
    padding-bottom: 0
}

.title1.__type3 .title1_text {
    color: #194abe
}

.title1.__type4 {
    border: none;
    padding: 0
}

.title1_text {
    font-size: 24px;
    font-weight: 700
}

.title1_more {
    color: rgba(0, 0, 0, .45)
}

.title2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 54px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 32px
}

.title2 .title2_main {
    font-size: 22px;
    font-weight: 700;
    height: 100%;
    line-height: 54px;
    padding: 0 0px;
    display: inline-block;
    position: relative;
    padding-bottom: 4px;

}
.title2 .title2_main span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #6284F1 0%, #6889F3 30%, #FF8640 100%);
}
.entry,
.entry-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.entry_item {
    display: inline-block;
    position: relative;
    width: 230px;
    height: 200px;
    color: #fff !important;
    text-align: center;
    padding-top: 40px;
    cursor: pointer;
    -webkit-transition: opacity var(--m78-animate-base);
    -o-transition: opacity var(--m78-animate-base);
    transition: opacity var(--m78-animate-base)
}

.entry_item+.entry_item {
    margin-left: 12px
}

.entry_item.__bg1 {
    background: url(/home/10.png) 50%/100%
}

.entry_item.__bg2 {
    background: url(/home/11.png) 50%/100%
}

.entry_item:hover {
    opacity: .8
}

.entry_item:active {
    -webkit-transition: opacity var(--m78-animate-base) .1s;
    -o-transition: opacity var(--m78-animate-base) .1s;
    transition: opacity var(--m78-animate-base) .1s;
    opacity: .7
}

.entry_item-img {
    width: 54px
}

.entry_item-title {
    font-size: 22px;
    font-weight: 500;
    margin-top: 12px
}

.entry_item-desc {
    color: hsla(0, 0%, 100%, .45)
}

.entry+.entry2 {
    margin-left: 12px
}

.entry2_item-img {
    width: 42px;
    height: 42px;
    margin-right: 8px
}

.entry2_item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    color: rgba(0, 0, 0, .75);
    padding-left: 40px;
    width: 230px;
    height: 94px;
    background-color: #f1f5f8;
    border-radius: 6px;
    margin-right: 12px
}

.entry2_item:hover {
    background-color: #1852c7;
    color: #fff
}

.entry2_item:hover .entry2_item-title {
    color: hsla(0, 0%, 100%, .8) !important
}

.entry2_item:hover .entry2_item-desc {
    color: hsla(0, 0%, 100%, .2) !important
}

.entry2_item:hover .entry2_item-img {
    -webkit-filter: brightness(10);
    filter: brightness(10)
}

.entry2_item:nth-child(n+4) {
    margin-top: 12px
}

.entry2_item:nth-child(3n) {
    margin-right: 0
}

.entry2_item-title {
    font-size: 18px;
    color: rgba(0, 0, 0, .75);
    font-weight: 500;
    line-height: 1.3
}

.entry2_item-desc {
    color: rgba(0, 0, 0, .15)
}

.entry3 {
    padding-top: 12px
}

.entry3_item {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-transition: opacity var(--m78-animate-base);
    -o-transition: opacity var(--m78-animate-base);
    transition: opacity var(--m78-animate-base)
}

.entry3_item>img {
    width: 100%;
    height: 100%
}

.entry3_item+.entry3_item {
    margin-top: 24px
}

.entry3_item:hover {
    opacity: .8
}

.entry3_item:active {
    -webkit-transition: opacity var(--m78-animate-base) .1s;
    -o-transition: opacity var(--m78-animate-base) .1s;
    transition: opacity var(--m78-animate-base) .1s;
    opacity: .7
}

.entry3_text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 26px;
    white-space: nowrap;
    color: #fff;
    font-weight: 700
}

.gray-box {
    background-color: #f5f5f5;
    border-radius: 12px;
    padding: 12px
}

.inp {
    border: 1px solid #bbc2cb;
    padding: 12px 16px;
    resize: none;
    font-size: 16px
}

textarea.inp {
    display: block;
    width: 100%;
    height: 148px
}

.feedback_action {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.feedback_action,
.feedback_action-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.feedback_btn {
    border: none;
    height: 50px;
    width: 160px;
    background: -webkit-gradient(linear, left top, left bottom, from(#6a92ff), to(#1852c7));
    background: -o-linear-gradient(top, #6a92ff 0, #1852c7 100%);
    background: linear-gradient(180deg, #6a92ff, #1852c7);
    color: #fff;
    font-size: 16px;
    font-weight: 700
}

.feedback_btn:disabled {
    opacity: .4;
    cursor: not-allowed
}

.units {
    position: relative;
    margin-top: 24px;
    margin-bottom: 12px
}

.units_inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden
}

.units_next,
.units_prev {
    position: absolute;
    width: 28px;
    height: 58px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer
}

.units_prev {
    left: 0
}

.units_next {
    right: 0
}

.units_wrap {
    width: 1200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block
}

.units_item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 390px;
    height: 94px;
    background: url(/home/29.png) 50%/100%;
    font-size: 22px;
    font-weight: 700;
    color: #fff !important;
    margin-right: 10px;
    margin-top: 16px;
    cursor: pointer;
    -webkit-transition: opacity var(--m78-animate-base);
    -o-transition: opacity var(--m78-animate-base);
    transition: opacity var(--m78-animate-base);
    -moz-transition: opacity var(--m78-animate-base);
    -ms-transition: opacity var(--m78-animate-base);
}

.units_item:hover {
    opacity: .8
}

.units_item:active {
    -webkit-transition: opacity var(--m78-animate-base) .1s;
    -o-transition: opacity var(--m78-animate-base) .1s;
    transition: opacity var(--m78-animate-base) .1s;
    opacity: .7
}

.units_item:nth-child(3n) {
    margin-right: 0
}

.units_item:nth-child(-n+3) {
    margin-top: 0
}

.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.links_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 120px;
    height: 120px;
    font-size: 24px;
    font-weight: 700;
    color: #194abe;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 82, 199, .4)), to(rgba(24, 82, 199, 0)));
    background: -o-linear-gradient(top, rgba(24, 82, 199, .4) 0, rgba(24, 82, 199, 0) 100%);
    background: linear-gradient(180deg, rgba(24, 82, 199, .4), rgba(24, 82, 199, 0));
    padding: 20px 36px
}

.links_link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 390px;
    height: 60px;
    background: url(/home/29.png) 50%/100%;
    font-size: 22px;
    font-weight: 700;
    color: #fff !important;
    margin-right: 10px;
    margin-top: 6px
}

.links_cont {
    border: 1px solid rgba(0, 0, 0, .15);
    font-size: 18px;
    padding: 0 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.links_cont a {
    width: 24%;
    text-align: center;
    padding: 4px;
    color: rgba(0, 0, 0, .75)
}

.links_cont a:hover {
    color: #e51725;
    text-decoration: underline
}

.main-box {
    border-radius: 6px;
    background-color: #fff;
    min-height: 500px;
    margin-top: 24px !important;
    margin-bottom: 32px !important;
    overflow: hidden
}

.main-box_inner {
    padding: 16px;
    background:url(/home/b19.png) left bottom no-repeat;
    min-height: 1006px;
}

.main-box_inner.base-box-wrap{
    min-height: auto !important;
    background: #fff !important;
}
.top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 54px;
    padding: 0 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed rgba(0, 0, 0, .15)
}

.crumbs_label {
    margin-right: 8px;
    color: rgba(0, 0, 0, .45)
}

.crumbs a {
    display: inline-block;
    color: rgba(0, 0, 0, .45)
}

.crumbs a:after {
    display: inline-block;
    content: "";
    background: url(/home/22.png) 50%/100%;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .4
}

.crumbs a:last-child {
    color: rgba(0, 0, 0, .9);
    cursor: auto !important
}

.crumbs a:last-child:after {
    display: none
}

.ls-side {
    width: 268px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #194abe;
    border-radius: 6px;
    overflow: hidden;
    min-height: 440px
}

.ls-side_title {
    padding: 12px;
    text-align: center;
    background: linear-gradient(90deg, #3D63DF 0%, rgba(61,99,223,0.82) 13%, rgba(255,134,64,0.4) 81%, rgba(255,134,64,0.6) 100%);
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px
}

.ls-side_item {
    display: inline-block;
    color: #fff !important;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 20px;
    text-indent: -20px;
    font-size: 18px;
    padding: 0 20px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: opacity var(--m78-animate-base);
    -o-transition: opacity var(--m78-animate-base);
    transition: opacity var(--m78-animate-base)
}

.ls-side_item.__active {
    background-color: #fff;
    color: #194abe !important;
    font-weight: 700;
    border-left: 4px solid #e51725;
    margin-left: 18px
}

.ls-side_item:hover {
    opacity: .8
}

.ls-side_item:active {
    -webkit-transition: opacity var(--m78-animate-base) .1s;
    -o-transition: opacity var(--m78-animate-base) .1s;
    transition: opacity var(--m78-animate-base) .1s;
    opacity: .7
}

.ls-side2 {
    width: 286px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #f2f6fa
}

.ls-side2_item {
    color: rgba(0, 0, 0, .75) !important;
    display: block;
    line-height: 2.6;
    font-size: 16px
}

.ls-side2_item:hover {
    color: #194abe !important
}

.ls-side2_cont {
    padding: 0 16px 32px
}

.page-elem-field {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 36px;
    line-height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page-elem-field .item {
    width: auto !important;
    height: auto !important;
    padding: 0px 10px !important;
    text-align: center !important;
    margin: 0 2px !important;
    border: none !important;
    -webkit-transition: background-color var(--m78-animate-base);
    -o-transition: background-color var(--m78-animate-base);
    transition: background-color var(--m78-animate-base);
    border-radius: 4px 4px 4px 4px;
}

.page-elem-field .item .active {
    background-color: #194abe !important;
    color: #fff !important
}

.page-elem-field .item .foot,
.page-elem-field .item .head {
    border: 1px solid #194abe !important;
    color: #194abe !important;
    margin: 0 20px !important
}

.page-elem-field .item .foot,
.page-elem-field .item .head {
    border: 1px solid #194abe !important
}

.page-elem-field .item.__disabled {
    background-color: rgba(0, 0, 0, .15) !important;
    color: rgba(0, 0, 0, .25) !important;
    border: none !important;
    cursor: not-allowed !important
}

.page-elem-field .item:hover {
    background-color: var(--m78-color-divider)
}

.page-elem-field .item:active {
    -webkit-transition: background-color var(--m78-animate-base) .1s;
    -o-transition: background-color var(--m78-animate-base) .1s;
    transition: background-color var(--m78-animate-base) .1s;
    background-color: var(--m78-color-border)
}

.pager2 {
    border-top: 1px solid rgba(0, 0, 0, .15);
    padding-top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pager2,
.pager2_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pager2_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(0, 0, 0, .45)
}

.pager2_text {
    display: inline-block;
    max-width: 200px
}

.article-meta {
    padding: 12px 12px 24px;
    border-bottom: 1px dashed rgba(0, 0, 0, .15);
    margin-bottom: 24px
}

.article-meta_title {
    font-size: 28px;
    font-weight: 700;
    text-align: center
}

.article-meta_desc {
    color: rgba(0, 0, 0, .45);
    text-align: center;
    margin-top: 16px
}

.article-box {
    padding: 0 50px 80px
}

.article-box iframe,
.article-box img,
.article-box table,
.article-box video {
    max-width: 100%
}

.table {
    width: 100%
}

.table thead tr {
    height: 40px;
    background-color: #fef8ef
}

.table tbody tr {
    height: 60px;
    cursor: pointer;
    -webkit-transition: background-color var(--m78-animate-base);
    -o-transition: background-color var(--m78-animate-base);
    transition: background-color var(--m78-animate-base)
}

.table tbody tr:nth-child(2n) {
    background-color: #f5f9fb
}

.table tbody tr:hover {
    background-color: var(--m78-color-divider)
}

.table tbody tr:active {
    -webkit-transition: background-color var(--m78-animate-base) .1s;
    -o-transition: background-color var(--m78-animate-base) .1s;
    transition: background-color var(--m78-animate-base) .1s;
    background-color: var(--m78-color-border)
}

.table td {
    padding: 0 16px
}

.table td:first-child {
    text-align: center
}

.table td:nth-child(2) {
    color: #194abe
}

.empty {
    text-align: center;
    padding: 32px
}

.empty img {
    width: 144px;
    height: 150px
}

.not-found {
    text-align: center;
    padding: 160px 0
}

.not-found_img {
    width: 490px;
    height: 340px
}

.not-found_title {
    font-weight: 700;
    font-size: 24px
}

.not-found_desc {
    color: rgba(0, 0, 0, .45)
}

.slick-dots {
    bottom: 6px !important;
    z-index: 100 !important;
    width: auto !important;
    right: 16px !important;
    display: none !important;
}

.slick-dots li {
    margin: 0 !important
}

.slick-dots li button:before {
    color: #fff !important;
    opacity: .6 !important
}

.slick-dots .slick-active button:before {
    color: #e51725 !important;
    opacity: 1 !important
}

.back-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    right: 32px;
    bottom: 50px;
    width: 68px;
    height: 68px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    z-index: 1000;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: -webkit-transform var(--m78-animate-base);
    transition: -webkit-transform var(--m78-animate-base);
    -o-transition: transform var(--m78-animate-base);
    transition: transform var(--m78-animate-base);
    transition: transform var(--m78-animate-base), -webkit-transform var(--m78-animate-base)
}

.back-top:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.back-top:active {
    -webkit-transition: -webkit-transform var(--m78-animate-base) .1s;
    transition: -webkit-transform var(--m78-animate-base) .1s;
    -o-transition: transform var(--m78-animate-base) .1s;
    transition: transform var(--m78-animate-base) .1s;
    transition: transform var(--m78-animate-base) .1s, -webkit-transform var(--m78-animate-base) .1s;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}

.back-top img {
    width: 32px
}

.w-full {
    width: 100%;
    height: 100%
}

.body-bg {
    background: url(/home/46.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden
}

.body-bg .h-img-block {
    margin-top: 90px;
    text-align: center
}

.body-bg .h-img-block .h-img {
    margin: 0 auto
}

.body-bg .login {
    margin-top: 43px
}

.body-bg .login .login-form {
    width: 412px;
    background: #fff;
    margin: 0 auto;
    padding: 20px 20px 40px 22px
}

.body-bg .login .login-form_title {
    color: #272f3c;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 18px
}

.body-bg .login .login-form_item {
    width: 302px;
    height: 42px;
    border: 1px solid #bdc3cb;
    padding: 0 11px;
    font-size: 14px;
    margin-left: 32px;
    margin-top: 19px
}

.body-bg .login .login-form .margin-top-29 {
    margin-top: 29px
}

.body-bg .login .login-form .pos-input {
    position: relative;
    height: 42px;
    margin-top: 18px
}

.body-bg .login .login-form .pos-input .margin-top-0 {
    margin-top: 0
}

.body-bg .login .login-form .pos-input .code-block {
    position: absolute;
    top: 0;
    right: 36px;
    width: 102px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #194abe;
    border: 1px solid #194abe;
    font-size: 14px;
    cursor: pointer
}

.body-bg .login .login-form .login-form_assist {
    width: 302px;
    margin-top: 15px;
    margin-left: 32px;
    margin-bottom: 19px;
    vertical-align: middle
}

.body-bg .login .login-form .login-form_assist_isAgree {
    display: inline-block;
    margin-right: 8px
}

.body-bg .login .login-form .login-form_assist_isAgree:checked:after {
    background: #dc143c
}

.body-bg .login .login-form .login-form_assist a {
    float: right;
    text-decoration: underline;
    color: #71767c;
    font-size: 14px
}

.body-bg .login .login-form .login-but {
    background: #194abe;
    border-radius: 6px;
    color: #fff;
    border: none
}

.body-bg .login .login-form .login-but,
.body-bg .login .login-form .login-register {
    width: 302px;
    height: 48px;
    opacity: 1;
    margin-left: 32px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.body-bg .login .login-form .login-register {
    background: #fff;
    color: #194abe;
    margin-top: 24px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #194abe;
    border-radius: 6px
}

.body-bg .login .login-form .font-wraing {
    color: #ff7476;
    font-size: 14px;
    margin-left: 32px;
    margin-top: 6px
}

.body-bg .login .login-form .wraing-icon {
    display: inline-block;
    margin-right: 10px
}

.register {
    margin-top: 43px
}

.register-form {
    width: 658px;
    height: 473px;
    background: #fff;
    margin: 0 auto;
    padding: 20px 20px 40px 22px
}

.register-form_title {
    color: #272f3c;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 18px
}

body,
html {
    height: 100%
}

body {
    background: url(/home/bg1.png) top center no-repeat;
    background-color: #F2F3FA
}

::-moz-selection {
    background-color: rgba(25, 74, 190, .5)
}

::selection {
    background-color: rgba(25, 74, 190, .5)
}

.hovermember {
    position: relative
}

.rmember {
    display: none
}

.__red:hover>.rmember {
    position: absolute;
    /*background: red;*/
    z-index: 9;
    right: 0;
    top: 50px;
    width: 120px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bg-gray {
    background-color: #f5f9fb;
    padding: 24px 0
}

.bg-white {
    background-color: #fff;
    padding: 24px 0
}

.w-1200 {
    width: 1200px;
    margin: 0 auto
}

.w-1200-white {
    height: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 13px 31px 30px;
    background: #fff;
    opacity: 1;
    border-radius: 6px
}

.header_title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 13px;
    border-bottom: 1px solid #d4dbdd
}

.back_home,
.header_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.back_home {
    width: 109px;
    height: 36px;
    background: #fff;
    border: 1px solid #c8cdd5;
    opacity: 1;
    border-radius: 6px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.back_home_img {
    width: 5px;
    height: 8px;
    margin-right: 9px
}

.back_home_p {
    margin: 0;
    line-height: 36px
}

.font_title {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 700;
    line-height: 37px;
    color: #194abe;
    margin: 0
}

.content_input {
    padding: 10px 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px solid #e51725
}

.content_input_box {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 282px
}

.content_input_p {
    min-width: 64px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: #71767c;
    margin-right: 13px
}

.input_box {
    width: 560px;
    height: 112px;
    text-align: start;
    padding: 7px 13px
}

.input_box,
.input_box_h36 {
    background: #fff;
    border: 1px solid #bdc3cb;
    opacity: 1;
    border-radius: 4px
}

.input_box_h36 {
    width: 382px;
    height: 36px
}

.display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input_box_w244 {
    width: 244px;
    height: 36px;
    background: #fff;
    border: 1px solid #bdc3cb;
    opacity: 1;
    border-radius: 4px
}

.submit_btn {
    margin: 27px auto 0;
    width: 189px;
    height: 50px;
    background: #194abe;
    opacity: 1;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.submit_btn p {
    margin: 0
}

.sumbit_img {
    width: 18px;
    height: 14px;
    margin-right: 8px
}

.immediately {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    line-height: 27px;
    color: #fff;
    margin: 0
}

.host {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 1200px
}

.host:after {
    height: 380px;
    top: 0;
    left: 0;
    z-index: -2;
    /*background: url(/home/bg1.png) top/cover no-repeat*/
}

.host:after,
.host:before {
    content: "";
    position: absolute;
    width: 100%
}

.host:before {
    height: 160px;
    top: 220px;
    z-index: -1;
    /*background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));*/
    /*background: -o-linear-gradient(top, hsla(0, 0%, 100%, 0), #fff);*/
    /*background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff)*/
}

.header_top {
    padding: 50px 0 0px 0;
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header_main {
    width: 1200px;
    margin: 0 auto;
    border-radius: 6px
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.vide-list-wrap{
    display: flex;
    flex-wrap: wrap;

}
.video-one{
    width: 33.333%;
    box-sizing: border-box;
  padding-right: 10px;
    margin-bottom: 30px;
}
.video-one>a{
    display: block;
}
.video-one>a>img{
    width: 280px;
    height: 157px;
}
.video-one>a>div{
    font-size: 18px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #12151C;
    text-align: center;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    margin-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wz-list-one{
    width: 50%;
    box-sizing: border-box;
    padding-right: 20px;
    display:flex;
    margin-bottom: 30px;
    float: left;
}
.wu-see{
    display: inline-flex;
    width: 100px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #3D63DF;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D63DF;
    justify-content: center;
}
.wz-one-img{
    width: 229px;
    height: 160px;
}
.wz-one-des{
    font-size: 18px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #12151C;
    line-height: 30px;
}
.kw-one-img{
    width: 180px;
    height: 242px;
}
.kw-times{
    font-size: 16px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #B9C0C9;
}
.kw-see{
    display: inline-flex;
    width: 117px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #3D63DF;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D63DF;
    justify-content: center;
}

.back-kanwu{
    display: inline-block;
    width: 128px;
    height: 31px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #9FA6AF;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #9FA6AF;
    text-align: center;
    line-height: 31px;
    margin-left: 15px;
}
.tou-title{
    height: 34px;
    line-height: 34px;
    background: linear-gradient(to right, #E9EEFB 0%, #F6F2F5 23%, #FFF6F0 67%, #FFFCFA 100%);
    font-size: 20px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #3D63DF;
    padding-left: 15px;
    position: relative;
}
.tou-title:after{
    content: " ";
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;

    z-index: 10;
    position: absolute;
    background: linear-gradient(180deg, #3D63DF 0%, #3D63DF 35%, #FF8640 100%);
}
.tou-title span{
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #9FA5AE;
    margin-left: 15px;
}
.tou-des{
    margin-top: 30px;
    margin-bottom: 30px;
}
.tou-des p{
    text-indent: 2em;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #181E23;
    line-height: 32px;
}
.tou-des img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.form-tou-table{
   width: 100%;
    border-collapse: collapse
}
.footer-line{
    height: 8px;
    background: linear-gradient(90deg, #3D63DF 0%, #3D63DF 80%, #FF8640 100%);
}
.form-tou{
    margin-top: 30px;
}
.put-text{
    margin-right: 15px;
    margin-left:15px;
}
.put-text>input{
    width: 100%;
    box-sizing: border-box;
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #C2C8CF;
    outline: none;
}
.form-tou-table tr:nth-child(odd){
    background: #F5F8FB;
}
.form-tou-table tr:nth-child(even){
    background:#FBFDFF  ;
}
.form-tou-table th {
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #323232;
    width: 129px;
}
.form-tou-table th div{
    padding-left: 10px;
    padding-right: 10px;
}
.form-tou-table tr:nth-child(odd) th{
    background: #EAF0F6;
}
.form-tou-table tr:nth-child(even) th{
    background: #F5F8FB;
}
.form-tou-table th,.form-tou-table td{
    padding: 20px 0;
}
.put-file{
    display: flex;

    align-items: center;
    justify-content: center;
    position: relative;

    width: 188px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    border: 1px solid #C2C8CF;
    cursor: pointer;
}
.put-file span{
    margin-left: 10px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #3D63DF;
    cursor: pointer;
}
.put-file>input{
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.put-file-des{
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #B0B6C1;
    margin-left: 10px;
}
.submit-tou{
    width: 189px;
    height: 50px;
    background: #3D63DF;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.submit-wrap{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.submit-tou span{
    font-size: 18px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-left: 15px;
}
.tc{
    text-align: center;
}
.des-ls{
    background: #3F65DC;
    border-radius: 6px;
    overflow: hidden;
    width: 268px;
    padding: 20px;
    box-sizing: border-box;
}
.base-logo{
    display: block;
    width: 230px;
}
.base-ma-des{
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #ADBDEF;
    text-align: center;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
}
.base-ma{
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0;

}
.base-phone{
    width: 201px;
    height: 53px;
    background: rgba(34, 42, 71, .2);
    border-radius: 5px 5px 5px 5px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    line-height: 53px;
    font-size: 24px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    margin-top: 40px;
}
.base-phone>div{
    position: absolute;
    width: 73px;
    height: 17px;
    background: #FFFFFF;
    border-radius: 9px 9px 9px 9px;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.base-phone>div span{
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #194ABE;
    margin-left: 3px;
}
.base-phone>div img{
    width: 12px;
    height: 12px;
}
.dflex-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #C9D4F5;
    margin-top: 20px;
}
.dflex-wrap span{
    margin-left: 6px;
}
.zhiwu{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.zhiwu span{
    padding: 0 6px;
    height: 20px;
    background: rgba(255,255,255,0.22);
    border-radius: 0px 0px 8px 0px;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #C9D4F5;
    text-align: center;
    line-height: 20px;
}
.base-company-name{
    background:#fff url(/home/b28.png) right center no-repeat;
    height: 169px;
    display: flex;
    flex-direction: column;
    padding-left: 33px;
    justify-content: center;
}
.base-company-name>h1{
    font-size: 32px;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #12151C;
    line-height: 30px;
}
.base-company-leve{
    display: flex;
    width: 120px;
    height: 24px;
    background: linear-gradient(90deg, #3D63DF 0%, #3D63DF 31%, #FF8640 100%);
    border-radius: 12px 0px 12px 0px;
    opacity: 1;
    position: relative;
}
.base-company-leve span{
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    left: -3px;
}
.base-company-leve img{
    position: relative;
    left: -5px;
}
.base-des-content{
    margin-left: 33px;
}
.base-des-art{
    margin-right: 33px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #565656;
    line-height: 32px;
    font-size: 16px;
}
.footer {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-bottom: 10px;
    background: url(/home/b16.png) 50%/cover no-repeat;
    color: hsla(0, 0%, 100%, .8);
}

.footer_title {
    font-size: 24px;
    font-weight: 500;
    border-left: 3px solid hsla(0, 0%, 100%, .45);
    text-align: left;
    line-height: 1;
    margin-bottom: 32px;
    padding-left: 12px;
    margin-left: -16px
}

.footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    margin: 40px auto 0
}

.footer_contact {
    width: 150px
}

.footer_column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 60px
}

.footer_column-item {
    max-width: 150px;
    line-height: 2
}

.footer_column-item+.footer_column-item {
    margin-left: 32px
}

.footer_column-item a {
    display: block;
    color: hsla(0, 0%, 100%, .8)
}

.footer_column-title {
    color: hsla(0, 0%, 100%, .45) !important;
    margin-bottom: 20px
}

.footer_ewm {
    text-align: center
}

.footer_ewm-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer_ewm-img {
    width: 148px;
    height: 148px;
    margin-bottom: 16px
}

.footer_ewm-item+.footer_ewm-item {
    margin-left: 40px
}

.footer_gray {
    color: hsla(0, 0%, 100%, .45);
    margin-top: 4px
}

.footer_link {
    color: hsla(0, 0%, 100%, .8);
    text-decoration: underline
}

.footer_link+.footer_link {
    margin-left: 8px
}

.footer_link:hover {
    color: #e51725
}

.footer_metas {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}
.footer-list{
    height: 200px;
}
.foot-logo{
    width: 174px;
    height: 163px;
}
.page-elem-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.page-elem-field .item {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page-elem-field .item.active {
    background-color: #194abe;
    color: #fff
}

.page-elem-field .item:hover {
    background-color: #bfbfbf
}

.page-elem-field .item.item-disable {
    color: #d2d2d2 !important;
    cursor: not-allowed !important
}

.page-elem-field .item.active:hover {
    background-color: #1e9fff;
    color: #fff
}

.slide-banner-new{
    height: 413px;
    position: relative;
    overflow: hidden;
}
