@charset "UTF-8";
:root {
  --primary:                    #178282;
  --head-xm-select-border:      #134448;
}

.distpicker, .skin-dropdown .radio-wrap, .contents-head, .contents-head .title-group, .contents-subhead, .contents-subhead .title-group, .table-container .table-row, .table-container .table-row .cell.cell-check, .table-container .table-head .cell.cell-rank, .table-container.multi-lines .table-body .table-row .cell, .filter-form-row, .card-gallery, .order-body, .order-body .order-cell .wrap, .uploadimg-group, .uploadimg-group .img-wrap .overlay, .uploadimg-group .upload-btn, .flow-container, .notice-popup .popup-body {
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
}

.distpicker, .skin-dropdown .radio-wrap, .contents-head, .contents-head .title-group, .contents-subhead, .contents-subhead .title-group, .table-container .table-row, .table-container .table-row .cell.cell-check, .table-container .table-head .cell.cell-rank, .table-container.multi-lines .table-body .table-row .cell, .filter-form-row, .order-body .order-cell .wrap, .uploadimg-group, .uploadimg-group .img-wrap .overlay, .uploadimg-group .upload-btn, .flow-container, .notice-popup .popup-body {
  align-items: center;
}

.card-gallery {
  align-items: flex-start;
}

.order-body {
  align-items: stretch;
}

.skin-dropdown .radio-wrap, .table-container .table-head .cell.cell-rank, .table-container.multi-lines .table-body .table-row .cell, .order-body, .order-body .order-cell .wrap, .uploadimg-group .img-wrap .overlay, .uploadimg-group .upload-btn, .notice-popup .popup-body {
  justify-content: center;
}

.table-container .table-row, .flow-container {
  justify-content: space-between;
}

.distpicker, .contents-head, .contents-head .title-group, .contents-subhead, .contents-subhead .title-group, .table-container .table-row .cell.cell-check, .filter-form-row, .card-gallery, .uploadimg-group {
  justify-content: flex-start;
}

.btn-icon:after, .lab:after, .pagination-wrapper:after, .pagination-wrapper > div:after, .stepper:after, .form-intitle .form-title:after, .form-con.select-hastitle .form-title:after, .form-pretitle:after, .input-append:after, .range-wrap:after, .form-table-wrap:after, .empty:after, .toast-tabs:after, .popup-head:after, .progress-bar.rate-append:after, .header .wrapper:after, .nav:after, .head-search .search-btn:after, .search-history-dropdown .history-body .history-row:after, .header .fun-group:after, .header .fun-group .dropdown-container > .btn:after,
.header .fun-group > .btn:after, .header .fun-group .user-group:after, .header .fun-group .skin-group:after, .banner .webWidth .user-group:after,
.banner .webWidth .data-group:after, .data-group .data-wrap .con:after, .menu-container .menu-wrap .menu .btn-link:after, .menu-container .menu-wrap .menu .btn-link .arrow:after, .group:after, .vertical-center:after, .vertical-top:after, .link-icon:after, .collapse-row:after, .btn-wrap:after, .state:after, .data-item:after, .contents-head .append:after, .contents-subhead .append:after, .table-container .table-row .cell.cell-group:after, .filter-row:after, .filter-row .filter-body ul:after, .filter-form-row .search-btn-group:after, .card .pos:after, .card.h-card .card-wrap:after, .order-list-head:after, .order-list-head ul:after, .order-head:after, .order-head .info:after, .order-head .append:after, .order-body .order-cell .wrap:after, .order-foot .wrap > div:after, .form-group-title:after, .payment-radio .payment-item:after, .payment-radio .payment-item .wrap:after, .security-wrap:after, .security-wrap .icon:after, .security-wrap .append:after, .flow-container .flow-step .step-wrap:after, .notice-popup.horizontal .notice-interact .title:after, .cropper-popup .content: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;
  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;
  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;
  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;
}

/**
 * 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;
  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: #178282;
}

.btn-solid-primary:hover {
  background-color: #126868;
}

.btn-solid-primary.shadow {
  box-shadow: 0 2px 6px rgba(23, 130, 130, 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: #22c3ae;
}

.btn-solid-success:hover {
  background-color: #1da997;
}

.btn-solid-success.shadow {
  box-shadow: 0 2px 6px rgba(34, 195, 174, 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: #e5b700;
}

.btn-solid-warning:hover {
  background-color: #c69f00;
}

.btn-solid-warning.shadow {
  box-shadow: 0 2px 6px rgba(229, 183, 0, 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: #e54d4d;
}

.btn-solid-danger:hover {
  background-color: #e13232;
}

.btn-solid-danger.shadow {
  box-shadow: 0 2px 6px rgba(229, 77, 77, 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: #178282;
  border-color: transparent;
}

.btn-anti-primary, .btn-anti-primary.disabled:hover, .btn-anti-primary[disabled]:hover {
  background-color: rgba(23, 130, 130, 0.2);
}

.btn-anti-primary:hover {
  background-color: rgba(23, 130, 130, 0.3);
}

.btn-anti-success, .btn-anti-success:hover {
  color: #22c3ae;
  border-color: transparent;
}

.btn-anti-success, .btn-anti-success.disabled:hover, .btn-anti-success[disabled]:hover {
  background-color: rgba(34, 195, 174, 0.2);
}

.btn-anti-success:hover {
  background-color: rgba(34, 195, 174, 0.3);
}

.btn-anti-warning, .btn-anti-warning:hover {
  color: #e5b700;
  border-color: transparent;
}

.btn-anti-warning, .btn-anti-warning.disabled:hover, .btn-anti-warning[disabled]:hover {
  background-color: rgba(229, 183, 0, 0.2);
}

.btn-anti-warning:hover {
  background-color: rgba(229, 183, 0, 0.3);
}

.btn-anti-danger, .btn-anti-danger:hover {
  color: #e54d4d;
  border-color: transparent;
}

.btn-anti-danger, .btn-anti-danger.disabled:hover, .btn-anti-danger[disabled]:hover {
  background-color: rgba(229, 77, 77, 0.2);
}

.btn-anti-danger:hover {
  background-color: rgba(229, 77, 77, 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: #ebf0f0;
  border-color: transparent;
}

.btn-anti:hover {
  background-color: #e2e9e9;
  border-color: transparent;
}

.btn-hollow-primary, .btn-hollow-primary:hover {
  border-color: #178282;
}

.btn-hollow-primary, .btn-hollow-primary.disabled:hover, .btn-hollow-primary[disabled]:hover {
  color: #178282;
  background-color: transparent;
}

.btn-hollow-primary:hover {
  color: white;
  background-color: #178282;
}

.btn-hollow-success, .btn-hollow-success:hover {
  border-color: #22c3ae;
}

.btn-hollow-success, .btn-hollow-success.disabled:hover, .btn-hollow-success[disabled]:hover {
  color: #22c3ae;
  background-color: transparent;
}

.btn-hollow-success:hover {
  color: white;
  background-color: #22c3ae;
}

.btn-hollow-warning, .btn-hollow-warning:hover {
  border-color: #e5b700;
}

.btn-hollow-warning, .btn-hollow-warning.disabled:hover, .btn-hollow-warning[disabled]:hover {
  color: #e5b700;
  background-color: transparent;
}

.btn-hollow-warning:hover {
  color: white;
  background-color: #e5b700;
}

.btn-hollow-danger, .btn-hollow-danger:hover {
  border-color: #e54d4d;
}

.btn-hollow-danger, .btn-hollow-danger.disabled:hover, .btn-hollow-danger[disabled]:hover {
  color: #e54d4d;
  background-color: transparent;
}

.btn-hollow-danger:hover {
  color: white;
  background-color: #e54d4d;
}

.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: #178282;
  border-color: #178282;
}

.btn-hollow-solid:hover {
  color: white;
  background-color: #178282;
  border-color: transparent;
}

.btn-hollow:hover {
  color: #178282;
  border-color: #178282;
}

.btn-outline-primary, .btn-outline-primary:hover {
  color: #178282;
  border-color: rgba(23, 130, 130, 0.3);
}

.btn-outline-primary, .btn-outline-primary.disabled:hover, .btn-outline-primary[disabled]:hover {
  background-color: rgba(23, 130, 130, 0.1);
}

.btn-outline-primary:hover {
  background-color: rgba(23, 130, 130, 0.2);
}

.btn-outline-success, .btn-outline-success:hover {
  color: #22c3ae;
  border-color: rgba(34, 195, 174, 0.3);
}

.btn-outline-success, .btn-outline-success.disabled:hover, .btn-outline-success[disabled]:hover {
  background-color: rgba(34, 195, 174, 0.1);
}

.btn-outline-success:hover {
  background-color: rgba(34, 195, 174, 0.2);
}

.btn-outline-warning, .btn-outline-warning:hover {
  color: #e5b700;
  border-color: rgba(229, 183, 0, 0.3);
}

.btn-outline-warning, .btn-outline-warning.disabled:hover, .btn-outline-warning[disabled]:hover {
  background-color: rgba(229, 183, 0, 0.1);
}

.btn-outline-warning:hover {
  background-color: rgba(229, 183, 0, 0.2);
}

.btn-outline-danger, .btn-outline-danger:hover {
  color: #e54d4d;
  border-color: rgba(229, 77, 77, 0.3);
}

.btn-outline-danger, .btn-outline-danger.disabled:hover, .btn-outline-danger[disabled]:hover {
  background-color: rgba(229, 77, 77, 0.1);
}

.btn-outline-danger:hover {
  background-color: rgba(229, 77, 77, 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: #178282;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-primary:hover {
  color: white;
  background-color: #178282;
  border-color: transparent;
}

.btn-ghost-solid-success, .btn-ghost-solid-success.disabled:hover, .btn-ghost-solid-success[disabled]:hover {
  color: #22c3ae;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-success:hover {
  color: white;
  background-color: #22c3ae;
  border-color: transparent;
}

.btn-ghost-solid-warning, .btn-ghost-solid-warning.disabled:hover, .btn-ghost-solid-warning[disabled]:hover {
  color: #e5b700;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-warning:hover {
  color: white;
  background-color: #e5b700;
  border-color: transparent;
}

.btn-ghost-solid-danger, .btn-ghost-solid-danger.disabled:hover, .btn-ghost-solid-danger[disabled]:hover {
  color: #e54d4d;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-danger:hover {
  color: white;
  background-color: #e54d4d;
  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: #178282;
}

.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: #178282;
}

.btn-ghost-hollow-success, .btn-ghost-hollow-success:hover {
  color: #22c3ae;
}

.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: #22c3ae;
}

.btn-ghost-hollow-warning, .btn-ghost-hollow-warning:hover {
  color: #e5b700;
}

.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: #e5b700;
}

.btn-ghost-hollow-danger, .btn-ghost-hollow-danger:hover {
  color: #e54d4d;
}

.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: #e54d4d;
}

.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;
  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-lg {
  height: 24px;
  padding: 0 8px;
  border-radius: 6px;
}

.lab.lab-lg .lab-icon {
  font-size: 14px;
}

.lab-icon {
  font-size: 12px;
}

.lab-text {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}

.lab-primary {
  background-color: #178282;
}

.lab-primary.lab-hollow {
  color: #178282;
  border-color: rgba(23, 130, 130, 0.5);
}

.lab-primary.lab-anti {
  color: #178282;
  background-color: rgba(23, 130, 130, 0.1);
}

.lab-primary.lab-ghost {
  color: #178282;
}

.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: #e54d4d;
}

.lab-red.lab-hollow {
  color: #e54d4d;
  border-color: rgba(229, 77, 77, 0.5);
}

.lab-red.lab-anti {
  color: #e54d4d;
  background-color: rgba(229, 77, 77, 0.1);
}

.lab-red.lab-ghost {
  color: #e54d4d;
}

.lab-yellow {
  background-color: #e5b700;
}

.lab-yellow.lab-hollow {
  color: #e5b700;
  border-color: rgba(229, 183, 0, 0.5);
}

.lab-yellow.lab-anti {
  color: #e5b700;
  background-color: rgba(229, 183, 0, 0.1);
}

.lab-yellow.lab-ghost {
  color: #e5b700;
}

.lab-green {
  background-color: #22c3ae;
}

.lab-green.lab-hollow {
  color: #22c3ae;
  border-color: rgba(34, 195, 174, 0.5);
}

.lab-green.lab-anti {
  color: #22c3ae;
  background-color: rgba(34, 195, 174, 0.1);
}

.lab-green.lab-ghost {
  color: #22c3ae;
}

.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;
}

.lab-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding: 0;
}

/**
 * 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 16px;
  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 .pg-select .form-select {
  width: 80px;
}

.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: #178282 !important;
  border-color: #178282 !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 .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 8px;
  line-height: 32px;
  border-radius: 0;
  border: 0;
}

.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: #178282;
  background-color: rgba(23, 130, 130, 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: #178282;
  background-color: rgba(23, 130, 130, 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: 25px;
  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: inherit;
  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;
}

/**
 * Dropdown
 * ----------------------------------------------------------------------------
 */
.dropdown {
  position: absolute;
  right: 0;
  z-index: 1010;
  display: none;
  min-width: 100px;
  padding: 4px;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.dropdown .link-default {
  display: block;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  color: #595959;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
  border-radius: 4px;
}

.dropdown .link-default:hover {
  color: #141414;
  background-color: #f3f6f6;
}

.dropdown .link-default i {
  position: absolute;
  top: 50%;
  left: 12px;
  display: inline-block;
  margin-top: -11px;
  line-height: 22px !important;
  vertical-align: middle;
}

.dropdown hr {
  margin-top: 4px;
  margin-bottom: 4px;
}

.dropdown.text-left .link-default {
  text-align: left;
}

.dropdown.hasicon .link-default {
  position: relative;
  padding-left: 36px;
}

.dropdown-container {
  position: relative;
  overflow: hidden !important;
  cursor: pointer;
}

.dropdown-container .dropdown {
  top: 100%;
  opacity: 0;
  z-index: -100;
  transition: 0.3s;
}

.dropdown-container.active {
  overflow: visible !important;
}

.dropdown-container.active .dropdown {
  top: calc(100% + 8px);
  opacity: 1;
  z-index: 1;
}

/**
 * Switch
 * ----------------------------------------------------------------------------
*/
.switch {
  width: 40px;
  height: 22px;
  padding: 2px;
  border-radius: 11px;
  background-color: #f0f0f0;
  cursor: pointer;
  box-sizing: border-box;
  transition: 0.3s;
}

.switch span {
  display: inline-block;
  transition: 0.3s;
}

.switch .trigger {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
}

.switch .text {
  float: right;
  width: calc(100% - 18px);
  padding: 0 2px;
  font-size: 12px;
  color: #bfbfbf;
  line-height: 18px;
  text-align: center;
  box-sizing: border-box;
}

.switch.withtext {
  width: 54px;
}

.switch.active {
  background-color: #178282;
}

.switch.active .trigger {
  float: right;
}

.switch.active .text {
  float: left;
  color: white;
  text-align: right;
}

.switch.lg {
  width: 60px;
  height: 32px;
  padding: 4px;
  border-radius: 16px;
}

.switch.lg .trigger {
  width: 24px;
  height: 24px;
}

.switch.lg .text {
  width: calc(100% - 24px);
  padding: 0 4px;
  font-size: 14px;
  line-height: 24px;
}

.switch.lg.withtext {
  width: 72px;
}

/**
 * Stepper
 * ----------------------------------------------------------------------------
*/
.stepper {
  font-size: 0;
  text-align: center;
}

.stepper:after {
  vertical-align: middle;
}

.stepper > * {
  display: inline-block;
  vertical-align: middle;
}

.stepper > *:first-child {
  margin-left: 0;
}

.stepper > *:last-child {
  margin-right: 0;
}

.stepper > * {
  margin-right: 4px;
  margin-left: 4px;
}

.stepper a {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
  color: #8c8c8c;
  line-height: 18px;
  background-color: #ebf0f0;
}

.stepper a:hover {
  background-color: #dce5e5;
}

.stepper a:active {
  background-color: #d4dfdf;
}

.stepper a i {
  display: inline-block;
  font-weight: bold;
  line-height: inherit;
  transform: scale(0.8);
}

.stepper input {
  width: 40px;
  height: 24px;
  text-align: inherit;
  font-size: 12px;
  color: #141414;
  background-color: #ebf0f0;
  border-radius: 4px;
}

.stepper input:focus {
  background-color: #dce5e5;
}

/**
 * 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: #178282;
  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-intitle .form-title, .form-con.select-hastitle .form-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 0;
}

.form-intitle .form-title:after, .form-con.select-hastitle .form-title:after {
  vertical-align: middle;
}

.form-intitle .form-title > *, .form-con.select-hastitle .form-title > * {
  display: inline-block;
  vertical-align: middle;
}

.form-intitle .form-title > *:first-child, .form-con.select-hastitle .form-title > *:first-child {
  margin-left: 0;
}

.form-intitle .form-title > *:last-child, .form-con.select-hastitle .form-title > *:last-child {
  margin-right: 0;
}

.form-intitle .form-title span, .form-con.select-hastitle .form-title span {
  font-size: 14px;
}

.form-intitle .form-title:before, .form-con.select-hastitle .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-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-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: #178282;
}

.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;
  user-select: none;
}

.textarea-wrap.textarea-numin.active {
  border-color: #178282;
}

.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: #178282;
}

.form-label.active .form-radio-btn,
.form-label.active .form-checkbox-btn {
  background-color: #178282;
  border-color: #136c6c;
}

.form-label.active .form-radio-btn i,
.form-label.active .form-checkbox-btn i {
  display: inline-block;
}

.form-label.active .form-label-con {
  color: #178282;
}

.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: #178282 !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: #178282;
  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(23, 130, 130, 0.1) !important;
}

xm-select > .xm-body .xm-option:hover .xm-option-icon {
  border-color: #178282 !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;
}

.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: #178282;
}

.distpicker select option {
  font-size: 14px;
}

.layui-laydate .layui-this {
  background-color: #178282 !important;
}

.laydate-theme-molv .layui-laydate-header {
  background-color: #178282 !important;
}

.laydate-theme-grid .laydate-selected,
.laydate-theme-grid .laydate-selected:hover {
  color: #178282 !important;
}

.layui-laydate-footer span:hover,
.layui-laydate-header i:hover,
.layui-laydate-header span:hover {
  color: #178282;
}

.laydate-day-mark::after {
  background-color: #22c3ae;
}

.layui-laydate-footer span[lay-type=date] {
  color: #22c3ae;
}

.laydate-footer-btns span {
  line-height: 24px;
  border-radius: 0;
}

.layui-laydate-content td.laydate-selected,
.laydate-selected:hover {
  background-color: #1fadad;
}

.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 > input {
  display: inline-block;
  vertical-align: middle;
}

.mixform-wrap input[type="text"] {
  margin-right: 8px;
}

.mixform-wrap input[type="submit"] {
  padding: 0;
}

.mixform-wrap.narrow-wrap input[type="text"] {
  width: calc(100% - 64px);
}

.mixform-wrap.narrow-wrap input[type="submit"] {
  width: 56px;
}

.mixform-wrap.wide-wrap input[type="text"] {
  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: #e54d4d;
}

.form-con.form-error .form-control {
  border-color: #e54d4d;
}

.error-info {
  font-size: 0;
  color: #e54d4d;
  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: #178282;
}

.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-row {
  border-bottom: 1px solid #e6e6e6;
  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: #bfbfbf;
}

.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 #e6e6e6;
  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;
}

/**
 * Empty
 * ----------------------------------------------------------------------------
 */
.empty {
  text-align: center;
  vertical-align: middle;
  font-size: 0;
}

.empty:after {
  vertical-align: middle;
}

.empty > * {
  display: inline-block;
  vertical-align: middle;
}

.empty > *:first-child {
  margin-left: 0;
}

.empty > *:last-child {
  margin-right: 0;
}

.empty.fix-height {
  height: 400px;
}

.empty.empty-sm .empty-icon {
  width: 100px;
  height: 100px;
}

.empty.empty-sm .empty-title {
  font-size: 16px;
}

.empty.empty-sm .empty-text,
.empty.empty-sm .empty-info {
  font-size: 14px;
}

.empty.empty-sm.fix-height {
  height: 200px;
}

.empty.empty-lg .empty-icon {
  width: 240px;
  height: 240px;
}

.empty-wrap span {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.empty-icon {
  width: 150px;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.empty-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.empty-con {
  margin-top: 10px;
}

.empty-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #141414;
  line-height: 1.4;
}

.empty-text,
.empty-info {
  display: inline-block;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 1.4;
  user-select: none;
}

.empty-info {
  color: #bfbfbf;
  line-height: 2;
}

.empty-icon-badNetwork {
  background-image: url("../images/empty/themeGreen/empty-badNetwork.png");
}

.empty-icon-cannotDownload {
  background-image: url("../images/empty/themeGreen/empty-cannotDownload.png");
}

.empty-icon-discussDone {
  background-image: url("../images/empty/themeGreen/empty-discussDone.png");
}

.empty-icon-noNewReply {
  background-image: url("../images/empty/themeGreen/empty-noNewReply.png");
}

.empty-icon-noNewQuestion {
  background-image: url("../images/empty/themeGreen/empty-noNewQuestion.png");
}

.empty-icon-noQuestion {
  background-image: url("../images/empty/themeGreen/empty-noQuestion.png");
}

.empty-icon-noReply {
  background-image: url("../images/empty/themeGreen/empty-noReply.png");
}

.empty-icon-noResult {
  background-image: url("../images/empty/themeGreen/empty-noResult.png");
}

.empty-icon-noTopic {
  background-image: url("../images/empty/themeGreen/empty-noTopic.png");
}

.empty-icon-noWork {
  background-image: url("../images/empty/themeGreen/empty-noWork.png");
}

.empty-icon-questionDone {
  background-image: url("../images/empty/themeGreen/empty-questionDone.png");
}

.empty-icon-sofa {
  background-image: url("../images/empty/themeGreen/empty-sofa.png");
}

.empty-icon-workDone {
  background-image: url("../images/empty/themeGreen/empty-workDone.png");
}

.empty-icon-workSubmit {
  background-image: url("../images/empty/themeGreen/empty-workSubmit.png");
}

/**
 * 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: #178282;
}

.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: #178282;
  border-radius: 2px;
  transition: 0.3s;
}

.ghost-tabs .tabs-link.active {
  font-weight: bold;
  color: black;
}

.ghost-tabs .tabs-link.active:after {
  width: 24px;
  margin-left: -12px;
}

.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: #178282;
}

.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: #178282;
}

.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: #178282;
  border-color: #178282;
}

.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: #178282;
  border-color: #178282;
}

.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: #178282;
  background-color: rgba(23, 130, 130, 0.1);
}

.toast-tabs.rounded .tabs-link {
  border-radius: 40px;
}

/**
 * Popups
 * ----------------------------------------------------------------------------
 */
.popup {
  position: absolute;
  z-index: 1050;
  display: none;
  border: 1px solid #d9d9d9;
  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-large {
  width: 640px;
}

.popup-xlarge {
  width: 740px;
}

.popup-xxlarge {
  width: 820px;
}

.popup-block {
  width: 100%;
}

/**
 * Progress
 * ----------------------------------------------------------------------------
*/
.progress-ring {
  position: relative;
  width: 80px;
  height: 80px;
  text-align: center;
}

.progress-ring .info {
  margin-top: 10px;
  line-height: 1.3;
  color: #8c8c8c;
}

.progress-ring svg {
  position: relative;
  width: inherit;
  height: inherit;
  overflow: hidden;
}

.progress-ring path.thickring {
  fill: #178282;
}

.progress-ring path.tracering {
  fill: #ebf0f0;
}

.progress-ring circle.ringtrace {
  stroke: #f3f6f6;
}

.progress-ring .progress-ring-rate {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -7px;
}

.progress-ring-rate {
  margin-top: 10px;
  font-size: 14px;
  color: #141414;
  line-height: 1;
}

.progress-ring-rate .real {
  font-size: 14px;
}

.progress-ring-rate .split,
.progress-ring-rate .total {
  font-size: 12px;
  color: #bfbfbf;
}

.progress-ring.lg {
  width: 104px;
  height: 104px;
}

.progress-ring.lg .progress-ring-rate {
  font-size: 13px;
}

.progress-ring.sm {
  width: 56px;
  height: 56px;
}

.progress-ring.sm .progress-ring-rate {
  font-size: 12px;
}

.progress-ring.xs {
  width: 32px;
  height: 32px;
}

.progress-ring.xs .progress-ring-rate {
  display: none;
}

.progress-bar div[data-role="progressbar"] {
  position: relative;
  height: 12px;
  background-color: #f3f6f6;
  border-radius: 6px;
}

.progress-bar div[data-role="progressbar"] .ui-progressbar-value {
  height: inherit;
  background-color: #178282;
  border-radius: inherit;
}

.progress-bar.sm div[data-role="progressbar"] {
  height: 6px;
  border-radius: 3px;
}

.progress-bar .rate {
  margin: 10px 0;
  font-size: 14px;
  color: #141414;
  text-align: right;
}

.progress-bar.rate-append {
  font-size: 0;
}

.progress-bar.rate-append:after {
  vertical-align: middle;
}

.progress-bar.rate-append > * {
  display: inline-block;
  vertical-align: middle;
}

.progress-bar.rate-append > *:first-child {
  margin-left: 0;
}

.progress-bar.rate-append > *:last-child {
  margin-right: 0;
}

.progress-bar.rate-append div[data-role="progressbar"] {
  width: calc(100% - 50px);
}

.progress-bar.rate-append .rate {
  width: 50px;
  margin: 0;
}

.progress-bar.rate-above .rate {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  font-size: 12px;
  text-align: center;
}

/**
 * Scrollbar
 * ----------------------------------------------------------------------------
 */
.mCS-my-theme.mCSB_scrollTools {
  right: -4px;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.5);
}

.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: #178282;
}

.mCS-my-theme-special.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(23, 130, 130, 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;
}

/**
 * Table
 * ----------------------------------------------------------------------------
*/
table {
  border-radius: 8px;
  border-collapse: collapse;
}

th,
td {
  padding: 8px 12px;
  font-family: 'PingFang SC';
  font-size: 14px;
  line-height: 22px;
  color: #141414;
  text-align: center;
  border: 1px solid #f2f2f2;
}

th {
  font-weight: normal;
  color: #8c8c8c;
  background-color: #f0f4f4;
}

thead th {
  padding-top: 13px;
  padding-bottom: 13px;
}

tbody:hover {
  background-color: rgba(243, 246, 246, 0.3);
}

.table {
  border: 1px solid #f2f2f2;
}

.table .btn-ghost-solid-primary:hover {
  color: #178282;
  background-color: rgba(23, 130, 130, 0.1);
}

.table-noborder th,
.table-noborder td {
  border-color: transparent;
}

.table-noborder td {
  border-bottom: 1px solid #f2f2f2;
}

.city-picker-input {
  opacity: 0 !important;
  position: absolute;
}

.city-picker-span {
  height: 34px;
  position: relative;
  z-index: 10;
  display: block;
  outline: 0;
  border: 1px solid #bfbfbf;
  background-color: transparent;
  color: #d9d9d9;
  cursor: pointer;
  text-indent: 12px;
  border-radius: 6px !important;
}

.city-picker-span > .placeholder {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 34px;
}

.city-picker-span > .arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 10;
  width: 16px;
  margin-top: -8px;
  height: 16px;
  background: url(../scripts/cityPicker/select-down-arrow.svg) 0 0 no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform-origin: center center;
}

/*.city-picker-span.focus,.city-picker-span.open{border-bottom-color:$primary}*/
.city-picker-span.open > .arrow {
  transform: rotate(180deg);
}

.city-picker-span > .title {
  font-size: 14px;
  line-height: 32px;
}

.city-picker-span > .title > span {
  color: #333;
  padding: 4px 6px;
  line-height: 14px;
  border-radius: 6px;
  vertical-align: middle;
}

.city-picker-span > .title > span:hover {
  background-color: #ebfff4;
}

.city-picker-dropdown {
  position: absolute;
  width: 100%;
  left: -9999px;
  top: -9999px;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  z-index: 999999;
  display: none;
  min-width: 330px;
  margin-bottom: 20px;
}

.city-select-wrap {
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.city-select-tab {
  border-bottom: 1px solid #d9d9d9;
  background: #f3f6f6;
  font-size: 13px;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}

.city-select-tab > a {
  display: inline-block;
  line-height: 24px;
  padding: 5px 22px;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid transparent;
  color: #4d4d4d;
  text-align: center;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: -1px;
}

.city-select-tab > a.active {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #178282;
}

.city-select-tab > a:first-child {
  border-left: none;
}

.city-select-tab > a:last-child.active {
  border-right: 1px solid #d9d9d9;
}

.city-select-content {
  width: 100%;
  min-height: 10px;
  background-color: #fff;
  padding: 10px 15px;
  box-sizing: border-box;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.city-select {
  font-size: 13px;
}

.city-select dl {
  line-height: 2;
  clear: both;
  padding: 3px 0;
  margin: 0;
}

.city-select dt {
  position: absolute;
  width: 2.5em;
  font-weight: 500;
  text-align: right;
  line-height: 2;
}

.city-select dd {
  margin-left: 0;
  line-height: 2;
}

.city-select.province dd {
  margin-left: 3em;
}

.city-select a {
  display: inline-block;
  padding: 0 10px;
  outline: 0;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 2px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

.city-select a:focus,
.city-select a:hover {
  background-color: #ebfff4;
  border-radius: 6px;
  color: #178282;
}

.city-select a.active {
  background-color: #178282;
  color: #fff;
  border-radius: 6px;
}

/**
 * 布局
 * ----------------------------------------------------------------------------
*/
html {
  height: 100%;
}

body {
  min-width: 1296px;
  height: 100%;
  overflow-y: hidden !important;
}

.bg-whole {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  min-width: 1296px;
}

.bg-container > div {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-whole.std-bg-whole {
  background-image: url("../images/themeGreen/student/bg/bg-whole.png");
}

.bg-whole.std-bg-whole .bg-top-left {
  top: 57px;
  left: 50%;
  width: 824px;
  height: 229px;
  margin-left: -440px;
  background-image: url("../images/themeGreen/student/bg/bg-top-left.png");
}

.bg-whole.std-bg-whole .bg-top-right {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  /*background-image: url("../images/themeGreen/student/bg/bg-top-right.png");*/
}

.bg-whole.std-bg-whole .bg-bottom-right {
  right: 0;
  bottom: 0;
  width: 198px;
  height: 270px;
  background-image: url("../images/themeGreen/student/bg/bg-bottom-right.png");
}

.bg-whole.std-bg-whole .bg-bottom-left {
  bottom: 0;
  left: 0;
  width: 489px;
  height: 468px;
  background-image: url("../images/themeGreen/student/bg/bg-bottom-left.png");
}

.bg-whole.std-bg-whole-noban .bg-top-left {
  top: -40px !important;
  margin-left: -560px;
}

.bg-whole.tch-bg-whole {
  background-image: url("../images/themeGreen/teacher/bg/bg-whole.png");
}

.bg-whole.tch-bg-whole .bg-top-left {
  top: 0;
  left: 50%;
  width: 525px;
  height: 104px;
  margin-left: -50%;
  background-image: url("../images/themeGreen/teacher/bg/bg-top-left.png");
}

.bg-whole.tch-bg-whole .bg-top-right {
  top: 0;
  right: 250px;
  width: 779px;
  height: 118px;
  background-image: url("../images/themeGreen/teacher/bg/bg-top-right.png");
}

.bg-whole.tch-bg-whole .bg-bottom-right {
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-image: url("../images/themeGreen/teacher/bg/bg-bottom-right.png");
}

.bg-whole.tch-bg-whole .bg-bottom-left {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background-image: url("../images/themeGreen/teacher/bg/bg-bottom-left.png");
}

.bg-whole.cls-bg-whole {
  background-image: url("../images/themeGreen/class/bg/bg-whole.png");
}

.bg-whole.cls-bg-whole .bg-top-left {
  top: 57px;
  left: 50%;
  width: 824px;
  height: 229px;
  margin-left: -440px;
  background-image: url("../images/themeGreen/student/bg/bg-top-left.png");
}

.bg-whole.cls-bg-whole .bg-top-right {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  /*background-image: url("../images/themeGreen/student/bg/bg-top-right.png");*/
}

.bg-whole.cls-bg-whole .bg-bottom-right {
  right: 0;
  bottom: 0;
  width: 198px;
  height: 270px;
  background-image: url("../images/themeGreen/student/bg/bg-bottom-right.png");
}

.bg-whole.cls-bg-whole .bg-bottom-left {
  bottom: 0;
  left: 0;
  width: 489px;
  height: 468px;
  background-image: url("../images/themeGreen/student/bg/bg-bottom-left.png");
}

.webWidth {
  min-width: 1296px;
  max-width: 1536px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 48px;
  padding-left: 48px;
  box-sizing: border-box;
}

@media screen and (max-width: 1336px) {
  .webWidth {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (min-width: 1536px) {
  .webWidth {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
}

.header .wrapper {
  height: 80px;
  padding-right: 32px;
  padding-left: 32px;
  font-size: 0;
}

.header .wrapper:after {
  vertical-align: middle;
}

.header .wrapper > * {
  display: inline-block;
  vertical-align: middle;
}

.header .wrapper > *:first-child {
  margin-left: 0;
}

.header .wrapper > *:last-child {
  margin-right: 0;
}

.header .logo {
  position: absolute;
  top: 50%;
  left: 32px;
  width: auto;
  height: 40px;
  margin-top: -20px;
}

.header .logo img {
  display: block;
  width: auto;
  height: 100%;
}

.nav {
  font-size: 0;
  margin-left: 48px;
}

.nav:after {
  vertical-align: middle;
}

.nav > * {
  display: inline-block;
  vertical-align: middle;
}

.nav > *:first-child {
  margin-left: 0;
}

.nav > *:last-child {
  margin-right: 0;
}

.nav a {
  display: inline-block;
  padding-right: 24px;
  padding-left: 24px;
  color: white;
  line-height: 36px;
  border-radius: 18px;
}

.nav a > * {
  display: inline-block;
  vertical-align: middle;
}

.nav a i {
  margin-right: 8px;
  font-size: 18px;
}

.nav a span {
  font-size: 16px;
}

.head-search {
  position: relative;
  width: 40px;
  height: 40px;
}

.head-search .search-select {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  transition: 0.3s;
}

.head-search .search-select xm-select {
  background-color: transparent;
  border-radius: 20px;
  border-color: transparent;
}

.head-search .search-select xm-select:focus, .head-search .search-select xm-select:active {
  border-color: transparent;
}

.head-search .search-select xm-select .label-content {
  padding-right: 8px;
  padding-left: 16px;
  color: white;
  justify-content: center;
}

.head-search .search-select xm-select .xm-icon {
  background-image: url("../scripts/xm-select/select-down-arrow-white.svg");
}

.head-search .search-select xm-select .xm-body {
  border: 0;
}

.head-search .form-control {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 40px;
  padding-right: 0;
  color: white;
  border-radius: 20px;
  border-color: transparent;
  caret-color: white;
  transition: 0.3s;
}

.head-search .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.head-search .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.head-search .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.head-search .form-control:focus {
  border-color: transparent;
}

.head-search .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  color: white;
  text-align: center;
  border: 0;
  font-size: 0;
}

.head-search .search-btn:after {
  vertical-align: middle;
}

.head-search .search-btn > * {
  display: inline-block;
  vertical-align: middle;
}

.head-search .search-btn > *:first-child {
  margin-left: 0;
}

.head-search .search-btn > *:last-child {
  margin-right: 0;
}

.head-search .search-btn i {
  margin: 0 !important;
  font-size: 22px !important;
  line-height: inherit;
}

.head-search .search-btn .icon-zoom-stroke {
  display: inline-block;
}

.head-search .search-btn .icon-cross {
  display: none;
  font-size: 18px !important;
}

.head-search.active .form-control {
  width: 240px;
}

.head-search.active .icon-zoom-stroke {
  display: none;
}

.head-search.active .icon-cross {
  display: inline-block;
}

.head-search.has-select.active .form-control {
  width: 344px;
  padding-left: 104px;
}

.head-search.has-select.active .search-select {
  left: -304px;
  z-index: 2;
  width: 104px;
}

.ie10 .search-select xm-select, .ie11 .search-select xm-select {
  width: 104px;
  display: none;
  transition: 0;
}

.ie10 .head-search.active xm-select, .ie11 .head-search.active xm-select {
  display: block;
}

.search-history-dropdown {
  position: absolute;
  top: calc(100% - 4px);
  right: 0;
  width: 240px;
  display: none;
  padding: 0;
  text-align: left;
  border-color: transparent;
  border-radius: 6px;
  transition: 0.3s;
}

.search-history-dropdown .history-head {
  position: relative;
  padding: 0 12px;
  border-bottom: 1px solid #f2f2f2;
}

.search-history-dropdown .history-head .title {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 32px;
}

.search-history-dropdown .history-head .title i {
  margin-right: 4px;
}

.search-history-dropdown .history-head .link-default {
  font-size: 12px;
  color: #8c8c8c;
}

.search-history-dropdown .history-head .link-default:hover {
  color: #178282;
  background-color: transparent;
}

.search-history-dropdown .history-body {
  padding-top: 8px;
  padding-bottom: 8px;
}

.search-history-dropdown .history-body .history-row {
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
  color: #595959;
  line-height: 32px;
  cursor: pointer;
  font-size: 0;
}

.search-history-dropdown .history-body .history-row:after {
  vertical-align: middle;
}

.search-history-dropdown .history-body .history-row > * {
  display: inline-block;
  vertical-align: middle;
}

.search-history-dropdown .history-body .history-row > *:first-child {
  margin-left: 0;
}

.search-history-dropdown .history-body .history-row > *:last-child {
  margin-right: 0;
}

.search-history-dropdown .history-body .history-row:hover {
  background-color: #f5f5f5;
}

.search-history-dropdown .history-body .history-row:hover .btn {
  display: inline-block;
}

.search-history-dropdown .history-body .history-row .text {
  display: inline-block;
  width: calc(100% - 24px);
  height: 32px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-history-dropdown .history-body .history-row .text::before {
  content: '';
  display: block;
}

.search-history-dropdown .history-body .history-row .btn {
  position: absolute;
  top: 50%;
  right: 12px;
  display: none;
  margin-top: -8px;
  padding: 0;
  height: auto;
  font-size: 12px;
  color: #8c8c8c;
  line-height: 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}

.search-history-dropdown .history-body .history-row .btn i {
  display: inline-block;
  line-height: 1;
  transform: scale(0.8);
}

.search-history-dropdown .history-body .history-row .btn:hover i {
  color: #178282;
}

.search-history-dropdown.active {
  top: 100%;
}

.header .fun-group {
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -20px;
  text-align: right;
  font-size: 0;
}

.header .fun-group:after {
  vertical-align: middle;
}

.header .fun-group > * {
  display: inline-block;
  vertical-align: middle;
}

.header .fun-group > *:first-child {
  margin-left: 0;
}

.header .fun-group > *:last-child {
  margin-right: 0;
}

.header .fun-group > * {
  margin-right: 8px;
  margin-left: 8px;
}

.header .fun-group .dropdown-container > .btn,
.header .fun-group > .btn {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  color: white;
  text-align: center;
  border: 0;
  font-size: 0;
}

.header .fun-group .dropdown-container > .btn:after,
.header .fun-group > .btn:after {
  vertical-align: middle;
}

.header .fun-group .dropdown-container > .btn > *,
.header .fun-group > .btn > * {
  display: inline-block;
  vertical-align: middle;
}

.header .fun-group .dropdown-container > .btn > *:first-child,
.header .fun-group > .btn > *:first-child {
  margin-left: 0;
}

.header .fun-group .dropdown-container > .btn > *:last-child,
.header .fun-group > .btn > *:last-child {
  margin-right: 0;
}

.header .fun-group .dropdown-container > .btn i,
.header .fun-group > .btn i {
  font-size: 22px !important;
  line-height: inherit;
}

.header .fun-group .notice-btn {
  background-color: transparent;
}

.header .fun-group .notice-btn i {
  margin-right: 0 !important;
  font-size: 24px !important;
}

.header .fun-group .notice-btn .dot {
  position: absolute;
  top: 6px;
  right: 9px;
}

.header .fun-group .skin-btn {
  background-color: transparent;
}

.header .fun-group .user-group {
  font-size: 0;
}

.header .fun-group .user-group:after {
  vertical-align: middle;
}

.header .fun-group .user-group > * {
  display: inline-block;
  vertical-align: middle;
}

.header .fun-group .user-group > *:first-child {
  margin-left: 0;
}

.header .fun-group .user-group > *:last-child {
  margin-right: 0;
}

.header .fun-group .user-group .name {
  margin-right: 8px;
  font-size: 14px;
  color: white;
}

.header .fun-group .user-group .arrow {
  margin-left: 8px;
  font-size: 14px;
  color: white;
}

.header .fun-group .user-group .link-normal {
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 15px;
  color: white;
}

.header .fun-group .user-group .link-normal:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 13px;
  margin-top: -6px;
  background-color: white;
  opacity: .8;
}

.header .fun-group .user-group .link-normal:last-child:after {
  display: none;
}

.header .fun-group .skin-group {
  font-size: 0;
}

.header .fun-group .skin-group:after {
  vertical-align: middle;
}

.header .fun-group .skin-group > * {
  display: inline-block;
  vertical-align: middle;
}

.header .fun-group .skin-group > *:first-child {
  margin-left: 0;
}

.header .fun-group .skin-group > *:last-child {
  margin-right: 0;
}

.skin-dropdown {
  right: 0 !important;
  min-width: 488px;
  padding: 0;
  border: 0;
}

.skin-dropdown .radio-wrap {
  padding: 24px;
}

.skin-dropdown label {
  position: relative;
  width: 136px;
  height: 172px;
  margin-right: 8px !important;
  margin-left: 8px !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.skin-dropdown label:first-child {
  margin-left: 0;
}

.skin-dropdown label:last-child {
  margin-right: 0;
}

.skin-dropdown label.theme-blue {
  background-image: url("../images/skin/theme-blue-thumb.png");
}

.skin-dropdown label.theme-blue.active .form-label-con {
  color: #509bfb;
}

.skin-dropdown label.theme-blue.active .form-radio-btn {
  background-color: #509bfb;
}

.skin-dropdown label.theme-blue:hover .form-radio-btn {
  border-color: #509bfb;
}

.skin-dropdown label.theme-red {
  background-image: url("../images/skin/theme-red-thumb.png");
}

.skin-dropdown label.theme-red.active .form-label-con {
  color: #bd1a2d;
}

.skin-dropdown label.theme-red.active .form-radio-btn {
  background-color: #bd1a2d;
}

.skin-dropdown label.theme-red:hover .form-radio-btn {
  border-color: #bd1a2d;
}

.skin-dropdown label.theme-green {
  background-image: url("../images/skin/theme-green-thumb.png");
}

.skin-dropdown label.theme-green.active .form-label-con {
  color: #178282;
}

.skin-dropdown label.theme-green.active .form-radio-btn {
  background-color: #178282;
}

.skin-dropdown label.theme-green:hover .form-radio-btn {
  border-color: #178282;
}

.skin-dropdown label .form-radio-btn {
  top: 22px;
  right: 12px;
}

.skin-dropdown label .form-label-con {
  position: absolute;
  top: 20px;
  left: 12px;
  padding: 0;
  text-align: left;
  line-height: 22px;
}

.skin-dropdown label.active .form-radio-btn {
  border-color: transparent;
}

.skin-dropdown label.active .form-label-con {
  font-weight: bold;
}

.header.std-header {
  background-color: #309181;
}

.header.std-header .nav a.active {
  background-color: #1b5f64;
}

.header.std-header .head-search .form-control {
  background-color: #134448;
}

.header.std-header .head-search .search-btn {
  background-color: #1b5f64;
}

.header.std-header .notice-btn:hover,
.header.std-header .skin-btn:hover {
  background-color: #1b5f64;
}

.header.std-header.transparent {
  background-color: transparent;
}

.header.tch-header {
  background-color: transparent;
}

.header.tch-header .nav a.active {
  background-color: #1b5f64;
}

.header.tch-header .head-search .form-control {
  background-color: #134448;
}

.header.tch-header .head-search .search-btn {
  background-color: #1b5f64;
}

.header.tch-header .notice-btn:hover,
.header.tch-header .skin-btn:hover {
  background-color: #1b5f64;
}

.header.cls-header {
  background-color: rgba(30, 118, 113, 0.7);
}

.header.cls-header.dark {
  background-color: #1E7671;
}

.header.cls-header .nav a.active {
  background-color: #1b5f64;
}

.header.cls-header .head-search .form-control {
  background-color: #134448;
}

.header.cls-header .head-search .search-btn {
  background-color: #1b5f64;
}

.header.cls-header .notice-btn:hover,
.header.cls-header .skin-btn:hover {
  background-color: #1b5f64;
}

.banner {
  position: relative;
  z-index: 1;
  *zoom: 1;
}

.banner:before, .banner:after {
  content: " ";
  display: table;
}

.banner:after {
  clear: both;
}

.banner .webWidth {
  padding-top: 20px;
}

.banner .webWidth .user-group,
.banner .webWidth .data-group {
  height: 100px;
  font-size: 0;
}

.banner .webWidth .user-group:after,
.banner .webWidth .data-group:after {
  vertical-align: middle;
}

.banner .webWidth .user-group > *,
.banner .webWidth .data-group > * {
  display: inline-block;
  vertical-align: middle;
}

.banner .webWidth .user-group > *:first-child,
.banner .webWidth .data-group > *:first-child {
  margin-left: 0;
}

.banner .webWidth .user-group > *:last-child,
.banner .webWidth .data-group > *:last-child {
  margin-right: 0;
}

.banner .user-group {
  float: left;
  margin-left: 32px;
  color: white;
}

.banner .user-group .portrait {
  margin-right: 24px;
}

.banner .user-group .name {
  font-size: 18px;
  font-weight: 600;
}

.banner .user-group .slogan {
  margin-top: 12px;
  font-size: 14px;
}

.data-group {
  float: right;
  margin-right: 32px;
}

.data-group .cell {
  position: relative;
}

.data-group .cell:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 32px;
  margin-top: -16px;
  background-color: white;
  opacity: .2;
}

.data-group .cell:last-child:after {
  display: none;
}

.data-group .cell:first-child .data-wrap {
  margin-left: 0;
}

.data-group .cell:last-child .data-wrap {
  margin-right: 0;
}

.data-group .data-wrap {
  margin-right: 32px;
  margin-left: 32px;
  color: white;
}

.data-group .data-wrap .title {
  margin-bottom: 12px;
  font-size: 14px;
}

.data-group .data-wrap .con {
  font-size: 0;
}

.data-group .data-wrap .con:after {
  vertical-align: bottom;
}

.data-group .data-wrap .con > * {
  display: inline-block;
  vertical-align: bottom;
}

.data-group .data-wrap .con > *:first-child {
  margin-left: 0;
}

.data-group .data-wrap .con > *:last-child {
  margin-right: 0;
}

.data-group .data-wrap .con .num {
  margin-right: 4px;
  font-family: "Conv_PFDinTextPro-Light";
  font-size: 28px;
  line-height: 1;
}

.data-group .data-wrap .con .unit {
  font-size: 12px;
  line-height: 1.8;
}

.main {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  margin-bottom: 16px;
  overflow-x: hidden;
  overflow-y: auto !important;
}

.main .webWidth {
  position: relative;
  height: 100%;
  *zoom: 1;
}

.main .webWidth:before, .main .webWidth:after {
  content: " ";
  display: table;
}

.main .webWidth:after {
  clear: both;
}

.main.std-main {
  height: calc(100% - 96px);
}

.main.std-main .webWidth {
  height: calc(100% - 100px - 20px);
}

.main.std-main-noban {
  height: calc(100% - 96px);
}

.main.tch-main, .main.cls-main {
  height: calc(100% - 112px);
}

.main.tch-main {
  margin-top: 96px;
}

.main.cls-main {
  padding-top: 16px;
}

.main.tch-main-simple {
  height: calc(100% - 96px);
  padding-top: 0;
}

.menu-container {
  position: fixed;
  bottom: 16px;
  left: 50%;
  width: 168px;
}

.menu-container .menu-wrap {
  position: relative;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
}

.menu-container .menu-wrap .user-group {
  margin-right: 12px;
  margin-bottom: 32px;
  margin-left: 12px;
  color: white;
  text-align: center;
}

.menu-container .menu-wrap .user-group .portrait {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.menu-container .menu-wrap .user-group .name {
  display: block;
  margin-top: 12px;
  font-size: 18px;
  line-height: 1;
}

.menu-container .menu-wrap .user-group .slogan {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
}

.menu-container .menu-wrap .menu {
  padding: 0 8px;
}

.menu-container .menu-wrap .menu .btn-link {
  position: relative;
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 8px;
  padding-left: 12px;
  color: white;
  line-height: 40px;
  background-color: rgba(27, 95, 100, 0.25);
  border-radius: 8px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0;
}

.menu-container .menu-wrap .menu .btn-link:after {
  vertical-align: middle;
}

.menu-container .menu-wrap .menu .btn-link > * {
  display: inline-block;
  vertical-align: middle;
}

.menu-container .menu-wrap .menu .btn-link > *:first-child {
  margin-left: 0;
}

.menu-container .menu-wrap .menu .btn-link > *:last-child {
  margin-right: 0;
}

.menu-container .menu-wrap .menu .btn-link:first-child {
  margin-top: 0;
}

.menu-container .menu-wrap .menu .btn-link:last-child {
  margin-bottom: 0;
}

.menu-container .menu-wrap .menu .btn-link .icon {
  margin-right: 8px;
  font-size: 18px;
  line-height: 1;
}

.menu-container .menu-wrap .menu .btn-link .text {
  font-size: 15px;
}

.menu-container .menu-wrap .menu .btn-link .arrow {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  font-size: 0;
  font-size: 13px;
  transition: 0.3s;
}

.menu-container .menu-wrap .menu .btn-link .arrow:after {
  vertical-align: middle;
}

.menu-container .menu-wrap .menu .btn-link .arrow > * {
  display: inline-block;
  vertical-align: middle;
}

.menu-container .menu-wrap .menu .btn-link .arrow > *:first-child {
  margin-left: 0;
}

.menu-container .menu-wrap .menu .btn-link .arrow > *:last-child {
  margin-right: 0;
}

.menu-container .menu-wrap .menu .btn-link.open .arrow {
  transform: rotate(180deg);
}

.menu-container .menu-wrap .submenu {
  display: none;
}

.menu-container .menu-wrap .submenu .btn-link {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 8px;
  padding-left: 38px;
  font-size: 14px;
  color: white;
  line-height: 36px;
  background: none !important;
  border-radius: 8px;
  box-sizing: border-box;
}

.menu-container .menu-wrap .submenu .btn-link:first-child {
  margin-top: 0;
}

.menu-container .menu-wrap .submenu .btn-link:last-child {
  margin-bottom: 0;
}

@media screen and (max-height: 668px) {
  .menu-container .user-group {
    margin-bottom: 20px;
  }
  .menu-container .slogan {
    display: none;
  }
}

.menu-container.tch-menu, .menu-container.tch-menu-simple {
  top: 96px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/themeGreen/teacher/menu/menu-bg.png");
  border-radius: 8px;
  overflow: hidden;
}

.menu-container.tch-menu .user-group, .menu-container.tch-menu-simple .user-group {
  padding-top: 24px;
}

.menu-container.tch-menu .menu, .menu-container.tch-menu-simple .menu {
  height: calc(100% - 194px - 60px);
  padding: 0 16px;
}

.menu-container.tch-menu .menu .btn-link, .menu-container.tch-menu-simple .menu .btn-link {
  background-color: rgba(28, 68, 73, 0.25);
}

@media screen and (max-height: 668px) {
  .menu-container.tch-menu .menu, .menu-container.tch-menu-simple .menu {
    height: calc(100% - 142px - 48px);
  }
}

.menu-container.tch-menu .menu .btn-link.active,
.menu-container.tch-menu .submenu .btn-link.active, .menu-container.tch-menu-simple .menu .btn-link.active,
.menu-container.tch-menu-simple .submenu .btn-link.active {
  color: white !important;
  background: url("../images/themeGreen/teacher/menu/current.png") !important;
  background-position: right bottom !important;
  background-size: cover !important;
}

.menu-container.tch-menu .menu-bg-top,
.menu-container.tch-menu .menu-bg-bottom, .menu-container.tch-menu-simple .menu-bg-top,
.menu-container.tch-menu-simple .menu-bg-bottom {
  position: absolute;
  right: 0;
  left: 0;
}

.menu-container.tch-menu .menu-bg-top, .menu-container.tch-menu-simple .menu-bg-top {
  top: 0;
  z-index: 0;
  height: 227px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/themeGreen/teacher/menu/menu-bg-top.png");
}

.menu-container.tch-menu .menu-bg-bottom, .menu-container.tch-menu-simple .menu-bg-bottom {
  bottom: 0;
  z-index: 1;
  height: 439px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/themeGreen/teacher/menu/menu-bg-bottom.png");
}

.menu-container.tch-menu-simple {
  top: 80px;
}

.menu-container.std-menu, .menu-container.std-menu-noban, .menu-container.cls-menu {
  padding-top: 16px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 6px;
}

.menu-container.std-menu .menu, .menu-container.std-menu-noban .menu, .menu-container.cls-menu .menu {
  height: calc(100% - 64px);
}

.menu-container.std-menu .menu .btn-link, .menu-container.std-menu-noban .menu .btn-link, .menu-container.cls-menu .menu .btn-link {
  background-color: rgba(27, 95, 100, 0.25);
}

.menu-container.std-menu .menu .btn-link .icon, .menu-container.std-menu-noban .menu .btn-link .icon, .menu-container.cls-menu .menu .btn-link .icon {
  color: white;
}

.menu-container.std-menu .menu .btn-link .text, .menu-container.std-menu-noban .menu .btn-link .text, .menu-container.cls-menu .menu .btn-link .text {
  color: white;
}

.menu-container.std-menu .menu .btn-link .arrow, .menu-container.std-menu-noban .menu .btn-link .arrow, .menu-container.cls-menu .menu .btn-link .arrow {
  color: white !important;
}

.menu-container.std-menu .submenu .btn-link, .menu-container.std-menu-noban .submenu .btn-link, .menu-container.cls-menu .submenu .btn-link {
  color: white;
}

.menu-container.std-menu .menu .btn-link.active,
.menu-container.std-menu .submenu .btn-link.active, .menu-container.std-menu-noban .menu .btn-link.active,
.menu-container.std-menu-noban .submenu .btn-link.active, .menu-container.cls-menu .menu .btn-link.active,
.menu-container.cls-menu .submenu .btn-link.active {
  color: white !important;
}

.menu-container.std-menu .menu .btn-link.active .icon,
.menu-container.std-menu .menu .btn-link.active .text,
.menu-container.std-menu .submenu .btn-link.active .icon,
.menu-container.std-menu .submenu .btn-link.active .text, .menu-container.std-menu-noban .menu .btn-link.active .icon,
.menu-container.std-menu-noban .menu .btn-link.active .text,
.menu-container.std-menu-noban .submenu .btn-link.active .icon,
.menu-container.std-menu-noban .submenu .btn-link.active .text, .menu-container.cls-menu .menu .btn-link.active .icon,
.menu-container.cls-menu .menu .btn-link.active .text,
.menu-container.cls-menu .submenu .btn-link.active .icon,
.menu-container.cls-menu .submenu .btn-link.active .text {
  color: inherit !important;
}

.menu-container.std-menu, .menu-container.std-menu-noban {
  background-color: transparent;
  background-image: none;
}

.menu-container.std-menu .menu, .menu-container.std-menu-noban .menu {
  height: calc(100% - 32px);
}

.menu-container.std-menu .menu .btn-link.active,
.menu-container.std-menu .submenu .btn-link.active, .menu-container.std-menu-noban .menu .btn-link.active,
.menu-container.std-menu-noban .submenu .btn-link.active {
  background: url("../images/themeGreen/student/menu/current.png") !important;
  background-position: right bottom !important;
  background-size: cover !important;
}

.menu-container.std-menu {
  top: 200px;
}

.menu-container.std-menu-noban {
  top: 80px;
}

.menu-container.std-menu-noban .user-group {
  color: white;
}

.menu-container.cls-menu {
  top: 96px;
  background-color: transparent;
  background-image: none;
}

.menu-container.cls-menu .user-group {
  color: white;
}

.menu-container.cls-menu .menu {
  height: calc(100% - 194px - 24px);
}

.menu-container.cls-menu .menu .btn-link {
  background-color: rgba(27, 95, 100, 0.25) !important;
}

@media screen and (max-height: 668px) {
  .menu-container.cls-menu .menu {
    height: calc(100% - 142px - 8px);
  }
}

.menu-container.cls-menu .submenu .btn-link {
  background-color: transparent !important;
}

.menu-container.cls-menu .menu .btn-link.active,
.menu-container.cls-menu .submenu .btn-link.active {
  background: url("../images/themeGreen/class/menu/current.png") !important;
  background-position: right bottom !important;
  background-size: cover !important;
}

.contents {
  position: relative;
  width: calc(100% - 184px);
  min-height: 100%;
  margin-left: 184px;
}

.contents-md,
.contents-sm,
.contents-xs {
  margin-right: auto;
  margin-left: auto;
}

.contents-md {
  width: 900px;
}

.contents-sm {
  width: 800px;
}

.contents-xs {
  width: 600px;
}

.contents-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.05);
}

.footer {
  color: white;
  text-align: center;
}

.footer p {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.footer p > * {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  vertical-align: middle;
}

.footer img {
  width: 16px;
  height: 16px;
  line-height: 1 !important;
}

.footer a {
  color: white;
}

/**
 * Misc
 * ----------------------------------------------------------------------------
*/
.btn-shadow-primary, .popup-foot .btn.btn-solid-primary:hover {
  box-shadow: 0 2px 6px rgba(23, 130, 130, 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: #178282;
}

.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: #e54d4d;
  border: 1px solid white;
  box-sizing: border-box;
}

.dot.primary {
  background-color: #178282;
}

.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;
}

/**
 * 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.33333%;
}

.dvs-4 {
  float: left;
  width: 25%;
}

.dvs-5 {
  float: left;
  width: 20%;
}

.dvs-6 {
  float: left;
  width: 16.66667%;
}

.dvs-7 {
  float: left;
  width: 14.28571%;
}

.dvs-8 {
  float: left;
  width: 12.5%;
}

.dvs-9 {
  float: left;
  width: 11.11111%;
}

.dvs-10 {
  float: left;
  width: 10%;
}

.dvs-11 {
  float: left;
  width: 9.09091%;
}

.dvs-12 {
  float: left;
  width: 8.33333%;
}

.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: #178282 !important;
}

.red {
  color: #e54d4d !important;
}

.green {
  color: #22c3ae !important;
}

.yellow {
  color: #e5b700 !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;
}

.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;
}

.rounded {
  border-radius: 100px !important;
}

.sharp {
  border-radius: 0 !important;
}

.link-default.disabled, .link-normal.disabled, .link-light.disabled, .link-icon.disabled {
  color: #bfbfbf;
  cursor: not-allowed;
  pointer-events: none;
}

.link-default {
  font-size: inherit;
  color: #595959;
  text-decoration: none;
}

.link-default:hover {
  color: #178282;
}

.link-default:active {
  color: #115f5f;
}

.link-normal {
  font-size: inherit;
  color: #178282;
  text-decoration: none;
}

.link-normal:hover {
  text-decoration: underline;
}

.link-normal:active {
  color: #115f5f;
}

.link-light {
  font-size: inherit;
  color: #8c8c8c;
  text-decoration: none;
}

.link-light:hover {
  color: #178282;
}

.link-light:active {
  color: #115f5f;
}

.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;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/**
 * 通用----------------------------------------------------------------------------
 */
.btn-88 {
  width: 88px;
}

.btn-100 {
  width: 100px;
}

.btn-120 {
  width: 120px;
}

.btn-140 {
  width: 140px;
}

.gradient-btn {
  background-image: url("../images/themeGreen/base-gradient.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gradient-btn:hover {
  opacity: .9;
  box-shadow: 0 4px 8px rgba(23, 130, 130, 0.4);
}

.collapse-btn {
  border: 0;
  display: inline-block;
  width: 48px;
  font-size: 14px;
  color: #595959;
  line-height: 28px;
  text-align: center;
}

.collapse-btn:hover {
  color: #178282;
}

.collapse-btn.active i {
  display: inline-block;
  transform: rotate(180deg);
}

.collapse-row {
  height: 36px;
  text-align: center;
  font-size: 0;
}

.collapse-row:after {
  vertical-align: middle;
}

.collapse-row > * {
  display: inline-block;
  vertical-align: middle;
}

.collapse-row > *:first-child {
  margin-left: 0;
}

.collapse-row > *:last-child {
  margin-right: 0;
}

.collapse-row .collapse-btn {
  color: #bfbfbf;
}

.collapse-row .collapse-btn:hover {
  color: #178282;
}

.btn-wrap {
  font-size: 0;
}

.btn-wrap:after {
  vertical-align: middle;
}

.btn-wrap > * {
  display: inline-block;
  vertical-align: middle;
}

.btn-wrap > *:first-child {
  margin-left: 0;
}

.btn-wrap > *:last-child {
  margin-right: 0;
}

.btn-wrap > * {
  margin: 0 6px;
}

.btn-wrap > *:first-child {
  margin-left: 0;
}

.btn-wrap > *:last-child {
  margin-right: 0;
}

.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ell::before {
  content: '';
  display: block;
}

.hint-icon {
  font-size: 16px;
  color: #8c8c8c;
  vertical-align: middle;
}

.hint-icon i {
  line-height: inherit;
}

.hint-icon:hover {
  color: #178282;
}

.steal {
  font-size: 56px;
  opacity: .8;
}

.steal.green {
  color: #22c3ae;
}

.steal.red {
  color: #e54d4d;
}

.steal.gray {
  color: #bfbfbf;
}

.default-lab {
  background-color: rgba(0, 0, 0, 0.5);
}

.book-lab {
  position: relative;
  line-height: 20px;
  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-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.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 .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;
}

.corner-lab-br,
.corner-lab-bl {
  display: inline-block;
  color: #178282;
  border-radius: 0 !important;
}

.corner-lab-br .lab-text,
.corner-lab-bl .lab-text {
  font-size: 13px !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-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: #e54d4d;
}

.state {
  display: inline-block;
  height: 22px;
  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: 4px;
  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: 12px;
  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;
}

.lots {
  width: 240px;
}

.lots .tooltip-con {
  padding: 8px 12px;
  line-height: 1.4;
  text-align: left;
  white-space: normal !important;
  text-align: justify;
  text-justify: inter-ideagraph;
  word-break: normal;
  word-wrap: break-word;
}

.price {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #e54d4d;
}

.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: 16px;
  padding-left: 32px;
}

.tabs-tosub .arrow {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -8px;
  color: #d0dcdc;
}

.normal-search {
  position: relative;
  width: 340px;
}

.normal-search .form-control {
  padding-right: 40px;
  border-color: #d9d9d9;
}

.normal-search .btn-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 0;
}

.normal-search .btn-icon i {
  font-size: 16px !important;
}

.normal-search .btn-icon:hover {
  color: #178282;
}

.drop-filter {
  position: relative;
  z-index: 100;
  min-width: 100px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0;
  color: #595959;
  text-align: center;
  cursor: pointer;
}

.drop-filter span,
.drop-filter i {
  display: inline-block;
  vertical-align: middle;
}

.drop-filter .result {
  font-size: 14px;
  line-height: 22px;
}

.drop-filter .arrow {
  margin-right: -4px;
  margin-left: 4px;
  font-size: 16px;
}

.drop-filter .arrow i {
  line-height: 1 !important;
  transform-origin: center center;
  transition: 0.3s;
}

.drop-filter.active {
  color: #178282;
}

.drop-filter.active .arrow i {
  transform: rotate(180deg);
}

.drop-filter-list {
  position: absolute;
  top: 100%;
  min-width: 100%;
  width: auto !important;
  padding: 8px 0;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.drop-filter-list .title {
  display: block;
  margin-right: 12px;
  margin-left: 12px;
  padding-bottom: 4px;
  font-size: 12px;
  color: #bfbfbf;
  line-height: 18px;
  border-bottom: 1px solid #f2f2f2;
}

.drop-filter-list .link-default {
  position: relative;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 32px;
  padding-left: 34px;
  font-size: 13px;
  color: #595959;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
}

.drop-filter-list .link-default .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  display: none;
  margin-top: -7px;
  font-size: 14px;
  line-height: 1;
}

.drop-filter-list .link-default:hover {
  background-color: #ebfff4;
}

.drop-filter-list .link-default.active {
  color: #178282;
}

.drop-filter-list .link-default.active .icon {
  display: inline-block;
}

.data-item {
  height: 80px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 8px;
  font-size: 0;
}

.data-item.data-item-1 {
  background-color: rgba(126, 218, 135, 0.15);
}

.data-item.data-item-2 {
  background-color: rgba(148, 211, 255, 0.15);
}

.data-item.data-item-3 {
  background-color: rgba(131, 173, 255, 0.15);
}

.data-item.data-item-4 {
  background-color: rgba(200, 186, 255, 0.15);
}

.data-item.data-item-5 {
  background-color: rgba(255, 158, 117, 0.15);
}

.data-item.data-item-6 {
  background-color: rgba(148, 228, 255, 0.15);
}

.data-item.data-item-7 {
  background-color: rgba(236, 178, 29, 0.15);
}

.data-item:after {
  vertical-align: middle;
}

.data-item > * {
  display: inline-block;
  vertical-align: middle;
}

.data-item > *:first-child {
  margin-left: 0;
}

.data-item > *:last-child {
  margin-right: 0;
}

.data-item .icon {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.data-item .con {
  width: calc(100% - 64px);
}

.data-item .score > span {
  vertical-align: bottom;
}

.data-item .score .num {
  font-family: "Conv_PFDinTextPro-Light";
  font-size: 24px;
  color: #141414;
  line-height: 1;
}

.data-item .score .unit {
  margin-left: 4px;
  font-size: 12px;
  color: #8c8c8c;
  line-height: 18px;
}

.data-item .name {
  font-size: 12px;
  color: #595959;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.data-item .name::before {
  content: '';
  display: block;
}

.data-item.credit-item {
  height: 48px;
  padding: 0;
}

.credit-item {
  position: relative;
  margin-right: 32px;
  margin-left: 32px;
}

.credit-item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -32px;
  display: inline-block;
  width: 1px;
  height: 32px;
  margin-top: -16px;
  background-color: #e6e6e6;
}

.contents-container {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: white;
  border-radius: 8px;
}

.contents-container:first-child {
  margin-top: 0;
}

.contents-container:last-child {
  margin-bottom: 0;
}

.contents-container.light-bg {
  background-color: #effff6;
}

.contents-container.gradient-bg {
  background-image: url("../images/themeGreen/card-gradient.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.contents-container .contents-wrap {
  height: 100%;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  box-sizing: border-box;
}

.contents-head {
  position: relative;
  z-index: 10;
  height: 36px;
  margin-bottom: 24px;
}

.contents-head .title-group .bar {
  width: 4px;
  height: 16px;
  margin-right: 12px;
  background-image: url("../images/themeGreen/base-gradient.svg");
  border-radius: 2px;
}

.contents-head .title-group .title {
  font-size: 18px;
  font-weight: 600;
  color: #141414;
}

.contents-head .append {
  font-size: 0;
}

.contents-head .append:after {
  vertical-align: middle;
}

.contents-head .append > * {
  display: inline-block;
  vertical-align: middle;
}

.contents-head .append > *:first-child {
  margin-left: 0;
}

.contents-head .append > *:last-child {
  margin-right: 0;
}

.contents-head .append > * {
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 0;
  margin-left: 8px;
}

.contents-head .append .link-normal {
  margin-left: 12px;
  font-size: 14px;
}

.contents-head .append .form-pretitle .form-title {
  width: auto;
}

.contents-head .append .form-pretitle .form-con {
  width: 340px;
}

.contents-head .append .form-pretitle .form-con .range-wrap {
  position: relative;
  padding-right: 36px;
}

.contents-head .append .form-pretitle .form-con .range-wrap .icon {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  color: #595959;
  margin-top: -8px;
}

.contents-head .append .form-pretitle .form-con .range-wrap .icon i {
  line-height: 1;
}

.contents-subhead {
  position: relative;
  height: 32px;
}

.contents-subhead .title-group .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.contents-subhead .title-group .icon.icon-hourglass {
  background-image: url("../images/themeGreen/icons/hourglass-colored.svg");
}

.contents-subhead .title-group .icon.icon-book-stack {
  background-image: url("../images/themeGreen/icons/book-stack-colored.svg");
}

.contents-subhead .title-group .icon.icon-layers {
  background-image: url("../images/themeGreen/icons/layers-colored.svg");
}

.contents-subhead .title-group .icon.icon-diary {
  background-image: url("../images/themeGreen/icons/diary-colored.svg");
}

.contents-subhead .title-group .title {
  font-size: 16px;
  font-weight: 600;
  color: #141414;
}

.contents-subhead .title-group .title span {
  margin-left: 8px;
  font-weight: normal;
}

.contents-subhead .append {
  font-size: 0;
}

.contents-subhead .append:after {
  vertical-align: middle;
}

.contents-subhead .append > * {
  display: inline-block;
  vertical-align: middle;
}

.contents-subhead .append > *:first-child {
  margin-left: 0;
}

.contents-subhead .append > *:last-child {
  margin-right: 0;
}

.contents-subhead .append > * {
  font-size: 14px;
}

.contents-subhead .search-form {
  width: 400px;
}

.table-container {
  position: relative;
}

.table-container .table-row {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}

.table-container .table-row .cell {
  flex: 1;
  height: 52px;
  padding: 0 12px;
  font-family: 'PingFang SC';
  font-size: 14px;
  line-height: 22px;
  color: #141414;
  text-align: center;
  cursor: default;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-container .table-row .cell::before {
  content: '';
  display: block;
}

.table-container .table-row .cell .my-select {
  width: 100%;
}

.table-container .table-row .cell:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.table-container .table-row .cell:first-child {
  padding-left: 20px;
}

.table-container .table-row .cell.cell-dvs-1 {
  flex: 1;
}

.table-container .table-row .cell.cell-dvs-2 {
  flex: 2;
}

.table-container .table-row .cell.cell-dvs-3 {
  flex: 3;
}

.table-container .table-row .cell.cell-dvs-4 {
  flex: 4;
}

.table-container .table-row .cell.cell-dvs-5 {
  flex: 5;
}

.table-container .table-row .cell.cell-dvs-6 {
  flex: 6;
}

.table-container .table-row .cell.cell-dvs-7 {
  flex: 7;
}

.table-container .table-row .cell.cell-dvs-8 {
  flex: 8;
}

.table-container .table-row .cell.cell-dvs-9 {
  flex: 9;
}

.table-container .table-row .cell.cell-dvs-10 {
  flex: 10;
}

.table-container .table-row .cell.cell-check {
  width: 48px !important;
  padding-left: 20px;
  box-sizing: border-box;
}

.table-container .table-row .cell.cell-op .btn {
  margin: 0;
  padding: 0 8px;
  color: #141414;
  height: 32px;
  line-height: 30px;
}

.table-container .table-row .cell.cell-op .btn:first-child {
  margin-left: 0;
}

.table-container .table-row .cell.cell-op .btn:last-child {
  margin-right: 0;
}

.table-container .table-row .cell.cell-op .btn.disabled {
  cursor: default;
  pointer-events: auto;
}

.table-container .table-row .cell.cell-op .btn:hover {
  color: #178282;
  background-color: rgba(23, 130, 130, 0.1);
}

.table-container .table-row .cell.cell-op .link-normal {
  margin-right: 8px;
  margin-left: 8px;
}

.table-container .table-row .cell.cell-op .info {
  color: #bfbfbf;
}

.table-container .table-row .cell.cell-op > * {
  display: inline-block;
  vertical-align: middle;
}

.table-container .table-row .cell.cell-group {
  font-size: 0;
}

.table-container .table-row .cell.cell-group:after {
  vertical-align: middle;
}

.table-container .table-row .cell.cell-group > * {
  display: inline-block;
  vertical-align: middle;
}

.table-container .table-row .cell.cell-group > *:first-child {
  margin-left: 0;
}

.table-container .table-row .cell.cell-group > *:last-child {
  margin-right: 0;
}

.table-container .table-row .cell.cell-group > * {
  margin-right: 4px;
  margin-left: 4px;
  font-size: 14px;
}

.table-container .table-row .cell.cell-group .radius-select {
  width: 96px;
}

.table-container .table-row .cell.cell-fixed-4 span, .table-container .table-row .cell.cell-fixed-6 span {
  display: inline-block;
  white-space: pre-wrap;
  line-height: 1.2 !important;
  vertical-align: middle;
}

.table-container .table-row .cell.cell-fixed-4 {
  min-width: 90px;
}

.table-container .table-row .cell.cell-fixed-6 {
  min-width: 135px;
}

.table-container .table-row .cell.cell-visible {
  overflow: visible;
}

.table-container .table-row:hover {
  background-color: rgba(243, 246, 246, 0.3);
}

.table-container .table-head {
  background-color: #f0f4f4;
  border-radius: 8px;
}

.table-container .table-head .table-row {
  border-bottom: 0;
  border-radius: inherit;
}

.table-container .table-head .table-row:hover {
  background-color: transparent;
}

.table-container .table-head .cell {
  height: 48px;
  color: #8c8c8c;
}

.table-container .table-head .cell.cell-rank .rank {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-image: url("../images/rank-arrow.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

.table-container .table-head .cell.cell-rank .rank.active {
  background-position: right center;
}

.table-container .table-head .cell.cell-rank:hover {
  background-color: #edf2f2;
}

.table-container .table-head .cell.cell-rank:hover:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.table-container .table-head .cell.cell-rank:hover:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.table-container .table-head .cell.cell-rank.active .rank {
  background-position: right center;
}

.table-container.has-split .table-row .cell {
  position: relative;
}

.table-container.has-split .table-row .cell:before {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  display: inline-block;
  width: 1px;
  background: #f2f2f2;
}

.table-container.has-split .table-row .cell:first-child:before {
  display: none;
}

.table-container.has-split .table-head .cell:before {
  background-color: #e6e6e6;
}

.table-container.multi-lines .table-body .table-row .cell {
  height: auto;
  min-height: 52px;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
  word-break: break-all;
}

.table-container.multi-lines .nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-container.multi-lines .nowrap::before {
  content: '';
  display: block;
}

.table-container.block-table {
  border-radius: 8px;
  box-shadow: 0 9px 28px 0 rgba(0, 0, 0, 0.05);
}

.filter-container {
  margin-top: -4px;
  margin-bottom: 0 !important;
}

.filter-row {
  position: relative;
  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: 80px;
  margin: 4px 0;
  padding-right: 8px;
  font-size: 14px;
  color: #141414;
  line-height: 28px;
  box-sizing: border-box;
}

.filter-row .filter-body {
  width: calc(100% - 152px);
  height: 36px;
  padding-right: 72px;
  overflow-y: hidden;
}

.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: #ebf0f0;
}

.filter-row .filter-body .item.active {
  color: #178282;
  background-color: rgba(23, 130, 130, 0.1);
}

.filter-row .filter-body.open {
  height: auto;
}

.filter-row .filter-body.open-default {
  width: calc(100% - 80px);
  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: 80px;
  padding: 8px;
  background-color: #f3f6f6;
  border-radius: 6px;
}

.filter-row.filter-row-sub .filter-body.open-default {
  width: 100%;
}

.filter-row.filter-row-sub .collapse-btn {
  right: 8px;
  bottom: 12px;
}

.filter-form-row {
  margin-top: 8px;
  margin-bottom: 8px;
}

.filter-form-row:first-child {
  margin-top: 0;
}

.filter-form-row:last-child {
  margin-bottom: 0;
}

.filter-form-row > * {
  flex: 1;
  margin: 0 8px;
}

.filter-form-row > *:first-child {
  margin-left: 0;
}

.filter-form-row > *:last-child {
  margin-right: 0;
}

.filter-form-row.with-search {
  position: relative;
  padding-right: 160px;
}

.filter-form-row .search-btn-group {
  font-size: 0;
}

.filter-form-row .search-btn-group:after {
  vertical-align: middle;
}

.filter-form-row .search-btn-group > * {
  display: inline-block;
  vertical-align: middle;
}

.filter-form-row .search-btn-group > *:first-child {
  margin-left: 0;
}

.filter-form-row .search-btn-group > *:last-child {
  margin-right: 0;
}

.filter-form-row .search-btn-group .btn {
  width: 72px;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 0;
  padding-left: 0;
}

.filter-form-row .search-btn-group .btn:first-child {
  margin-left: 0;
}

.filter-form-row .search-btn-group .btn:last-child {
  margin-right: 0;
}

.filter-form-row .search-btn-group .search-btn {
  color: #178282;
  background-color: #cdf4e4;
}

.filter-form-row .search-btn-group .search-btn:hover {
  background-color: #c0f1dd;
}

.filter-form-row .search-btn-group .reset-btn {
  color: #8c8c8c;
  background-color: #e2e9e9;
}

.filter-form-row .search-btn-group .reset-btn:hover {
  background-color: #d9e2e2;
}

.filter-result {
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px;
  color: #595959;
  background-color: #cdf4e4;
  border-radius: 4px;
}

.filter-result span {
  margin-right: 4px;
  margin-left: 4px;
}

.card {
  position: relative;
  top: 0;
  margin: 8px;
  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: 1px solid #e6e6e6;
  border-radius: 8px;
  transition: 0.3s;
}

.card:hover {
  top: -8px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
}

.card.nohover:hover {
  box-shadow: none;
}

.card.nohover:hover .thumb img {
  background-size: 120% 120%;
}

.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-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-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;
}

.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: 8px;
  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-line-clamp: 2;
  word-break: break-all;
}

.card .foot {
  *zoom: 1;
  min-height: 32px;
}

.card .foot:before, .card .foot:after {
  content: " ";
  display: table;
}

.card .foot:after {
  clear: both;
}

.card .foot .info {
  line-height: 32px;
}

.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: 12px;
  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 {
  overflow: hidden;
}

.card.h-card .card-wrap {
  padding: 12px;
  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: 230px;
  margin-right: 12px;
}

.card.h-card .con {
  position: relative;
  width: calc((100% - 242px));
  height: 153.33333px;
}

.card.h-card .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

.card.h-card .info {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card.h-card .info::before {
  content: '';
  display: block;
}

.card.h-card .info-group > div {
  margin-top: 4px;
}

.card.h-card .info-group > div:first-child {
  margin-top: 0;
}

.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 .foot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.card.h-card.card-sm .thumb {
  width: 176px;
}

.card.h-card.card-sm .con {
  width: calc((100% - 188px));
  height: 117.33333px;
}

.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.cert-card .thumb {
  padding-top: 16px;
  background-image: url("../images/themeGreen/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 {
  height: 36px;
  margin-right: 52px;
  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-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: .8;
}

.card-stack:after {
  margin-top: 12px;
  right: 12px;
  margin-bottom: -12px;
  left: 12px;
  z-index: -2;
  opacity: .6;
}

.card-gallery {
  margin: -8px;
  flex-wrap: wrap;
}

.card-gallery.v-card-gallery .cell {
  width: 25%;
}

.card-gallery.h-card-gallery .cell {
  width: 50%;
}

.order-head .btn-icon, .cart-container .btn-icon {
  padding: 0;
  color: #8c8c8c;
  line-height: 18px;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}

.order-head .btn-icon > *, .cart-container .btn-icon > * {
  margin-right: 2px;
  margin-left: 2px;
}

.order-head .btn-icon i, .cart-container .btn-icon i {
  line-height: 1;
}

.order-head .btn-icon span, .cart-container .btn-icon span {
  font-size: 12px;
}

.order-head .btn-icon:hover, .cart-container .btn-icon:hover {
  color: #178282;
}

.order-list-head {
  position: relative;
  height: 32px;
  background-color: rgba(243, 246, 246, 0.6);
  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: 12px;
  color: #8c8c8c;
}

.order-list-head ul .order-filtertime {
  position: absolute;
  top: 0;
  left: 0;
  width: 124px;
  line-height: 32px;
}

.order-list-head ul .order-selectall {
  position: absolute;
  top: 0;
  left: 14px;
  line-height: 32px;
}

.order-list-head ul .order-selectall .form-label-con {
  padding: 0;
  font-size: 12px;
  color: #141414;
}

.order-list .cell {
  margin-top: 12px;
  margin-bottom: 12px;
}

.order-wrap {
  border: 1px solid #ebf0f0;
  border-radius: 8px;
}

.order-wrap:hover .order-head .append .btn {
  display: inline-block;
}

.order-head {
  position: relative;
  height: 32px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: rgba(243, 246, 246, 0.6);
  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: #8c8c8c;
  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: #ebf0f0;
}

.order-body .order-cell:last-child:after {
  display: none;
}

.order-body .order-cell.order-check {
  width: 48px;
  text-align: center;
}

.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: 6px;
}

.order-body .order-cell .wrap-group {
  height: 100%;
}

.order-body .order-cell .wrap-group .wrap {
  height: 110.66667px;
  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% - 284px);
}

.order-body .order-cell .wrap {
  height: 100%;
  padding: 0 16px;
  font-size: 0;
}

.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 .info {
  font-size: 13px;
  color: #8c8c8c;
}

.order-body .thumb {
  position: relative;
  z-index: 1;
  width: 130px;
  margin-right: 12px;
  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;
}

.order-body .con {
  width: calc(100% - 142px);
}

.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 {
  font-size: 14px;
  font-weight: 600;
  color: #141414;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-body .con .title::before {
  content: '';
  display: block;
}

.order-body .con .info {
  font-size: 13px;
  color: #595959;
  line-height: 22px;
}

.order-body .con .lab-group .lab {
  margin-right: 8px;
}

.order-body .state-wrap {
  width: 154px;
  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 .btn-solid-danger:hover {
  background-color: #ec7a7a;
  box-shadow: 0 2px 8px rgba(229, 77, 77, 0.3);
}

.order-list-sm .cell {
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
}

.order-list-sm .cell:last-child {
  border-bottom: 0;
}

.order-body-sm {
  min-height: 94px;
}

.order-body-sm .order-cell:after {
  display: none;
}

.order-body-sm .order-cell .wrap-group .wrap {
  width: 100%;
  height: 94px;
  margin-bottom: -12px;
  border-bottom: 0;
}

.order-body-sm .order-cell .wrap-group .wrap:last-child {
  margin-bottom: 0;
}

.order-body-sm .thumb {
  width: 105px;
}

.order-body-sm .con {
  width: calc(100% - 117px) !important;
}

.order-body-sm .con > div {
  margin-top: 2px;
  margin-bottom: 2px;
}

.order-body-sm .con .title {
  height: auto !important;
  max-height: 44px;
}

.order-body-sm .con .info-group .info {
  margin-right: 8px;
  margin-left: 8px;
  color: #bfbfbf;
}

.order-body-sm .con .info-group .info:first-child {
  margin-left: 0;
}

.order-body-sm .con .info-group .info:last-child {
  margin-right: 0;
}

.order-body-sm.disabled .thumb {
  opacity: .5;
}

.order-body-sm.disabled .title {
  color: #bfbfbf;
}

.order-body-sm.disabled .price {
  color: #bfbfbf;
}

.order-container .order-cell-1 {
  width: 154px;
}

.order-container .order-cell-2 {
  width: calc(100% - 462px);
  text-align: left;
}

.order-container .order-cell-3 {
  width: calc(100% - 308px);
  text-align: left;
}

.order-container .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% - 618px);
  text-align: left;
}

.invoice-container .invoice-cell-3 .wrap {
  padding-left: 0;
}

.invoice-container .order-list-head {
  padding-left: 48px;
}

.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-line-clamp: 2;
  word-break: break-all;
}

.cart-container .cart-cell-1 {
  width: 154px;
}

.cart-container .cart-cell-2 {
  width: calc(100% - 356px);
  text-align: left;
}

.cart-container .cart-cell-2 .wrap {
  padding-left: 0;
}

.cart-container .order-list-head {
  padding-left: 48px;
}

.cart-container .order-list-head .cart-cell-2 {
  width: calc(100% - 308px);
  text-align: center;
}

.order-foot {
  position: fixed;
  right: 0;
  bottom: 16px;
  left: 0;
  z-index: 2;
  height: 72px;
  background-color: white;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 -9px 28px 0 rgba(0, 0, 0, 0.05);
}

.order-foot .wrap {
  *zoom: 1;
  height: inherit;
  padding-right: 48px;
  padding-left: 48px;
}

.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;
}

.order-foot .checkbox-wrap .form-label-con {
  font-size: 12px;
}

.order-foot .btn-sm {
  padding-right: 16px;
  padding-left: 16px;
  color: #595959;
  border-color: #e6e6e6;
}

.order-foot .btn-sm:hover {
  color: #178282;
  border-color: #178282;
}

.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;
}

.form-group-title {
  position: relative;
  height: 48px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #f3f6f6;
  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: #178282;
}

.form-group-title .icon.success {
  color: white !important;
  background-color: #22c3ae;
}

.form-group-title .icon.warning {
  color: white !important;
  background-color: #e5b700;
}

.form-group-title .icon.danger {
  color: white !important;
  background-color: #e54d4d;
}

.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;
  text-align: right;
  white-space: normal;
}

.form-group .form-pretitle .form-con {
  width: calc(100% - 96px);
}

.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;
}

.form-group .id-photo,
.form-group .id-card,
.form-group .id-file,
.form-group .id-image {
  background-color: #E4E8ED;
  border-radius: 6px;
  overflow: hidden;
}

.form-group .id-photo {
  width: 72px;
  height: 100.8px;
  background-image: url("../images/photo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-group .id-card {
  width: 90px;
  height: 56.7757px;
  background-image: url("../images/idcard.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.form-group .id-file {
  width: 72px;
  height: 95.65714px;
  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: 160px;
}

.form-group.title-140 .form-con {
  width: calc(100% - 168px);
}

.form-group.title-140 .form-hint.form-pretitle .form-con {
  margin-left: 168px !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;*/
}

.payment-radio {
  margin: -4px -8px;
}

.payment-radio .payment-item {
  position: relative;
  width: 124px;
  height: 50px;
  margin: 4px 8px;
  margin-left: 0;
  text-align: center;
  font-size: 0;
  background-color: rgba(243, 246, 246, 0.6);
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  transition: 0.3s;
  overflow: hidden;
}

.payment-radio .payment-item:after {
  vertical-align: middle;
}

.payment-radio .payment-item > * {
  display: inline-block;
  vertical-align: middle;
}

.payment-radio .payment-item > *:first-child {
  margin-left: 0;
}

.payment-radio .payment-item > *:last-child {
  margin-right: 0;
}

.payment-radio .payment-item .form-radio-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  width: 32px;
  height: 28px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  overflow: hidden;
}

.payment-radio .payment-item .form-radio-btn i {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 1;
}

.payment-radio .payment-item .form-radio-btn span {
  position: absolute;
  right: -16px;
  bottom: -16px;
  z-index: 1;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #178282;
  transform: rotate(45deg);
}

.payment-radio .payment-item:hover {
  background-color: rgba(243, 246, 246, 0.9);
}

.payment-radio .payment-item .wrap {
  font-size: 0;
}

.payment-radio .payment-item .wrap:after {
  vertical-align: middle;
}

.payment-radio .payment-item .wrap > * {
  display: inline-block;
  vertical-align: middle;
}

.payment-radio .payment-item .wrap > *:first-child {
  margin-left: 0;
}

.payment-radio .payment-item .wrap > *:last-child {
  margin-right: 0;
}

.payment-radio .payment-item .icon {
  margin-right: 4px;
  font-size: 24px;
}

.payment-radio .payment-item .icon .icon-wechat-pay-fill {
  color: #1aad19;
}

.payment-radio .payment-item .icon .icon-alipay-fill {
  color: #06B4FD;
}

.payment-radio .payment-item .text {
  font-size: 14px;
  color: #141414;
}

.payment-radio .score-item {
  height: 72px;
}

.payment-radio .score-item .wrap:after {
  display: none;
}

.payment-radio .score-item .wrap > div {
  display: block;
}

.payment-radio .score-item .score {
  width: inherit;
  color: #178282;
}

.payment-radio .score-item .score span {
  display: inline-block;
  vertical-align: middle;
}

.payment-radio .score-item .score .num {
  font-family: "Conv_PFDinTextPro-Light";
  font-size: 28px;
  line-height: 1;
}

.payment-radio .score-item .score .num.invisible {
  position: absolute;
  left: 0;
}

.payment-radio .score-item .score .unit {
  margin-top: 4px;
  margin-left: 4px;
  font-size: 14px;
  line-height: 1;
}

.payment-radio .score-item input[type="text"] {
  width: 122px;
  height: 28px;
  font-family: "Conv_PFDinTextPro-Light";
  font-size: 18px;
  color: #178282;
  text-align: center;
  background-color: transparent;
  vertical-align: middle;
}

.payment-radio .score-item input[type="text"]::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

.payment-radio .score-item input[type="text"]:-ms-input-placeholder {
  color: #bfbfbf;
}

.payment-radio .score-item input[type="text"]::-webkit-input-placeholder {
  color: #bfbfbf;
}

.payment-radio .score-item input[type="text"]:focus, .payment-radio .score-item input[type="text"].focus {
  font-size: 28px;
}

.payment-radio .score-item input[type="text"]:focus::-moz-placeholder, .payment-radio .score-item input[type="text"].focus::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.payment-radio .score-item input[type="text"]:focus:-ms-input-placeholder, .payment-radio .score-item input[type="text"].focus:-ms-input-placeholder {
  color: transparent;
}

.payment-radio .score-item input[type="text"]:focus::-webkit-input-placeholder, .payment-radio .score-item input[type="text"].focus::-webkit-input-placeholder {
  color: transparent;
}

.payment-radio .score-item .info {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 18px;
}

.payment-radio .score-item .price {
  font-weight: normal;
  color: inherit;
}

.payment-radio .score-item.custom-item .unit {
  display: none;
}

.payment-radio .form-label.active .payment-item {
  background-color: transparent;
  border-color: #178282;
}

.payment-radio .form-label.active .payment-item .form-radio-btn {
  display: block;
}

.payment-radio .form-label.active .payment-item .text {
  font-weight: 600;
}

.feedback-radio {
  margin-right: -8px;
  margin-left: -8px;
}

.feedback-radio .feedback-item {
  width: calc(50% - 16px);
  margin: 8px !important;
  padding: 8px 12px;
  background-color: rgba(243, 246, 246, 0.6);
  border-radius: 8px;
  box-sizing: border-box;
}

.feedback-radio .feedback-item.active {
  background-color: #ebfff4;
}

.form-inst {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 22px;
  background-color: #f3f6f6;
  border-radius: 8px;
}

.form-inst:first-child {
  margin-top: 0;
}

.form-inst:last-child {
  margin-bottom: 0;
}

.form-inst .title {
  margin-bottom: 4px;
  font-weight: 600;
  color: #178282;
}

.form-inst .con {
  color: #8c8c8c;
}

.uploadimg-group > * {
  width: 96px;
  height: 96px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 6px;
  overflow: hidden;
  box-sizing: border-box;
  transition: 0.3s;
}

.uploadimg-group > *:first-child {
  margin-left: 0;
}

.uploadimg-group > *:last-child {
  margin-right: 0;
}

.uploadimg-group .img-wrap {
  position: relative;
  cursor: pointer;
}

.uploadimg-group .img-wrap .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s;
}

.uploadimg-group .img-wrap .opbtn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 18px;
  color: white;
  text-align: center;
  line-height: 36px;
  background-color: transparent;
  transition: 0.3s;
}

.uploadimg-group .img-wrap .opbtn:hover {
  background-color: #22c3ae;
}

.uploadimg-group .img-wrap img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.uploadimg-group .img-wrap:hover .overlay {
  opacity: 1;
}

.uploadimg-group .upload-btn {
  color: #bfbfbf;
  border: 1px solid #d9d9d9;
  transition: 0.3s;
}

.uploadimg-group .upload-btn:hover {
  color: #178282;
  border-color: #178282;
}

.uploadimg-group .upload-btn i {
  font-size: 36px !important;
}

.security-container .row {
  margin-top: 16px;
  margin-bottom: 16px;
}

.security-container .row:first-child {
  margin-top: 0;
}

.security-container .row:last-child {
  margin-bottom: 0;
}

.security-wrap {
  position: relative;
  padding: 24px;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  font-size: 0;
}

.security-wrap:after {
  vertical-align: top;
}

.security-wrap > * {
  display: inline-block;
  vertical-align: top;
}

.security-wrap > *:first-child {
  margin-left: 0;
}

.security-wrap > *:last-child {
  margin-right: 0;
}

.security-wrap .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 16px;
  font-size: 0;
  font-size: 24px;
  color: white;
  text-align: center;
}

.security-wrap .icon:after {
  vertical-align: middle;
}

.security-wrap .icon > * {
  display: inline-block;
  vertical-align: middle;
}

.security-wrap .icon > *:first-child {
  margin-left: 0;
}

.security-wrap .icon > *:last-child {
  margin-right: 0;
}

.security-wrap .title {
  padding-top: 6px;
  padding-bottom: 6px;
}

.security-wrap .title .tit {
  font-size: 20px;
  color: #141414;
  line-height: 28px;
}

.security-wrap .title .text {
  margin-left: 12px;
  font-size: 14px;
  color: #595959;
}

.security-wrap .info {
  font-size: 14px;
}

.security-wrap .append {
  padding-right: inherit;
  font-size: 0;
}

.security-wrap .append:after {
  vertical-align: middle;
}

.security-wrap .append > * {
  display: inline-block;
  vertical-align: middle;
}

.security-wrap .append > *:first-child {
  margin-left: 0;
}

.security-wrap .append > *:last-child {
  margin-right: 0;
}

.security-wrap .append .text {
  margin-right: 12px;
  font-size: 14px;
  color: #bfbfbf;
  vertical-align: middle;
}

.security-wrap.pwd .icon {
  background-color: #178282;
}

.security-wrap.mobile .icon {
  background-color: #3eb19e;
}

.security-wrap.email .icon {
  background-color: #e5b700;
}

.security-wrap.wechat .icon {
  background-color: #1aad19;
}

.flow-container {
  position: relative;
  margin-right: 32px;
  margin-left: 32px;
  padding-top: 26px;
}

.flow-container .flow-step {
  position: relative;
  z-index: 2;
  text-align: center;
}

.flow-container .flow-step .title {
  position: absolute;
  top: -26px;
  left: 50%;
  width: 88px;
  margin-left: -44px;
  font-size: 14px;
  color: #595959;
  line-height: 22px;
}

.flow-container .flow-step .step-wrap {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: white;
  border: 2px solid #bfbfbf;
  font-size: 0;
}

.flow-container .flow-step .step-wrap:after {
  vertical-align: middle;
}

.flow-container .flow-step .step-wrap > * {
  display: inline-block;
  vertical-align: middle;
}

.flow-container .flow-step .step-wrap > *:first-child {
  margin-left: 0;
}

.flow-container .flow-step .step-wrap > *:last-child {
  margin-right: 0;
}

.flow-container .flow-step .step-wrap span {
  font-size: 14px;
}

.flow-container .flow-step .step-wrap .num {
  font-weight: 600;
  color: #8c8c8c;
}

.flow-container .flow-step .step-wrap .icon {
  display: none;
  color: white;
}

.flow-container .flow-step .step-wrap .icon i {
  line-height: 1;
}

.flow-container .flow-step.done .title, .flow-container .flow-step.current .title {
  color: #178282;
}

.flow-container .flow-step.done .step-wrap, .flow-container .flow-step.current .step-wrap {
  border-color: #178282;
}

.flow-container .flow-step.done .step-wrap .num, .flow-container .flow-step.current .step-wrap .num {
  color: #178282;
}

.flow-container .flow-step.done .step-wrap {
  background-color: #178282;
}

.flow-container .flow-step.done .step-wrap .num {
  display: none;
}

.flow-container .flow-step.done .step-wrap .icon {
  display: inline-block !important;
}

.flow-container .flow-line {
  flex: 1;
  height: 2px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #e6e6e6;
}

.flow-container .flow-line.done {
  background-color: #178282;
}

.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 .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;
}

.cropper-popup .content {
  padding-top: 24px;
  padding-bottom: 32px;
  text-align: center;
  font-size: 0;
}

.cropper-popup .content:after {
  vertical-align: middle;
}

.cropper-popup .content > * {
  display: inline-block;
  vertical-align: middle;
}

.cropper-popup .content > *:first-child {
  margin-left: 0;
}

.cropper-popup .content > *:last-child {
  margin-right: 0;
}

.cropper-popup .content > div {
  margin-right: 24px;
  margin-left: 24px;
}

.cropper-popup .cropper {
  width: 280px;
  height: 280px;
}

.cropper-popup .cropper img {
  display: block;
  width: 100%;
  height: auto;
}

.cropper-popup .img-preview {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.cropper-popup .img-preview.id-preview {
  width: 120px;
  height: 168px;
  border-radius: 0;
}

.cropper-popup .popup-foot {
  padding-top: 16px;
  border-top: 1px solid #f2f2f2;
}

.valid-popup .content {
  padding-top: 24px;
  padding-bottom: 24px;
}

.valid-popup .form-group {
  margin-right: 24px;
  margin-left: 24px;
}

.valid-popup .form-group > .title {
  font-size: 18px;
  font-weight: bold;
  color: #141414;
  line-height: 28px;
}

.valid-popup .form-group > .info {
  color: #595959;
  line-height: 22px;
}

.valid-popup .form-row:first-child {
  margin-top: 0;
}

.valid-popup .form-row:last-child {
  margin-bottom: 0;
}

.layui-laypage-em {
  background-color: #178282 !important
}
.layui-laypage a:hover{
  color: #178282 !important
}