.itsing {
  font-size: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Scaffolding
 * ----------------------------------------------------------------------------
 */
/**
 * Make sliding smoothly in mobiles.
 */
* {
  -webkit-overflow-scrolling: touch;
}

/**
 * Give `body` a basic style.
 */
body {
  font-family: "PingFang SC", Helvetica, "Helvetica Neue", "Microsoft YaHei", "SimSun", Tahoma, Arial, sans-serif;
  line-height: 1;
  background-color: white;
}

/**
 * Reset list.
 */
ul,
li,
ol {
  padding: 0;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

/**
 * Reset forms.
 */
input,
button,
select,
textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
}

/**
 * Remove default `cross` clear button in IE.
 */
input::-ms-clear {
  display: none;
}

/**
 * Remove default background color in Chrome.
 */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**
 * Remove default inner shadow in Safari for mobile.
 */
input,
textarea {
  -webkit-appearance: none;
}

/**
 * Remove default border-color in Chrome.
 */
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;
}

/**
 * Remove tap highlight in mobiles.
 */
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);
}

/**
 * Remove image's default margin bottom.
 */
img {
  vertical-align: middle;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  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: #999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
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: 10px;
  margin-bottom: 10px;
}
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: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

/**
 * vertical scroll
 * ----------------------------------------
 */
/* vertical scroll common */
.mCS-my-theme.mCSB_scrollTools {
  right: -4px;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: gray;
}
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

/* vertical scroll special */
.mCS-my-theme-special.mCSB_scrollTools {
  right: -30px;
}
.mCS-my-theme-special.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #753582;
}
.mCS-my-theme-special.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(117, 53, 130, 0.3);
}

/**
 * horizontal scroll
 * ----------------------------------------
 */
/* horizontal scroll common */
.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;
}

/**
 * Forms
 * ----------------------------------------------------------------------------
 */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 28px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  background-color: white;
  background-image: none;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-control:focus {
  background-color: white;
  border-color: #753582;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #afafaf;
}
.form-control::-webkit-input-placeholder {
  color: #afafaf;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: white;
  border-color: #bfbfbf;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

/**
 * Forms common styles
 */
.form-row {
  position: relative;
  margin: 10px 0;
}
.form-row .form-textarea-hint {
  margin-top: 5px;
}

.form-title {
  font-size: 14px;
  color: #444;
  line-height: 28px;
}

.form-pretitle {
  padding-left: 80px;
  margin: 5px 20px;
}
.form-pretitle .form-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  margin-top: -14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.input-wrap,
.textarea-wrap,
.date-wrap,
.form-label,
.upload-wrap {
  position: relative;
}

.form-con .tooltip {
  display: none;
  left: 0;
  color: white;
  opacity: 0.95;
  filter: alpha(opacity=95);
}
.form-con .tooltip-up {
  top: -26px;
}
.form-con .tooltip-arr {
  left: 10px;
}
.form-con .tooltip-down {
  bottom: -26px;
}

.form-error .form-control {
  border-color: #f71717;
}
.error-info {
  font-size: 12px;
  color: #f71717;
  line-height: 1.8;
  vertical-align: middle;
}
.error-info i {
  margin-right: .3em;
  font-size: 14px;
  vertical-align: middle;
}

.form-hint {
  position: relative;
}
.form-hint .info {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  line-height: 28px;
}

.text-wrap {
  font-size: 14px;
  color: #444;
  line-height: 28px;
}
.text-wrap p .dot {
  display: inline-block;
  margin-right: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #753582;
  vertical-align: middle;
}

/**
 * Input & extarea 
 */
input.form-control {
  text-indent: 8px;
}

.form-textarea {
  position: relative;
  z-index: 1;
  padding: 8px;
  line-height: 1.4;
  resize: none;
}

.form-textarea-bot {
  font-size: 12px;
  line-height: 30px;
}
.form-textarea-num {
  color: #afafaf;
}

.input-hasicon .form-control {
  text-indent: 32px;
}
.input-icon {
  position: absolute;
  top: 50%;
  left: 8px;
  z-index: 1;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  color: #afafaf;
  line-height: 16px;
  vertical-align: middle;
}
.input-icon i {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
}

.input-append {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: none;
  margin-top: -9px;
  line-height: 1;
}
.input-append .btn-icon-only {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 4px;
  padding: 0;
  font-size: 18px;
  color: #5c5c5c;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 0;
}

/**
 * Raido and Checkbox
 */
.form-label {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  font-weight: normal;
  cursor: pointer;
}
.form-label input[type=radio],
.form-label input[type=checkbox] {
  position: absolute;
  left: -999999px;
}
.form-label:hover .form-radio-btn,
.form-label:hover .form-checkbox-btn {
  border-color: #753582;
}
.form-label.active .form-radio-btn,
.form-label.active .form-checkbox-btn {
  background-color: #753582;
  border-color: #652e70;
}
.form-label.active .form-radio-btn i,
.form-label.active .form-checkbox-btn i {
  display: block;
}
.form-label.active .form-label-con {
  color: #753582;
}
.form-label:last-child .form-label-con {
  margin-right: 0;
}

.form-radio-btn,
.form-checkbox-btn {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  font-size: 12px;
  color: white;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-radio-btn i,
.form-checkbox-btn i {
  display: none;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  vertical-align: middle;
}
.form-radio-btn {
  border-radius: 50%;
}

.form-checkbox-btn {
  border-radius: 4px;
}

.form-label-con {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #444;
  line-height: 28px;
}

/**
 * Select
 */
.form-select .select-arrow {
  position: absolute;
  top: 14px;
  right: 8px;
  z-index: 1;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #444;
  border-top-style: solid;
  margin-top: -2px;
}

.form-select:hover {
  border-color: #753582;
}
.form-select:hover .select-arrow {
  border-top-color: #753582;
}
.form-select .select-main {
  position: relative;
  width: 100%;
}
.form-select .select-set {
  position: relative;
  z-index: 1;
  font-size: 12px;
  text-indent: 8px;
  line-height: 26px;
}
.form-select .select-block {
  position: relative;
  z-index: 2;
  left: -1px;
  width: 100%;
  margin-top: 1px;
  background-color: white;
  border: 1px solid #ccc;
}
.form-select .select-items {
  padding: 0 8px;
  font-size: 12px;
  color: #666;
  line-height: 2;
}
.form-select .select-items:hover {
  color: #222;
  background-color: #fafafa;
}
.form-select .select-items.active, .form-select .select-items.active:hover {
  color: #753582;
  background-color: rgba(117, 53, 130, 0.1);
}

.form-editable-select:hover {
  border-color: #753582;
}
.form-editable-select select {
  width: 100%;
}

.editable-select {
  position: relative;
  height: 26px;
  text-indent: 8px;
  background: url("arrow-down.gif") right center no-repeat;
  background-color: transparent;
}

.editable-select-options {
  position: absolute;
  display: none;
  overflow: auto;
  margin-top: 1px;
  margin-left: -1px;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 10;
}
.editable-select-iframe {
  position: absolute;
  background-color: white;
  z-index: 9;
  display: none;
}
.editable-select-options ul {
  margin: 0;
  padding: 0;
  z-index: 10;
  list-style: none;
  list-style-image: none;
}
.editable-select-options li {
  cursor: default;
  padding: 0 8px;
  font-size: 12px;
  color: #666;
  line-height: 2;
}
.editable-select-options li.selected {
  color: #753582;
  background-color: rgba(117, 53, 130, 0.1);
}
.sp_input {
  height: 28px;
  min-height: 28px;
  padding: 0;
  line-height: 28px;
}

div.sp_result_area {
  width: auto;
  border-radius: 0;
  z-index: 1052;
}
div.sp_result_area div.sp_pagination {
  text-align: center;
  border-top: 1px solid #ddd;
}
div.sp_result_area div.sp_pagination ul {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
/* div.sp_result_area div.sp_pagination ul > li.pageInfoBox a {
  width: auto;
  padding: 0 20px;
} */

ul.sp_results {
  margin-top: -6px;
}
ul.sp_results > li.sp_over {
  background-color: #753582 !important;
}

.sp-iconfont {
  vertical-align: 3px;
}
.ie8 .sp_button span.sp_caret {
  display: inline-block;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #222;
  border-top-style: solid;
}
.ie8 div.sp_result_area div.sp_pagination li a {
  background-position: center center;
  background-repeat: no-repeat;
}
.ie8 div.sp_result_area div.sp_pagination li a i {
  display: none;
}
.ie8 div.sp_result_area div.sp_pagination li.csFirstPage a {
  background-image: url("../images/arrows/first.png");
}
.ie8 div.sp_result_area div.sp_pagination li.csPreviousPage a {
  background-image: url("../images/arrows/previous.png");
}
.ie8 div.sp_result_area div.sp_pagination li.csNextPage a {
  background-image: url("../images/arrows/next.png");
}
.ie8 div.sp_result_area div.sp_pagination li.csLastPage a {
  background-image: url("../images/arrows/last.png");
}

/**
 * Datepicker
 */
.date-wrap .form-control {
  position: relative;
  cursor: pointer;
}
.form-date-ico {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
  cursor: pointer;
}
.form-date-ico i {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  vertical-align: middle;
}

.only-month .ui-datepicker-calendar {
  display: none;
}

/**
 * Upload
 */
.upload-wrap .filename {
  display: inline-block;
  height: 28px;
  padding-left: 10px;
  font-size: 13px;
  color: #666;
  line-height: 28px;
}
.upload-wrap .info {
  margin-top: 6px;
}

/**
 * Mix form group
 */
.mixform-wrap {
  position: relative;
}
.mixform-wrap .btn {
  position: absolute;
  top: 0;
  right: 0;
}
.mixform-wrap.search-wrap {
  padding-right: 52px;
}
.mixform-wrap.search-wrap .input-append {
  right: 52px;
}
.mixform-wrap.vcode-wrap {
  padding-right: 88px;
}

/**
 * form corner
 */
.form-sharp .form-control, .form-sharp.form-lg .form-control {
  border-radius: 0;
}

/**
 * form size
 */
.form-lg.form-pretitle {
  padding-left: 80px;
}
.form-lg.form-pretitle .form-title {
  width: 70px;
  font-size: 16px;
  line-height: 32px;
}
.form-lg .form-control {
  height: 32px;
  font-size: 14px;
  border-radius: 5px;
}
.form-lg textarea.form-control {
  height: auto;
}
.form-lg .form-select .select-arrow {
  top: 16px;
}
.form-lg .form-select .select-set {
  line-height: 30px;
}
.form-lg .form-date-ico {
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
.form-lg .form-date-ico i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
}
.form-lg .form-label {
  padding-left: 30px;
}
.form-lg .form-radio-btn,
.form-lg .form-checkbox-btn {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 18px;
}
.form-lg .form-radio-btn i,
.form-lg .form-checkbox-btn i {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.form-lg .form-label-con {
  font-size: 16px;
  line-height: 34px;
}
.form-lg .search-wrap {
  padding-right: 72px;
}
.form-lg .vcode-wrap {
  padding-right: 120px;
}
.form-lg .btn {
  padding-top: 0;
  padding-right: 16px;
  padding-bottom: 0;
  padding-left: 16px;
  font-size: 15px;
  line-height: 30px;
}

.form-narrow > .input-wrap, .form-narrow > .textarea-wrap, .form-narrow > .text-wrap, .form-narrow > .date-wrap, .form-narrow > .select-wrap, .form-narrow.select-group, .form-narrow.form-dvs, .form-narrow.form-group, .form-narrow > .form-group, .form-narrow > .namelist-group, .form-narrow > .namelist, .form-narrow > .tsing-table-container {
  margin-right: 230px;
}

.form-inline {
  font-size: 14px;
  color: #666;
  line-height: inherit;
  vertical-align: middle;
  *zoom: 1;
}
.form-inline:before, .form-inline:after {
  content: " ";
  display: table;
}
.form-inline:after {
  clear: both;
}
.form-inline > span, .form-inline > div, .form-inline > label {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  vertical-align: top;
}
.form-inline > span:last-child, .form-inline > div:last-child, .form-inline > label:last-child {
  margin-right: 0;
}
.form-inline > div.form-block, .form-inline > label.form-block {
  float: none;
  display: block;
}
.form-inline > span {
  line-height: inherit;
  vertical-align: middle;
}
.form-inline .text {
  color: #666;
  white-space: pre-wrap;
}

/* .form-block > label {
  display: block;
} */

.form-inline > br {
  display: block;
  width: 100%;
  clear: both;
}
.form-block > label, .form-block > div.form-inline {
  float: left;
  clear: both;
}
.form-block > div {
  clear: both;
}


/**
 * form group
 */
.form-group-title {
  font-size: 14px;
  color: #222;
}

.form-group-row {
  margin-bottom: 10px;
}

/**
 * outer framework
 * for 'add and edit' popup
 */
.form-table-title {
  padding: 10.5px 15px;
  line-height: 1;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.form-table-title .title {
  font-weight: bold;
  font-size: 14px;
  color: #666;
  line-height: inherit;
}

.form-table-row {
  border-bottom: 1px solid #eee;
  vertical-align: bottom;
}
.form-table-row:last-child {
  border-bottom: none;
}

.form-table-wrap {
  position: relative;
  padding-left: 166px;
}

.form-table-head {
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 0;
  width: 126px;
  padding: 10px 10px 0 15px;
  line-height: 1.2;
  border-right: 1px solid #eee;
  font-size: 14px;
  color: #999;
}
.form-table-head span {
  margin-left: 4px;
  font-size: 14px;
}
.form-table-head.vertical {
  top: 50%;
  bottom: auto;
  margin-top: -17px;
  padding-top: 0;
  padding-bottom: 0;
}

.form-table-body {
  position: relative;
  min-height: 34px;
  padding: 7px 0;
  line-height: 34px;
}
.form-table-body .form-row {
  margin-top: 0;
  margin-bottom: 0;
}
.form-table-body .form-con .btn-link {
  margin: 0;
  padding: 0;
  line-height: 1;
  vertical-align: middle;
}
.form-table-body .form-title,
.form-table-body .input-wrap,
.form-table-body .select-wrap,
.form-table-body .textarea-wrap,
.form-table-body .date-wrap,
.form-table-body .mixform-wrap {
  margin-top: 3px;
}
.form-table-body .selectpage-wrap {
  margin-top: -2px;
}
.form-table-body .text-wrap {
  margin-top: -3px;
  line-height: inherit;
}
.form-table-body .form-pretitle {
  padding-left: 60px;
}
.form-table-body .form-pretitle .form-title {
  width: 50px;
  margin-top: -14px;
  font-size: 12px;
  text-align: right;
}
.form-table-body hr {
  height: 1px;
  background-color: #eee;
  border: 0;
}
.form-table.form-table-col {
  font-size: 0;
}
.form-table.form-table-col .form-table-row {
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: none;
}
.form-table.form-table-col .form-table-row .form-table-wrap {
  border-bottom: 1px solid #eee;
}
.form-table.col-2 .form-table-row {
  width: 50%;
}
.form-table.col-2 .form-table-row.col-block {
  width: 100%;
}
/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #444;
  text-decoration: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/**
 * Alternate buttons
 */
.btn-solid {
  color: #444;
  background-color: #fff;
  border-color: #ccc;
}
.btn-solid:hover {
  color: #444;
  background-color: #f2f2f2;
  border-color: #bfbfbf;
  -webkit-box-shadow: 0 2px 6px rgba(204, 204, 204, 0.1);
  box-shadow: 0 2px 6px rgba(204, 204, 204, 0.1);
}

.btn-solid-primary {
  color: #fff;
  background-color: #753582;
  border-color: #652e70;
}
.btn-solid-primary:hover {
  color: #fff;
  background-color: #652e70;
  border-color: #54265e;
  -webkit-box-shadow: 0 2px 6px rgba(101, 46, 112, 0.1);
  box-shadow: 0 2px 6px rgba(101, 46, 112, 0.1);
}

.btn-solid-secondary {
  color: #fff;
  background-color: #6d747c;
  border-color: #61676e;
}
.btn-solid-secondary:hover {
  color: #fff;
  background-color: #61676e;
  border-color: #555b61;
  -webkit-box-shadow: 0 2px 6px rgba(97, 103, 110, 0.1);
  box-shadow: 0 2px 6px rgba(97, 103, 110, 0.1);
}

.btn-solid-success {
  color: #fff;
  background-color: #25bf78;
  border-color: #21aa6b;
}
.btn-solid-success:hover {
  color: #fff;
  background-color: #21aa6b;
  border-color: #1d945d;
  -webkit-box-shadow: 0 2px 6px rgba(33, 170, 107, 0.1);
  box-shadow: 0 2px 6px rgba(33, 170, 107, 0.1);
}

.btn-solid-warning {
  color: #fff;
  background-color: #ffa200;
  border-color: #e69200;
}
.btn-solid-warning:hover {
  color: #fff;
  background-color: #e69200;
  border-color: #cc8200;
  -webkit-box-shadow: 0 2px 6px rgba(230, 146, 0, 0.1);
  box-shadow: 0 2px 6px rgba(230, 146, 0, 0.1);
}

.btn-solid-danger {
  color: #fff;
  background-color: #f71717;
  border-color: #ec0808;
}
.btn-solid-danger:hover {
  color: #fff;
  background-color: #ec0808;
  border-color: #d40707;
  -webkit-box-shadow: 0 2px 6px rgba(236, 8, 8, 0.1);
  box-shadow: 0 2px 6px rgba(236, 8, 8, 0.1);
}

.btn-solid-light {
  color: #444;
  background-color: #f5f5f5;
  border-color: #e8e8e8;
}
.btn-solid-light:hover {
  color: #444;
  background-color: #e8e8e8;
  border-color: gainsboro;
  -webkit-box-shadow: 0 2px 6px rgba(232, 232, 232, 0.1);
  box-shadow: 0 2px 6px rgba(232, 232, 232, 0.1);
}

.btn-solid-dark {
  color: #fff;
  background-color: #444;
  border-color: #373737;
}
.btn-solid-dark:hover {
  color: #fff;
  background-color: #373737;
  border-color: #2b2b2b;
  -webkit-box-shadow: 0 2px 6px rgba(55, 55, 55, 0.1);
  box-shadow: 0 2px 6px rgba(55, 55, 55, 0.1);
}

.btn-hollow {
  color: #444;
  background-color: transparent;
  border-color: #ccc;
}
.btn-hollow:hover {
  color: white;
  background-color: #ccc;
}

.btn-hollow-primary {
  color: #753582;
  background-color: transparent;
  border-color: #753582;
}
.btn-hollow-primary:hover {
  color: white;
  background-color: #753582;
}

.btn-hollow-secondary {
  color: #6d747c;
  background-color: transparent;
  border-color: #6d747c;
}
.btn-hollow-secondary:hover {
  color: white;
  background-color: #6d747c;
}

.btn-hollow-success {
  color: #25bf78;
  background-color: transparent;
  border-color: #25bf78;
}
.btn-hollow-success:hover {
  color: white;
  background-color: #25bf78;
}

.btn-hollow-warning {
  color: #ffa200;
  background-color: transparent;
  border-color: #ffa200;
}
.btn-hollow-warning:hover {
  color: white;
  background-color: #ffa200;
}

.btn-hollow-danger {
  color: #f71717;
  background-color: transparent;
  border-color: #f71717;
}
.btn-hollow-danger:hover {
  color: white;
  background-color: #f71717;
}

.btn-hollow-light {
  color: #e8e8e8;
  background-color: transparent;
  border-color: #e8e8e8;
}
.btn-hollow-light:hover {
  color: white;
  background-color: #e8e8e8;
}

.btn-hollow-dark {
  color: #444;
  background-color: transparent;
  border-color: #444;
}
.btn-hollow-dark:hover {
  color: white;
  background-color: #444;
}

.btn-outline {
  color: #444;
  background-color: white;
  border-color: #ccc;
}
.btn-outline:hover {
  color: #444;
  background-color: whitesmoke;
}

.btn-outline-primary {
  color: #753582;
  background-color: #d3a8db;
  border-color: #753582;
}
.btn-outline-primary:hover {
  color: #753582;
  background-color: #cb99d5;
}

.btn-outline-secondary {
  color: #6d747c;
  background-color: #d8dadd;
  border-color: #6d747c;
}
.btn-outline-secondary:hover {
  color: #6d747c;
  background-color: #cdd0d3;
}

.btn-outline-success {
  color: #25bf78;
  background-color: #bef2da;
  border-color: #25bf78;
}
.btn-outline-success:hover {
  color: #25bf78;
  background-color: #adefd0;
}

.btn-outline-warning {
  color: #ffa200;
  background-color: #ffeccc;
  border-color: #ffa200;
}
.btn-outline-warning:hover {
  color: #ffa200;
  background-color: #ffe5b8;
}

.btn-outline-danger {
  color: #f71717;
  background-color: #fedcdc;
  border-color: #f71717;
}
.btn-outline-danger:hover {
  color: #f71717;
  background-color: #fdc8c8;
}

.btn-outline-light {
  color: #e8e8e8;
  background-color: white;
  border-color: #e8e8e8;
}
.btn-outline-light:hover {
  color: #e8e8e8;
  background-color: whitesmoke;
}

.btn-outline-dark {
  color: #444;
  background-color: #aaaaaa;
  border-color: #444;
}
.btn-outline-dark:hover {
  color: #444;
  background-color: #a0a0a0;
}

.btn-prefix-icon,
.btn-suffix-icon {
  display: inline-block;
  vertical-align: middle;
}
.btn-prefix-icon i,
.btn-suffix-icon i {
  display: inline-block;
  font-size: inherit;
  vertical-align: middle;
}
.btn-prefix-icon i.typeico,
.btn-suffix-icon i.typeico {
  width: 16px;
  height: 16px;
}
.btn-prefix-icon span,
.btn-suffix-icon span {
  vertical-align: middle;
}
.btn-prefix-icon i {
  margin-right: 5px;
}

.btn-suffix-icon i {
  margin-left: 5px;
}

.btn-icon {
  color: #444;
}
.btn-icon:hover {
  color: white;
  background-color: #753582;
}

.btn-link {
  color: #753582;
}
.btn-link:hover {
  text-decoration: underline;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Button Sizes
 */
.btn-lg {
  padding: 8px 16px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 5px;
}

.btn-sm {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 6px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
}

/**
 * Tooltips
 * ----------------------------------------------------------------------------
 */
/**
 * normal tooltip
 */
.tooltip {
  position: absolute;
  left: 50%;
  display: inline-block;
  z-index: 1070;
  min-width: 30px;
  padding: 0 8px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
  background-color: #3d3d3d;
}

.tooltip-txt {
  white-space: nowrap;
  font-size: 12px;
  color: #ccc;
}

.tooltip-arr {
  position: absolute;
  left: 50%;
  display: inline-block;
  margin-left: -4px;
}

/**
 * tooltip show direction
 */
.tooltip-up {
  top: -30px;
}
.tooltip-up .tooltip-arr {
  bottom: -8px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #3d3d3d;
  border-top-style: solid;
}

.tooltip-down {
  bottom: -30px;
}
.tooltip-down .tooltip-arr {
  top: -8px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-bottom-color: #3d3d3d;
  border-bottom-style: solid;
}

/**
 * Tabs
 * ----------------------------------------------------------------------------
 */
/**
 * Base styles
 */
.tabs-li {
  float: left;
  margin-right: 1px;
}

.tabs-link {
  display: block;
  line-height: 36px;
  padding: 0 10px;
  font-size: 12px;
  color: #666;
}

.tabs-txt {
  display: inline-block;
  vertical-align: middle;
}

.tabs-cur,
.tabs-cur:hover {
  color: #753582;
}

.tabs-con {
  display: none;
}
.tabs-con.active {
  display: block;
}

/**
 * Popups
 * ----------------------------------------------------------------------------
 */
/**
 * Popups Common styles
 */
.popup {
  position: absolute;
  z-index: 1040;
  display: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.popup-head {
  position: relative;
  padding: 0 20px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: transparent;
}
.popup-tit {
  font-size: 14px;
  font-weight: bold;
  color: #222;
}

.popup-head-op {
  position: absolute;
  top: 0;
  right: 4px;
}
.popup-head-op .btn {
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid transparent;
  line-height: 24px;
  color: #666;
  vertical-align: middle;
}
.popup-head-op .btn:hover {
  color: inherit;
  border-color: #ddd;
  background-color: white;
}
.popup-head-op .btn i {
  font-size: 14px;
  vertical-align: baseline;
}

.popup-content-in {
  padding: 0 28px;
  font-size: 14px;
  color: #444;
}

.popup-foot {
  padding: 14px;
  text-align: right;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: white;
}
.popup-foot .btn {
  width: 90px;
  margin-left: 5px;
  padding-right: 0;
  padding-left: 0;
}
.popup-foot .btn:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.popup-foot .btn-outline {
  background-color: #f7f7f7;
}
.popup-foot .btn-outline:hover {
  color: #444;
  border-color: #bfbfbf;
  background-color: #fff;
}

/**
 * Icons
 */
.popup-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  vertical-align: middle;
  margin-right: 10px;
}

.popup-warning .popup-icon {
  color: #ffa200;
}

.popup-success .popup-icon {
  color: #25bf78;
}

.popup-danger .popup-icon {
  color: #f71717;
}

/**
 * Container size
 */
.popup-small {
  width: 360px;
}

.popup-base {
  width: 480px;
}

.popup-medium {
  width: 540px;
}

.popup-large {
  width: 640px;
}

.popup-xlarge {
  width: 800px;
}

.popup-block {
  width: 100%;
}

/**
 * popup simple
 */
.popup-simple .popup-head-op {
  top: 5px;
}
.popup-simple .popup-content-in {
  padding-top: 30px;
  padding-bottom: 20px;
}
.popup-simple .popup-foot {
  text-align: center;
}

/**
 * content customize
 */
.popup-content-simple {
  height: 60px;
  padding: 20px 28px 10px;
}

.popup-content-simple-in {
  display: inline-block;
  vertical-align: middle;
}
.popup-content-simple-in h4,
.popup-content-simple-in p {
  display: inline-block;
  vertical-align: middle;
}

/**
 * Pagination
 * ----------------------------------------------------------------------------
 */
.pg-group {
  font-size: 0;
  line-height: 30px;
  text-align: center;
}
.pg-group > div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 13px;
}
.pg-group .btn {
  margin: 0 2px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: inherit;
  line-height: 28px;
}
.pg-group .btn.active {
  color: white;
  background-color: #753582;
  border-color: #753582;
}
.pg-group span {
  display: inline-block;
  margin: 0 2px;
  font-size: inherit;
  line-height: inherit;
  vertical-align: middle;
}
.pg-group span.text {
  color: #666;
}
.pg-group span.pg-cur {
  color: #753582;
}
.pg-group input {
  width: 50px;
  height: 30px;
  font-size: inherit;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pg-group input:focus {
  border-color: #753582;
}

.pg-total {
  display: inline-block;
  margin-right: 20px;
  font-size: inherit;
  color: #888;
}

.pg-select {
  position: relative;
  width: 100px;
  font-size: inherit;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: white;
  color: #666;
}
.pg-select-arr {
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 0;
  display: inline-block;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #444;
  border-top-style: solid;
  margin-top: -2px;
  text-align: center;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}
.pg-select-arr.toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 2px;
  -moz-transform-origin: 50% 2px;
  -ms-transform-origin: 50% 2px;
  transform-origin: 50% 2px;
}

.pg-select-result {
  position: relative;
  z-index: 1;
  padding: 0 22px 0 10px;
  font-size: inherit;
  line-height: 28px;
  font-size: 14px;
  cursor: pointer;
}

.pg-select-list {
  display: none;
  position: absolute;
  bottom: 27px;
  left: -1px;
  width: 100%;
  border: 1px #e1e1e1 solid;
  border-radius: 4px;
  background: white;
}
.pg-select-li {
  padding: 0 10px;
  line-height: 30px;
  color: #999;
  cursor: pointer;
}
.pg-select-li:hover {
  background: #f7f7f7;
  color: #888;
}
.pg-select-li.active, .pg-select-li.active:hover {
  color: #753582;
  background: rgba(117, 53, 130, 0.1);
}

/**
 * Misc
 * ----------------------------------------------------------------------------
*/
/**
 * box
 */
.box {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

/**
 * crumb
 */
.crumb {
  font-size: 14px;
  color: #888;
  line-height: inherit;
}
.crumb a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.crumb a:hover {
  color: #9328a9;
}
.crumb a:last-child {
  cursor: default;
}
.crumb a:last-child, .crumb a:last-child:hover {
  font-weight: 600;
  color: #888;
}
.crumb i {
  display: inline-block;
  margin: 0 5px;
  font-style: normal;
}
.crumb span {
  color: #9328a9;
}

/**
 * type icons
 */
.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);
}

/**
 * split
 */
.split {
  display: inline-block;
  margin: 0 20px;
  font-size: 20px;
  color: #ddd;
  vertical-align: middle;
}

.hr {
  height: 0;
  border-top: 1px solid #eee;
}
.photo-wrap {
  display: inline-block;
  width: 100px;
  height: 140px;
  background-color: #f7f7f7;
  /* background-image: url("../images/photo-default.jpg"); */
  border: 1px solid #ddd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.photo-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
/**
 * seal
 */
.seal {
  position: absolute;
  right: 50px;
  bottom: -20px;
  z-index: 0;
  width: 120px;
  height: 120px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.seal img {
  display: block;
  width: 100%;
  height: auto;
}
/**
 * Page
 * ----------------------------------------------------------------------------
*/
.tsing-container {
  min-width: 900px;
  margin: 20px;
}
.tsing-title-bar {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.tsing-title-bar span {
  vertical-align: middle;
}
.tsing-title-bar .bar {
  display: inline-block;
  width: 3px;
  height: 20px;
  margin-right: 10px;
  background-color: #753582;
}
.tsing-title-bar .title {
  font-size: 20px;
  font-weight: 600;
  color: #753582;
  line-height: 1;
}
.tsing-title-bar .title span { font-size: 14px; color: #999; font-weight: normal; }

.tsing-title-bar .form-con {
  display: inline-block;
  margin-left: 40px;
}
.tsing-title-bar .append {
  position: absolute;
  top: 0;
  right: 0;
}
.tsing-title-bar .append.btn-group {
  top: 50%;
  margin-top: -14px;
}

.tsing-subtitle-bar {
  padding: 10px 0;
}
.tsing-subtitle-bar .title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 1;
}

.tsing-submit-bar {
  margin-top: 20px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ccc;
}
.tsing-submit-bar .btn {
  min-width: 100px;
  margin: 0 5px;
}

.tsing-traincenter {
  margin-bottom: 30px;
}
.tsing-traincenter .form-con {
  width: 50%;
}

.tsing-table {
  line-height: 36px;
  border-collapse: collapse;
}
.tsing-table.tsing-table-fixed {
  table-layout: fixed;
}
.tsing-table.tsing-table-fixed td span.inner {
  display: block;
  max-height: none;
  padding: 8px 4px;
}
.tsing-table th,
.tsing-table td {
  font-size: 12px;
  border: 1px solid #ddd;
}
.tsing-table th span.inner,
.tsing-table td span.inner {
  display: inline-block;
  max-height: 28.8px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tsing-table th {
  color: #444;
  background-color: #fafafa;
}
.tsing-table th.max {
  width: 160px;
}
.tsing-table th.mid {
  width: 80px;
}
.tsing-table th.min {
  width: 50px;
}
.tsing-table th span.inner {
  padding: 12px 4px;
}
.tsing-table th .form-label {
  padding-left: 21px;
}
.tsing-table th .form-label-con {
  margin-right: 0;
}
.tsing-table tr.table-footer {
  background-color: #fafafa;
}
.tsing-table tr.table-footer td:first-child {
  font-weight: bold;
}
.tsing-table td {
  color: #666;
  text-align: center;
}
.tsing-table td span.inner {
  padding: 2px 8px;
}
.tsing-table td span.info {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.tsing-table td .form-label {
  padding-left: 16px;
}
.tsing-table td .form-con {
  padding: 10px;
}
.tsing-table td .form-con .form-control {
  text-align: center;
  text-indent: 0;
  border-color: #eee;
}
.tsing-table td .form-con .form-control:focus {
  background-color: white;
  border-color: #753582;
}
.tsing-table td .form-con.form-narrow-intable {
  width: 100px;
  margin: 0 auto;
}
.tsing-table-row {
  padding: 10px 20px;
  background-color: #fafafa;
  border: 1px solid #ddd;
}
.tsing-table-row .text {
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
}
.tsing-table-row .text span {
  font-weight: bold;
  font-size: 14px;
  color: #9328a9;
}

.tsing-flow {
  margin-bottom: 30px;
}
.tsing-flow .cell {
  float: left;
}
.tsing-flow .cell a {
  border-radius: 18px;
}
.tsing-flow .cell a.active {
  color: white;
  background-color: #753582;
}
.tsing-flow .cell span {
  display: block;
  width: 40px;
  margin: 18px 10px 0;
  height: 1px;
  background-color: #753582;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.tsing-subrow {
  margin-bottom: 30px;
}

.btn-add {
  padding: 0;
  font-size: 18px;
  color: #444;
  vertical-align: middle;
}
.btn-add i {
  font-size: inherit;
}
.btn-add:hover {
  color: #9328a9;
}
.btn-add span {
  font-size: 13px;
}

.namelist-dvs {
  float: left;
}

.namelist-dvs {
  width: 43%;
}

.namelist-op-dvs {
  width: 14%;
}
.namelist-op-dvs .btn-group {
  margin: 32px 20%;
  text-align: center;
}
.namelist-op-dvs .btn-group a {
  display: block;
  margin: 10px 0;
}

.namelist {
  height: 130px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  overflow-y: auto;
}
.namelist ul {
  display: block;
}
.namelist li {
  vertical-align: baseline;
}
.namelist a {
  display: block;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 18px;
}
.namelist a:hover {
  background-color: #f5f5f5;
}

.info-group {
  font-size: 14px;
  color: #666;
}

.tsing-card {
  margin: 20px;
  background-color: white;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.tsing-card-wrap {
  padding: 20px 40px;
}
.filter {
  position: relative;
  font-size: 0;
}
.filter .cell {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.filter .cell:last-child {
  margin-right: 0;
}
.filter .cell div {
  vertical-align: middle;
}
.filter .cell a {
  margin-right: 5px;
}
.filter .cell a:last-child {
  margin-right: 0;
}
.tsing-flowtabs {
  /* width: 900px; */
  width:86%;
  margin: 0 auto;
}
.tsing-flowtabs .tabs-con {
  margin: 20px 2px;
  padding: 20px;
  border: 1px solid #ddd;
}
.tsing-flowtabs .tabs-con > .info {
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}
.tsing-flowtabs .tabs-con .tsing-submit-bar {
  padding-bottom: 0;
  border-color: #eee;
}
.tsing-flowtabs .upload {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fafafa;
  border-radius: 10px;
}
.tsing-flowtabs .upload .title {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  line-height: 1;
  vertical-align: middle;
}
.tsing-flowtabs .upload-wrap input {
  width: 300px;
}
.box.form-table .inner {
  padding: 20px;
}
/**
 * list
 */
.list .row {
  border-bottom: 1px solid #eee;
}

.popup .popup-content > ul {
  margin: 15px 0;
}
.popup .popup-content > ul li > .form-row {
  margin: 5px 20px;
}
.popup.addItem-popup .form-pretitle {
  padding-left: 90px;
}
.popup.addItem-popup .form-pretitle .form-title {
  width: 90px;
}

/**
 * subpage common content
 */
.content-name {
  padding: 10px 0;
  font-size: 24px;
  font-weight: bold;
  color: #222;
  line-height: 1.2;
  text-align: center;
}

.content-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #444;
}

.content-info {
  margin-bottom: 10px;
  font-size: 14px;
  color: #999;
  line-height: 1.4;
  text-align: center;
}

.content-body {
  padding: 10px 0;
}

.content-brief {
  font-size: 14px;
  color: #666;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideagraph;
  word-break: break-all;
}

.content-split {
  margin-bottom: 0;
  border: 0.5px solid #ddd;
}

/**
 * flow tabs
 */
.flow-tabs .tabs-li {
  position: relative;
  width: 20%;
  margin: 0;
}
.flow-tabs .tabs-li:nth-child(1) {
  z-index: 4;
}
.flow-tabs .tabs-li:nth-child(1) .tabs-link:before {
  display: none;
}
.flow-tabs .tabs-li:nth-child(2) {
  z-index: 3;
}
.flow-tabs .tabs-li:nth-child(3) {
  z-index: 2;
}
.flow-tabs .tabs-li:nth-child(4) {
  z-index: 1;
}
.flow-tabs .tabs-li:last-child {
  z-index: 0;
}
.flow-tabs .tabs-li:last-child .tabs-link:after {
  display: none;
}
.flow-tabs .tabs-link {
  position: relative;
  margin: 0 2px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  line-height: 40px;
  background-color: #f0f0f0;
}
.flow-tabs .tabs-link span {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.flow-tabs .tabs-link .num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  background-color: white;
}
.flow-tabs .tabs-link:after, .flow-tabs .tabs-link:before {
  content: '';
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 20px;
  border-color: transparent;
  border-style: dashed;
  border-left-color: inherit;
  border-left-style: solid;
}
.flow-tabs .tabs-link:after {
  right: -40px;
  border-left-color: #f0f0f0;
}
.flow-tabs .tabs-link:before {
  left: 0;
  border-left-color: white;
}
.flow-tabs .tabs-link:hover {
  color: #753582;
  background-color: rgba(117, 53, 130, 0.15);
}
.flow-tabs .tabs-link:hover .num {
  color: white;
  background-color: #753582;
}
.flow-tabs .tabs-link:hover:after {
  border-left-color: rgba(117, 53, 130, 0.15);
}
.flow-tabs .tabs-link.active {
  color: white;
  background-color: #753582;
}
.flow-tabs .tabs-link.active .num {
  color: #753582;
  background-color: white;
}
.flow-tabs .tabs-link.active:after {
  border-left-color: #753582;
}
/** evaluation */
.eval-list > ul { padding-top: 10px; padding-bottom: 10px; font-size: 0; border-bottom: 1px solid #eee; }

.eval-list > ul li { display: inline-block; width: 50%; padding: 0 15px; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; }

.eval-list > ul li:last-child { text-align: right; }

.eval-list .title { font-size: 14px; color: #222; }

/**
 * Home
 * ----------------------------------------------------------------------------
*/
.tsing-row {
  margin: 10px 0;
}

.home-rank-container {
  margin-right: -5px;
  margin-left: -5px;
}

.home-info {
  background-color: #f5f5f5;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.home-info .inner {
  padding: 10px 20px;
}
.home-info .row {
  position: relative;
  margin: 10px 0;
  font-size: 14px;
  line-height: 1;
}
.home-info .row-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  padding: 5px 0;
  font-weight: 600;
  color: #444;
}
.home-info .row-head .arrow {
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-left-color: #ccc;
  border-left-style: solid;
  margin-left: 8px;
  vertical-align: middle;
}
.home-info .row-body {
  margin-left: 80px;
}
.home-info .cell {
  float: left;
}
.home-info .cell:last-child .cell-wrap {
  border-right: 0;
}
.home-info .cell-wrap {
  margin: 5px 0;
  padding: 0 10px;
  border-right: 1px solid #ddd;
}
.home-info .cell-wrap span {
  color: #888;
}
.home-info .cell-wrap b {
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
  color: #753582;
}
.home-info .cell-wrap b.red {
  color: #f71717;
}

.home-data .inner {
  padding: 25px 0;
}
.home-data .cell:last-child .cell-wrap {
  border-right: 0;
}
.home-data .cell-wrap {
  padding: 0 20px;
  border-right: 1px solid #eee;
}
.home-data .name {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
  font-size: 14px;
  color: #666;
  line-height: 1;
}
.home-data .name i {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.home-data .name span {
  vertical-align: middle;
}
.home-data .name:after {
  content: '';
  position: absolute;
  right: 0;
  left: 24px;
  bottom: -8px;
  display: inline-block;
  height: 1px;
  background-color: #eee;
}
.home-data .num {
  font-size: 28px;
  font-weight: bolder;
  color: #9328a9;
}

.home-rank, .home-notice {
  margin: 0 5px;
}
.home-rank .box-head, .home-notice .box-head {
  position: relative;
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
}
.home-rank .box-head .icon, .home-notice .box-head .icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 3px;
  height: 16px;
  margin-top: -8px;
  background-color: #9328a9;
}
.home-rank .box-head .title, .home-notice .box-head .title {
  font-weight: 700;
  font-size: 16px;
  color: #444;
}
.home-rank .box-head .title span, .home-notice .box-head .title span {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  color: #afafaf;
}
.home-rank .box-head .more, .home-notice .box-head .more {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
  font-size: 14px;
  color: #afafaf;
  line-height: 1;
}
.home-rank .box-head .more i, .home-notice .box-head .more i {
  margin-left: 4px;
}
.home-rank .box-head .more:hover, .home-notice .box-head .more:hover {
  color: #9328a9;
}
.home-rank .box-body, .home-notice .box-body {
  height: 400px;
  overflow: hidden;
}
.home-rank .box-body ul, .home-notice .box-body ul {
  margin: 5px 20px;
}
.home-rank .box-body .row, .home-notice .box-body .row {
  border-bottom: 1px solid #f6f6f6;
}
.home-rank .box-body .row:last-child, .home-notice .box-body .row:last-child {
  border-bottom: 0;
}

.rank-wrap, .notice-wrap {
  position: relative;
  padding-right: 50px;
  padding-left: 28px;
  font-size: 13px;
  line-height: 38px;
}
.rank-wrap .prepend, .notice-wrap .prepend,
.rank-wrap .append,
.notice-wrap .append {
  position: absolute;
  font-size: 12px;
}
.rank-wrap .prepend, .notice-wrap .prepend {
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: -9px;
  color: #888;
  line-height: 18px;
  text-align: center;
  background-color: #f5f5f5;
}
.rank-wrap .append, .notice-wrap .append {
  top: 0;
  right: 0;
  display: inline-block;
  color: #999;
}
.rank-wrap .text, .notice-wrap .text {
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rank-wrap.rank-1 .prepend, .rank-1.notice-wrap .prepend {
  color: white;
  background-color: #9328a9;
}
.rank-wrap.rank-2 .prepend, .rank-2.notice-wrap .prepend, .rank-wrap.rank-3 .prepend, .rank-3.notice-wrap .prepend {
  color: #753582;
  background-color: rgba(147, 40, 169, 0.15);
}

.home-notice {
  margin-top: 5px;
  margin-bottom: 5px;
}
.home-notice .box-body {
  height: 205px;
}

.notice-wrap {
  padding-right: 120px;
  padding-left: 18px;
}
.notice-wrap .prepend {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-top: -2.5px;
  background-color: #9328a9;
}
.notice-wrap .text {
  display: block;
  text-decoration: none;
}
.notice-wrap .text:hover {
  color: #9328a9;
}

.notice-wrap .read {
  color: #9328a9;
  display: block;
  text-decoration: none;
}
.notice-wrap .text span {
  margin: 0 4px;
  font-weight: 600;
}
.notice-wrap.no-append {
  padding-right: 0;
}

.box-body.todo-list > .title {
  display: inline-block;
  margin: 10px 20px 0;
  padding: 8px 0;
  font-weight: 600;
  font-size: 14px;
  color: #9328a9;
}

/**
 * Utility classes
 * ----------------------------------------------------------------------------
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.mask,
.mask-white {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mask {
  z-index: 1050;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.mask-white {
  z-index: 1050;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
}

.mask-transparent {
  background-color: transparent;
}

.assist {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.primary {
  color: #753582;
}

.blue {
  color: #49a7f5;
}

.green {
  color: #25bf78;
}

.red {
  color: #f71717;
}

.yellow {
  color: #f2b71a;
}

.orange {
  color: #ffa200;
}

.purple {
  color: #7a43b6;
}

.dark {
  color: #222;
}

.base {
  color: #444;
}

.light {
  color: #afafaf;
}

.bg-light {
  background-color: white;
}

.bg-dark {
  background-color: white;
}

.info {
  font-size: 12px;
  color: #afafaf;
  line-height: 20px;
}
.info i, .info span {
  vertical-align: middle;
}
.info i {
  margin-right: 6px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

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

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

.link-light {
  font-size: inherit;
  color: #999;
  text-decoration: none;
}
.link-light:hover {
  color: #753582;
}

.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dvs-1 {
  float: left;
  width: 100%;
}

.dvs-2 {
  float: left;
  width: 50%;
}

.dvs-3 {
  float: left;
  width: 33.3333333333%;
}

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

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

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

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

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

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

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

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

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

.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}
.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}
.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}
.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}
.bt {
  border-top: 1px solid #ddd;
}

.br {
  border-right: 1px solid #ddd;
}

.bb {
  border-bottom: 1px solid #ddd;
}

.bl {
  border-left: 1px solid #ddd;
}

.portrait {
  overflow: hidden;
}
.portrait img {
  display: block;
  width: 100%;
  height: auto;
}
