/*! 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[data-v-478dd2fd] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body[data-v-478dd2fd] {
  margin: 0;
  overscroll-behavior-y: none;
}

/**
   * Render the `main` element consistently in IE.
   */
main[data-v-478dd2fd] {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1[data-v-478dd2fd] {
  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[data-v-478dd2fd] {
  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[data-v-478dd2fd] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a[data-v-478dd2fd] {
  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][data-v-478dd2fd] {
  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[data-v-478dd2fd],
strong[data-v-478dd2fd] {
  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[data-v-478dd2fd],
kbd[data-v-478dd2fd],
samp[data-v-478dd2fd] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small[data-v-478dd2fd] {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub[data-v-478dd2fd],
sup[data-v-478dd2fd] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-478dd2fd] {
  bottom: -0.25em;
}
sup[data-v-478dd2fd] {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img[data-v-478dd2fd] {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button[data-v-478dd2fd],
input[data-v-478dd2fd],
optgroup[data-v-478dd2fd],
select[data-v-478dd2fd],
textarea[data-v-478dd2fd] {
  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[data-v-478dd2fd],
input[data-v-478dd2fd] {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button[data-v-478dd2fd],
select[data-v-478dd2fd] {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button[data-v-478dd2fd],
[type=button][data-v-478dd2fd],
[type=reset][data-v-478dd2fd],
[type=submit][data-v-478dd2fd] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button[data-v-478dd2fd]::-moz-focus-inner,
[type=button][data-v-478dd2fd]::-moz-focus-inner,
[type=reset][data-v-478dd2fd]::-moz-focus-inner,
[type=submit][data-v-478dd2fd]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button[data-v-478dd2fd]:-moz-focusring,
[type=button][data-v-478dd2fd]:-moz-focusring,
[type=reset][data-v-478dd2fd]:-moz-focusring,
[type=submit][data-v-478dd2fd]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset[data-v-478dd2fd] {
  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[data-v-478dd2fd] {
  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[data-v-478dd2fd] {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea[data-v-478dd2fd] {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox][data-v-478dd2fd],
[type=radio][data-v-478dd2fd] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number][data-v-478dd2fd]::-webkit-inner-spin-button,
[type=number][data-v-478dd2fd]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search][data-v-478dd2fd] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search][data-v-478dd2fd]::-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.
   */
[data-v-478dd2fd]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details[data-v-478dd2fd] {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary[data-v-478dd2fd] {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template[data-v-478dd2fd] {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden][data-v-478dd2fd] {
  display: none;
}
html[data-v-478dd2fd] {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
dt[data-v-478dd2fd] {
  font-weight: 700;
}
.font-w5[data-v-478dd2fd] {
  font-weight: 500;
}
.font-w6[data-v-478dd2fd] {
  font-weight: 600;
}
.font-w7[data-v-478dd2fd] {
  font-weight: 700;
}
.font-w8[data-v-478dd2fd] {
  font-weight: 800;
}
.font-size16[data-v-478dd2fd] {
  font-size: 16px;
}
.font-size18[data-v-478dd2fd] {
  font-size: 18px;
}
.font-size20[data-v-478dd2fd] {
  font-size: 20px;
}
.font-size21[data-v-478dd2fd] {
  font-size: 21px;
}
.font-size22[data-v-478dd2fd] {
  font-size: 22px;
}
.font-size24[data-v-478dd2fd] {
  font-size: 24px;
}
.font-size32[data-v-478dd2fd] {
  font-size: 32px;
}
.font-size36[data-v-478dd2fd] {
  font-size: 36px;
}
.font-size46[data-v-478dd2fd] {
  font-size: 46px;
}
dd[data-v-478dd2fd] {
  margin-bottom: 20px;
  margin-left: 0;
}
b[data-v-478dd2fd],
strong[data-v-478dd2fd] {
  font-weight: bolder;
}
small[data-v-478dd2fd] {
  font-size: 80%;
}
sub[data-v-478dd2fd] {
  bottom: -0.25em;
}
sup[data-v-478dd2fd] {
  top: -0.5em;
}
a[data-v-478dd2fd] {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img[data-v-478dd2fd] {
  vertical-align: middle;
  border-style: none;
}
.line-height-22[data-v-478dd2fd] {
  line-height: 22px;
}
.line-height-25[data-v-478dd2fd] {
  line-height: 25px;
}
.line-h-17[data-v-478dd2fd] {
  line-height: 1.2;
}
table[data-v-478dd2fd] {
  border-collapse: collapse;
}
label[data-v-478dd2fd] {
  display: inline-block;
  margin-bottom: 10px;
}
.d-inline-block[data-v-478dd2fd] {
  display: inline-block;
}
.line[data-v-478dd2fd] {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.d-none[data-v-478dd2fd] {
  display: none !important;
}
.d-inline[data-v-478dd2fd] {
  display: inline !important;
}
.d-inline-block[data-v-478dd2fd] {
  display: inline-block !important;
}
.d-block[data-v-478dd2fd] {
  display: block !important;
}
.d-table[data-v-478dd2fd] {
  display: table !important;
}
.d-table-row[data-v-478dd2fd] {
  display: table-row !important;
}
.d-table-cell[data-v-478dd2fd] {
  display: table-cell !important;
}
.d-flex[data-v-478dd2fd] {
  display: flex !important;
}
.d-inline-flex[data-v-478dd2fd] {
  display: inline-flex !important;
}
.flex-row[data-v-478dd2fd] {
  flex-direction: row !important;
}
.flex-column[data-v-478dd2fd] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-478dd2fd] {
  flex-direction: row-reverse !important;
}
.flex-wrap[data-v-478dd2fd] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-478dd2fd] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-478dd2fd] {
  flex-wrap: wrap-reverse !important;
}
.flex-fill[data-v-478dd2fd] {
  flex: 1 1 auto !important;
}
.flex-grow-0[data-v-478dd2fd] {
  flex-grow: 0 !important;
}
.flex-grow-1[data-v-478dd2fd] {
  flex-grow: 1 !important;
}
.justify-content-start[data-v-478dd2fd] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-478dd2fd] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-478dd2fd] {
  justify-content: center !important;
}
.justify-content-between[data-v-478dd2fd] {
  justify-content: space-between !important;
}
.align-items-start[data-v-478dd2fd] {
  align-items: flex-start !important;
}
.align-items-end[data-v-478dd2fd] {
  align-items: flex-end !important;
}
.align-items-center[data-v-478dd2fd] {
  align-items: center !important;
  background-color: #ffffff;
  padding: 0 20px;
}
.align-items-center2[data-v-478dd2fd] {
  align-items: center !important;
}
.float-left[data-v-478dd2fd] {
  float: left !important;
}
.float-right[data-v-478dd2fd] {
  float: right !important;
}
.float-none[data-v-478dd2fd] {
  float: none !important;
}
.overflow-auto[data-v-478dd2fd] {
  overflow: auto !important;
}
.overflow-hidden[data-v-478dd2fd] {
  overflow: hidden !important;
}
.position-static[data-v-478dd2fd] {
  position: static !important;
}
.position-relative[data-v-478dd2fd] {
  position: relative !important;
}
.position-absolute[data-v-478dd2fd] {
  position: absolute !important;
}
.position-fixed[data-v-478dd2fd] {
  position: fixed !important;
}
.position-sticky[data-v-478dd2fd] {
  position: sticky !important;
}
.fixed-top[data-v-478dd2fd] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-478dd2fd] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.shadow-sm[data-v-478dd2fd] {
  box-shadow: 0 0.125rem 10px rgba(0, 0, 0, 0.075) !important;
}
.shadow[data-v-478dd2fd] {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg[data-v-478dd2fd] {
  box-shadow: 0 30px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none[data-v-478dd2fd] {
  box-shadow: none !important;
}
.w-25[data-v-478dd2fd] {
  width: 25% !important;
}
.w-50[data-v-478dd2fd] {
  width: 50% !important;
}
.w-75[data-v-478dd2fd] {
  width: 75% !important;
}
.w-100[data-v-478dd2fd] {
  width: 100% !important;
}
.w-auto[data-v-478dd2fd] {
  width: auto !important;
}
.h-25[data-v-478dd2fd] {
  height: 25% !important;
}
.h-50[data-v-478dd2fd] {
  height: 50% !important;
}
.h-75[data-v-478dd2fd] {
  height: 75% !important;
}
.h-100[data-v-478dd2fd] {
  height: 100% !important;
}
.h-auto[data-v-478dd2fd] {
  height: auto !important;
}
.mw-100[data-v-478dd2fd] {
  max-width: 100% !important;
}
.mh-100[data-v-478dd2fd] {
  max-height: 100% !important;
}
.min-vw-100[data-v-478dd2fd] {
  min-width: 100vw !important;
}
.min-vh-100[data-v-478dd2fd] {
  min-height: 100vh !important;
}
.vw-100[data-v-478dd2fd] {
  width: 100vw !important;
}
.vh-100[data-v-478dd2fd] {
  height: 100vh !important;
}
m-0[data-v-478dd2fd] {
  margin: 0 !important;
}
.mt-0[data-v-478dd2fd],
.my-0[data-v-478dd2fd] {
  margin-top: 0 !important;
}
.mr-0[data-v-478dd2fd],
.mx-0[data-v-478dd2fd] {
  margin-right: 0 !important;
}
.mb-0[data-v-478dd2fd],
.my-0[data-v-478dd2fd] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-478dd2fd],
.mx-0[data-v-478dd2fd] {
  margin-left: 0 !important;
}
.m-1[data-v-478dd2fd] {
  margin: 10px !important;
}
.mt-1[data-v-478dd2fd],
.my-1[data-v-478dd2fd] {
  margin-top: 10px !important;
}
.mr-1[data-v-478dd2fd],
.mx-1[data-v-478dd2fd] {
  margin-right: 10px !important;
}
.mb-1[data-v-478dd2fd],
.my-1[data-v-478dd2fd] {
  margin-bottom: 10px !important;
}
.ml-1[data-v-478dd2fd],
.mx-1[data-v-478dd2fd] {
  margin-left: 10px !important;
}
.m-2[data-v-478dd2fd] {
  margin: 20px !important;
}
.mt-2[data-v-478dd2fd],
.my-2[data-v-478dd2fd] {
  margin-top: 20px !important;
}
.mr-2[data-v-478dd2fd],
.mx-2[data-v-478dd2fd] {
  margin-right: 20px !important;
}
.mb-2[data-v-478dd2fd],
.my-2[data-v-478dd2fd] {
  background-color: #ffffff;
  padding: 0 20px;
}
.ml-2[data-v-478dd2fd],
.mx-2[data-v-478dd2fd] {
  margin-left: 20px !important;
}
.m-3[data-v-478dd2fd] {
  margin: 30px !important;
}
.mt-3[data-v-478dd2fd],
.my-3[data-v-478dd2fd] {
  margin-top: 30px !important;
}
.mr-3[data-v-478dd2fd],
.mx-3[data-v-478dd2fd] {
  margin-right: 30px !important;
}
.mb-3[data-v-478dd2fd],
.my-3[data-v-478dd2fd] {
  margin-bottom: 30px !important;
}
.ml-3[data-v-478dd2fd],
.mx-3[data-v-478dd2fd] {
  margin-left: 30px !important;
}
.m-4[data-v-478dd2fd] {
  margin: 15px !important;
}
.mt-4[data-v-478dd2fd],
.my-4[data-v-478dd2fd] {
  margin-top: 15px !important;
}
.mr-4[data-v-478dd2fd],
.mx-4[data-v-478dd2fd] {
  margin-right: 15px !important;
}
.mb-4[data-v-478dd2fd],
.my-4[data-v-478dd2fd] {
  margin-bottom: 15px !important;
}
.ml-4[data-v-478dd2fd],
.mx-4[data-v-478dd2fd] {
  margin-left: 15px !important;
}
.ml-8[data-v-478dd2fd],
.mx-8[data-v-478dd2fd] {
  margin-left: 80px !important;
}
.p-0[data-v-478dd2fd] {
  padding: 0 !important;
}
.pt-0[data-v-478dd2fd],
.py-0[data-v-478dd2fd] {
  padding-top: 0 !important;
}
.pr-0[data-v-478dd2fd],
.px-0[data-v-478dd2fd] {
  padding-right: 0 !important;
}
.pb-0[data-v-478dd2fd],
.py-0[data-v-478dd2fd] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-478dd2fd],
.px-0[data-v-478dd2fd] {
  padding-left: 0 !important;
}
.p-1[data-v-478dd2fd] {
  padding: 10px !important;
}
.pt-1[data-v-478dd2fd],
.py-1[data-v-478dd2fd] {
  padding-top: 10px !important;
}
.pr-1[data-v-478dd2fd],
.px-1[data-v-478dd2fd] {
  padding-right: 10px !important;
}
.pb-1[data-v-478dd2fd],
.py-1[data-v-478dd2fd] {
  padding-bottom: 10px !important;
}
.pl-1[data-v-478dd2fd],
.px-1[data-v-478dd2fd] {
  padding-left: 10px !important;
}
.p-2[data-v-478dd2fd] {
  padding: 20px !important;
}
.pt-2[data-v-478dd2fd],
.py-2[data-v-478dd2fd] {
  padding-top: 20px !important;
}
.pr-2[data-v-478dd2fd],
.px-2[data-v-478dd2fd] {
  padding-right: 20px !important;
}
.pb-2[data-v-478dd2fd],
.py-2[data-v-478dd2fd] {
  padding-bottom: 20px !important;
}
.pl-2[data-v-478dd2fd],
.px-2[data-v-478dd2fd] {
  padding-left: 20px !important;
}
.p-3[data-v-478dd2fd] {
  padding: 30px !important;
}
.pt-3[data-v-478dd2fd],
.py-3[data-v-478dd2fd] {
  padding-top: 30px !important;
}
.pr-3[data-v-478dd2fd],
.px-3[data-v-478dd2fd] {
  padding-right: 30px !important;
}
.pb-3[data-v-478dd2fd],
.py-3[data-v-478dd2fd] {
  padding-bottom: 30px !important;
}
.pl-3[data-v-478dd2fd],
.px-3[data-v-478dd2fd] {
  padding-left: 30px !important;
}
.p-4[data-v-478dd2fd] {
  padding: 15px !important;
}
.pt-4[data-v-478dd2fd],
.py-4[data-v-478dd2fd] {
  padding-top: 15px !important;
}
.pr-4[data-v-478dd2fd],
.px-4[data-v-478dd2fd] {
  padding-right: 15px !important;
}
.pb-4[data-v-478dd2fd],
.py-4[data-v-478dd2fd] {
  padding-bottom: 15px !important;
}
.pl-4[data-v-478dd2fd],
.px-4[data-v-478dd2fd] {
  padding-left: 15px !important;
}
.mt-auto[data-v-478dd2fd],
.my-auto[data-v-478dd2fd] {
  margin-top: auto !important;
}
.mr-auto[data-v-478dd2fd],
.mx-auto[data-v-478dd2fd] {
  margin-right: auto !important;
}
.mb-auto[data-v-478dd2fd],
.my-auto[data-v-478dd2fd] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-478dd2fd],
.mx-auto[data-v-478dd2fd] {
  margin-left: auto !important;
}
.text-monospace[data-v-478dd2fd] {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify[data-v-478dd2fd] {
  text-align: justify !important;
}
.text-wrap[data-v-478dd2fd] {
  white-space: normal !important;
}
.text-nowrap[data-v-478dd2fd] {
  white-space: nowrap !important;
}
.text-truncate[data-v-478dd2fd] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left[data-v-478dd2fd] {
  text-align: left !important;
}
.text-right[data-v-478dd2fd] {
  text-align: right !important;
}
.text-center[data-v-478dd2fd] {
  text-align: center !important;
}
.cursor-pointer[data-v-478dd2fd] {
  cursor: pointer;
}
.col-white[data-v-478dd2fd] {
  color: #ffffff;
}
.col-title[data-v-478dd2fd] {
  color: #0E67AF;
}
.col-black[data-v-478dd2fd] {
  color: #121212;
}
.text-indent[data-v-478dd2fd] {
  text-indent: 2em;
}
.list-style-none[data-v-478dd2fd] {
  list-style-type: none;
}
.nodata-title[data-v-478dd2fd] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tang-xin-main[data-v-478dd2fd] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__header[data-v-478dd2fd] {
  background-color: #ffffff;
  margin: 0;
}
.tang-xin-main .el-tabs__header .el-tabs__item[data-v-478dd2fd] {
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
}
.tang-xin-main .el-tabs__header .el-tabs__active-bar[data-v-478dd2fd] {
  background-color: #ff9700;
  height: 4px;
}
.tang-xin-main .el-tabs__header .el-tabs__item.is-active[data-v-478dd2fd] {
  font-size: 16px;
  color: #ff9700;
}
.tang-xin-main .el-tabs__content[data-v-478dd2fd] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__item[data-v-478dd2fd]:hover {
  color: #ff9700;
}
.tang-xin-main .el-form-item__content div[data-v-478dd2fd] {
  width: 100%;
}
.dialog-select[data-v-478dd2fd] .el-input__wrapper {
  background-color: #cccccc;
}
.dialog-select[data-v-478dd2fd] .el-select .el-input__inner {
  text-align: center;
}
.dialog-select[data-v-478dd2fd] .el-input {
  --el-input-placeholder-color: #ffffff;
  --el-select-input-focus-border-color: #cccccc;
}
.dialog-select[data-v-478dd2fd] .el-form-item__content {
  padding-right: 50px;
}
.experience-dialog .el-dialog__body[data-v-478dd2fd] {
  padding: 0 !important;
}
.dialog-main-contant[data-v-478dd2fd] {
  padding: 30px 30px 0 30px;
}
.dialog-main-contant .main-item[data-v-478dd2fd] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dialog-main-contant .main-item .icon[data-v-478dd2fd] {
  flex: 0.13;
}
.dialog-main-contant .main-item .icon img[data-v-478dd2fd] {
  width: 100%;
  height: auto;
}
.dialog-main-contant .main-item .info[data-v-478dd2fd] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0.87;
  padding-left: 20px;
}
.dialog-main-contant .main-item .info span[data-v-478dd2fd]:first-child {
  color: #000000;
  font-size: 14px;
  flex: 0.86;
}
.dialog-main-contant .main-item .info span[data-v-478dd2fd]:last-child {
  flex: 0.14;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff9700;
  padding: 3px 10px;
  cursor: pointer;
}
.consultation-dialog[data-v-478dd2fd] .el-dialog {
  border-radius: 20px;
}
.consultation-dialog[data-v-478dd2fd] .el-dialog__header {
  margin-right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0 0;
  font-size: 17px;
}
.consultation-dialog .dia-header[data-v-478dd2fd] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation-dialog .dia-header .dia-title[data-v-478dd2fd] {
  flex: 0.93;
  text-align: center;
}
.consultation-dialog .dia-header .close-icon[data-v-478dd2fd] {
  flex: 0.07;
  cursor: pointer;
}
.consultation-dialog[data-v-478dd2fd] .el-dialog__body {
  padding: 0;
}
.main-swiper[data-v-478dd2fd] {
  height: 210px;
  padding: 0 30px;
  margin: 10px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
}
.main-swiper .image-item[data-v-478dd2fd] {
  width: 100%;
}
.main-swiper .image-item img[data-v-478dd2fd] {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.main-swiper .swiper-indicators[data-v-478dd2fd] {
  flex: 0.175;
  height: 154px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.main-swiper .swiper-indicators .swiper-indicators-item[data-v-478dd2fd] {
  margin: 10px 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #eeeeee;
  color: #999999;
  font-size: 13px;
  height: 18%;
  transition: margin-left 0.2s linear;
}
.main-swiper .swiper-indicators .swiper-indicators-item-active[data-v-478dd2fd] {
  background-color: #ff9700;
  color: #ffffff;
  margin-left: -24px;
  border-radius: 0 6px 6px 0;
}
.main-swiper[data-v-478dd2fd] .el-carousel {
  flex: 0.8;
  height: 190px;
}
.main-swiper[data-v-478dd2fd] .el-carousel__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-swiper[data-v-478dd2fd] .el-carousel__container {
  width: 100%;
  height: 100%;
}
.main-swiper[data-v-478dd2fd] .el-carousel__indicators {
  display: none;
}

	/* 仅适用于webkit的浏览器 */
	/* 定义滚动条和滚动条轨道的宽度 */
::-webkit-scrollbar {
		width: 6px !important;
		/* height: 100px;
     这里就不用定义滚动条的高度了
     因为高度的话，是根据内容自适应的 */
}

	/*定义滚动条 内阴影+圆角*/
::-webkit-scrollbar-thumb {
		border-radius: 10px !important;
		background-color: #ff9700 !important;
}

	/*定义滚动条滑动轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
		border-radius: 4px !important;
}

/*! 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[data-v-cded4e94] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body[data-v-cded4e94] {
  margin: 0;
  overscroll-behavior-y: none;
}

/**
   * Render the `main` element consistently in IE.
   */
main[data-v-cded4e94] {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1[data-v-cded4e94] {
  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[data-v-cded4e94] {
  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[data-v-cded4e94] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a[data-v-cded4e94] {
  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][data-v-cded4e94] {
  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[data-v-cded4e94],
strong[data-v-cded4e94] {
  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[data-v-cded4e94],
kbd[data-v-cded4e94],
samp[data-v-cded4e94] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small[data-v-cded4e94] {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub[data-v-cded4e94],
sup[data-v-cded4e94] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-cded4e94] {
  bottom: -0.25em;
}
sup[data-v-cded4e94] {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img[data-v-cded4e94] {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button[data-v-cded4e94],
input[data-v-cded4e94],
optgroup[data-v-cded4e94],
select[data-v-cded4e94],
textarea[data-v-cded4e94] {
  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[data-v-cded4e94],
input[data-v-cded4e94] {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button[data-v-cded4e94],
select[data-v-cded4e94] {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button[data-v-cded4e94],
[type=button][data-v-cded4e94],
[type=reset][data-v-cded4e94],
[type=submit][data-v-cded4e94] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button[data-v-cded4e94]::-moz-focus-inner,
[type=button][data-v-cded4e94]::-moz-focus-inner,
[type=reset][data-v-cded4e94]::-moz-focus-inner,
[type=submit][data-v-cded4e94]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button[data-v-cded4e94]:-moz-focusring,
[type=button][data-v-cded4e94]:-moz-focusring,
[type=reset][data-v-cded4e94]:-moz-focusring,
[type=submit][data-v-cded4e94]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset[data-v-cded4e94] {
  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[data-v-cded4e94] {
  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[data-v-cded4e94] {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea[data-v-cded4e94] {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox][data-v-cded4e94],
[type=radio][data-v-cded4e94] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number][data-v-cded4e94]::-webkit-inner-spin-button,
[type=number][data-v-cded4e94]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search][data-v-cded4e94] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search][data-v-cded4e94]::-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.
   */
[data-v-cded4e94]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details[data-v-cded4e94] {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary[data-v-cded4e94] {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template[data-v-cded4e94] {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden][data-v-cded4e94] {
  display: none;
}
html[data-v-cded4e94] {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
dt[data-v-cded4e94] {
  font-weight: 700;
}
.font-w5[data-v-cded4e94] {
  font-weight: 500;
}
.font-w6[data-v-cded4e94] {
  font-weight: 600;
}
.font-w7[data-v-cded4e94] {
  font-weight: 700;
}
.font-w8[data-v-cded4e94] {
  font-weight: 800;
}
.font-size16[data-v-cded4e94] {
  font-size: 16px;
}
.font-size18[data-v-cded4e94] {
  font-size: 18px;
}
.font-size20[data-v-cded4e94] {
  font-size: 20px;
}
.font-size21[data-v-cded4e94] {
  font-size: 21px;
}
.font-size22[data-v-cded4e94] {
  font-size: 22px;
}
.font-size24[data-v-cded4e94] {
  font-size: 24px;
}
.font-size32[data-v-cded4e94] {
  font-size: 32px;
}
.font-size36[data-v-cded4e94] {
  font-size: 36px;
}
.font-size46[data-v-cded4e94] {
  font-size: 46px;
}
dd[data-v-cded4e94] {
  margin-bottom: 20px;
  margin-left: 0;
}
b[data-v-cded4e94],
strong[data-v-cded4e94] {
  font-weight: bolder;
}
small[data-v-cded4e94] {
  font-size: 80%;
}
sub[data-v-cded4e94] {
  bottom: -0.25em;
}
sup[data-v-cded4e94] {
  top: -0.5em;
}
a[data-v-cded4e94] {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img[data-v-cded4e94] {
  vertical-align: middle;
  border-style: none;
}
.line-height-22[data-v-cded4e94] {
  line-height: 22px;
}
.line-height-25[data-v-cded4e94] {
  line-height: 25px;
}
.line-h-17[data-v-cded4e94] {
  line-height: 1.2;
}
table[data-v-cded4e94] {
  border-collapse: collapse;
}
label[data-v-cded4e94] {
  display: inline-block;
  margin-bottom: 10px;
}
.d-inline-block[data-v-cded4e94] {
  display: inline-block;
}
.line[data-v-cded4e94] {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.d-none[data-v-cded4e94] {
  display: none !important;
}
.d-inline[data-v-cded4e94] {
  display: inline !important;
}
.d-inline-block[data-v-cded4e94] {
  display: inline-block !important;
}
.d-block[data-v-cded4e94] {
  display: block !important;
}
.d-table[data-v-cded4e94] {
  display: table !important;
}
.d-table-row[data-v-cded4e94] {
  display: table-row !important;
}
.d-table-cell[data-v-cded4e94] {
  display: table-cell !important;
}
.d-flex[data-v-cded4e94] {
  display: flex !important;
}
.d-inline-flex[data-v-cded4e94] {
  display: inline-flex !important;
}
.flex-row[data-v-cded4e94] {
  flex-direction: row !important;
}
.flex-column[data-v-cded4e94] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-cded4e94] {
  flex-direction: row-reverse !important;
}
.flex-wrap[data-v-cded4e94] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-cded4e94] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-cded4e94] {
  flex-wrap: wrap-reverse !important;
}
.flex-fill[data-v-cded4e94] {
  flex: 1 1 auto !important;
}
.flex-grow-0[data-v-cded4e94] {
  flex-grow: 0 !important;
}
.flex-grow-1[data-v-cded4e94] {
  flex-grow: 1 !important;
}
.justify-content-start[data-v-cded4e94] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-cded4e94] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-cded4e94] {
  justify-content: center !important;
}
.justify-content-between[data-v-cded4e94] {
  justify-content: space-between !important;
}
.align-items-start[data-v-cded4e94] {
  align-items: flex-start !important;
}
.align-items-end[data-v-cded4e94] {
  align-items: flex-end !important;
}
.align-items-center[data-v-cded4e94] {
  align-items: center !important;
  background-color: #ffffff;
  padding: 0 20px;
}
.align-items-center2[data-v-cded4e94] {
  align-items: center !important;
}
.float-left[data-v-cded4e94] {
  float: left !important;
}
.float-right[data-v-cded4e94] {
  float: right !important;
}
.float-none[data-v-cded4e94] {
  float: none !important;
}
.overflow-auto[data-v-cded4e94] {
  overflow: auto !important;
}
.overflow-hidden[data-v-cded4e94] {
  overflow: hidden !important;
}
.position-static[data-v-cded4e94] {
  position: static !important;
}
.position-relative[data-v-cded4e94] {
  position: relative !important;
}
.position-absolute[data-v-cded4e94] {
  position: absolute !important;
}
.position-fixed[data-v-cded4e94] {
  position: fixed !important;
}
.position-sticky[data-v-cded4e94] {
  position: sticky !important;
}
.fixed-top[data-v-cded4e94] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-cded4e94] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.shadow-sm[data-v-cded4e94] {
  box-shadow: 0 0.125rem 10px rgba(0, 0, 0, 0.075) !important;
}
.shadow[data-v-cded4e94] {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg[data-v-cded4e94] {
  box-shadow: 0 30px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none[data-v-cded4e94] {
  box-shadow: none !important;
}
.w-25[data-v-cded4e94] {
  width: 25% !important;
}
.w-50[data-v-cded4e94] {
  width: 50% !important;
}
.w-75[data-v-cded4e94] {
  width: 75% !important;
}
.w-100[data-v-cded4e94] {
  width: 100% !important;
}
.w-auto[data-v-cded4e94] {
  width: auto !important;
}
.h-25[data-v-cded4e94] {
  height: 25% !important;
}
.h-50[data-v-cded4e94] {
  height: 50% !important;
}
.h-75[data-v-cded4e94] {
  height: 75% !important;
}
.h-100[data-v-cded4e94] {
  height: 100% !important;
}
.h-auto[data-v-cded4e94] {
  height: auto !important;
}
.mw-100[data-v-cded4e94] {
  max-width: 100% !important;
}
.mh-100[data-v-cded4e94] {
  max-height: 100% !important;
}
.min-vw-100[data-v-cded4e94] {
  min-width: 100vw !important;
}
.min-vh-100[data-v-cded4e94] {
  min-height: 100vh !important;
}
.vw-100[data-v-cded4e94] {
  width: 100vw !important;
}
.vh-100[data-v-cded4e94] {
  height: 100vh !important;
}
m-0[data-v-cded4e94] {
  margin: 0 !important;
}
.mt-0[data-v-cded4e94],
.my-0[data-v-cded4e94] {
  margin-top: 0 !important;
}
.mr-0[data-v-cded4e94],
.mx-0[data-v-cded4e94] {
  margin-right: 0 !important;
}
.mb-0[data-v-cded4e94],
.my-0[data-v-cded4e94] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-cded4e94],
.mx-0[data-v-cded4e94] {
  margin-left: 0 !important;
}
.m-1[data-v-cded4e94] {
  margin: 10px !important;
}
.mt-1[data-v-cded4e94],
.my-1[data-v-cded4e94] {
  margin-top: 10px !important;
}
.mr-1[data-v-cded4e94],
.mx-1[data-v-cded4e94] {
  margin-right: 10px !important;
}
.mb-1[data-v-cded4e94],
.my-1[data-v-cded4e94] {
  margin-bottom: 10px !important;
}
.ml-1[data-v-cded4e94],
.mx-1[data-v-cded4e94] {
  margin-left: 10px !important;
}
.m-2[data-v-cded4e94] {
  margin: 20px !important;
}
.mt-2[data-v-cded4e94],
.my-2[data-v-cded4e94] {
  margin-top: 20px !important;
}
.mr-2[data-v-cded4e94],
.mx-2[data-v-cded4e94] {
  margin-right: 20px !important;
}
.mb-2[data-v-cded4e94],
.my-2[data-v-cded4e94] {
  background-color: #ffffff;
  padding: 0 20px;
}
.ml-2[data-v-cded4e94],
.mx-2[data-v-cded4e94] {
  margin-left: 20px !important;
}
.m-3[data-v-cded4e94] {
  margin: 30px !important;
}
.mt-3[data-v-cded4e94],
.my-3[data-v-cded4e94] {
  margin-top: 30px !important;
}
.mr-3[data-v-cded4e94],
.mx-3[data-v-cded4e94] {
  margin-right: 30px !important;
}
.mb-3[data-v-cded4e94],
.my-3[data-v-cded4e94] {
  margin-bottom: 30px !important;
}
.ml-3[data-v-cded4e94],
.mx-3[data-v-cded4e94] {
  margin-left: 30px !important;
}
.m-4[data-v-cded4e94] {
  margin: 15px !important;
}
.mt-4[data-v-cded4e94],
.my-4[data-v-cded4e94] {
  margin-top: 15px !important;
}
.mr-4[data-v-cded4e94],
.mx-4[data-v-cded4e94] {
  margin-right: 15px !important;
}
.mb-4[data-v-cded4e94],
.my-4[data-v-cded4e94] {
  margin-bottom: 15px !important;
}
.ml-4[data-v-cded4e94],
.mx-4[data-v-cded4e94] {
  margin-left: 15px !important;
}
.ml-8[data-v-cded4e94],
.mx-8[data-v-cded4e94] {
  margin-left: 80px !important;
}
.p-0[data-v-cded4e94] {
  padding: 0 !important;
}
.pt-0[data-v-cded4e94],
.py-0[data-v-cded4e94] {
  padding-top: 0 !important;
}
.pr-0[data-v-cded4e94],
.px-0[data-v-cded4e94] {
  padding-right: 0 !important;
}
.pb-0[data-v-cded4e94],
.py-0[data-v-cded4e94] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-cded4e94],
.px-0[data-v-cded4e94] {
  padding-left: 0 !important;
}
.p-1[data-v-cded4e94] {
  padding: 10px !important;
}
.pt-1[data-v-cded4e94],
.py-1[data-v-cded4e94] {
  padding-top: 10px !important;
}
.pr-1[data-v-cded4e94],
.px-1[data-v-cded4e94] {
  padding-right: 10px !important;
}
.pb-1[data-v-cded4e94],
.py-1[data-v-cded4e94] {
  padding-bottom: 10px !important;
}
.pl-1[data-v-cded4e94],
.px-1[data-v-cded4e94] {
  padding-left: 10px !important;
}
.p-2[data-v-cded4e94] {
  padding: 20px !important;
}
.pt-2[data-v-cded4e94],
.py-2[data-v-cded4e94] {
  padding-top: 20px !important;
}
.pr-2[data-v-cded4e94],
.px-2[data-v-cded4e94] {
  padding-right: 20px !important;
}
.pb-2[data-v-cded4e94],
.py-2[data-v-cded4e94] {
  padding-bottom: 20px !important;
}
.pl-2[data-v-cded4e94],
.px-2[data-v-cded4e94] {
  padding-left: 20px !important;
}
.p-3[data-v-cded4e94] {
  padding: 30px !important;
}
.pt-3[data-v-cded4e94],
.py-3[data-v-cded4e94] {
  padding-top: 30px !important;
}
.pr-3[data-v-cded4e94],
.px-3[data-v-cded4e94] {
  padding-right: 30px !important;
}
.pb-3[data-v-cded4e94],
.py-3[data-v-cded4e94] {
  padding-bottom: 30px !important;
}
.pl-3[data-v-cded4e94],
.px-3[data-v-cded4e94] {
  padding-left: 30px !important;
}
.p-4[data-v-cded4e94] {
  padding: 15px !important;
}
.pt-4[data-v-cded4e94],
.py-4[data-v-cded4e94] {
  padding-top: 15px !important;
}
.pr-4[data-v-cded4e94],
.px-4[data-v-cded4e94] {
  padding-right: 15px !important;
}
.pb-4[data-v-cded4e94],
.py-4[data-v-cded4e94] {
  padding-bottom: 15px !important;
}
.pl-4[data-v-cded4e94],
.px-4[data-v-cded4e94] {
  padding-left: 15px !important;
}
.mt-auto[data-v-cded4e94],
.my-auto[data-v-cded4e94] {
  margin-top: auto !important;
}
.mr-auto[data-v-cded4e94],
.mx-auto[data-v-cded4e94] {
  margin-right: auto !important;
}
.mb-auto[data-v-cded4e94],
.my-auto[data-v-cded4e94] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-cded4e94],
.mx-auto[data-v-cded4e94] {
  margin-left: auto !important;
}
.text-monospace[data-v-cded4e94] {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify[data-v-cded4e94] {
  text-align: justify !important;
}
.text-wrap[data-v-cded4e94] {
  white-space: normal !important;
}
.text-nowrap[data-v-cded4e94] {
  white-space: nowrap !important;
}
.text-truncate[data-v-cded4e94] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left[data-v-cded4e94] {
  text-align: left !important;
}
.text-right[data-v-cded4e94] {
  text-align: right !important;
}
.text-center[data-v-cded4e94] {
  text-align: center !important;
}
.cursor-pointer[data-v-cded4e94] {
  cursor: pointer;
}
.col-white[data-v-cded4e94] {
  color: #ffffff;
}
.col-title[data-v-cded4e94] {
  color: #0E67AF;
}
.col-black[data-v-cded4e94] {
  color: #121212;
}
.text-indent[data-v-cded4e94] {
  text-indent: 2em;
}
.list-style-none[data-v-cded4e94] {
  list-style-type: none;
}
.nodata-title[data-v-cded4e94] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tang-xin-main[data-v-cded4e94] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__header[data-v-cded4e94] {
  background-color: #ffffff;
  margin: 0;
}
.tang-xin-main .el-tabs__header .el-tabs__item[data-v-cded4e94] {
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
}
.tang-xin-main .el-tabs__header .el-tabs__active-bar[data-v-cded4e94] {
  background-color: #ff9700;
  height: 4px;
}
.tang-xin-main .el-tabs__header .el-tabs__item.is-active[data-v-cded4e94] {
  font-size: 16px;
  color: #ff9700;
}
.tang-xin-main .el-tabs__content[data-v-cded4e94] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__item[data-v-cded4e94]:hover {
  color: #ff9700;
}
.tang-xin-main .el-form-item__content div[data-v-cded4e94] {
  width: 100%;
}
.dialog-select[data-v-cded4e94] .el-input__wrapper {
  background-color: #cccccc;
}
.dialog-select[data-v-cded4e94] .el-select .el-input__inner {
  text-align: center;
}
.dialog-select[data-v-cded4e94] .el-input {
  --el-input-placeholder-color: #ffffff;
  --el-select-input-focus-border-color: #cccccc;
}
.dialog-select[data-v-cded4e94] .el-form-item__content {
  padding-right: 50px;
}
.experience-dialog .el-dialog__body[data-v-cded4e94] {
  padding: 0 !important;
}
.dialog-main-contant[data-v-cded4e94] {
  padding: 30px 30px 0 30px;
}
.dialog-main-contant .main-item[data-v-cded4e94] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dialog-main-contant .main-item .icon[data-v-cded4e94] {
  flex: 0.13;
}
.dialog-main-contant .main-item .icon img[data-v-cded4e94] {
  width: 100%;
  height: auto;
}
.dialog-main-contant .main-item .info[data-v-cded4e94] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0.87;
  padding-left: 20px;
}
.dialog-main-contant .main-item .info span[data-v-cded4e94]:first-child {
  color: #000000;
  font-size: 14px;
  flex: 0.86;
}
.dialog-main-contant .main-item .info span[data-v-cded4e94]:last-child {
  flex: 0.14;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff9700;
  padding: 3px 10px;
  cursor: pointer;
}
.consultation-dialog[data-v-cded4e94] .el-dialog {
  border-radius: 20px;
}
.consultation-dialog[data-v-cded4e94] .el-dialog__header {
  margin-right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0 0;
  font-size: 17px;
}
.consultation-dialog .dia-header[data-v-cded4e94] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation-dialog .dia-header .dia-title[data-v-cded4e94] {
  flex: 0.93;
  text-align: center;
}
.consultation-dialog .dia-header .close-icon[data-v-cded4e94] {
  flex: 0.07;
  cursor: pointer;
}
.consultation-dialog[data-v-cded4e94] .el-dialog__body {
  padding: 0;
}
[data-v-cded4e94] .el-tabs__nav-wrap::after {
  display: none;
}
.main-common[data-v-cded4e94], .experience[data-v-cded4e94], .information[data-v-cded4e94], .strategy[data-v-cded4e94] {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.strategy[data-v-cded4e94] {
  text-align: center;
}
.strategy div[data-v-cded4e94] {
  flex: 0.25;
}
.strategy div span[data-v-cded4e94] {
  border-radius: 20px !important;
  display: inline-block;
  background-color: #eeeeee;
  height: 30px;
  width: 30%;
  color: #999999;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 8px;
}
.strategy div .active[data-v-cded4e94] {
  border-radius: 20px !important;
  background-color: #ff9700;
  height: 30px;
  width: 30%;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 8px;
}
.information .content-information[data-v-cded4e94] {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.information .content-information .search-icon[data-v-cded4e94] {
  background-color: #ffa522;
  color: #ffffff;
  border: none;
  position: relative;
  left: 26px;
  z-index: 99;
  padding: 1px 30px;
}
.information .content-information .search-input[data-v-cded4e94] {
  border-radius: 20px;
}
.information .content-information .search-input[data-v-cded4e94] .el-input__wrapper {
  padding: 0 50px;
  border-radius: 20px;
  box-shadow: unset !important;
  border: 1px solid #ff9700;
}
.information .content-information .search-input[data-v-cded4e94] .el-input__wrapper:hover {
  box-shadow: unset !important;
  border: 1px solid #ff9700;
}
.information .content-information .search-input[data-v-cded4e94] .is-focus {
  box-shadow: unset !important;
  border: 1px solid #ff9700;
}
.information .content-information .el-input[data-v-cded4e94] {
  --el-input-border-color: #ffa522;
}
.information .content-information .search[data-v-cded4e94] {
  width: 100%;
  background-color: #ff9700;
  height: 30px;
  width: 50%;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 8px;
}
.experience .el-row[data-v-cded4e94] {
  padding: 0 50px;
  align-items: center;
}
.experience .experience-dialog span[data-v-cded4e94] {
  display: inline-block;
  background-color: #ff9700;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 20px;
}
.experience .experience-dialog span .el-icon[data-v-cded4e94] {
  margin-left: 20px;
}
.main-tag[data-v-cded4e94] {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}
.main-tag .el-tag[data-v-cded4e94] {
  padding: 0 14px;
  background-color: #ffa522;
  color: #ffffff;
  border: none;
  height: 27px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.main-tag .el-icon .el-tag__close[data-v-cded4e94] {
  color: #ffffff !important;
}
.main-tag[data-v-cded4e94] .el-tag .el-tag__close:hover {
  background-color: #ffa522 !important;
}
.experience-dialog ul[data-v-cded4e94] {
  padding: 0;
  margin-top: 0;
  list-style-type: none;
  margin-bottom: 100px;
}
.experience-dialog ul li[data-v-cded4e94] {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
}
.base-list[data-v-cded4e94] {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.base-list .main-content[data-v-cded4e94] {
  background-color: #ffffff;
  height: 40px;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.base-list .main-content .title[data-v-cded4e94] {
  color: #121212;
}
.base-list .main-content .source[data-v-cded4e94] {
  margin-top: 5px;
  color: #aaaaaa;
  font-size: 14px;
}
.base-list .main-content .tang-xin-tag[data-v-cded4e94] {
  font-size: 13px;
  margin-top: 22px;
  background-color: #ff9700;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 5px;
}
.base-list .main-content[data-v-cded4e94]:last-child {
  margin-bottom: 10px;
}
.base-list[data-v-cded4e94] .el-scrollbar__view {
  padding: 0 12px;
}
.base-list[data-v-cded4e94] .el-scrollbar__thumb {
  background-color: #ff9700;
  opacity: 1;
}
/*! 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;
  overscroll-behavior-y: none;
}

/**
   * 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;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
dt {
  font-weight: 700;
}
.font-w5 {
  font-weight: 500;
}
.font-w6 {
  font-weight: 600;
}
.font-w7 {
  font-weight: 700;
}
.font-w8 {
  font-weight: 800;
}
.font-size16 {
  font-size: 16px;
}
.font-size18 {
  font-size: 18px;
}
.font-size20 {
  font-size: 20px;
}
.font-size21 {
  font-size: 21px;
}
.font-size22 {
  font-size: 22px;
}
.font-size24 {
  font-size: 24px;
}
.font-size32 {
  font-size: 32px;
}
.font-size36 {
  font-size: 36px;
}
.font-size46 {
  font-size: 46px;
}
dd {
  margin-bottom: 20px;
  margin-left: 0;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img {
  vertical-align: middle;
  border-style: none;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-25 {
  line-height: 25px;
}
.line-h-17 {
  line-height: 1.2;
}
table {
  border-collapse: collapse;
}
label {
  display: inline-block;
  margin-bottom: 10px;
}
.d-inline-block {
  display: inline-block;
}
.line {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
  background-color: #ffffff;
  padding: 0 20px;
}
.align-items-center2 {
  align-items: center !important;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.shadow-sm {
  box-shadow: 0 0.125rem 10px rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 30px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 10px !important;
}
.mt-1,
.my-1 {
  margin-top: 10px !important;
}
.mr-1,
.mx-1 {
  margin-right: 10px !important;
}
.mb-1,
.my-1 {
  margin-bottom: 10px !important;
}
.ml-1,
.mx-1 {
  margin-left: 10px !important;
}
.m-2 {
  margin: 20px !important;
}
.mt-2,
.my-2 {
  margin-top: 20px !important;
}
.mr-2,
.mx-2 {
  margin-right: 20px !important;
}
.mb-2,
.my-2 {
  background-color: #ffffff;
  padding: 0 20px;
}
.ml-2,
.mx-2 {
  margin-left: 20px !important;
}
.m-3 {
  margin: 30px !important;
}
.mt-3,
.my-3 {
  margin-top: 30px !important;
}
.mr-3,
.mx-3 {
  margin-right: 30px !important;
}
.mb-3,
.my-3 {
  margin-bottom: 30px !important;
}
.ml-3,
.mx-3 {
  margin-left: 30px !important;
}
.m-4 {
  margin: 15px !important;
}
.mt-4,
.my-4 {
  margin-top: 15px !important;
}
.mr-4,
.mx-4 {
  margin-right: 15px !important;
}
.mb-4,
.my-4 {
  margin-bottom: 15px !important;
}
.ml-4,
.mx-4 {
  margin-left: 15px !important;
}
.ml-8,
.mx-8 {
  margin-left: 80px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 10px !important;
}
.pt-1,
.py-1 {
  padding-top: 10px !important;
}
.pr-1,
.px-1 {
  padding-right: 10px !important;
}
.pb-1,
.py-1 {
  padding-bottom: 10px !important;
}
.pl-1,
.px-1 {
  padding-left: 10px !important;
}
.p-2 {
  padding: 20px !important;
}
.pt-2,
.py-2 {
  padding-top: 20px !important;
}
.pr-2,
.px-2 {
  padding-right: 20px !important;
}
.pb-2,
.py-2 {
  padding-bottom: 20px !important;
}
.pl-2,
.px-2 {
  padding-left: 20px !important;
}
.p-3 {
  padding: 30px !important;
}
.pt-3,
.py-3 {
  padding-top: 30px !important;
}
.pr-3,
.px-3 {
  padding-right: 30px !important;
}
.pb-3,
.py-3 {
  padding-bottom: 30px !important;
}
.pl-3,
.px-3 {
  padding-left: 30px !important;
}
.p-4 {
  padding: 15px !important;
}
.pt-4,
.py-4 {
  padding-top: 15px !important;
}
.pr-4,
.px-4 {
  padding-right: 15px !important;
}
.pb-4,
.py-4 {
  padding-bottom: 15px !important;
}
.pl-4,
.px-4 {
  padding-left: 15px !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.cursor-pointer {
  cursor: pointer;
}
.col-white {
  color: #ffffff;
}
.col-title {
  color: #0E67AF;
}
.col-black {
  color: #121212;
}
.text-indent {
  text-indent: 2em;
}
.list-style-none {
  list-style-type: none;
}
.nodata-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tang-xin-main {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__header {
  background-color: #ffffff;
  margin: 0;
}
.tang-xin-main .el-tabs__header .el-tabs__item {
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
}
.tang-xin-main .el-tabs__header .el-tabs__active-bar {
  background-color: #ff9700;
  height: 4px;
}
.tang-xin-main .el-tabs__header .el-tabs__item.is-active {
  font-size: 16px;
  color: #ff9700;
}
.tang-xin-main .el-tabs__content {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__item:hover {
  color: #ff9700;
}
.tang-xin-main .el-form-item__content div {
  width: 100%;
}
.dialog-select :deep(.el-input__wrapper) {
  background-color: #cccccc;
}
.dialog-select :deep(.el-select .el-input__inner) {
  text-align: center;
}
.dialog-select :deep(.el-input) {
  --el-input-placeholder-color: #ffffff;
  --el-select-input-focus-border-color: #cccccc;
}
.dialog-select :deep(.el-form-item__content) {
  padding-right: 50px;
}
.experience-dialog .el-dialog__body {
  padding: 0 !important;
}
.dialog-main-contant {
  padding: 30px 30px 0 30px;
}
.dialog-main-contant .main-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dialog-main-contant .main-item .icon {
  flex: 0.13;
}
.dialog-main-contant .main-item .icon img {
  width: 100%;
  height: auto;
}
.dialog-main-contant .main-item .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0.87;
  padding-left: 20px;
}
.dialog-main-contant .main-item .info span:first-child {
  color: #000000;
  font-size: 14px;
  flex: 0.86;
}
.dialog-main-contant .main-item .info span:last-child {
  flex: 0.14;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff9700;
  padding: 3px 10px;
  cursor: pointer;
}
.consultation-dialog :deep(.el-dialog) {
  border-radius: 20px;
}
.consultation-dialog :deep(.el-dialog__header) {
  margin-right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0 0;
  font-size: 17px;
}
.consultation-dialog .dia-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation-dialog .dia-header .dia-title {
  flex: 0.93;
  text-align: center;
}
.consultation-dialog .dia-header .close-icon {
  flex: 0.07;
  cursor: pointer;
}
.consultation-dialog :deep(.el-dialog__body) {
  padding: 0;
}
.search-dialog {
  background-color: #ff9700;
  height: 30px;
  width: 150px;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 8px;
}
.main-dialog {
  border-radius: 15px;
  overflow: hidden;
}
.main-dialog .el-dialog__header {
  padding: 0;
  margin-right: 0;
}
.main-dialog .college-information {
  height: 70px;
  width: 100%;
  background-color: #f5f5f5;
  color: #121212;
  font-size: 18px;
  line-height: 70px;
  font-weight: 600;
}
.text-right p {
  color: red;
}
.search-submit {
  display: inline-block;
  border-radius: 100px !important;
  background-color: #ff9700;
  height: 35px;
  width: 20%;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 8px;
}
/*! 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[data-v-d172ac86] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body[data-v-d172ac86] {
  margin: 0;
  overscroll-behavior-y: none;
}

/**
   * Render the `main` element consistently in IE.
   */
main[data-v-d172ac86] {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1[data-v-d172ac86] {
  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[data-v-d172ac86] {
  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[data-v-d172ac86] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a[data-v-d172ac86] {
  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][data-v-d172ac86] {
  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[data-v-d172ac86],
strong[data-v-d172ac86] {
  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[data-v-d172ac86],
kbd[data-v-d172ac86],
samp[data-v-d172ac86] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small[data-v-d172ac86] {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub[data-v-d172ac86],
sup[data-v-d172ac86] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-d172ac86] {
  bottom: -0.25em;
}
sup[data-v-d172ac86] {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img[data-v-d172ac86] {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button[data-v-d172ac86],
input[data-v-d172ac86],
optgroup[data-v-d172ac86],
select[data-v-d172ac86],
textarea[data-v-d172ac86] {
  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[data-v-d172ac86],
input[data-v-d172ac86] {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button[data-v-d172ac86],
select[data-v-d172ac86] {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button[data-v-d172ac86],
[type=button][data-v-d172ac86],
[type=reset][data-v-d172ac86],
[type=submit][data-v-d172ac86] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button[data-v-d172ac86]::-moz-focus-inner,
[type=button][data-v-d172ac86]::-moz-focus-inner,
[type=reset][data-v-d172ac86]::-moz-focus-inner,
[type=submit][data-v-d172ac86]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button[data-v-d172ac86]:-moz-focusring,
[type=button][data-v-d172ac86]:-moz-focusring,
[type=reset][data-v-d172ac86]:-moz-focusring,
[type=submit][data-v-d172ac86]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset[data-v-d172ac86] {
  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[data-v-d172ac86] {
  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[data-v-d172ac86] {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea[data-v-d172ac86] {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox][data-v-d172ac86],
[type=radio][data-v-d172ac86] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number][data-v-d172ac86]::-webkit-inner-spin-button,
[type=number][data-v-d172ac86]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search][data-v-d172ac86] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search][data-v-d172ac86]::-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.
   */
[data-v-d172ac86]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details[data-v-d172ac86] {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary[data-v-d172ac86] {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template[data-v-d172ac86] {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden][data-v-d172ac86] {
  display: none;
}
html[data-v-d172ac86] {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
dt[data-v-d172ac86] {
  font-weight: 700;
}
.font-w5[data-v-d172ac86] {
  font-weight: 500;
}
.font-w6[data-v-d172ac86] {
  font-weight: 600;
}
.font-w7[data-v-d172ac86] {
  font-weight: 700;
}
.font-w8[data-v-d172ac86] {
  font-weight: 800;
}
.font-size16[data-v-d172ac86] {
  font-size: 16px;
}
.font-size18[data-v-d172ac86] {
  font-size: 18px;
}
.font-size20[data-v-d172ac86] {
  font-size: 20px;
}
.font-size21[data-v-d172ac86] {
  font-size: 21px;
}
.font-size22[data-v-d172ac86] {
  font-size: 22px;
}
.font-size24[data-v-d172ac86] {
  font-size: 24px;
}
.font-size32[data-v-d172ac86] {
  font-size: 32px;
}
.font-size36[data-v-d172ac86] {
  font-size: 36px;
}
.font-size46[data-v-d172ac86] {
  font-size: 46px;
}
dd[data-v-d172ac86] {
  margin-bottom: 20px;
  margin-left: 0;
}
b[data-v-d172ac86],
strong[data-v-d172ac86] {
  font-weight: bolder;
}
small[data-v-d172ac86] {
  font-size: 80%;
}
sub[data-v-d172ac86] {
  bottom: -0.25em;
}
sup[data-v-d172ac86] {
  top: -0.5em;
}
a[data-v-d172ac86] {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img[data-v-d172ac86] {
  vertical-align: middle;
  border-style: none;
}
.line-height-22[data-v-d172ac86] {
  line-height: 22px;
}
.line-height-25[data-v-d172ac86] {
  line-height: 25px;
}
.line-h-17[data-v-d172ac86] {
  line-height: 1.2;
}
table[data-v-d172ac86] {
  border-collapse: collapse;
}
label[data-v-d172ac86] {
  display: inline-block;
  margin-bottom: 10px;
}
.d-inline-block[data-v-d172ac86] {
  display: inline-block;
}
.line[data-v-d172ac86] {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.d-none[data-v-d172ac86] {
  display: none !important;
}
.d-inline[data-v-d172ac86] {
  display: inline !important;
}
.d-inline-block[data-v-d172ac86] {
  display: inline-block !important;
}
.d-block[data-v-d172ac86] {
  display: block !important;
}
.d-table[data-v-d172ac86] {
  display: table !important;
}
.d-table-row[data-v-d172ac86] {
  display: table-row !important;
}
.d-table-cell[data-v-d172ac86] {
  display: table-cell !important;
}
.d-flex[data-v-d172ac86] {
  display: flex !important;
}
.d-inline-flex[data-v-d172ac86] {
  display: inline-flex !important;
}
.flex-row[data-v-d172ac86] {
  flex-direction: row !important;
}
.flex-column[data-v-d172ac86] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-d172ac86] {
  flex-direction: row-reverse !important;
}
.flex-wrap[data-v-d172ac86] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-d172ac86] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-d172ac86] {
  flex-wrap: wrap-reverse !important;
}
.flex-fill[data-v-d172ac86] {
  flex: 1 1 auto !important;
}
.flex-grow-0[data-v-d172ac86] {
  flex-grow: 0 !important;
}
.flex-grow-1[data-v-d172ac86] {
  flex-grow: 1 !important;
}
.justify-content-start[data-v-d172ac86] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-d172ac86] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-d172ac86] {
  justify-content: center !important;
}
.justify-content-between[data-v-d172ac86] {
  justify-content: space-between !important;
}
.align-items-start[data-v-d172ac86] {
  align-items: flex-start !important;
}
.align-items-end[data-v-d172ac86] {
  align-items: flex-end !important;
}
.align-items-center[data-v-d172ac86] {
  align-items: center !important;
  background-color: #ffffff;
  padding: 0 20px;
}
.align-items-center2[data-v-d172ac86] {
  align-items: center !important;
}
.float-left[data-v-d172ac86] {
  float: left !important;
}
.float-right[data-v-d172ac86] {
  float: right !important;
}
.float-none[data-v-d172ac86] {
  float: none !important;
}
.overflow-auto[data-v-d172ac86] {
  overflow: auto !important;
}
.overflow-hidden[data-v-d172ac86] {
  overflow: hidden !important;
}
.position-static[data-v-d172ac86] {
  position: static !important;
}
.position-relative[data-v-d172ac86] {
  position: relative !important;
}
.position-absolute[data-v-d172ac86] {
  position: absolute !important;
}
.position-fixed[data-v-d172ac86] {
  position: fixed !important;
}
.position-sticky[data-v-d172ac86] {
  position: sticky !important;
}
.fixed-top[data-v-d172ac86] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-d172ac86] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.shadow-sm[data-v-d172ac86] {
  box-shadow: 0 0.125rem 10px rgba(0, 0, 0, 0.075) !important;
}
.shadow[data-v-d172ac86] {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg[data-v-d172ac86] {
  box-shadow: 0 30px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none[data-v-d172ac86] {
  box-shadow: none !important;
}
.w-25[data-v-d172ac86] {
  width: 25% !important;
}
.w-50[data-v-d172ac86] {
  width: 50% !important;
}
.w-75[data-v-d172ac86] {
  width: 75% !important;
}
.w-100[data-v-d172ac86] {
  width: 100% !important;
}
.w-auto[data-v-d172ac86] {
  width: auto !important;
}
.h-25[data-v-d172ac86] {
  height: 25% !important;
}
.h-50[data-v-d172ac86] {
  height: 50% !important;
}
.h-75[data-v-d172ac86] {
  height: 75% !important;
}
.h-100[data-v-d172ac86] {
  height: 100% !important;
}
.h-auto[data-v-d172ac86] {
  height: auto !important;
}
.mw-100[data-v-d172ac86] {
  max-width: 100% !important;
}
.mh-100[data-v-d172ac86] {
  max-height: 100% !important;
}
.min-vw-100[data-v-d172ac86] {
  min-width: 100vw !important;
}
.min-vh-100[data-v-d172ac86] {
  min-height: 100vh !important;
}
.vw-100[data-v-d172ac86] {
  width: 100vw !important;
}
.vh-100[data-v-d172ac86] {
  height: 100vh !important;
}
m-0[data-v-d172ac86] {
  margin: 0 !important;
}
.mt-0[data-v-d172ac86],
.my-0[data-v-d172ac86] {
  margin-top: 0 !important;
}
.mr-0[data-v-d172ac86],
.mx-0[data-v-d172ac86] {
  margin-right: 0 !important;
}
.mb-0[data-v-d172ac86],
.my-0[data-v-d172ac86] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-d172ac86],
.mx-0[data-v-d172ac86] {
  margin-left: 0 !important;
}
.m-1[data-v-d172ac86] {
  margin: 10px !important;
}
.mt-1[data-v-d172ac86],
.my-1[data-v-d172ac86] {
  margin-top: 10px !important;
}
.mr-1[data-v-d172ac86],
.mx-1[data-v-d172ac86] {
  margin-right: 10px !important;
}
.mb-1[data-v-d172ac86],
.my-1[data-v-d172ac86] {
  margin-bottom: 10px !important;
}
.ml-1[data-v-d172ac86],
.mx-1[data-v-d172ac86] {
  margin-left: 10px !important;
}
.m-2[data-v-d172ac86] {
  margin: 20px !important;
}
.mt-2[data-v-d172ac86],
.my-2[data-v-d172ac86] {
  margin-top: 20px !important;
}
.mr-2[data-v-d172ac86],
.mx-2[data-v-d172ac86] {
  margin-right: 20px !important;
}
.mb-2[data-v-d172ac86],
.my-2[data-v-d172ac86] {
  background-color: #ffffff;
  padding: 0 20px;
}
.ml-2[data-v-d172ac86],
.mx-2[data-v-d172ac86] {
  margin-left: 20px !important;
}
.m-3[data-v-d172ac86] {
  margin: 30px !important;
}
.mt-3[data-v-d172ac86],
.my-3[data-v-d172ac86] {
  margin-top: 30px !important;
}
.mr-3[data-v-d172ac86],
.mx-3[data-v-d172ac86] {
  margin-right: 30px !important;
}
.mb-3[data-v-d172ac86],
.my-3[data-v-d172ac86] {
  margin-bottom: 30px !important;
}
.ml-3[data-v-d172ac86],
.mx-3[data-v-d172ac86] {
  margin-left: 30px !important;
}
.m-4[data-v-d172ac86] {
  margin: 15px !important;
}
.mt-4[data-v-d172ac86],
.my-4[data-v-d172ac86] {
  margin-top: 15px !important;
}
.mr-4[data-v-d172ac86],
.mx-4[data-v-d172ac86] {
  margin-right: 15px !important;
}
.mb-4[data-v-d172ac86],
.my-4[data-v-d172ac86] {
  margin-bottom: 15px !important;
}
.ml-4[data-v-d172ac86],
.mx-4[data-v-d172ac86] {
  margin-left: 15px !important;
}
.ml-8[data-v-d172ac86],
.mx-8[data-v-d172ac86] {
  margin-left: 80px !important;
}
.p-0[data-v-d172ac86] {
  padding: 0 !important;
}
.pt-0[data-v-d172ac86],
.py-0[data-v-d172ac86] {
  padding-top: 0 !important;
}
.pr-0[data-v-d172ac86],
.px-0[data-v-d172ac86] {
  padding-right: 0 !important;
}
.pb-0[data-v-d172ac86],
.py-0[data-v-d172ac86] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-d172ac86],
.px-0[data-v-d172ac86] {
  padding-left: 0 !important;
}
.p-1[data-v-d172ac86] {
  padding: 10px !important;
}
.pt-1[data-v-d172ac86],
.py-1[data-v-d172ac86] {
  padding-top: 10px !important;
}
.pr-1[data-v-d172ac86],
.px-1[data-v-d172ac86] {
  padding-right: 10px !important;
}
.pb-1[data-v-d172ac86],
.py-1[data-v-d172ac86] {
  padding-bottom: 10px !important;
}
.pl-1[data-v-d172ac86],
.px-1[data-v-d172ac86] {
  padding-left: 10px !important;
}
.p-2[data-v-d172ac86] {
  padding: 20px !important;
}
.pt-2[data-v-d172ac86],
.py-2[data-v-d172ac86] {
  padding-top: 20px !important;
}
.pr-2[data-v-d172ac86],
.px-2[data-v-d172ac86] {
  padding-right: 20px !important;
}
.pb-2[data-v-d172ac86],
.py-2[data-v-d172ac86] {
  padding-bottom: 20px !important;
}
.pl-2[data-v-d172ac86],
.px-2[data-v-d172ac86] {
  padding-left: 20px !important;
}
.p-3[data-v-d172ac86] {
  padding: 30px !important;
}
.pt-3[data-v-d172ac86],
.py-3[data-v-d172ac86] {
  padding-top: 30px !important;
}
.pr-3[data-v-d172ac86],
.px-3[data-v-d172ac86] {
  padding-right: 30px !important;
}
.pb-3[data-v-d172ac86],
.py-3[data-v-d172ac86] {
  padding-bottom: 30px !important;
}
.pl-3[data-v-d172ac86],
.px-3[data-v-d172ac86] {
  padding-left: 30px !important;
}
.p-4[data-v-d172ac86] {
  padding: 15px !important;
}
.pt-4[data-v-d172ac86],
.py-4[data-v-d172ac86] {
  padding-top: 15px !important;
}
.pr-4[data-v-d172ac86],
.px-4[data-v-d172ac86] {
  padding-right: 15px !important;
}
.pb-4[data-v-d172ac86],
.py-4[data-v-d172ac86] {
  padding-bottom: 15px !important;
}
.pl-4[data-v-d172ac86],
.px-4[data-v-d172ac86] {
  padding-left: 15px !important;
}
.mt-auto[data-v-d172ac86],
.my-auto[data-v-d172ac86] {
  margin-top: auto !important;
}
.mr-auto[data-v-d172ac86],
.mx-auto[data-v-d172ac86] {
  margin-right: auto !important;
}
.mb-auto[data-v-d172ac86],
.my-auto[data-v-d172ac86] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-d172ac86],
.mx-auto[data-v-d172ac86] {
  margin-left: auto !important;
}
.text-monospace[data-v-d172ac86] {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify[data-v-d172ac86] {
  text-align: justify !important;
}
.text-wrap[data-v-d172ac86] {
  white-space: normal !important;
}
.text-nowrap[data-v-d172ac86] {
  white-space: nowrap !important;
}
.text-truncate[data-v-d172ac86] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left[data-v-d172ac86] {
  text-align: left !important;
}
.text-right[data-v-d172ac86] {
  text-align: right !important;
}
.text-center[data-v-d172ac86] {
  text-align: center !important;
}
.cursor-pointer[data-v-d172ac86] {
  cursor: pointer;
}
.col-white[data-v-d172ac86] {
  color: #ffffff;
}
.col-title[data-v-d172ac86] {
  color: #0E67AF;
}
.col-black[data-v-d172ac86] {
  color: #121212;
}
.text-indent[data-v-d172ac86] {
  text-indent: 2em;
}
.list-style-none[data-v-d172ac86] {
  list-style-type: none;
}
.nodata-title[data-v-d172ac86] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tang-xin-main[data-v-d172ac86] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__header[data-v-d172ac86] {
  background-color: #ffffff;
  margin: 0;
}
.tang-xin-main .el-tabs__header .el-tabs__item[data-v-d172ac86] {
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
}
.tang-xin-main .el-tabs__header .el-tabs__active-bar[data-v-d172ac86] {
  background-color: #ff9700;
  height: 4px;
}
.tang-xin-main .el-tabs__header .el-tabs__item.is-active[data-v-d172ac86] {
  font-size: 16px;
  color: #ff9700;
}
.tang-xin-main .el-tabs__content[data-v-d172ac86] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__item[data-v-d172ac86]:hover {
  color: #ff9700;
}
.tang-xin-main .el-form-item__content div[data-v-d172ac86] {
  width: 100%;
}
.dialog-select[data-v-d172ac86] .el-input__wrapper {
  background-color: #cccccc;
}
.dialog-select[data-v-d172ac86] .el-select .el-input__inner {
  text-align: center;
}
.dialog-select[data-v-d172ac86] .el-input {
  --el-input-placeholder-color: #ffffff;
  --el-select-input-focus-border-color: #cccccc;
}
.dialog-select[data-v-d172ac86] .el-form-item__content {
  padding-right: 50px;
}
.experience-dialog .el-dialog__body[data-v-d172ac86] {
  padding: 0 !important;
}
.dialog-main-contant[data-v-d172ac86] {
  padding: 30px 30px 0 30px;
}
.dialog-main-contant .main-item[data-v-d172ac86] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dialog-main-contant .main-item .icon[data-v-d172ac86] {
  flex: 0.13;
}
.dialog-main-contant .main-item .icon img[data-v-d172ac86] {
  width: 100%;
  height: auto;
}
.dialog-main-contant .main-item .info[data-v-d172ac86] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0.87;
  padding-left: 20px;
}
.dialog-main-contant .main-item .info span[data-v-d172ac86]:first-child {
  color: #000000;
  font-size: 14px;
  flex: 0.86;
}
.dialog-main-contant .main-item .info span[data-v-d172ac86]:last-child {
  flex: 0.14;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff9700;
  padding: 3px 10px;
  cursor: pointer;
}
.consultation-dialog[data-v-d172ac86] .el-dialog {
  border-radius: 20px;
}
.consultation-dialog[data-v-d172ac86] .el-dialog__header {
  margin-right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0 0;
  font-size: 17px;
}
.consultation-dialog .dia-header[data-v-d172ac86] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation-dialog .dia-header .dia-title[data-v-d172ac86] {
  flex: 0.93;
  text-align: center;
}
.consultation-dialog .dia-header .close-icon[data-v-d172ac86] {
  flex: 0.07;
  cursor: pointer;
}
.consultation-dialog[data-v-d172ac86] .el-dialog__body {
  padding: 0;
}
.main-detail[data-v-d172ac86] {
  background-color: #ffffff;
  width: 1024px;
}
.main-detail[data-v-d172ac86] .el-scrollbar__thumb {
  background-color: #ff9700 !important;
  opacity: 1 !important;
}
.tag[data-v-d172ac86] {
  background-color: #f4f4f4;
  color: #cccccc;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 5px;
}
.tag2[data-v-d172ac86] {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  color: #cccccc;
  display: inline-block;
}
.nick-name[data-v-d172ac86] {
  background-color: #ffffff;
  color: #ffa522;
}
.content-area[data-v-d172ac86] {
  background-color: #ffffff;
  padding: 20px;
}
[data-v-d172ac86] .content-area img {
  width: 100% !important;
}
.content-img[data-v-d172ac86] {
  background-color: #ffffff;
  width: 984px !important;
  margin: 0 20px;
}
.header-down[data-v-d172ac86] {
  width: 40px !important;
  cursor: pointer;
  font-family: Source Code Pro, DejaVu Sans Mono, Ubuntu Mono, Anonymous Pro, Droid Sans Mono, Menlo, Monaco, Consolas, Inconsolata, Courier, monospace, PingFang SC, Microsoft YaHei, sans-serif;
  background-color: #ff9700;
  height: 30px;
  width: 20%;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 8px;
}

video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

@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[data-v-f6bd066a] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body[data-v-f6bd066a] {
  margin: 0;
  overscroll-behavior-y: none;
}

/**
   * Render the `main` element consistently in IE.
   */
main[data-v-f6bd066a] {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1[data-v-f6bd066a] {
  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[data-v-f6bd066a] {
  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[data-v-f6bd066a] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a[data-v-f6bd066a] {
  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][data-v-f6bd066a] {
  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[data-v-f6bd066a],
strong[data-v-f6bd066a] {
  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[data-v-f6bd066a],
kbd[data-v-f6bd066a],
samp[data-v-f6bd066a] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small[data-v-f6bd066a] {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub[data-v-f6bd066a],
sup[data-v-f6bd066a] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-f6bd066a] {
  bottom: -0.25em;
}
sup[data-v-f6bd066a] {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img[data-v-f6bd066a] {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button[data-v-f6bd066a],
input[data-v-f6bd066a],
optgroup[data-v-f6bd066a],
select[data-v-f6bd066a],
textarea[data-v-f6bd066a] {
  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[data-v-f6bd066a],
input[data-v-f6bd066a] {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button[data-v-f6bd066a],
select[data-v-f6bd066a] {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button[data-v-f6bd066a],
[type=button][data-v-f6bd066a],
[type=reset][data-v-f6bd066a],
[type=submit][data-v-f6bd066a] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button[data-v-f6bd066a]::-moz-focus-inner,
[type=button][data-v-f6bd066a]::-moz-focus-inner,
[type=reset][data-v-f6bd066a]::-moz-focus-inner,
[type=submit][data-v-f6bd066a]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button[data-v-f6bd066a]:-moz-focusring,
[type=button][data-v-f6bd066a]:-moz-focusring,
[type=reset][data-v-f6bd066a]:-moz-focusring,
[type=submit][data-v-f6bd066a]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset[data-v-f6bd066a] {
  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[data-v-f6bd066a] {
  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[data-v-f6bd066a] {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea[data-v-f6bd066a] {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox][data-v-f6bd066a],
[type=radio][data-v-f6bd066a] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number][data-v-f6bd066a]::-webkit-inner-spin-button,
[type=number][data-v-f6bd066a]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search][data-v-f6bd066a] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search][data-v-f6bd066a]::-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.
   */
[data-v-f6bd066a]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details[data-v-f6bd066a] {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary[data-v-f6bd066a] {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template[data-v-f6bd066a] {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden][data-v-f6bd066a] {
  display: none;
}
html[data-v-f6bd066a] {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
dt[data-v-f6bd066a] {
  font-weight: 700;
}
.font-w5[data-v-f6bd066a] {
  font-weight: 500;
}
.font-w6[data-v-f6bd066a] {
  font-weight: 600;
}
.font-w7[data-v-f6bd066a] {
  font-weight: 700;
}
.font-w8[data-v-f6bd066a] {
  font-weight: 800;
}
.font-size16[data-v-f6bd066a] {
  font-size: 16px;
}
.font-size18[data-v-f6bd066a] {
  font-size: 18px;
}
.font-size20[data-v-f6bd066a] {
  font-size: 20px;
}
.font-size21[data-v-f6bd066a] {
  font-size: 21px;
}
.font-size22[data-v-f6bd066a] {
  font-size: 22px;
}
.font-size24[data-v-f6bd066a] {
  font-size: 24px;
}
.font-size32[data-v-f6bd066a] {
  font-size: 32px;
}
.font-size36[data-v-f6bd066a] {
  font-size: 36px;
}
.font-size46[data-v-f6bd066a] {
  font-size: 46px;
}
dd[data-v-f6bd066a] {
  margin-bottom: 20px;
  margin-left: 0;
}
b[data-v-f6bd066a],
strong[data-v-f6bd066a] {
  font-weight: bolder;
}
small[data-v-f6bd066a] {
  font-size: 80%;
}
sub[data-v-f6bd066a] {
  bottom: -0.25em;
}
sup[data-v-f6bd066a] {
  top: -0.5em;
}
a[data-v-f6bd066a] {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img[data-v-f6bd066a] {
  vertical-align: middle;
  border-style: none;
}
.line-height-22[data-v-f6bd066a] {
  line-height: 22px;
}
.line-height-25[data-v-f6bd066a] {
  line-height: 25px;
}
.line-h-17[data-v-f6bd066a] {
  line-height: 1.2;
}
table[data-v-f6bd066a] {
  border-collapse: collapse;
}
label[data-v-f6bd066a] {
  display: inline-block;
  margin-bottom: 10px;
}
.d-inline-block[data-v-f6bd066a] {
  display: inline-block;
}
.line[data-v-f6bd066a] {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.d-none[data-v-f6bd066a] {
  display: none !important;
}
.d-inline[data-v-f6bd066a] {
  display: inline !important;
}
.d-inline-block[data-v-f6bd066a] {
  display: inline-block !important;
}
.d-block[data-v-f6bd066a] {
  display: block !important;
}
.d-table[data-v-f6bd066a] {
  display: table !important;
}
.d-table-row[data-v-f6bd066a] {
  display: table-row !important;
}
.d-table-cell[data-v-f6bd066a] {
  display: table-cell !important;
}
.d-flex[data-v-f6bd066a] {
  display: flex !important;
}
.d-inline-flex[data-v-f6bd066a] {
  display: inline-flex !important;
}
.flex-row[data-v-f6bd066a] {
  flex-direction: row !important;
}
.flex-column[data-v-f6bd066a] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-f6bd066a] {
  flex-direction: row-reverse !important;
}
.flex-wrap[data-v-f6bd066a] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-f6bd066a] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-f6bd066a] {
  flex-wrap: wrap-reverse !important;
}
.flex-fill[data-v-f6bd066a] {
  flex: 1 1 auto !important;
}
.flex-grow-0[data-v-f6bd066a] {
  flex-grow: 0 !important;
}
.flex-grow-1[data-v-f6bd066a] {
  flex-grow: 1 !important;
}
.justify-content-start[data-v-f6bd066a] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-f6bd066a] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-f6bd066a] {
  justify-content: center !important;
}
.justify-content-between[data-v-f6bd066a] {
  justify-content: space-between !important;
}
.align-items-start[data-v-f6bd066a] {
  align-items: flex-start !important;
}
.align-items-end[data-v-f6bd066a] {
  align-items: flex-end !important;
}
.align-items-center[data-v-f6bd066a] {
  align-items: center !important;
  background-color: #ffffff;
  padding: 0 20px;
}
.align-items-center2[data-v-f6bd066a] {
  align-items: center !important;
}
.float-left[data-v-f6bd066a] {
  float: left !important;
}
.float-right[data-v-f6bd066a] {
  float: right !important;
}
.float-none[data-v-f6bd066a] {
  float: none !important;
}
.overflow-auto[data-v-f6bd066a] {
  overflow: auto !important;
}
.overflow-hidden[data-v-f6bd066a] {
  overflow: hidden !important;
}
.position-static[data-v-f6bd066a] {
  position: static !important;
}
.position-relative[data-v-f6bd066a] {
  position: relative !important;
}
.position-absolute[data-v-f6bd066a] {
  position: absolute !important;
}
.position-fixed[data-v-f6bd066a] {
  position: fixed !important;
}
.position-sticky[data-v-f6bd066a] {
  position: sticky !important;
}
.fixed-top[data-v-f6bd066a] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-f6bd066a] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.shadow-sm[data-v-f6bd066a] {
  box-shadow: 0 0.125rem 10px rgba(0, 0, 0, 0.075) !important;
}
.shadow[data-v-f6bd066a] {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg[data-v-f6bd066a] {
  box-shadow: 0 30px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none[data-v-f6bd066a] {
  box-shadow: none !important;
}
.w-25[data-v-f6bd066a] {
  width: 25% !important;
}
.w-50[data-v-f6bd066a] {
  width: 50% !important;
}
.w-75[data-v-f6bd066a] {
  width: 75% !important;
}
.w-100[data-v-f6bd066a] {
  width: 100% !important;
}
.w-auto[data-v-f6bd066a] {
  width: auto !important;
}
.h-25[data-v-f6bd066a] {
  height: 25% !important;
}
.h-50[data-v-f6bd066a] {
  height: 50% !important;
}
.h-75[data-v-f6bd066a] {
  height: 75% !important;
}
.h-100[data-v-f6bd066a] {
  height: 100% !important;
}
.h-auto[data-v-f6bd066a] {
  height: auto !important;
}
.mw-100[data-v-f6bd066a] {
  max-width: 100% !important;
}
.mh-100[data-v-f6bd066a] {
  max-height: 100% !important;
}
.min-vw-100[data-v-f6bd066a] {
  min-width: 100vw !important;
}
.min-vh-100[data-v-f6bd066a] {
  min-height: 100vh !important;
}
.vw-100[data-v-f6bd066a] {
  width: 100vw !important;
}
.vh-100[data-v-f6bd066a] {
  height: 100vh !important;
}
m-0[data-v-f6bd066a] {
  margin: 0 !important;
}
.mt-0[data-v-f6bd066a],
.my-0[data-v-f6bd066a] {
  margin-top: 0 !important;
}
.mr-0[data-v-f6bd066a],
.mx-0[data-v-f6bd066a] {
  margin-right: 0 !important;
}
.mb-0[data-v-f6bd066a],
.my-0[data-v-f6bd066a] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-f6bd066a],
.mx-0[data-v-f6bd066a] {
  margin-left: 0 !important;
}
.m-1[data-v-f6bd066a] {
  margin: 10px !important;
}
.mt-1[data-v-f6bd066a],
.my-1[data-v-f6bd066a] {
  margin-top: 10px !important;
}
.mr-1[data-v-f6bd066a],
.mx-1[data-v-f6bd066a] {
  margin-right: 10px !important;
}
.mb-1[data-v-f6bd066a],
.my-1[data-v-f6bd066a] {
  margin-bottom: 10px !important;
}
.ml-1[data-v-f6bd066a],
.mx-1[data-v-f6bd066a] {
  margin-left: 10px !important;
}
.m-2[data-v-f6bd066a] {
  margin: 20px !important;
}
.mt-2[data-v-f6bd066a],
.my-2[data-v-f6bd066a] {
  margin-top: 20px !important;
}
.mr-2[data-v-f6bd066a],
.mx-2[data-v-f6bd066a] {
  margin-right: 20px !important;
}
.mb-2[data-v-f6bd066a],
.my-2[data-v-f6bd066a] {
  background-color: #ffffff;
  padding: 0 20px;
}
.ml-2[data-v-f6bd066a],
.mx-2[data-v-f6bd066a] {
  margin-left: 20px !important;
}
.m-3[data-v-f6bd066a] {
  margin: 30px !important;
}
.mt-3[data-v-f6bd066a],
.my-3[data-v-f6bd066a] {
  margin-top: 30px !important;
}
.mr-3[data-v-f6bd066a],
.mx-3[data-v-f6bd066a] {
  margin-right: 30px !important;
}
.mb-3[data-v-f6bd066a],
.my-3[data-v-f6bd066a] {
  margin-bottom: 30px !important;
}
.ml-3[data-v-f6bd066a],
.mx-3[data-v-f6bd066a] {
  margin-left: 30px !important;
}
.m-4[data-v-f6bd066a] {
  margin: 15px !important;
}
.mt-4[data-v-f6bd066a],
.my-4[data-v-f6bd066a] {
  margin-top: 15px !important;
}
.mr-4[data-v-f6bd066a],
.mx-4[data-v-f6bd066a] {
  margin-right: 15px !important;
}
.mb-4[data-v-f6bd066a],
.my-4[data-v-f6bd066a] {
  margin-bottom: 15px !important;
}
.ml-4[data-v-f6bd066a],
.mx-4[data-v-f6bd066a] {
  margin-left: 15px !important;
}
.ml-8[data-v-f6bd066a],
.mx-8[data-v-f6bd066a] {
  margin-left: 80px !important;
}
.p-0[data-v-f6bd066a] {
  padding: 0 !important;
}
.pt-0[data-v-f6bd066a],
.py-0[data-v-f6bd066a] {
  padding-top: 0 !important;
}
.pr-0[data-v-f6bd066a],
.px-0[data-v-f6bd066a] {
  padding-right: 0 !important;
}
.pb-0[data-v-f6bd066a],
.py-0[data-v-f6bd066a] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-f6bd066a],
.px-0[data-v-f6bd066a] {
  padding-left: 0 !important;
}
.p-1[data-v-f6bd066a] {
  padding: 10px !important;
}
.pt-1[data-v-f6bd066a],
.py-1[data-v-f6bd066a] {
  padding-top: 10px !important;
}
.pr-1[data-v-f6bd066a],
.px-1[data-v-f6bd066a] {
  padding-right: 10px !important;
}
.pb-1[data-v-f6bd066a],
.py-1[data-v-f6bd066a] {
  padding-bottom: 10px !important;
}
.pl-1[data-v-f6bd066a],
.px-1[data-v-f6bd066a] {
  padding-left: 10px !important;
}
.p-2[data-v-f6bd066a] {
  padding: 20px !important;
}
.pt-2[data-v-f6bd066a],
.py-2[data-v-f6bd066a] {
  padding-top: 20px !important;
}
.pr-2[data-v-f6bd066a],
.px-2[data-v-f6bd066a] {
  padding-right: 20px !important;
}
.pb-2[data-v-f6bd066a],
.py-2[data-v-f6bd066a] {
  padding-bottom: 20px !important;
}
.pl-2[data-v-f6bd066a],
.px-2[data-v-f6bd066a] {
  padding-left: 20px !important;
}
.p-3[data-v-f6bd066a] {
  padding: 30px !important;
}
.pt-3[data-v-f6bd066a],
.py-3[data-v-f6bd066a] {
  padding-top: 30px !important;
}
.pr-3[data-v-f6bd066a],
.px-3[data-v-f6bd066a] {
  padding-right: 30px !important;
}
.pb-3[data-v-f6bd066a],
.py-3[data-v-f6bd066a] {
  padding-bottom: 30px !important;
}
.pl-3[data-v-f6bd066a],
.px-3[data-v-f6bd066a] {
  padding-left: 30px !important;
}
.p-4[data-v-f6bd066a] {
  padding: 15px !important;
}
.pt-4[data-v-f6bd066a],
.py-4[data-v-f6bd066a] {
  padding-top: 15px !important;
}
.pr-4[data-v-f6bd066a],
.px-4[data-v-f6bd066a] {
  padding-right: 15px !important;
}
.pb-4[data-v-f6bd066a],
.py-4[data-v-f6bd066a] {
  padding-bottom: 15px !important;
}
.pl-4[data-v-f6bd066a],
.px-4[data-v-f6bd066a] {
  padding-left: 15px !important;
}
.mt-auto[data-v-f6bd066a],
.my-auto[data-v-f6bd066a] {
  margin-top: auto !important;
}
.mr-auto[data-v-f6bd066a],
.mx-auto[data-v-f6bd066a] {
  margin-right: auto !important;
}
.mb-auto[data-v-f6bd066a],
.my-auto[data-v-f6bd066a] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-f6bd066a],
.mx-auto[data-v-f6bd066a] {
  margin-left: auto !important;
}
.text-monospace[data-v-f6bd066a] {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify[data-v-f6bd066a] {
  text-align: justify !important;
}
.text-wrap[data-v-f6bd066a] {
  white-space: normal !important;
}
.text-nowrap[data-v-f6bd066a] {
  white-space: nowrap !important;
}
.text-truncate[data-v-f6bd066a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left[data-v-f6bd066a] {
  text-align: left !important;
}
.text-right[data-v-f6bd066a] {
  text-align: right !important;
}
.text-center[data-v-f6bd066a] {
  text-align: center !important;
}
.cursor-pointer[data-v-f6bd066a] {
  cursor: pointer;
}
.col-white[data-v-f6bd066a] {
  color: #ffffff;
}
.col-title[data-v-f6bd066a] {
  color: #0E67AF;
}
.col-black[data-v-f6bd066a] {
  color: #121212;
}
.text-indent[data-v-f6bd066a] {
  text-indent: 2em;
}
.list-style-none[data-v-f6bd066a] {
  list-style-type: none;
}
.nodata-title[data-v-f6bd066a] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tang-xin-main[data-v-f6bd066a] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__header[data-v-f6bd066a] {
  background-color: #ffffff;
  margin: 0;
}
.tang-xin-main .el-tabs__header .el-tabs__item[data-v-f6bd066a] {
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
}
.tang-xin-main .el-tabs__header .el-tabs__active-bar[data-v-f6bd066a] {
  background-color: #ff9700;
  height: 4px;
}
.tang-xin-main .el-tabs__header .el-tabs__item.is-active[data-v-f6bd066a] {
  font-size: 16px;
  color: #ff9700;
}
.tang-xin-main .el-tabs__content[data-v-f6bd066a] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__item[data-v-f6bd066a]:hover {
  color: #ff9700;
}
.tang-xin-main .el-form-item__content div[data-v-f6bd066a] {
  width: 100%;
}
.dialog-select[data-v-f6bd066a] .el-input__wrapper {
  background-color: #cccccc;
}
.dialog-select[data-v-f6bd066a] .el-select .el-input__inner {
  text-align: center;
}
.dialog-select[data-v-f6bd066a] .el-input {
  --el-input-placeholder-color: #ffffff;
  --el-select-input-focus-border-color: #cccccc;
}
.dialog-select[data-v-f6bd066a] .el-form-item__content {
  padding-right: 50px;
}
.experience-dialog .el-dialog__body[data-v-f6bd066a] {
  padding: 0 !important;
}
.dialog-main-contant[data-v-f6bd066a] {
  padding: 30px 30px 0 30px;
}
.dialog-main-contant .main-item[data-v-f6bd066a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dialog-main-contant .main-item .icon[data-v-f6bd066a] {
  flex: 0.13;
}
.dialog-main-contant .main-item .icon img[data-v-f6bd066a] {
  width: 100%;
  height: auto;
}
.dialog-main-contant .main-item .info[data-v-f6bd066a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0.87;
  padding-left: 20px;
}
.dialog-main-contant .main-item .info span[data-v-f6bd066a]:first-child {
  color: #000000;
  font-size: 14px;
  flex: 0.86;
}
.dialog-main-contant .main-item .info span[data-v-f6bd066a]:last-child {
  flex: 0.14;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff9700;
  padding: 3px 10px;
  cursor: pointer;
}
.consultation-dialog[data-v-f6bd066a] .el-dialog {
  border-radius: 20px;
}
.consultation-dialog[data-v-f6bd066a] .el-dialog__header {
  margin-right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0 0;
  font-size: 17px;
}
.consultation-dialog .dia-header[data-v-f6bd066a] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation-dialog .dia-header .dia-title[data-v-f6bd066a] {
  flex: 0.93;
  text-align: center;
}
.consultation-dialog .dia-header .close-icon[data-v-f6bd066a] {
  flex: 0.07;
  cursor: pointer;
}
.consultation-dialog[data-v-f6bd066a] .el-dialog__body {
  padding: 0;
}
.base-course[data-v-f6bd066a] {
  width: 226px;
  height: 305px;
  padding: 8px;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  cursor: pointer;
}
.base-course .header-img[data-v-f6bd066a] {
  height: 142px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-course .header-img img[data-v-f6bd066a] {
  height: 100%;
  width: auto;
  border-radius: 20px;
}
.base-course .course-level[data-v-f6bd066a] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}
.base-course .course-level span[data-v-f6bd066a] {
  font-size: 12px;
}
.base-course .course-level span[data-v-f6bd066a]:last-child {
  color: #d9d9d9;
  zoom: 0.8;
}
.base-course .description[data-v-f6bd066a] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 6px;
}
.base-course .description span[data-v-f6bd066a] {
  font-size: 12px;
  zoom: 0.8;
  color: #ff9700;
}
.base-course .description-box .box-title[data-v-f6bd066a] {
  display: flex;
  flex-wrap: wrap;
}
.base-course .description-box .box-title span[data-v-f6bd066a] {
  color: #ff9700;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  zoom: 0.8;
  margin-top: 3px;
}
.base-course .description-box .box-item[data-v-f6bd066a] {
  height: 70px;
  overflow: auto;
}
.base-course .description-box .box-item p[data-v-f6bd066a] {
  padding: 0;
  width: 100%;
  font-size: 12px;
  zoom: 0.8;
  text-align: left;
  margin: 4px 0 0 0;
  overflow: hidden; /* 超出的部分隐藏起来 */
  text-overflow: ellipsis; /* 超出的部分用省略号代替 */
  white-space: pre-wrap; /*规定不换行*/
}
.base-course .description-box .box-footer[data-v-f6bd066a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.base-course .description-box .box-footer div[data-v-f6bd066a]:first-child {
  font-size: 12px;
  zoom: 0.8;
  color: #dbdbdb;
}
.base-course .description-box .box-footer div[data-v-f6bd066a]:last-child {
  width: 60px;
  height: 20px;
  font-size: 12px;
  zoom: 0.7;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.base-course .description-box .box-footer .not-purchased[data-v-f6bd066a] {
  background-color: #aaaaaa;
}
.base-course .description-box .box-footer .purchased[data-v-f6bd066a] {
  background-color: #ff9700;
}
.stop-course[data-v-f6bd066a] {
  width: 130px;
  height: 120px;
  position: relative;
  top: -135px;
  left: 55px;
}
.stop-course img[data-v-f6bd066a] {
  width: 100%;
  height: 100%;
  color: #cccccc;
}
/*! 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[data-v-4879e018] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body[data-v-4879e018] {
  margin: 0;
  overscroll-behavior-y: none;
}

/**
   * Render the `main` element consistently in IE.
   */
main[data-v-4879e018] {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1[data-v-4879e018] {
  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[data-v-4879e018] {
  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[data-v-4879e018] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a[data-v-4879e018] {
  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][data-v-4879e018] {
  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[data-v-4879e018],
strong[data-v-4879e018] {
  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[data-v-4879e018],
kbd[data-v-4879e018],
samp[data-v-4879e018] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small[data-v-4879e018] {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub[data-v-4879e018],
sup[data-v-4879e018] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-4879e018] {
  bottom: -0.25em;
}
sup[data-v-4879e018] {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img[data-v-4879e018] {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button[data-v-4879e018],
input[data-v-4879e018],
optgroup[data-v-4879e018],
select[data-v-4879e018],
textarea[data-v-4879e018] {
  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[data-v-4879e018],
input[data-v-4879e018] {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button[data-v-4879e018],
select[data-v-4879e018] {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button[data-v-4879e018],
[type=button][data-v-4879e018],
[type=reset][data-v-4879e018],
[type=submit][data-v-4879e018] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button[data-v-4879e018]::-moz-focus-inner,
[type=button][data-v-4879e018]::-moz-focus-inner,
[type=reset][data-v-4879e018]::-moz-focus-inner,
[type=submit][data-v-4879e018]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button[data-v-4879e018]:-moz-focusring,
[type=button][data-v-4879e018]:-moz-focusring,
[type=reset][data-v-4879e018]:-moz-focusring,
[type=submit][data-v-4879e018]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset[data-v-4879e018] {
  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[data-v-4879e018] {
  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[data-v-4879e018] {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea[data-v-4879e018] {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox][data-v-4879e018],
[type=radio][data-v-4879e018] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number][data-v-4879e018]::-webkit-inner-spin-button,
[type=number][data-v-4879e018]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search][data-v-4879e018] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search][data-v-4879e018]::-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.
   */
[data-v-4879e018]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details[data-v-4879e018] {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary[data-v-4879e018] {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template[data-v-4879e018] {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden][data-v-4879e018] {
  display: none;
}
html[data-v-4879e018] {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
dt[data-v-4879e018] {
  font-weight: 700;
}
.font-w5[data-v-4879e018] {
  font-weight: 500;
}
.font-w6[data-v-4879e018] {
  font-weight: 600;
}
.font-w7[data-v-4879e018] {
  font-weight: 700;
}
.font-w8[data-v-4879e018] {
  font-weight: 800;
}
.font-size16[data-v-4879e018] {
  font-size: 16px;
}
.font-size18[data-v-4879e018] {
  font-size: 18px;
}
.font-size20[data-v-4879e018] {
  font-size: 20px;
}
.font-size21[data-v-4879e018] {
  font-size: 21px;
}
.font-size22[data-v-4879e018] {
  font-size: 22px;
}
.font-size24[data-v-4879e018] {
  font-size: 24px;
}
.font-size32[data-v-4879e018] {
  font-size: 32px;
}
.font-size36[data-v-4879e018] {
  font-size: 36px;
}
.font-size46[data-v-4879e018] {
  font-size: 46px;
}
dd[data-v-4879e018] {
  margin-bottom: 20px;
  margin-left: 0;
}
b[data-v-4879e018],
strong[data-v-4879e018] {
  font-weight: bolder;
}
small[data-v-4879e018] {
  font-size: 80%;
}
sub[data-v-4879e018] {
  bottom: -0.25em;
}
sup[data-v-4879e018] {
  top: -0.5em;
}
a[data-v-4879e018] {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img[data-v-4879e018] {
  vertical-align: middle;
  border-style: none;
}
.line-height-22[data-v-4879e018] {
  line-height: 22px;
}
.line-height-25[data-v-4879e018] {
  line-height: 25px;
}
.line-h-17[data-v-4879e018] {
  line-height: 1.2;
}
table[data-v-4879e018] {
  border-collapse: collapse;
}
label[data-v-4879e018] {
  display: inline-block;
  margin-bottom: 10px;
}
.d-inline-block[data-v-4879e018] {
  display: inline-block;
}
.line[data-v-4879e018] {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.d-none[data-v-4879e018] {
  display: none !important;
}
.d-inline[data-v-4879e018] {
  display: inline !important;
}
.d-inline-block[data-v-4879e018] {
  display: inline-block !important;
}
.d-block[data-v-4879e018] {
  display: block !important;
}
.d-table[data-v-4879e018] {
  display: table !important;
}
.d-table-row[data-v-4879e018] {
  display: table-row !important;
}
.d-table-cell[data-v-4879e018] {
  display: table-cell !important;
}
.d-flex[data-v-4879e018] {
  display: flex !important;
}
.d-inline-flex[data-v-4879e018] {
  display: inline-flex !important;
}
.flex-row[data-v-4879e018] {
  flex-direction: row !important;
}
.flex-column[data-v-4879e018] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-4879e018] {
  flex-direction: row-reverse !important;
}
.flex-wrap[data-v-4879e018] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-4879e018] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-4879e018] {
  flex-wrap: wrap-reverse !important;
}
.flex-fill[data-v-4879e018] {
  flex: 1 1 auto !important;
}
.flex-grow-0[data-v-4879e018] {
  flex-grow: 0 !important;
}
.flex-grow-1[data-v-4879e018] {
  flex-grow: 1 !important;
}
.justify-content-start[data-v-4879e018] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-4879e018] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-4879e018] {
  justify-content: center !important;
}
.justify-content-between[data-v-4879e018] {
  justify-content: space-between !important;
}
.align-items-start[data-v-4879e018] {
  align-items: flex-start !important;
}
.align-items-end[data-v-4879e018] {
  align-items: flex-end !important;
}
.align-items-center[data-v-4879e018] {
  align-items: center !important;
  background-color: #ffffff;
  padding: 0 20px;
}
.align-items-center2[data-v-4879e018] {
  align-items: center !important;
}
.float-left[data-v-4879e018] {
  float: left !important;
}
.float-right[data-v-4879e018] {
  float: right !important;
}
.float-none[data-v-4879e018] {
  float: none !important;
}
.overflow-auto[data-v-4879e018] {
  overflow: auto !important;
}
.overflow-hidden[data-v-4879e018] {
  overflow: hidden !important;
}
.position-static[data-v-4879e018] {
  position: static !important;
}
.position-relative[data-v-4879e018] {
  position: relative !important;
}
.position-absolute[data-v-4879e018] {
  position: absolute !important;
}
.position-fixed[data-v-4879e018] {
  position: fixed !important;
}
.position-sticky[data-v-4879e018] {
  position: sticky !important;
}
.fixed-top[data-v-4879e018] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-4879e018] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.shadow-sm[data-v-4879e018] {
  box-shadow: 0 0.125rem 10px rgba(0, 0, 0, 0.075) !important;
}
.shadow[data-v-4879e018] {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg[data-v-4879e018] {
  box-shadow: 0 30px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none[data-v-4879e018] {
  box-shadow: none !important;
}
.w-25[data-v-4879e018] {
  width: 25% !important;
}
.w-50[data-v-4879e018] {
  width: 50% !important;
}
.w-75[data-v-4879e018] {
  width: 75% !important;
}
.w-100[data-v-4879e018] {
  width: 100% !important;
}
.w-auto[data-v-4879e018] {
  width: auto !important;
}
.h-25[data-v-4879e018] {
  height: 25% !important;
}
.h-50[data-v-4879e018] {
  height: 50% !important;
}
.h-75[data-v-4879e018] {
  height: 75% !important;
}
.h-100[data-v-4879e018] {
  height: 100% !important;
}
.h-auto[data-v-4879e018] {
  height: auto !important;
}
.mw-100[data-v-4879e018] {
  max-width: 100% !important;
}
.mh-100[data-v-4879e018] {
  max-height: 100% !important;
}
.min-vw-100[data-v-4879e018] {
  min-width: 100vw !important;
}
.min-vh-100[data-v-4879e018] {
  min-height: 100vh !important;
}
.vw-100[data-v-4879e018] {
  width: 100vw !important;
}
.vh-100[data-v-4879e018] {
  height: 100vh !important;
}
m-0[data-v-4879e018] {
  margin: 0 !important;
}
.mt-0[data-v-4879e018],
.my-0[data-v-4879e018] {
  margin-top: 0 !important;
}
.mr-0[data-v-4879e018],
.mx-0[data-v-4879e018] {
  margin-right: 0 !important;
}
.mb-0[data-v-4879e018],
.my-0[data-v-4879e018] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-4879e018],
.mx-0[data-v-4879e018] {
  margin-left: 0 !important;
}
.m-1[data-v-4879e018] {
  margin: 10px !important;
}
.mt-1[data-v-4879e018],
.my-1[data-v-4879e018] {
  margin-top: 10px !important;
}
.mr-1[data-v-4879e018],
.mx-1[data-v-4879e018] {
  margin-right: 10px !important;
}
.mb-1[data-v-4879e018],
.my-1[data-v-4879e018] {
  margin-bottom: 10px !important;
}
.ml-1[data-v-4879e018],
.mx-1[data-v-4879e018] {
  margin-left: 10px !important;
}
.m-2[data-v-4879e018] {
  margin: 20px !important;
}
.mt-2[data-v-4879e018],
.my-2[data-v-4879e018] {
  margin-top: 20px !important;
}
.mr-2[data-v-4879e018],
.mx-2[data-v-4879e018] {
  margin-right: 20px !important;
}
.mb-2[data-v-4879e018],
.my-2[data-v-4879e018] {
  background-color: #ffffff;
  padding: 0 20px;
}
.ml-2[data-v-4879e018],
.mx-2[data-v-4879e018] {
  margin-left: 20px !important;
}
.m-3[data-v-4879e018] {
  margin: 30px !important;
}
.mt-3[data-v-4879e018],
.my-3[data-v-4879e018] {
  margin-top: 30px !important;
}
.mr-3[data-v-4879e018],
.mx-3[data-v-4879e018] {
  margin-right: 30px !important;
}
.mb-3[data-v-4879e018],
.my-3[data-v-4879e018] {
  margin-bottom: 30px !important;
}
.ml-3[data-v-4879e018],
.mx-3[data-v-4879e018] {
  margin-left: 30px !important;
}
.m-4[data-v-4879e018] {
  margin: 15px !important;
}
.mt-4[data-v-4879e018],
.my-4[data-v-4879e018] {
  margin-top: 15px !important;
}
.mr-4[data-v-4879e018],
.mx-4[data-v-4879e018] {
  margin-right: 15px !important;
}
.mb-4[data-v-4879e018],
.my-4[data-v-4879e018] {
  margin-bottom: 15px !important;
}
.ml-4[data-v-4879e018],
.mx-4[data-v-4879e018] {
  margin-left: 15px !important;
}
.ml-8[data-v-4879e018],
.mx-8[data-v-4879e018] {
  margin-left: 80px !important;
}
.p-0[data-v-4879e018] {
  padding: 0 !important;
}
.pt-0[data-v-4879e018],
.py-0[data-v-4879e018] {
  padding-top: 0 !important;
}
.pr-0[data-v-4879e018],
.px-0[data-v-4879e018] {
  padding-right: 0 !important;
}
.pb-0[data-v-4879e018],
.py-0[data-v-4879e018] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-4879e018],
.px-0[data-v-4879e018] {
  padding-left: 0 !important;
}
.p-1[data-v-4879e018] {
  padding: 10px !important;
}
.pt-1[data-v-4879e018],
.py-1[data-v-4879e018] {
  padding-top: 10px !important;
}
.pr-1[data-v-4879e018],
.px-1[data-v-4879e018] {
  padding-right: 10px !important;
}
.pb-1[data-v-4879e018],
.py-1[data-v-4879e018] {
  padding-bottom: 10px !important;
}
.pl-1[data-v-4879e018],
.px-1[data-v-4879e018] {
  padding-left: 10px !important;
}
.p-2[data-v-4879e018] {
  padding: 20px !important;
}
.pt-2[data-v-4879e018],
.py-2[data-v-4879e018] {
  padding-top: 20px !important;
}
.pr-2[data-v-4879e018],
.px-2[data-v-4879e018] {
  padding-right: 20px !important;
}
.pb-2[data-v-4879e018],
.py-2[data-v-4879e018] {
  padding-bottom: 20px !important;
}
.pl-2[data-v-4879e018],
.px-2[data-v-4879e018] {
  padding-left: 20px !important;
}
.p-3[data-v-4879e018] {
  padding: 30px !important;
}
.pt-3[data-v-4879e018],
.py-3[data-v-4879e018] {
  padding-top: 30px !important;
}
.pr-3[data-v-4879e018],
.px-3[data-v-4879e018] {
  padding-right: 30px !important;
}
.pb-3[data-v-4879e018],
.py-3[data-v-4879e018] {
  padding-bottom: 30px !important;
}
.pl-3[data-v-4879e018],
.px-3[data-v-4879e018] {
  padding-left: 30px !important;
}
.p-4[data-v-4879e018] {
  padding: 15px !important;
}
.pt-4[data-v-4879e018],
.py-4[data-v-4879e018] {
  padding-top: 15px !important;
}
.pr-4[data-v-4879e018],
.px-4[data-v-4879e018] {
  padding-right: 15px !important;
}
.pb-4[data-v-4879e018],
.py-4[data-v-4879e018] {
  padding-bottom: 15px !important;
}
.pl-4[data-v-4879e018],
.px-4[data-v-4879e018] {
  padding-left: 15px !important;
}
.mt-auto[data-v-4879e018],
.my-auto[data-v-4879e018] {
  margin-top: auto !important;
}
.mr-auto[data-v-4879e018],
.mx-auto[data-v-4879e018] {
  margin-right: auto !important;
}
.mb-auto[data-v-4879e018],
.my-auto[data-v-4879e018] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-4879e018],
.mx-auto[data-v-4879e018] {
  margin-left: auto !important;
}
.text-monospace[data-v-4879e018] {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify[data-v-4879e018] {
  text-align: justify !important;
}
.text-wrap[data-v-4879e018] {
  white-space: normal !important;
}
.text-nowrap[data-v-4879e018] {
  white-space: nowrap !important;
}
.text-truncate[data-v-4879e018] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left[data-v-4879e018] {
  text-align: left !important;
}
.text-right[data-v-4879e018] {
  text-align: right !important;
}
.text-center[data-v-4879e018] {
  text-align: center !important;
}
.cursor-pointer[data-v-4879e018] {
  cursor: pointer;
}
.col-white[data-v-4879e018] {
  color: #ffffff;
}
.col-title[data-v-4879e018] {
  color: #0E67AF;
}
.col-black[data-v-4879e018] {
  color: #121212;
}
.text-indent[data-v-4879e018] {
  text-indent: 2em;
}
.list-style-none[data-v-4879e018] {
  list-style-type: none;
}
.nodata-title[data-v-4879e018] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tang-xin-main[data-v-4879e018] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__header[data-v-4879e018] {
  background-color: #ffffff;
  margin: 0;
}
.tang-xin-main .el-tabs__header .el-tabs__item[data-v-4879e018] {
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
}
.tang-xin-main .el-tabs__header .el-tabs__active-bar[data-v-4879e018] {
  background-color: #ff9700;
  height: 4px;
}
.tang-xin-main .el-tabs__header .el-tabs__item.is-active[data-v-4879e018] {
  font-size: 16px;
  color: #ff9700;
}
.tang-xin-main .el-tabs__content[data-v-4879e018] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__item[data-v-4879e018]:hover {
  color: #ff9700;
}
.tang-xin-main .el-form-item__content div[data-v-4879e018] {
  width: 100%;
}
.dialog-select[data-v-4879e018] .el-input__wrapper {
  background-color: #cccccc;
}
.dialog-select[data-v-4879e018] .el-select .el-input__inner {
  text-align: center;
}
.dialog-select[data-v-4879e018] .el-input {
  --el-input-placeholder-color: #ffffff;
  --el-select-input-focus-border-color: #cccccc;
}
.dialog-select[data-v-4879e018] .el-form-item__content {
  padding-right: 50px;
}
.experience-dialog .el-dialog__body[data-v-4879e018] {
  padding: 0 !important;
}
.dialog-main-contant[data-v-4879e018] {
  padding: 30px 30px 0 30px;
}
.dialog-main-contant .main-item[data-v-4879e018] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dialog-main-contant .main-item .icon[data-v-4879e018] {
  flex: 0.13;
}
.dialog-main-contant .main-item .icon img[data-v-4879e018] {
  width: 100%;
  height: auto;
}
.dialog-main-contant .main-item .info[data-v-4879e018] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0.87;
  padding-left: 20px;
}
.dialog-main-contant .main-item .info span[data-v-4879e018]:first-child {
  color: #000000;
  font-size: 14px;
  flex: 0.86;
}
.dialog-main-contant .main-item .info span[data-v-4879e018]:last-child {
  flex: 0.14;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff9700;
  padding: 3px 10px;
  cursor: pointer;
}
.consultation-dialog[data-v-4879e018] .el-dialog {
  border-radius: 20px;
}
.consultation-dialog[data-v-4879e018] .el-dialog__header {
  margin-right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0 0;
  font-size: 17px;
}
.consultation-dialog .dia-header[data-v-4879e018] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation-dialog .dia-header .dia-title[data-v-4879e018] {
  flex: 0.93;
  text-align: center;
}
.consultation-dialog .dia-header .close-icon[data-v-4879e018] {
  flex: 0.07;
  cursor: pointer;
}
.consultation-dialog[data-v-4879e018] .el-dialog__body {
  padding: 0;
}
form[data-v-4879e018] {
  height: 100%;
}
.course .course-tabs .clear-header[data-v-4879e018] {
  height: 66px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.course .course-tabs .clear-header .clear-header-tool[data-v-4879e018] {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 26px;
}
.course .course-tabs .clear-header .clear-header-tool .header-tool-input[data-v-4879e018] {
  flex: 0.7;
  padding-right: 60px;
}
.course .course-tabs .clear-header .clear-header-tool .header-tool-input .prefix-search[data-v-4879e018] {
  width: 36px;
  height: 34px;
  border-radius: 50%;
  margin-left: -12px;
  cursor: pointer;
}
.course .course-tabs .clear-header .clear-header-tool .header-tool-input[data-v-4879e018] .el-input {
  height: 34px;
}
.course .course-tabs .clear-header .clear-header-tool .header-tool-input[data-v-4879e018] .el-input__wrapper {
  border-radius: 20px;
  box-shadow: 0 0 0 1px #ff9700 !important;
  box-sizing: border-box;
}
.course .course-tabs .clear-header .clear-header-tool .header-tool-input[data-v-4879e018] .is-focus {
  box-shadow: 0 0 0 1px #ff9700 !important;
}
.course .course-tabs .clear-header .clear-header-tool .header-tool-reset[data-v-4879e018] {
  flex: 0.3;
  font-size: 16px;
}
.course .course-tabs .clear-header .clear-header-tool .header-tool-reset span[data-v-4879e018] {
  cursor: pointer;
  color: #999999;
}
.course .course-tabs .clear-header .clear-header-tabs[data-v-4879e018] {
  height: 100%;
  padding-left: 184px;
}
.course .course-tabs .clear-header .clear-header-tabs[data-v-4879e018] .el-tabs {
  height: 100%;
}
.course .course-tabs .clear-header .clear-header-tabs[data-v-4879e018] .el-tabs__header {
  height: 100%;
  background-color: #ffffff;
}
.course .course-tabs .clear-header .clear-header-tabs[data-v-4879e018] .el-tabs__nav {
  height: 99%;
  justify-content: center;
}
.course .course-tabs .clear-header .clear-header-tabs[data-v-4879e018] .el-tabs__active-bar {
  width: 60px !important;
  height: 5px;
  left: 9%;
  background-color: #ff9700;
  transition: all 0.3s ease 0s !important;
}
.course .course-tabs .clear-header .clear-header-tabs[data-v-4879e018] .el-tabs__nav-wrap {
  height: 100%;
}
.course .course-tabs .clear-header .clear-header-tabs[data-v-4879e018] .el-tabs__nav-scroll {
  height: 100%;
}
.course .course-tabs .clear-header .clear-header-tabs[data-v-4879e018] .el-tabs__item {
  height: 100%;
  flex: 0.35;
  color: #999999;
  font-weight: 500;
  font-size: 16px;
}
.course .course-tabs .clear-header .clear-header-tabs[data-v-4879e018] .is-active {
  color: #ff9700 !important;
  height: 100% !important;
  border-radius: unset !important;
}
.course .course-tabs .clear-header .clear-header-tabs[data-v-4879e018] .el-tabs__nav-wrap::after {
  display: none;
}
.course .course-tabs .clear-header[data-v-4879e018] .el-row {
  height: 100%;
}
.course .course-tabs .course-box[data-v-4879e018] {
  background-color: #f4f4f4;
  box-sizing: border-box;
}
.course .course-tabs .course-box .course-box-main[data-v-4879e018] {
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.course .course-tabs .course-box .base-course[data-v-4879e018] {
  margin: 15px 15px 0;
}
.course .course-tabs .unclear-tabs[data-v-4879e018] .el-tabs__header {
  height: 48px;
  background-color: #ffffff;
}
.course .course-tabs .unclear-tabs[data-v-4879e018] .el-tabs__nav {
  justify-content: center;
}
.course .course-tabs .unclear-tabs[data-v-4879e018] .el-tabs__active-bar {
  width: 256px !important;
  height: 4px;
  background-color: #ff9700;
  transition: all 0.3s ease 0s !important;
}
.course .course-tabs .unclear-tabs[data-v-4879e018] .el-tabs__item {
  height: 42px;
  flex: 0.25;
  color: #999999;
  font-weight: 500;
  font-size: 15px;
}
.course .course-tabs .unclear-tabs[data-v-4879e018] .is-active {
  color: #ff9700 !important;
  height: 42px !important;
  border-radius: unset !important;
}
.course .course-tabs .unclear-tabs[data-v-4879e018] .el-tabs__nav-wrap::after {
  display: none;
}
.course .course-tabs[data-v-4879e018] .el-tabs__header {
  margin: 0;
  height: 50px;
  display: flex;
  align-items: flex-end;
  background-color: #ff9700;
}
.course .course-tabs[data-v-4879e018] .el-tabs__nav-wrap {
  width: 100%;
}
.course .course-tabs[data-v-4879e018] .el-tabs__nav-scroll {
  width: 100%;
}
.course .course-tabs[data-v-4879e018] .el-tabs__nav {
  float: unset;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.course .course-tabs[data-v-4879e018] .el-tabs__active-bar {
  width: 0 !important;
}
.course .course-tabs[data-v-4879e018] .el-tabs__item {
  height: 50px;
  flex: 0.33;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 0 !important;
  font-weight: 600;
}
.course .course-tabs[data-v-4879e018] .is-active {
  color: #ff9700 !important;
  background-color: #ffffff;
  height: 44px !important;
  border-radius: 20px 20px 0 0 !important;
}
.course .course-tabs[data-v-4879e018] .el-tabs__nav-wrap::after {
  display: none;
}
.course[data-v-4879e018] .el-dialog {
  border-radius: 20px;
}
.course[data-v-4879e018] .el-dialog .dia-header {
  display: flex;
  align-items: center;
  padding: 15px 0;
  justify-content: space-between;
}
.course[data-v-4879e018] .el-dialog .dia-header .dia-title {
  flex: 0.95;
  align-self: center;
  font-size: 18px;
  text-align: center;
  padding-left: 25px;
}
.course[data-v-4879e018] .el-dialog .dia-header .close-icon {
  flex: 0.05;
  cursor: pointer;
}
.course[data-v-4879e018] .el-dialog__header {
  border-radius: 20px 20px 0 0;
  margin-right: 0;
  padding: 0;
  background-color: #eeeeee;
}
.course[data-v-4879e018] .el-dialog__body {
  padding: 0;
}
.course .dialog-main[data-v-4879e018] {
  height: 340px;
}
.course .dialog-main[data-v-4879e018] .el-scrollbar__view {
  padding: 10px;
}
.course .price[data-v-4879e018] {
  color: #ff9700;
  font-size: 16px;
  text-align: center;
}
.course .price[data-v-4879e018] .el-checkbox {
  margin: 0;
  height: auto;
}
.course .have-price[data-v-4879e018] .el-checkbox__inner {
  border-color: #ff9700;
  background-color: #ff9700;
}
.course .have-price[data-v-4879e018] .el-checkbox__label {
  color: #ff9700;
}
.course[data-v-4879e018] .el-dialog__footer {
  padding: 10px 0;
}
.course[data-v-4879e018] .el-dialog__footer .one-go-on {
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.course[data-v-4879e018] .el-dialog__footer .one-go-on span {
  cursor: pointer;
  border-radius: 20px;
  color: #ffffff;
  font-size: 15px;
  background-color: #ff9700;
  padding: 10px 80px;
}
.course[data-v-4879e018] .el-dialog__footer .footer-btn {
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.course[data-v-4879e018] .el-dialog__footer .footer-btn span {
  cursor: pointer;
  border-radius: 20px;
  color: #ffffff;
  font-size: 15px;
  background-color: #ff9700;
  padding: 10px 80px;
}
.course[data-v-4879e018] .el-dialog__footer .un-go-on span {
  background-color: #cccccc;
}
.course[data-v-4879e018] .el-dialog__footer .go-on span {
  background-color: #ff9700;
}
[data-v-4879e018] .el-form-item {
  margin-bottom: 15px;
}
[data-v-4879e018] .el-form--label-left .el-form-item__label {
  padding-top: 5px;
}
.avatar-uploader .el-upload[data-v-4879e018] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-4879e018]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-4879e018] {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.photo[data-v-4879e018] {
  padding: 35px 0;
}
.photo-btn[data-v-4879e018] {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  background: #ff9700;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 180px;
  border: none;
}
.photo-img[data-v-4879e018] {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  text-align: center;
  border: none;
}
.course-buy-pay .buy_pay_button[data-v-4879e018] {
  height: 37.25px;
  font-size: 15px;
  padding: 0 80px;
  border-radius: 20px;
  background-color: #ff9700;
  border-color: #ff9700;
  color: white;
  cursor: pointer;
}
.course-buy-pay .is-disabled[data-v-4879e018] {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  cursor: no-drop !important;
}
/*! 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[data-v-7cbc02f1] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body[data-v-7cbc02f1] {
  margin: 0;
  overscroll-behavior-y: none;
}

/**
   * Render the `main` element consistently in IE.
   */
main[data-v-7cbc02f1] {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1[data-v-7cbc02f1] {
  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[data-v-7cbc02f1] {
  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[data-v-7cbc02f1] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a[data-v-7cbc02f1] {
  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][data-v-7cbc02f1] {
  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[data-v-7cbc02f1],
strong[data-v-7cbc02f1] {
  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[data-v-7cbc02f1],
kbd[data-v-7cbc02f1],
samp[data-v-7cbc02f1] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small[data-v-7cbc02f1] {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub[data-v-7cbc02f1],
sup[data-v-7cbc02f1] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-7cbc02f1] {
  bottom: -0.25em;
}
sup[data-v-7cbc02f1] {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img[data-v-7cbc02f1] {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button[data-v-7cbc02f1],
input[data-v-7cbc02f1],
optgroup[data-v-7cbc02f1],
select[data-v-7cbc02f1],
textarea[data-v-7cbc02f1] {
  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[data-v-7cbc02f1],
input[data-v-7cbc02f1] {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button[data-v-7cbc02f1],
select[data-v-7cbc02f1] {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button[data-v-7cbc02f1],
[type=button][data-v-7cbc02f1],
[type=reset][data-v-7cbc02f1],
[type=submit][data-v-7cbc02f1] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button[data-v-7cbc02f1]::-moz-focus-inner,
[type=button][data-v-7cbc02f1]::-moz-focus-inner,
[type=reset][data-v-7cbc02f1]::-moz-focus-inner,
[type=submit][data-v-7cbc02f1]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button[data-v-7cbc02f1]:-moz-focusring,
[type=button][data-v-7cbc02f1]:-moz-focusring,
[type=reset][data-v-7cbc02f1]:-moz-focusring,
[type=submit][data-v-7cbc02f1]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset[data-v-7cbc02f1] {
  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[data-v-7cbc02f1] {
  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[data-v-7cbc02f1] {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea[data-v-7cbc02f1] {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox][data-v-7cbc02f1],
[type=radio][data-v-7cbc02f1] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number][data-v-7cbc02f1]::-webkit-inner-spin-button,
[type=number][data-v-7cbc02f1]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search][data-v-7cbc02f1] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search][data-v-7cbc02f1]::-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.
   */
[data-v-7cbc02f1]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details[data-v-7cbc02f1] {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary[data-v-7cbc02f1] {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template[data-v-7cbc02f1] {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden][data-v-7cbc02f1] {
  display: none;
}
html[data-v-7cbc02f1] {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
dt[data-v-7cbc02f1] {
  font-weight: 700;
}
.font-w5[data-v-7cbc02f1] {
  font-weight: 500;
}
.font-w6[data-v-7cbc02f1] {
  font-weight: 600;
}
.font-w7[data-v-7cbc02f1] {
  font-weight: 700;
}
.font-w8[data-v-7cbc02f1] {
  font-weight: 800;
}
.font-size16[data-v-7cbc02f1] {
  font-size: 16px;
}
.font-size18[data-v-7cbc02f1] {
  font-size: 18px;
}
.font-size20[data-v-7cbc02f1] {
  font-size: 20px;
}
.font-size21[data-v-7cbc02f1] {
  font-size: 21px;
}
.font-size22[data-v-7cbc02f1] {
  font-size: 22px;
}
.font-size24[data-v-7cbc02f1] {
  font-size: 24px;
}
.font-size32[data-v-7cbc02f1] {
  font-size: 32px;
}
.font-size36[data-v-7cbc02f1] {
  font-size: 36px;
}
.font-size46[data-v-7cbc02f1] {
  font-size: 46px;
}
dd[data-v-7cbc02f1] {
  margin-bottom: 20px;
  margin-left: 0;
}
b[data-v-7cbc02f1],
strong[data-v-7cbc02f1] {
  font-weight: bolder;
}
small[data-v-7cbc02f1] {
  font-size: 80%;
}
sub[data-v-7cbc02f1] {
  bottom: -0.25em;
}
sup[data-v-7cbc02f1] {
  top: -0.5em;
}
a[data-v-7cbc02f1] {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img[data-v-7cbc02f1] {
  vertical-align: middle;
  border-style: none;
}
.line-height-22[data-v-7cbc02f1] {
  line-height: 22px;
}
.line-height-25[data-v-7cbc02f1] {
  line-height: 25px;
}
.line-h-17[data-v-7cbc02f1] {
  line-height: 1.2;
}
table[data-v-7cbc02f1] {
  border-collapse: collapse;
}
label[data-v-7cbc02f1] {
  display: inline-block;
  margin-bottom: 10px;
}
.d-inline-block[data-v-7cbc02f1] {
  display: inline-block;
}
.line[data-v-7cbc02f1] {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.d-none[data-v-7cbc02f1] {
  display: none !important;
}
.d-inline[data-v-7cbc02f1] {
  display: inline !important;
}
.d-inline-block[data-v-7cbc02f1] {
  display: inline-block !important;
}
.d-block[data-v-7cbc02f1] {
  display: block !important;
}
.d-table[data-v-7cbc02f1] {
  display: table !important;
}
.d-table-row[data-v-7cbc02f1] {
  display: table-row !important;
}
.d-table-cell[data-v-7cbc02f1] {
  display: table-cell !important;
}
.d-flex[data-v-7cbc02f1] {
  display: flex !important;
}
.d-inline-flex[data-v-7cbc02f1] {
  display: inline-flex !important;
}
.flex-row[data-v-7cbc02f1] {
  flex-direction: row !important;
}
.flex-column[data-v-7cbc02f1] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-7cbc02f1] {
  flex-direction: row-reverse !important;
}
.flex-wrap[data-v-7cbc02f1] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-7cbc02f1] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-7cbc02f1] {
  flex-wrap: wrap-reverse !important;
}
.flex-fill[data-v-7cbc02f1] {
  flex: 1 1 auto !important;
}
.flex-grow-0[data-v-7cbc02f1] {
  flex-grow: 0 !important;
}
.flex-grow-1[data-v-7cbc02f1] {
  flex-grow: 1 !important;
}
.justify-content-start[data-v-7cbc02f1] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-7cbc02f1] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-7cbc02f1] {
  justify-content: center !important;
}
.justify-content-between[data-v-7cbc02f1] {
  justify-content: space-between !important;
}
.align-items-start[data-v-7cbc02f1] {
  align-items: flex-start !important;
}
.align-items-end[data-v-7cbc02f1] {
  align-items: flex-end !important;
}
.align-items-center[data-v-7cbc02f1] {
  align-items: center !important;
  background-color: #ffffff;
  padding: 0 20px;
}
.align-items-center2[data-v-7cbc02f1] {
  align-items: center !important;
}
.float-left[data-v-7cbc02f1] {
  float: left !important;
}
.float-right[data-v-7cbc02f1] {
  float: right !important;
}
.float-none[data-v-7cbc02f1] {
  float: none !important;
}
.overflow-auto[data-v-7cbc02f1] {
  overflow: auto !important;
}
.overflow-hidden[data-v-7cbc02f1] {
  overflow: hidden !important;
}
.position-static[data-v-7cbc02f1] {
  position: static !important;
}
.position-relative[data-v-7cbc02f1] {
  position: relative !important;
}
.position-absolute[data-v-7cbc02f1] {
  position: absolute !important;
}
.position-fixed[data-v-7cbc02f1] {
  position: fixed !important;
}
.position-sticky[data-v-7cbc02f1] {
  position: sticky !important;
}
.fixed-top[data-v-7cbc02f1] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-7cbc02f1] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.shadow-sm[data-v-7cbc02f1] {
  box-shadow: 0 0.125rem 10px rgba(0, 0, 0, 0.075) !important;
}
.shadow[data-v-7cbc02f1] {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg[data-v-7cbc02f1] {
  box-shadow: 0 30px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none[data-v-7cbc02f1] {
  box-shadow: none !important;
}
.w-25[data-v-7cbc02f1] {
  width: 25% !important;
}
.w-50[data-v-7cbc02f1] {
  width: 50% !important;
}
.w-75[data-v-7cbc02f1] {
  width: 75% !important;
}
.w-100[data-v-7cbc02f1] {
  width: 100% !important;
}
.w-auto[data-v-7cbc02f1] {
  width: auto !important;
}
.h-25[data-v-7cbc02f1] {
  height: 25% !important;
}
.h-50[data-v-7cbc02f1] {
  height: 50% !important;
}
.h-75[data-v-7cbc02f1] {
  height: 75% !important;
}
.h-100[data-v-7cbc02f1] {
  height: 100% !important;
}
.h-auto[data-v-7cbc02f1] {
  height: auto !important;
}
.mw-100[data-v-7cbc02f1] {
  max-width: 100% !important;
}
.mh-100[data-v-7cbc02f1] {
  max-height: 100% !important;
}
.min-vw-100[data-v-7cbc02f1] {
  min-width: 100vw !important;
}
.min-vh-100[data-v-7cbc02f1] {
  min-height: 100vh !important;
}
.vw-100[data-v-7cbc02f1] {
  width: 100vw !important;
}
.vh-100[data-v-7cbc02f1] {
  height: 100vh !important;
}
m-0[data-v-7cbc02f1] {
  margin: 0 !important;
}
.mt-0[data-v-7cbc02f1],
.my-0[data-v-7cbc02f1] {
  margin-top: 0 !important;
}
.mr-0[data-v-7cbc02f1],
.mx-0[data-v-7cbc02f1] {
  margin-right: 0 !important;
}
.mb-0[data-v-7cbc02f1],
.my-0[data-v-7cbc02f1] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-7cbc02f1],
.mx-0[data-v-7cbc02f1] {
  margin-left: 0 !important;
}
.m-1[data-v-7cbc02f1] {
  margin: 10px !important;
}
.mt-1[data-v-7cbc02f1],
.my-1[data-v-7cbc02f1] {
  margin-top: 10px !important;
}
.mr-1[data-v-7cbc02f1],
.mx-1[data-v-7cbc02f1] {
  margin-right: 10px !important;
}
.mb-1[data-v-7cbc02f1],
.my-1[data-v-7cbc02f1] {
  margin-bottom: 10px !important;
}
.ml-1[data-v-7cbc02f1],
.mx-1[data-v-7cbc02f1] {
  margin-left: 10px !important;
}
.m-2[data-v-7cbc02f1] {
  margin: 20px !important;
}
.mt-2[data-v-7cbc02f1],
.my-2[data-v-7cbc02f1] {
  margin-top: 20px !important;
}
.mr-2[data-v-7cbc02f1],
.mx-2[data-v-7cbc02f1] {
  margin-right: 20px !important;
}
.mb-2[data-v-7cbc02f1],
.my-2[data-v-7cbc02f1] {
  background-color: #ffffff;
  padding: 0 20px;
}
.ml-2[data-v-7cbc02f1],
.mx-2[data-v-7cbc02f1] {
  margin-left: 20px !important;
}
.m-3[data-v-7cbc02f1] {
  margin: 30px !important;
}
.mt-3[data-v-7cbc02f1],
.my-3[data-v-7cbc02f1] {
  margin-top: 30px !important;
}
.mr-3[data-v-7cbc02f1],
.mx-3[data-v-7cbc02f1] {
  margin-right: 30px !important;
}
.mb-3[data-v-7cbc02f1],
.my-3[data-v-7cbc02f1] {
  margin-bottom: 30px !important;
}
.ml-3[data-v-7cbc02f1],
.mx-3[data-v-7cbc02f1] {
  margin-left: 30px !important;
}
.m-4[data-v-7cbc02f1] {
  margin: 15px !important;
}
.mt-4[data-v-7cbc02f1],
.my-4[data-v-7cbc02f1] {
  margin-top: 15px !important;
}
.mr-4[data-v-7cbc02f1],
.mx-4[data-v-7cbc02f1] {
  margin-right: 15px !important;
}
.mb-4[data-v-7cbc02f1],
.my-4[data-v-7cbc02f1] {
  margin-bottom: 15px !important;
}
.ml-4[data-v-7cbc02f1],
.mx-4[data-v-7cbc02f1] {
  margin-left: 15px !important;
}
.ml-8[data-v-7cbc02f1],
.mx-8[data-v-7cbc02f1] {
  margin-left: 80px !important;
}
.p-0[data-v-7cbc02f1] {
  padding: 0 !important;
}
.pt-0[data-v-7cbc02f1],
.py-0[data-v-7cbc02f1] {
  padding-top: 0 !important;
}
.pr-0[data-v-7cbc02f1],
.px-0[data-v-7cbc02f1] {
  padding-right: 0 !important;
}
.pb-0[data-v-7cbc02f1],
.py-0[data-v-7cbc02f1] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-7cbc02f1],
.px-0[data-v-7cbc02f1] {
  padding-left: 0 !important;
}
.p-1[data-v-7cbc02f1] {
  padding: 10px !important;
}
.pt-1[data-v-7cbc02f1],
.py-1[data-v-7cbc02f1] {
  padding-top: 10px !important;
}
.pr-1[data-v-7cbc02f1],
.px-1[data-v-7cbc02f1] {
  padding-right: 10px !important;
}
.pb-1[data-v-7cbc02f1],
.py-1[data-v-7cbc02f1] {
  padding-bottom: 10px !important;
}
.pl-1[data-v-7cbc02f1],
.px-1[data-v-7cbc02f1] {
  padding-left: 10px !important;
}
.p-2[data-v-7cbc02f1] {
  padding: 20px !important;
}
.pt-2[data-v-7cbc02f1],
.py-2[data-v-7cbc02f1] {
  padding-top: 20px !important;
}
.pr-2[data-v-7cbc02f1],
.px-2[data-v-7cbc02f1] {
  padding-right: 20px !important;
}
.pb-2[data-v-7cbc02f1],
.py-2[data-v-7cbc02f1] {
  padding-bottom: 20px !important;
}
.pl-2[data-v-7cbc02f1],
.px-2[data-v-7cbc02f1] {
  padding-left: 20px !important;
}
.p-3[data-v-7cbc02f1] {
  padding: 30px !important;
}
.pt-3[data-v-7cbc02f1],
.py-3[data-v-7cbc02f1] {
  padding-top: 30px !important;
}
.pr-3[data-v-7cbc02f1],
.px-3[data-v-7cbc02f1] {
  padding-right: 30px !important;
}
.pb-3[data-v-7cbc02f1],
.py-3[data-v-7cbc02f1] {
  padding-bottom: 30px !important;
}
.pl-3[data-v-7cbc02f1],
.px-3[data-v-7cbc02f1] {
  padding-left: 30px !important;
}
.p-4[data-v-7cbc02f1] {
  padding: 15px !important;
}
.pt-4[data-v-7cbc02f1],
.py-4[data-v-7cbc02f1] {
  padding-top: 15px !important;
}
.pr-4[data-v-7cbc02f1],
.px-4[data-v-7cbc02f1] {
  padding-right: 15px !important;
}
.pb-4[data-v-7cbc02f1],
.py-4[data-v-7cbc02f1] {
  padding-bottom: 15px !important;
}
.pl-4[data-v-7cbc02f1],
.px-4[data-v-7cbc02f1] {
  padding-left: 15px !important;
}
.mt-auto[data-v-7cbc02f1],
.my-auto[data-v-7cbc02f1] {
  margin-top: auto !important;
}
.mr-auto[data-v-7cbc02f1],
.mx-auto[data-v-7cbc02f1] {
  margin-right: auto !important;
}
.mb-auto[data-v-7cbc02f1],
.my-auto[data-v-7cbc02f1] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-7cbc02f1],
.mx-auto[data-v-7cbc02f1] {
  margin-left: auto !important;
}
.text-monospace[data-v-7cbc02f1] {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify[data-v-7cbc02f1] {
  text-align: justify !important;
}
.text-wrap[data-v-7cbc02f1] {
  white-space: normal !important;
}
.text-nowrap[data-v-7cbc02f1] {
  white-space: nowrap !important;
}
.text-truncate[data-v-7cbc02f1] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left[data-v-7cbc02f1] {
  text-align: left !important;
}
.text-right[data-v-7cbc02f1] {
  text-align: right !important;
}
.text-center[data-v-7cbc02f1] {
  text-align: center !important;
}
.cursor-pointer[data-v-7cbc02f1] {
  cursor: pointer;
}
.col-white[data-v-7cbc02f1] {
  color: #ffffff;
}
.col-title[data-v-7cbc02f1] {
  color: #0E67AF;
}
.col-black[data-v-7cbc02f1] {
  color: #121212;
}
.text-indent[data-v-7cbc02f1] {
  text-indent: 2em;
}
.list-style-none[data-v-7cbc02f1] {
  list-style-type: none;
}
.nodata-title[data-v-7cbc02f1] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tang-xin-main[data-v-7cbc02f1] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__header[data-v-7cbc02f1] {
  background-color: #ffffff;
  margin: 0;
}
.tang-xin-main .el-tabs__header .el-tabs__item[data-v-7cbc02f1] {
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
}
.tang-xin-main .el-tabs__header .el-tabs__active-bar[data-v-7cbc02f1] {
  background-color: #ff9700;
  height: 4px;
}
.tang-xin-main .el-tabs__header .el-tabs__item.is-active[data-v-7cbc02f1] {
  font-size: 16px;
  color: #ff9700;
}
.tang-xin-main .el-tabs__content[data-v-7cbc02f1] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__item[data-v-7cbc02f1]:hover {
  color: #ff9700;
}
.tang-xin-main .el-form-item__content div[data-v-7cbc02f1] {
  width: 100%;
}
.dialog-select[data-v-7cbc02f1] .el-input__wrapper {
  background-color: #cccccc;
}
.dialog-select[data-v-7cbc02f1] .el-select .el-input__inner {
  text-align: center;
}
.dialog-select[data-v-7cbc02f1] .el-input {
  --el-input-placeholder-color: #ffffff;
  --el-select-input-focus-border-color: #cccccc;
}
.dialog-select[data-v-7cbc02f1] .el-form-item__content {
  padding-right: 50px;
}
.experience-dialog .el-dialog__body[data-v-7cbc02f1] {
  padding: 0 !important;
}
.dialog-main-contant[data-v-7cbc02f1] {
  padding: 30px 30px 0 30px;
}
.dialog-main-contant .main-item[data-v-7cbc02f1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dialog-main-contant .main-item .icon[data-v-7cbc02f1] {
  flex: 0.13;
}
.dialog-main-contant .main-item .icon img[data-v-7cbc02f1] {
  width: 100%;
  height: auto;
}
.dialog-main-contant .main-item .info[data-v-7cbc02f1] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0.87;
  padding-left: 20px;
}
.dialog-main-contant .main-item .info span[data-v-7cbc02f1]:first-child {
  color: #000000;
  font-size: 14px;
  flex: 0.86;
}
.dialog-main-contant .main-item .info span[data-v-7cbc02f1]:last-child {
  flex: 0.14;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff9700;
  padding: 3px 10px;
  cursor: pointer;
}
.consultation-dialog[data-v-7cbc02f1] .el-dialog {
  border-radius: 20px;
}
.consultation-dialog[data-v-7cbc02f1] .el-dialog__header {
  margin-right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0 0;
  font-size: 17px;
}
.consultation-dialog .dia-header[data-v-7cbc02f1] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation-dialog .dia-header .dia-title[data-v-7cbc02f1] {
  flex: 0.93;
  text-align: center;
}
.consultation-dialog .dia-header .close-icon[data-v-7cbc02f1] {
  flex: 0.07;
  cursor: pointer;
}
.consultation-dialog[data-v-7cbc02f1] .el-dialog__body {
  padding: 0;
}
ul[data-v-7cbc02f1],
li[data-v-7cbc02f1] {
  list-style: none;
}
.main[data-v-7cbc02f1] {
  width: 1024px;
  margin: 0 auto;
}
.my-top[data-v-7cbc02f1] {
  width: 100%;
  height: 150px;
  background: #ff9700;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.my-top .avatar[data-v-7cbc02f1] {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-top .avatar img[data-v-7cbc02f1] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.my-top .center[data-v-7cbc02f1] {
  flex: 0.7;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.my-top .center .name[data-v-7cbc02f1] {
  font-size: 18px;
  font-weight: 600;
}
.my-top .center .menu[data-v-7cbc02f1] {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.my-top .center .menu-li[data-v-7cbc02f1] {
  display: flex;
  align-items: flex-end;
  margin-left: 20px;
  cursor: pointer;
  height: 100%;
}
.my-top .center .menu-li img[data-v-7cbc02f1] {
  width: 26px;
  height: auto;
  margin-right: 10px;
}
.my-top .center .menu-li[data-v-7cbc02f1]:first-child {
  margin-left: 0;
}
.my-top .right[data-v-7cbc02f1] {
  flex: 0.2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-top .right .item[data-v-7cbc02f1] {
  flex: 0.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.my-top .right .item img[data-v-7cbc02f1] {
  width: 40px;
  height: auto;
}
.my-top .right .item .dec[data-v-7cbc02f1] {
  color: #ffffff;
  margin-top: 10px;
  font-size: 14px;
}
.my-top .right .item[data-v-7cbc02f1]:first-child {
  opacity: 0;
}
.my-center[data-v-7cbc02f1] {
  background: #f0f0f0;
}
.center-top[data-v-7cbc02f1] {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #fff;
}
.top-li[data-v-7cbc02f1] {
  width: 40%;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
}
.active[data-v-7cbc02f1] {
  color: #ff9700;
  border-bottom: 4px solid #ff9700;
}
.active2[data-v-7cbc02f1] {
  color: #fff !important;
  background: #ff9700 !important;
}
.img-li[data-v-7cbc02f1] {
  width: 30px;
  height: 30px;
  position: relative;
  top: -4px;
}
.tab[data-v-7cbc02f1] {
  width: 100%;
}
.tab-top[data-v-7cbc02f1] {
  width: 100%;
  background: #fff;
  padding: 15px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.tab-list-li[data-v-7cbc02f1] {
  padding: 5px 30px;
  background: #e7e2e2;
  color: #4d4d4d;
  border-radius: 5px;
  cursor: pointer;
}
.tab-main[data-v-7cbc02f1] {
  padding: 20px;
  box-sizing: border-box;
}
.tab-box[data-v-7cbc02f1] {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tab-box .collect-box[data-v-7cbc02f1] {
  flex: 1;
}
.tab-box .uncollect-box[data-v-7cbc02f1] {
  flex: 0.9;
}
.tab-box .delete-btn[data-v-7cbc02f1] {
  flex: 0.1;
  align-self: flex-end;
}
.tab-box .delete-btn span[data-v-7cbc02f1] {
  background-color: #f44336;
  font-size: 14px;
  border-radius: 10px;
  cursor: pointer;
  color: #ffffff;
  padding: 8px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-colloct[data-v-7cbc02f1] {
  text-align: left;
  width: 100%;
  font-size: 16px;
  color: #3d3d3d;
}
.tab-bottom[data-v-7cbc02f1] {
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.classification[data-v-7cbc02f1] {
  font-size: 12px;
  color: #666;
}
.tag-box[data-v-7cbc02f1] {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.tagging[data-v-7cbc02f1] {
  padding: 2px 5px;
  color: #fff;
  background: #ff9700;
  border-radius: 5px;
  margin: 0 10px;
  font-size: 12px;
}
.study-content[data-v-7cbc02f1] {
  width: 100%;
  height: 57px;
  line-height: 57px;
  background: #fff;
  text-align: center;
}
.study-main[data-v-7cbc02f1] {
  padding-left: 4px;
  box-sizing: border-box;
}
.study-box[data-v-7cbc02f1] {
  width: 235px;
  height: 310px;
  padding: 8px;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  cursor: pointer;
  float: left;
  margin-top: 15px;
  margin-left: 15px;
}
.study-top[data-v-7cbc02f1] {
  height: 142px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.study-top img[data-v-7cbc02f1] {
  height: 100%;
  width: auto;
  border-radius: 20px;
}
.study-bottom[data-v-7cbc02f1] {
  width: 100%;
  height: 160px;
}
.study-title[data-v-7cbc02f1] {
  width: 100%;
  padding-right: 70px;
  box-sizing: border-box;
  line-height: 30px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  text-overflow: ellipsis;
  position: relative;
}
.more[data-v-7cbc02f1] {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 10px;
  color: #999;
}
.tag[data-v-7cbc02f1] {
  text-align: right;
  font-size: 10px;
  color: #ff9700;
  height: 24px;
  line-height: 24px;
}
.samll-t[data-v-7cbc02f1] {
  text-align: left;
  font-size: 7px;
  color: #ff9700;
  height: 24px;
  line-height: 24px;
}
.major-list[data-v-7cbc02f1] {
  float: left;
  width: 100%;
}
.major[data-v-7cbc02f1] {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 7px;
  color: #666;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bottom-li[data-v-7cbc02f1] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.time[data-v-7cbc02f1] {
  text-align: center !important;
  font-size: 8px;
  color: #cccccc;
}
.buy[data-v-7cbc02f1] {
  padding: 2px 5px;
  background: #ff9700;
  color: #fff;
  font-size: 8px;
  border-radius: 20px;
}
/*! 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[data-v-78fb8a9c] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body[data-v-78fb8a9c] {
  margin: 0;
  overscroll-behavior-y: none;
}

/**
   * Render the `main` element consistently in IE.
   */
main[data-v-78fb8a9c] {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1[data-v-78fb8a9c] {
  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[data-v-78fb8a9c] {
  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[data-v-78fb8a9c] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a[data-v-78fb8a9c] {
  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][data-v-78fb8a9c] {
  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[data-v-78fb8a9c],
strong[data-v-78fb8a9c] {
  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[data-v-78fb8a9c],
kbd[data-v-78fb8a9c],
samp[data-v-78fb8a9c] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small[data-v-78fb8a9c] {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub[data-v-78fb8a9c],
sup[data-v-78fb8a9c] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-78fb8a9c] {
  bottom: -0.25em;
}
sup[data-v-78fb8a9c] {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img[data-v-78fb8a9c] {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button[data-v-78fb8a9c],
input[data-v-78fb8a9c],
optgroup[data-v-78fb8a9c],
select[data-v-78fb8a9c],
textarea[data-v-78fb8a9c] {
  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[data-v-78fb8a9c],
input[data-v-78fb8a9c] {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button[data-v-78fb8a9c],
select[data-v-78fb8a9c] {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button[data-v-78fb8a9c],
[type=button][data-v-78fb8a9c],
[type=reset][data-v-78fb8a9c],
[type=submit][data-v-78fb8a9c] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button[data-v-78fb8a9c]::-moz-focus-inner,
[type=button][data-v-78fb8a9c]::-moz-focus-inner,
[type=reset][data-v-78fb8a9c]::-moz-focus-inner,
[type=submit][data-v-78fb8a9c]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button[data-v-78fb8a9c]:-moz-focusring,
[type=button][data-v-78fb8a9c]:-moz-focusring,
[type=reset][data-v-78fb8a9c]:-moz-focusring,
[type=submit][data-v-78fb8a9c]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset[data-v-78fb8a9c] {
  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[data-v-78fb8a9c] {
  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[data-v-78fb8a9c] {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea[data-v-78fb8a9c] {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox][data-v-78fb8a9c],
[type=radio][data-v-78fb8a9c] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number][data-v-78fb8a9c]::-webkit-inner-spin-button,
[type=number][data-v-78fb8a9c]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search][data-v-78fb8a9c] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search][data-v-78fb8a9c]::-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.
   */
[data-v-78fb8a9c]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details[data-v-78fb8a9c] {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary[data-v-78fb8a9c] {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template[data-v-78fb8a9c] {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden][data-v-78fb8a9c] {
  display: none;
}
html[data-v-78fb8a9c] {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
dt[data-v-78fb8a9c] {
  font-weight: 700;
}
.font-w5[data-v-78fb8a9c] {
  font-weight: 500;
}
.font-w6[data-v-78fb8a9c] {
  font-weight: 600;
}
.font-w7[data-v-78fb8a9c] {
  font-weight: 700;
}
.font-w8[data-v-78fb8a9c] {
  font-weight: 800;
}
.font-size16[data-v-78fb8a9c] {
  font-size: 16px;
}
.font-size18[data-v-78fb8a9c] {
  font-size: 18px;
}
.font-size20[data-v-78fb8a9c] {
  font-size: 20px;
}
.font-size21[data-v-78fb8a9c] {
  font-size: 21px;
}
.font-size22[data-v-78fb8a9c] {
  font-size: 22px;
}
.font-size24[data-v-78fb8a9c] {
  font-size: 24px;
}
.font-size32[data-v-78fb8a9c] {
  font-size: 32px;
}
.font-size36[data-v-78fb8a9c] {
  font-size: 36px;
}
.font-size46[data-v-78fb8a9c] {
  font-size: 46px;
}
dd[data-v-78fb8a9c] {
  margin-bottom: 20px;
  margin-left: 0;
}
b[data-v-78fb8a9c],
strong[data-v-78fb8a9c] {
  font-weight: bolder;
}
small[data-v-78fb8a9c] {
  font-size: 80%;
}
sub[data-v-78fb8a9c] {
  bottom: -0.25em;
}
sup[data-v-78fb8a9c] {
  top: -0.5em;
}
a[data-v-78fb8a9c] {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img[data-v-78fb8a9c] {
  vertical-align: middle;
  border-style: none;
}
.line-height-22[data-v-78fb8a9c] {
  line-height: 22px;
}
.line-height-25[data-v-78fb8a9c] {
  line-height: 25px;
}
.line-h-17[data-v-78fb8a9c] {
  line-height: 1.2;
}
table[data-v-78fb8a9c] {
  border-collapse: collapse;
}
label[data-v-78fb8a9c] {
  display: inline-block;
  margin-bottom: 10px;
}
.d-inline-block[data-v-78fb8a9c] {
  display: inline-block;
}
.line[data-v-78fb8a9c] {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.d-none[data-v-78fb8a9c] {
  display: none !important;
}
.d-inline[data-v-78fb8a9c] {
  display: inline !important;
}
.d-inline-block[data-v-78fb8a9c] {
  display: inline-block !important;
}
.d-block[data-v-78fb8a9c] {
  display: block !important;
}
.d-table[data-v-78fb8a9c] {
  display: table !important;
}
.d-table-row[data-v-78fb8a9c] {
  display: table-row !important;
}
.d-table-cell[data-v-78fb8a9c] {
  display: table-cell !important;
}
.d-flex[data-v-78fb8a9c] {
  display: flex !important;
}
.d-inline-flex[data-v-78fb8a9c] {
  display: inline-flex !important;
}
.flex-row[data-v-78fb8a9c] {
  flex-direction: row !important;
}
.flex-column[data-v-78fb8a9c] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-78fb8a9c] {
  flex-direction: row-reverse !important;
}
.flex-wrap[data-v-78fb8a9c] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-78fb8a9c] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-78fb8a9c] {
  flex-wrap: wrap-reverse !important;
}
.flex-fill[data-v-78fb8a9c] {
  flex: 1 1 auto !important;
}
.flex-grow-0[data-v-78fb8a9c] {
  flex-grow: 0 !important;
}
.flex-grow-1[data-v-78fb8a9c] {
  flex-grow: 1 !important;
}
.justify-content-start[data-v-78fb8a9c] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-78fb8a9c] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-78fb8a9c] {
  justify-content: center !important;
}
.justify-content-between[data-v-78fb8a9c] {
  justify-content: space-between !important;
}
.align-items-start[data-v-78fb8a9c] {
  align-items: flex-start !important;
}
.align-items-end[data-v-78fb8a9c] {
  align-items: flex-end !important;
}
.align-items-center[data-v-78fb8a9c] {
  align-items: center !important;
  background-color: #ffffff;
  padding: 0 20px;
}
.align-items-center2[data-v-78fb8a9c] {
  align-items: center !important;
}
.float-left[data-v-78fb8a9c] {
  float: left !important;
}
.float-right[data-v-78fb8a9c] {
  float: right !important;
}
.float-none[data-v-78fb8a9c] {
  float: none !important;
}
.overflow-auto[data-v-78fb8a9c] {
  overflow: auto !important;
}
.overflow-hidden[data-v-78fb8a9c] {
  overflow: hidden !important;
}
.position-static[data-v-78fb8a9c] {
  position: static !important;
}
.position-relative[data-v-78fb8a9c] {
  position: relative !important;
}
.position-absolute[data-v-78fb8a9c] {
  position: absolute !important;
}
.position-fixed[data-v-78fb8a9c] {
  position: fixed !important;
}
.position-sticky[data-v-78fb8a9c] {
  position: sticky !important;
}
.fixed-top[data-v-78fb8a9c] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-78fb8a9c] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.shadow-sm[data-v-78fb8a9c] {
  box-shadow: 0 0.125rem 10px rgba(0, 0, 0, 0.075) !important;
}
.shadow[data-v-78fb8a9c] {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg[data-v-78fb8a9c] {
  box-shadow: 0 30px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none[data-v-78fb8a9c] {
  box-shadow: none !important;
}
.w-25[data-v-78fb8a9c] {
  width: 25% !important;
}
.w-50[data-v-78fb8a9c] {
  width: 50% !important;
}
.w-75[data-v-78fb8a9c] {
  width: 75% !important;
}
.w-100[data-v-78fb8a9c] {
  width: 100% !important;
}
.w-auto[data-v-78fb8a9c] {
  width: auto !important;
}
.h-25[data-v-78fb8a9c] {
  height: 25% !important;
}
.h-50[data-v-78fb8a9c] {
  height: 50% !important;
}
.h-75[data-v-78fb8a9c] {
  height: 75% !important;
}
.h-100[data-v-78fb8a9c] {
  height: 100% !important;
}
.h-auto[data-v-78fb8a9c] {
  height: auto !important;
}
.mw-100[data-v-78fb8a9c] {
  max-width: 100% !important;
}
.mh-100[data-v-78fb8a9c] {
  max-height: 100% !important;
}
.min-vw-100[data-v-78fb8a9c] {
  min-width: 100vw !important;
}
.min-vh-100[data-v-78fb8a9c] {
  min-height: 100vh !important;
}
.vw-100[data-v-78fb8a9c] {
  width: 100vw !important;
}
.vh-100[data-v-78fb8a9c] {
  height: 100vh !important;
}
m-0[data-v-78fb8a9c] {
  margin: 0 !important;
}
.mt-0[data-v-78fb8a9c],
.my-0[data-v-78fb8a9c] {
  margin-top: 0 !important;
}
.mr-0[data-v-78fb8a9c],
.mx-0[data-v-78fb8a9c] {
  margin-right: 0 !important;
}
.mb-0[data-v-78fb8a9c],
.my-0[data-v-78fb8a9c] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-78fb8a9c],
.mx-0[data-v-78fb8a9c] {
  margin-left: 0 !important;
}
.m-1[data-v-78fb8a9c] {
  margin: 10px !important;
}
.mt-1[data-v-78fb8a9c],
.my-1[data-v-78fb8a9c] {
  margin-top: 10px !important;
}
.mr-1[data-v-78fb8a9c],
.mx-1[data-v-78fb8a9c] {
  margin-right: 10px !important;
}
.mb-1[data-v-78fb8a9c],
.my-1[data-v-78fb8a9c] {
  margin-bottom: 10px !important;
}
.ml-1[data-v-78fb8a9c],
.mx-1[data-v-78fb8a9c] {
  margin-left: 10px !important;
}
.m-2[data-v-78fb8a9c] {
  margin: 20px !important;
}
.mt-2[data-v-78fb8a9c],
.my-2[data-v-78fb8a9c] {
  margin-top: 20px !important;
}
.mr-2[data-v-78fb8a9c],
.mx-2[data-v-78fb8a9c] {
  margin-right: 20px !important;
}
.mb-2[data-v-78fb8a9c],
.my-2[data-v-78fb8a9c] {
  background-color: #ffffff;
  padding: 0 20px;
}
.ml-2[data-v-78fb8a9c],
.mx-2[data-v-78fb8a9c] {
  margin-left: 20px !important;
}
.m-3[data-v-78fb8a9c] {
  margin: 30px !important;
}
.mt-3[data-v-78fb8a9c],
.my-3[data-v-78fb8a9c] {
  margin-top: 30px !important;
}
.mr-3[data-v-78fb8a9c],
.mx-3[data-v-78fb8a9c] {
  margin-right: 30px !important;
}
.mb-3[data-v-78fb8a9c],
.my-3[data-v-78fb8a9c] {
  margin-bottom: 30px !important;
}
.ml-3[data-v-78fb8a9c],
.mx-3[data-v-78fb8a9c] {
  margin-left: 30px !important;
}
.m-4[data-v-78fb8a9c] {
  margin: 15px !important;
}
.mt-4[data-v-78fb8a9c],
.my-4[data-v-78fb8a9c] {
  margin-top: 15px !important;
}
.mr-4[data-v-78fb8a9c],
.mx-4[data-v-78fb8a9c] {
  margin-right: 15px !important;
}
.mb-4[data-v-78fb8a9c],
.my-4[data-v-78fb8a9c] {
  margin-bottom: 15px !important;
}
.ml-4[data-v-78fb8a9c],
.mx-4[data-v-78fb8a9c] {
  margin-left: 15px !important;
}
.ml-8[data-v-78fb8a9c],
.mx-8[data-v-78fb8a9c] {
  margin-left: 80px !important;
}
.p-0[data-v-78fb8a9c] {
  padding: 0 !important;
}
.pt-0[data-v-78fb8a9c],
.py-0[data-v-78fb8a9c] {
  padding-top: 0 !important;
}
.pr-0[data-v-78fb8a9c],
.px-0[data-v-78fb8a9c] {
  padding-right: 0 !important;
}
.pb-0[data-v-78fb8a9c],
.py-0[data-v-78fb8a9c] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-78fb8a9c],
.px-0[data-v-78fb8a9c] {
  padding-left: 0 !important;
}
.p-1[data-v-78fb8a9c] {
  padding: 10px !important;
}
.pt-1[data-v-78fb8a9c],
.py-1[data-v-78fb8a9c] {
  padding-top: 10px !important;
}
.pr-1[data-v-78fb8a9c],
.px-1[data-v-78fb8a9c] {
  padding-right: 10px !important;
}
.pb-1[data-v-78fb8a9c],
.py-1[data-v-78fb8a9c] {
  padding-bottom: 10px !important;
}
.pl-1[data-v-78fb8a9c],
.px-1[data-v-78fb8a9c] {
  padding-left: 10px !important;
}
.p-2[data-v-78fb8a9c] {
  padding: 20px !important;
}
.pt-2[data-v-78fb8a9c],
.py-2[data-v-78fb8a9c] {
  padding-top: 20px !important;
}
.pr-2[data-v-78fb8a9c],
.px-2[data-v-78fb8a9c] {
  padding-right: 20px !important;
}
.pb-2[data-v-78fb8a9c],
.py-2[data-v-78fb8a9c] {
  padding-bottom: 20px !important;
}
.pl-2[data-v-78fb8a9c],
.px-2[data-v-78fb8a9c] {
  padding-left: 20px !important;
}
.p-3[data-v-78fb8a9c] {
  padding: 30px !important;
}
.pt-3[data-v-78fb8a9c],
.py-3[data-v-78fb8a9c] {
  padding-top: 30px !important;
}
.pr-3[data-v-78fb8a9c],
.px-3[data-v-78fb8a9c] {
  padding-right: 30px !important;
}
.pb-3[data-v-78fb8a9c],
.py-3[data-v-78fb8a9c] {
  padding-bottom: 30px !important;
}
.pl-3[data-v-78fb8a9c],
.px-3[data-v-78fb8a9c] {
  padding-left: 30px !important;
}
.p-4[data-v-78fb8a9c] {
  padding: 15px !important;
}
.pt-4[data-v-78fb8a9c],
.py-4[data-v-78fb8a9c] {
  padding-top: 15px !important;
}
.pr-4[data-v-78fb8a9c],
.px-4[data-v-78fb8a9c] {
  padding-right: 15px !important;
}
.pb-4[data-v-78fb8a9c],
.py-4[data-v-78fb8a9c] {
  padding-bottom: 15px !important;
}
.pl-4[data-v-78fb8a9c],
.px-4[data-v-78fb8a9c] {
  padding-left: 15px !important;
}
.mt-auto[data-v-78fb8a9c],
.my-auto[data-v-78fb8a9c] {
  margin-top: auto !important;
}
.mr-auto[data-v-78fb8a9c],
.mx-auto[data-v-78fb8a9c] {
  margin-right: auto !important;
}
.mb-auto[data-v-78fb8a9c],
.my-auto[data-v-78fb8a9c] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-78fb8a9c],
.mx-auto[data-v-78fb8a9c] {
  margin-left: auto !important;
}
.text-monospace[data-v-78fb8a9c] {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify[data-v-78fb8a9c] {
  text-align: justify !important;
}
.text-wrap[data-v-78fb8a9c] {
  white-space: normal !important;
}
.text-nowrap[data-v-78fb8a9c] {
  white-space: nowrap !important;
}
.text-truncate[data-v-78fb8a9c] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left[data-v-78fb8a9c] {
  text-align: left !important;
}
.text-right[data-v-78fb8a9c] {
  text-align: right !important;
}
.text-center[data-v-78fb8a9c] {
  text-align: center !important;
}
.cursor-pointer[data-v-78fb8a9c] {
  cursor: pointer;
}
.col-white[data-v-78fb8a9c] {
  color: #ffffff;
}
.col-title[data-v-78fb8a9c] {
  color: #0E67AF;
}
.col-black[data-v-78fb8a9c] {
  color: #121212;
}
.text-indent[data-v-78fb8a9c] {
  text-indent: 2em;
}
.list-style-none[data-v-78fb8a9c] {
  list-style-type: none;
}
.nodata-title[data-v-78fb8a9c] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tang-xin-main[data-v-78fb8a9c] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__header[data-v-78fb8a9c] {
  background-color: #ffffff;
  margin: 0;
}
.tang-xin-main .el-tabs__header .el-tabs__item[data-v-78fb8a9c] {
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
}
.tang-xin-main .el-tabs__header .el-tabs__active-bar[data-v-78fb8a9c] {
  background-color: #ff9700;
  height: 4px;
}
.tang-xin-main .el-tabs__header .el-tabs__item.is-active[data-v-78fb8a9c] {
  font-size: 16px;
  color: #ff9700;
}
.tang-xin-main .el-tabs__content[data-v-78fb8a9c] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__item[data-v-78fb8a9c]:hover {
  color: #ff9700;
}
.tang-xin-main .el-form-item__content div[data-v-78fb8a9c] {
  width: 100%;
}
.dialog-select[data-v-78fb8a9c] .el-input__wrapper {
  background-color: #cccccc;
}
.dialog-select[data-v-78fb8a9c] .el-select .el-input__inner {
  text-align: center;
}
.dialog-select[data-v-78fb8a9c] .el-input {
  --el-input-placeholder-color: #ffffff;
  --el-select-input-focus-border-color: #cccccc;
}
.dialog-select[data-v-78fb8a9c] .el-form-item__content {
  padding-right: 50px;
}
.experience-dialog .el-dialog__body[data-v-78fb8a9c] {
  padding: 0 !important;
}
.dialog-main-contant[data-v-78fb8a9c] {
  padding: 30px 30px 0 30px;
}
.dialog-main-contant .main-item[data-v-78fb8a9c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dialog-main-contant .main-item .icon[data-v-78fb8a9c] {
  flex: 0.13;
}
.dialog-main-contant .main-item .icon img[data-v-78fb8a9c] {
  width: 100%;
  height: auto;
}
.dialog-main-contant .main-item .info[data-v-78fb8a9c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0.87;
  padding-left: 20px;
}
.dialog-main-contant .main-item .info span[data-v-78fb8a9c]:first-child {
  color: #000000;
  font-size: 14px;
  flex: 0.86;
}
.dialog-main-contant .main-item .info span[data-v-78fb8a9c]:last-child {
  flex: 0.14;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff9700;
  padding: 3px 10px;
  cursor: pointer;
}
.consultation-dialog[data-v-78fb8a9c] .el-dialog {
  border-radius: 20px;
}
.consultation-dialog[data-v-78fb8a9c] .el-dialog__header {
  margin-right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0 0;
  font-size: 17px;
}
.consultation-dialog .dia-header[data-v-78fb8a9c] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation-dialog .dia-header .dia-title[data-v-78fb8a9c] {
  flex: 0.93;
  text-align: center;
}
.consultation-dialog .dia-header .close-icon[data-v-78fb8a9c] {
  flex: 0.07;
  cursor: pointer;
}
.consultation-dialog[data-v-78fb8a9c] .el-dialog__body {
  padding: 0;
}
ul[data-v-78fb8a9c],
li[data-v-78fb8a9c] {
  list-style: none;
}
.main[data-v-78fb8a9c] {
  width: 1024px;
  margin: 0 auto;
  background-color: #f5f5f5;
}
.personal-top[data-v-78fb8a9c] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: #ff9700;
  font-size: 20px;
  position: relative;
}
.left-top[data-v-78fb8a9c] {
  position: absolute;
  left: 10px;
  top: 0px;
}
.left-top img[data-v-78fb8a9c] {
  width: 30px;
  height: 40px;
}
.avatar-my[data-v-78fb8a9c] {
  width: 80px;
  height: 80px;
  border-radius: 80px;
}
.name[data-v-78fb8a9c] {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 20px;
  font-weight: 800;
  color: #3d3d3d;
  text-align: left;
  margin-bottom: 10px;
}
.personal-main[data-v-78fb8a9c] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.personal-left[data-v-78fb8a9c] {
  display: flex;
  justify-content: flex-start;
}
.avatar-box[data-v-78fb8a9c] {
  position: relative;
}
.edit[data-v-78fb8a9c] {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 30px;
}
.binding[data-v-78fb8a9c] {
  font-size: 18px;
  color: #ff9700;
  margin-left: 20px;
  margin-right: 20px;
}
.txt[data-v-78fb8a9c] {
  font-size: 18px;
  color: #666;
}
.Telephone[data-v-78fb8a9c] {
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 10px;
}
.eduit-name[data-v-78fb8a9c] {
  cursor: pointer;
}
.personal-bottom[data-v-78fb8a9c] {
  width: auto;
  height: 480px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  margin-bottom: 115px;
}
.red[data-v-78fb8a9c] {
  color: #e85d58;
  font-weight: 800;
}
.red2[data-v-78fb8a9c] {
  color: #e85d58;
  margin-top: 15px;
}
.title[data-v-78fb8a9c] {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.title div[data-v-78fb8a9c] {
  float: left;
  width: 98%;
  text-align: left;
  height: 40px;
  line-height: 40px;
}
.information[data-v-78fb8a9c] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: relative;
  top: 0px;
}
.btn[data-v-78fb8a9c] {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #ff9700;
  text-align: center;
  position: absolute;
  right: 0;
  top: 5px;
  margin-right: 20px;
  border: none;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.form[data-v-78fb8a9c] {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.form-left[data-v-78fb8a9c] {
  width: 45%;
}
.form-right[data-v-78fb8a9c] {
  width: 45%;
}
.input-title[data-v-78fb8a9c] {
  height: 40px;
  line-height: 40px;
  color: #3d3d3d;
}
.photo[data-v-78fb8a9c] {
  padding: 35px 0;
}
.photo-btn[data-v-78fb8a9c] {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  background: #ff9700;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 180px;
  border: none;
}
.photo-img[data-v-78fb8a9c] {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  text-align: center;
  border: none;
}
.input-li[data-v-78fb8a9c] {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.input-box[data-v-78fb8a9c],
.input-box[data-v-78fb8a9c]:focus {
  width: 300px !important;
  height: 40px;
  line-height: 40px;
  color: #666;
  text-align: right;
  border: none;
  outline: none;
}
.avatar-uploader .el-upload[data-v-78fb8a9c] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-78fb8a9c]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-78fb8a9c] {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.avatar[data-v-78fb8a9c] {
  width: 178px;
  height: 178px;
  display: block;
}
.save-button span[data-v-78fb8a9c] {
  display: inline-block;
  padding: 5px 20px;
  color: #ffffff;
  background-color: #ff9700;
  border-radius: 20px;
}
/*! 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[data-v-6cab1970] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body[data-v-6cab1970] {
  margin: 0;
  overscroll-behavior-y: none;
}

/**
   * Render the `main` element consistently in IE.
   */
main[data-v-6cab1970] {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1[data-v-6cab1970] {
  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[data-v-6cab1970] {
  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[data-v-6cab1970] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a[data-v-6cab1970] {
  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][data-v-6cab1970] {
  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[data-v-6cab1970],
strong[data-v-6cab1970] {
  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[data-v-6cab1970],
kbd[data-v-6cab1970],
samp[data-v-6cab1970] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small[data-v-6cab1970] {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub[data-v-6cab1970],
sup[data-v-6cab1970] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-6cab1970] {
  bottom: -0.25em;
}
sup[data-v-6cab1970] {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img[data-v-6cab1970] {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button[data-v-6cab1970],
input[data-v-6cab1970],
optgroup[data-v-6cab1970],
select[data-v-6cab1970],
textarea[data-v-6cab1970] {
  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[data-v-6cab1970],
input[data-v-6cab1970] {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button[data-v-6cab1970],
select[data-v-6cab1970] {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button[data-v-6cab1970],
[type=button][data-v-6cab1970],
[type=reset][data-v-6cab1970],
[type=submit][data-v-6cab1970] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button[data-v-6cab1970]::-moz-focus-inner,
[type=button][data-v-6cab1970]::-moz-focus-inner,
[type=reset][data-v-6cab1970]::-moz-focus-inner,
[type=submit][data-v-6cab1970]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button[data-v-6cab1970]:-moz-focusring,
[type=button][data-v-6cab1970]:-moz-focusring,
[type=reset][data-v-6cab1970]:-moz-focusring,
[type=submit][data-v-6cab1970]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset[data-v-6cab1970] {
  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[data-v-6cab1970] {
  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[data-v-6cab1970] {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea[data-v-6cab1970] {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox][data-v-6cab1970],
[type=radio][data-v-6cab1970] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number][data-v-6cab1970]::-webkit-inner-spin-button,
[type=number][data-v-6cab1970]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search][data-v-6cab1970] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search][data-v-6cab1970]::-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.
   */
[data-v-6cab1970]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details[data-v-6cab1970] {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary[data-v-6cab1970] {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template[data-v-6cab1970] {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden][data-v-6cab1970] {
  display: none;
}
html[data-v-6cab1970] {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
dt[data-v-6cab1970] {
  font-weight: 700;
}
.font-w5[data-v-6cab1970] {
  font-weight: 500;
}
.font-w6[data-v-6cab1970] {
  font-weight: 600;
}
.font-w7[data-v-6cab1970] {
  font-weight: 700;
}
.font-w8[data-v-6cab1970] {
  font-weight: 800;
}
.font-size16[data-v-6cab1970] {
  font-size: 16px;
}
.font-size18[data-v-6cab1970] {
  font-size: 18px;
}
.font-size20[data-v-6cab1970] {
  font-size: 20px;
}
.font-size21[data-v-6cab1970] {
  font-size: 21px;
}
.font-size22[data-v-6cab1970] {
  font-size: 22px;
}
.font-size24[data-v-6cab1970] {
  font-size: 24px;
}
.font-size32[data-v-6cab1970] {
  font-size: 32px;
}
.font-size36[data-v-6cab1970] {
  font-size: 36px;
}
.font-size46[data-v-6cab1970] {
  font-size: 46px;
}
dd[data-v-6cab1970] {
  margin-bottom: 20px;
  margin-left: 0;
}
b[data-v-6cab1970],
strong[data-v-6cab1970] {
  font-weight: bolder;
}
small[data-v-6cab1970] {
  font-size: 80%;
}
sub[data-v-6cab1970] {
  bottom: -0.25em;
}
sup[data-v-6cab1970] {
  top: -0.5em;
}
a[data-v-6cab1970] {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img[data-v-6cab1970] {
  vertical-align: middle;
  border-style: none;
}
.line-height-22[data-v-6cab1970] {
  line-height: 22px;
}
.line-height-25[data-v-6cab1970] {
  line-height: 25px;
}
.line-h-17[data-v-6cab1970] {
  line-height: 1.2;
}
table[data-v-6cab1970] {
  border-collapse: collapse;
}
label[data-v-6cab1970] {
  display: inline-block;
  margin-bottom: 10px;
}
.d-inline-block[data-v-6cab1970] {
  display: inline-block;
}
.line[data-v-6cab1970] {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.d-none[data-v-6cab1970] {
  display: none !important;
}
.d-inline[data-v-6cab1970] {
  display: inline !important;
}
.d-inline-block[data-v-6cab1970] {
  display: inline-block !important;
}
.d-block[data-v-6cab1970] {
  display: block !important;
}
.d-table[data-v-6cab1970] {
  display: table !important;
}
.d-table-row[data-v-6cab1970] {
  display: table-row !important;
}
.d-table-cell[data-v-6cab1970] {
  display: table-cell !important;
}
.d-flex[data-v-6cab1970] {
  display: flex !important;
}
.d-inline-flex[data-v-6cab1970] {
  display: inline-flex !important;
}
.flex-row[data-v-6cab1970] {
  flex-direction: row !important;
}
.flex-column[data-v-6cab1970] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-6cab1970] {
  flex-direction: row-reverse !important;
}
.flex-wrap[data-v-6cab1970] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-6cab1970] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-6cab1970] {
  flex-wrap: wrap-reverse !important;
}
.flex-fill[data-v-6cab1970] {
  flex: 1 1 auto !important;
}
.flex-grow-0[data-v-6cab1970] {
  flex-grow: 0 !important;
}
.flex-grow-1[data-v-6cab1970] {
  flex-grow: 1 !important;
}
.justify-content-start[data-v-6cab1970] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-6cab1970] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-6cab1970] {
  justify-content: center !important;
}
.justify-content-between[data-v-6cab1970] {
  justify-content: space-between !important;
}
.align-items-start[data-v-6cab1970] {
  align-items: flex-start !important;
}
.align-items-end[data-v-6cab1970] {
  align-items: flex-end !important;
}
.align-items-center[data-v-6cab1970] {
  align-items: center !important;
  background-color: #ffffff;
  padding: 0 20px;
}
.align-items-center2[data-v-6cab1970] {
  align-items: center !important;
}
.float-left[data-v-6cab1970] {
  float: left !important;
}
.float-right[data-v-6cab1970] {
  float: right !important;
}
.float-none[data-v-6cab1970] {
  float: none !important;
}
.overflow-auto[data-v-6cab1970] {
  overflow: auto !important;
}
.overflow-hidden[data-v-6cab1970] {
  overflow: hidden !important;
}
.position-static[data-v-6cab1970] {
  position: static !important;
}
.position-relative[data-v-6cab1970] {
  position: relative !important;
}
.position-absolute[data-v-6cab1970] {
  position: absolute !important;
}
.position-fixed[data-v-6cab1970] {
  position: fixed !important;
}
.position-sticky[data-v-6cab1970] {
  position: sticky !important;
}
.fixed-top[data-v-6cab1970] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-6cab1970] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.shadow-sm[data-v-6cab1970] {
  box-shadow: 0 0.125rem 10px rgba(0, 0, 0, 0.075) !important;
}
.shadow[data-v-6cab1970] {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg[data-v-6cab1970] {
  box-shadow: 0 30px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none[data-v-6cab1970] {
  box-shadow: none !important;
}
.w-25[data-v-6cab1970] {
  width: 25% !important;
}
.w-50[data-v-6cab1970] {
  width: 50% !important;
}
.w-75[data-v-6cab1970] {
  width: 75% !important;
}
.w-100[data-v-6cab1970] {
  width: 100% !important;
}
.w-auto[data-v-6cab1970] {
  width: auto !important;
}
.h-25[data-v-6cab1970] {
  height: 25% !important;
}
.h-50[data-v-6cab1970] {
  height: 50% !important;
}
.h-75[data-v-6cab1970] {
  height: 75% !important;
}
.h-100[data-v-6cab1970] {
  height: 100% !important;
}
.h-auto[data-v-6cab1970] {
  height: auto !important;
}
.mw-100[data-v-6cab1970] {
  max-width: 100% !important;
}
.mh-100[data-v-6cab1970] {
  max-height: 100% !important;
}
.min-vw-100[data-v-6cab1970] {
  min-width: 100vw !important;
}
.min-vh-100[data-v-6cab1970] {
  min-height: 100vh !important;
}
.vw-100[data-v-6cab1970] {
  width: 100vw !important;
}
.vh-100[data-v-6cab1970] {
  height: 100vh !important;
}
m-0[data-v-6cab1970] {
  margin: 0 !important;
}
.mt-0[data-v-6cab1970],
.my-0[data-v-6cab1970] {
  margin-top: 0 !important;
}
.mr-0[data-v-6cab1970],
.mx-0[data-v-6cab1970] {
  margin-right: 0 !important;
}
.mb-0[data-v-6cab1970],
.my-0[data-v-6cab1970] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-6cab1970],
.mx-0[data-v-6cab1970] {
  margin-left: 0 !important;
}
.m-1[data-v-6cab1970] {
  margin: 10px !important;
}
.mt-1[data-v-6cab1970],
.my-1[data-v-6cab1970] {
  margin-top: 10px !important;
}
.mr-1[data-v-6cab1970],
.mx-1[data-v-6cab1970] {
  margin-right: 10px !important;
}
.mb-1[data-v-6cab1970],
.my-1[data-v-6cab1970] {
  margin-bottom: 10px !important;
}
.ml-1[data-v-6cab1970],
.mx-1[data-v-6cab1970] {
  margin-left: 10px !important;
}
.m-2[data-v-6cab1970] {
  margin: 20px !important;
}
.mt-2[data-v-6cab1970],
.my-2[data-v-6cab1970] {
  margin-top: 20px !important;
}
.mr-2[data-v-6cab1970],
.mx-2[data-v-6cab1970] {
  margin-right: 20px !important;
}
.mb-2[data-v-6cab1970],
.my-2[data-v-6cab1970] {
  background-color: #ffffff;
  padding: 0 20px;
}
.ml-2[data-v-6cab1970],
.mx-2[data-v-6cab1970] {
  margin-left: 20px !important;
}
.m-3[data-v-6cab1970] {
  margin: 30px !important;
}
.mt-3[data-v-6cab1970],
.my-3[data-v-6cab1970] {
  margin-top: 30px !important;
}
.mr-3[data-v-6cab1970],
.mx-3[data-v-6cab1970] {
  margin-right: 30px !important;
}
.mb-3[data-v-6cab1970],
.my-3[data-v-6cab1970] {
  margin-bottom: 30px !important;
}
.ml-3[data-v-6cab1970],
.mx-3[data-v-6cab1970] {
  margin-left: 30px !important;
}
.m-4[data-v-6cab1970] {
  margin: 15px !important;
}
.mt-4[data-v-6cab1970],
.my-4[data-v-6cab1970] {
  margin-top: 15px !important;
}
.mr-4[data-v-6cab1970],
.mx-4[data-v-6cab1970] {
  margin-right: 15px !important;
}
.mb-4[data-v-6cab1970],
.my-4[data-v-6cab1970] {
  margin-bottom: 15px !important;
}
.ml-4[data-v-6cab1970],
.mx-4[data-v-6cab1970] {
  margin-left: 15px !important;
}
.ml-8[data-v-6cab1970],
.mx-8[data-v-6cab1970] {
  margin-left: 80px !important;
}
.p-0[data-v-6cab1970] {
  padding: 0 !important;
}
.pt-0[data-v-6cab1970],
.py-0[data-v-6cab1970] {
  padding-top: 0 !important;
}
.pr-0[data-v-6cab1970],
.px-0[data-v-6cab1970] {
  padding-right: 0 !important;
}
.pb-0[data-v-6cab1970],
.py-0[data-v-6cab1970] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-6cab1970],
.px-0[data-v-6cab1970] {
  padding-left: 0 !important;
}
.p-1[data-v-6cab1970] {
  padding: 10px !important;
}
.pt-1[data-v-6cab1970],
.py-1[data-v-6cab1970] {
  padding-top: 10px !important;
}
.pr-1[data-v-6cab1970],
.px-1[data-v-6cab1970] {
  padding-right: 10px !important;
}
.pb-1[data-v-6cab1970],
.py-1[data-v-6cab1970] {
  padding-bottom: 10px !important;
}
.pl-1[data-v-6cab1970],
.px-1[data-v-6cab1970] {
  padding-left: 10px !important;
}
.p-2[data-v-6cab1970] {
  padding: 20px !important;
}
.pt-2[data-v-6cab1970],
.py-2[data-v-6cab1970] {
  padding-top: 20px !important;
}
.pr-2[data-v-6cab1970],
.px-2[data-v-6cab1970] {
  padding-right: 20px !important;
}
.pb-2[data-v-6cab1970],
.py-2[data-v-6cab1970] {
  padding-bottom: 20px !important;
}
.pl-2[data-v-6cab1970],
.px-2[data-v-6cab1970] {
  padding-left: 20px !important;
}
.p-3[data-v-6cab1970] {
  padding: 30px !important;
}
.pt-3[data-v-6cab1970],
.py-3[data-v-6cab1970] {
  padding-top: 30px !important;
}
.pr-3[data-v-6cab1970],
.px-3[data-v-6cab1970] {
  padding-right: 30px !important;
}
.pb-3[data-v-6cab1970],
.py-3[data-v-6cab1970] {
  padding-bottom: 30px !important;
}
.pl-3[data-v-6cab1970],
.px-3[data-v-6cab1970] {
  padding-left: 30px !important;
}
.p-4[data-v-6cab1970] {
  padding: 15px !important;
}
.pt-4[data-v-6cab1970],
.py-4[data-v-6cab1970] {
  padding-top: 15px !important;
}
.pr-4[data-v-6cab1970],
.px-4[data-v-6cab1970] {
  padding-right: 15px !important;
}
.pb-4[data-v-6cab1970],
.py-4[data-v-6cab1970] {
  padding-bottom: 15px !important;
}
.pl-4[data-v-6cab1970],
.px-4[data-v-6cab1970] {
  padding-left: 15px !important;
}
.mt-auto[data-v-6cab1970],
.my-auto[data-v-6cab1970] {
  margin-top: auto !important;
}
.mr-auto[data-v-6cab1970],
.mx-auto[data-v-6cab1970] {
  margin-right: auto !important;
}
.mb-auto[data-v-6cab1970],
.my-auto[data-v-6cab1970] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-6cab1970],
.mx-auto[data-v-6cab1970] {
  margin-left: auto !important;
}
.text-monospace[data-v-6cab1970] {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify[data-v-6cab1970] {
  text-align: justify !important;
}
.text-wrap[data-v-6cab1970] {
  white-space: normal !important;
}
.text-nowrap[data-v-6cab1970] {
  white-space: nowrap !important;
}
.text-truncate[data-v-6cab1970] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left[data-v-6cab1970] {
  text-align: left !important;
}
.text-right[data-v-6cab1970] {
  text-align: right !important;
}
.text-center[data-v-6cab1970] {
  text-align: center !important;
}
.cursor-pointer[data-v-6cab1970] {
  cursor: pointer;
}
.col-white[data-v-6cab1970] {
  color: #ffffff;
}
.col-title[data-v-6cab1970] {
  color: #0E67AF;
}
.col-black[data-v-6cab1970] {
  color: #121212;
}
.text-indent[data-v-6cab1970] {
  text-indent: 2em;
}
.list-style-none[data-v-6cab1970] {
  list-style-type: none;
}
.nodata-title[data-v-6cab1970] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tang-xin-main[data-v-6cab1970] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__header[data-v-6cab1970] {
  background-color: #ffffff;
  margin: 0;
}
.tang-xin-main .el-tabs__header .el-tabs__item[data-v-6cab1970] {
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
}
.tang-xin-main .el-tabs__header .el-tabs__active-bar[data-v-6cab1970] {
  background-color: #ff9700;
  height: 4px;
}
.tang-xin-main .el-tabs__header .el-tabs__item.is-active[data-v-6cab1970] {
  font-size: 16px;
  color: #ff9700;
}
.tang-xin-main .el-tabs__content[data-v-6cab1970] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__item[data-v-6cab1970]:hover {
  color: #ff9700;
}
.tang-xin-main .el-form-item__content div[data-v-6cab1970] {
  width: 100%;
}
.dialog-select[data-v-6cab1970] .el-input__wrapper {
  background-color: #cccccc;
}
.dialog-select[data-v-6cab1970] .el-select .el-input__inner {
  text-align: center;
}
.dialog-select[data-v-6cab1970] .el-input {
  --el-input-placeholder-color: #ffffff;
  --el-select-input-focus-border-color: #cccccc;
}
.dialog-select[data-v-6cab1970] .el-form-item__content {
  padding-right: 50px;
}
.experience-dialog .el-dialog__body[data-v-6cab1970] {
  padding: 0 !important;
}
.dialog-main-contant[data-v-6cab1970] {
  padding: 30px 30px 0 30px;
}
.dialog-main-contant .main-item[data-v-6cab1970] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dialog-main-contant .main-item .icon[data-v-6cab1970] {
  flex: 0.13;
}
.dialog-main-contant .main-item .icon img[data-v-6cab1970] {
  width: 100%;
  height: auto;
}
.dialog-main-contant .main-item .info[data-v-6cab1970] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0.87;
  padding-left: 20px;
}
.dialog-main-contant .main-item .info span[data-v-6cab1970]:first-child {
  color: #000000;
  font-size: 14px;
  flex: 0.86;
}
.dialog-main-contant .main-item .info span[data-v-6cab1970]:last-child {
  flex: 0.14;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff9700;
  padding: 3px 10px;
  cursor: pointer;
}
.consultation-dialog[data-v-6cab1970] .el-dialog {
  border-radius: 20px;
}
.consultation-dialog[data-v-6cab1970] .el-dialog__header {
  margin-right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0 0;
  font-size: 17px;
}
.consultation-dialog .dia-header[data-v-6cab1970] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation-dialog .dia-header .dia-title[data-v-6cab1970] {
  flex: 0.93;
  text-align: center;
}
.consultation-dialog .dia-header .close-icon[data-v-6cab1970] {
  flex: 0.07;
  cursor: pointer;
}
.consultation-dialog[data-v-6cab1970] .el-dialog__body {
  padding: 0;
}
.course-info .page-header[data-v-6cab1970] {
  background-color: #ff9700;
}
.course-info .info-tabs .recording-tabs[data-v-6cab1970] {
  background-color: #ffffff;
}
.course-info .info-tabs .recording-tabs[data-v-6cab1970] .recording-tabs .el-tabs__header {
  height: 42px;
  background-color: #ffffff;
}
.course-info .info-tabs .recording-tabs[data-v-6cab1970] .recording-tabs .el-tabs__active-bar {
  width: 77px !important;
  height: 4px;
  left: 37px;
  background-color: #ff9700;
  transition: all 0.3s ease 0s !important;
}
.course-info .info-tabs .recording-tabs[data-v-6cab1970] .recording-tabs .el-tabs__item {
  height: 42px;
  flex: 0.15;
  color: #999999;
  font-weight: 500;
}
.course-info .info-tabs .recording-tabs[data-v-6cab1970] .recording-tabs .is-active {
  color: #ff9700 !important;
  border-radius: unset !important;
}
.course-info .info-tabs .recording-tabs[data-v-6cab1970] .recording-tabs .el-tabs__nav {
  float: unset;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.course-info .info-tabs .recording-tabs[data-v-6cab1970] .recording-tabs .el-tabs__nav-wrap::after {
  display: none;
}
.course-info .info-tabs[data-v-6cab1970] .recording-tabs > .el-tabs__header {
  height: 42px;
  background-color: #ffffff;
}
.course-info .info-tabs[data-v-6cab1970] .recording-tabs
          > .el-tabs__header
          > .el-tabs__nav-wrap
          > .el-tabs__nav-scroll
          > .el-tabs__nav {
  float: unset;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.course-info .info-tabs[data-v-6cab1970] .recording-tabs
          > .el-tabs__header
          > .el-tabs__nav-wrap
          > .el-tabs__nav-scroll
          > .el-tabs__nav
          > .el-tabs__active-bar {
  width: 77px !important;
  height: 4px;
  left: 12px;
  background-color: #ff9700;
  transition: all 0.3s ease 0s !important;
}
.course-info .info-tabs[data-v-6cab1970] .recording-tabs
          > .el-tabs__header
          > .el-tabs__nav-wrap
          > .el-tabs__nav-scroll
          > .el-tabs__nav
          > .el-tabs__item {
  height: 42px;
  flex: 0.1;
  color: #999999;
  font-weight: 500;
  font-size: 16px;
}
.course-info .info-tabs[data-v-6cab1970] .recording-tabs
          > .el-tabs__header
          > .el-tabs__nav-wrap
          > .el-tabs__nav-scroll
          > .el-tabs__nav
          > .is-active {
  color: #ff9700 !important;
  border-radius: unset !important;
}
.course-info .course-box[data-v-6cab1970] {
  background-color: #f4f4f4;
  padding: 0 15px 15px 15px;
}
.course-info .course-box ul[data-v-6cab1970],
.course-info .course-box ul > li[data-v-6cab1970] {
  padding: 0;
  margin: 0;
  list-style: none;
}
.course-info .course-box .course-collapse[data-v-6cab1970] {
  width: 100%;
  height: calc(100vh - 291px);
  border-radius: 20px;
}
.course-info .course-box .course-collapse .collapse-item[data-v-6cab1970] {
  margin-top: 15px;
}
.course-info .course-box .course-collapse .collapse-item .collapse-title[data-v-6cab1970] {
  flex: 1;
  font-weight: 600;
  font-size: 15px;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course-info .course-box .course-collapse .collapse-item .collapse-title img[data-v-6cab1970] {
  height: auto;
  width: 106px;
  margin-right: 20px;
}
.course-info .course-box .course-collapse .collapse-item .course-content .content-title[data-v-6cab1970] {
  font-size: 14px;
  margin-left: 30px;
  color: #999999;
}
.course-info .course-box .course-collapse .collapse-item .course-content ul > li[data-v-6cab1970] {
  margin: 20px 0 20px 65px;
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}
.course-info .course-box .course-collapse .collapse-item .course-content ul > li .course-tag[data-v-6cab1970] {
  border: 1px solid #ff9700;
  padding: 0 5px;
  border-radius: 11px;
  display: flex;
  zoom: 0.8;
  color: #ff9700;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.course-info .course-box .course-collapse .collapse-item .course-content ul > li .download-btn[data-v-6cab1970] {
  flex: 1;
  text-align: right;
  padding-right: 54px;
  color: #ffffff;
  font-size: 12px;
}
.course-info .course-box .course-collapse .collapse-item .course-content ul > li .download-btn span[data-v-6cab1970] {
  padding: 0 3px;
  background-color: #ffa522;
  border-radius: 20px;
}
.course-info .course-box .course-collapse .collapse-item[data-v-6cab1970] .el-icon {
  font-size: 20px;
  color: #000000;
}
.course-info .course-box .course-collapse[data-v-6cab1970] .collapse-item
            > .el-collapse
            > .collapse-disable
            .el-collapse-item__header {
  background-color: #cccccc !important;
  color: #000000 !important;
}
.course-info[data-v-6cab1970] .el-tabs__header {
  margin: 0;
  height: 50px;
  display: flex;
  align-items: flex-end;
  background-color: #ff9700;
}
.course-info[data-v-6cab1970] .el-tabs__header > .el-tabs__nav-wrap {
  width: 100%;
}
.course-info[data-v-6cab1970] .el-tabs__header
        > .el-tabs__nav-wrap
        > .el-tabs__nav-scroll
        > .el-tabs__nav {
  float: unset;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.course-info[data-v-6cab1970] .el-tabs__header
        > .el-tabs__nav-wrap
        > .el-tabs__nav-scroll
        > .el-tabs__nav
        > .el-tabs__active-bar {
  width: 0 !important;
}
.course-info[data-v-6cab1970] .el-tabs__header
        > .el-tabs__nav-wrap
        > .el-tabs__nav-scroll
        > .el-tabs__nav
        > .el-tabs__item {
  height: 50px;
  flex: 0.33;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 0;
  font-weight: 600;
}
.course-info[data-v-6cab1970] .el-tabs__header
        > .el-tabs__nav-wrap
        > .el-tabs__nav-scroll
        > .el-tabs__nav
        > .is-active {
  color: #ff9700;
  border-radius: 20px 20px 0 0;
  background-color: #ffffff;
}
.course-info[data-v-6cab1970] .el-tabs__header > .el-tabs__nav-wrap::after {
  display: none;
}
[data-v-6cab1970] .el-dialog {
  border-radius: 20px;
}
[data-v-6cab1970] .el-dialog .dia-header {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  justify-content: space-between;
}
[data-v-6cab1970] .el-dialog .dia-header .dia-title {
  flex: 0.95;
  align-self: center;
  font-size: 18px;
  text-align: center;
  padding-left: 25px;
}
[data-v-6cab1970] .el-dialog .dia-header .close-icon {
  flex: 0.05;
  cursor: pointer;
}
[data-v-6cab1970] .el-dialog__header {
  border-radius: 20px 20px 0 0;
  margin-right: 0;
  padding: 0;
  background-color: #eeeeee;
}
[data-v-6cab1970] .el-dialog__body {
  padding: 0;
}
.dialog-main[data-v-6cab1970] {
  height: 340px;
}
.dialog-main[data-v-6cab1970] .el-scrollbar__view {
  padding: 10px;
}
.price[data-v-6cab1970] {
  color: #ff9700;
  font-size: 16px;
  text-align: center;
}
.price[data-v-6cab1970] .el-checkbox {
  margin: 0;
  height: auto;
}
.have-price[data-v-6cab1970] .el-checkbox__inner {
  border-color: #ff9700;
  background-color: #ff9700;
}
.have-price[data-v-6cab1970] .el-checkbox__label {
  color: #ff9700;
}
[data-v-6cab1970] .el-dialog__footer {
  padding: 10px 0;
}
[data-v-6cab1970] .el-dialog__footer .one-go-on {
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
[data-v-6cab1970] .el-dialog__footer .one-go-on span {
  cursor: pointer;
  border-radius: 20px;
  color: #ffffff;
  font-size: 15px;
  background-color: #ff9700;
  padding: 10px 80px;
}
[data-v-6cab1970] .el-dialog__footer .footer-btn {
  text-align: center;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
[data-v-6cab1970] .el-dialog__footer .footer-btn span {
  cursor: pointer;
  border-radius: 20px;
  color: #ffffff;
  font-size: 15px;
  background-color: #ff9700;
  padding: 10px 80px;
}
[data-v-6cab1970] .el-dialog__footer .un-go-on span {
  background-color: #cccccc;
}
[data-v-6cab1970] .el-dialog__footer .go-on span {
  background-color: #ff9700;
}
.consultation-dialog .dia-header[data-v-6cab1970] {
  padding: 0 !important;
}
[data-v-6cab1970] .el-form-item {
  margin-bottom: 15px;
}
[data-v-6cab1970] .el-form--label-left .el-form-item__label {
  padding-top: 5px;
}
.avatar-uploader .el-upload[data-v-6cab1970] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-6cab1970]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-6cab1970] {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.photo[data-v-6cab1970] {
  padding: 35px 0;
}
.photo-btn[data-v-6cab1970] {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  background: #ff9700;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 180px;
  border: none;
}
.photo-img[data-v-6cab1970] {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  text-align: center;
  border: none;
}
.course-buy-pay .buy_pay_button[data-v-6cab1970] {
  height: 37.25px;
  font-size: 15px;
  padding: 0 80px;
  border-radius: 20px;
  background-color: #ff9700;
  border-color: #ff9700;
  color: white;
  cursor: pointer;
}
.course-buy-pay .is-disabled[data-v-6cab1970] {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  cursor: no-drop !important;
}

:deep(.is-message-box) {
.el-message-box {
    min-width: 460px !important;
}
}

/*! 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[data-v-56374e20] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body[data-v-56374e20] {
  margin: 0;
  overscroll-behavior-y: none;
}

/**
   * Render the `main` element consistently in IE.
   */
main[data-v-56374e20] {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1[data-v-56374e20] {
  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[data-v-56374e20] {
  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[data-v-56374e20] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a[data-v-56374e20] {
  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][data-v-56374e20] {
  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[data-v-56374e20],
strong[data-v-56374e20] {
  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[data-v-56374e20],
kbd[data-v-56374e20],
samp[data-v-56374e20] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small[data-v-56374e20] {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub[data-v-56374e20],
sup[data-v-56374e20] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-56374e20] {
  bottom: -0.25em;
}
sup[data-v-56374e20] {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img[data-v-56374e20] {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button[data-v-56374e20],
input[data-v-56374e20],
optgroup[data-v-56374e20],
select[data-v-56374e20],
textarea[data-v-56374e20] {
  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[data-v-56374e20],
input[data-v-56374e20] {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button[data-v-56374e20],
select[data-v-56374e20] {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button[data-v-56374e20],
[type=button][data-v-56374e20],
[type=reset][data-v-56374e20],
[type=submit][data-v-56374e20] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button[data-v-56374e20]::-moz-focus-inner,
[type=button][data-v-56374e20]::-moz-focus-inner,
[type=reset][data-v-56374e20]::-moz-focus-inner,
[type=submit][data-v-56374e20]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button[data-v-56374e20]:-moz-focusring,
[type=button][data-v-56374e20]:-moz-focusring,
[type=reset][data-v-56374e20]:-moz-focusring,
[type=submit][data-v-56374e20]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset[data-v-56374e20] {
  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[data-v-56374e20] {
  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[data-v-56374e20] {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea[data-v-56374e20] {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox][data-v-56374e20],
[type=radio][data-v-56374e20] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number][data-v-56374e20]::-webkit-inner-spin-button,
[type=number][data-v-56374e20]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search][data-v-56374e20] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search][data-v-56374e20]::-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.
   */
[data-v-56374e20]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details[data-v-56374e20] {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary[data-v-56374e20] {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template[data-v-56374e20] {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden][data-v-56374e20] {
  display: none;
}
html[data-v-56374e20] {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
dt[data-v-56374e20] {
  font-weight: 700;
}
.font-w5[data-v-56374e20] {
  font-weight: 500;
}
.font-w6[data-v-56374e20] {
  font-weight: 600;
}
.font-w7[data-v-56374e20] {
  font-weight: 700;
}
.font-w8[data-v-56374e20] {
  font-weight: 800;
}
.font-size16[data-v-56374e20] {
  font-size: 16px;
}
.font-size18[data-v-56374e20] {
  font-size: 18px;
}
.font-size20[data-v-56374e20] {
  font-size: 20px;
}
.font-size21[data-v-56374e20] {
  font-size: 21px;
}
.font-size22[data-v-56374e20] {
  font-size: 22px;
}
.font-size24[data-v-56374e20] {
  font-size: 24px;
}
.font-size32[data-v-56374e20] {
  font-size: 32px;
}
.font-size36[data-v-56374e20] {
  font-size: 36px;
}
.font-size46[data-v-56374e20] {
  font-size: 46px;
}
dd[data-v-56374e20] {
  margin-bottom: 20px;
  margin-left: 0;
}
b[data-v-56374e20],
strong[data-v-56374e20] {
  font-weight: bolder;
}
small[data-v-56374e20] {
  font-size: 80%;
}
sub[data-v-56374e20] {
  bottom: -0.25em;
}
sup[data-v-56374e20] {
  top: -0.5em;
}
a[data-v-56374e20] {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img[data-v-56374e20] {
  vertical-align: middle;
  border-style: none;
}
.line-height-22[data-v-56374e20] {
  line-height: 22px;
}
.line-height-25[data-v-56374e20] {
  line-height: 25px;
}
.line-h-17[data-v-56374e20] {
  line-height: 1.2;
}
table[data-v-56374e20] {
  border-collapse: collapse;
}
label[data-v-56374e20] {
  display: inline-block;
  margin-bottom: 10px;
}
.d-inline-block[data-v-56374e20] {
  display: inline-block;
}
.line[data-v-56374e20] {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.d-none[data-v-56374e20] {
  display: none !important;
}
.d-inline[data-v-56374e20] {
  display: inline !important;
}
.d-inline-block[data-v-56374e20] {
  display: inline-block !important;
}
.d-block[data-v-56374e20] {
  display: block !important;
}
.d-table[data-v-56374e20] {
  display: table !important;
}
.d-table-row[data-v-56374e20] {
  display: table-row !important;
}
.d-table-cell[data-v-56374e20] {
  display: table-cell !important;
}
.d-flex[data-v-56374e20] {
  display: flex !important;
}
.d-inline-flex[data-v-56374e20] {
  display: inline-flex !important;
}
.flex-row[data-v-56374e20] {
  flex-direction: row !important;
}
.flex-column[data-v-56374e20] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-56374e20] {
  flex-direction: row-reverse !important;
}
.flex-wrap[data-v-56374e20] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-56374e20] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-56374e20] {
  flex-wrap: wrap-reverse !important;
}
.flex-fill[data-v-56374e20] {
  flex: 1 1 auto !important;
}
.flex-grow-0[data-v-56374e20] {
  flex-grow: 0 !important;
}
.flex-grow-1[data-v-56374e20] {
  flex-grow: 1 !important;
}
.justify-content-start[data-v-56374e20] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-56374e20] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-56374e20] {
  justify-content: center !important;
}
.justify-content-between[data-v-56374e20] {
  justify-content: space-between !important;
}
.align-items-start[data-v-56374e20] {
  align-items: flex-start !important;
}
.align-items-end[data-v-56374e20] {
  align-items: flex-end !important;
}
.align-items-center[data-v-56374e20] {
  align-items: center !important;
  background-color: #ffffff;
  padding: 0 20px;
}
.align-items-center2[data-v-56374e20] {
  align-items: center !important;
}
.float-left[data-v-56374e20] {
  float: left !important;
}
.float-right[data-v-56374e20] {
  float: right !important;
}
.float-none[data-v-56374e20] {
  float: none !important;
}
.overflow-auto[data-v-56374e20] {
  overflow: auto !important;
}
.overflow-hidden[data-v-56374e20] {
  overflow: hidden !important;
}
.position-static[data-v-56374e20] {
  position: static !important;
}
.position-relative[data-v-56374e20] {
  position: relative !important;
}
.position-absolute[data-v-56374e20] {
  position: absolute !important;
}
.position-fixed[data-v-56374e20] {
  position: fixed !important;
}
.position-sticky[data-v-56374e20] {
  position: sticky !important;
}
.fixed-top[data-v-56374e20] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-56374e20] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.shadow-sm[data-v-56374e20] {
  box-shadow: 0 0.125rem 10px rgba(0, 0, 0, 0.075) !important;
}
.shadow[data-v-56374e20] {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg[data-v-56374e20] {
  box-shadow: 0 30px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none[data-v-56374e20] {
  box-shadow: none !important;
}
.w-25[data-v-56374e20] {
  width: 25% !important;
}
.w-50[data-v-56374e20] {
  width: 50% !important;
}
.w-75[data-v-56374e20] {
  width: 75% !important;
}
.w-100[data-v-56374e20] {
  width: 100% !important;
}
.w-auto[data-v-56374e20] {
  width: auto !important;
}
.h-25[data-v-56374e20] {
  height: 25% !important;
}
.h-50[data-v-56374e20] {
  height: 50% !important;
}
.h-75[data-v-56374e20] {
  height: 75% !important;
}
.h-100[data-v-56374e20] {
  height: 100% !important;
}
.h-auto[data-v-56374e20] {
  height: auto !important;
}
.mw-100[data-v-56374e20] {
  max-width: 100% !important;
}
.mh-100[data-v-56374e20] {
  max-height: 100% !important;
}
.min-vw-100[data-v-56374e20] {
  min-width: 100vw !important;
}
.min-vh-100[data-v-56374e20] {
  min-height: 100vh !important;
}
.vw-100[data-v-56374e20] {
  width: 100vw !important;
}
.vh-100[data-v-56374e20] {
  height: 100vh !important;
}
m-0[data-v-56374e20] {
  margin: 0 !important;
}
.mt-0[data-v-56374e20],
.my-0[data-v-56374e20] {
  margin-top: 0 !important;
}
.mr-0[data-v-56374e20],
.mx-0[data-v-56374e20] {
  margin-right: 0 !important;
}
.mb-0[data-v-56374e20],
.my-0[data-v-56374e20] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-56374e20],
.mx-0[data-v-56374e20] {
  margin-left: 0 !important;
}
.m-1[data-v-56374e20] {
  margin: 10px !important;
}
.mt-1[data-v-56374e20],
.my-1[data-v-56374e20] {
  margin-top: 10px !important;
}
.mr-1[data-v-56374e20],
.mx-1[data-v-56374e20] {
  margin-right: 10px !important;
}
.mb-1[data-v-56374e20],
.my-1[data-v-56374e20] {
  margin-bottom: 10px !important;
}
.ml-1[data-v-56374e20],
.mx-1[data-v-56374e20] {
  margin-left: 10px !important;
}
.m-2[data-v-56374e20] {
  margin: 20px !important;
}
.mt-2[data-v-56374e20],
.my-2[data-v-56374e20] {
  margin-top: 20px !important;
}
.mr-2[data-v-56374e20],
.mx-2[data-v-56374e20] {
  margin-right: 20px !important;
}
.mb-2[data-v-56374e20],
.my-2[data-v-56374e20] {
  background-color: #ffffff;
  padding: 0 20px;
}
.ml-2[data-v-56374e20],
.mx-2[data-v-56374e20] {
  margin-left: 20px !important;
}
.m-3[data-v-56374e20] {
  margin: 30px !important;
}
.mt-3[data-v-56374e20],
.my-3[data-v-56374e20] {
  margin-top: 30px !important;
}
.mr-3[data-v-56374e20],
.mx-3[data-v-56374e20] {
  margin-right: 30px !important;
}
.mb-3[data-v-56374e20],
.my-3[data-v-56374e20] {
  margin-bottom: 30px !important;
}
.ml-3[data-v-56374e20],
.mx-3[data-v-56374e20] {
  margin-left: 30px !important;
}
.m-4[data-v-56374e20] {
  margin: 15px !important;
}
.mt-4[data-v-56374e20],
.my-4[data-v-56374e20] {
  margin-top: 15px !important;
}
.mr-4[data-v-56374e20],
.mx-4[data-v-56374e20] {
  margin-right: 15px !important;
}
.mb-4[data-v-56374e20],
.my-4[data-v-56374e20] {
  margin-bottom: 15px !important;
}
.ml-4[data-v-56374e20],
.mx-4[data-v-56374e20] {
  margin-left: 15px !important;
}
.ml-8[data-v-56374e20],
.mx-8[data-v-56374e20] {
  margin-left: 80px !important;
}
.p-0[data-v-56374e20] {
  padding: 0 !important;
}
.pt-0[data-v-56374e20],
.py-0[data-v-56374e20] {
  padding-top: 0 !important;
}
.pr-0[data-v-56374e20],
.px-0[data-v-56374e20] {
  padding-right: 0 !important;
}
.pb-0[data-v-56374e20],
.py-0[data-v-56374e20] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-56374e20],
.px-0[data-v-56374e20] {
  padding-left: 0 !important;
}
.p-1[data-v-56374e20] {
  padding: 10px !important;
}
.pt-1[data-v-56374e20],
.py-1[data-v-56374e20] {
  padding-top: 10px !important;
}
.pr-1[data-v-56374e20],
.px-1[data-v-56374e20] {
  padding-right: 10px !important;
}
.pb-1[data-v-56374e20],
.py-1[data-v-56374e20] {
  padding-bottom: 10px !important;
}
.pl-1[data-v-56374e20],
.px-1[data-v-56374e20] {
  padding-left: 10px !important;
}
.p-2[data-v-56374e20] {
  padding: 20px !important;
}
.pt-2[data-v-56374e20],
.py-2[data-v-56374e20] {
  padding-top: 20px !important;
}
.pr-2[data-v-56374e20],
.px-2[data-v-56374e20] {
  padding-right: 20px !important;
}
.pb-2[data-v-56374e20],
.py-2[data-v-56374e20] {
  padding-bottom: 20px !important;
}
.pl-2[data-v-56374e20],
.px-2[data-v-56374e20] {
  padding-left: 20px !important;
}
.p-3[data-v-56374e20] {
  padding: 30px !important;
}
.pt-3[data-v-56374e20],
.py-3[data-v-56374e20] {
  padding-top: 30px !important;
}
.pr-3[data-v-56374e20],
.px-3[data-v-56374e20] {
  padding-right: 30px !important;
}
.pb-3[data-v-56374e20],
.py-3[data-v-56374e20] {
  padding-bottom: 30px !important;
}
.pl-3[data-v-56374e20],
.px-3[data-v-56374e20] {
  padding-left: 30px !important;
}
.p-4[data-v-56374e20] {
  padding: 15px !important;
}
.pt-4[data-v-56374e20],
.py-4[data-v-56374e20] {
  padding-top: 15px !important;
}
.pr-4[data-v-56374e20],
.px-4[data-v-56374e20] {
  padding-right: 15px !important;
}
.pb-4[data-v-56374e20],
.py-4[data-v-56374e20] {
  padding-bottom: 15px !important;
}
.pl-4[data-v-56374e20],
.px-4[data-v-56374e20] {
  padding-left: 15px !important;
}
.mt-auto[data-v-56374e20],
.my-auto[data-v-56374e20] {
  margin-top: auto !important;
}
.mr-auto[data-v-56374e20],
.mx-auto[data-v-56374e20] {
  margin-right: auto !important;
}
.mb-auto[data-v-56374e20],
.my-auto[data-v-56374e20] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-56374e20],
.mx-auto[data-v-56374e20] {
  margin-left: auto !important;
}
.text-monospace[data-v-56374e20] {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify[data-v-56374e20] {
  text-align: justify !important;
}
.text-wrap[data-v-56374e20] {
  white-space: normal !important;
}
.text-nowrap[data-v-56374e20] {
  white-space: nowrap !important;
}
.text-truncate[data-v-56374e20] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left[data-v-56374e20] {
  text-align: left !important;
}
.text-right[data-v-56374e20] {
  text-align: right !important;
}
.text-center[data-v-56374e20] {
  text-align: center !important;
}
.cursor-pointer[data-v-56374e20] {
  cursor: pointer;
}
.col-white[data-v-56374e20] {
  color: #ffffff;
}
.col-title[data-v-56374e20] {
  color: #0E67AF;
}
.col-black[data-v-56374e20] {
  color: #121212;
}
.text-indent[data-v-56374e20] {
  text-indent: 2em;
}
.list-style-none[data-v-56374e20] {
  list-style-type: none;
}
.nodata-title[data-v-56374e20] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tang-xin-main[data-v-56374e20] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__header[data-v-56374e20] {
  background-color: #ffffff;
  margin: 0;
}
.tang-xin-main .el-tabs__header .el-tabs__item[data-v-56374e20] {
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
}
.tang-xin-main .el-tabs__header .el-tabs__active-bar[data-v-56374e20] {
  background-color: #ff9700;
  height: 4px;
}
.tang-xin-main .el-tabs__header .el-tabs__item.is-active[data-v-56374e20] {
  font-size: 16px;
  color: #ff9700;
}
.tang-xin-main .el-tabs__content[data-v-56374e20] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__item[data-v-56374e20]:hover {
  color: #ff9700;
}
.tang-xin-main .el-form-item__content div[data-v-56374e20] {
  width: 100%;
}
.dialog-select[data-v-56374e20] .el-input__wrapper {
  background-color: #cccccc;
}
.dialog-select[data-v-56374e20] .el-select .el-input__inner {
  text-align: center;
}
.dialog-select[data-v-56374e20] .el-input {
  --el-input-placeholder-color: #ffffff;
  --el-select-input-focus-border-color: #cccccc;
}
.dialog-select[data-v-56374e20] .el-form-item__content {
  padding-right: 50px;
}
.experience-dialog .el-dialog__body[data-v-56374e20] {
  padding: 0 !important;
}
.dialog-main-contant[data-v-56374e20] {
  padding: 30px 30px 0 30px;
}
.dialog-main-contant .main-item[data-v-56374e20] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dialog-main-contant .main-item .icon[data-v-56374e20] {
  flex: 0.13;
}
.dialog-main-contant .main-item .icon img[data-v-56374e20] {
  width: 100%;
  height: auto;
}
.dialog-main-contant .main-item .info[data-v-56374e20] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0.87;
  padding-left: 20px;
}
.dialog-main-contant .main-item .info span[data-v-56374e20]:first-child {
  color: #000000;
  font-size: 14px;
  flex: 0.86;
}
.dialog-main-contant .main-item .info span[data-v-56374e20]:last-child {
  flex: 0.14;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff9700;
  padding: 3px 10px;
  cursor: pointer;
}
.consultation-dialog[data-v-56374e20] .el-dialog {
  border-radius: 20px;
}
.consultation-dialog[data-v-56374e20] .el-dialog__header {
  margin-right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0 0;
  font-size: 17px;
}
.consultation-dialog .dia-header[data-v-56374e20] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation-dialog .dia-header .dia-title[data-v-56374e20] {
  flex: 0.93;
  text-align: center;
}
.consultation-dialog .dia-header .close-icon[data-v-56374e20] {
  flex: 0.07;
  cursor: pointer;
}
.consultation-dialog[data-v-56374e20] .el-dialog__body {
  padding: 0;
}
.curriculum-detail-right[data-v-56374e20] {
  height: calc(100vh - 50px);
}
.curriculum-detail-right .header[data-v-56374e20] {
  height: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.curriculum-detail-right .header .header-left[data-v-56374e20] {
  margin-left: 15px;
  font-weight: 600;
  font-size: 18px;
}
.curriculum-detail-right .header .header-right[data-v-56374e20] {
  margin-right: 10px;
  color: #ff9700;
  font-size: 16px;
  cursor: pointer;
}
.curriculum-detail-right .header-pdf-description[data-v-56374e20] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 15px;
  line-height: 15px;
}
.curriculum-detail-right .header-pdf-description span[data-v-56374e20] {
  font-size: 13px;
}
.curriculum-detail-right .header-pdf-description .description-left[data-v-56374e20] {
  flex: 0.2;
  border: 1px solid #ff9700;
  border-radius: 20px;
  color: #ff9700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin-left: 15px;
  height: 100%;
}
.curriculum-detail-right .header-pdf-description .description-center[data-v-56374e20] {
  flex: 0.6;
  color: #a1a1a1;
  margin-left: 10px;
}
.curriculum-detail-right .header-pdf-description .description-right[data-v-56374e20] {
  flex: 0.2;
  margin-right: 3px;
  color: #ff9700;
}
.curriculum-detail-right .pdf-view[data-v-56374e20] {
  width: 100%;
  height: calc(100vh - 115px);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*! 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[data-v-fed26e8e] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body[data-v-fed26e8e] {
  margin: 0;
  overscroll-behavior-y: none;
}

/**
   * Render the `main` element consistently in IE.
   */
main[data-v-fed26e8e] {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1[data-v-fed26e8e] {
  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[data-v-fed26e8e] {
  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[data-v-fed26e8e] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a[data-v-fed26e8e] {
  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][data-v-fed26e8e] {
  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[data-v-fed26e8e],
strong[data-v-fed26e8e] {
  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[data-v-fed26e8e],
kbd[data-v-fed26e8e],
samp[data-v-fed26e8e] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small[data-v-fed26e8e] {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub[data-v-fed26e8e],
sup[data-v-fed26e8e] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-fed26e8e] {
  bottom: -0.25em;
}
sup[data-v-fed26e8e] {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img[data-v-fed26e8e] {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button[data-v-fed26e8e],
input[data-v-fed26e8e],
optgroup[data-v-fed26e8e],
select[data-v-fed26e8e],
textarea[data-v-fed26e8e] {
  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[data-v-fed26e8e],
input[data-v-fed26e8e] {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button[data-v-fed26e8e],
select[data-v-fed26e8e] {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button[data-v-fed26e8e],
[type=button][data-v-fed26e8e],
[type=reset][data-v-fed26e8e],
[type=submit][data-v-fed26e8e] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button[data-v-fed26e8e]::-moz-focus-inner,
[type=button][data-v-fed26e8e]::-moz-focus-inner,
[type=reset][data-v-fed26e8e]::-moz-focus-inner,
[type=submit][data-v-fed26e8e]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button[data-v-fed26e8e]:-moz-focusring,
[type=button][data-v-fed26e8e]:-moz-focusring,
[type=reset][data-v-fed26e8e]:-moz-focusring,
[type=submit][data-v-fed26e8e]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset[data-v-fed26e8e] {
  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[data-v-fed26e8e] {
  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[data-v-fed26e8e] {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea[data-v-fed26e8e] {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox][data-v-fed26e8e],
[type=radio][data-v-fed26e8e] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number][data-v-fed26e8e]::-webkit-inner-spin-button,
[type=number][data-v-fed26e8e]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search][data-v-fed26e8e] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search][data-v-fed26e8e]::-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.
   */
[data-v-fed26e8e]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details[data-v-fed26e8e] {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary[data-v-fed26e8e] {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template[data-v-fed26e8e] {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden][data-v-fed26e8e] {
  display: none;
}
html[data-v-fed26e8e] {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
dt[data-v-fed26e8e] {
  font-weight: 700;
}
.font-w5[data-v-fed26e8e] {
  font-weight: 500;
}
.font-w6[data-v-fed26e8e] {
  font-weight: 600;
}
.font-w7[data-v-fed26e8e] {
  font-weight: 700;
}
.font-w8[data-v-fed26e8e] {
  font-weight: 800;
}
.font-size16[data-v-fed26e8e] {
  font-size: 16px;
}
.font-size18[data-v-fed26e8e] {
  font-size: 18px;
}
.font-size20[data-v-fed26e8e] {
  font-size: 20px;
}
.font-size21[data-v-fed26e8e] {
  font-size: 21px;
}
.font-size22[data-v-fed26e8e] {
  font-size: 22px;
}
.font-size24[data-v-fed26e8e] {
  font-size: 24px;
}
.font-size32[data-v-fed26e8e] {
  font-size: 32px;
}
.font-size36[data-v-fed26e8e] {
  font-size: 36px;
}
.font-size46[data-v-fed26e8e] {
  font-size: 46px;
}
dd[data-v-fed26e8e] {
  margin-bottom: 20px;
  margin-left: 0;
}
b[data-v-fed26e8e],
strong[data-v-fed26e8e] {
  font-weight: bolder;
}
small[data-v-fed26e8e] {
  font-size: 80%;
}
sub[data-v-fed26e8e] {
  bottom: -0.25em;
}
sup[data-v-fed26e8e] {
  top: -0.5em;
}
a[data-v-fed26e8e] {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img[data-v-fed26e8e] {
  vertical-align: middle;
  border-style: none;
}
.line-height-22[data-v-fed26e8e] {
  line-height: 22px;
}
.line-height-25[data-v-fed26e8e] {
  line-height: 25px;
}
.line-h-17[data-v-fed26e8e] {
  line-height: 1.2;
}
table[data-v-fed26e8e] {
  border-collapse: collapse;
}
label[data-v-fed26e8e] {
  display: inline-block;
  margin-bottom: 10px;
}
.d-inline-block[data-v-fed26e8e] {
  display: inline-block;
}
.line[data-v-fed26e8e] {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.d-none[data-v-fed26e8e] {
  display: none !important;
}
.d-inline[data-v-fed26e8e] {
  display: inline !important;
}
.d-inline-block[data-v-fed26e8e] {
  display: inline-block !important;
}
.d-block[data-v-fed26e8e] {
  display: block !important;
}
.d-table[data-v-fed26e8e] {
  display: table !important;
}
.d-table-row[data-v-fed26e8e] {
  display: table-row !important;
}
.d-table-cell[data-v-fed26e8e] {
  display: table-cell !important;
}
.d-flex[data-v-fed26e8e] {
  display: flex !important;
}
.d-inline-flex[data-v-fed26e8e] {
  display: inline-flex !important;
}
.flex-row[data-v-fed26e8e] {
  flex-direction: row !important;
}
.flex-column[data-v-fed26e8e] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-fed26e8e] {
  flex-direction: row-reverse !important;
}
.flex-wrap[data-v-fed26e8e] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-fed26e8e] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-fed26e8e] {
  flex-wrap: wrap-reverse !important;
}
.flex-fill[data-v-fed26e8e] {
  flex: 1 1 auto !important;
}
.flex-grow-0[data-v-fed26e8e] {
  flex-grow: 0 !important;
}
.flex-grow-1[data-v-fed26e8e] {
  flex-grow: 1 !important;
}
.justify-content-start[data-v-fed26e8e] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-fed26e8e] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-fed26e8e] {
  justify-content: center !important;
}
.justify-content-between[data-v-fed26e8e] {
  justify-content: space-between !important;
}
.align-items-start[data-v-fed26e8e] {
  align-items: flex-start !important;
}
.align-items-end[data-v-fed26e8e] {
  align-items: flex-end !important;
}
.align-items-center[data-v-fed26e8e] {
  align-items: center !important;
  background-color: #ffffff;
  padding: 0 20px;
}
.align-items-center2[data-v-fed26e8e] {
  align-items: center !important;
}
.float-left[data-v-fed26e8e] {
  float: left !important;
}
.float-right[data-v-fed26e8e] {
  float: right !important;
}
.float-none[data-v-fed26e8e] {
  float: none !important;
}
.overflow-auto[data-v-fed26e8e] {
  overflow: auto !important;
}
.overflow-hidden[data-v-fed26e8e] {
  overflow: hidden !important;
}
.position-static[data-v-fed26e8e] {
  position: static !important;
}
.position-relative[data-v-fed26e8e] {
  position: relative !important;
}
.position-absolute[data-v-fed26e8e] {
  position: absolute !important;
}
.position-fixed[data-v-fed26e8e] {
  position: fixed !important;
}
.position-sticky[data-v-fed26e8e] {
  position: sticky !important;
}
.fixed-top[data-v-fed26e8e] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-fed26e8e] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.shadow-sm[data-v-fed26e8e] {
  box-shadow: 0 0.125rem 10px rgba(0, 0, 0, 0.075) !important;
}
.shadow[data-v-fed26e8e] {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg[data-v-fed26e8e] {
  box-shadow: 0 30px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none[data-v-fed26e8e] {
  box-shadow: none !important;
}
.w-25[data-v-fed26e8e] {
  width: 25% !important;
}
.w-50[data-v-fed26e8e] {
  width: 50% !important;
}
.w-75[data-v-fed26e8e] {
  width: 75% !important;
}
.w-100[data-v-fed26e8e] {
  width: 100% !important;
}
.w-auto[data-v-fed26e8e] {
  width: auto !important;
}
.h-25[data-v-fed26e8e] {
  height: 25% !important;
}
.h-50[data-v-fed26e8e] {
  height: 50% !important;
}
.h-75[data-v-fed26e8e] {
  height: 75% !important;
}
.h-100[data-v-fed26e8e] {
  height: 100% !important;
}
.h-auto[data-v-fed26e8e] {
  height: auto !important;
}
.mw-100[data-v-fed26e8e] {
  max-width: 100% !important;
}
.mh-100[data-v-fed26e8e] {
  max-height: 100% !important;
}
.min-vw-100[data-v-fed26e8e] {
  min-width: 100vw !important;
}
.min-vh-100[data-v-fed26e8e] {
  min-height: 100vh !important;
}
.vw-100[data-v-fed26e8e] {
  width: 100vw !important;
}
.vh-100[data-v-fed26e8e] {
  height: 100vh !important;
}
m-0[data-v-fed26e8e] {
  margin: 0 !important;
}
.mt-0[data-v-fed26e8e],
.my-0[data-v-fed26e8e] {
  margin-top: 0 !important;
}
.mr-0[data-v-fed26e8e],
.mx-0[data-v-fed26e8e] {
  margin-right: 0 !important;
}
.mb-0[data-v-fed26e8e],
.my-0[data-v-fed26e8e] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-fed26e8e],
.mx-0[data-v-fed26e8e] {
  margin-left: 0 !important;
}
.m-1[data-v-fed26e8e] {
  margin: 10px !important;
}
.mt-1[data-v-fed26e8e],
.my-1[data-v-fed26e8e] {
  margin-top: 10px !important;
}
.mr-1[data-v-fed26e8e],
.mx-1[data-v-fed26e8e] {
  margin-right: 10px !important;
}
.mb-1[data-v-fed26e8e],
.my-1[data-v-fed26e8e] {
  margin-bottom: 10px !important;
}
.ml-1[data-v-fed26e8e],
.mx-1[data-v-fed26e8e] {
  margin-left: 10px !important;
}
.m-2[data-v-fed26e8e] {
  margin: 20px !important;
}
.mt-2[data-v-fed26e8e],
.my-2[data-v-fed26e8e] {
  margin-top: 20px !important;
}
.mr-2[data-v-fed26e8e],
.mx-2[data-v-fed26e8e] {
  margin-right: 20px !important;
}
.mb-2[data-v-fed26e8e],
.my-2[data-v-fed26e8e] {
  background-color: #ffffff;
  padding: 0 20px;
}
.ml-2[data-v-fed26e8e],
.mx-2[data-v-fed26e8e] {
  margin-left: 20px !important;
}
.m-3[data-v-fed26e8e] {
  margin: 30px !important;
}
.mt-3[data-v-fed26e8e],
.my-3[data-v-fed26e8e] {
  margin-top: 30px !important;
}
.mr-3[data-v-fed26e8e],
.mx-3[data-v-fed26e8e] {
  margin-right: 30px !important;
}
.mb-3[data-v-fed26e8e],
.my-3[data-v-fed26e8e] {
  margin-bottom: 30px !important;
}
.ml-3[data-v-fed26e8e],
.mx-3[data-v-fed26e8e] {
  margin-left: 30px !important;
}
.m-4[data-v-fed26e8e] {
  margin: 15px !important;
}
.mt-4[data-v-fed26e8e],
.my-4[data-v-fed26e8e] {
  margin-top: 15px !important;
}
.mr-4[data-v-fed26e8e],
.mx-4[data-v-fed26e8e] {
  margin-right: 15px !important;
}
.mb-4[data-v-fed26e8e],
.my-4[data-v-fed26e8e] {
  margin-bottom: 15px !important;
}
.ml-4[data-v-fed26e8e],
.mx-4[data-v-fed26e8e] {
  margin-left: 15px !important;
}
.ml-8[data-v-fed26e8e],
.mx-8[data-v-fed26e8e] {
  margin-left: 80px !important;
}
.p-0[data-v-fed26e8e] {
  padding: 0 !important;
}
.pt-0[data-v-fed26e8e],
.py-0[data-v-fed26e8e] {
  padding-top: 0 !important;
}
.pr-0[data-v-fed26e8e],
.px-0[data-v-fed26e8e] {
  padding-right: 0 !important;
}
.pb-0[data-v-fed26e8e],
.py-0[data-v-fed26e8e] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-fed26e8e],
.px-0[data-v-fed26e8e] {
  padding-left: 0 !important;
}
.p-1[data-v-fed26e8e] {
  padding: 10px !important;
}
.pt-1[data-v-fed26e8e],
.py-1[data-v-fed26e8e] {
  padding-top: 10px !important;
}
.pr-1[data-v-fed26e8e],
.px-1[data-v-fed26e8e] {
  padding-right: 10px !important;
}
.pb-1[data-v-fed26e8e],
.py-1[data-v-fed26e8e] {
  padding-bottom: 10px !important;
}
.pl-1[data-v-fed26e8e],
.px-1[data-v-fed26e8e] {
  padding-left: 10px !important;
}
.p-2[data-v-fed26e8e] {
  padding: 20px !important;
}
.pt-2[data-v-fed26e8e],
.py-2[data-v-fed26e8e] {
  padding-top: 20px !important;
}
.pr-2[data-v-fed26e8e],
.px-2[data-v-fed26e8e] {
  padding-right: 20px !important;
}
.pb-2[data-v-fed26e8e],
.py-2[data-v-fed26e8e] {
  padding-bottom: 20px !important;
}
.pl-2[data-v-fed26e8e],
.px-2[data-v-fed26e8e] {
  padding-left: 20px !important;
}
.p-3[data-v-fed26e8e] {
  padding: 30px !important;
}
.pt-3[data-v-fed26e8e],
.py-3[data-v-fed26e8e] {
  padding-top: 30px !important;
}
.pr-3[data-v-fed26e8e],
.px-3[data-v-fed26e8e] {
  padding-right: 30px !important;
}
.pb-3[data-v-fed26e8e],
.py-3[data-v-fed26e8e] {
  padding-bottom: 30px !important;
}
.pl-3[data-v-fed26e8e],
.px-3[data-v-fed26e8e] {
  padding-left: 30px !important;
}
.p-4[data-v-fed26e8e] {
  padding: 15px !important;
}
.pt-4[data-v-fed26e8e],
.py-4[data-v-fed26e8e] {
  padding-top: 15px !important;
}
.pr-4[data-v-fed26e8e],
.px-4[data-v-fed26e8e] {
  padding-right: 15px !important;
}
.pb-4[data-v-fed26e8e],
.py-4[data-v-fed26e8e] {
  padding-bottom: 15px !important;
}
.pl-4[data-v-fed26e8e],
.px-4[data-v-fed26e8e] {
  padding-left: 15px !important;
}
.mt-auto[data-v-fed26e8e],
.my-auto[data-v-fed26e8e] {
  margin-top: auto !important;
}
.mr-auto[data-v-fed26e8e],
.mx-auto[data-v-fed26e8e] {
  margin-right: auto !important;
}
.mb-auto[data-v-fed26e8e],
.my-auto[data-v-fed26e8e] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-fed26e8e],
.mx-auto[data-v-fed26e8e] {
  margin-left: auto !important;
}
.text-monospace[data-v-fed26e8e] {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify[data-v-fed26e8e] {
  text-align: justify !important;
}
.text-wrap[data-v-fed26e8e] {
  white-space: normal !important;
}
.text-nowrap[data-v-fed26e8e] {
  white-space: nowrap !important;
}
.text-truncate[data-v-fed26e8e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left[data-v-fed26e8e] {
  text-align: left !important;
}
.text-right[data-v-fed26e8e] {
  text-align: right !important;
}
.text-center[data-v-fed26e8e] {
  text-align: center !important;
}
.cursor-pointer[data-v-fed26e8e] {
  cursor: pointer;
}
.col-white[data-v-fed26e8e] {
  color: #ffffff;
}
.col-title[data-v-fed26e8e] {
  color: #0E67AF;
}
.col-black[data-v-fed26e8e] {
  color: #121212;
}
.text-indent[data-v-fed26e8e] {
  text-indent: 2em;
}
.list-style-none[data-v-fed26e8e] {
  list-style-type: none;
}
.nodata-title[data-v-fed26e8e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tang-xin-main[data-v-fed26e8e] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__header[data-v-fed26e8e] {
  background-color: #ffffff;
  margin: 0;
}
.tang-xin-main .el-tabs__header .el-tabs__item[data-v-fed26e8e] {
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
}
.tang-xin-main .el-tabs__header .el-tabs__active-bar[data-v-fed26e8e] {
  background-color: #ff9700;
  height: 4px;
}
.tang-xin-main .el-tabs__header .el-tabs__item.is-active[data-v-fed26e8e] {
  font-size: 16px;
  color: #ff9700;
}
.tang-xin-main .el-tabs__content[data-v-fed26e8e] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__item[data-v-fed26e8e]:hover {
  color: #ff9700;
}
.tang-xin-main .el-form-item__content div[data-v-fed26e8e] {
  width: 100%;
}
.dialog-select[data-v-fed26e8e] .el-input__wrapper {
  background-color: #cccccc;
}
.dialog-select[data-v-fed26e8e] .el-select .el-input__inner {
  text-align: center;
}
.dialog-select[data-v-fed26e8e] .el-input {
  --el-input-placeholder-color: #ffffff;
  --el-select-input-focus-border-color: #cccccc;
}
.dialog-select[data-v-fed26e8e] .el-form-item__content {
  padding-right: 50px;
}
.experience-dialog .el-dialog__body[data-v-fed26e8e] {
  padding: 0 !important;
}
.dialog-main-contant[data-v-fed26e8e] {
  padding: 30px 30px 0 30px;
}
.dialog-main-contant .main-item[data-v-fed26e8e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dialog-main-contant .main-item .icon[data-v-fed26e8e] {
  flex: 0.13;
}
.dialog-main-contant .main-item .icon img[data-v-fed26e8e] {
  width: 100%;
  height: auto;
}
.dialog-main-contant .main-item .info[data-v-fed26e8e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0.87;
  padding-left: 20px;
}
.dialog-main-contant .main-item .info span[data-v-fed26e8e]:first-child {
  color: #000000;
  font-size: 14px;
  flex: 0.86;
}
.dialog-main-contant .main-item .info span[data-v-fed26e8e]:last-child {
  flex: 0.14;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff9700;
  padding: 3px 10px;
  cursor: pointer;
}
.consultation-dialog[data-v-fed26e8e] .el-dialog {
  border-radius: 20px;
}
.consultation-dialog[data-v-fed26e8e] .el-dialog__header {
  margin-right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0 0;
  font-size: 17px;
}
.consultation-dialog .dia-header[data-v-fed26e8e] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation-dialog .dia-header .dia-title[data-v-fed26e8e] {
  flex: 0.93;
  text-align: center;
}
.consultation-dialog .dia-header .close-icon[data-v-fed26e8e] {
  flex: 0.07;
  cursor: pointer;
}
.consultation-dialog[data-v-fed26e8e] .el-dialog__body {
  padding: 0;
}
.curriculum-detail .page-header[data-v-fed26e8e] {
  background-color: #ffffff;
  border-bottom: 0 solid #dbdbdb;
  box-sizing: border-box;
}
.curriculum-detail .detail-main[data-v-fed26e8e] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
.curriculum-detail .detail-main .left[data-v-fed26e8e],
.curriculum-detail .detail-main .right[data-v-fed26e8e] {
  flex: 0.5;
  height: calc(100vh - 50px);
}
.curriculum-detail .detail-main .left[data-v-fed26e8e] {
  background-color: #ffffff;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}
.curriculum-detail .detail-main .left .video[data-v-fed26e8e] {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
.curriculum-detail .detail-main .left ul[data-v-fed26e8e],
.curriculum-detail .detail-main .left ul > li[data-v-fed26e8e] {
  padding: 0;
  margin: 0;
  list-style: none;
}
.curriculum-detail .detail-main .left .course-collapse[data-v-fed26e8e] {
  width: 100%;
  height: calc(100vh - 291px);
  border-radius: 20px;
}
.curriculum-detail .detail-main .left .course-collapse .collapse-item[data-v-fed26e8e] {
  margin-top: 15px;
}
.curriculum-detail .detail-main .left .course-collapse .collapse-item .collapse-title[data-v-fed26e8e] {
  flex: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.curriculum-detail .detail-main .left .course-collapse .collapse-item .collapse-title img[data-v-fed26e8e] {
  height: auto;
  width: 100px;
  margin-right: 10px;
}
.curriculum-detail .detail-main .left .course-collapse .collapse-item .course-content .content-title[data-v-fed26e8e] {
  font-size: 14px;
  line-height: 18px;
  margin-left: 20px;
  color: #999999;
}
.curriculum-detail .detail-main .left .course-collapse .collapse-item .course-content ul > li[data-v-fed26e8e] {
  margin: 20px 0 20px 65px;
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}
.curriculum-detail .detail-main .left .course-collapse .collapse-item .course-content ul > li .course-tag[data-v-fed26e8e] {
  border: 1px solid #ff9700;
  padding: 0 5px;
  border-radius: 11px;
  display: flex;
  zoom: 0.8;
  color: #ff9700;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.curriculum-detail .detail-main .left .course-collapse .collapse-item[data-v-fed26e8e] .el-icon {
  font-size: 20px;
  color: #000000;
}
.curriculum-detail .detail-main .left .course-collapse[data-v-fed26e8e] .collapse-item
              > .el-collapse
              > .collapse-disable
              .el-collapse-item__header {
  background-color: #cccccc !important;
  color: #000000 !important;
}
.curriculum-detail .detail-main .right[data-v-fed26e8e] {
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.active[data-v-fed26e8e] {
  color: #ff9700;
}
/*! 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[data-v-7bf33b73] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body[data-v-7bf33b73] {
  margin: 0;
  overscroll-behavior-y: none;
}

/**
   * Render the `main` element consistently in IE.
   */
main[data-v-7bf33b73] {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1[data-v-7bf33b73] {
  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[data-v-7bf33b73] {
  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[data-v-7bf33b73] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a[data-v-7bf33b73] {
  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][data-v-7bf33b73] {
  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[data-v-7bf33b73],
strong[data-v-7bf33b73] {
  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[data-v-7bf33b73],
kbd[data-v-7bf33b73],
samp[data-v-7bf33b73] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small[data-v-7bf33b73] {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub[data-v-7bf33b73],
sup[data-v-7bf33b73] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-7bf33b73] {
  bottom: -0.25em;
}
sup[data-v-7bf33b73] {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img[data-v-7bf33b73] {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button[data-v-7bf33b73],
input[data-v-7bf33b73],
optgroup[data-v-7bf33b73],
select[data-v-7bf33b73],
textarea[data-v-7bf33b73] {
  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[data-v-7bf33b73],
input[data-v-7bf33b73] {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button[data-v-7bf33b73],
select[data-v-7bf33b73] {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button[data-v-7bf33b73],
[type=button][data-v-7bf33b73],
[type=reset][data-v-7bf33b73],
[type=submit][data-v-7bf33b73] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button[data-v-7bf33b73]::-moz-focus-inner,
[type=button][data-v-7bf33b73]::-moz-focus-inner,
[type=reset][data-v-7bf33b73]::-moz-focus-inner,
[type=submit][data-v-7bf33b73]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button[data-v-7bf33b73]:-moz-focusring,
[type=button][data-v-7bf33b73]:-moz-focusring,
[type=reset][data-v-7bf33b73]:-moz-focusring,
[type=submit][data-v-7bf33b73]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset[data-v-7bf33b73] {
  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[data-v-7bf33b73] {
  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[data-v-7bf33b73] {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea[data-v-7bf33b73] {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox][data-v-7bf33b73],
[type=radio][data-v-7bf33b73] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number][data-v-7bf33b73]::-webkit-inner-spin-button,
[type=number][data-v-7bf33b73]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search][data-v-7bf33b73] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search][data-v-7bf33b73]::-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.
   */
[data-v-7bf33b73]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details[data-v-7bf33b73] {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary[data-v-7bf33b73] {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template[data-v-7bf33b73] {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden][data-v-7bf33b73] {
  display: none;
}
html[data-v-7bf33b73] {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
dt[data-v-7bf33b73] {
  font-weight: 700;
}
.font-w5[data-v-7bf33b73] {
  font-weight: 500;
}
.font-w6[data-v-7bf33b73] {
  font-weight: 600;
}
.font-w7[data-v-7bf33b73] {
  font-weight: 700;
}
.font-w8[data-v-7bf33b73] {
  font-weight: 800;
}
.font-size16[data-v-7bf33b73] {
  font-size: 16px;
}
.font-size18[data-v-7bf33b73] {
  font-size: 18px;
}
.font-size20[data-v-7bf33b73] {
  font-size: 20px;
}
.font-size21[data-v-7bf33b73] {
  font-size: 21px;
}
.font-size22[data-v-7bf33b73] {
  font-size: 22px;
}
.font-size24[data-v-7bf33b73] {
  font-size: 24px;
}
.font-size32[data-v-7bf33b73] {
  font-size: 32px;
}
.font-size36[data-v-7bf33b73] {
  font-size: 36px;
}
.font-size46[data-v-7bf33b73] {
  font-size: 46px;
}
dd[data-v-7bf33b73] {
  margin-bottom: 20px;
  margin-left: 0;
}
b[data-v-7bf33b73],
strong[data-v-7bf33b73] {
  font-weight: bolder;
}
small[data-v-7bf33b73] {
  font-size: 80%;
}
sub[data-v-7bf33b73] {
  bottom: -0.25em;
}
sup[data-v-7bf33b73] {
  top: -0.5em;
}
a[data-v-7bf33b73] {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img[data-v-7bf33b73] {
  vertical-align: middle;
  border-style: none;
}
.line-height-22[data-v-7bf33b73] {
  line-height: 22px;
}
.line-height-25[data-v-7bf33b73] {
  line-height: 25px;
}
.line-h-17[data-v-7bf33b73] {
  line-height: 1.2;
}
table[data-v-7bf33b73] {
  border-collapse: collapse;
}
label[data-v-7bf33b73] {
  display: inline-block;
  margin-bottom: 10px;
}
.d-inline-block[data-v-7bf33b73] {
  display: inline-block;
}
.line[data-v-7bf33b73] {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.d-none[data-v-7bf33b73] {
  display: none !important;
}
.d-inline[data-v-7bf33b73] {
  display: inline !important;
}
.d-inline-block[data-v-7bf33b73] {
  display: inline-block !important;
}
.d-block[data-v-7bf33b73] {
  display: block !important;
}
.d-table[data-v-7bf33b73] {
  display: table !important;
}
.d-table-row[data-v-7bf33b73] {
  display: table-row !important;
}
.d-table-cell[data-v-7bf33b73] {
  display: table-cell !important;
}
.d-flex[data-v-7bf33b73] {
  display: flex !important;
}
.d-inline-flex[data-v-7bf33b73] {
  display: inline-flex !important;
}
.flex-row[data-v-7bf33b73] {
  flex-direction: row !important;
}
.flex-column[data-v-7bf33b73] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-7bf33b73] {
  flex-direction: row-reverse !important;
}
.flex-wrap[data-v-7bf33b73] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-7bf33b73] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-7bf33b73] {
  flex-wrap: wrap-reverse !important;
}
.flex-fill[data-v-7bf33b73] {
  flex: 1 1 auto !important;
}
.flex-grow-0[data-v-7bf33b73] {
  flex-grow: 0 !important;
}
.flex-grow-1[data-v-7bf33b73] {
  flex-grow: 1 !important;
}
.justify-content-start[data-v-7bf33b73] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-7bf33b73] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-7bf33b73] {
  justify-content: center !important;
}
.justify-content-between[data-v-7bf33b73] {
  justify-content: space-between !important;
}
.align-items-start[data-v-7bf33b73] {
  align-items: flex-start !important;
}
.align-items-end[data-v-7bf33b73] {
  align-items: flex-end !important;
}
.align-items-center[data-v-7bf33b73] {
  align-items: center !important;
  background-color: #ffffff;
  padding: 0 20px;
}
.align-items-center2[data-v-7bf33b73] {
  align-items: center !important;
}
.float-left[data-v-7bf33b73] {
  float: left !important;
}
.float-right[data-v-7bf33b73] {
  float: right !important;
}
.float-none[data-v-7bf33b73] {
  float: none !important;
}
.overflow-auto[data-v-7bf33b73] {
  overflow: auto !important;
}
.overflow-hidden[data-v-7bf33b73] {
  overflow: hidden !important;
}
.position-static[data-v-7bf33b73] {
  position: static !important;
}
.position-relative[data-v-7bf33b73] {
  position: relative !important;
}
.position-absolute[data-v-7bf33b73] {
  position: absolute !important;
}
.position-fixed[data-v-7bf33b73] {
  position: fixed !important;
}
.position-sticky[data-v-7bf33b73] {
  position: sticky !important;
}
.fixed-top[data-v-7bf33b73] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-7bf33b73] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.shadow-sm[data-v-7bf33b73] {
  box-shadow: 0 0.125rem 10px rgba(0, 0, 0, 0.075) !important;
}
.shadow[data-v-7bf33b73] {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg[data-v-7bf33b73] {
  box-shadow: 0 30px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none[data-v-7bf33b73] {
  box-shadow: none !important;
}
.w-25[data-v-7bf33b73] {
  width: 25% !important;
}
.w-50[data-v-7bf33b73] {
  width: 50% !important;
}
.w-75[data-v-7bf33b73] {
  width: 75% !important;
}
.w-100[data-v-7bf33b73] {
  width: 100% !important;
}
.w-auto[data-v-7bf33b73] {
  width: auto !important;
}
.h-25[data-v-7bf33b73] {
  height: 25% !important;
}
.h-50[data-v-7bf33b73] {
  height: 50% !important;
}
.h-75[data-v-7bf33b73] {
  height: 75% !important;
}
.h-100[data-v-7bf33b73] {
  height: 100% !important;
}
.h-auto[data-v-7bf33b73] {
  height: auto !important;
}
.mw-100[data-v-7bf33b73] {
  max-width: 100% !important;
}
.mh-100[data-v-7bf33b73] {
  max-height: 100% !important;
}
.min-vw-100[data-v-7bf33b73] {
  min-width: 100vw !important;
}
.min-vh-100[data-v-7bf33b73] {
  min-height: 100vh !important;
}
.vw-100[data-v-7bf33b73] {
  width: 100vw !important;
}
.vh-100[data-v-7bf33b73] {
  height: 100vh !important;
}
m-0[data-v-7bf33b73] {
  margin: 0 !important;
}
.mt-0[data-v-7bf33b73],
.my-0[data-v-7bf33b73] {
  margin-top: 0 !important;
}
.mr-0[data-v-7bf33b73],
.mx-0[data-v-7bf33b73] {
  margin-right: 0 !important;
}
.mb-0[data-v-7bf33b73],
.my-0[data-v-7bf33b73] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-7bf33b73],
.mx-0[data-v-7bf33b73] {
  margin-left: 0 !important;
}
.m-1[data-v-7bf33b73] {
  margin: 10px !important;
}
.mt-1[data-v-7bf33b73],
.my-1[data-v-7bf33b73] {
  margin-top: 10px !important;
}
.mr-1[data-v-7bf33b73],
.mx-1[data-v-7bf33b73] {
  margin-right: 10px !important;
}
.mb-1[data-v-7bf33b73],
.my-1[data-v-7bf33b73] {
  margin-bottom: 10px !important;
}
.ml-1[data-v-7bf33b73],
.mx-1[data-v-7bf33b73] {
  margin-left: 10px !important;
}
.m-2[data-v-7bf33b73] {
  margin: 20px !important;
}
.mt-2[data-v-7bf33b73],
.my-2[data-v-7bf33b73] {
  margin-top: 20px !important;
}
.mr-2[data-v-7bf33b73],
.mx-2[data-v-7bf33b73] {
  margin-right: 20px !important;
}
.mb-2[data-v-7bf33b73],
.my-2[data-v-7bf33b73] {
  background-color: #ffffff;
  padding: 0 20px;
}
.ml-2[data-v-7bf33b73],
.mx-2[data-v-7bf33b73] {
  margin-left: 20px !important;
}
.m-3[data-v-7bf33b73] {
  margin: 30px !important;
}
.mt-3[data-v-7bf33b73],
.my-3[data-v-7bf33b73] {
  margin-top: 30px !important;
}
.mr-3[data-v-7bf33b73],
.mx-3[data-v-7bf33b73] {
  margin-right: 30px !important;
}
.mb-3[data-v-7bf33b73],
.my-3[data-v-7bf33b73] {
  margin-bottom: 30px !important;
}
.ml-3[data-v-7bf33b73],
.mx-3[data-v-7bf33b73] {
  margin-left: 30px !important;
}
.m-4[data-v-7bf33b73] {
  margin: 15px !important;
}
.mt-4[data-v-7bf33b73],
.my-4[data-v-7bf33b73] {
  margin-top: 15px !important;
}
.mr-4[data-v-7bf33b73],
.mx-4[data-v-7bf33b73] {
  margin-right: 15px !important;
}
.mb-4[data-v-7bf33b73],
.my-4[data-v-7bf33b73] {
  margin-bottom: 15px !important;
}
.ml-4[data-v-7bf33b73],
.mx-4[data-v-7bf33b73] {
  margin-left: 15px !important;
}
.ml-8[data-v-7bf33b73],
.mx-8[data-v-7bf33b73] {
  margin-left: 80px !important;
}
.p-0[data-v-7bf33b73] {
  padding: 0 !important;
}
.pt-0[data-v-7bf33b73],
.py-0[data-v-7bf33b73] {
  padding-top: 0 !important;
}
.pr-0[data-v-7bf33b73],
.px-0[data-v-7bf33b73] {
  padding-right: 0 !important;
}
.pb-0[data-v-7bf33b73],
.py-0[data-v-7bf33b73] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-7bf33b73],
.px-0[data-v-7bf33b73] {
  padding-left: 0 !important;
}
.p-1[data-v-7bf33b73] {
  padding: 10px !important;
}
.pt-1[data-v-7bf33b73],
.py-1[data-v-7bf33b73] {
  padding-top: 10px !important;
}
.pr-1[data-v-7bf33b73],
.px-1[data-v-7bf33b73] {
  padding-right: 10px !important;
}
.pb-1[data-v-7bf33b73],
.py-1[data-v-7bf33b73] {
  padding-bottom: 10px !important;
}
.pl-1[data-v-7bf33b73],
.px-1[data-v-7bf33b73] {
  padding-left: 10px !important;
}
.p-2[data-v-7bf33b73] {
  padding: 20px !important;
}
.pt-2[data-v-7bf33b73],
.py-2[data-v-7bf33b73] {
  padding-top: 20px !important;
}
.pr-2[data-v-7bf33b73],
.px-2[data-v-7bf33b73] {
  padding-right: 20px !important;
}
.pb-2[data-v-7bf33b73],
.py-2[data-v-7bf33b73] {
  padding-bottom: 20px !important;
}
.pl-2[data-v-7bf33b73],
.px-2[data-v-7bf33b73] {
  padding-left: 20px !important;
}
.p-3[data-v-7bf33b73] {
  padding: 30px !important;
}
.pt-3[data-v-7bf33b73],
.py-3[data-v-7bf33b73] {
  padding-top: 30px !important;
}
.pr-3[data-v-7bf33b73],
.px-3[data-v-7bf33b73] {
  padding-right: 30px !important;
}
.pb-3[data-v-7bf33b73],
.py-3[data-v-7bf33b73] {
  padding-bottom: 30px !important;
}
.pl-3[data-v-7bf33b73],
.px-3[data-v-7bf33b73] {
  padding-left: 30px !important;
}
.p-4[data-v-7bf33b73] {
  padding: 15px !important;
}
.pt-4[data-v-7bf33b73],
.py-4[data-v-7bf33b73] {
  padding-top: 15px !important;
}
.pr-4[data-v-7bf33b73],
.px-4[data-v-7bf33b73] {
  padding-right: 15px !important;
}
.pb-4[data-v-7bf33b73],
.py-4[data-v-7bf33b73] {
  padding-bottom: 15px !important;
}
.pl-4[data-v-7bf33b73],
.px-4[data-v-7bf33b73] {
  padding-left: 15px !important;
}
.mt-auto[data-v-7bf33b73],
.my-auto[data-v-7bf33b73] {
  margin-top: auto !important;
}
.mr-auto[data-v-7bf33b73],
.mx-auto[data-v-7bf33b73] {
  margin-right: auto !important;
}
.mb-auto[data-v-7bf33b73],
.my-auto[data-v-7bf33b73] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-7bf33b73],
.mx-auto[data-v-7bf33b73] {
  margin-left: auto !important;
}
.text-monospace[data-v-7bf33b73] {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify[data-v-7bf33b73] {
  text-align: justify !important;
}
.text-wrap[data-v-7bf33b73] {
  white-space: normal !important;
}
.text-nowrap[data-v-7bf33b73] {
  white-space: nowrap !important;
}
.text-truncate[data-v-7bf33b73] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left[data-v-7bf33b73] {
  text-align: left !important;
}
.text-right[data-v-7bf33b73] {
  text-align: right !important;
}
.text-center[data-v-7bf33b73] {
  text-align: center !important;
}
.cursor-pointer[data-v-7bf33b73] {
  cursor: pointer;
}
.col-white[data-v-7bf33b73] {
  color: #ffffff;
}
.col-title[data-v-7bf33b73] {
  color: #0E67AF;
}
.col-black[data-v-7bf33b73] {
  color: #121212;
}
.text-indent[data-v-7bf33b73] {
  text-indent: 2em;
}
.list-style-none[data-v-7bf33b73] {
  list-style-type: none;
}
.nodata-title[data-v-7bf33b73] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tang-xin-main[data-v-7bf33b73] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__header[data-v-7bf33b73] {
  background-color: #ffffff;
  margin: 0;
}
.tang-xin-main .el-tabs__header .el-tabs__item[data-v-7bf33b73] {
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
}
.tang-xin-main .el-tabs__header .el-tabs__active-bar[data-v-7bf33b73] {
  background-color: #ff9700;
  height: 4px;
}
.tang-xin-main .el-tabs__header .el-tabs__item.is-active[data-v-7bf33b73] {
  font-size: 16px;
  color: #ff9700;
}
.tang-xin-main .el-tabs__content[data-v-7bf33b73] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__item[data-v-7bf33b73]:hover {
  color: #ff9700;
}
.tang-xin-main .el-form-item__content div[data-v-7bf33b73] {
  width: 100%;
}
.dialog-select[data-v-7bf33b73] .el-input__wrapper {
  background-color: #cccccc;
}
.dialog-select[data-v-7bf33b73] .el-select .el-input__inner {
  text-align: center;
}
.dialog-select[data-v-7bf33b73] .el-input {
  --el-input-placeholder-color: #ffffff;
  --el-select-input-focus-border-color: #cccccc;
}
.dialog-select[data-v-7bf33b73] .el-form-item__content {
  padding-right: 50px;
}
.experience-dialog .el-dialog__body[data-v-7bf33b73] {
  padding: 0 !important;
}
.dialog-main-contant[data-v-7bf33b73] {
  padding: 30px 30px 0 30px;
}
.dialog-main-contant .main-item[data-v-7bf33b73] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dialog-main-contant .main-item .icon[data-v-7bf33b73] {
  flex: 0.13;
}
.dialog-main-contant .main-item .icon img[data-v-7bf33b73] {
  width: 100%;
  height: auto;
}
.dialog-main-contant .main-item .info[data-v-7bf33b73] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0.87;
  padding-left: 20px;
}
.dialog-main-contant .main-item .info span[data-v-7bf33b73]:first-child {
  color: #000000;
  font-size: 14px;
  flex: 0.86;
}
.dialog-main-contant .main-item .info span[data-v-7bf33b73]:last-child {
  flex: 0.14;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff9700;
  padding: 3px 10px;
  cursor: pointer;
}
.consultation-dialog[data-v-7bf33b73] .el-dialog {
  border-radius: 20px;
}
.consultation-dialog[data-v-7bf33b73] .el-dialog__header {
  margin-right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0 0;
  font-size: 17px;
}
.consultation-dialog .dia-header[data-v-7bf33b73] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation-dialog .dia-header .dia-title[data-v-7bf33b73] {
  flex: 0.93;
  text-align: center;
}
.consultation-dialog .dia-header .close-icon[data-v-7bf33b73] {
  flex: 0.07;
  cursor: pointer;
}
.consultation-dialog[data-v-7bf33b73] .el-dialog__body {
  padding: 0;
}
.curriculum-detail .page-header[data-v-7bf33b73] {
  background-color: #ffffff;
  border-bottom: 0px solid #dbdbdb;
  box-sizing: border-box;
}
.curriculum-detail .detail-main[data-v-7bf33b73] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
.curriculum-detail .detail-main .left[data-v-7bf33b73],
.curriculum-detail .detail-main .right[data-v-7bf33b73] {
  flex: 0.5;
  height: calc(100vh - 50px);
}
.curriculum-detail .detail-main .left[data-v-7bf33b73] {
  background-color: #ffffff;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}
.curriculum-detail .detail-main .left .video[data-v-7bf33b73] {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}
.curriculum-detail .detail-main .left ul[data-v-7bf33b73],
.curriculum-detail .detail-main .left ul > li[data-v-7bf33b73] {
  padding: 0;
  margin: 0;
  list-style: none;
}
.curriculum-detail .detail-main .left .course-collapse[data-v-7bf33b73] {
  width: 100%;
  height: calc(100vh - 291px);
  border-radius: 20px;
}
.curriculum-detail .detail-main .left .course-collapse .collapse-item[data-v-7bf33b73] {
  margin-top: 15px;
}
.curriculum-detail .detail-main .left .course-collapse .collapse-item .collapse-title[data-v-7bf33b73] {
  flex: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.curriculum-detail .detail-main .left .course-collapse .collapse-item .collapse-title img[data-v-7bf33b73] {
  height: auto;
  width: 100px;
  margin-right: 10px;
}
.curriculum-detail .detail-main .left .course-collapse .collapse-item .course-content .content-title[data-v-7bf33b73] {
  font-size: 14px;
  margin-left: 30px;
  color: #999999;
}
.curriculum-detail .detail-main .left .course-collapse .collapse-item .course-content ul > li[data-v-7bf33b73] {
  margin: 20px 0 20px 65px;
  display: flex;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}
.curriculum-detail .detail-main .left .course-collapse .collapse-item .course-content ul > li .course-tag[data-v-7bf33b73] {
  border: 1px solid #ff9700;
  padding: 0 5px;
  border-radius: 11px;
  display: flex;
  zoom: 0.8;
  color: #ff9700;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.curriculum-detail .detail-main .left .course-collapse .collapse-item[data-v-7bf33b73] .el-icon {
  font-size: 20px;
  color: #000000;
}
.curriculum-detail .detail-main .left .course-collapse[data-v-7bf33b73] .collapse-item
              > .el-collapse
              > .collapse-disable
              .el-collapse-item__header {
  background-color: #cccccc !important;
  color: #000000 !important;
}
.curriculum-detail .detail-main .right[data-v-7bf33b73] {
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.active[data-v-7bf33b73] {
  color: #ff9700;
}
.course-box[data-v-7bf33b73] {
  height: 40px;
  background-color: #ffffff;
  line-height: 39px;
  margin: 20px;
  padding-left: 20px;
}
.course-box-none[data-v-7bf33b73] {
  height: 80px;
  background-color: #ffffff;
  line-height: 79px;
  margin: 20px;
  padding-left: 20px;
  text-align: center;
}
.curriculum-detail-right[data-v-7bf33b73] {
  background-color: #121212;
  height: 400px;
}

.el-carousel__button {
  display: none;
}

/*! 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[data-v-cfca7876] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body[data-v-cfca7876] {
  margin: 0;
  overscroll-behavior-y: none;
}

/**
   * Render the `main` element consistently in IE.
   */
main[data-v-cfca7876] {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1[data-v-cfca7876] {
  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[data-v-cfca7876] {
  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[data-v-cfca7876] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a[data-v-cfca7876] {
  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][data-v-cfca7876] {
  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[data-v-cfca7876],
strong[data-v-cfca7876] {
  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[data-v-cfca7876],
kbd[data-v-cfca7876],
samp[data-v-cfca7876] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small[data-v-cfca7876] {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub[data-v-cfca7876],
sup[data-v-cfca7876] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-cfca7876] {
  bottom: -0.25em;
}
sup[data-v-cfca7876] {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img[data-v-cfca7876] {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button[data-v-cfca7876],
input[data-v-cfca7876],
optgroup[data-v-cfca7876],
select[data-v-cfca7876],
textarea[data-v-cfca7876] {
  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[data-v-cfca7876],
input[data-v-cfca7876] {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button[data-v-cfca7876],
select[data-v-cfca7876] {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button[data-v-cfca7876],
[type=button][data-v-cfca7876],
[type=reset][data-v-cfca7876],
[type=submit][data-v-cfca7876] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button[data-v-cfca7876]::-moz-focus-inner,
[type=button][data-v-cfca7876]::-moz-focus-inner,
[type=reset][data-v-cfca7876]::-moz-focus-inner,
[type=submit][data-v-cfca7876]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button[data-v-cfca7876]:-moz-focusring,
[type=button][data-v-cfca7876]:-moz-focusring,
[type=reset][data-v-cfca7876]:-moz-focusring,
[type=submit][data-v-cfca7876]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset[data-v-cfca7876] {
  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[data-v-cfca7876] {
  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[data-v-cfca7876] {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea[data-v-cfca7876] {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox][data-v-cfca7876],
[type=radio][data-v-cfca7876] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number][data-v-cfca7876]::-webkit-inner-spin-button,
[type=number][data-v-cfca7876]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search][data-v-cfca7876] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search][data-v-cfca7876]::-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.
   */
[data-v-cfca7876]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details[data-v-cfca7876] {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary[data-v-cfca7876] {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template[data-v-cfca7876] {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden][data-v-cfca7876] {
  display: none;
}
html[data-v-cfca7876] {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
dt[data-v-cfca7876] {
  font-weight: 700;
}
.font-w5[data-v-cfca7876] {
  font-weight: 500;
}
.font-w6[data-v-cfca7876] {
  font-weight: 600;
}
.font-w7[data-v-cfca7876] {
  font-weight: 700;
}
.font-w8[data-v-cfca7876] {
  font-weight: 800;
}
.font-size16[data-v-cfca7876] {
  font-size: 16px;
}
.font-size18[data-v-cfca7876] {
  font-size: 18px;
}
.font-size20[data-v-cfca7876] {
  font-size: 20px;
}
.font-size21[data-v-cfca7876] {
  font-size: 21px;
}
.font-size22[data-v-cfca7876] {
  font-size: 22px;
}
.font-size24[data-v-cfca7876] {
  font-size: 24px;
}
.font-size32[data-v-cfca7876] {
  font-size: 32px;
}
.font-size36[data-v-cfca7876] {
  font-size: 36px;
}
.font-size46[data-v-cfca7876] {
  font-size: 46px;
}
dd[data-v-cfca7876] {
  margin-bottom: 20px;
  margin-left: 0;
}
b[data-v-cfca7876],
strong[data-v-cfca7876] {
  font-weight: bolder;
}
small[data-v-cfca7876] {
  font-size: 80%;
}
sub[data-v-cfca7876] {
  bottom: -0.25em;
}
sup[data-v-cfca7876] {
  top: -0.5em;
}
a[data-v-cfca7876] {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img[data-v-cfca7876] {
  vertical-align: middle;
  border-style: none;
}
.line-height-22[data-v-cfca7876] {
  line-height: 22px;
}
.line-height-25[data-v-cfca7876] {
  line-height: 25px;
}
.line-h-17[data-v-cfca7876] {
  line-height: 1.2;
}
table[data-v-cfca7876] {
  border-collapse: collapse;
}
label[data-v-cfca7876] {
  display: inline-block;
  margin-bottom: 10px;
}
.d-inline-block[data-v-cfca7876] {
  display: inline-block;
}
.line[data-v-cfca7876] {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.d-none[data-v-cfca7876] {
  display: none !important;
}
.d-inline[data-v-cfca7876] {
  display: inline !important;
}
.d-inline-block[data-v-cfca7876] {
  display: inline-block !important;
}
.d-block[data-v-cfca7876] {
  display: block !important;
}
.d-table[data-v-cfca7876] {
  display: table !important;
}
.d-table-row[data-v-cfca7876] {
  display: table-row !important;
}
.d-table-cell[data-v-cfca7876] {
  display: table-cell !important;
}
.d-flex[data-v-cfca7876] {
  display: flex !important;
}
.d-inline-flex[data-v-cfca7876] {
  display: inline-flex !important;
}
.flex-row[data-v-cfca7876] {
  flex-direction: row !important;
}
.flex-column[data-v-cfca7876] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-cfca7876] {
  flex-direction: row-reverse !important;
}
.flex-wrap[data-v-cfca7876] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-cfca7876] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-cfca7876] {
  flex-wrap: wrap-reverse !important;
}
.flex-fill[data-v-cfca7876] {
  flex: 1 1 auto !important;
}
.flex-grow-0[data-v-cfca7876] {
  flex-grow: 0 !important;
}
.flex-grow-1[data-v-cfca7876] {
  flex-grow: 1 !important;
}
.justify-content-start[data-v-cfca7876] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-cfca7876] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-cfca7876] {
  justify-content: center !important;
}
.justify-content-between[data-v-cfca7876] {
  justify-content: space-between !important;
}
.align-items-start[data-v-cfca7876] {
  align-items: flex-start !important;
}
.align-items-end[data-v-cfca7876] {
  align-items: flex-end !important;
}
.align-items-center[data-v-cfca7876] {
  align-items: center !important;
  background-color: #ffffff;
  padding: 0 20px;
}
.align-items-center2[data-v-cfca7876] {
  align-items: center !important;
}
.float-left[data-v-cfca7876] {
  float: left !important;
}
.float-right[data-v-cfca7876] {
  float: right !important;
}
.float-none[data-v-cfca7876] {
  float: none !important;
}
.overflow-auto[data-v-cfca7876] {
  overflow: auto !important;
}
.overflow-hidden[data-v-cfca7876] {
  overflow: hidden !important;
}
.position-static[data-v-cfca7876] {
  position: static !important;
}
.position-relative[data-v-cfca7876] {
  position: relative !important;
}
.position-absolute[data-v-cfca7876] {
  position: absolute !important;
}
.position-fixed[data-v-cfca7876] {
  position: fixed !important;
}
.position-sticky[data-v-cfca7876] {
  position: sticky !important;
}
.fixed-top[data-v-cfca7876] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-cfca7876] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.shadow-sm[data-v-cfca7876] {
  box-shadow: 0 0.125rem 10px rgba(0, 0, 0, 0.075) !important;
}
.shadow[data-v-cfca7876] {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg[data-v-cfca7876] {
  box-shadow: 0 30px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none[data-v-cfca7876] {
  box-shadow: none !important;
}
.w-25[data-v-cfca7876] {
  width: 25% !important;
}
.w-50[data-v-cfca7876] {
  width: 50% !important;
}
.w-75[data-v-cfca7876] {
  width: 75% !important;
}
.w-100[data-v-cfca7876] {
  width: 100% !important;
}
.w-auto[data-v-cfca7876] {
  width: auto !important;
}
.h-25[data-v-cfca7876] {
  height: 25% !important;
}
.h-50[data-v-cfca7876] {
  height: 50% !important;
}
.h-75[data-v-cfca7876] {
  height: 75% !important;
}
.h-100[data-v-cfca7876] {
  height: 100% !important;
}
.h-auto[data-v-cfca7876] {
  height: auto !important;
}
.mw-100[data-v-cfca7876] {
  max-width: 100% !important;
}
.mh-100[data-v-cfca7876] {
  max-height: 100% !important;
}
.min-vw-100[data-v-cfca7876] {
  min-width: 100vw !important;
}
.min-vh-100[data-v-cfca7876] {
  min-height: 100vh !important;
}
.vw-100[data-v-cfca7876] {
  width: 100vw !important;
}
.vh-100[data-v-cfca7876] {
  height: 100vh !important;
}
m-0[data-v-cfca7876] {
  margin: 0 !important;
}
.mt-0[data-v-cfca7876],
.my-0[data-v-cfca7876] {
  margin-top: 0 !important;
}
.mr-0[data-v-cfca7876],
.mx-0[data-v-cfca7876] {
  margin-right: 0 !important;
}
.mb-0[data-v-cfca7876],
.my-0[data-v-cfca7876] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-cfca7876],
.mx-0[data-v-cfca7876] {
  margin-left: 0 !important;
}
.m-1[data-v-cfca7876] {
  margin: 10px !important;
}
.mt-1[data-v-cfca7876],
.my-1[data-v-cfca7876] {
  margin-top: 10px !important;
}
.mr-1[data-v-cfca7876],
.mx-1[data-v-cfca7876] {
  margin-right: 10px !important;
}
.mb-1[data-v-cfca7876],
.my-1[data-v-cfca7876] {
  margin-bottom: 10px !important;
}
.ml-1[data-v-cfca7876],
.mx-1[data-v-cfca7876] {
  margin-left: 10px !important;
}
.m-2[data-v-cfca7876] {
  margin: 20px !important;
}
.mt-2[data-v-cfca7876],
.my-2[data-v-cfca7876] {
  margin-top: 20px !important;
}
.mr-2[data-v-cfca7876],
.mx-2[data-v-cfca7876] {
  margin-right: 20px !important;
}
.mb-2[data-v-cfca7876],
.my-2[data-v-cfca7876] {
  background-color: #ffffff;
  padding: 0 20px;
}
.ml-2[data-v-cfca7876],
.mx-2[data-v-cfca7876] {
  margin-left: 20px !important;
}
.m-3[data-v-cfca7876] {
  margin: 30px !important;
}
.mt-3[data-v-cfca7876],
.my-3[data-v-cfca7876] {
  margin-top: 30px !important;
}
.mr-3[data-v-cfca7876],
.mx-3[data-v-cfca7876] {
  margin-right: 30px !important;
}
.mb-3[data-v-cfca7876],
.my-3[data-v-cfca7876] {
  margin-bottom: 30px !important;
}
.ml-3[data-v-cfca7876],
.mx-3[data-v-cfca7876] {
  margin-left: 30px !important;
}
.m-4[data-v-cfca7876] {
  margin: 15px !important;
}
.mt-4[data-v-cfca7876],
.my-4[data-v-cfca7876] {
  margin-top: 15px !important;
}
.mr-4[data-v-cfca7876],
.mx-4[data-v-cfca7876] {
  margin-right: 15px !important;
}
.mb-4[data-v-cfca7876],
.my-4[data-v-cfca7876] {
  margin-bottom: 15px !important;
}
.ml-4[data-v-cfca7876],
.mx-4[data-v-cfca7876] {
  margin-left: 15px !important;
}
.ml-8[data-v-cfca7876],
.mx-8[data-v-cfca7876] {
  margin-left: 80px !important;
}
.p-0[data-v-cfca7876] {
  padding: 0 !important;
}
.pt-0[data-v-cfca7876],
.py-0[data-v-cfca7876] {
  padding-top: 0 !important;
}
.pr-0[data-v-cfca7876],
.px-0[data-v-cfca7876] {
  padding-right: 0 !important;
}
.pb-0[data-v-cfca7876],
.py-0[data-v-cfca7876] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-cfca7876],
.px-0[data-v-cfca7876] {
  padding-left: 0 !important;
}
.p-1[data-v-cfca7876] {
  padding: 10px !important;
}
.pt-1[data-v-cfca7876],
.py-1[data-v-cfca7876] {
  padding-top: 10px !important;
}
.pr-1[data-v-cfca7876],
.px-1[data-v-cfca7876] {
  padding-right: 10px !important;
}
.pb-1[data-v-cfca7876],
.py-1[data-v-cfca7876] {
  padding-bottom: 10px !important;
}
.pl-1[data-v-cfca7876],
.px-1[data-v-cfca7876] {
  padding-left: 10px !important;
}
.p-2[data-v-cfca7876] {
  padding: 20px !important;
}
.pt-2[data-v-cfca7876],
.py-2[data-v-cfca7876] {
  padding-top: 20px !important;
}
.pr-2[data-v-cfca7876],
.px-2[data-v-cfca7876] {
  padding-right: 20px !important;
}
.pb-2[data-v-cfca7876],
.py-2[data-v-cfca7876] {
  padding-bottom: 20px !important;
}
.pl-2[data-v-cfca7876],
.px-2[data-v-cfca7876] {
  padding-left: 20px !important;
}
.p-3[data-v-cfca7876] {
  padding: 30px !important;
}
.pt-3[data-v-cfca7876],
.py-3[data-v-cfca7876] {
  padding-top: 30px !important;
}
.pr-3[data-v-cfca7876],
.px-3[data-v-cfca7876] {
  padding-right: 30px !important;
}
.pb-3[data-v-cfca7876],
.py-3[data-v-cfca7876] {
  padding-bottom: 30px !important;
}
.pl-3[data-v-cfca7876],
.px-3[data-v-cfca7876] {
  padding-left: 30px !important;
}
.p-4[data-v-cfca7876] {
  padding: 15px !important;
}
.pt-4[data-v-cfca7876],
.py-4[data-v-cfca7876] {
  padding-top: 15px !important;
}
.pr-4[data-v-cfca7876],
.px-4[data-v-cfca7876] {
  padding-right: 15px !important;
}
.pb-4[data-v-cfca7876],
.py-4[data-v-cfca7876] {
  padding-bottom: 15px !important;
}
.pl-4[data-v-cfca7876],
.px-4[data-v-cfca7876] {
  padding-left: 15px !important;
}
.mt-auto[data-v-cfca7876],
.my-auto[data-v-cfca7876] {
  margin-top: auto !important;
}
.mr-auto[data-v-cfca7876],
.mx-auto[data-v-cfca7876] {
  margin-right: auto !important;
}
.mb-auto[data-v-cfca7876],
.my-auto[data-v-cfca7876] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-cfca7876],
.mx-auto[data-v-cfca7876] {
  margin-left: auto !important;
}
.text-monospace[data-v-cfca7876] {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify[data-v-cfca7876] {
  text-align: justify !important;
}
.text-wrap[data-v-cfca7876] {
  white-space: normal !important;
}
.text-nowrap[data-v-cfca7876] {
  white-space: nowrap !important;
}
.text-truncate[data-v-cfca7876] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left[data-v-cfca7876] {
  text-align: left !important;
}
.text-right[data-v-cfca7876] {
  text-align: right !important;
}
.text-center[data-v-cfca7876] {
  text-align: center !important;
}
.cursor-pointer[data-v-cfca7876] {
  cursor: pointer;
}
.col-white[data-v-cfca7876] {
  color: #ffffff;
}
.col-title[data-v-cfca7876] {
  color: #0E67AF;
}
.col-black[data-v-cfca7876] {
  color: #121212;
}
.text-indent[data-v-cfca7876] {
  text-indent: 2em;
}
.list-style-none[data-v-cfca7876] {
  list-style-type: none;
}
.nodata-title[data-v-cfca7876] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tang-xin-main[data-v-cfca7876] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__header[data-v-cfca7876] {
  background-color: #ffffff;
  margin: 0;
}
.tang-xin-main .el-tabs__header .el-tabs__item[data-v-cfca7876] {
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
}
.tang-xin-main .el-tabs__header .el-tabs__active-bar[data-v-cfca7876] {
  background-color: #ff9700;
  height: 4px;
}
.tang-xin-main .el-tabs__header .el-tabs__item.is-active[data-v-cfca7876] {
  font-size: 16px;
  color: #ff9700;
}
.tang-xin-main .el-tabs__content[data-v-cfca7876] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__item[data-v-cfca7876]:hover {
  color: #ff9700;
}
.tang-xin-main .el-form-item__content div[data-v-cfca7876] {
  width: 100%;
}
.dialog-select[data-v-cfca7876] .el-input__wrapper {
  background-color: #cccccc;
}
.dialog-select[data-v-cfca7876] .el-select .el-input__inner {
  text-align: center;
}
.dialog-select[data-v-cfca7876] .el-input {
  --el-input-placeholder-color: #ffffff;
  --el-select-input-focus-border-color: #cccccc;
}
.dialog-select[data-v-cfca7876] .el-form-item__content {
  padding-right: 50px;
}
.experience-dialog .el-dialog__body[data-v-cfca7876] {
  padding: 0 !important;
}
.dialog-main-contant[data-v-cfca7876] {
  padding: 30px 30px 0 30px;
}
.dialog-main-contant .main-item[data-v-cfca7876] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dialog-main-contant .main-item .icon[data-v-cfca7876] {
  flex: 0.13;
}
.dialog-main-contant .main-item .icon img[data-v-cfca7876] {
  width: 100%;
  height: auto;
}
.dialog-main-contant .main-item .info[data-v-cfca7876] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0.87;
  padding-left: 20px;
}
.dialog-main-contant .main-item .info span[data-v-cfca7876]:first-child {
  color: #000000;
  font-size: 14px;
  flex: 0.86;
}
.dialog-main-contant .main-item .info span[data-v-cfca7876]:last-child {
  flex: 0.14;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff9700;
  padding: 3px 10px;
  cursor: pointer;
}
.consultation-dialog[data-v-cfca7876] .el-dialog {
  border-radius: 20px;
}
.consultation-dialog[data-v-cfca7876] .el-dialog__header {
  margin-right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0 0;
  font-size: 17px;
}
.consultation-dialog .dia-header[data-v-cfca7876] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation-dialog .dia-header .dia-title[data-v-cfca7876] {
  flex: 0.93;
  text-align: center;
}
.consultation-dialog .dia-header .close-icon[data-v-cfca7876] {
  flex: 0.07;
  cursor: pointer;
}
.consultation-dialog[data-v-cfca7876] .el-dialog__body {
  padding: 0;
}
p[data-v-cfca7876], h3[data-v-cfca7876] {
  margin: 0;
  padding: 0;
}
.download .page-header[data-v-cfca7876] {
  background-color: #ffffff;
  border-bottom: 1px solid #dbdbdb;
  box-sizing: border-box;
}
.download .download-main[data-v-cfca7876] {
  padding: 15px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  height: calc(100vh - 50px);
}
.download .download-main .page[data-v-cfca7876] {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  height: calc(100vh - 80px);
}
.download .download-main .page .page-top[data-v-cfca7876] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  height: 160px;
  box-sizing: border-box;
}
.download .download-main .page .page-top img[data-v-cfca7876] {
  width: auto;
  height: 110px;
}
.download .download-main .page .page-top div:first-child img[data-v-cfca7876] {
  border-radius: 10px;
}
.download .download-main .page .page-top div[data-v-cfca7876]:nth-child(2) {
  padding: 0 15px;
}
.download .download-main .page .page-top div:nth-child(2) h3[data-v-cfca7876] {
  margin-bottom: 15px;
}
.download .download-main .page .page-top div:nth-child(2) p[data-v-cfca7876] {
  color: #999999;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
.download .download-main .page .page-top div[data-v-cfca7876]:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.download .download-main .page .page-top div:last-child span[data-v-cfca7876] {
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
}
.download .download-main .page .page-top div:last-child img[data-v-cfca7876] {
  width: 105px;
  height: auto;
}
.download .download-main .page .page-banner[data-v-cfca7876] {
  height: calc(100vh - 80px - 160px);
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}
.download .download-main .page .page-banner .banner-title[data-v-cfca7876] {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.download .download-main .page .page-banner .banner-box[data-v-cfca7876] {
  width: 100%;
  height: calc(100vh - 80px - 160px - 33px);
}
.download .download-main .page .page-banner .banner-box .img-item[data-v-cfca7876] {
  display: flex;
  justify-content: space-between;
}
.download .download-main .page .page-banner .banner-box .img-item img[data-v-cfca7876] {
  width: 247px;
  height: auto;
  margin-left: 20px;
  border-radius: 20px;
}
.download .download-main .page .page-banner .banner-box .img-item img[data-v-cfca7876]:first-child {
  margin-left: 0;
}
.download .download-main .page .page-banner .banner-box[data-v-cfca7876] .el-scrollbar__thumb {
  opacity: 1;
  background-color: #ff9700;
}
/*! 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[data-v-75db2997] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body[data-v-75db2997] {
  margin: 0;
  overscroll-behavior-y: none;
}

/**
   * Render the `main` element consistently in IE.
   */
main[data-v-75db2997] {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1[data-v-75db2997] {
  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[data-v-75db2997] {
  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[data-v-75db2997] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a[data-v-75db2997] {
  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][data-v-75db2997] {
  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[data-v-75db2997],
strong[data-v-75db2997] {
  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[data-v-75db2997],
kbd[data-v-75db2997],
samp[data-v-75db2997] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small[data-v-75db2997] {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub[data-v-75db2997],
sup[data-v-75db2997] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-75db2997] {
  bottom: -0.25em;
}
sup[data-v-75db2997] {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img[data-v-75db2997] {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button[data-v-75db2997],
input[data-v-75db2997],
optgroup[data-v-75db2997],
select[data-v-75db2997],
textarea[data-v-75db2997] {
  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[data-v-75db2997],
input[data-v-75db2997] {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button[data-v-75db2997],
select[data-v-75db2997] {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button[data-v-75db2997],
[type=button][data-v-75db2997],
[type=reset][data-v-75db2997],
[type=submit][data-v-75db2997] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button[data-v-75db2997]::-moz-focus-inner,
[type=button][data-v-75db2997]::-moz-focus-inner,
[type=reset][data-v-75db2997]::-moz-focus-inner,
[type=submit][data-v-75db2997]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button[data-v-75db2997]:-moz-focusring,
[type=button][data-v-75db2997]:-moz-focusring,
[type=reset][data-v-75db2997]:-moz-focusring,
[type=submit][data-v-75db2997]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset[data-v-75db2997] {
  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[data-v-75db2997] {
  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[data-v-75db2997] {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea[data-v-75db2997] {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox][data-v-75db2997],
[type=radio][data-v-75db2997] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number][data-v-75db2997]::-webkit-inner-spin-button,
[type=number][data-v-75db2997]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search][data-v-75db2997] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search][data-v-75db2997]::-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.
   */
[data-v-75db2997]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details[data-v-75db2997] {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary[data-v-75db2997] {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template[data-v-75db2997] {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden][data-v-75db2997] {
  display: none;
}
html[data-v-75db2997] {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
dt[data-v-75db2997] {
  font-weight: 700;
}
.font-w5[data-v-75db2997] {
  font-weight: 500;
}
.font-w6[data-v-75db2997] {
  font-weight: 600;
}
.font-w7[data-v-75db2997] {
  font-weight: 700;
}
.font-w8[data-v-75db2997] {
  font-weight: 800;
}
.font-size16[data-v-75db2997] {
  font-size: 16px;
}
.font-size18[data-v-75db2997] {
  font-size: 18px;
}
.font-size20[data-v-75db2997] {
  font-size: 20px;
}
.font-size21[data-v-75db2997] {
  font-size: 21px;
}
.font-size22[data-v-75db2997] {
  font-size: 22px;
}
.font-size24[data-v-75db2997] {
  font-size: 24px;
}
.font-size32[data-v-75db2997] {
  font-size: 32px;
}
.font-size36[data-v-75db2997] {
  font-size: 36px;
}
.font-size46[data-v-75db2997] {
  font-size: 46px;
}
dd[data-v-75db2997] {
  margin-bottom: 20px;
  margin-left: 0;
}
b[data-v-75db2997],
strong[data-v-75db2997] {
  font-weight: bolder;
}
small[data-v-75db2997] {
  font-size: 80%;
}
sub[data-v-75db2997] {
  bottom: -0.25em;
}
sup[data-v-75db2997] {
  top: -0.5em;
}
a[data-v-75db2997] {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
img[data-v-75db2997] {
  vertical-align: middle;
  border-style: none;
}
.line-height-22[data-v-75db2997] {
  line-height: 22px;
}
.line-height-25[data-v-75db2997] {
  line-height: 25px;
}
.line-h-17[data-v-75db2997] {
  line-height: 1.2;
}
table[data-v-75db2997] {
  border-collapse: collapse;
}
label[data-v-75db2997] {
  display: inline-block;
  margin-bottom: 10px;
}
.d-inline-block[data-v-75db2997] {
  display: inline-block;
}
.line[data-v-75db2997] {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.d-none[data-v-75db2997] {
  display: none !important;
}
.d-inline[data-v-75db2997] {
  display: inline !important;
}
.d-inline-block[data-v-75db2997] {
  display: inline-block !important;
}
.d-block[data-v-75db2997] {
  display: block !important;
}
.d-table[data-v-75db2997] {
  display: table !important;
}
.d-table-row[data-v-75db2997] {
  display: table-row !important;
}
.d-table-cell[data-v-75db2997] {
  display: table-cell !important;
}
.d-flex[data-v-75db2997] {
  display: flex !important;
}
.d-inline-flex[data-v-75db2997] {
  display: inline-flex !important;
}
.flex-row[data-v-75db2997] {
  flex-direction: row !important;
}
.flex-column[data-v-75db2997] {
  flex-direction: column !important;
}
.flex-row-reverse[data-v-75db2997] {
  flex-direction: row-reverse !important;
}
.flex-wrap[data-v-75db2997] {
  flex-wrap: wrap !important;
}
.flex-nowrap[data-v-75db2997] {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse[data-v-75db2997] {
  flex-wrap: wrap-reverse !important;
}
.flex-fill[data-v-75db2997] {
  flex: 1 1 auto !important;
}
.flex-grow-0[data-v-75db2997] {
  flex-grow: 0 !important;
}
.flex-grow-1[data-v-75db2997] {
  flex-grow: 1 !important;
}
.justify-content-start[data-v-75db2997] {
  justify-content: flex-start !important;
}
.justify-content-end[data-v-75db2997] {
  justify-content: flex-end !important;
}
.justify-content-center[data-v-75db2997] {
  justify-content: center !important;
}
.justify-content-between[data-v-75db2997] {
  justify-content: space-between !important;
}
.align-items-start[data-v-75db2997] {
  align-items: flex-start !important;
}
.align-items-end[data-v-75db2997] {
  align-items: flex-end !important;
}
.align-items-center[data-v-75db2997] {
  align-items: center !important;
  background-color: #ffffff;
  padding: 0 20px;
}
.align-items-center2[data-v-75db2997] {
  align-items: center !important;
}
.float-left[data-v-75db2997] {
  float: left !important;
}
.float-right[data-v-75db2997] {
  float: right !important;
}
.float-none[data-v-75db2997] {
  float: none !important;
}
.overflow-auto[data-v-75db2997] {
  overflow: auto !important;
}
.overflow-hidden[data-v-75db2997] {
  overflow: hidden !important;
}
.position-static[data-v-75db2997] {
  position: static !important;
}
.position-relative[data-v-75db2997] {
  position: relative !important;
}
.position-absolute[data-v-75db2997] {
  position: absolute !important;
}
.position-fixed[data-v-75db2997] {
  position: fixed !important;
}
.position-sticky[data-v-75db2997] {
  position: sticky !important;
}
.fixed-top[data-v-75db2997] {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom[data-v-75db2997] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.shadow-sm[data-v-75db2997] {
  box-shadow: 0 0.125rem 10px rgba(0, 0, 0, 0.075) !important;
}
.shadow[data-v-75db2997] {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg[data-v-75db2997] {
  box-shadow: 0 30px 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none[data-v-75db2997] {
  box-shadow: none !important;
}
.w-25[data-v-75db2997] {
  width: 25% !important;
}
.w-50[data-v-75db2997] {
  width: 50% !important;
}
.w-75[data-v-75db2997] {
  width: 75% !important;
}
.w-100[data-v-75db2997] {
  width: 100% !important;
}
.w-auto[data-v-75db2997] {
  width: auto !important;
}
.h-25[data-v-75db2997] {
  height: 25% !important;
}
.h-50[data-v-75db2997] {
  height: 50% !important;
}
.h-75[data-v-75db2997] {
  height: 75% !important;
}
.h-100[data-v-75db2997] {
  height: 100% !important;
}
.h-auto[data-v-75db2997] {
  height: auto !important;
}
.mw-100[data-v-75db2997] {
  max-width: 100% !important;
}
.mh-100[data-v-75db2997] {
  max-height: 100% !important;
}
.min-vw-100[data-v-75db2997] {
  min-width: 100vw !important;
}
.min-vh-100[data-v-75db2997] {
  min-height: 100vh !important;
}
.vw-100[data-v-75db2997] {
  width: 100vw !important;
}
.vh-100[data-v-75db2997] {
  height: 100vh !important;
}
m-0[data-v-75db2997] {
  margin: 0 !important;
}
.mt-0[data-v-75db2997],
.my-0[data-v-75db2997] {
  margin-top: 0 !important;
}
.mr-0[data-v-75db2997],
.mx-0[data-v-75db2997] {
  margin-right: 0 !important;
}
.mb-0[data-v-75db2997],
.my-0[data-v-75db2997] {
  margin-bottom: 0 !important;
}
.ml-0[data-v-75db2997],
.mx-0[data-v-75db2997] {
  margin-left: 0 !important;
}
.m-1[data-v-75db2997] {
  margin: 10px !important;
}
.mt-1[data-v-75db2997],
.my-1[data-v-75db2997] {
  margin-top: 10px !important;
}
.mr-1[data-v-75db2997],
.mx-1[data-v-75db2997] {
  margin-right: 10px !important;
}
.mb-1[data-v-75db2997],
.my-1[data-v-75db2997] {
  margin-bottom: 10px !important;
}
.ml-1[data-v-75db2997],
.mx-1[data-v-75db2997] {
  margin-left: 10px !important;
}
.m-2[data-v-75db2997] {
  margin: 20px !important;
}
.mt-2[data-v-75db2997],
.my-2[data-v-75db2997] {
  margin-top: 20px !important;
}
.mr-2[data-v-75db2997],
.mx-2[data-v-75db2997] {
  margin-right: 20px !important;
}
.mb-2[data-v-75db2997],
.my-2[data-v-75db2997] {
  background-color: #ffffff;
  padding: 0 20px;
}
.ml-2[data-v-75db2997],
.mx-2[data-v-75db2997] {
  margin-left: 20px !important;
}
.m-3[data-v-75db2997] {
  margin: 30px !important;
}
.mt-3[data-v-75db2997],
.my-3[data-v-75db2997] {
  margin-top: 30px !important;
}
.mr-3[data-v-75db2997],
.mx-3[data-v-75db2997] {
  margin-right: 30px !important;
}
.mb-3[data-v-75db2997],
.my-3[data-v-75db2997] {
  margin-bottom: 30px !important;
}
.ml-3[data-v-75db2997],
.mx-3[data-v-75db2997] {
  margin-left: 30px !important;
}
.m-4[data-v-75db2997] {
  margin: 15px !important;
}
.mt-4[data-v-75db2997],
.my-4[data-v-75db2997] {
  margin-top: 15px !important;
}
.mr-4[data-v-75db2997],
.mx-4[data-v-75db2997] {
  margin-right: 15px !important;
}
.mb-4[data-v-75db2997],
.my-4[data-v-75db2997] {
  margin-bottom: 15px !important;
}
.ml-4[data-v-75db2997],
.mx-4[data-v-75db2997] {
  margin-left: 15px !important;
}
.ml-8[data-v-75db2997],
.mx-8[data-v-75db2997] {
  margin-left: 80px !important;
}
.p-0[data-v-75db2997] {
  padding: 0 !important;
}
.pt-0[data-v-75db2997],
.py-0[data-v-75db2997] {
  padding-top: 0 !important;
}
.pr-0[data-v-75db2997],
.px-0[data-v-75db2997] {
  padding-right: 0 !important;
}
.pb-0[data-v-75db2997],
.py-0[data-v-75db2997] {
  padding-bottom: 0 !important;
}
.pl-0[data-v-75db2997],
.px-0[data-v-75db2997] {
  padding-left: 0 !important;
}
.p-1[data-v-75db2997] {
  padding: 10px !important;
}
.pt-1[data-v-75db2997],
.py-1[data-v-75db2997] {
  padding-top: 10px !important;
}
.pr-1[data-v-75db2997],
.px-1[data-v-75db2997] {
  padding-right: 10px !important;
}
.pb-1[data-v-75db2997],
.py-1[data-v-75db2997] {
  padding-bottom: 10px !important;
}
.pl-1[data-v-75db2997],
.px-1[data-v-75db2997] {
  padding-left: 10px !important;
}
.p-2[data-v-75db2997] {
  padding: 20px !important;
}
.pt-2[data-v-75db2997],
.py-2[data-v-75db2997] {
  padding-top: 20px !important;
}
.pr-2[data-v-75db2997],
.px-2[data-v-75db2997] {
  padding-right: 20px !important;
}
.pb-2[data-v-75db2997],
.py-2[data-v-75db2997] {
  padding-bottom: 20px !important;
}
.pl-2[data-v-75db2997],
.px-2[data-v-75db2997] {
  padding-left: 20px !important;
}
.p-3[data-v-75db2997] {
  padding: 30px !important;
}
.pt-3[data-v-75db2997],
.py-3[data-v-75db2997] {
  padding-top: 30px !important;
}
.pr-3[data-v-75db2997],
.px-3[data-v-75db2997] {
  padding-right: 30px !important;
}
.pb-3[data-v-75db2997],
.py-3[data-v-75db2997] {
  padding-bottom: 30px !important;
}
.pl-3[data-v-75db2997],
.px-3[data-v-75db2997] {
  padding-left: 30px !important;
}
.p-4[data-v-75db2997] {
  padding: 15px !important;
}
.pt-4[data-v-75db2997],
.py-4[data-v-75db2997] {
  padding-top: 15px !important;
}
.pr-4[data-v-75db2997],
.px-4[data-v-75db2997] {
  padding-right: 15px !important;
}
.pb-4[data-v-75db2997],
.py-4[data-v-75db2997] {
  padding-bottom: 15px !important;
}
.pl-4[data-v-75db2997],
.px-4[data-v-75db2997] {
  padding-left: 15px !important;
}
.mt-auto[data-v-75db2997],
.my-auto[data-v-75db2997] {
  margin-top: auto !important;
}
.mr-auto[data-v-75db2997],
.mx-auto[data-v-75db2997] {
  margin-right: auto !important;
}
.mb-auto[data-v-75db2997],
.my-auto[data-v-75db2997] {
  margin-bottom: auto !important;
}
.ml-auto[data-v-75db2997],
.mx-auto[data-v-75db2997] {
  margin-left: auto !important;
}
.text-monospace[data-v-75db2997] {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify[data-v-75db2997] {
  text-align: justify !important;
}
.text-wrap[data-v-75db2997] {
  white-space: normal !important;
}
.text-nowrap[data-v-75db2997] {
  white-space: nowrap !important;
}
.text-truncate[data-v-75db2997] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left[data-v-75db2997] {
  text-align: left !important;
}
.text-right[data-v-75db2997] {
  text-align: right !important;
}
.text-center[data-v-75db2997] {
  text-align: center !important;
}
.cursor-pointer[data-v-75db2997] {
  cursor: pointer;
}
.col-white[data-v-75db2997] {
  color: #ffffff;
}
.col-title[data-v-75db2997] {
  color: #0E67AF;
}
.col-black[data-v-75db2997] {
  color: #121212;
}
.text-indent[data-v-75db2997] {
  text-indent: 2em;
}
.list-style-none[data-v-75db2997] {
  list-style-type: none;
}
.nodata-title[data-v-75db2997] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tang-xin-main[data-v-75db2997] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__header[data-v-75db2997] {
  background-color: #ffffff;
  margin: 0;
}
.tang-xin-main .el-tabs__header .el-tabs__item[data-v-75db2997] {
  width: 100%;
  padding: 0 0;
  font-size: 16px;
  text-align: center;
}
.tang-xin-main .el-tabs__header .el-tabs__active-bar[data-v-75db2997] {
  background-color: #ff9700;
  height: 4px;
}
.tang-xin-main .el-tabs__header .el-tabs__item.is-active[data-v-75db2997] {
  font-size: 16px;
  color: #ff9700;
}
.tang-xin-main .el-tabs__content[data-v-75db2997] {
  background-color: #f4f4f4;
}
.tang-xin-main .el-tabs__item[data-v-75db2997]:hover {
  color: #ff9700;
}
.tang-xin-main .el-form-item__content div[data-v-75db2997] {
  width: 100%;
}
.dialog-select[data-v-75db2997] .el-input__wrapper {
  background-color: #cccccc;
}
.dialog-select[data-v-75db2997] .el-select .el-input__inner {
  text-align: center;
}
.dialog-select[data-v-75db2997] .el-input {
  --el-input-placeholder-color: #ffffff;
  --el-select-input-focus-border-color: #cccccc;
}
.dialog-select[data-v-75db2997] .el-form-item__content {
  padding-right: 50px;
}
.experience-dialog .el-dialog__body[data-v-75db2997] {
  padding: 0 !important;
}
.dialog-main-contant[data-v-75db2997] {
  padding: 30px 30px 0 30px;
}
.dialog-main-contant .main-item[data-v-75db2997] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.dialog-main-contant .main-item .icon[data-v-75db2997] {
  flex: 0.13;
}
.dialog-main-contant .main-item .icon img[data-v-75db2997] {
  width: 100%;
  height: auto;
}
.dialog-main-contant .main-item .info[data-v-75db2997] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0.87;
  padding-left: 20px;
}
.dialog-main-contant .main-item .info span[data-v-75db2997]:first-child {
  color: #000000;
  font-size: 14px;
  flex: 0.86;
}
.dialog-main-contant .main-item .info span[data-v-75db2997]:last-child {
  flex: 0.14;
  color: #ffffff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #ff9700;
  padding: 3px 10px;
  cursor: pointer;
}
.consultation-dialog[data-v-75db2997] .el-dialog {
  border-radius: 20px;
}
.consultation-dialog[data-v-75db2997] .el-dialog__header {
  margin-right: 0;
  padding: 15px;
  background-color: #eeeeee;
  border-radius: 20px 20px 0 0;
  font-size: 17px;
}
.consultation-dialog .dia-header[data-v-75db2997] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consultation-dialog .dia-header .dia-title[data-v-75db2997] {
  flex: 0.93;
  text-align: center;
}
.consultation-dialog .dia-header .close-icon[data-v-75db2997] {
  flex: 0.07;
  cursor: pointer;
}
.consultation-dialog[data-v-75db2997] .el-dialog__body {
  padding: 0;
}
.feedback[data-v-75db2997] {
  background-color: #f4f4f4;
}
.feedback .page-header[data-v-75db2997] {
  background-color: #ffffff;
}
.feedback .content[data-v-75db2997] {
  padding: 15px;
}
.feedback .content .foot[data-v-75db2997] {
  height: 50px;
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feedback .content .foot div[data-v-75db2997] {
  color: #ffffff;
  background-color: #ff9700;
  border-radius: 10px;
  padding: 8px 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.feedback .content[data-v-75db2997] .el-textarea {
  border: none !important;
}
.feedback .content[data-v-75db2997] .el-textarea__inner {
  padding: 20px;
  border-radius: 20px;
}
