@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Element Chalk Variables */
:root {
  --v10-color-white: #ffffff;
  --v10-color-black: #000000;
  --v10-color-primary-rgb: 64, 158, 255;
  --v10-color-success-rgb: 103, 194, 58;
  --v10-color-warning-rgb: 230, 162, 60;
  --v10-color-danger-rgb: 245, 108, 108;
  --v10-color-error-rgb: 245, 108, 108;
  --v10-color-info-rgb: 144, 147, 153;
  --v10-font-size-extra-large: 20px;
  --v10-font-size-large: 18px;
  --v10-font-size-medium: 16px;
  --v10-font-size-base: 14px;
  --v10-font-size-small: 13px;
  --v10-font-size-extra-small: 12px;
  --v10-font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  --v10-font-weight-primary: 500;
  --v10-font-line-height-primary: 24px;
  --v10-index-normal: 1;
  --v10-index-top: 1000;
  --v10-index-popper: 2000;
  --v10-border-radius-base: 4px;
  --v10-border-radius-small: 2px;
  --v10-border-radius-round: 20px;
  --v10-border-radius-circle: 100%;
  --v10-component-size-large: 40px;
  --v10-component-size: 32px;
  --v10-component-size-small: 24px;
  --v10-spacing-large: 12px;
  --v10-spacing: 8px;
  --v10-spacing-small: 4px;
}

:root {
  --v10-color-white: #ffffff;
  --v10-color-black: #000000;
  --v10-color-primary: #409eff;
  --v10-color-primary-light-3: #79bbff;
  --v10-color-primary-light-5: #a0cfff;
  --v10-color-primary-light-7: #c6e2ff;
  --v10-color-primary-light-8: #d9ecff;
  --v10-color-primary-light-9: #ecf5ff;
  --v10-color-primary-dark-2: #337ecc;
  --v10-color-success: #67c23a;
  --v10-color-success-light-3: #95d475;
  --v10-color-success-light-5: #b3e19d;
  --v10-color-success-light-7: #d1edc4;
  --v10-color-success-light-8: #e1f3d8;
  --v10-color-success-light-9: #f0f9eb;
  --v10-color-success-dark-2: #529b2e;
  --v10-color-warning: #e6a23c;
  --v10-color-warning-light-3: #eebe77;
  --v10-color-warning-light-5: #f3d19e;
  --v10-color-warning-light-7: #f8e3c5;
  --v10-color-warning-light-8: #faecd8;
  --v10-color-warning-light-9: #fdf6ec;
  --v10-color-warning-dark-2: #b88230;
  --v10-color-danger: #f56c6c;
  --v10-color-danger-light-3: #f89898;
  --v10-color-danger-light-5: #fab6b6;
  --v10-color-danger-light-7: #fcd3d3;
  --v10-color-danger-light-8: #fde2e2;
  --v10-color-danger-light-9: #fef0f0;
  --v10-color-danger-dark-2: #c45656;
  --v10-color-error: #f56c6c;
  --v10-color-error-light-3: #f89898;
  --v10-color-error-light-5: #fab6b6;
  --v10-color-error-light-7: #fcd3d3;
  --v10-color-error-light-8: #fde2e2;
  --v10-color-error-light-9: #fef0f0;
  --v10-color-error-dark-2: #c45656;
  --v10-color-info: #909399;
  --v10-color-info-light-3: #b1b3b8;
  --v10-color-info-light-5: #c8c9cc;
  --v10-color-info-light-7: #dedfe0;
  --v10-color-info-light-8: #e9e9eb;
  --v10-color-info-light-9: #f4f4f5;
  --v10-color-info-dark-2: #73767a;
  --v10-bg-color: #ffffff;
  --v10-bg-color-page: #f2f3f5;
  --v10-bg-color-overlay: #ffffff;
  --v10-text-color-primary: #303133;
  --v10-text-color-regular: #606266;
  --v10-text-color-secondary: #909399;
  --v10-text-color-placeholder: #a8abb2;
  --v10-text-color-disabled: #c0c4cc;
  --v10-border-color: #dcdfe6;
  --v10-border-color-light: #e4e7ed;
  --v10-border-color-lighter: #ebeef5;
  --v10-border-color-extra-light: #f2f6fc;
  --v10-border-color-dark: #d4d7de;
  --v10-border-color-darker: #cdd0d6;
  --v10-fill-color: #f0f2f5;
  --v10-fill-color-light: #f5f7fa;
  --v10-fill-color-lighter: #fafafa;
  --v10-fill-color-extra-light: #fafcff;
  --v10-fill-color-dark: #ebedf0;
  --v10-fill-color-darker: #e6e8eb;
  --v10-fill-color-blank: #ffffff;
  --v10-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04), 0px 8px 20px rgba(0, 0, 0, 0.08);
  --v10-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, 0.12);
  --v10-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.12);
  --v10-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
  --v10-disabled-bg-color: var(--v10-fill-color-light);
  --v10-disabled-text-color: var(--v10-text-color-placeholder);
  --v10-disabled-border-color: var(--v10-border-color-light);
  --v10-overlay-color: rgba(0, 0, 0, 0.8);
  --v10-overlay-color-light: rgba(0, 0, 0, 0.7);
  --v10-overlay-color-lighter: rgba(0, 0, 0, 0.5);
  --v10-mask-color: rgba(255, 255, 255, 0.9);
  --v10-mask-color-extra-light: rgba(255, 255, 255, 0.3);
  --v10-border-width: 1px;
  --v10-border-style: solid;
  --v10-border-color-hover: var(--v10-text-color-disabled);
  --v10-border: var(--v10-border-width) var(--v10-border-style) var(--v10-border-color);
  --v10-svg-monochrome-grey: var(--v10-border-color);
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font: normal 16px/1.5 PingFangSC-regular, Tahoma, Lucida Grande, Verdana, Microsoft Yahei, STXihei, Heiti SC, Hiragino Sans GB, "宋体", sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

em,
i {
  font-style: normal;
}

ul,
ol,
li {
  list-style: none;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

button {
  cursor: pointer;
}

a {
  outline-style: none;
  text-decoration: none;
  color: #3c3c3c;
}

a:focus {
  outline: thin dotted var(--v10-text-color-primary);
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover {
  color: var(--v10-color-primary);
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  color: var(--v10-color-primary);
}

body,
button,
input,
select,
textarea {
  font-family: PingFangSC-regular, Tahoma, Lucida Grande, Verdana, Microsoft Yahei, STXihei, Heiti SC, Hiragino Sans GB, "宋体", sans-serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  word-wrap: break-word;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=search] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.pb-v10-richtext {
  overflow: hidden;
  text-align: justify;
  line-height: 1.5;
}
.pb-v10-richtext * {
  max-width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-wrap: break-word;
}
.pb-v10-richtext p, .pb-v10-richtext ul, .pb-v10-richtext menu, .pb-v10-richtext dir, .pb-v10-richtext h3 {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pb-v10-richtext h1 {
  font-weight: bold;
  font-size: 32px;
  margin: 21px 0;
}
.pb-v10-richtext h2 {
  font-weight: bold;
  font-size: 24px;
  margin: 19px 0;
}
.pb-v10-richtext h3 {
  font-weight: bold;
  font-size: 19px;
  margin: 18px 0;
}
.pb-v10-richtext h4 {
  font-weight: bold;
  font-size: 16px;
  margin: 21px 0;
}
.pb-v10-richtext h5 {
  font-weight: bold;
  font-size: 13px;
  margin: 22px 0;
}
.pb-v10-richtext h6 {
  font-weight: bold;
  font-size: 11px;
  margin: 24px 0;
}
.pb-v10-richtext option {
  padding: 0px 2px 1px;
}
.pb-v10-richtext input {
  padding: 1px;
}
.pb-v10-richtext fieldset {
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
}
.pb-v10-richtext textarea {
  padding: 2px;
}
.pb-v10-richtext legend {
  padding-inline-start: 2px;
  padding-inline-end: 2px;
}
.pb-v10-richtext a {
  text-decoration: underline;
  color: var(--v10-color-primary);
}
.pb-v10-richtext ul {
  padding-left: 40px;
  padding-right: 40px;
  list-style: disc;
}
.pb-v10-richtext ol {
  list-style: decimal;
  padding-left: 40px;
  padding-right: 40px;
}
.pb-v10-richtext li {
  display: list-item;
  list-style: disc;
}
.pb-v10-richtext p {
  clear: both;
  min-height: 1em;
  margin: 15px 0;
}
.pb-v10-richtext em {
  font-style: italic;
}
.pb-v10-richtext fieldset {
  min-width: 0;
}
@media (max-width: 768px) {
  .pb-v10-richtext img {
    width: auto;
    height: auto;
  }
}