@charset "UTF-8";
:root {
  --primary: #509bfb;
  --head-xm-select-border: #1d4fa5;
}

.notice-popup .popup-body, .order-body .order-cell .wrap, .order-body, .card-gallery, .title-group, .contents-head .title-group, .contents-head, .message-bar, .v-tabs, .distpicker {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
}

.notice-popup .popup-body, .order-body .order-cell .wrap, .title-group, .contents-head .title-group, .contents-head, .message-bar, .distpicker {
  align-items: center;
}

.card-gallery, .v-tabs {
  align-items: flex-start;
}

.order-body, .v-tabs {
  align-items: stretch;
}

.notice-popup .popup-body, .order-body .order-cell .wrap, .order-body {
  justify-content: center;
}

.card-gallery, .title-group, .contents-head .title-group, .contents-head, .message-bar, .v-tabs, .distpicker {
  justify-content: flex-start;
}

.notice-popup.horizontal .notice-interact .title:after, .form-group-title:after, .order-foot .wrap > div:after, .order-body .order-cell .wrap:after, .order-head .append:after, .order-head .info:after, .order-head:after, .order-list-head ul:after, .order-list-head:after, .card.h-card .card-wrap:after, .card .pos:after, .filter-row .filter-body ul:after, .filter-row:after, .state:after, .link-icon:after, .vertical-top:after, .vertical-center:after, .group:after, .popup-head:after, .toast-tabs:after, .form-table-wrap:after, .range-wrap:after, .input-append:after, .form-pretitle:after, .form-con.select-hastitle .form-title:after, .form-intitle .form-title:after, .pagination-wrapper > div:after, .pagination-wrapper:after, .lab:after, .btn-icon:after {
  content: "";
  display: inline-block;
  height: 100%;
}

.whaty {
  font-size: inherit !important;
  line-height: 1 !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
 * Scaffolding
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: Alibaba Sans, -apple-system, BlinkMacSystemFont, Segoe UI, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  line-height: 1;
  background-color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

ul,
li,
ol {
  padding: 0;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

input,
button,
select,
textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input,
textarea {
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

a, a:active,
label,
label:active,
div,
div:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

#sogou_secure_inputs_container {
  display: none;
}

input::-webkit-input-safebox-button {
  display: none;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #8c8c8c;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 8px 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  font-weight: normal;
  color: #141414;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: white;
  border-style: solid;
  border-color: #d9d9d9;
  height: 36px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 34px;
  border-width: 1px;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
  transition: 0.3s;
  touch-action: manipulation;
}
.btn.btn-icon i {
  font-size: 16px !important;
}
.btn.btn-icon span {
  font-size: 14px;
}
.btn:hover {
  color: #141414;
  text-decoration: none;
  border-color: #bfbfbf;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  color: #a6a6a6;
  background-color: #f0f0f0;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-solid-primary, .btn-solid-primary:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-primary, .btn-solid-primary.disabled:hover, .btn-solid-primary[disabled]:hover {
  background-color: #0342C2;
}
.btn-solid-primary:hover {
  background-color: #0338a4;
}
.btn-solid-primary.shadow {
  box-shadow: 0 2px 6px rgba(3, 66, 194, 0.3);
}

.btn-solid-success, .btn-solid-success:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-success, .btn-solid-success.disabled:hover, .btn-solid-success[disabled]:hover {
  background-color: #47d187;
}
.btn-solid-success:hover {
  background-color: #32c877;
}
.btn-solid-success.shadow {
  box-shadow: 0 2px 6px rgba(71, 209, 135, 0.3);
}

.btn-solid-warning, .btn-solid-warning:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-warning, .btn-solid-warning.disabled:hover, .btn-solid-warning[disabled]:hover {
  background-color: #fab11e;
}
.btn-solid-warning:hover {
  background-color: #f4a505;
}
.btn-solid-warning.shadow {
  box-shadow: 0 2px 6px rgba(250, 177, 30, 0.3);
}

.btn-solid-danger, .btn-solid-danger:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-danger, .btn-solid-danger.disabled:hover, .btn-solid-danger[disabled]:hover {
  background-color: #ee2b2b;
}
.btn-solid-danger:hover {
  background-color: #e81313;
}
.btn-solid-danger.shadow {
  box-shadow: 0 2px 6px rgba(238, 43, 43, 0.3);
}

.btn-solid-default, .btn-solid-default:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-default, .btn-solid-default.disabled:hover, .btn-solid-default[disabled]:hover {
  background-color: #595959;
}
.btn-solid-default:hover {
  background-color: #4a4a4a;
}
.btn-solid-default.shadow {
  box-shadow: 0 2px 6px rgba(89, 89, 89, 0.3);
}

.btn-solid-light, .btn-solid-light:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-light, .btn-solid-light.disabled:hover, .btn-solid-light[disabled]:hover {
  background-color: #bfbfbf;
}
.btn-solid-light:hover {
  background-color: #b0b0b0;
}
.btn-solid-light.shadow {
  box-shadow: 0 2px 6px rgba(191, 191, 191, 0.3);
}

.btn-solid-dark, .btn-solid-dark:hover {
  color: white;
  border-color: transparent;
}
.btn-solid-dark, .btn-solid-dark.disabled:hover, .btn-solid-dark[disabled]:hover {
  background-color: #141414;
}
.btn-solid-dark:hover {
  background-color: #050505;
}
.btn-solid-dark.shadow {
  box-shadow: 0 2px 6px rgba(20, 20, 20, 0.3);
}

.btn-anti-primary, .btn-anti-primary:hover {
  color: #0342C2;
  border-color: transparent;
}
.btn-anti-primary, .btn-anti-primary.disabled:hover, .btn-anti-primary[disabled]:hover {
  background-color: rgba(3, 66, 194, 0.2);
}
.btn-anti-primary:hover {
  background-color: rgba(3, 66, 194, 0.3);
}

.btn-anti-success, .btn-anti-success:hover {
  color: #47d187;
  border-color: transparent;
}
.btn-anti-success, .btn-anti-success.disabled:hover, .btn-anti-success[disabled]:hover {
  background-color: rgba(71, 209, 135, 0.2);
}
.btn-anti-success:hover {
  background-color: rgba(71, 209, 135, 0.3);
}

.btn-anti-warning, .btn-anti-warning:hover {
  color: #fab11e;
  border-color: transparent;
}
.btn-anti-warning, .btn-anti-warning.disabled:hover, .btn-anti-warning[disabled]:hover {
  background-color: rgba(250, 177, 30, 0.2);
}
.btn-anti-warning:hover {
  background-color: rgba(250, 177, 30, 0.3);
}

.btn-anti-danger, .btn-anti-danger:hover {
  color: #ee2b2b;
  border-color: transparent;
}
.btn-anti-danger, .btn-anti-danger.disabled:hover, .btn-anti-danger[disabled]:hover {
  background-color: rgba(238, 43, 43, 0.2);
}
.btn-anti-danger:hover {
  background-color: rgba(238, 43, 43, 0.3);
}

.btn-anti-default, .btn-anti-default:hover {
  color: #595959;
  border-color: transparent;
}
.btn-anti-default, .btn-anti-default.disabled:hover, .btn-anti-default[disabled]:hover {
  background-color: rgba(89, 89, 89, 0.2);
}
.btn-anti-default:hover {
  background-color: rgba(89, 89, 89, 0.3);
}

.btn-anti-light, .btn-anti-light:hover {
  color: #bfbfbf;
  border-color: transparent;
}
.btn-anti-light, .btn-anti-light.disabled:hover, .btn-anti-light[disabled]:hover {
  background-color: rgba(191, 191, 191, 0.2);
}
.btn-anti-light:hover {
  background-color: rgba(191, 191, 191, 0.3);
}

.btn-anti-dark, .btn-anti-dark:hover {
  color: #141414;
  border-color: transparent;
}
.btn-anti-dark, .btn-anti-dark.disabled:hover, .btn-anti-dark[disabled]:hover {
  background-color: rgba(20, 20, 20, 0.2);
}
.btn-anti-dark:hover {
  background-color: rgba(20, 20, 20, 0.3);
}

.btn-anti {
  color: #595959;
  background-color: #eaeff6;
  border-color: transparent;
}
.btn-anti:hover {
  background-color: #dfe7f1;
  border-color: transparent;
}

.btn-hollow-primary, .btn-hollow-primary:hover {
  border-color: #0342C2;
}
.btn-hollow-primary, .btn-hollow-primary.disabled:hover, .btn-hollow-primary[disabled]:hover {
  color: #0342C2;
  background-color: transparent;
}
.btn-hollow-primary:hover {
  color: white;
  background-color: #0342C2;
}

.btn-hollow-success, .btn-hollow-success:hover {
  border-color: #47d187;
}
.btn-hollow-success, .btn-hollow-success.disabled:hover, .btn-hollow-success[disabled]:hover {
  color: #47d187;
  background-color: transparent;
}
.btn-hollow-success:hover {
  color: white;
  background-color: #47d187;
}

.btn-hollow-warning, .btn-hollow-warning:hover {
  border-color: #fab11e;
}
.btn-hollow-warning, .btn-hollow-warning.disabled:hover, .btn-hollow-warning[disabled]:hover {
  color: #fab11e;
  background-color: transparent;
}
.btn-hollow-warning:hover {
  color: white;
  background-color: #fab11e;
}

.btn-hollow-danger, .btn-hollow-danger:hover {
  border-color: #ee2b2b;
}
.btn-hollow-danger, .btn-hollow-danger.disabled:hover, .btn-hollow-danger[disabled]:hover {
  color: #ee2b2b;
  background-color: transparent;
}
.btn-hollow-danger:hover {
  color: white;
  background-color: #ee2b2b;
}

.btn-hollow-default, .btn-hollow-default:hover {
  border-color: #595959;
}
.btn-hollow-default, .btn-hollow-default.disabled:hover, .btn-hollow-default[disabled]:hover {
  color: #595959;
  background-color: transparent;
}
.btn-hollow-default:hover {
  color: white;
  background-color: #595959;
}

.btn-hollow-light, .btn-hollow-light:hover {
  border-color: #bfbfbf;
}
.btn-hollow-light, .btn-hollow-light.disabled:hover, .btn-hollow-light[disabled]:hover {
  color: #bfbfbf;
  background-color: transparent;
}
.btn-hollow-light:hover {
  color: white;
  background-color: #bfbfbf;
}

.btn-hollow-dark, .btn-hollow-dark:hover {
  border-color: #141414;
}
.btn-hollow-dark, .btn-hollow-dark.disabled:hover, .btn-hollow-dark[disabled]:hover {
  color: #141414;
  background-color: transparent;
}
.btn-hollow-dark:hover {
  color: white;
  background-color: #141414;
}

.btn-hollow-outline:hover {
  color: #0342C2;
  border-color: #0342C2;
}

.btn-hollow-solid:hover {
  color: white;
  background-color: #0342C2;
  border-color: transparent;
}

.btn-hollow:hover {
  color: #0342C2;
  border-color: #0342C2;
}

.btn-outline-primary, .btn-outline-primary:hover {
  color: #0342C2;
  border-color: rgba(3, 66, 194, 0.3);
}
.btn-outline-primary, .btn-outline-primary.disabled:hover, .btn-outline-primary[disabled]:hover {
  background-color: rgba(3, 66, 194, 0.1);
}
.btn-outline-primary:hover {
  background-color: rgba(3, 66, 194, 0.2);
}

.btn-outline-success, .btn-outline-success:hover {
  color: #47d187;
  border-color: rgba(71, 209, 135, 0.3);
}
.btn-outline-success, .btn-outline-success.disabled:hover, .btn-outline-success[disabled]:hover {
  background-color: rgba(71, 209, 135, 0.1);
}
.btn-outline-success:hover {
  background-color: rgba(71, 209, 135, 0.2);
}

.btn-outline-warning, .btn-outline-warning:hover {
  color: #fab11e;
  border-color: rgba(250, 177, 30, 0.3);
}
.btn-outline-warning, .btn-outline-warning.disabled:hover, .btn-outline-warning[disabled]:hover {
  background-color: rgba(250, 177, 30, 0.1);
}
.btn-outline-warning:hover {
  background-color: rgba(250, 177, 30, 0.2);
}

.btn-outline-danger, .btn-outline-danger:hover {
  color: #ee2b2b;
  border-color: rgba(238, 43, 43, 0.3);
}
.btn-outline-danger, .btn-outline-danger.disabled:hover, .btn-outline-danger[disabled]:hover {
  background-color: rgba(238, 43, 43, 0.1);
}
.btn-outline-danger:hover {
  background-color: rgba(238, 43, 43, 0.2);
}

.btn-outline-default, .btn-outline-default:hover {
  color: #595959;
  border-color: rgba(89, 89, 89, 0.3);
}
.btn-outline-default, .btn-outline-default.disabled:hover, .btn-outline-default[disabled]:hover {
  background-color: rgba(89, 89, 89, 0.1);
}
.btn-outline-default:hover {
  background-color: rgba(89, 89, 89, 0.2);
}

.btn-outline-light, .btn-outline-light:hover {
  color: #bfbfbf;
  border-color: rgba(191, 191, 191, 0.3);
}
.btn-outline-light, .btn-outline-light.disabled:hover, .btn-outline-light[disabled]:hover {
  background-color: rgba(191, 191, 191, 0.1);
}
.btn-outline-light:hover {
  background-color: rgba(191, 191, 191, 0.2);
}

.btn-outline-dark, .btn-outline-dark:hover {
  color: #141414;
  border-color: rgba(20, 20, 20, 0.3);
}
.btn-outline-dark, .btn-outline-dark.disabled:hover, .btn-outline-dark[disabled]:hover {
  background-color: rgba(20, 20, 20, 0.1);
}
.btn-outline-dark:hover {
  background-color: rgba(20, 20, 20, 0.2);
}

.btn-ghost-solid-primary, .btn-ghost-solid-primary.disabled:hover, .btn-ghost-solid-primary[disabled]:hover {
  color: #0342C2;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-primary:hover {
  color: white;
  background-color: #0342C2;
  border-color: transparent;
}

.btn-ghost-solid-success, .btn-ghost-solid-success.disabled:hover, .btn-ghost-solid-success[disabled]:hover {
  color: #47d187;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-success:hover {
  color: white;
  background-color: #47d187;
  border-color: transparent;
}

.btn-ghost-solid-warning, .btn-ghost-solid-warning.disabled:hover, .btn-ghost-solid-warning[disabled]:hover {
  color: #fab11e;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-warning:hover {
  color: white;
  background-color: #fab11e;
  border-color: transparent;
}

.btn-ghost-solid-danger, .btn-ghost-solid-danger.disabled:hover, .btn-ghost-solid-danger[disabled]:hover {
  color: #ee2b2b;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-danger:hover {
  color: white;
  background-color: #ee2b2b;
  border-color: transparent;
}

.btn-ghost-solid-default, .btn-ghost-solid-default.disabled:hover, .btn-ghost-solid-default[disabled]:hover {
  color: #595959;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-default:hover {
  color: white;
  background-color: #595959;
  border-color: transparent;
}

.btn-ghost-solid-light, .btn-ghost-solid-light.disabled:hover, .btn-ghost-solid-light[disabled]:hover {
  color: #bfbfbf;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-light:hover {
  color: white;
  background-color: #bfbfbf;
  border-color: transparent;
}

.btn-ghost-solid-dark, .btn-ghost-solid-dark.disabled:hover, .btn-ghost-solid-dark[disabled]:hover {
  color: #141414;
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-solid-dark:hover {
  color: white;
  background-color: #141414;
  border-color: transparent;
}

.btn-ghost-hollow-primary, .btn-ghost-hollow-primary:hover {
  color: #0342C2;
}
.btn-ghost-hollow-primary, .btn-ghost-hollow-primary.disabled:hover, .btn-ghost-hollow-primary[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-primary:hover {
  border-color: #0342C2;
}

.btn-ghost-hollow-success, .btn-ghost-hollow-success:hover {
  color: #47d187;
}
.btn-ghost-hollow-success, .btn-ghost-hollow-success.disabled:hover, .btn-ghost-hollow-success[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-success:hover {
  border-color: #47d187;
}

.btn-ghost-hollow-warning, .btn-ghost-hollow-warning:hover {
  color: #fab11e;
}
.btn-ghost-hollow-warning, .btn-ghost-hollow-warning.disabled:hover, .btn-ghost-hollow-warning[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-warning:hover {
  border-color: #fab11e;
}

.btn-ghost-hollow-danger, .btn-ghost-hollow-danger:hover {
  color: #ee2b2b;
}
.btn-ghost-hollow-danger, .btn-ghost-hollow-danger.disabled:hover, .btn-ghost-hollow-danger[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-danger:hover {
  border-color: #ee2b2b;
}

.btn-ghost-hollow-default, .btn-ghost-hollow-default:hover {
  color: #595959;
}
.btn-ghost-hollow-default, .btn-ghost-hollow-default.disabled:hover, .btn-ghost-hollow-default[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-default:hover {
  border-color: #595959;
}

.btn-ghost-hollow-light, .btn-ghost-hollow-light:hover {
  color: #bfbfbf;
}
.btn-ghost-hollow-light, .btn-ghost-hollow-light.disabled:hover, .btn-ghost-hollow-light[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-light:hover {
  border-color: #bfbfbf;
}

.btn-ghost-hollow-dark, .btn-ghost-hollow-dark:hover {
  color: #141414;
}
.btn-ghost-hollow-dark, .btn-ghost-hollow-dark.disabled:hover, .btn-ghost-hollow-dark[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-ghost-hollow-dark:hover {
  border-color: #141414;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-icon {
  font-size: 0;
}
.btn-icon:after {
  vertical-align: middle;
}
.btn-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.btn-icon > *:first-child {
  margin-left: 0;
}
.btn-icon > *:last-child {
  margin-right: 0;
}
.btn-icon > * {
  margin: 0 4px;
}
.btn-icon i {
  line-height: inherit;
}

.btn-xxl {
  height: 48px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 46px;
  border-width: 1px;
  border-radius: 6px;
}
.btn-xxl.btn-icon i {
  font-size: 20px !important;
}
.btn-xxl.btn-icon span {
  font-size: 18px;
}

.btn-xl {
  height: 44px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 42px;
  border-width: 1px;
  border-radius: 6px;
}
.btn-xl.btn-icon i {
  font-size: 18px !important;
}
.btn-xl.btn-icon span {
  font-size: 16px;
}

.btn-lg {
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 38px;
  border-width: 1px;
  border-radius: 6px;
}
.btn-lg.btn-icon i {
  font-size: 18px !important;
}
.btn-lg.btn-icon span {
  font-size: 16px;
}

.btn-md {
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 30px;
  border-width: 1px;
  border-radius: 4px;
}
.btn-md.btn-icon i {
  font-size: 16px !important;
}
.btn-md.btn-icon span {
  font-size: 14px;
}

.btn-sm {
  height: 28px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 26px;
  border-width: 1px;
  border-radius: 4px;
}
.btn-sm.btn-icon i {
  font-size: 14px !important;
}
.btn-sm.btn-icon span {
  font-size: 12px;
}

.btn-xs {
  height: 24px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 22px;
  border-width: 1px;
  border-radius: 4px;
}
.btn-xs.btn-icon i {
  font-size: 14px !important;
}
.btn-xs.btn-icon span {
  font-size: 12px;
}

.btn-group {
  font-size: 0;
}
.btn-group .btn {
  vertical-align: middle;
  border-radius: 0;
}
.btn-group .btn:not(:first-child) {
  border-left-width: 0;
}
.btn-group .btn:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group.btn-default-group .btn {
  position: relative;
}
.btn-group.btn-default-group .btn:hover:not(:first-child):after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  width: 1px;
  background-color: #bfbfbf;
}
.btn-group.btn-solid-group .btn:not(:first-child) {
  margin-left: 1px;
}
.btn-group.btn-ghost-group .btn {
  border-radius: 6px;
}
.btn-group.btn-ghost-group .btn:not(:first-child) {
  border-left-width: 1px;
}

/**
 * Labs
 * ----------------------------------------------------------------------------
*/
.lab {
  display: inline-block;
  height: 20px;
  padding: 0 6px;
  color: white;
  line-height: 1 !important;
  border-radius: 4px;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 0;
}
.lab:after {
  vertical-align: middle;
}
.lab > * {
  display: inline-block;
  vertical-align: middle;
}
.lab > *:first-child {
  margin-left: 0;
}
.lab > *:last-child {
  margin-right: 0;
}
.lab > span {
  margin: 0 2px;
}
.lab.lab-md {
  height: 22px;
  padding: 0 8px;
  color: #141414;
}
.lab.lab-md .lab-text {
  line-height: 22px;
  font-size: 12px;
}
.lab.lab-lg {
  height: 24px;
  padding: 0 8px;
  border-radius: 6px;
}
.lab.lab-lg .lab-icon {
  font-size: 14px;
}
.lab.lab-lg .lab-text {
  line-height: 24px;
  font-size: 13px;
}
.lab.lab-xlg {
  height: 28px;
  padding: 0 12px;
  border-radius: 6px;
}
.lab.lab-xlg .lab-icon {
  font-size: 14px;
}
.lab.lab-xlg .lab-text {
  line-height: 24px;
}
.lab-icon {
  font-size: 12px;
  line-height: 1 !important;
}

.lab-text {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

.lab-primary {
  background-color: #0342C2;
}
.lab-primary.lab-hollow {
  color: #0342C2;
  border-color: rgba(3, 66, 194, 0.5);
}
.lab-primary.lab-anti {
  color: #0342C2;
  background-color: rgba(3, 66, 194, 0.1);
}
.lab-primary.lab-ghost {
  color: #0342C2;
}

.lab-gray {
  background-color: #bfbfbf;
}
.lab-gray.lab-hollow {
  color: #bfbfbf;
  border-color: rgba(191, 191, 191, 0.5);
}
.lab-gray.lab-anti {
  color: #bfbfbf;
  background-color: rgba(191, 191, 191, 0.1);
}
.lab-gray.lab-ghost {
  color: #bfbfbf;
}

.lab-red {
  background-color: #ee2b2b;
}
.lab-red.lab-hollow {
  color: #ee2b2b;
  border-color: rgba(238, 43, 43, 0.5);
}
.lab-red.lab-anti {
  color: #ee2b2b;
  background-color: rgba(238, 43, 43, 0.1);
}
.lab-red.lab-ghost {
  color: #ee2b2b;
}

.lab-yellow {
  background-color: #fab11e;
}
.lab-yellow.lab-hollow {
  color: #fab11e;
  border-color: rgba(250, 177, 30, 0.5);
}
.lab-yellow.lab-anti {
  color: #fab11e;
  background-color: rgba(250, 177, 30, 0.1);
}
.lab-yellow.lab-ghost {
  color: #fab11e;
}

.lab-green {
  background-color: #47d187;
}
.lab-green.lab-hollow {
  color: #47d187;
  border-color: rgba(71, 209, 135, 0.5);
}
.lab-green.lab-anti {
  color: #47d187;
  background-color: rgba(71, 209, 135, 0.1);
}
.lab-green.lab-ghost {
  color: #47d187;
}

.lab-blue {
  background-color: #509bfb;
}
.lab-blue.lab-hollow {
  color: #509bfb;
  border-color: rgba(80, 155, 251, 0.5);
}
.lab-blue.lab-anti {
  color: #509bfb;
  background-color: rgba(80, 155, 251, 0.1);
}
.lab-blue.lab-ghost {
  color: #509bfb;
}

.lab-hollow {
  background-color: transparent;
  border: 1px solid;
}

.lab-ghost {
  background-color: transparent !important;
}

.lab-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding: 0;
}

.lab.lab-white {
  background: rgba(255, 255, 255, 0.3);
}

/**
 * Pagination
 * ----------------------------------------------------------------------------
 */
.pagination-wrapper {
  font-size: 0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
}
.pagination-wrapper:after {
  vertical-align: middle;
}
.pagination-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
.pagination-wrapper > *:first-child {
  margin-left: 0;
}
.pagination-wrapper > *:last-child {
  margin-right: 0;
}
.pagination-wrapper > div {
  font-size: 0;
  margin: 0 2px;
  line-height: 32px;
}
.pagination-wrapper > div:after {
  vertical-align: middle;
}
.pagination-wrapper > div > * {
  display: inline-block;
  vertical-align: middle;
}
.pagination-wrapper > div > *:first-child {
  margin-left: 0;
}
.pagination-wrapper > div > *:last-child {
  margin-right: 0;
}
.pagination-wrapper > div > * {
  margin: 0 3px;
  font-size: 14px;
}
.pagination-wrapper > div .form-control {
  height: 30px;
  line-height: 30px;
  border-color: #d9d9d9;
}
.pagination-wrapper .text {
  color: #bfbfbf;
}
.pagination-wrapper .num {
  color: #141414;
}
.pagination-wrapper .link-normal {
  margin-left: 8px;
  margin-right: 4px;
  font-size: 14px;
}
.pagination-wrapper .pg-select {
  margin-left: 38px;
}
.pagination-wrapper .pg-select .form-select {
  width: 72px;
}
.pagination-wrapper .pg-select .form-select xm-select {
  border-radius: 0;
  border-color: #d9d9d9;
}
.pagination-wrapper .pg-btns a {
  min-width: 32px;
  margin: 0 4px;
  padding: 0 8px;
  font-size: 14px;
  color: #141414;
  line-height: 30px;
  text-align: center;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: 0.3s;
}
.pagination-wrapper .pg-btns a:hover {
  border-color: #d9d9d9;
}
.pagination-wrapper .pg-btns a.active, .pagination-wrapper .pg-btns a.active:hover {
  color: white !important;
  background-color: #0342C2 !important;
  border-color: #0342C2 !important;
}
.pagination-wrapper .pg-btns a.disabled {
  color: #bfbfbf;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination-wrapper .pg-btns a.readonly {
  pointer-events: none;
}
.pagination-wrapper .pg-jump {
  margin-left: 38px;
}
.pagination-wrapper .pg-jump > * {
  margin-right: 16px;
  margin-left: 0;
}
.pagination-wrapper .pg-jump > *:last-child {
  margin-right: 0;
}
.pagination-wrapper .pg-jump .p-total {
  margin-right: 16px;
}
.pagination-wrapper .pg-jump .form-control {
  width: 40px;
  padding: 0;
  text-align: center;
  border-radius: 0;
}
.pagination-wrapper .pg-jump .btn {
  height: inherit;
  padding: 0;
  line-height: 32px;
  border-radius: 0;
  border: 0;
}
.pagination-wrapper .pg-jump .pg-total .text, .pagination-wrapper .pg-jump .pg-total .num {
  font-family: "PingFang SC";
  font-weight: normal;
  color: #8c8c8c;
}
.pagination-wrapper.pagination-round .pg-select xm-select,
.pagination-wrapper.pagination-round .pg-btns a,
.pagination-wrapper.pagination-round .pg-jump .form-control,
.pagination-wrapper.pagination-round .pg-jump .btn {
  border-radius: 4px;
}
.pagination-wrapper.pagination-border .pg-btns a {
  border-color: #d9d9d9;
}
.pagination-wrapper.pagination-border .pg-btns a:hover {
  border-color: #bfbfbf;
}
.pagination-wrapper.pagination-solid .pg-btns a {
  background-color: #e6e6e6;
  border-color: transparent;
}
.pagination-wrapper.pagination-solid .pg-btns a:hover {
  color: #0342C2;
  background-color: rgba(3, 66, 194, 0.1);
}
.pagination-wrapper.pagination-circle .pg-btns a {
  border-radius: 16px;
}
.pagination-wrapper.pagination-circle .pg-select xm-select,
.pagination-wrapper.pagination-circle .pg-jump .form-control,
.pagination-wrapper.pagination-circle .pg-jump .btn {
  border-radius: 4px;
}
.pagination-wrapper.pagination-hover-solid .pg-btns a:hover {
  color: #0342C2;
  background-color: rgba(3, 66, 194, 0.12);
  border-color: transparent;
}
.pagination-wrapper.pagination-group .pg-btns a {
  position: relative;
  margin: 0;
  border-color: #d9d9d9;
}
.pagination-wrapper.pagination-group .pg-btns a:not(:first-child) {
  border-left: 0;
}
.pagination-wrapper.pagination-group.pagination-round .pg-btns a:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination-wrapper.pagination-group.pagination-round .pg-btns a:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/**
 * Tooltips
 * ----------------------------------------------------------------------------
 */
.tooltip.multiclass {
  max-width: 300px;
  font-size: 12px;
  color: white;
  line-height: 18px;
  text-align: left;
}
.tooltip.multiclass .tooltip-con {
  padding: 8px 12px;
  white-space: normal !important;
  font-size: inherit;
  color: inherit;
}
.tooltip.multiclass .title {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  color: white;
}
.tooltip.multiclass p {
  margin: 8px 0;
}
.tooltip.multiclass p:first-child {
  margin-top: 0;
}
.tooltip.multiclass p:last-child {
  margin-bottom: 0;
}

.tooltip {
  position: absolute;
  display: inline-block;
  z-index: 1060;
  min-width: 30px;
  border-radius: 8px;
  background-color: #141414;
  line-height: 0;
  text-align: center;
}
.tooltip.max-width {
  width: 240px;
}
.tooltip.max-width .tooltip-con {
  padding: 8px 12px;
  line-height: 18px;
  text-align: left;
  white-space: normal !important;
  text-align: justify;
  text-justify: inter-ideagraph;
  word-break: normal;
  word-wrap: break-word;
}
.tooltip-con {
  display: inline-block;
  padding: 0 8px;
  white-space: nowrap;
  font-size: 12px;
  color: white;
  line-height: 25px;
  vertical-align: middle;
}

.tooltip-arr {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
}

.tooltip-topleft .tooltip-arr {
  bottom: -8px;
  left: 12px;
  border-top-color: #141414;
  border-top-style: solid;
}

.tooltip-top .tooltip-arr {
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  border-top-color: #141414;
  border-top-style: solid;
}

.tooltip-topright .tooltip-arr {
  bottom: -8px;
  right: 12px;
  border-top-color: #141414;
  border-top-style: solid;
}

.tooltip-right .tooltip-arr {
  top: 50%;
  left: -8px;
  margin-top: -4px;
  border-right-color: #141414;
  border-right-style: solid;
}

.tooltip-bottomright .tooltip-arr {
  top: -8px;
  right: 12px;
  border-bottom-color: #141414;
  border-bottom-style: solid;
}

.tooltip-bottom .tooltip-arr {
  top: -8px;
  left: 50%;
  margin-left: -4px;
  border-bottom-color: #141414;
  border-bottom-style: solid;
}

.tooltip-bottomleft .tooltip-arr {
  top: -8px;
  left: 12px;
  border-bottom-color: #141414;
  border-bottom-style: solid;
}

.tooltip-left .tooltip-arr {
  top: 50%;
  right: -8px;
  margin-top: -4px;
  border-left-color: #141414;
  border-left-style: solid;
}

/**
 * Forms
 * ----------------------------------------------------------------------------
 */
input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  cursor: pointer;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  border-width: 1px;
  border-radius: 6px;
  color: #141414;
  background-color: white;
  background-image: none;
  border-style: solid;
  border-color: #d9d9d9;
  box-sizing: border-box;
}
.form-control:not([readonly]):focus {
  border-color: #0342C2;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #bfbfbf;
}
.form-control::-webkit-input-placeholder {
  color: #bfbfbf;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  border-color: #e6e6e6;
  cursor: default;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.form-control.form-textarea {
  position: relative;
  z-index: 1;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.4;
  resize: none;
}

input[type=search] {
  -webkit-appearance: none;
}

.form-con.select-hastitle .form-title, .form-intitle .form-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 0;
}
.form-con.select-hastitle .form-title:after, .form-intitle .form-title:after {
  vertical-align: middle;
}
.form-con.select-hastitle .form-title > *, .form-intitle .form-title > * {
  display: inline-block;
  vertical-align: middle;
}
.form-con.select-hastitle .form-title > *:first-child, .form-intitle .form-title > *:first-child {
  margin-left: 0;
}
.form-con.select-hastitle .form-title > *:last-child, .form-intitle .form-title > *:last-child {
  margin-right: 0;
}
.form-con.select-hastitle .form-title span, .form-intitle .form-title span {
  font-size: 14px;
}
.form-con.select-hastitle .form-title:before, .form-intitle .form-title:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 1px;
  height: 18px;
  margin-top: -9px;
  background-color: #e6e6e6;
}

.form-row {
  position: relative;
  margin: 12px 0;
  line-height: 1;
}
.form-title {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  color: #595959;
  line-height: 22px;
  vertical-align: middle;
}
.form-title:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.form-title span {
  display: inline-block;
  vertical-align: middle;
}

.form-pretitle {
  font-size: 0;
}
.form-pretitle:after {
  vertical-align: top;
}
.form-pretitle > * {
  display: inline-block;
  vertical-align: top;
}
.form-pretitle > *:first-child {
  margin-left: 0;
}
.form-pretitle > *:last-child {
  margin-right: 0;
}
.form-pretitle.middle > * {
  vertical-align: middle !important;
}
.form-pretitle .form-title {
  width: 60px;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-pretitle .form-title::before {
  content: "";
  display: block;
}
.form-pretitle .form-con {
  width: calc(100% - 68px);
}
.form-pretitle.form-hint .form-con {
  margin-left: 60px;
}

.form-intitle {
  position: relative;
}
.form-intitle .form-title {
  line-height: 1;
}
.form-intitle .form-control {
  display: flex;
}

.form-row-edu {
  padding-left: 95px;
}

.form-con {
  line-height: 36px;
}
.input-wrap,
.textarea-wrap,
.form-label,
.date-wrap,
.mixform-wrap {
  position: relative;
  line-height: inherit;
}

.text-wrap {
  font-size: 14px !important;
  color: #141414 !important;
  line-height: 36px !important;
}

.input-wrap.input-hasicon .form-control,
.mixform-wrap.input-hasicon .form-control {
  padding-left: 40px;
}
.input-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  color: #bfbfbf;
}

.input-icon-eyes {
  left: 356px;
  right: 12px;
}

.input-wrap.input-apendicon .form-control,
.mixform-wrap.input-apendicon .form-control {
  padding-right: 40px;
}
.input-wrap.input-apendicon .input-icon,
.mixform-wrap.input-apendicon .input-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 12px;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  color: #bfbfbf;
}
.input-wrap.input-hasappend .form-control,
.mixform-wrap.input-hasappend .form-control {
  padding-right: 24px;
}
.input-append {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 100;
  display: none;
  line-height: 34px;
  background-color: white;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  font-size: 0;
}
.input-append:after {
  vertical-align: middle;
}
.input-append > * {
  display: inline-block;
  vertical-align: middle;
}
.input-append > *:first-child {
  margin-left: 0;
}
.input-append > *:last-child {
  margin-right: 0;
}
.input-append .btn {
  display: inline-block;
  height: inherit;
  padding: 0 8px;
  font-size: 16px;
  line-height: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  border-radius: inherit;
}
.input-append .btn:hover {
  color: #0342C2;
}

.textarea-wrap .form-textarea {
  padding-top: 12px;
  padding-bottom: 12px;
}
.form-textarea-bot {
  font-size: 12px;
  line-height: 30px;
}
.form-textarea-num {
  color: #bfbfbf;
}

.textarea-wrap.textarea-numin {
  padding-top: 12px;
  padding-bottom: 32px;
  background-color: white;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.textarea-wrap.textarea-numin .form-textarea {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.textarea-wrap.textarea-numin .form-textarea-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.textarea-wrap.textarea-numin.active {
  border-color: #0342C2;
}

.form-label {
  position: relative;
  font-size: 0;
  font-weight: normal;
  cursor: pointer;
}
.form-label input[type=radio],
.form-label input[type=checkbox] {
  position: absolute;
  left: -999999px;
}
.form-label > * {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  vertical-align: middle;
}
.form-label > *:first-child {
  margin-left: 0;
}
.form-label > *:last-child {
  margin-right: 0;
}
.form-label:hover .form-radio-btn,
.form-label:hover .form-checkbox-btn {
  border-color: #0342C2;
}
.form-label.active .form-radio-btn,
.form-label.active .form-checkbox-btn,
.form-label.active .form-label-btn {
  background-color: #0342C2;
  border-color: #0339a9;
}
.form-label.active .form-radio-btn i,
.form-label.active .form-checkbox-btn i,
.form-label.active .form-label-btn i {
  color: #fff;
  font-size: 12px !important;
  display: inline-block;
}
.form-label.active .form-label-con {
  color: #0342C2;
}
.form-radio-btn,
.form-checkbox-btn {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0;
  color: white;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
}
.form-radio-btn:after,
.form-checkbox-btn:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.form-radio-btn i,
.form-checkbox-btn i {
  display: none;
  font-size: 12px !important;
  line-height: 1;
  vertical-align: middle;
  transform: scale(0.8);
  transform-origin: center center;
}
.form-radio-btn {
  border-radius: 50%;
}

.form-checkbox-btn {
  border-radius: 4px;
}

.form-label-con {
  width: calc(100% - 24px);
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  color: #141414;
  line-height: 1;
  white-space: nowrap;
}

.radio-wrap.group .form-label,
.checkbox-wrap.group .form-label {
  margin: 0 16px;
}

@keyframes xm-upbit {
  0% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, -2px, 0);
  }
}
xm-select {
  border-color: #d9d9d9;
  box-sizing: border-box;
}
xm-select .xm-icon {
  width: 20px;
  height: 20px;
  right: 4px;
  min-height: auto !important;
  margin-top: -10px;
  background-image: url("../scripts/xm-select/select-down-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
xm-select .xm-icon:before {
  display: none;
}
xm-select[size=large] {
  height: 40px;
  line-height: 38px;
  border-radius: 6px;
}
xm-select[size=medium] {
  height: 36px;
  line-height: 34px;
  border-radius: 6px;
}
xm-select[size=small] {
  height: 32px;
  line-height: 30px;
  border-radius: 4px;
}
xm-select > .xm-label .scroll .label-content {
  padding-top: 0;
  padding-right: 12px;
  padding-bottom: 0;
  padding-left: 12px;
  color: #141414;
  line-height: inherit !important;
}
xm-select > .xm-body {
  right: -1px;
  left: -1px;
  width: auto;
  border-color: #d9d9d9;
  border-radius: 6px;
}
xm-select > .xm-body .xm-option {
  margin: 0 4px;
  border-radius: 4px;
}
xm-select > .xm-body .xm-option.selected.hide-icon {
  position: relative;
  background-color: transparent !important;
}
xm-select > .xm-body .xm-option.selected.hide-icon .xm-option-content {
  color: #0342C2 !important;
}
xm-select > .xm-body .xm-option .xm-option-icon {
  width: 16px;
  height: 16px;
  background-color: white;
  border-color: #d9d9d9 !important;
  border-radius: 4px;
}
xm-select > .xm-body .xm-option .xm-option-icon.xm-icon-duox:before {
  display: none;
}
xm-select > .xm-body .xm-option.selected .xm-option-icon {
  background-color: #0342C2;
  background-image: url("../scripts/xm-select/select-tick-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
}
xm-select > .xm-body .xm-option:hover {
  background-color: rgba(3, 66, 194, 0.1) !important;
}
xm-select > .xm-body .xm-option:hover .xm-option-icon {
  border-color: #0342C2 !important;
}
xm-select > .xm-body .xm-option:visited {
  background-color: red !important;
}
xm-select > .xm-body .xm-option-content {
  width: 100% !important;
  font-size: 14px;
  line-height: 36px;
}
xm-select > .xm-body .xm-tree-icon {
  border-width: 5px;
  border-left-color: #595959;
}
xm-select .xm-tips {
  color: #bfbfbf;
}

.form-con.select-hasicon {
  position: relative;
}
.form-con.select-hasicon > .icon {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  font-size: 16px;
  color: #8c8c8c;
  line-height: 16px;
}
.form-con.select-hasicon xm-select > .xm-label .scroll .label-content {
  padding-left: 0 !important;
}
.form-con.select-hastitle {
  position: relative;
}
.form-con.select-hastitle xm-select > .xm-label .scroll .label-content {
  padding-left: 0 !important;
}

.input-tips {
  margin-top: 6px;
  font-size: 12px;
  color: #141414;
}

.distpicker-wrap {
  margin-right: -4px;
  margin-left: -4px;
}

.distpicker {
  width: 100%;
}
.distpicker select {
  width: 33.3%;
  height: 36px;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 14px;
  color: #141414;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  box-sizing: border-box;
}
.distpicker select:focus {
  border-color: #0342C2;
}
.distpicker select option {
  font-size: 14px;
}

.layui-laydate .layui-this {
  background-color: #0342C2 !important;
}

.laydate-theme-molv .layui-laydate-header {
  background-color: #0342C2 !important;
}

.laydate-theme-grid .laydate-selected,
.laydate-theme-grid .laydate-selected:hover {
  color: #0342C2 !important;
}

.layui-laydate-footer span:hover,
.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
  color: #0342C2;
}

.laydate-day-mark::after {
  background-color: #7dbaff;
}

.layui-laydate-footer span[lay-type=date] {
  color: #7dbaff;
}

.laydate-footer-btns span {
  line-height: 24px;
  border-radius: 0;
}

.layui-laydate-content td.laydate-selected,
.laydate-selected:hover {
  background-color: #e0f2ff !important;
}

.layui-laydate-content td.laydate-selected:hover {
  background-color: #c7e4ff !important;
}

.layui-laydate-content td {
  border: 0;
}
.layui-laydate-content th {
  background-color: transparent;
  border: 0;
}

.date-wrap .form-control {
  position: relative;
  cursor: pointer;
}
.form-date-ico {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("../images/calendar.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}

.range-wrap {
  line-height: 0;
  background-color: white;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 0;
}
.range-wrap:after {
  vertical-align: middle;
}
.range-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.range-wrap > *:first-child {
  margin-left: 0;
}
.range-wrap > *:last-child {
  margin-right: 0;
}
.range-wrap .input-wrap {
  width: calc((100% - 32px) / 2);
}
.range-wrap .form-control {
  height: 34px;
  text-align: center;
  border: 0;
}
.range-wrap .form-control[readonly] {
  background-color: transparent;
  cursor: pointer;
}
.range-wrap span {
  width: 32px;
  font-size: 18px;
  font-weight: 400px;
  color: #595959;
  text-align: center;
}

.mixform-wrap {
  font-size: 0;
}
.mixform-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.mixform-wrap input[type=submit] {
  margin-left: 8px;
  padding: 0;
}
.mixform-wrap .btn-outline {
  color: #0342C2;
  border-color: #0342C2;
}
.mixform-wrap .btn-outline:hover {
  color: #fff;
  background-color: #0342C2;
}
.mixform-wrap.narrow-wrap input[type=text],
.mixform-wrap.narrow-wrap > div:first-child {
  width: calc(100% - 64px);
}
.mixform-wrap.narrow-wrap input[type=submit] {
  width: 56px;
}
.mixform-wrap.wide-wrap input[type=text],
.mixform-wrap.wide-wrap > div:first-child {
  width: calc(100% - 104px);
}
.mixform-wrap.wide-wrap input[type=submit] {
  width: 96px;
}
.mixform-wrap .vcode {
  display: inline-block;
  width: 96px;
  height: 36px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  vertical-align: middle;
  overflow: hidden;
  box-sizing: border-box;
}
.mixform-wrap .vcode img {
  width: 100%;
  height: 100%;
}

.form-con.form-error .input-icon {
  color: #ee2b2b;
}
.form-con.form-error .form-control {
  border-color: #ee2b2b;
}
.error-info {
  font-size: 0;
  color: #ee2b2b;
  vertical-align: middle;
}
.error-info i,
.error-info span {
  display: inline-block;
  vertical-align: middle;
}
.error-info i {
  margin-right: 4px;
  font-size: 14px;
}
.error-info span {
  font-size: 12px;
}

.form-con.form-disabled .form-label {
  pointer-events: none;
}

.form-dark .form-control {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.form-dark .form-control:focus {
  background-color: white;
  border-color: #0342C2;
}
.form-dark .textarea-numin {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.form-dark .textarea-numin .form-control {
  background-color: transparent;
}
.form-dark .textarea-numin.active {
  background-color: white;
}

.form-transparent .form-control {
  background-color: transparent;
  border-color: transparent;
}
.form-transparent .form-control:active {
  background-color: #f5f5f5;
}

.form-table.last-line .form-table-row:last-child {
  border-bottom: 1px solid #f2f2f2;
}

.form-table-row {
  border-bottom: 1px solid #f2f2f2;
  vertical-align: bottom;
}
.form-table-row:last-child {
  border-bottom: none;
}
.form-table-wrap {
  position: relative;
  font-size: 0;
}
.form-table-wrap:after {
  vertical-align: middle;
}
.form-table-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.form-table-wrap > *:first-child {
  margin-left: 0;
}
.form-table-wrap > *:last-child {
  margin-right: 0;
}

.form-table-head {
  width: 96px;
  padding-right: 10px;
  padding-left: 15px;
}
.form-table-head .title {
  font-size: 14px;
  line-height: 1.4;
  color: #595959;
}
.form-table-head .red {
  margin-left: 8px;
  font-size: 16px;
}

.form-table-body {
  position: relative;
  width: calc(100% - 121px);
  min-height: 36px;
  margin: 8px 0;
  padding-left: 15px;
  font-size: 0;
  line-height: 36px;
  border-left: 1px solid #f2f2f2;
  box-sizing: border-box;
}
.form-table-body:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.form-table-body > div {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.form-table-body .text-wrap {
  font-size: 14px !important;
  line-height: 22px !important;
}

/**
 * Tabs
 * ----------------------------------------------------------------------------
 */
.tabs-head {
  font-size: 0;
}
.tabs-item {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}

.tabs-link {
  position: relative;
  display: block;
  margin: 0 4px;
  padding: 8px 0;
  font-size: 14px;
  color: #595959;
  line-height: 22px;
  cursor: pointer;
  box-sizing: border-box;
}
.tabs-link:hover {
  color: #0342C2;
}

.tabs-con {
  position: relative;
  display: none;
}
.tabs-con.active {
  display: block;
}

.ghost-tabs {
  position: relative;
  border-bottom: 1px solid #d9d9d9;
}
.ghost-tabs .tabs-link {
  padding: 16px 0;
  transition: 0.3s;
}
.ghost-tabs .tabs-link:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 2px;
  margin-left: 0;
  background-color: #0342C2;
  border-radius: 2px;
  transition: 0.3s;
}
.ghost-tabs .tabs-link.active {
  color: black;
}
.ghost-tabs .tabs-link.active:after {
  width: 24px;
  margin-left: -12px;
}

.v-tabs .tabs-item {
  display: block;
}
.v-tabs .tabs-body {
  flex: 1;
}
.v-tabs .ghost-tabs {
  margin-right: 24px;
  border-bottom: 0;
}
.v-tabs .ghost-tabs:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: inline-block;
  width: 1px;
  background-color: #e6e6e6;
}
.v-tabs .ghost-tabs .tabs-item {
  margin: 0 !important;
}
.v-tabs .ghost-tabs .tabs-link {
  z-index: 1;
  padding-right: 12px;
  text-align: right;
}
.v-tabs .ghost-tabs .tabs-link:after {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  width: 2px;
  height: 0;
  margin-top: 0;
}
.v-tabs .ghost-tabs .tabs-link.active:after {
  width: 2px;
  left: auto;
  height: 24px;
  margin-top: -12px;
  margin-left: 0;
}

.group-tabs {
  display: inline-block;
  background-color: white;
  border-radius: 6px;
  box-sizing: border-box;
}
.group-tabs .tabs-item {
  margin: 0;
}
.group-tabs .tabs-item:first-child .tabs-link {
  white-space: nowrap;
  border-left: 1px solid #bfbfbf;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.group-tabs .tabs-item:first-child .tabs-link.active {
  border-left-color: #0342C2;
}
.group-tabs .tabs-item:last-child .tabs-link {
  border-right-color: #bfbfbf;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.group-tabs .tabs-item:last-child .tabs-link.active {
  border-right-color: #0342C2;
}
.group-tabs .tabs-link {
  margin: 0;
  padding: 6px 18px;
  line-height: 22px;
  border: 1px solid #bfbfbf;
  border-left: 0;
  border-right: 1px solid #d9d9d9;
  box-sizing: border-box;
}
.group-tabs .tabs-link.active {
  font-weight: bold;
  color: white;
  background-color: #0342C2;
  border-color: #0342C2;
}

.toast-tabs {
  font-size: 0;
}
.toast-tabs .tabs-item {
  margin-right: 4px;
  margin-left: 4px;
}
.toast-tabs:after {
  vertical-align: middle;
}
.toast-tabs > * {
  display: inline-block;
  vertical-align: middle;
}
.toast-tabs > *:first-child {
  margin-left: 0;
}
.toast-tabs > *:last-child {
  margin-right: 0;
}
.toast-tabs .tabs-link {
  margin: 0;
  padding: 6px 18px;
  background-color: white;
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  transition: 0.3s;
}
.toast-tabs .tabs-link:hover {
  color: #141414;
  background-color: #fafafa;
  border-color: #bfbfbf;
}
.toast-tabs .tabs-link.active {
  color: white;
  background-color: #0342C2;
  border-color: #0342C2;
}
.toast-tabs.dark .tabs-link {
  background-color: #f5f5f5;
  border-color: transparent;
}
.toast-tabs.dark .tabs-link:hover {
  background-color: #f0f0f0;
}
.toast-tabs.dark .tabs-link.active {
  color: #0342C2;
  background-color: rgba(3, 66, 194, 0.1);
}
.toast-tabs.rounded .tabs-link {
  border-radius: 40px;
}

/**
 * Popups
 * ----------------------------------------------------------------------------
 */
.popup {
  position: absolute;
  z-index: 1050;
  display: none;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.popup-head {
  position: relative;
  padding: 0 24px;
  line-height: 48px;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  font-size: 0;
}
.popup-head:after {
  vertical-align: middle;
}
.popup-head > * {
  display: inline-block;
  vertical-align: middle;
}
.popup-head > *:first-child {
  margin-left: 0;
}
.popup-head > *:last-child {
  margin-right: 0;
}
.popup-head .title {
  font-size: 16px;
  font-weight: bold;
  color: #141414;
}
.popup-head .popup-head-op {
  top: 0;
  right: 12px;
}
.popup-head-op {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
  font-size: 0;
}
.popup-head-op .btn {
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: transparent;
  border: 1px solid transparent;
  line-height: 24px;
  color: #595959;
  vertical-align: middle;
}
.popup-head-op .btn:hover {
  color: inherit;
  background-color: #f0f0f0;
}
.popup-head-op .btn i {
  font-size: 16px;
  vertical-align: baseline;
}

.popup-body {
  padding: 0 24px;
}
.popup-body > .content {
  font-size: 14px;
  color: #595959;
  line-height: 1.4;
}

.popup-foot {
  padding: 0 24px 24px;
  text-align: right;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.popup-foot .btn {
  min-width: 90px;
  margin-right: 8px;
  margin-left: 8px;
}
.popup-foot .btn.btn-hollow-secondary {
  border-color: #bfbfbf;
}
.popup-foot .btn.btn-hollow-secondary:hover {
  color: #141414;
  background-color: white;
  border-color: #a6a6a6;
}

.popup-xsmall {
  width: 280px;
}

.popup-min {
  width: 200px;
}

.popup-small {
  width: 360px;
}

.popup-base {
  width: 480px;
}

.popup-medium {
  width: 540px;
}

.popup-medium1 {
  width: 560px;
}

.popup-large {
  width: 640px;
}

.popup-xlarge {
  width: 740px;
}

.popup-xxlarge {
  width: 820px;
}

.popup-block {
  width: 100%;
}

.phone-eara {
  display: flex;
  margin: 42px 32px 0;
  box-sizing: border-box;
}
.phone-eara .phone-eara-left {
  margin-right: 60px;
  width: 206px;
}
.phone-eara .phone-eara-left img {
  width: 206px;
  height: 300px;
}
.phone-eara .phone-eara-left .photo-tips {
  margin-top: 16px;
  margin-bottom: 31px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #8c8c8c;
}
.phone-eara .phone-eara-left .photo-tips1 {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 17px;
  color: #8c8c8c;
}
.phone-eara .phone-eara-left .status {
  font-size: 14px;
  color: #404040;
}
.phone-eara .phone-eara-left .status1 {
  width: 250px;
}
.phone-eara .phone-eara-right img {
  width: 156px;
  height: 228px;
}
.phone-eara .phone-eara-right .privew {
  margin-top: 16px;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #8c8c8c;
}
.phone-eara .phone-eara-right .privew24 {
  margin-top: 24px;
}
.phone-eara .phone-eara-right .privew-btn {
  margin-top: 112px;
  margin-left: 32px;
}
.phone-eara .phone-eara-right1 {
  margin: 0 auto;
}
.phone-eara .phone-eara-right1 .img {
  text-align: center;
}
.phone-eara .phone-eara-right1 .img img {
  display: inline-block;
}
.phone-eara .phone-eara-right1 .img1 img {
  width: 230px;
  height: 216px;
}
.phone-eara .phone-eara-right1 .img2 {
  position: relative;
}
.phone-eara .phone-eara-right1 .img2 img {
  width: 300px;
  height: 300px;
}
.phone-eara .phone-eara-right1 .img2 .img-mask {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 14%;
  padding: 125px 45px;
  width: 300px;
  height: 300px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background: rgba(6, 6, 6, 0.8);
  box-sizing: border-box;
}
.phone-eara .phone-eara-right1 .btn-120 {
  margin-top: 4px;
  margin-right: 24px;
}
.phone-eara .phone-eara-right1 .btnsize {
  width: 170px !important;
}
.phone-eara .phone-eara-right1 .photo-btn {
  text-align: center;
}
.phone-eara .phone-eara-right1 .photo-btn1 {
  margin-top: 24px;
}
.phone-eara .phone-eara-right1 .last-btn {
  margin-right: 0;
}
.phone-eara .phone-eara-right1 h1 {
  margin-top: 24px;
  margin-bottom: 8px;
  height: 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #262626;
}
.phone-eara .phone-eara-right1 .h1-27 {
  margin-top: 27px;
}
.phone-eara .phone-eara-right1 .txt {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #8c8c8c;
}
.phone-eara .phone-eara-right1 .txt2 {
  line-height: 22px;
}
.phone-eara .phone-eara-right1 .txt-tip {
  margin-top: 16px;
  font-size: 14px;
  line-height: 150%;
  color: #404040;
}

.popup-code-small {
  position: relative;
  width: 360px;
  height: 420px;
  background-image: url("../images/themeBlue/code-bg.png");
  background-size: cover;
}
.popup-code-small .popup-head-op1 a {
  margin-top: 16px;
  margin-right: 16px;
}
.popup-code-small .popup-head-op1 a i {
  font-size: 20px !important;
  color: #fff !important;
}
.popup-code-small .popup-body-code {
  padding: 0 !important;
}
.popup-code-small .popup-body-code .code-content {
  text-align: center;
  letter-spacing: 2px;
}
.popup-code-small .popup-body-code .code-content .code-title {
  font-family: "Source Han Sans CN";
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #ffffff;
}
.popup-code-small .popup-body-code .code-content .code-subtitle {
  font-family: "Source Han Sans CN";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}
.popup-code-small .popup-body-code .code-content .code-img {
  padding: 16px;
  width: 212px;
  height: 244px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
}
.popup-code-small .popup-body-code .code-content .code-img p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.popup-code-small::after {
  position: absolute;
  bottom: 0;
  right: 8px;
  content: "";
  width: 98px;
  height: 158px;
  background: url("../images/themeBlue/person.png");
  background-size: cover;
}

.pop-edu-inspect {
  width: 560px;
}
.pop-edu-inspect .popup-foot .btn {
  padding: 0 16px;
}
.pop-edu-inspects {
  position: relative;
  margin-top: 24px;
  margin-bottom: 32px;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  background: linear-gradient(0deg, rgba(219, 46, 60, 0.04) 0%, rgba(219, 46, 60, 0.04) 100%), #fff;
}
.pop-edu-inspects::after {
  position: absolute;
  top: -18px;
  right: -8px;
  width: 56px;
  height: 56px;
  font-size: 56px;
  line-height: 56px;
}
.pop-edu-inspects.danger::after {
  content: "\eb47";
  color: rgba(219, 46, 60, 0.24);
}
.pop-edu-inspects.danger .txt h2 span {
  color: #EE2B2B;
}
.pop-edu-inspects * {
  padding: 0;
  margin: 0;
}
.pop-edu-inspects .pic {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
  background: linear-gradient(180deg, #FF8B8B 0%, #FFDFD1 100%);
  border-radius: 50%;
}
.pop-edu-inspects .txt {
  flex: 1;
}
.pop-edu-inspects .txt h2 {
  font-size: 16px;
  line-height: 20px;
  color: #141414;
}
.pop-edu-inspects .txt p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}

/**
 * Slide in
 * ----------------------------------------------------------------------------
 */
.slidein-all.slidein.slidein-left, .slidein-all.slidein.slidein-right {
  width: 100%;
}
.slidein-half.slidein.slidein-left, .slidein-half.slidein.slidein-right {
  width: 50%;
}
.slidein-small.slidein.slidein-left, .slidein-small.slidein.slidein-right {
  width: 480px;
}

.slidein-all.slidein.slidein-bottom, .slidein-all.slidein.slidein-top {
  height: 100%;
}
.slidein-half.slidein.slidein-bottom, .slidein-half.slidein.slidein-top {
  height: 50%;
}
.slidein-small.slidein.slidein-bottom, .slidein-small.slidein.slidein-top {
  height: 480px;
}

.slidein {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: white;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.slidein .btn-shut {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.slidein.slidein-top {
  top: -100%;
  bottom: auto;
  height: 80%;
}
.slidein.slidein-top.active {
  top: 0;
}
.slidein.slidein-right {
  right: -100%;
  left: auto;
  width: 480px;
}
.slidein.slidein-right.active {
  right: 0;
}
.slidein.slidein-bottom {
  top: auto;
  bottom: -100%;
  height: 80%;
}
.slidein.slidein-bottom.active {
  bottom: 0;
}
.slidein.slidein-left {
  right: auto;
  left: -100%;
  width: 80%;
}
.slidein.slidein-left.active {
  left: 0;
}

.slidein .popup-head {
  padding: 16px;
  text-align: left;
}
.slidein .popup-head .title {
  font-size: 16px;
}
.slidein .popup-head .popup-head-op {
  top: 16px;
  padding-right: 32px;
}
.slidein .popup-head .popup-head-op .el-dropdown {
  font-size: 0;
}
.slidein .popup-foot {
  padding: 24px;
  text-align: left;
  background-color: #fff;
}
.slidein .popup-foot .btn {
  width: 47%;
  margin: 0 3%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.slidein-form {
  padding: 16px 0;
}
.slidein-form .form-row {
  margin-bottom: 20px;
}

/**
 * Raty
 * ----------------------------------------------------------------------------
*/
.raty {
  font-size: 0;
}
.raty img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 2px;
  line-height: 1;
  vertical-align: middle;
}
.raty img:first-child {
  margin-left: 0;
}
.raty img:last-child {
  margin-right: 0;
}
.raty.raty-lg img {
  width: 30px;
  height: 30px;
}
.raty.raty-md img {
  width: 24px;
  height: 24px;
  margin: 0 1px;
}
.raty.raty-sm img {
  width: 12px;
  height: 12px;
  margin: 0 1px;
}

/**
 * Scrollbar
 * ----------------------------------------------------------------------------
 */
.mCS-my-theme.mCSB_scrollTools {
  right: -4px;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: rgba(255, 255, 255, 0.25);
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-my-theme-special.mCSB_scrollTools {
  right: -30px;
}
.mCS-my-theme-special.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #0342C2;
}
.mCS-my-theme-special.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(3, 66, 194, 0.3);
}

.mCS-my-theme-h.mCSB_scrollTools {
  bottom: 27px;
  z-index: 99999;
}
.mCS-my-theme-h.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  border-radius: 3px;
  background-color: gray;
}
.mCS-my-theme-h.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.login-box {
  position: relative;
  width: 320px;
  min-height: 338px;
  padding: 32px 24px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 109, 230, 0.1);
}

.login-tab-menu {
  height: 38px;
}
.login-tab-menu li {
  padding-bottom: 10px;
  width: 50%;
  float: left;
  text-align: center;
}
.login-tab-menu a {
  position: relative;
  display: inline-block;
  padding: 0;
  line-height: 28px;
  font-size: 18px;
  color: #595959;
}
.login-tab-menu a:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 2px;
  margin-left: 0;
  content: "";
  background-color: #0342C2;
  transition: all 0.3s;
}
.login-tab-menu a.active {
  color: #0342C2;
}
.login-tab-menu a.active:after {
  width: 20px;
  margin-left: -10px;
}

.login-form {
  margin-top: 16px;
}
.login-form .form-con {
  margin-top: 12px;
  line-height: 40px;
}
.login-form .form-con:first-child {
  margin-top: 0;
}
.login-form .form-con .form-control {
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  border-color: #eee;
}
.login-form .form-con .form-control:focus {
  border-color: #0342C2;
}
.login-form .form-con .input-wrap.input-hasicon .input-icon, .login-form .form-con .mixform-wrap.input-hasicon .input-icon {
  font-size: 22px;
}
.login-form .form-con .input-wrap.input-hasicon .form-control, .login-form .form-con .mixform-wrap.input-hasicon .form-control {
  padding-left: 42px;
}
.login-form .form-con .input-append .btn {
  font-size: 22px !important;
  color: #bfbfbf;
}
.login-form .btn-block {
  font-size: 14px;
}
.login-form .form-register {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.login-form .form-agt {
  margin-top: 16px;
  line-height: 22px;
  font-size: 14px;
  color: #8C8C8C;
  white-space: nowrap;
}

.link-normal {
  line-height: 22px;
  font-size: 14px !important;
  color: #0342C2;
}
.link-normal:hover {
  text-decoration: underline;
}

/**
 * 布局
 * ----------------------------------------------------------------------------
*/
html {
  height: 100%;
}

body {
  min-width: 1280px;
  height: inherit;
}

.webWidth {
  width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: border-box;
}

.header {
  position: relative;
  z-index: 1000;
  height: 80px;
}
.header::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -2px;
  display: inline-block;
  content: "";
  width: 694px;
  height: 80px;
}
.header .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
.header .logo {
  position: relative;
  z-index: 99;
  width: auto;
  height: 60px;
}
.header .logo img {
  display: block;
  width: auto;
  height: 100%;
}
.header .date {
  font-size: 14px;
  color: #fff;
}

.nav {
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 9px 28px 0px rgba(0, 0, 0, 0.05);
}
.nav .webWidth {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
.nav .nav-search {
  display: flex;
  align-items: center;
}
.nav .nav-search.white .form-con .form-control {
  background-color: #fff;
  border: 1px solid #E6E6E6;
}
.nav .nav-search.white .form-con .form-control:focus {
  border-color: #0342C2;
}
.nav .nav-search.white .form-con .form-control::-moz-placeholder {
  color: #a6a6a6;
}
.nav .nav-search.white .form-con .form-control::placeholder {
  color: #a6a6a6;
}
.nav .nav-search.white .form-con .input-icon {
  color: #a6a6a6;
}
.nav .nav-search > * {
  margin: 0 8px;
}
.nav .nav-search > *:first-child {
  margin-left: 0;
}
.nav .nav-search > *:last-child {
  margin-right: 0;
}
.nav .nav-search .form-con {
  line-height: 32px;
}
.nav .nav-search .form-con .form-control {
  height: 32px;
  background: rgba(0, 0, 0, 0.13);
  border: none;
}
.nav .nav-search .form-con .form-control::-moz-placeholder {
  color: #fff;
}
.nav .nav-search .form-con .form-control::placeholder {
  color: #fff;
}
.nav .nav-search .form-con .input-icon {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}
.nav .nav-search .text-btn {
  font-size: 16px;
  color: #595959;
}
.nav .nav-search .text-btn:hover {
  color: #0342C2;
}
.nav .nav-search .text-btn > * {
  display: inline-block;
  vertical-align: middle;
}
.nav .nav-search .text-btn i {
  margin-right: 8px;
  font-size: 18px !important;
}
.nav .nav-search .user {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-image: url("../images/user.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs-nav.tabs-head.tabs-sm .tabs-item {
  margin: 0 12px;
}
.tabs-nav.tabs-head.tabs-sm .tabs-item .tabs-link {
  padding: 0 10px;
  line-height: 28px;
}
.tabs-nav.tabs-head .tabs-item {
  margin: 0;
}
.tabs-nav.tabs-head .tabs-item .tabs-link {
  padding: 0 16px;
  line-height: 38px;
  font-size: 16px;
  color: #595959;
  border-radius: 50px;
}
.tabs-nav.tabs-head .tabs-item .tabs-link.active {
  color: #fff;
  background-color: #0342C2;
}
.tabs-nav.tabs-head .tabs-item .tabs-link.active::after {
  display: none;
}

.banner {
  position: relative;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .swiper-container {
  height: inherit;
}
.banner .swiper-pagination {
  bottom: 25px;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background: #fff;
  border-radius: 10px;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  margin-top: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 32px;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.banner .swiper-button-prev i,
.banner .swiper-button-next i {
  font-size: 24px;
}
.banner .swiper-button-prev {
  left: 48px;
}
.banner .swiper-button-next {
  right: 48px;
}
.banner .swiper-slide a {
  display: block;
  height: inherit;
}
.banner .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.ban-nav .nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.ban-login .login {
  position: absolute;
  z-index: 2;
  top: 112px;
  right: 120px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.ban-notice {
  height: 324px;
}
.ban-notice img {
  height: 100%;
}
.ban-notice .webWidth {
  position: relative;
}

.ban-bag {
  height: 240px;
  color: #141414;
  background-image: url("../images/themeBlue/index/ban-1.png");
}
.ban-bag .webWidth {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
}
.ban-bag .webWidth > * {
  margin-bottom: 6px;
}
.ban-bag .webWidth > *:last-child {
  margin-bottom: 0;
}
.ban-bag h1 {
  margin-top: 0;
  font-size: 30px;
}
.ban-bag .text {
  line-height: 20px;
  font-size: 14px;
}
.ban-bag .lab-groups {
  margin: 0 -3px;
  margin-bottom: 6px;
}
.ban-bag .lab-groups > * {
  margin: 0 3px;
}
.ban-bag .lab-groups .lab {
  padding: 0 12px;
}
.ban-bag .people {
  line-height: 22px;
  font-size: 14px;
}
.ban-bag .people .user > * {
  display: inline-block;
  vertical-align: middle;
}
.ban-bag .people i {
  margin-right: 4px;
  font-size: 16px !important;
  color: #141414;
}
.ban-bag .foot {
  display: flex;
  align-items: center;
}
.ban-bag .foot .price {
  font-size: 24px;
}
.ban-bag .foot .price span {
  margin-right: 2px;
}
.ban-bag .foot .btn-solid-warning {
  width: 140px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #FF882F 0%, #FFA42F 100%);
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  color: white;
  background: #050E19;
}
.footer .webWidth > * {
  margin-top: 4px;
}
.footer .webWidth > *:first-child {
  margin-top: 0;
}
.footer .webWidth > * .line {
  display: inline-block;
  margin: 0 12px;
  width: 1px;
  height: 14px;
  background-color: #fff;
  vertical-align: -2px;
}

.main {
  position: relative;
  min-height: calc(100vh - 80px - 60px - 140px);
  background-size: 100% 100%;
  box-sizing: border-box;
}
.main.bg {
  background-image: url("../images/themeBlue/index/main-bg.png");
}
.main.detail-bg {
  margin-top: -50px;
  padding-top: 74px !important;
  background-image: url("../images/themeBlue/index/detail-bg.png");
}
.main.scroll {
  height: calc(100% - 80px - 60px - 140px);
  overflow-y: scroll;
  box-sizing: border-box;
}
.main .webWidth {
  position: relative;
  *zoom: 1;
}
.main .webWidth:before, .main .webWidth:after {
  content: " ";
  display: table;
}
.main .webWidth:after {
  clear: both;
}

.m-scroll {
  height: calc(100% - 80px - 60px - 140px);
  overflow-y: scroll;
}

.sub-wrap {
  display: flex;
}
.sub-wrap .sub-menu {
  width: 160px;
  border-radius: 8px;
  background: linear-gradient(180deg, #FFF 83.55%, rgba(255, 255, 255, 0) 100%);
}
.sub-wrap .sub-right {
  margin-left: 16px;
  padding: 8px 24px 24px;
  flex: 1;
  width: calc(100% - 160px - 16px);
  background: linear-gradient(180deg, rgba(3, 66, 194, 0.05) 0%, rgba(3, 66, 194, 0) 30.8%), #FFF;
}

.idx-xf {
  position: fixed;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 72px;
  transition: all 0.3s;
}
.idx-xf.active {
  right: -72px;
}
.idx-xfbox {
  position: relative;
}

.idx-xf-show,
.idx-xf-hidden {
  font-size: 14px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.idx-xf-show i,
.idx-xf-hidden i {
  margin-right: -4px;
  display: inline-block;
  margin-left: 2px;
  margin-top: 12px;
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
  transition: all 0.3s;
}

.idx-xf-show {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 100px;
  height: 40px;
  line-height: 36px;
  border-radius: 8px 0px 0px 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: #0342C2;
  transition: all 0.3s;
  box-sizing: border-box;
}
.idx-xf-show.active {
  right: -100px;
}
.idx-xf-show i {
  margin-right: 4px;
  margin-left: -8px;
}

.idx-xf ul {
  position: relative;
  padding-top: 8px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(0deg, #0342C2 0%, #0342C2 100%), linear-gradient(180deg, #0342C2 0.12%, #0342C2 94.48%);
  box-sizing: border-box;
}
.idx-xf ul li:nth-last-child(2) .idx-xfbox:after {
  width: 68px;
  margin-left: -34px;
}
.idx-xf ul li:last-child .idx-xfbox:after {
  display: none;
}
.idx-xfbox,
.xf-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.idx-xfbox i,
.xf-top i {
  font-size: 24px !important;
}
.idx-xfbox h2,
.xf-top h2 {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}

.idx-xfbox {
  position: relative;
  z-index: 9;
  padding: 11px 0;
  display: block;
  box-sizing: border-box;
}
.idx-xfbox:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  content: "";
  background: rgba(255, 255, 255, 0.2);
}

.xf-top {
  display: none;
  width: 72px;
  margin-top: 10px;
  padding: 16px 0;
  text-align: center;
  background: #0342C2;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box;
}

.idx-xf-hidden {
  position: relative;
  z-index: 3;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  border-radius: 8px;
}

.block {
  margin-top: 40px;
  width: 100%;
}

.ncard {
  margin: -12px !important;
}
.ncard .card {
  margin: 12px;
  border: none;
  box-shadow: 0px 9px 28px 0px rgba(0, 0, 0, 0.05);
}

.card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
.card-title .l {
  position: relative;
  color: #141414;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
.card-title .l::after {
  position: absolute;
  left: 0;
  top: -4px;
  display: inline-block;
  content: "";
  width: 33px;
  height: 35px;
  background-image: url("../images/themeBlue/icons/yuan.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.card-title .l .txt {
  margin-left: 8px;
  line-height: 22px;
  font-size: 14px;
  color: #404040;
  font-weight: normal;
}
.card-title .r {
  line-height: 22px;
  font-size: 14px;
  color: #8C8C8C;
  cursor: pointer;
}
.card-title .r:hover {
  color: #0342C2;
}
.card-title .r > * {
  display: inline-block;
  vertical-align: middle;
}
.card-title .r .more {
  display: inline-block;
  margin-left: 13px;
  width: 52px;
  height: 20px;
  background: url("../images/themeBlue/index/more.png");
  background-size: 100% 100%;
}

.card-gallery .card .card-wrap {
  overflow: visible;
}
.card-gallery.card-gallery-1 .card .pos-tl {
  padding: 0;
}
.card-gallery.card-gallery-1 .card .pos-tl .lab.lab-lg {
  height: 28px;
  border-top-left-radius: 8px !important;
}
.card-gallery.card-gallery-1 .card .pos-tl .lab.lab-lg .lab-text {
  line-height: 28px;
}
.card-gallery.card-gallery-1 .card .thumb img {
  height: 200px;
}
.card-gallery.card-gallery-1 .card .con {
  padding: 16px 24px;
}
.card-gallery.card-gallery-1 .card .title {
  margin-bottom: 12px;
}
.card-gallery.card-gallery-1 .card .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.card-gallery.card-gallery-1 .card .foot::before, .card-gallery.card-gallery-1 .card .foot::after {
  display: none;
}
.card-gallery.card-gallery-1 .card .foot .info {
  margin-right: 24px;
  width: calc(100% - 186px - 12px);
  line-height: 22px;
  font-size: 14px;
}
.card-gallery.card-gallery-1 .card .foot .info .name {
  color: #404040;
}
.card-gallery.card-gallery-1 .card .foot .info .text {
  color: #8C8C8C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-gallery.card-gallery-1 .card .foot .info .text::before {
  content: "";
  display: block;
}
.card-gallery.card-gallery-1 .card .foot .group {
  white-space: nowrap;
}
.card-gallery.card-gallery-1 .card .foot .group > * {
  margin: 0 6px;
}
.card-gallery.card-gallery-1 .card .foot .group > *:first-child {
  margin-left: 0;
}
.card-gallery.card-gallery-1 .card .foot .group > *:last-child {
  margin-right: 0;
}
.card-gallery.card-gallery-1 .card .foot .group .btn {
  padding: 0 15px;
}
.card-gallery.card-gallery-1 .card .foot .date {
  line-height: 22px;
  font-size: 13px;
}

.card-box {
  display: flex;
  flex-wrap: wrap;
}
.card-box .card {
  padding: 24px;
  box-sizing: border-box;
}
.card-box .card.card-entry {
  min-width: 384px;
}
.card-box .card.card-entry ul {
  margin: -24px;
}
.card-box .card.card-entry ul > * {
  margin: 24px;
  height: 104px;
  border-radius: 8px;
}
.card-box .card.card-entry ul > * a {
  display: block;
  padding-left: 40px;
  height: inherit;
  color: #FFF !important;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 0px rgba(0, 0, 0, 0.12);
  font-family: "Alimama ShuHeiTi";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 104px;
  background-size: 100% 100%;
}
.card-box .card.card-entry ul > * a.yellow {
  background-image: url("../images/thumbs/thumb-sm-1.png");
}
.card-box .card.card-entry ul > * a.green {
  background-image: url("../images/thumbs/thumb-sm-2.png");
}
.card-box .card.card-progress ul {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -17px;
}
.card-box .card.card-progress ul li {
  position: relative;
  margin: 12px 17px;
  flex: 1;
  min-width: 225px;
  max-width: 225px;
  height: 104px;
  border-radius: 8px;
  border: 1px solid rgba(3, 66, 194, 0.15);
  background: linear-gradient(180deg, rgba(3, 66, 194, 0.1) 0%, rgba(3, 66, 194, 0.02) 100%);
  box-sizing: border-box;
}
.card-box .card.card-progress ul li .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -34px;
  display: inline-block;
  width: 34px;
  height: 15px;
  background-image: url("../images/themeBlue/arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.card-box .card.card-progress ul li .arrow.arrow-3 {
  transform: translateY(-50%) rotate(180deg);
}
.card-box .card.card-progress ul li .arrow.arrow-2 {
  right: auto;
  top: auto;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: 15px;
  height: 24px;
  background-image: url("../images/themeBlue/arrow-v.png");
}
.card-box .card.card-progress ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: inherit;
  border-radius: 8px;
  overflow: hidden;
}
.card-box .card.card-progress ul li a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  content: "";
  width: 90px;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-box .card.card-progress ul li a::before {
  position: absolute;
  top: -38px;
  left: -65px;
  display: inline-block;
  content: "";
  width: 119px;
  height: 119px;
  background: linear-gradient(180deg, rgba(3, 66, 194, 0.08) 0%, rgba(3, 66, 194, 0) 100%);
  border-radius: 100%;
}
.card-box .card.card-progress ul li a.tit {
  color: #fff;
  background-image: url("../images/themeBlue/index/progress-tit.png");
  background-size: 100% 100%;
}
.card-box .card.card-progress ul li a.tit .ch {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.9px;
}
.card-box .card.card-progress ul li a.tit .em {
  margin-top: 6px;
  display: inline-block;
  font-family: "Conv_PFDinTextPro-Light";
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2.66px;
  text-transform: uppercase;
}
.card-box .card.card-progress ul li a.con-1::after {
  background-image: url("../images/themeBlue/icons/mutil-user-fill.svg");
}
.card-box .card.card-progress ul li a.con-2::after {
  background-image: url("../images/themeBlue/icons/choose-fill.svg");
}
.card-box .card.card-progress ul li a.con-3::after {
  background-image: url("../images/themeBlue/icons/book-b-fill.svg");
}
.card-box .card.card-progress ul li a.con-4::after {
  background-image: url("../images/themeBlue/icons/assess-fill.svg");
}
.card-box .card.card-progress ul li a.con-5::after {
  background-image: url("../images/themeBlue/icons/collect-fill.svg");
}
.card-box .card.card-progress ul li a .num {
  font-size: 30px;
  color: #0342C2;
}
.card-box .card.card-progress ul li a .txt {
  margin-top: 6px;
  padding: 0 8px;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #141414;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.ban-entry {
  height: 104px;
  line-height: 104px;
  color: #FFF;
  text-align: center;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 0px rgba(0, 0, 0, 0.12);
  font-family: "Alimama ShuHeiTi";
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3.6px;
  background-image: url("../images/ban-entry.png");
  background-size: cover;
  border-radius: 8px;
}

.card-industry {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.card-industry li {
  margin: 8px;
  min-width: 288px;
  height: 130px;
}
.card-industry li .industry-wrap {
  position: relative;
  top: 0;
  padding: 25px 20px;
  height: inherit;
  color: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.card-industry li .industry-wrap:hover {
  top: -8px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
}
.card-industry li .industry-wrap.industry-1 {
  background-image: url("../images/thumbs/industry-1.png");
}
.card-industry li .industry-wrap.industry-2 {
  background-image: url("../images/thumbs/industry-2.png");
}
.card-industry li .industry-wrap.industry-3 {
  background-image: url("../images/thumbs/industry-3.png");
}
.card-industry li .industry-wrap.industry-4 {
  background-image: url("../images/thumbs/industry-4.png");
}
.card-industry li .industry-wrap.industry-5 {
  background-image: url("../images/thumbs/industry-5.png");
}
.card-industry li .industry-wrap.industry-6 {
  background-image: url("../images/thumbs/industry-6.png");
}
.card-industry li .industry-wrap.industry-7 {
  background-image: url("../images/thumbs/industry-7.png");
}
.card-industry li .industry-wrap.industry-8 {
  background-image: url("../images/thumbs/industry-8.png");
}
.card-industry li .industry-wrap.industry-9 {
  background-image: url("../images/thumbs/industry-9.png");
}
.card-industry li .industry-wrap.industry-10 {
  background-image: url("../images/thumbs/industry-10.png");
}
.card-industry li .industry-wrap.industry-11 {
  background-image: url("../images/thumbs/industry-11.png");
}
.card-industry li .industry-wrap.industry-12 {
  background-image: url("../images/thumbs/industry-12.png");
}
.card-industry li .industry-wrap .over-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(95deg, rgba(12, 12, 12, 0.8) 3.13%, rgba(12, 12, 12, 0.3) 99.32%);
  border-radius: 8px;
  z-index: 1;
}
.card-industry li .industry-wrap .thumb {
  position: relative;
  z-index: 2;
}
.card-industry li .industry-wrap h2 {
  margin: 0;
  line-height: 30px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-industry li .industry-wrap h2::before {
  content: "";
  display: block;
}
.card-industry li .industry-wrap .text {
  line-height: 22px;
  font-size: 14px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.honor {
  position: relative;
  height: 414px;
  background-image: url("../images/themeBlue/index/honor.png");
  background-size: cover;
  overflow: hidden;
}
.honor::after {
  position: absolute;
  left: 15px;
  right: 0;
  bottom: -2px;
  display: inline-block;
  content: "";
  height: 78px;
  background: linear-gradient(180deg, rgba(3, 66, 194, 0.3) 13.46%, rgba(255, 255, 255, 0.3) 100%), #fff;
}
.honor::before {
  position: absolute;
  left: 135px;
  right: 63px;
  bottom: 76px;
  display: inline-block;
  content: "";
  height: 60px;
  background: linear-gradient(352deg, rgba(199, 228, 255, 0.5) 6.41%, rgba(199, 228, 255, 0) 94.59%);
}
.honor .star {
  position: absolute;
  bottom: 47px;
  left: 16px;
  right: 0;
  height: 74px;
  background-image: url("../images/themeBlue/star.svg");
  background-size: cover;
  z-index: 9;
}
.honor .honor-wrap {
  padding-top: 56px;
  padding-left: 164px;
  display: flex;
}
.honor .img-wrap {
  margin-right: 30px;
  width: 304px;
}
.honor .img-wrap:last-child {
  margin-right: 0;
}
.honor .img-wrap img {
  padding-bottom: 4px;
  -webkit-box-reflect: below 2px linear-gradient(transparent, rgba(0, 0, 0, 0.08));
}

.card-gallery-teacher .card.v-card {
  box-shadow: 0px 9px 28px 0px rgba(0, 0, 0, 0.05);
}
.card-gallery-teacher .card.v-card .thumb .pos-bl {
  padding: 0;
  left: -6px;
  bottom: -6px;
}
.card-gallery-teacher .card.v-card .thumb .pos-bl .lab-lg {
  width: 96px;
  height: 32px;
  line-height: 32px !important;
  text-align: center;
  border-radius: 0;
}
.card-gallery-teacher .card.v-card .thumb .pos-bl .lab-lg .lab-text {
  line-height: 32px;
  font-size: 16px;
}
.card-gallery-teacher .card.v-card .thumb img {
  height: 220px;
}
.card-gallery-teacher .card.v-card .con {
  padding: 16px;
}
.card-gallery-teacher .card.v-card .con .title {
  line-height: 22px;
  font-size: 14px;
}
.card-gallery-teacher .card.v-card .con .info {
  line-height: 18px;
  font-size: 12px;
  color: #8c8c8c;
  white-space: wrap;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news {
  display: flex;
  margin-top: 16px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 9px 28px 0px rgba(0, 0, 0, 0.05);
}
.news .news-poster {
  width: 208px;
  background-image: url("../images/themeBlue/index/news-bg.png");
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.news .news-list {
  flex: 1;
  width: calc(100% - 208px);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.news .news-list .news-item {
  display: flex;
  padding: 20px 24px;
  cursor: pointer;
  box-sizing: border-box;
}
.news .news-list .news-item:hover {
  margin-left: -7px;
  padding-left: 31px;
  background-color: #0342C2;
}
.news .news-list .news-item:hover .date .year, .news .news-list .news-item:hover .date .day, .news .news-list .news-item:hover .date .tit, .news .news-list .news-item:hover .date .text, .news .news-list .news-item:hover .cont .year, .news .news-list .news-item:hover .cont .day, .news .news-list .news-item:hover .cont .tit, .news .news-list .news-item:hover .cont .text {
  color: #fff;
}
.news .news-list .news-item:hover .yuan > span {
  background-color: #fff;
  border-color: #fff;
}
.news .news-list .news-item > * {
  margin-left: 8px;
}
.news .news-list .news-item > *:first-child {
  margin-left: 0;
}
.news .news-list .news-item .date {
  display: flex;
  flex-direction: column;
}
.news .news-list .news-item .date .year {
  color: #8C8C8C;
  font-size: 14px;
  line-height: 24px;
}
.news .news-list .news-item .date .day {
  color: #8C8C8C;
  font-size: 28px;
}
.news .news-list .news-item .yuan {
  width: 24px;
  padding: 4px 2px;
  box-sizing: border-box;
}
.news .news-list .news-item .yuan span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: 2px solid #0342C2;
  box-sizing: border-box;
}
.news .news-list .news-item .cont {
  flex: 1;
  width: calc(100% - 55px - 24px - 16px);
}
.news .news-list .news-item .cont .tit {
  line-height: 24px;
  font-size: 16px;
  color: #141414;
}
.news .news-list .news-item .cont .text {
  margin-top: 6px;
  line-height: 22px;
  font-size: 14px;
  color: #8c8c8c;
}

.notice {
  position: relative;
  margin-top: -46px;
  background-color: transparent;
  z-index: 2;
}
.notice .notice-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px;
  border-radius: 8px;
  background-image: url("../images/themeBlue/live-bg.png");
  box-shadow: 0px 9px 28px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
  box-sizing: border-box;
}
.notice .notice-wrap .l {
  flex: 1;
  max-width: 900px;
}
.notice .notice-wrap .l .date {
  line-height: 24px;
  font-size: 16px;
  color: #141414;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice .notice-wrap .l .date::before {
  content: "";
  display: block;
}
.notice .notice-wrap .l .text {
  margin-top: 4px;
  line-height: 20px;
  font-size: 14px;
  color: #595959;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice .notice-wrap .l .text::before {
  content: "";
  display: block;
}
.notice .notice-wrap .r .btn-lg {
  width: 140px;
}

.sub-content {
  display: flex;
  margin-top: 16px;
}
.sub-content .sub-aside {
  position: relative;
  padding-top: 40px;
  width: 168px;
  border-radius: 8px;
  background: linear-gradient(180deg, #0342C2 0%, #307ae8 100%);
  overflow: hidden;
}
.sub-content .sub-aside::after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/themeBlue/menu.png");
  background-size: cover;
  z-index: 1;
  border-radius: 8px;
}
.sub-content .sub-aside .useinfo {
  position: relative;
  z-index: 2;
  text-align: center;
}
.sub-content .sub-aside .useinfo .pic {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url("../images/pic.png");
  background-size: cover;
}
.sub-content .sub-aside .useinfo .username {
  margin-top: 12px;
  font-size: 14px;
  color: #fff;
}
.sub-content .sub-aside .tabs-menu {
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
.sub-content .sub-aside .tabs-menu .tabs-item {
  display: block;
  margin-bottom: 8px;
  margin-left: 16px;
  margin-right: 16px;
}
.sub-content .sub-aside .tabs-menu .tabs-item:last-child {
  margin-bottom: 0;
}
.sub-content .sub-aside .tabs-menu .tabs-item .tabs-link {
  font-size: 15px;
  color: #fff;
  border-radius: 8px;
}
.sub-content .sub-aside .tabs-menu .tabs-item .tabs-link.active {
  background-color: #7dbaff;
}
.sub-content .sub-aside .tabs-menu .tabs-item .tabs-link.active::after {
  display: none;
}
.sub-content .sub-aside .tabs-menu .tabs-item .tabs-link i {
  margin-right: 8px;
  font-size: 18px;
}
.sub-content .sub-right {
  margin-left: 16px;
  padding: 16px;
  flex: 1;
  width: calc(100% - 168px - 16px);
  border-radius: 8px;
  background: #FFF;
  box-sizing: border-box;
  overflow: hidden;
}

.mt28 {
  margin-top: 28px !important;
}

.num {
  font-family: "Conv_PFDinTextPro-Light";
  font-weight: bold;
}

.login-bg {
  overflow: hidden;
  background-image: url("../images/themeBlue/bg-fe9f136b7883a815fcdf518cf3837acc.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.login-header {
  padding-top: 68px;
  background-color: none !important;
}

.login-outer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-wrapper {
  width: 900px;
  height: 560px;
  margin: 0 auto;
  background-color: #fff;
}
.login-wrapper .login-cont {
  display: flex;
}
.login-wrapper .login-cont .login-col-left {
  position: relative;
  width: 450px;
  height: 560px;
  background-image: url("../images/themeBlue/left-bg-b4f8f1b1666fbb8c7e78c2db6d6da481.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.login-wrapper .login-cont .login-col-left .login-title {
  padding: 100px 0;
}
.login-wrapper .login-cont .login-col-left .login-title h4 {
  display: block;
  margin: 0 !important;
  font-size: 36px;
  color: #fff;
  text-align: center;
}
.login-wrapper .login-cont .login-col-left .login-icon {
  position: absolute;
  left: -20px;
  bottom: -60px;
}
.login-wrapper .login-cont .login-col-right {
  width: 450px;
  height: 560px;
  background: linear-gradient(#dce7fa, white);
}
.login-wrapper .login-cont .login-col-right .login-use-box {
  padding: 100px 64px;
}
.login-wrapper .login-cont .login-col-right .login-use-box .result-title {
  margin-bottom: 50px;
}
.login-wrapper .login-cont .login-col-right .login-use-box .result-title h4 {
  font-size: 32px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.login-wrapper .login-cont .login-col-right .login-use-box .logon-use-m span {
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
}
.login-wrapper .login-cont .login-col-right .login-use-box .logon-use-m .form-con .form-control {
  padding-left: 12px !important;
}
.login-wrapper .login-cont .login-col-right .login-use-box .logon-use-m .login-btn-bar {
  *zoom: 1;
  display: flex;
  padding: 24px 40px;
  margin: 0 auto;
}
.login-wrapper .login-cont .login-col-right .login-use-box .logon-use-m .login-btn-bar:before, .login-wrapper .login-cont .login-col-right .login-use-box .logon-use-m .login-btn-bar:after {
  content: " ";
  display: table;
}
.login-wrapper .login-cont .login-col-right .login-use-box .logon-use-m .login-btn-bar:after {
  clear: both;
}
.login-wrapper .login-cont .login-col-right .login-use-box .logon-use-m .login-btn-bar .login-btn {
  width: 110px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
.login-wrapper .login-cont .login-col-right .login-use-box .logon-use-m .login-btn-bar .login-btn:first-child {
  margin-right: 16px;
}
.login-wrapper .login-cont .login-col-right .login-use-box .logon-use-m .login-btn-bar .login-btn.login-sub {
  background: linear-gradient(#1D5BDB, #0342C2);
}
.login-wrapper .login-cont .login-col-right .login-use-box .logon-use-m .login-btn-bar .login-btn.login-re {
  background: linear-gradient(#6295FD, #5284EB);
}
.login-wrapper .login-cont .login-col-right .login-use-box .logon-use-m .login-btn-bar .login-btn i {
  margin-right: 8px;
}
.login-wrapper .login-cont .login-col-right .login-use-box .login-tips-con {
  margin-top: 120px;
}
.login-wrapper .login-cont .login-col-right .login-use-box .login-tips-con b {
  font-weight: normal;
  font-size: 14px;
  color: #737373;
}
.login-wrapper .login-cont .login-col-right .login-use-box .login-tips-con p {
  color: #737373;
}
.login-wrapper .login-cont .login-col-right .login-use-box .login-tips-con p em {
  font-style: normal;
  color: #0342C2;
}
.login-wrapper .login-cont .login-col-right .login-result {
  padding: 40px 20px;
}
.login-wrapper .login-cont .login-col-right .login-result .use-info-bar {
  margin-bottom: 30px;
}
.login-wrapper .login-cont .login-col-right .login-result .use-info-bar ul > li {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}
.login-wrapper .login-cont .login-col-right .login-result .use-mark-card {
  margin-bottom: 8px;
  padding: 12px 16px;
  border-radius: 6px;
  background: linear-gradient(#DDE9FF, rgb(240, 246, 255));
  box-sizing: border-box;
}
.login-wrapper .login-cont .login-col-right .login-result .use-mark-card .use-mk-title {
  position: relative;
}
.login-wrapper .login-cont .login-col-right .login-result .use-mark-card .use-mk-title h4 {
  font-size: 16px;
  font-weight: 500;
  color: #404040;
}
.login-wrapper .login-cont .login-col-right .login-result .use-mark-card .use-mk-title span {
  position: absolute;
  display: block;
  width: 3px;
  height: 16px;
  left: -16px;
  top: 3px;
  background-color: #0342C2;
}
.login-wrapper .login-cont .login-col-right .login-result .use-mark-card .test-item {
  font-weight: 500;
  color: #000;
}
.login-wrapper .login-cont .login-col-right .login-result .use-mark-card .result-show {
  margin-top: 12px;
  padding: 12px 0;
}
.login-wrapper .login-cont .login-col-right .login-result .use-mark-card .result-show span {
  color: #404040;
}
.login-wrapper .login-cont .login-col-right .login-result .use-mark-card .result-show .score {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.breadcrumb {
  line-height: 22px;
  font-size: 14px;
  color: #595959;
}
.breadcrumb i, .breadcrumb span {
  margin-right: 4px;
  opacity: 0.7;
}
.breadcrumb .line {
  padding: 0 8px;
}
.breadcrumb a {
  color: #595959;
  font-weight: bold;
  opacity: 1;
}
.breadcrumb a:hover {
  color: #0342C2;
}

.card-gallery-over .card.card-over {
  padding-top: 6px;
  border-radius: 8px;
  background: #0342C2;
  box-sizing: border-box;
}
.card-gallery-over .card.card-over .card-wrap {
  padding: 18px 24px 0;
  background-color: #fff;
  border-radius: 0 0 7px 7px;
  box-sizing: border-box;
}
.card-gallery-over .card.card-over .card-wrap .con {
  padding: 0;
}
.card-gallery-over .card.card-over .card-wrap .con .title {
  margin: 16px 0;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-gallery-over .card.card-over .card-wrap .con .info-group .info {
  line-height: 18px;
  font-size: 12px;
  color: #8C8C8C;
}
.card-gallery-over .card.card-over .card-wrap .con .info-group .name {
  margin-bottom: 4px;
  font-size: 14px;
  color: #404040;
}
.card-gallery-over .card.card-over .card-wrap .con .foot {
  margin-top: 64px;
  padding: 20px 0;
}
.card-gallery-over .card.card-over .card-wrap .con .foot .btn i {
  margin-right: 6px;
  vertical-align: -1px;
  font-size: 16px !important;
}

.detail-title {
  position: relative;
  margin-top: 25px;
  line-height: 25px;
}
.detail-title::after, .detail-title::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  margin-top: 3px;
  display: inline-block;
  content: "";
  width: 215px;
  height: 12px;
  background-image: url("../images/themeBlue/index/detail-title-block.svg");
  background-size: cover;
}
.detail-title::after {
  margin-left: -196px;
}
.detail-title::before {
  margin-left: 196px;
  transform: translate(-50%) rotate(180deg);
}
.detail-title .ch {
  color: #0342C2;
  text-align: center;
  font-size: 24px;
}
.detail-title .en {
  margin-bottom: -10px;
  color: rgba(3, 66, 194, 0.15);
  text-align: center;
  font-size: 27px;
  font-weight: 500;
}

.sub-title {
  position: relative;
  padding: 8px 16px;
  line-height: 24px;
  font-size: 16px;
  color: #141414;
  font-weight: bold;
}
.sub-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 4px;
  height: 16px;
  border-radius: 4px;
  background-color: #0342C2;
}
.sub-title .info {
  line-height: 22px;
  font-size: 14px;
  color: #404040;
}

.speaker {
  display: flex;
  align-items: center;
}
.speaker.col {
  flex-direction: column;
  align-items: flex-start;
}
.speaker .pic {
  margin-right: 24px;
  width: 124px;
  border-radius: 8px;
  overflow: hidden;
}
.speaker .cont {
  flex: 1;
}
.speaker .cont .name {
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.speaker .cont .lab-group {
  margin-top: 8px;
}
.speaker .cont .lab-group .lab-lg {
  height: 28px;
}
.speaker .cont .lab-group .lab-lg .lab-text {
  line-height: 28px;
  font-size: 13px;
}
.speaker .cont .text {
  margin-top: 8px;
  line-height: 22px;
  font-size: 14px;
  color: #404040;
}
.speaker > .text {
  margin-bottom: 8px;
  line-height: 22px;
  font-size: 14px;
  color: #404040;
}
.speaker .img-wrap {
  width: 244px;
}

.filter {
  padding: 16px 24px;
  border-radius: 6px;
  background: #FFF;
  box-sizing: border-box;
}
.filter .filter-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  padding: 4px 0;
  box-sizing: border-box;
}
.filter .filter-row:last-child {
  margin-bottom: 0;
}
.filter .filter-row.tit {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}
.filter .filter-row .tit {
  margin-right: 6px;
  color: #8C8C8C;
  font-size: 16px;
  line-height: 28px;
  white-space: nowrap;
}
.filter .filter-row .cont {
  margin: 0 -12px;
}
.filter .filter-row .cont span {
  display: inline-block;
  margin: 2px 12px 0;
  padding: 3px 10px;
  font-size: 16px;
  color: #595959;
  cursor: pointer;
}
.filter .filter-row .cont span.active i {
  transform: rotate(180deg);
}
.filter .filter-row .cont span i {
  display: inline-block;
  margin-left: 6px;
  font-size: 16px;
  transition: all 0.3s;
}
.filter .filter-row .tabs-head.tabs-nav {
  margin-top: -4px;
  margin-bottom: -4px;
}
.filter .filter-row .tabs-head.tabs-nav .tabs-item {
  margin-top: 4px;
  margin-bottom: 4px;
}

.detail-contents {
  background-color: #fff;
  box-sizing: border-box;
}
.detail-contents.transparent {
  background-color: transparent;
}
.detail-contents.bag {
  padding: 24px 32px;
}
.detail-contents.bag .card {
  top: 0;
  margin: 0 0 20px;
  box-shadow: none;
}
.detail-contents.bag .card .card-wrap {
  overflow: visible;
}
.detail-contents.bag .card .thumb {
  margin-right: 20px;
  width: 270px;
  border-radius: 8px;
}
.detail-contents.bag .card .con {
  padding: 0;
  width: calc(100% - 270px - 20px);
}
.detail-contents.bag .card .con .title {
  margin-bottom: 4px;
  min-height: 26px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.detail-contents.bag .card .con .title::before {
  content: "";
  display: block;
}
.detail-contents.bag .card .con .info {
  color: #595959;
}
.detail-contents.bag .card .con .info .user {
  color: #8c8c8c;
}
.detail-contents.bag .card .con .info .user > * {
  display: inline-block;
  vertical-align: middle;
}
.detail-contents.bag .card .con .info .user i {
  margin-right: 4px;
  font-size: 16px;
}
.detail-contents.bag .card .con .lab-groups {
  margin-top: 14px;
}
.detail-contents.bag .card .con .foot {
  margin-top: 22px;
  justify-content: flex-start;
}
.detail-contents.tecaher {
  padding: 100px;
}
.detail-contents.tecaher .teacher-info {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: url("../images/themeBlue/teacher-bg.png");
  background-size: cover;
  box-shadow: 0px 3px 28px 0px rgba(3, 66, 194, 0.2);
}
.detail-contents.tecaher .teacher-info .img-wrap {
  width: 160px;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.detail-contents.tecaher .teacher-info .cont {
  margin-left: 32px;
}
.detail-contents.tecaher .teacher-info .cont .name {
  line-height: 28px;
  font-size: 18px;
  color: #000;
}
.detail-contents.tecaher .teacher-info .cont .lab-group > * {
  margin: 0 4px;
}
.detail-contents.tecaher .teacher-info .cont .lab-group > *:first-child {
  margin-left: 0;
}
.detail-contents.tecaher .teacher-info .cont .lab-group > *:last-child {
  margin-right: 0;
}
.detail-contents.tecaher .teacher-info .cont .lab-group .lab.lab-lg {
  height: 28px;
}
.detail-contents.tecaher .teacher-info .cont .lab-group .lab.lab-lg .lab-text {
  line-height: 28px;
}
.detail-contents.tecaher .article-line {
  margin: 32px 0;
  height: 12px;
  background: url("../images/themeBlue/line.png");
  background-size: cover;
}
.detail-contents.tecaher .article p {
  color: #404040;
}
.detail-contents.guide {
  padding: 24px;
}
.detail-contents.guide .article-deta {
  margin-top: 20px;
  padding: 0 24px;
  text-align: center;
}
.detail-contents.guide .article-deta h1 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
  font-size: 20px;
  color: #000;
}
.detail-contents.guide .article-deta .date {
  margin-top: 8px;
  line-height: 22px;
  font-size: 14px;
  color: #A6A6A6;
}
.detail-contents.guide .article-deta .article {
  margin-top: 24px;
  padding: 0 24px;
  line-height: 22px;
  font-size: 14px;
  color: #404040;
  text-indent: 2em;
  text-align: left;
}
.detail-contents.guide .article-deta .img-wrap {
  margin: 24px auto 0;
  padding-bottom: 24px;
  width: 484px;
}
.detail-contents.guide .article-deta .switch-btn-groups {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-contents.guide .article-deta .switch-btn-groups a {
  display: inline-block;
  margin-right: 40px;
  padding: 8px 16px;
  min-width: 302px;
  max-width: calc((100% - 40px) / 2);
  line-height: 24px;
  text-align: left;
  font-size: 14px;
  color: #0342C2;
  border-radius: 8px;
  background: rgba(3, 66, 194, 0.05);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.detail-contents.guide .article-deta .switch-btn-groups a::before {
  content: "";
  display: block;
}
.detail-contents.guide .article-deta .switch-btn-groups a:last-child {
  margin-right: 0;
}
.detail-contents.guide .article-deta .switch-btn-groups a i {
  margin-right: 8px;
  font-size: 16px;
}
.detail-contents.certify {
  display: flex;
  min-height: 666px;
}
.detail-contents.certify .l {
  width: 320px;
  min-height: inherit;
  border-radius: 8px;
  background-image: url("../images/themeBlue/cermenu-bg.png");
  background-size: cover;
}
.detail-contents.certify .r {
  margin-left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: inherit;
  border-radius: 8px;
  background-image: url("../images/themeBlue/cer-bg-0ec04910b7952fe4c9f09eacbd5eed71.png");
  background-size: cover;
}
.detail-contents.certify .r .form-groups {
  width: 400px;
}
.detail-contents.certify .r .form-groups .form-row {
  margin: 16px 0;
}
.detail-contents.certify .r .form-groups .form-row:first-child {
  margin-top: 0;
}
.detail-contents.certify .r .form-groups .form-row:last-child {
  margin-bottom: 0;
}
.detail-contents.certify .r .form-groups .form-row .form-title {
  color: #141414;
}
.detail-contents.certify .r .form-groups .form-row .form-con {
  margin-top: 7px;
}
.detail-contents.certify .r .form-groups .btn-lg {
  font-size: 14px;
}
.detail-contents.certify-result {
  padding: 40px 60px;
}
.detail-contents.certify-result .title {
  color: #141414;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.detail-contents.certify-result .title .icon {
  margin-right: 16px;
  display: inline-block;
  width: 30px;
  height: 17px;
  background-image: url("../images/themeBlue/icons/tit-icon.svg");
  background-repeat: no-repeat;
}
.detail-contents.certify-result .title .icon.r {
  margin-right: 0;
  margin-left: 16px;
  background-image: url("../images/themeBlue/icons/tit-icon-2.svg");
}
.detail-contents.certify-result .cont {
  padding: 24px 0;
  border-radius: 8px;
  border: 1px dashed rgba(3, 66, 194, 0.5);
  background: rgba(3, 66, 194, 0.03);
}
.detail-contents.certify-result .cont .serial-tit {
  margin-bottom: 16px;
  margin-left: 40px;
  padding-left: 93px;
  padding-right: 44px;
  display: inline-block;
  height: 85px;
  line-height: 85px;
  font-size: 14px;
  color: #fff;
  background-image: url("../images/themeBlue/serial.png");
  background-size: cover;
  box-sizing: border-box;
}

.catalogue-list.none {
  display: none;
}
.catalogue-list .catalogue-item {
  display: flex;
  align-items: center;
  padding: 19px 20px;
  border-radius: 4px;
  cursor: pointer;
}
.catalogue-list .catalogue-item.level-1 {
  margin-bottom: 8px;
  background: #f0f9ff;
}
.catalogue-list .catalogue-item.level-1:last-child {
  margin-bottom: 0;
}
.catalogue-list .catalogue-item.level-2 {
  margin-left: 45px;
  margin-right: 20px;
  padding: 15px 16px 15px 0;
  border-bottom: 1px solid #F2F2F2;
}
.catalogue-list .catalogue-item.level-2 .icon {
  line-height: 8px;
}
.catalogue-list .catalogue-item.active .arrow i {
  transform: rotate(180deg);
}
.catalogue-list .catalogue-item:hover .arrow i {
  color: #0342C2;
}
.catalogue-list .catalogue-item:hover .tit {
  color: #0342C2;
}
.catalogue-list .catalogue-item .icon {
  margin-right: 8px;
}
.catalogue-list .catalogue-item .icon i {
  font-size: 18px !important;
  font-weight: normal;
  color: #0342C2;
}
.catalogue-list .catalogue-item .icon span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #0342C2;
  box-sizing: border-box;
  border-radius: 100%;
}
.catalogue-list .catalogue-item .tit {
  flex: 1;
  line-height: 22px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catalogue-list .catalogue-item .tit::before {
  content: "";
  display: block;
}
.catalogue-list .catalogue-item .arrow {
  margin-left: 16px;
  cursor: pointer;
}
.catalogue-list .catalogue-item .arrow i {
  display: inline-block;
  font-size: 16px !important;
  color: #595959;
  transition: all 0.3s;
}

.sub-menu .menu-title {
  height: 60px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(0deg, #307ae8 5%, #0342C2 100%);
}
.sub-menu .menu-list .menu-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px 8px 24px;
  height: 60px;
  font-size: 16px;
  color: #404040;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
}
.sub-menu .menu-list .menu-link.active {
  color: #0342C2;
  background: linear-gradient(90deg, rgba(3, 66, 194, 0.1) 0%, rgba(3, 66, 194, 0) 100%), #FFF;
}
.sub-menu .menu-list .menu-link.active::before {
  display: inline-block;
  height: 60px;
  background-color: #0342C2;
}
.sub-menu .menu-list .menu-link.active i {
  display: block;
}
.sub-menu .menu-list .menu-link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 4px;
  height: 0;
  transition: all 0.3s;
}
.sub-menu .menu-list .menu-link .txt {
  margin-right: 8px;
  white-space: nowrap;
}
.sub-menu .menu-list .menu-link i {
  display: none;
  font-size: 20px;
}

.article-menu {
  margin: 24px 0;
}

.article-list .article-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  margin-left: 17px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #E6E6E6;
}
.article-list .article-item:last-child {
  margin-bottom: 0;
}
.article-list .article-item:hover .text, .article-list .article-item:hover .date {
  color: #0342C2;
}
.article-list .article-item .yuan {
  position: absolute;
  left: -17px;
  top: 7.5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border: 2px solid #0342C2;
  box-sizing: border-box;
  border-radius: 100%;
}
.article-list .article-item .text {
  margin-right: 8px;
  display: inline-block;
  flex: 1;
  line-height: 24px;
  font-size: 14px;
  color: #404040;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-list .article-item .text::before {
  content: "";
  display: block;
}
.article-list .article-item .date {
  color: #8C8C8C;
  text-align: right;
  font-size: 14px;
  line-height: 22px;
}

.form-info-groups {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.form-info-groups .form-info {
  margin-bottom: 16px;
  font-size: 14px;
}
.form-info-groups .form-info:last-child {
  margin-bottom: 0;
}
.form-info-groups .form-info .wrap {
  display: flex;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 16px 0;
  line-height: 20px;
  border-bottom: 1px solid rgba(242, 242, 242, 0.7);
}
.form-info-groups .form-info .tit {
  display: inline-block;
  padding-right: 12px;
  width: 120px;
  color: #595959;
  text-align: right;
  border-right: 1px solid #F2F2F2;
  box-sizing: border-box;
}
.form-info-groups .form-info .txt {
  margin-left: 12px;
  color: #141414;
}
.form-info-groups .form-info .txt span {
  display: block;
}

.idx-xfbox:hover .tooltip-container {
  bottom: 48px;
  opacity: 1;
  visibility: visible;
}

.tooltip-container {
  position: absolute;
  left: -294px;
  top: 50%;
  transform: translateY(-50%);
  padding: 16px;
  min-height: 174px;
  border-radius: 8px;
  border: 1px solid rgba(3, 66, 194, 0.5);
  background: linear-gradient(180deg, rgba(3, 66, 194, 0.2) 0%, rgba(3, 66, 194, 0.1) 99%), #FFF;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.tooltip-container .tooltip-wrapper {
  display: flex;
}
.tooltip-container .tooltip-wrapper .item {
  margin-right: 12px;
}
.tooltip-container .tooltip-wrapper .item:last-child {
  margin-right: 0;
}
.tooltip-container .tooltip-wrapper .item .code-wrap {
  padding: 9px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.4);
}
.tooltip-container .tooltip-wrapper .item .code-wrap img {
  width: 100px;
}
.tooltip-container .tooltip-wrapper .item .title {
  margin-top: 4px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #222;
}
.tooltip-container .tooltip-wrapper .item .title > * {
  display: inline-block;
  vertical-align: middle;
}
.tooltip-container .tooltip-wrapper .item .title .icon {
  margin-right: 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-size: cover;
}
.tooltip-container .tooltip-wrapper .item .title .icon.wechat {
  background-image: url("../images/wechat.svg");
}
.tooltip-container .tooltip-wrapper .item .title .icon.phone {
  background-image: url("../images/phone.svg");
}
.tooltip-container .tooltip-arr {
  position: absolute;
  right: -5px;
  top: 50%;
  width: 8px;
  height: 8px;
  background-color: #e9f3fc;
  border: 1px solid;
  transform: translateY(-50%) rotate(315deg);
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: rgba(3, 66, 194, 0.5);
  border-bottom-color: rgba(3, 66, 194, 0.5);
}

.tooltip-container.active {
  bottom: 48px;
}

.free {
  color: #47d187;
  font-family: "Source Han Sans CN";
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.fs {
  font-size: 16px !important;
}

.fs12 {
  font-size: 12px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.popup-login {
  width: 320px;
}

.popup-tips .popup-body {
  padding: 32px 32px 0;
  box-sizing: border-box;
}
.popup-tips .popup-body .img-wrap {
  display: inline-block;
  margin-bottom: 16px;
  padding: 11px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, rgba(3, 66, 194, 0.2) 0%, rgba(3, 66, 194, 0.1) 99%), rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
}
.popup-tips .popup-body .img-wrap img {
  width: 136px;
}
.popup-tips .popup-body .icon {
  display: inline-block;
  font-size: 80px;
  line-height: 1;
}
.popup-tips .popup-body h1 {
  margin: 16px 0;
  color: #111315;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
}
.popup-tips .popup-body .text {
  margin-bottom: 16px;
  line-height: 18px;
  font-size: 12px;
  color: #222;
}
.popup-tips .popup-foot a {
  padding-left: 20px;
  padding-right: 20px;
}

.slidein-cart .slidein-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  height: 56px;
  box-sizing: border-box;
  border-bottom: 1px solid #F2F2F2;
}
.slidein-cart .slidein-head h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #141414;
}
.slidein-cart .slidein-head .btn-default {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  color: #595959;
}
.slidein-cart .slidein-head .btn-default:hover {
  color: #0342C2;
}
.slidein-cart .slidein-body {
  padding: 12px 10px 12px 16px;
  height: calc(100% - 56px - 213px);
  overflow-y: scroll;
  box-sizing: border-box;
}
.slidein-cart .slidein-foot .choose-wrap {
  padding: 12px 16px;
  box-sizing: border-box;
}
.slidein-cart .slidein-foot .choose-wrap .title {
  margin-bottom: 6px;
  line-height: 22px;
  font-size: 14px;
  color: #595959;
}
.slidein-cart .slidein-foot .choose-wrap .lab-group {
  margin: -3px;
}
.slidein-cart .slidein-foot .choose-wrap .lab-group > * {
  margin: 3px;
}
.slidein-cart .slidein-foot .choose-wrap .lab-xlg {
  padding-left: 16px;
  padding-right: 16px;
}
.slidein-cart .slidein-foot .choose-wrap .lab-xlg .lab-text {
  font-size: 14px;
}
.slidein-cart .slidein-foot .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  box-sizing: border-box;
  border-top: 1px solid #F2F2F2;
}
.slidein-cart .slidein-foot .wrap .price-wrap .total {
  font-size: 14px;
  color: #666;
}
.slidein-cart .slidein-foot .wrap .price {
  font-family: "Conv_PFDinTextPro-Light";
  font-size: 24px;
}
.slidein-cart .slidein-foot .wrap .price span {
  font-size: 14px;
  margin-right: 2px;
}

.tip {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  line-height: 20px;
}
.tip i {
  position: absolute;
  left: 0;
  top: 3.5px;
  margin-right: 4px;
  font-size: 14px;
}
.tip.yellow {
  color: #fab11e;
}

.card-gallery.pop-gallery {
  margin: 0;
}
.card-gallery.pop-gallery .cell {
  display: flex;
  align-items: center;
}
.card-gallery.pop-gallery .cell .checkbox-wrap {
  margin-right: 12px;
}
.card-gallery.pop-gallery .cell .checkbox-wrap .form-label.active .form-checkbox-btn {
  border-color: #0342C2;
}
.card-gallery.pop-gallery .cell .checkbox-wrap .form-label .form-checkbox-btn {
  border-color: #d9d9d9;
}
.card-gallery.pop-gallery .card.h-card {
  margin: 0;
  margin-top: 12px;
  width: calc(100% - 32px);
  top: 0;
  border-radius: 6px;
}
.card-gallery.pop-gallery .card.h-card .thumb {
  width: 180px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.card-gallery.pop-gallery .card.h-card .con {
  padding-top: 7px;
  padding-bottom: 7px;
  width: calc(100% - 180px);
}
.card-gallery.pop-gallery .card.h-card .con .title {
  min-height: 44px;
  line-height: 22px;
  font-size: 14px;
}
.card-gallery.pop-gallery .card.h-card .con .lab-group > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}
.card-gallery.pop-gallery .card.h-card .con .lab-group > *:first-child {
  margin-left: 0;
}
.card-gallery.pop-gallery .card.h-card .con .lab-group > *:last-child {
  margin-right: 0;
}
.card-gallery.pop-gallery .card.h-card .con .lab-group .lab-lg {
  padding-left: 8px;
  padding-right: 8px;
}
.card-gallery.pop-gallery .card.h-card .con .lab-group .lab-lg .lab-text {
  font-size: 12px;
}
.card-gallery.pop-gallery .card.h-card .con .foot {
  margin-top: 8px;
  min-height: auto;
}
.card-gallery.pop-gallery .card.h-card .con .foot .btn-text {
  font-size: 14px;
  color: #8C8C8C;
}
.card-gallery.pop-gallery .card.h-card .con .foot .btn-text:hover {
  color: #0342C2;
  text-decoration: none;
}
.card-gallery.pop-gallery .card.h-card .con .foot .btn-text i {
  margin-right: 4px;
  font-size: 16px;
}

.w-140 {
  width: 140px;
}

/**
 * Misc
 * ----------------------------------------------------------------------------
*/
.btn-shadow-primary, .popup-foot .btn.btn-solid-primary:hover {
  box-shadow: 0 2px 6px rgba(3, 66, 194, 0.2);
}

.btn-shadow-base, .popup-foot .btn.btn-hollow-secondary:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.shadow-light, .group-tabs {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.shadow-base {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

.shadow-dark {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.crumb {
  font-size: 14px;
  color: #8c8c8c;
  line-height: inherit;
}
.crumb a {
  font-size: inherit;
  color: inherit;
}
.crumb a:hover {
  text-decoration: none;
}
.crumb a:last-child {
  cursor: default;
}
.crumb a:last-child, .crumb a:last-child:hover {
  font-weight: 600;
  color: #141414;
}
.crumb i {
  display: inline-block;
  margin: 0 5px;
  font-style: normal;
}
.crumb span {
  color: #0342C2;
}

.typeico {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.typeico-doc {
  background-image: url(../images/types/type-doc.png);
}

.typeico-jpeg {
  background-image: url(../images/types/type-jpeg.png);
}

.typeico-music {
  background-image: url(../images/types/type-music.png);
}

.typeico-pdf {
  background-image: url(../images/types/type-pdf.png);
}

.typeico-ppt {
  background-image: url(../images/types/type-ppt.png);
}

.typeico-txt {
  background-image: url(../images/types/type-txt.png);
}

.typeico-unknown {
  background-image: url(../images/types/type-unknown.png);
}

.typeico-video {
  background-image: url(../images/types/type-video.png);
}

.typeico-xls {
  background-image: url(../images/types/type-xls.png);
}

.typeico-zip {
  background-image: url(../images/types/type-zip.png);
}

.group {
  font-size: 0;
}
.group > * {
  margin-right: 4px;
  margin-left: 4px;
}
.group > *:first-child {
  margin-left: 0 !important;
}
.group > *:last-child {
  margin-right: 0 !important;
}
.group:after {
  vertical-align: middle;
}
.group > * {
  display: inline-block;
  vertical-align: middle;
}
.group > *:first-child {
  margin-left: 0;
}
.group > *:last-child {
  margin-right: 0;
}
.group-top:after,
.group-top > * {
  vertical-align: top;
}

.group-bottom:after,
.group-bottom > * {
  vertical-align: bottom;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ee2b2b;
  border: 1px solid white;
  box-sizing: border-box;
}
.dot.primary {
  background-color: #0342C2;
}

.article h1 {
  margin-bottom: 16px;
  font-size: 24px;
  color: #141414;
  line-height: 36px;
  text-align: center;
}
.article p {
  font-size: 14px;
  color: #141414;
  line-height: 22px;
  text-indent: 2em;
}
.article p.no-indent {
  text-indent: 0;
}

.message-bar {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 0 !important;
  background-color: #e0f2ff;
  border-radius: 6px;
}
.message-bar > *:not(i) {
  line-height: 22px;
}
.message-bar i {
  margin-right: 4px;
  font-size: 16px;
  color: #0342C2;
  line-height: 1 !important;
  vertical-align: 1px;
}
.message-bar .title {
  color: #0342C2;
}
.message-bar .text {
  color: #595959;
}
.message-bar.success {
  background-color: #eafaf1;
}
.message-bar.success i,
.message-bar.success .title {
  color: #47d187;
}
.message-bar.warning {
  background-color: #fef6e6;
}
.message-bar.warning i,
.message-bar.warning .title {
  color: #fab11e;
}
.message-bar.danger {
  background-color: #feeded;
}
.message-bar.danger i,
.message-bar.danger .title {
  color: #ee2b2b;
}

/**
 * Utility classes
 * ----------------------------------------------------------------------------
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.vertical-center {
  font-size: 0;
}
.vertical-center:after {
  vertical-align: middle;
}
.vertical-center > * {
  display: inline-block;
  vertical-align: middle;
}
.vertical-center > *:first-child {
  margin-left: 0;
}
.vertical-center > *:last-child {
  margin-right: 0;
}

.vertical-top {
  font-size: 0;
}
.vertical-top:after {
  vertical-align: top;
}
.vertical-top > * {
  display: inline-block;
  vertical-align: top;
}
.vertical-top > *:first-child {
  margin-left: 0;
}
.vertical-top > *:last-child {
  margin-right: 0;
}

.dvs-1 {
  float: left;
  width: 100%;
}

.dvs-2 {
  float: left;
  width: 50%;
}

.dvs-3 {
  float: left;
  width: 33.3333333333%;
}

.dvs-4 {
  float: left;
  width: 25%;
}

.dvs-5 {
  float: left;
  width: 20%;
}

.dvs-6 {
  float: left;
  width: 16.6666666667%;
}

.dvs-7 {
  float: left;
  width: 14.2857142857%;
}

.dvs-8 {
  float: left;
  width: 12.5%;
}

.dvs-9 {
  float: left;
  width: 11.1111111111%;
}

.dvs-10 {
  float: left;
  width: 10%;
}

.dvs-11 {
  float: left;
  width: 9.0909090909%;
}

.dvs-12 {
  float: left;
  width: 8.3333333333%;
}

.prepend,
.append {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.prepend {
  left: 0;
}

.append {
  right: 0;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.primary {
  color: #0342C2 !important;
}

.red {
  color: #ee2b2b !important;
}

.green {
  color: #47d187 !important;
}

.yellow {
  color: #fab11e !important;
}

.dark {
  color: #141414 !important;
}

.base {
  color: #595959 !important;
}

.light {
  color: #bfbfbf !important;
}

.bg-light {
  background-color: #fafafa !important;
}

.bg-base {
  background-color: #f5f5f5 !important;
}

.bg-dark {
  background-color: #f0f0f0 !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.no-shadow {
  box-shadow: none;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.m0 {
  margin: 0px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.m4 {
  margin: 4px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.m8 {
  margin: 8px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.m12 {
  margin: 12px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.m16 {
  margin: 16px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.m20 {
  margin: 20px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.m24 {
  margin: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.m32 {
  margin: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.m40 {
  margin: 40px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.m48 {
  margin: 48px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.m56 {
  margin: 56px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mr64 {
  margin-right: 64px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.ml64 {
  margin-left: 64px !important;
}

.m64 {
  margin: 64px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.m72 {
  margin: 72px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.p4 {
  padding: 4px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.p8 {
  padding: 8px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.p12 {
  padding: 12px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.p16 {
  padding: 16px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.p24 {
  padding: 24px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pr32 {
  padding-right: 32px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.p32 {
  padding: 32px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pl48 {
  padding-left: 48px !important;
}

.p48 {
  padding: 48px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pr56 {
  padding-right: 56px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pl56 {
  padding-left: 56px !important;
}

.p56 {
  padding: 56px !important;
}

.pt64 {
  padding-top: 64px !important;
}

.pr64 {
  padding-right: 64px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.pl64 {
  padding-left: 64px !important;
}

.p64 {
  padding: 64px !important;
}

.pt72 {
  padding-top: 72px !important;
}

.pr72 {
  padding-right: 72px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.pl72 {
  padding-left: 72px !important;
}

.p72 {
  padding: 72px !important;
}

.rounded {
  border-radius: 100px !important;
}

.sharp {
  border-radius: 0 !important;
}

.link-icon.disabled, .link-light.disabled, .link-normal.disabled, .link-default.disabled {
  color: #bfbfbf;
  cursor: not-allowed;
  pointer-events: none;
}

.link-default {
  font-size: inherit;
  color: #595959;
  text-decoration: none;
}
.link-default:hover {
  color: #0342C2;
}
.link-default:active {
  color: #02349a;
}
.link-normal {
  font-size: inherit;
  color: #0342C2;
  text-decoration: none;
}
.link-normal i {
  margin-right: 4px;
  margin-left: 4px;
  font-size: 16px;
}
.link-normal i:first-child {
  margin-left: 0;
}
.link-normal i:last-child {
  margin-right: 0;
}
.link-normal:hover {
  color: #307ae8;
}
.link-normal:active {
  color: #02349a;
}
.link-light {
  font-size: inherit;
  color: #8c8c8c;
  text-decoration: none;
}
.link-light:hover {
  color: #0342C2;
}
.link-light:active {
  color: #02349a;
}
.link-icon {
  font-size: 0;
}
.link-icon:after {
  vertical-align: middle;
}
.link-icon > * {
  display: inline-block;
  vertical-align: middle;
}
.link-icon > *:first-child {
  margin-left: 0;
}
.link-icon > *:last-child {
  margin-right: 0;
}
.link-icon > * {
  margin: 0 2px;
}
.link-icon i {
  font-size: 16px;
  line-height: 1;
}
.link-icon span {
  font-size: 14px;
}
.info {
  font-size: 14px;
  color: #bfbfbf;
}
.info i {
  display: inline-block;
  font-size: 16px;
  vertical-align: -1px;
}
.info.sm {
  font-size: 12px;
}
.info.sm i {
  font-size: 14px !important;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.mask-white {
  background-color: rgba(255, 255, 255, 0.9);
}

.mask-transparent {
  background-color: transparent;
}

.mask-light {
  background-color: rgba(0, 0, 0, 0.1);
}

.bt {
  border-top: 1px solid #d9d9d9;
}

.br {
  border-right: 1px solid #d9d9d9;
}

.bb {
  border-bottom: 1px solid #d9d9d9;
}

.bl {
  border-left: 1px solid #d9d9d9;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px;
  border-style: solid;
  border-color: #d9d9d9;
}
hr.hr-vertical {
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}
hr.hr-dark {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
}
hr.hr-light {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
hr.hr-lighter {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.hr-container {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.portrait {
  background-image: url("../images/portraits/portrait-default.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  border-radius: 50%;
}
.portrait img {
  border-radius: inherit;
}
.portrait.portrait-xsmall {
  width: 40px;
  height: 40px;
}
.portrait.portrait-small {
  width: 48px;
  height: 48px;
}
.portrait.portrait-base {
  width: 56px;
  height: 56px;
}
.portrait.portrait-medium {
  width: 72px;
  height: 72px;
}
.portrait.portrait-large {
  width: 80px;
  height: 80px;
}
.portrait.portrait-xlarge {
  width: 160px;
  height: 160px;
}
.portrait.portrait-name {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  color: white;
  background: #0342C2;
}
.portrait.portrait-sm.portrait-name {
  font-size: 16px;
  background: #47d187;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/**
 * 通用----------------------------------------------------------------------------
 */
.w-8 {
  width: 8px !important;
}

.w-16 {
  width: 16px !important;
}

.w-24 {
  width: 24px !important;
}

.w-32 {
  width: 32px !important;
}

.w-40 {
  width: 40px !important;
}

.w-48 {
  width: 48px !important;
}

.w-56 {
  width: 56px !important;
}

.w-64 {
  width: 64px !important;
}

.w-72 {
  width: 72px !important;
}

.w-80 {
  width: 80px !important;
}

.w-88 {
  width: 88px !important;
}

.w-96 {
  width: 96px !important;
}

.w-104 {
  width: 104px !important;
}

.w-112 {
  width: 112px !important;
}

.w-120 {
  width: 120px !important;
}

.w-128 {
  width: 128px !important;
}

.w-136 {
  width: 136px !important;
}

.w-144 {
  width: 144px !important;
}

.w-152 {
  width: 152px !important;
}

.w-160 {
  width: 160px !important;
}

.w-168 {
  width: 168px !important;
}

.w-176 {
  width: 176px !important;
}

.w-184 {
  width: 184px !important;
}

.w-192 {
  width: 192px !important;
}

.w-200 {
  width: 200px !important;
}

.w-208 {
  width: 208px !important;
}

.w-216 {
  width: 216px !important;
}

.w-224 {
  width: 224px !important;
}

.w-232 {
  width: 232px !important;
}

.w-240 {
  width: 240px !important;
}

.w-248 {
  width: 248px !important;
}

.w-256 {
  width: 256px !important;
}

.w-264 {
  width: 264px !important;
}

.w-272 {
  width: 272px !important;
}

.w-280 {
  width: 280px !important;
}

.w-288 {
  width: 288px !important;
}

.w-296 {
  width: 296px !important;
}

.w-304 {
  width: 304px !important;
}

.w-312 {
  width: 312px !important;
}

.w-320 {
  width: 320px !important;
}

.btn-72 {
  width: 72px;
}

.btn-88 {
  width: 88px;
}

.btn-100 {
  width: 100px;
}

.btn-120 {
  width: 120px;
}

.btn-140 {
  width: 140px;
}

.cell-dvs-1 {
  width: 100% !important;
}

.cell-dvs-2 {
  width: 50% !important;
}

.cell-dvs-3 {
  width: 33.3333333333% !important;
}

.cell-dvs-4 {
  width: 25% !important;
}

.cell-dvs-5 {
  width: 20% !important;
}

.flex-1 {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.flex-3 {
  flex: 3;
}

.flex-4 {
  flex: 4;
}

.flex-5 {
  flex: 5;
}

.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ell::before {
  content: "";
  display: block;
}

.steal {
  font-size: 56px;
  opacity: 0.8;
}
.steal.green {
  color: #47d187;
}
.steal.red {
  color: #ee2b2b;
}
.steal.gray {
  color: #bfbfbf;
}

.default-lab {
  background-color: rgba(0, 0, 0, 0.5);
}

.gray-lab {
  color: #8c8c8c;
  background-color: #F0F0F0;
}

.book-lab {
  position: relative;
  line-height: 24px;
  background-image: linear-gradient(to right, #ff882f 0%, #ffa42f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFF882F", endColorstr="#FFFFA42F", GradientType=1);
  border-radius: 0px 4px 4px 0px !important;
}
.book-lab:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -4px;
  z-index: -1;
  display: inline-block;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-right-color: #7c592b;
  border-right-style: solid;
}
.book-lab.error {
  background: linear-gradient(90deg, #CE1C31 0%, #FF542F 100%), linear-gradient(90deg, #FF882F 0%, #FFA42F 100%);
}
.book-lab .lab-text {
  font-weight: 600;
  white-space: nowrap;
}
.book-lab.green {
  color: white !important;
  background-image: linear-gradient(to right, #61c0cd 0%, #40ddae 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF61C0CD", endColorstr="#FF40DDAE", GradientType=1);
}
.book-lab.green:after {
  border-right-color: #22646c;
}
.book-lab.book-lab-right {
  background-image: linear-gradient(to right, #ffa42f 0%, #ff882f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFA42F", endColorstr="#FFFF882F", GradientType=1);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.book-lab.book-lab-right:after {
  right: -4px;
  left: auto;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-left-color: #7c592b;
  border-left-style: solid;
}
.book-lab.book-lab-right.green {
  color: white !important;
  background-image: linear-gradient(to right, #40ddae 0%, #61c0cd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF40DDAE", endColorstr="#FF61C0CD", GradientType=1);
}
.book-lab.book-lab-right.green:after {
  border-left-color: #22646c;
}

.corner-lab-tl,
.corner-lab-tr,
.corner-lab-br,
.corner-lab-bl {
  display: inline-block;
  color: #0342C2;
  border-radius: 0 !important;
}
.corner-lab-tl .lab-icon i,
.corner-lab-tr .lab-icon i,
.corner-lab-br .lab-icon i,
.corner-lab-bl .lab-icon i {
  font-size: 14px !important;
}
.corner-lab-tl.done-lab,
.corner-lab-tr.done-lab,
.corner-lab-br.done-lab,
.corner-lab-bl.done-lab {
  position: relative;
  z-index: 1;
  color: white;
  background-color: #47d187;
  background-image: none;
}
.corner-lab-tl.default-lab,
.corner-lab-tr.default-lab,
.corner-lab-br.default-lab,
.corner-lab-bl.default-lab {
  color: white;
  background-color: #5dbbfd;
}
.corner-lab-tl.warning-lab,
.corner-lab-tr.warning-lab,
.corner-lab-br.warning-lab,
.corner-lab-bl.warning-lab {
  color: white;
  background-color: #fab11e;
}
.corner-lab-tl.error-lab,
.corner-lab-tr.error-lab,
.corner-lab-br.error-lab,
.corner-lab-bl.error-lab {
  color: white;
  background-color: #ee2b2b;
}

.corner-lab-tl {
  padding-right: 12px !important;
  border-top-left-radius: inherit !important;
  border-bottom-right-radius: 16px !important;
}

.corner-lab-tr {
  padding-left: 12px !important;
  border-top-right-radius: inherit !important;
  border-bottom-left-radius: 16px !important;
}

.corner-lab-br {
  padding-left: 12px !important;
  background-repeat: repeat-x;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, 0.86), white);
  border-top-left-radius: 16px !important;
}
.corner-lab-br.unstart-lab {
  color: #8c8c8c;
}

.corner-lab-bl {
  padding-right: 12px !important;
  background-repeat: repeat-x;
  background-image: linear-gradient(-145deg, rgba(255, 255, 255, 0.86), white);
  border-top-right-radius: 16px !important;
}
.corner-lab-bl.red {
  color: #ee2b2b;
}

.state {
  display: inline-block;
  height: 20px;
  font-size: 0;
}
.state:after {
  vertical-align: middle;
}
.state > * {
  display: inline-block;
  vertical-align: middle;
}
.state > *:first-child {
  margin-left: 0;
}
.state > *:last-child {
  margin-right: 0;
}
.state i {
  margin-right: 2px;
  margin-left: 4px;
  font-size: 14px !important;
  line-height: 1 !important;
}
.state i:first-child {
  margin-left: 0;
}
.state i:last-child {
  margin-right: 0;
}
.state .text {
  font-size: 14px;
  height: inherit;
  line-height: 20px;
}
.state.disabled {
  padding-right: 6px;
  padding-left: 6px;
  color: #a6a6a6;
  background-color: #f0f0f0;
  border-radius: 6px;
}
.state.lg i {
  font-size: 16px !important;
}
.state.lg .text {
  font-size: 14px;
  line-height: 22px;
}

.price {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #ee2b2b;
}
.price.normal {
  font-weight: normal;
  color: #595959;
}
.price.lg {
  font-size: 18px;
}

.ghost-tabs {
  border-bottom: 0;
}
.ghost-tabs .tabs-item {
  margin-right: 20px;
  margin-left: 20px;
}
.ghost-tabs .tabs-item:first-child {
  margin-left: 0;
}
.ghost-tabs .tabs-item:last-child {
  margin-right: 0;
}
.ghost-tabs .tabs-link {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
  line-height: 36px;
}
.ghost-tabs .tabs-link:after {
  bottom: 0;
  width: 0;
}
.ghost-tabs .tabs-link.active:after {
  left: 0;
  width: 100%;
  margin: 0;
}

.tabs-tosub {
  position: relative;
  margin-left: 12px;
  padding-left: 28px;
}
.tabs-tosub .arrow {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -8px;
  color: #c7d6e6;
}
.tabs-tosub .tabs-head .tabs-item {
  margin: 0 12px;
}
.tabs-tosub .tabs-head .tabs-item:first-child {
  margin-left: 0;
}
.tabs-tosub .tabs-head .tabs-item:last-child {
  margin-right: 0;
}
.tabs-tosub .tabs-head .tabs-item .tabs-link.active {
  font-weight: bold;
}

.contents-head {
  position: relative;
  z-index: 10;
  height: 36px;
  margin-bottom: 16px;
}
.contents-head .title-group .bar {
  width: 4px;
  height: 16px;
  margin-right: 12px;
  background-color: #0342C2;
  border-radius: 2px;
}
.contents-head .title-group .title {
  font-size: 16px;
  font-weight: bold;
  color: #141414;
}
.contents-head .title-group .info {
  font-weight: normal !important;
}

.title-group .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.title-group .icon.icon-hourglass {
  background-image: url("../images/themeBlue/icons/hourglass-colored.svg");
}
.title-group .icon.icon-book-stack {
  background-image: url("../images/themeBlue/icons/book-stack-colored.svg");
}
.title-group .icon.icon-layers {
  background-image: url("../images/themeBlue/icons/layers-colored.svg");
}
.title-group .icon.icon-diary {
  background-image: url("../images/themeBlue/icons/diary-colored.svg");
}
.title-group .title span {
  margin-left: 8px;
  font-weight: normal;
}

.filter-container {
  margin-top: -4px;
  margin-bottom: -4px !important;
}
.filter-row {
  position: relative;
  z-index: 2;
  font-size: 0;
}
.filter-row:after {
  vertical-align: top;
}
.filter-row > * {
  display: inline-block;
  vertical-align: top;
}
.filter-row > *:first-child {
  margin-left: 0;
}
.filter-row > *:last-child {
  margin-right: 0;
}
.filter-row .filter-title {
  width: 75px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #141414;
  line-height: 28px;
  box-sizing: border-box;
}
.filter-row .filter-body {
  display: block;
  height: 36px;
  overflow-y: hidden;
}
.filter-row .filter-body .info-group {
  display: flex;
  padding: 8px 12px;
  border-radius: 8px;
  background: rgba(3, 66, 194, 0.05);
  box-sizing: border-box;
}
.filter-row .filter-body .info-group .info {
  margin-right: 24px;
  font-size: 14px;
}
.filter-row .filter-body .info-group .info:last-child {
  margin-right: 0;
}
.filter-row .filter-body .info-group .info > * {
  display: inline-block;
  vertical-align: middle;
}
.filter-row .filter-body .info-group .info i {
  margin-right: 6px;
  color: #c7d6e6;
}
.filter-row .filter-body .info-group .info .tit {
  line-height: 22px;
  color: #141414;
}
.filter-row .filter-body .info-group .info .con {
  color: #595959;
}
.filter-row .filter-body .info-group .info .con .primary {
  font-weight: bold;
}
.filter-row .filter-body ul {
  font-size: 0;
}
.filter-row .filter-body ul:after {
  vertical-align: middle;
}
.filter-row .filter-body ul > * {
  display: inline-block;
  vertical-align: middle;
}
.filter-row .filter-body ul > *:first-child {
  margin-left: 0;
}
.filter-row .filter-body ul > *:last-child {
  margin-right: 0;
}
.filter-row .filter-body .item {
  margin: 4px;
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  color: #595959;
  line-height: 28px;
  border-radius: 4px;
  cursor: pointer;
}
.filter-row .filter-body .item:hover {
  background-color: #eaeff6;
}
.filter-row .filter-body .item.active {
  color: #0342C2;
  background-color: rgba(3, 66, 194, 0.1);
}
.filter-row .filter-body.open {
  height: auto;
}
.filter-row .filter-body.open-default {
  width: calc(100% - 75px);
  height: auto;
  padding-right: 0;
}
.filter-row .collapse-btn {
  position: absolute;
  right: 0;
  bottom: 4px;
}
.filter-row .collapse-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  display: inline-block;
  width: 1px;
  height: 16px;
  margin-top: -8px;
  background-color: #e6e6e6;
}
.filter-row.filter-row-sub {
  margin-top: 8px;
  margin-bottom: 12px;
  margin-left: 75px;
  padding: 8px;
  background-color: #f1f4f8;
  border-radius: 6px;
  z-index: 1;
}
.filter-row.filter-row-sub .filter-body.open-default {
  width: 100%;
}
.filter-row.filter-row-sub .collapse-btn {
  right: 8px;
  bottom: 12px;
}

.card {
  position: relative;
  top: 0;
  margin: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
  background-color: white;
  border-radius: 8px;
  transition: 0.3s;
  box-shadow: 0px 9px 28px 0px rgba(0, 0, 0, 0.05);
}
.card:hover {
  top: -8px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
}
.card.nohover:hover {
  top: 0;
  box-shadow: none;
}
.card .pos {
  position: absolute;
  z-index: 1;
  padding: 8px;
  font-size: 0;
}
.card .pos:after {
  vertical-align: middle;
}
.card .pos > * {
  display: inline-block;
  vertical-align: middle;
}
.card .pos > *:first-child {
  margin-left: 0;
}
.card .pos > *:last-child {
  margin-right: 0;
}
.card .pos > * {
  margin-right: 4px;
  margin-left: 4px;
}
.card .pos-tr {
  top: 0;
  right: 0;
}
.card .pos-tr.pos-tr-pic {
  top: 28px;
}
.card .pos-br {
  right: 0;
  bottom: 0;
}
.card .pos-br .corner-lab-br {
  margin-right: -8px !important;
  margin-bottom: -8px !important;
}
.card .pos-bl {
  bottom: 0;
  left: 0;
}
.card .pos-bl .corner-lab-bl {
  margin-left: -8px !important;
  margin-bottom: -8px !important;
}
.card .pos-bl .corner-lab-bl:first-child {
  margin-right: -8px !important;
}
.card .pos-bl .corner-lab-bl:not(:first-child) {
  padding-left: 24px;
}
.card .pos-tl {
  top: 0;
  left: 0;
}
.card .pos-tl .book-lab {
  position: absolute;
  margin-top: 2px;
  left: -4px;
}
.card .card-wrap {
  position: relative;
  overflow: hidden;
}
.card .steal {
  position: absolute;
  z-index: 1;
}
.card .thumb {
  position: relative;
  border-radius: 8px;
  transition: 0.3s;
}
.card .thumb .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: inherit;
}
.card .thumb img {
  border-radius: inherit;
  display: block;
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.card .title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #141414;
  line-height: 24px;
}
.card .article {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 22px;
}
.card .article.max-height {
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.card .lab-groups {
  margin-bottom: 6px;
}
.card .info {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card .info::before {
  content: "";
  display: block;
}
.card .info-group > div {
  margin-top: 6px;
}
.card .info-group > div:first-child {
  margin-top: 0;
}
.card .info-group .info.duble {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card .info-group .info.duble::before {
  display: none;
}
.card .info-group .info.duble .user i {
  margin-right: 4px;
  font-size: 16px;
  vertical-align: baseline;
}
.card .info-group .info.width-raty {
  display: flex;
  align-items: center;
}
.card .info-group .info.width-raty .raty {
  margin-left: 8px;
}
.card .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  min-height: 32px;
}
.card .foot .info {
  line-height: 32px;
}
.card .foot .price {
  font-weight: bold;
  font-size: 24px;
  font-family: "Conv_PFDinTextPro-Light";
}
.card .foot .price span {
  margin-right: 2px;
  font-size: 14px;
}
.card .foot a:not(.btn):hover {
  text-decoration: underline;
}
.card.v-card .steal {
  bottom: 48px;
  right: -8px;
}
.card.v-card .thumb {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card.v-card .con {
  position: relative;
  padding: 16px;
  overflow: hidden;
}
.card.v-card .title {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card.v-card .title::before {
  content: "";
  display: block;
}
.card.h-card .card-wrap {
  font-size: 0;
}
.card.h-card .card-wrap:after {
  vertical-align: middle;
}
.card.h-card .card-wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.card.h-card .card-wrap > *:first-child {
  margin-left: 0;
}
.card.h-card .card-wrap > *:last-child {
  margin-right: 0;
}
.card.h-card .steal {
  top: 0;
  right: -20px;
}
.card.h-card .thumb {
  width: 282px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card.h-card .con {
  position: relative;
  padding: 16px;
  width: calc(100% - 282px);
  box-sizing: border-box;
}
.card.h-card .title {
  min-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.card.h-card .lab-group {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card.h-card .lab-group::before {
  content: "";
  display: block;
}
.card.h-card .lab-group .lab-ghost {
  margin-right: 12px;
  padding-right: 0;
  padding-left: 0;
}
.card.h-card .lab-group .lab-ghost .lab-text {
  font-size: 14px;
}
.card.h-card .lab-group.lab-group-wrap {
  margin: 0 -4px -4px;
  white-space: wrap;
}
.card.h-card .lab-group.lab-group-wrap .btn {
  margin: 4px !important;
}
.card.h-card .foot {
  margin-top: 16px;
}
.card.h-card.card-sm .thumb {
  width: 176px;
}
.card.h-card.card-sm .con {
  width: calc(100% - 188px);
  height: 117.3333333333px;
}
.card.h-card.card-sm .title {
  display: block !important;
  -webkit-line-clamp: 1 !important;
  white-space: nowrap !important;
  word-break: normal !important;
}
.card.h-card.card-sm .lab-text .info,
.card.h-card.card-sm .foot .info {
  line-height: 32px;
}
.card.h-card.card-xs .thumb {
  width: 114px;
}
.card.h-card.card-xs .con {
  width: calc(100% - 126px);
  height: auto;
}
.card.h-card.card-xs .title {
  font-size: 16px;
  display: block !important;
  -webkit-line-clamp: 1 !important;
  white-space: nowrap !important;
  word-break: normal !important;
}
.card.h-card.card-xs .lab .dot {
  margin-right: 6px;
  background-color: #d9d9d9;
}
.card.h-card.card-xs .lab .lab-text {
  color: #8c8c8c;
}
.card.h-card.card-xs .lab.book-lab .lab-text {
  color: white !important;
}
.card.vertical-card .thumb {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card.vertical-card .thumb > img {
  height: 210px;
}
.card.vertical-card .thumb .pos-b {
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
}
.card.vertical-card .thumb .pos-b::after {
  display: none;
}
.card.vertical-card .thumb .pos-b .width-raty {
  display: flex;
  align-items: center;
  color: #fff;
}
.card.vertical-card .thumb .pos-b .width-raty .raty {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.card.vertical-card .thumb .pos-b .width-raty .raty img {
  width: 12px;
  height: 12px;
}
.card.vertical-card .thumb .pos-b .user {
  line-height: 22px;
  font-size: 14px;
  color: #fff;
}
.card.vertical-card .thumb .pos-b .user i {
  margin-right: 4px;
  font-size: 16px;
}
.card.vertical-card .con {
  padding: 16px;
}
.card.vertical-card .con .title {
  margin-bottom: 8px;
}
.card.vertical-card .con .foot {
  margin-top: 0;
}
.card.vertical-card .con .foot .info-group .info {
  line-height: 22px;
  color: #595959;
}
.card.vertical-card .con .foot .info-group .line {
  margin: 0 12px;
  width: 1px;
  height: 16px;
  background: #D9D9D9;
}
.card.vertical-card .con .foot .info-group .lab {
  margin-left: 12px;
}
.card.vertical-card .con .foot .r > * {
  display: inline-block;
  vertical-align: middle;
}
.card.vertical-card .lab.lab-lg .lab-text {
  font-size: 12px;
}
.card.cert-card {
  cursor: pointer;
}
.card.cert-card .thumb {
  padding-top: 16px;
  background-image: url("../images/themeBlue/cert-bg.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.card.cert-card .thumb .img {
  height: 144px;
  margin-right: 19px;
  margin-left: 19px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  overflow: hidden;
  box-shadow: 0 -6px 16px 0 rgba(0, 0, 0, 0.08);
}
.card.cert-card .thumb .img img {
  width: 100%;
  height: auto !important;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.card.cert-card .info-group {
  min-height: 36px;
  margin-bottom: 4px;
}
.card.cert-card .info-group div {
  margin-top: 2px;
  margin-bottom: 2px;
}
.card.cert-card .info-group div:first-child {
  margin-top: 0;
}
.card.cert-card .info-group div:last-child {
  margin-bottom: 0;
}
.card.cert-card .info-group .info {
  font-size: 13px;
  color: #8c8c8c;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card.cert-card .info-group .info::before {
  content: "";
  display: block;
}
.card.cert-card .download-btn {
  position: absolute;
  right: 12px;
  bottom: 16px;
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 0;
  font-size: 16px;
  text-align: center;
  line-height: 0;
  border: 0;
}
.card.cert-card .download-btn.disabled {
  color: #a6a6a6;
  background-color: #f0f0f0;
}
.card.face-card .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.card.face-card .info-group .info {
  margin-top: 0;
}
.card.face-card .info-group .lab-group {
  margin-top: 8px;
}

.card-stack {
  position: relative;
  margin: 8px;
}
.card-stack .card {
  margin: 0;
}
.card-stack:after, .card-stack:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-sizing: border-box;
}
.card-stack:before {
  margin-top: 6px;
  right: 6px;
  margin-bottom: -6px;
  left: 6px;
  z-index: -1;
  opacity: 0.8;
}
.card-stack:after {
  margin-top: 12px;
  right: 12px;
  margin-bottom: -12px;
  left: 12px;
  z-index: -2;
  opacity: 0.6;
}

.card-gallery {
  margin: -12px;
  flex-wrap: wrap;
}
.card-gallery.v-card-gallery .cell {
  width: 25%;
}
.card-gallery.h-card-gallery .cell {
  width: 50%;
}
.card-gallery.catalog .card.h-card .thumb {
  width: 267px;
}
.card-gallery.catalog .card.h-card .con {
  position: relative;
  width: calc(100% - 267px);
  height: 178px;
}
.card-gallery.catalog .card.h-card .con .info {
  line-height: 18px;
  color: #595959;
}
.card-gallery.catalog .card.h-card .con .foot {
  position: absolute;
  bottom: 16px;
  min-height: auto;
}
.card-gallery.loose {
  margin: -12px;
}
.card-gallery.loose .card {
  margin: 12px;
}

.cart-container .btn-icon, .order-head .btn-icon {
  padding: 0;
  color: #8c8c8c;
  line-height: 18px;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}
.cart-container .btn-icon > *, .order-head .btn-icon > * {
  margin-right: 2px;
  margin-left: 2px;
}
.cart-container .btn-icon i, .order-head .btn-icon i {
  line-height: 1;
}
.cart-container .btn-icon span, .order-head .btn-icon span {
  font-size: 12px;
}
.cart-container .btn-icon:hover, .order-head .btn-icon:hover {
  color: #0342C2;
}

.order-list-head {
  position: relative;
  height: 36px;
  background: #FAFAFA;
  border-radius: 8px;
  font-size: 0;
}
.order-list-head:after {
  vertical-align: middle;
}
.order-list-head > * {
  display: inline-block;
  vertical-align: middle;
}
.order-list-head > *:first-child {
  margin-left: 0;
}
.order-list-head > *:last-child {
  margin-right: 0;
}
.order-list-head ul {
  width: 100%;
  text-align: center !important;
  font-size: 0;
}
.order-list-head ul:after {
  vertical-align: middle;
}
.order-list-head ul > * {
  display: inline-block;
  vertical-align: middle;
}
.order-list-head ul > *:first-child {
  margin-left: 0;
}
.order-list-head ul > *:last-child {
  margin-right: 0;
}
.order-list-head ul .order-cell {
  font-size: 14px;
  color: #595959;
}
.order-list-head ul .order-filtertime {
  position: absolute;
  top: 0;
  left: 0;
  width: 124px;
  line-height: 36px;
}
.order-list-head ul .order-selectall {
  position: absolute;
  top: 0;
  left: 14px;
  line-height: 36px;
}
.order-list-head ul .order-selectall .form-label-con {
  padding: 0;
  font-size: 12px;
  color: #141414;
}

.order-list.scroll {
  margin-right: -16px;
  padding-right: 8px;
  padding-bottom: 76px;
  overflow-y: scroll;
  max-height: calc(100vh - 80px - 60px - 48px - 26px - 128px - 108px - 80px - 76px);
}
.order-list .cell {
  margin-top: 12px;
  margin-bottom: 12px;
}
.order-list .cell:last-child {
  margin-bottom: 0;
}
.order-wrap {
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}
.order-wrap:hover .order-head .append .btn {
  display: inline-block;
}

.order-head {
  position: relative;
  height: 36px;
  padding-right: 12px;
  padding-left: 12px;
  background-color: #fafafa;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  font-size: 0;
}
.order-head:after {
  vertical-align: middle;
}
.order-head > * {
  display: inline-block;
  vertical-align: middle;
}
.order-head > *:first-child {
  margin-left: 0;
}
.order-head > *:last-child {
  margin-right: 0;
}
.order-head .info {
  display: inline-block;
  height: 22px;
  margin-right: 32px;
  color: #595959;
  font-size: 0;
}
.order-head .info:after {
  vertical-align: middle;
}
.order-head .info > * {
  display: inline-block;
  vertical-align: middle;
}
.order-head .info > *:first-child {
  margin-left: 0;
}
.order-head .info > *:last-child {
  margin-right: 0;
}
.order-head .info span {
  font-size: 12px;
}
.order-head .append {
  padding-right: inherit;
  font-size: 0;
}
.order-head .append:after {
  vertical-align: middle;
}
.order-head .append > * {
  display: inline-block;
  vertical-align: middle;
}
.order-head .append > *:first-child {
  margin-left: 0;
}
.order-head .append > *:last-child {
  margin-right: 0;
}
.order-head .btn-icon {
  display: none;
}

.order-body .order-cell {
  position: relative;
  height: inherit;
  text-align: center;
}
.order-body .order-cell:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1px;
  background-color: #f2f2f2;
}
.order-body .order-cell:last-child:after {
  display: none;
}
.order-body .order-cell.order-check {
  position: relative;
  z-index: 9;
  margin-right: -8px;
  padding-left: 24px;
  width: 40px;
  text-align: center;
  box-sizing: border-box;
}
.order-body .order-cell.order-check::after {
  display: none;
}
.order-body .order-cell.order-check .wrap {
  padding: 0;
}
.order-body .order-cell.order-check div {
  display: inline-block;
}
.order-body .order-cell.order-check.check-totop {
  align-self: flex-start;
}
.order-body .order-cell.order-check.check-totop div {
  margin-top: 12px;
}
.order-body .order-cell.order-check .form-checkbox-btn {
  border-color: #d9d9d9;
}
.order-body .order-cell.order-check .form-label.active .form-checkbox-btn {
  border-color: #0342C2;
}
.order-body .order-cell .wrap-group {
  height: 100%;
}
.order-body .order-cell .wrap-group .wrap {
  height: 138px;
  border-bottom: 1px solid #f2f2f2;
}
.order-body .order-cell .wrap-group .wrap:last-child {
  border-bottom: 0;
}
.order-body .order-cell .wrap-group .con {
  width: calc(100% - 187px);
}
.order-body .order-cell .wrap-group.nostate .con {
  width: calc(100% - 171px);
}
.order-body .order-cell .wrap {
  height: 100%;
  padding: 12px 0 12px 24px;
  font-size: 0;
  box-sizing: border-box;
}
.order-body .order-cell .wrap:after {
  vertical-align: middle;
}
.order-body .order-cell .wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.order-body .order-cell .wrap > *:first-child {
  margin-left: 0;
}
.order-body .order-cell .wrap > *:last-child {
  margin-right: 0;
}
.order-body .order-cell .wrap .link-default {
  margin-top: 4px;
  font-size: 12px;
  line-height: 28px;
}
.order-body .order-cell .wrap .btn-hollow-dark {
  border-color: #BFBFBF;
  color: #8C8C8C;
}
.order-body .order-cell .wrap .btn-hollow-dark:hover {
  background-color: #fff;
  border-color: rgba(191, 191, 191, 0.8);
}
.order-body .order-cell .info {
  font-size: 13px;
  color: #8c8c8c;
}
.order-body .thumb {
  position: relative;
  z-index: 1;
  width: 171px;
  margin-right: 16px;
  border-radius: 8px;
}
.order-body .thumb img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: inherit;
}
.order-body .thumb .lab {
  position: absolute;
  top: 6px;
  left: -4px;
  padding: 0 8px;
  height: 24px;
}
.order-body .thumb .lab .lab-text {
  font-size: 13px;
  line-height: 24px;
}
.order-body .con {
  width: calc(100% - 183px);
}
.order-body .con > div {
  margin-top: 8px;
  margin-bottom: 8px;
}
.order-body .con > div:first-child {
  margin-top: 0;
}
.order-body .con > div:last-child {
  margin-bottom: 0;
}
.order-body .con .title {
  min-height: 44px;
  font-size: 14px;
  color: #141414;
  line-height: 22px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.order-body .con .info {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 18px;
  text-align: left;
}
.order-body .con .lab-group {
  text-align: left;
}
.order-body .con .lab-group .lab {
  margin-right: 8px;
}
.order-body .state-wrap {
  margin-left: 24px;
  width: 120px;
  text-align: center;
}
.order-body .order-op a {
  width: 72px;
}
.order-body .order-op .link-default {
  font-size: 12px;
  line-height: 28px;
}
.order-body .row-group > * {
  display: block;
  margin: 4px 0;
}
.order-body .row-group .btn {
  display: inline-block;
}
.order-body .row-group > .info {
  white-space: nowrap;
  font-size: 14px;
  color: #595959;
}
.order-body .row-group .price span {
  margin-left: 2px;
  font-family: "Conv_PFDinTextPro-Light";
  font-size: 24px;
}
.order-body .btn-solid-danger:hover {
  background-color: #f25a5a;
  box-shadow: 0 2px 8px rgba(238, 43, 43, 0.3);
}

.order-cell-1 {
  width: 120px;
}

.order-cell-2 {
  width: calc(100% - 360px);
  text-align: left;
}

.order-cell-3 {
  width: calc(100% - 240px);
  text-align: left;
}

.order-cell-4 {
  width: calc(100% - 120px);
  text-align: left;
}

.order-list-head .order-cell-2 {
  text-align: center;
}

.invoice-container .invoice-cell-1 {
  width: 130px;
}
.invoice-container .invoice-cell-2 {
  width: 220px;
}
.invoice-container .invoice-cell-3 {
  width: calc(100% - 610px);
}
.invoice-container .invoice-cell-4 {
  width: calc(100% - 170px);
}
.invoice-container .invoice-cell-3,
.invoice-container .invoice-cell-4 {
  text-align: left;
}
.invoice-container .invoice-cell-3 .wrap,
.invoice-container .invoice-cell-4 .wrap {
  padding-left: 0;
}
.invoice-container .order-list-head {
  padding-left: 40px;
}
.invoice-container .order-list-head .invoice-cell-3 {
  width: calc(100% - 570px);
  text-align: center;
}
.invoice-container .title {
  height: 44px;
  white-space: normal !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.cart-container .cart-cell-1 {
  width: 154px;
}
.cart-container .cart-cell-2 {
  width: calc(100% - 348px);
  text-align: left;
}
.cart-container .cart-cell-2 .wrap {
  padding-left: 0;
}
.cart-container .order-list-head {
  padding-left: 40px;
}
.cart-container .order-list-head .cart-cell-2 {
  width: calc(100% - 308px);
  text-align: center;
}
.order-foot {
  position: absolute;
  right: -16px;
  bottom: -16px;
  left: -16px;
  z-index: 10;
  height: 80px;
  background-color: white;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0px -1px 21px 0px rgba(0, 0, 0, 0.12);
}
.order-foot .wrap {
  *zoom: 1;
  padding: 18px 40px;
  height: inherit;
  box-sizing: border-box;
}
.order-foot .wrap:before, .order-foot .wrap:after {
  content: " ";
  display: table;
}
.order-foot .wrap:after {
  clear: both;
}
.order-foot .wrap > div {
  height: 100%;
  font-size: 0;
}
.order-foot .wrap > div:after {
  vertical-align: middle;
}
.order-foot .wrap > div > * {
  display: inline-block;
  vertical-align: middle;
}
.order-foot .wrap > div > *:first-child {
  margin-left: 0;
}
.order-foot .wrap > div > *:last-child {
  margin-right: 0;
}
.order-foot .checkbox-wrap {
  display: inline-block;
  white-space: nowrap;
}
.order-foot .checkbox-wrap .form-label.active .form-checkbox-btn {
  border-color: #0342C2;
}
.order-foot .checkbox-wrap .form-label.active .form-label-con {
  color: #0342C2;
}
.order-foot .checkbox-wrap .form-checkbox-btn {
  border-color: #d9d9d9;
}
.order-foot .checkbox-wrap .form-label-con {
  margin-left: 8px;
  font-size: 12px;
  color: #595959;
}
.order-foot .btn-md {
  height: 36px;
  line-height: 34px;
}
.order-foot .btn-sm {
  padding-right: 16px;
  padding-left: 16px;
  color: #595959;
  border-color: #e6e6e6;
}
.order-foot .btn-sm:hover {
  color: #0342C2;
  border-color: #0342C2;
}
.order-foot .sum {
  margin-right: 40px;
}
.order-foot .sum .info {
  margin-right: 6px;
  margin-left: 6px;
  color: #141414;
}
.order-foot .sum .info:first-child {
  margin-left: 0;
}
.order-foot .sum .info:last-child {
  margin-right: 0;
}
.order-foot .sum .red {
  margin-right: 4px;
  margin-left: 4px;
}
.order-foot .sum .red span {
  margin-left: 4px;
  font-size: 20px;
  font-weight: 500;
}

.btn-160 {
  width: 160px;
}

.form-group-title {
  position: relative;
  height: 48px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #f1f4f8;
  border-radius: 8px;
  font-size: 0;
}
.form-group-title:after {
  vertical-align: middle;
}
.form-group-title > * {
  display: inline-block;
  vertical-align: middle;
}
.form-group-title > *:first-child {
  margin-left: 0;
}
.form-group-title > *:last-child {
  margin-right: 0;
}
.form-group-title .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}
.form-group-title .icon i {
  line-height: 0;
}
.form-group-title .icon.primary {
  color: white !important;
  background-color: #0342C2;
}
.form-group-title .icon.success {
  color: white !important;
  background-color: #47d187;
}
.form-group-title .icon.warning {
  color: white !important;
  background-color: #fab11e;
}
.form-group-title .icon.danger {
  color: white !important;
  background-color: #ee2b2b;
}
.form-group-title .icon.default {
  color: white !important;
  background-color: #595959;
}
.form-group-title .icon.light {
  color: white !important;
  background-color: #bfbfbf;
}
.form-group-title .icon.dark {
  color: white !important;
  background-color: #141414;
}
.form-group-title .title {
  font-size: 16px;
  color: #141414;
}
.form-group-title .append .text {
  font-size: 14px !important;
  color: #595959 !important;
}

.form-group .form-pretitle .form-title {
  width: 88px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: right;
  white-space: normal;
}
.form-group .form-pretitle .form-title1 {
  width: 84px !important;
}
.form-group .form-pretitle .form-title2 {
  width: 136px !important;
}
.form-group .form-pretitle .form-con {
  width: calc(100% - 96px);
}
.form-group .form-pretitle .form-con1 {
  width: calc(100% - 152px);
}
.form-group .form-pretitle .form-con-select {
  width: calc(100% - 96px - 96px + 3px) !important;
}
.form-group .form-pretitle .form-con-choose {
  width: 254px;
}
.form-group .form-pretitle .group .form-label {
  margin-right: 32px;
  margin-left: 0;
}
.form-group .form-hint {
  margin-top: -8px !important;
}
.form-group .form-hint.form-pretitle .form-con {
  margin-left: 96px !important;
  line-height: 32px;
}
.id-photo,
.id-card,
.id-file,
.id-image {
  background-color: #e4e8ed;
  border-radius: 6px;
  overflow: hidden;
}

.id-photo {
  width: 72px;
  height: 100.8px;
  background-image: url("../images/photo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.id-card {
  width: 90px;
  height: 56.7757009346px;
  background-image: url("../images/idcard.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.id-file {
  width: 72px;
  height: 95.6571428571px;
  background-image: url("../images/a4file.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.form-group.title-112 .form-title {
  width: 112px;
}
.form-group.title-112 .form-con {
  width: calc(100% - 120px);
}
.form-group.title-112 .form-hint.form-pretitle .form-con {
  margin-left: 120px !important;
}
.form-group.title-140 .form-title {
  width: 140px;
}
.form-group.title-140 .form-con {
  width: calc(100% - 148px);
}
.form-group.title-140 .form-hint.form-pretitle .form-con {
  margin-left: 148px !important;
}
.form-group.title-156 .form-title {
  width: 156px;
}
.form-group.title-156 .form-con {
  width: calc(100% - 164px);
}
.form-group.title-156 .form-hint.form-pretitle .form-con {
  margin-left: 164px !important;
}
.form-group.grid .form-row {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2f2f2;
}

.notice-popup .popup-body {
  min-height: 100px;
  padding-top: 24px;
  padding-bottom: 24px;
  box-sizing: border-box;
}
.notice-popup .content {
  font-size: 14px;
  color: #141414;
  line-height: 22px;
}
.notice-popup .notice-article .title {
  font-size: 20px;
  font-weight: 600;
  color: #141414;
  line-height: 28px;
  text-align: center;
}
.notice-popup .notice-article .info {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.notice-popup .notice-article hr {
  margin-top: 16px;
  margin-bottom: 16px;
}
.notice-popup .notice-article .article {
  max-height: 240px;
  margin-top: 20px;
  margin-bottom: 8px;
  line-height: 24px;
}
.notice-popup .notice-article .article.max-height-15 {
  max-height: 360px;
}
.notice-popup .notice-article p {
  font-size: inherit;
  line-height: inherit;
  text-indent: 2em;
}
.notice-popup .notice-article p.no-indent {
  text-indent: 0;
}
.notice-popup .notice-interact {
  text-align: center;
}
.notice-popup .notice-interact > .icon {
  margin-bottom: 16px;
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  font-size: 56px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.notice-popup .notice-interact > .icon i {
  line-height: 1;
}
.notice-popup .notice-interact > .icon.charging {
  background-image: url("../images/themeBlue/ing.gif");
}
.notice-popup .notice-interact .title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #141414;
  line-height: 20px;
}
.notice-popup .notice-interact .title:last-child {
  margin-bottom: 0;
}
.notice-popup .notice-interact .article {
  color: #141414;
  line-height: 22px;
}
.notice-popup .notice-interact .info {
  color: #8c8c8c;
}
.notice-popup .notice-interact .qr {
  width: 140px;
  height: 140px;
  padding: 12px;
  border: 1px solid #d9d9d9;
}
.notice-popup.horizontal .notice-interact {
  text-align: left;
}
.notice-popup.horizontal .notice-interact .title {
  font-size: 0;
  line-height: 0;
}
.notice-popup.horizontal .notice-interact .title:after {
  vertical-align: middle;
}
.notice-popup.horizontal .notice-interact .title > * {
  display: inline-block;
  vertical-align: middle;
}
.notice-popup.horizontal .notice-interact .title > *:first-child {
  margin-left: 0;
}
.notice-popup.horizontal .notice-interact .title > *:last-child {
  margin-right: 0;
}
.notice-popup.horizontal .notice-interact .title .icon {
  margin-right: 8px;
  font-size: 24px;
  font-weight: normal;
}
.notice-popup.horizontal .notice-interact .title .icon i {
  line-height: 1;
}
.notice-popup.horizontal .notice-interact .title .text {
  width: calc(100% - 32px);
  font-size: 16px;
}
.notice-popup.horizontal .notice-interact .title1 {
  line-height: 1.5;
}
.notice-popup.horizontal .notice-interact .title1 .icon {
  vertical-align: top;
}

.pop-edu-inspects::after {
  font-family: "whaty" !important;
  font-style: normal;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nav {
  position: relative;
  z-index: 9;
}

.order-body .order-cell-1 .wrap {
  padding-left: 0;
}

::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: rgba(89, 89, 89, 0.4);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: transparent;
}

/* 设置滚动条宽度 */
* {
  scrollbar-width: thin;
}

/* 设置滚动条颜色 */
* {
  scrollbar-color: rgba(89, 89, 89, 0.4) transparent;
}