@charset "UTF-8";
.theme-tl,
.theme-tr,
.theme-bl {
  position: absolute;
}

.theme-tl {
  top: 23px;
  left: 0;
  width: 281px;
  height: 252px;
  background: url("../images/theme/themeBlue/tl.png") no-repeat left top;
}

.theme-tr {
  top: 13px;
  right: 13%;
  width: 219px;
  height: 79px;
  background: url("../images/theme/themeBlue/tr.png") no-repeat left top;
}

.theme-bl {
  bottom: 0;
  left: 0;
  width: 233px;
  height: 163px;
  background: url("../images/theme/themeBlue/bl.png") no-repeat left bottom;
}

.mng {
  font-size: inherit;
}

.lab:after, .pagination-wrapper:after, .pagination-wrapper > div:after, .drop-tabs .tabs-link:after, .form-pretitle:after, .input-append:after, .form-table-wrap:after, .empty:after, .toast-tabs:after, .progress-bar.rate-append:after, .group:after, .search-submit-area .guide-btn a:after, .import-wrap:after, .import-done:after, .logo a:after, .user-link:after, .guide-wrap .guide-box .title:after, .ie9 .guide-wrap .box-foot:after, .login-body:after, .login-body .right:after, .pre-register-box:after, .vertical-center:after, .vertical-top:after, .link-icon:after {
  content: '';
  display: inline-block;
  height: 100%;
}

.group-tabs-solid, .drawer-notice-tab .tabs-head, .notice-cell .notice-element-head, .guide-wrap .guide-box .box-foot, .custom-stat-search ul {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
}

.group-tabs-solid, .drawer-notice-tab .tabs-head, .notice-cell .notice-element-head, .guide-wrap .guide-box .box-foot {
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
}

.group-tabs-solid, .drawer-notice-tab .tabs-head {
  -webkit-box-pack: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.notice-cell .notice-element-head {
  -webkit-box-pack: justify;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.guide-wrap .guide-box .box-foot {
  -webkit-box-pack: start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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: "PingFang SC", "HarmonyOSHans-Regular", "Helvetica Neue", Helvetica, "Microsoft YaHei", "SimSun", Tahoma, Arial, sans-serif;
  line-height: 1;
  background-color: white;
}

ul,
li,
ol {
  padding: 0;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

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

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input,
textarea {
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

a, a:active,
label,
label:active,
div,
div:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

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

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

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  font-weight: normal;
  color: #616365;
  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: #DCDFE6;
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 30px;
  border-width: 1px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.btn:hover {
  color: #111315;
  text-decoration: none;
  border-color: #bbb;
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none;
}

.btn i {
  font-size: 16px;
}

.btn span {
  font-size: 14px;
}

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

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

.btn-icon i {
  margin-right: 4px;
}

.btn-icon-only {
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 0;
  border-radius: 4px;
}

.btn-transparent {
  background-color: transparent;
  border-color: transparent;
}

.btn-transparent:hover {
  border-color: none;
}

.btn-link {
  color: #529BF9;
}

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

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

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

.btn-solid-primary.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(82, 155, 249, 0.3);
  box-shadow: 0 2px 6px rgba(82, 155, 249, 0.3);
}

.btn-solid-secondary, .btn-solid-secondary:hover {
  color: white;
  border-color: transparent;
}

.btn-solid-secondary, .btn-solid-secondary.disabled:hover, .btn-solid-secondary[disabled]:hover {
  background-color: #3b3e4c;
}

.btn-solid-secondary:hover {
  background-color: #2e303b;
}

.btn-solid-secondary.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(59, 62, 76, 0.3);
  box-shadow: 0 2px 6px rgba(59, 62, 76, 0.3);
}

.btn-solid-tertiary, .btn-solid-tertiary:hover {
  color: white;
  border-color: transparent;
}

.btn-solid-tertiary, .btn-solid-tertiary.disabled:hover, .btn-solid-tertiary[disabled]:hover {
  background-color: #c3c8cc;
}

.btn-solid-tertiary:hover {
  background-color: #b2b9be;
}

.btn-solid-tertiary.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(195, 200, 204, 0.3);
  box-shadow: 0 2px 6px rgba(195, 200, 204, 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: #38c17f;
}

.btn-solid-success:hover {
  background-color: #31a96f;
}

.btn-solid-success.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(56, 193, 127, 0.3);
  box-shadow: 0 2px 6px rgba(56, 193, 127, 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: #ffa200;
}

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

.btn-solid-warning.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(255, 162, 0, 0.3);
  box-shadow: 0 2px 6px rgba(255, 162, 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: #f12c2c;
}

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

.btn-solid-danger.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(241, 44, 44, 0.3);
  box-shadow: 0 2px 6px rgba(241, 44, 44, 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: #616365;
}

.btn-solid-default:hover {
  background-color: #525455;
}

.btn-solid-default.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(97, 99, 101, 0.3);
  box-shadow: 0 2px 6px rgba(97, 99, 101, 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: #ABADAF;
}

.btn-solid-light:hover {
  background-color: #9b9ea0;
}

.btn-solid-light.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(171, 173, 175, 0.3);
  box-shadow: 0 2px 6px rgba(171, 173, 175, 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: #313335;
}

.btn-solid-dark:hover {
  background-color: #222425;
}

.btn-solid-dark.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(49, 51, 53, 0.3);
  box-shadow: 0 2px 6px rgba(49, 51, 53, 0.3);
}

.btn-anti-primary, .btn-anti-primary:hover {
  color: #529BF9;
  border-color: transparent;
}

.btn-anti-primary, .btn-anti-primary.disabled:hover, .btn-anti-primary[disabled]:hover {
  background-color: rgba(82, 155, 249, 0.08);
}

.btn-anti-primary:hover {
  background-color: rgba(82, 155, 249, 0.2);
}

.btn-anti-secondary, .btn-anti-secondary:hover {
  color: #3b3e4c;
  border-color: transparent;
}

.btn-anti-secondary, .btn-anti-secondary.disabled:hover, .btn-anti-secondary[disabled]:hover {
  background-color: rgba(59, 62, 76, 0.08);
}

.btn-anti-secondary:hover {
  background-color: rgba(59, 62, 76, 0.2);
}

.btn-anti-tertiary, .btn-anti-tertiary:hover {
  color: #c3c8cc;
  border-color: transparent;
}

.btn-anti-tertiary, .btn-anti-tertiary.disabled:hover, .btn-anti-tertiary[disabled]:hover {
  background-color: rgba(195, 200, 204, 0.08);
}

.btn-anti-tertiary:hover {
  background-color: rgba(195, 200, 204, 0.2);
}

.btn-anti-success, .btn-anti-success:hover {
  color: #38c17f;
  border-color: transparent;
}

.btn-anti-success, .btn-anti-success.disabled:hover, .btn-anti-success[disabled]:hover {
  background-color: rgba(56, 193, 127, 0.08);
}

.btn-anti-success:hover {
  background-color: rgba(56, 193, 127, 0.2);
}

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

.btn-anti-warning, .btn-anti-warning.disabled:hover, .btn-anti-warning[disabled]:hover {
  background-color: rgba(255, 162, 0, 0.08);
}

.btn-anti-warning:hover {
  background-color: rgba(255, 162, 0, 0.2);
}

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

.btn-anti-danger, .btn-anti-danger.disabled:hover, .btn-anti-danger[disabled]:hover {
  background-color: rgba(241, 44, 44, 0.08);
}

.btn-anti-danger:hover {
  background-color: rgba(241, 44, 44, 0.2);
}

.btn-anti-default, .btn-anti-default:hover {
  color: #616365;
  border-color: transparent;
}

.btn-anti-default, .btn-anti-default.disabled:hover, .btn-anti-default[disabled]:hover {
  background-color: rgba(97, 99, 101, 0.08);
}

.btn-anti-default:hover {
  background-color: rgba(97, 99, 101, 0.2);
}

.btn-anti-light, .btn-anti-light:hover {
  color: #ABADAF;
  border-color: transparent;
}

.btn-anti-light, .btn-anti-light.disabled:hover, .btn-anti-light[disabled]:hover {
  background-color: rgba(171, 173, 175, 0.08);
}

.btn-anti-light:hover {
  background-color: rgba(171, 173, 175, 0.2);
}

.btn-anti-dark, .btn-anti-dark:hover {
  color: #313335;
  border-color: transparent;
}

.btn-anti-dark, .btn-anti-dark.disabled:hover, .btn-anti-dark[disabled]:hover {
  background-color: rgba(49, 51, 53, 0.08);
}

.btn-anti-dark:hover {
  background-color: rgba(49, 51, 53, 0.2);
}

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

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

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

.btn-hollow-secondary, .btn-hollow-secondary:hover {
  border-color: #3b3e4c;
}

.btn-hollow-secondary, .btn-hollow-secondary.disabled:hover, .btn-hollow-secondary[disabled]:hover {
  color: #3b3e4c;
  background-color: transparent;
}

.btn-hollow-secondary:hover {
  color: white;
  background-color: #3b3e4c;
}

.btn-hollow-tertiary, .btn-hollow-tertiary:hover {
  border-color: #c3c8cc;
}

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

.btn-hollow-tertiary:hover {
  color: white;
  background-color: #c3c8cc;
}

.btn-hollow-success, .btn-hollow-success:hover {
  border-color: #38c17f;
}

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

.btn-hollow-success:hover {
  color: white;
  background-color: #38c17f;
}

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

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

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

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

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

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

.btn-hollow-default, .btn-hollow-default:hover {
  border-color: #616365;
}

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

.btn-hollow-default:hover {
  color: white;
  background-color: #616365;
}

.btn-hollow-light, .btn-hollow-light:hover {
  border-color: #ABADAF;
}

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

.btn-hollow-light:hover {
  color: white;
  background-color: #ABADAF;
}

.btn-hollow-dark, .btn-hollow-dark:hover {
  border-color: #313335;
}

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

.btn-hollow-dark:hover {
  color: white;
  background-color: #313335;
}

.btn-outline-primary, .btn-outline-primary:hover {
  color: #529BF9;
  border-color: rgba(82, 155, 249, 0.3);
}

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

.btn-outline-primary:hover {
  background-color: rgba(82, 155, 249, 0.2);
}

.btn-outline-secondary, .btn-outline-secondary:hover {
  color: #3b3e4c;
  border-color: rgba(59, 62, 76, 0.3);
}

.btn-outline-secondary, .btn-outline-secondary.disabled:hover, .btn-outline-secondary[disabled]:hover {
  background-color: rgba(59, 62, 76, 0.1);
}

.btn-outline-secondary:hover {
  background-color: rgba(59, 62, 76, 0.2);
}

.btn-outline-tertiary, .btn-outline-tertiary:hover {
  color: #c3c8cc;
  border-color: rgba(195, 200, 204, 0.3);
}

.btn-outline-tertiary, .btn-outline-tertiary.disabled:hover, .btn-outline-tertiary[disabled]:hover {
  background-color: rgba(195, 200, 204, 0.1);
}

.btn-outline-tertiary:hover {
  background-color: rgba(195, 200, 204, 0.2);
}

.btn-outline-success, .btn-outline-success:hover {
  color: #38c17f;
  border-color: rgba(56, 193, 127, 0.3);
}

.btn-outline-success, .btn-outline-success.disabled:hover, .btn-outline-success[disabled]:hover {
  background-color: rgba(56, 193, 127, 0.1);
}

.btn-outline-success:hover {
  background-color: rgba(56, 193, 127, 0.2);
}

.btn-outline-warning, .btn-outline-warning:hover {
  color: #ffa200;
  border-color: rgba(255, 162, 0, 0.3);
}

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

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

.btn-outline-danger, .btn-outline-danger:hover {
  color: #f12c2c;
  border-color: rgba(241, 44, 44, 0.3);
}

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

.btn-outline-danger:hover {
  background-color: rgba(241, 44, 44, 0.2);
}

.btn-outline-default, .btn-outline-default:hover {
  color: #616365;
  border-color: rgba(97, 99, 101, 0.3);
}

.btn-outline-default, .btn-outline-default.disabled:hover, .btn-outline-default[disabled]:hover {
  background-color: rgba(97, 99, 101, 0.1);
}

.btn-outline-default:hover {
  background-color: rgba(97, 99, 101, 0.2);
}

.btn-outline-light, .btn-outline-light:hover {
  color: #ABADAF;
  border-color: rgba(171, 173, 175, 0.3);
}

.btn-outline-light, .btn-outline-light.disabled:hover, .btn-outline-light[disabled]:hover {
  background-color: rgba(171, 173, 175, 0.1);
}

.btn-outline-light:hover {
  background-color: rgba(171, 173, 175, 0.2);
}

.btn-outline-dark, .btn-outline-dark:hover {
  color: #313335;
  border-color: rgba(49, 51, 53, 0.3);
}

.btn-outline-dark, .btn-outline-dark.disabled:hover, .btn-outline-dark[disabled]:hover {
  background-color: rgba(49, 51, 53, 0.1);
}

.btn-outline-dark:hover {
  background-color: rgba(49, 51, 53, 0.2);
}

.btn-ghost-solid-primary, .btn-ghost-solid-primary.disabled:hover, .btn-ghost-solid-primary[disabled]:hover {
  color: #529BF9;
  background-color: transparent;
  border-color: transparent;
}

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

.btn-ghost-solid-secondary, .btn-ghost-solid-secondary.disabled:hover, .btn-ghost-solid-secondary[disabled]:hover {
  color: #3b3e4c;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-secondary:hover {
  color: white;
  background-color: #3b3e4c;
  border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-ghost-hollow-primary, .btn-ghost-hollow-primary:hover {
  color: #529BF9;
}

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

.btn-ghost-hollow-secondary, .btn-ghost-hollow-secondary:hover {
  color: #3b3e4c;
}

.btn-ghost-hollow-secondary, .btn-ghost-hollow-secondary.disabled:hover, .btn-ghost-hollow-secondary[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-hollow-secondary:hover {
  border-color: #3b3e4c;
}

.btn-ghost-hollow-tertiary, .btn-ghost-hollow-tertiary:hover {
  color: #c3c8cc;
}

.btn-ghost-hollow-tertiary, .btn-ghost-hollow-tertiary.disabled:hover, .btn-ghost-hollow-tertiary[disabled]:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-hollow-tertiary:hover {
  border-color: #c3c8cc;
}

.btn-ghost-hollow-success, .btn-ghost-hollow-success:hover {
  color: #38c17f;
}

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

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

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

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

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

.btn-ghost-hollow-default, .btn-ghost-hollow-default:hover {
  color: #616365;
}

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

.btn-ghost-hollow-light, .btn-ghost-hollow-light:hover {
  color: #ABADAF;
}

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

.btn-ghost-hollow-dark, .btn-ghost-hollow-dark:hover {
  color: #313335;
}

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

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

.btn-hollow-dark {
  border-color: #DCDFE6;
}

.btn-hollow-dark:hover {
  background-color: #529BF9;
  border-color: #529BF9;
}

.btn-lg {
  height: 44px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 42px;
  border-width: 1px;
  border-radius: 6px;
}

.btn-sm {
  height: 28px;
  padding: 0 8px;
  font-size: 12px;
  line-height: 26px;
  border-width: 1px;
  border-radius: 3px;
}

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

.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: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

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

.btn-group.btn-solid-group .btn:not(:first-child) {
  margin-left: 1px;
}

.btn-group.btn-ghost-group .btn {
  border-radius: 4px;
}

.btn-group.btn-ghost-group .btn:not(:first-child) {
  border-left-width: 1px;
}

.ie8 .btn-group .btn {
  border-left-width: 0;
}

.ie8 .btn-group .btn:first-child {
  border-left-width: 1px;
}

.ie8 .btn-group.btn-solid-group .btn {
  margin-left: 1px;
}

.ie8 .btn-group.btn-solid-group .btn:first-child {
  margin-left: 0;
}

/**
 * Labs
 * ----------------------------------------------------------------------------
*/
.lab {
  display: inline-block;
  padding: 4px 8px;
  color: white;
  line-height: 20px;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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: 22px;
  padding: 0 8px;
  border-radius: 3px;
}

.lab.lab-lg .lab-icon i {
  width: 15px;
  height: 15px;
  font-size: 15px;
}

.lab.lab-lg .lab-text {
  font-size: 15px;
}

.lab-icon {
  font-size: 0;
}

.lab-icon:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lab-icon i {
  display: inline-block;
  height: 100%;
  font-size: 14px;
  vertical-align: middle;
}

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

.lab-primary {
  background-color: #529BF9;
}

.lab-primary.lab-hollow {
  color: #529BF9;
  border-color: rgba(82, 155, 249, 0.5);
}

.lab-primary.lab-anti {
  color: #529BF9;
  background-color: rgba(82, 155, 249, 0.1);
}

.lab-primary.lab-ghost {
  color: #529BF9;
}

.lab-secondary {
  background-color: #3b3e4c;
}

.lab-secondary.lab-hollow {
  color: #3b3e4c;
  border-color: rgba(59, 62, 76, 0.5);
}

.lab-secondary.lab-anti {
  color: #3b3e4c;
  background-color: rgba(59, 62, 76, 0.1);
}

.lab-secondary.lab-ghost {
  color: #3b3e4c;
}

.lab-gray {
  background-color: #ABADAF;
}

.lab-gray.lab-hollow {
  color: #ABADAF;
  border-color: rgba(171, 173, 175, 0.5);
}

.lab-gray.lab-anti {
  color: #ABADAF;
  background-color: rgba(171, 173, 175, 0.1);
}

.lab-gray.lab-ghost {
  color: #ABADAF;
}

.lab-red {
  background-color: #f12c2c;
}

.lab-red.lab-hollow {
  color: #f12c2c;
  border-color: rgba(241, 44, 44, 0.5);
}

.lab-red.lab-anti {
  color: #f12c2c;
  background-color: rgba(241, 44, 44, 0.1);
}

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

.lab-orange {
  background-color: #fd7e14;
}

.lab-orange.lab-hollow {
  color: #fd7e14;
  border-color: rgba(253, 126, 20, 0.5);
}

.lab-orange.lab-anti {
  color: #fd7e14;
  background-color: rgba(253, 126, 20, 0.1);
}

.lab-orange.lab-ghost {
  color: #fd7e14;
}

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

.lab-yellow.lab-hollow {
  color: #ffa200;
  border-color: rgba(255, 162, 0, 0.5);
}

.lab-yellow.lab-anti {
  color: #ffa200;
  background-color: rgba(255, 162, 0, 0.1);
}

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

.lab-green {
  background-color: #38c17f;
}

.lab-green.lab-hollow {
  color: #38c17f;
  border-color: rgba(56, 193, 127, 0.5);
}

.lab-green.lab-anti {
  color: #38c17f;
  background-color: rgba(56, 193, 127, 0.1);
}

.lab-green.lab-ghost {
  color: #38c17f;
}

.lab-pink {
  background-color: #ffb8b8;
}

.lab-pink.lab-hollow {
  color: #ffb8b8;
  border-color: rgba(255, 184, 184, 0.5);
}

.lab-pink.lab-anti {
  color: #ffb8b8;
  background-color: rgba(255, 184, 184, 0.1);
}

.lab-pink.lab-ghost {
  color: #ffb8b8;
}

.lab-blue {
  background-color: #3f5cdc;
}

.lab-blue.lab-hollow {
  color: #3f5cdc;
  border-color: rgba(63, 92, 220, 0.5);
}

.lab-blue.lab-anti {
  color: #3f5cdc;
  background-color: rgba(63, 92, 220, 0.1);
}

.lab-blue.lab-ghost {
  color: #3f5cdc;
}

.lab-purple {
  background-color: #916ef0;
}

.lab-purple.lab-hollow {
  color: #916ef0;
  border-color: rgba(145, 110, 240, 0.5);
}

.lab-purple.lab-anti {
  color: #916ef0;
  background-color: rgba(145, 110, 240, 0.1);
}

.lab-purple.lab-ghost {
  color: #916ef0;
}

.lab-hollow {
  background-color: transparent;
  border: 1px solid;
}

.lab-ghost {
  background-color: transparent;
}

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

.lab-transparent {
  color: #616365;
}

/**
 * Pagination
 * ----------------------------------------------------------------------------
 */
.pagination-wrapper {
  font-size: 0;
}

.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 10px;
  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 4px;
  font-size: 14px;
}

.pagination-wrapper > div .form-control {
  height: 30px;
  line-height: 30px;
}

.pagination-wrapper .text {
  color: #ABADAF;
}

.pagination-wrapper .num {
  color: #111315;
}

.pagination-wrapper .pg-select .form-select {
  width: 90px;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.pagination-wrapper .pg-select .form-select .select-set {
  line-height: inherit;
}

.pagination-wrapper .pg-select .form-select .select-main {
  height: inherit;
  cursor: default;
}

.pagination-wrapper .pg-select .form-select .select-arrow {
  top: 15px;
}

.pagination-wrapper .pg-select .form-select .select-block {
  border-top: 0;
}

.pagination-wrapper .pg-btns a {
  min-width: 32px;
  margin: 0 4px;
  padding: 0 8px;
  font-size: 14px;
  color: #919395;
  line-height: 30px;
  text-align: center;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination-wrapper .pg-btns a:hover {
  border-color: #DCDFE6;
}

.pagination-wrapper .pg-btns a.active, .pagination-wrapper .pg-btns a.active:hover {
  color: white !important;
  background-color: #529BF9 !important;
  border-color: #529BF9 !important;
}

.pagination-wrapper .pg-btns a.pg-prev, .pagination-wrapper .pg-btns a.pg-next {
  color: #616365;
}

.pagination-wrapper .pg-input .form-control {
  width: 50px;
  height: 32px;
  text-align: center;
}

.pagination-wrapper .pg-input .btn {
  height: inherit;
  padding: 0 12px;
  line-height: 32px;
  border-radius: 0;
  border: 0;
}

.pagination-wrapper.pagination-round .pg-select .form-select,
.pagination-wrapper.pagination-round .pg-btns a,
.pagination-wrapper.pagination-round .pg-input .form-control,
.pagination-wrapper.pagination-round .pg-input .btn {
  border-radius: 4px;
}

.pagination-wrapper.pagination-border .pg-btns a {
  border-color: #DCDFE6;
}

.pagination-wrapper.pagination-border .pg-btns a:hover {
  border-color: #bbb;
}

.pagination-wrapper.pagination-solid .pg-btns a {
  background-color: #eaecee;
  border-color: transparent;
}

.pagination-wrapper.pagination-solid .pg-btns a:hover {
  color: #529BF9;
  background-color: rgba(82, 155, 249, 0.1);
}

.pagination-wrapper.pagination-circle .pg-btns a {
  border-radius: 50%;
}

.pagination-wrapper.pagination-hover-solid .pg-btns a:hover {
  background-color: #eaecee;
  border-color: transparent;
}

.pagination-wrapper.pagination-group .pg-btns a {
  position: relative;
  margin: 0;
  border-color: #CACCCE;
}

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

.pg-select-wrap {
  display: inline-block;
}

.pg-select {
  position: relative;
  width: 100px;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  background: #fff;
  color: #616365;
}

.pg-select i {
  font-size: 12px;
}

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

.pg-select-arr {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
}

.pg-select-list {
  display: none;
  position: absolute;
  bottom: 27px;
  left: -1px;
  width: 100%;
  border: 1px #e1e1e1 solid;
  border-radius: 4px;
  background: #fff;
}

.pg-select-li {
  padding: 0 10px;
  line-height: 32px;
  color: #919395;
  cursor: pointer;
}

.pg-select-li:hover {
  background: #F5F7F9;
  color: #818385;
}

.pg-select-cur,
.pg-select-cur:hover {
  background: #ebf3fe;
  color: #529BF9;
}

.ie8 .pagination-wrapper.pagination-group .pg-btns a {
  border-left: 0;
}

.ie8 .pagination-wrapper.pagination-group .pg-btns a:first-child {
  position: relative;
}

.ie8 .pagination-wrapper.pagination-group .pg-btns a:first-child:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 1px;
  background-color: #CACCCE;
}

.el-pagination {
  padding: 0;
  font-weight: normal;
  color: #919395;
  text-align: center;
}

.el-pagination .btn-prev {
  padding-right: 4px;
}

.el-pagination .btn-next {
  padding-left: 4px;
}

.el-pagination .btn-prev .el-icon,
.el-pagination .btn-next .el-icon {
  color: #616365;
  font-size: 18px;
  font-weight: normal;
}

.el-pagination .btn-prev .el-icon:hover,
.el-pagination .btn-next .el-icon:hover {
  color: #529BF9;
}

.el-pagination button,
.el-pager li {
  margin: 0 4px;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  min-width: 32px;
  font-size: 14px;
}

.el-pagination button.active,
.el-pager li.active {
  color: #fff !important;
  background-color: #529BF9;
}

.el-pagination button.active:hover,
.el-pager li.active:hover {
  color: #fff;
}

.el-pagination button:hover,
.el-pager li:hover {
  color: #529BF9;
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
  color: #919395;
}

.el-pager li.btn-quicknext:hover,
.el-pager li.btn-quickprev:hover {
  color: #529BF9;
}

.el-pagination button,
.el-pager li,
.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
  height: 32px !important;
  line-height: 32px !important;
  color: #919395;
  font-size: 14px;
}

/**
 * Tooltips
 * ----------------------------------------------------------------------------
 */
.tooltip.multiclass {
  max-width: 300px;
  font-size: 13px;
  color: #afafaf;
  line-height: 1.8;
  text-align: left;
}

.tooltip.multiclass .tooltip-con {
  padding: 10px 15px;
  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;
  line-height: 1.4;
}

.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: 4px;
  background-color: #3b3e4c;
  line-height: 25px;
  text-align: center;
}

.tooltip-con {
  display: inline-block;
  padding: 0 8px;
  white-space: nowrap;
  font-size: 12px;
  color: #ccc;
  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-up .tooltip-arr {
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  border-top-color: #3b3e4c;
  border-top-style: solid;
}

.tooltip-right .tooltip-arr {
  top: 50%;
  left: -8px;
  margin-top: -4px;
  border-right-color: #3b3e4c;
  border-right-style: solid;
}

.tooltip-down .tooltip-arr {
  top: -8px;
  left: 50%;
  margin-left: -4px;
  border-bottom-color: #3b3e4c;
  border-bottom-style: solid;
}

.tooltip-left .tooltip-arr {
  top: 50%;
  right: -8px;
  margin-top: -4px;
  border-left-color: #3b3e4c;
  border-left-style: solid;
}

/**
* Dropdown menus
* ----------------------------------------------------------------------------
*/
/**
* Dropdown common styles
*/
.drop {
  position: absolute;
  right: 0;
  z-index: 1010;
  display: none;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #ccc \9;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}

.drop-dark {
  background-color: rgba(17, 19, 21, 0.9);
}

.drop-dark .drop-link {
  color: white;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.drop-dark .drop-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.drop-list {
  position: relative;
  vertical-align: bottom;
}

.drop-link {
  position: relative;
  display: block;
  padding: 8px 16px;
  color: #616365;
  font-size: 14px;
  cursor: pointer;
}

.drop-link:hover {
  background-color: #f3f5f7;
}

.drop-link.active, .drop-link.active:hover {
  color: #529BF9;
}

.drop-link.active .drop-ico-tick, .drop-link.active:hover .drop-ico-tick {
  display: block;
}

.drop-link.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}

.drop-link.has-tick {
  padding-right: 40px;
}

.drop-txt {
  line-height: 20px;
  font-size: 14px;
  vertical-align: middle;
  word-break: break-word;
}

.drop-icon {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  font-size: 14px;
  vertical-align: middle;
}

.drop-icon i {
  font-size: inherit;
}

.drop-subtitle {
  padding-left: 16px;
  line-height: 28px;
}

.drop-subtitle .drop-txt {
  display: inline-block;
  color: #ABADAF;
  line-height: inherit;
}

.drop-subtitle .btn {
  display: inline-block;
  padding: 0 6px;
  font-size: 14px;
  color: #919395;
  line-height: inherit;
  border-radius: 4px;
}

.drop-subtitle .btn:hover {
  color: #111315;
  background-color: #F5F7F9;
  border-color: transparent;
}

.drop-ico-pre,
.drop-ico-suf {
  width: 16px;
  height: 16px;
}

.drop-ico-pre {
  display: inline-block;
  margin-right: 4px;
}

.drop-ico-suf {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -8px;
}

.drop-ico-suf.icon-lineArrR-stroke {
  right: 5px;
  font-size: 12px;
  color: #919395;
}

.drop-cell {
  float: left;
}

.drop-cell6 {
  width: 16.66667%;
}

/**
* Dropdown setting
* including account setting, guidance, tab setting, etc.
*/
.drop-setting {
  width: 120px;
}

/**
* Dropdown operation
* mainly for main table operation
*/
.drop-operation {
  width: 200px;
}

.drop-top {
  border-bottom: 1px #eaecee solid;
}

.drop-top .drop-form-row {
  padding: 4px 10px 10px 10px;
}

.drop-mid {
  border-bottom: 1px #eaecee solid;
}

.drop-mid:last-child {
  border-bottom: 0;
}

.drop-mid .drop-form-row {
  padding: 10px;
}

.drop-bot {
  padding-top: 6px;
}

.drop-list-wrap {
  max-height: 216px;
}

/* max-height for scroll */
.drop-ico-tick {
  display: none;
  color: #529BF9;
}

/* select field */
.drop-field {
  position: relative;
  padding: 0 16px;
  *zoom: 1;
  color: #919395;
}

.drop-field:before, .drop-field:after {
  content: " ";
  display: table;
}

.drop-field:after {
  clear: both;
}

.drop-field .drop-txt {
  padding: 8px 0;
}

.drop-checkbox {
  height: 36px;
  display: inline-block;
  margin-right: 0;
  padding-left: 16px;
  font-size: 0;
  line-height: 36px;
}

.drop-checkbox .checkbox-btn {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

.drop-checkbox .form-label-con {
  padding: 0;
  color: #919395;
}

/**
* Dropdown for forms
* which saves my search-filter record
*/
.drop-form .drop-select {
  background-color: rgba(82, 155, 249, 0.1);
}

.drop-form .drop-select .drop-txt {
  color: #529BF9;
}

.drop-form .drop-select .drop-ico-suf {
  display: block;
}

.drop-ico-more {
  display: none;
  color: #ABADAF;
}

.drop-link:hover .drop-ico-more {
  display: block;
}

.drop-link:hover .drop-ico-more:hover {
  color: #529BF9;
}

.drop-submenu {
  position: absolute;
  top: 20px;
  right: -55px;
  display: block;
  width: 110px;
  padding: 0;
}

.search-filter {
  position: relative;
}

.search-filter .drop-form {
  display: none;
  right: 0;
  left: 0;
  text-align: left;
}

.search-filter-arr {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -6px;
  font-size: 12px;
  color: #313335;
}

.search-filter-arr i {
  display: block;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

/**
* Dropdown freeze
*/
.drop-freeze {
  width: 236px;
}

.drop-freeze .drop-mid {
  padding: 8px 12px;
}

.drop-freeze .drop-cell-group {
  margin-top: 8px;
}

.drop-freeze .btn {
  display: block;
  margin: 0 4px;
  padding: 0;
}

/**
* Dropdown for search text
*/
.drop-sch .form-control {
  background-color: #fbfbfb;
  border-color: #e1e1e1;
}

.drop-sch .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.drop-sch .form-control:-ms-input-placeholder {
  color: #ccc;
}

.drop-sch .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.drop-sch .form-control:focus {
  background-color: white;
  border-color: rgba(82, 155, 249, 0.5);
}

.drop-search .drop-mid {
  padding: 8px 16px 0 16px;
}

.drop-search .drop-mid .drop-subtitle {
  padding-left: 0;
}

.drop-search .drop-mid .drop-link {
  display: inline-block;
  margin: 2px 4px;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
}

.drop-search .drop-cell-group {
  margin-left: -12px;
  margin-right: -12px;
}

.drop-search .form-con {
  display: inline-block;
  width: 80px;
  margin: 0 4px;
  vertical-align: middle;
}

/**
* Dropdown size
*/
.drop-base {
  width: 160px;
}

.drop-medium {
  width: 200px;
}

.drop-large {
  width: 300px;
}

.drop-empty-wrap {
  width: 100%;
  height: 120px;
  text-align: center;
  vertical-align: middle;
}

.drop-empty-wrap .empty-icon {
  width: 50px;
  height: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.drop-empty-wrap .empty-text {
  margin-top: 0;
  font-size: 12px;
  color: #ABADAF;
}

.drop-tabs {
  width: 160px;
  max-height: 80vh;
}

.drop-tabs .drop-list {
  border-bottom: 1px solid #eaecee;
}

.drop-tabs .drop-list:last-child {
  border-bottom: none;
}

.drop-tabs .drop-icon {
  color: #529BF9;
}

.drop-tabs .drop-txt {
  max-width: 8em;
  color: #111315;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.drop-tabs .drop-shut {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -5px;
  font-size: 12px;
  line-height: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.drop-tabs .tabs-link {
  padding: 8px 12px;
  margin: 0;
  font-size: 0;
}

.drop-tabs .tabs-link:after {
  vertical-align: middle;
}

.drop-tabs .tabs-link > * {
  display: inline-block;
  vertical-align: middle;
}

.drop-tabs .tabs-link > *:first-child {
  margin-left: 0;
}

.drop-tabs .tabs-link > *:last-child {
  margin-right: 0;
}

.drop-tabs .tabs-link:hover .drop-txt {
  color: #529BF9;
}

.drop-tabs .tabs-link:hover .drop-shut {
  opacity: 1;
  filter: alpha(opacity=100);
}

.drop-tabs .tabs-link.active {
  background-color: #f3f5f7;
}

.drop-tabs .tabs-link.active .drop-txt {
  color: #529BF9;
}

.drop-tabs .tabs-link.active .drop-shut {
  opacity: 1;
  filter: alpha(opacity=100);
}

.search-fold-dropdown {
  margin-top: 6px;
  width: 100px;
  text-align: center;
  border: none;
}

.search-fold-dropdown::after {
  content: '';
  position: absolute;
  top: -12px;
  right: 8px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 6px;
  border-color: transparent;
  border-style: dashed;
  border-bottom-color: white;
  border-bottom-style: solid;
}

.drop-form-row {
  padding: 8px;
}

.notice-dropdown .el-dropdown-menu__item {
  padding: 0;
  line-height: 1;
}

/**
 * Forms
 * ----------------------------------------------------------------------------
 */
input[type="search"] {
  -webkit-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: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #313335;
  background-color: white;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control:not([readonly]):focus {
  border-color: #529BF9;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #ABADAF;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ABADAF;
}

.form-control::-webkit-input-placeholder {
  color: #ABADAF;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

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

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

.form-row {
  position: relative;
  margin: 10px 0;
  line-height: 32px;
}
.form-title {
  display: inline-block;
  font-size: 14px;
  color: #818385;
  line-height: 32px;
  vertical-align: middle;
}

.form-title .red {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 16px;
}

.form-pretitle {
  font-size: 0;
}

.form-pretitle:after {
  vertical-align: middle;
}

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

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

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

.form-pretitle .form-title {
  margin-right: 10px;
  width: 70px;
  text-align: right;
}

.form-pretitle .form-con {
  width: calc(100% - 70px - 10px);
}

.ie8 .form-pretitle {
  position: relative;
  padding-left: 80px;
}

.ie8 .form-pretitle .form-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.ie8 .form-pretitle .form-con {
  width: 100%;
}

.form-con {
  position: relative;
}

.input-wrap,
.textarea-wrap,
.form-label,
.date-wrap,
.mixform-wrap {
  position: relative;
  line-height: inherit;
}

.text-wrap {
  font-size: 14px;
  color: #313335;
  line-height: 24px;
  padding: 4px 0;
}

.input-wrap.input-hasicon {
  line-height: 32px;
}

.input-wrap.input-hasicon .form-control {
  padding-left: 34px;
}

.input-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  color: #ABADAF;
}

.input-wrap.input-hasappend .form-control {
  padding-right: 24px;
}

.input-append {
  position: absolute;
  top: 1px;
  right: 2px;
  bottom: 1px;
  z-index: 100;
  display: none;
  line-height: 30px;
  background-color: white;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  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 2px;
  line-height: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.input-append .btn:hover {
  color: #529BF9;
}

.input-append .btn i {
  font-size: 14px;
}

.input-append.selcet-icon {
  display: block;
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}

.input-append.selcet-icon i {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.ie8 .input-wrap.input-hasappend .form-control, .ie9 .input-wrap.input-hasappend .form-control {
  padding-right: 0;
}

.textarea-wrap .form-textarea {
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.form-textarea-num {
  color: #ABADAF;
}

.textarea-wrap.textarea-numin {
  padding-top: 12px;
  padding-bottom: 30px;
  background-color: white;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}

.textarea-wrap.textarea-numin .form-textarea {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.textarea-wrap.textarea-numin .form-textarea-bot {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.form-label {
  position: relative;
  font-size: 0;
  font-weight: normal;
  cursor: pointer;
}

.form-label input {
  position: absolute;
  left: -999999px;
}

.form-label > * {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  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: #529BF9;
}

.form-label.active .form-radio-btn,
.form-label.active .form-checkbox-btn {
  background-color: #529BF9;
  border-color: #398df8;
}

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

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

.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 #CACCCE;
  -webkit-box-sizing: border-box;
  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;
  line-height: 1;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.form-radio-btn {
  border-radius: 50%;
}

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

.form-label-con {
  width: calc(100% - 16px - 10px);
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  color: #313335;
  line-height: 18px;
}

.radio-wrap.group .form-label,
.checkbox-wrap.group .form-label {
  margin: 0 12px;
}

.form-select {
  position: relative;
  cursor: pointer;
}

.form-select:hover {
  border-color: #529BF9;
}

.form-select:hover .select-arrow {
  border-top-color: #529BF9;
}

.form-select .select-main {
  position: relative;
  width: 100%;
  z-index: 1000;
}

.form-select .select-arrow {
  position: absolute;
  top: 16px;
  right: 0;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #313335;
  border-top-style: solid;
  margin-top: -2px;
}

.form-select .select-arrow.reverse {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center 2px;
  transform-origin: center 2px;
}

.form-select .select-set {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 30px;
}

.form-select .select-block {
  position: relative;
  z-index: 0;
  right: 0;
  left: 0;
  margin-top: 6px;
  margin-right: -18px;
  margin-left: -14px;
  background-color: white;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-select .select-items {
  padding: 0 12px;
  font-size: 14px;
  color: #616365;
  line-height: 2;
}

.form-select .select-items:hover {
  color: #111315;
  background-color: #fafafa;
}

.form-select .select-items.active, .form-select .select-items.active:hover {
  color: #529BF9;
  background-color: rgba(82, 155, 249, 0.1);
}

div.sp_container {
  background-color: white;
  border-color: #DCDFE6;
  border-radius: 4px;
}

div.sp_container.sp_container_open {
  border-color: #529BF9;
  border-radius: 4px;
}

div.sp_container.sp_container_combo {
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.sp_container ul.sp_element_box li.selected_tag {
  margin: 0 2px;
  font-size: 12px;
  border-color: #efefef;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.sp_container ul.sp_element_box li.selected_tag .tag_close {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

div.sp_container ul.sp_element_box li.selected_tag:hover {
  color: white;
  background-color: #529BF9;
  border-color: #529BF9;
}

div.sp_container ul.sp_element_box li.selected_tag:hover .tag_close i {
  color: white;
}

div.sp_container .sp_input {
  height: 32px;
  min-height: 32px;
  padding: 0 12px;
  line-height: 32px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.sp_container .sp_input[readonly] {
  background-color: white;
}

div.sp_container .sp_clear_btn {
  padding-top: 0;
  color: #616365;
}

div.sp_container .sp_clear_btn:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

div.sp_container .sp_clear_btn:hover {
  color: #529BF9;
}

div.sp_container .sp_button .sp_caret {
  right: 12px;
}

div.sp_result_area {
  width: auto;
  margin-top: -5px;
  border-radius: 0;
  z-index: 1042;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

div.sp_result_area.shadowDown {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

div.sp_result_area div.sp_control_box p {
  font-size: 12px;
  font-weight: normal;
  color: #ABADAF;
}

div.sp_result_area ul.sp_results > li {
  color: #616365;
  line-height: 1.4;
}

div.sp_result_area ul.sp_results > li.sp_over {
  background-color: #529BF9 !important;
}

div.sp_result_area div.sp_pagination {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-top: 1px solid #DCDFE6;
}

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 a:hover {
  color: white;
  background-color: #529BF9;
  border-radius: 3px;
}

div.sp_result_area div.sp_pagination ul > li.pageInfoBox a {
  width: auto;
  padding: 0 20px;
}

.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: #111315;
  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");
}

.date-wrap .form-control {
  position: relative;
  cursor: pointer;
}

.form-date-ico {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  cursor: pointer;
  background-image: url("../images/calendar.jpg");
  background-repeat: no-repeat;
  background-position: center 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% - 58px);
}

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

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

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

.ie8 .mixform-wrap {
  position: relative;
}

.ie8 .mixform-wrap .btn {
  position: absolute;
  top: 0;
  right: 0;
}

.ie8 .mixform-wrap.search-wrap {
  padding-right: 58px;
}

.ie8 .mixform-wrap.vcode-wrap {
  padding-right: 98px;
}

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

.error-info {
  font-size: 0;
  color: #f12c2c;
  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.active .selcet-icon i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-dark .form-control {
  background-color: #f3f5f7;
  border-color: #f3f5f7;
}

.form-dark .form-control:focus {
  background-color: white;
  border-color: #529BF9;
}

.form-dark .textarea-numin {
  background-color: #f3f5f7;
  border-color: #f3f5f7;
}

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

.form-table-row {
  border-bottom: 1px solid #eaecee;
  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;
  text-align: right;
}

.form-table-head .title {
  font-size: 14px;
  line-height: 1.4;
  color: #ABADAF;
}

.form-table-head .red {
  margin-right: 8px;
  font-size: 16px;
}

.form-table-body {
  position: relative;
  width: calc(100% - 121px);
  min-height: 32px;
  margin: 8px 0;
  padding-left: 15px;
  font-size: 0;
  line-height: 32px;
  -webkit-box-sizing: border-box;
  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 {
  line-height: 1.4;
}

.ie8 .form-table-wrap {
  padding-left: 121px;
}

.ie8 .form-table-head {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: 0;
}

.ie8 .form-table-head:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.ie8 .form-table-head > span {
  display: inline-block;
  vertical-align: middle;
}

.ie8 .form-table-body {
  width: 100%;
}

.el-input__inner {
  height: 36px;
  font-size: 14px;
  line-height: 36px;
}

.el-input__icon {
  line-height: 36px;
}

.el-input .el-input__inner:focus {
  border-color: #529BF9;
}

.el-select .el-input.is-focus .el-input__inner {
  border-color: #529BF9;
}

.el-button--primary,
.el-radio__input.is-checked .el-radio__inner,
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #529BF9;
  border-color: #529BF9;
}

.el-radio__input.is-checked + .el-radio__label,
.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #529BF9;
}

.el-radio-group,
.el-checkbox-group {
  display: block;
  line-height: 1;
}

.el-radio-group .el-radio,
.el-radio-group .el-checkbox,
.el-checkbox-group .el-radio,
.el-checkbox-group .el-checkbox {
  font-size: 0;
}

.el-radio-group .el-radio__input,
.el-radio-group .el-radio__label,
.el-radio-group .el-checkbox__input,
.el-radio-group .el-checkbox__label,
.el-checkbox-group .el-radio__input,
.el-checkbox-group .el-radio__label,
.el-checkbox-group .el-checkbox__input,
.el-checkbox-group .el-checkbox__label {
  vertical-align: middle;
}

.el-select,
.el-date-editor.el-input,
.el-date-editor.el-input__inner,
.el-upload,
.el-upload-dragger {
  width: 100%;
}

input[type="file"].el-upload__input {
  display: none;
}

.form-con.form-error .el-input__inner,
.form-con.form-error .el-input__inner:focus,
.form-con.form-error .el-textarea__inner,
.form-con.form-error .el-textarea__inner:focus {
  border-color: #f12c2c;
}

.upload-btn .el-upload {
  width: inherit;
}

.el-button--small,
.el-button--small.is-round {
  padding-top: 0;
  padding-bottom: 0;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
}

/**
 * List
 * ----------------------------------------------------------------------------
*/
.list-row {
  position: relative;
  border-bottom: 1px solid #eaecee;
}

.list-head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  font-size: 14px;
  color: #919395;
  line-height: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-body {
  margin-right: 10px;
  margin-left: 110px;
  padding: 8px 0;
  font-size: 14px;
  color: #313335;
  line-height: 26px;
}

.list.no-bottom-border .list-row {
  border-bottom: none;
}

.list-lg .list-head {
  width: 150px;
}

.list-lg .list-body {
  margin-left: 162px;
}

/**
 * Main Table
 * ----------------------------------------------------------------------------
 */
.main-table {
  position: relative;
  margin-top: 16px;
}

.main-table.main-table-nocheck .main-table-head-wrap,
.main-table.main-table-nocheck .main-table-row-wrap {
  padding-left: 0;
}

.main-table.main-table-nocheck .main-table-head-wrap .main-table-cell:first-child,
.main-table.main-table-nocheck .main-table-row-wrap .main-table-cell:first-child {
  border-left: 0;
}

.main-table-txt {
  display: block;
  font-size: 14px;
  color: #111315;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-table-sort {
  display: inline-block;
  margin: 0 4px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #919395;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  filter: alpha(opacity=0);
}

.main-table-sort i {
  display: block;
  color: #919395;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-table-sort:hover, .main-table-sort.appear {
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-table-sort:hover i, .main-table-sort.appear i {
  color: #529BF9;
}

.main-table-sort.active i {
  color: #529BF9;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.main-table-lock {
  display: inline-block;
  margin: 1px 4px 0 4px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  line-height: 14px;
}

.main-table-lock i {
  display: inline-block;
  color: #919395;
}

.main-table-row {
  border-bottom: 1px #F0F0F0 solid;
}

.main-table-row:hover {
  background: #ebf3fe;
}

.main-table-row:hover .main-table-cell-first {
  background: #ebf3fe;
}

.main-table-row:hover .main-table-num {
  display: none;
}

.main-table-row:hover .form-label {
  display: inline-block;
}

.main-table-row-wrap,
.main-table-head-wrap {
  position: relative;
  padding-left: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-table-cell {
  float: left;
  min-width: 50px;
}

.main-table-cell-first {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 56px;
  text-align: center;
  background-color: white;
}

.main-table-cell-first .main-table-num {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.main-table-cell-first .form-label {
  display: none;
  vertical-align: middle;
  cursor: pointer;
}

.main-table-cell-first .form-label span {
  margin-right: 0;
}

.main-table-checkbox .main-table-num,
.main-table-checkbox:hover .main-table-num {
  display: none;
}

.main-table-checkbox .form-label,
.main-table-checkbox:hover .form-label {
  display: inline-block;
}

.main-table-cell-wrap {
  position: relative;
  padding: 8px;
  min-height: 30px;
  line-height: 30px;
  font-size: 0;
}

.main-table-cell-wrap:hover .main-table-sort {
  display: inline-block;
}

.main-table-cell-freeze .main-table-lock {
  display: inline-block;
  font-size: 14px;
  color: #919395;
}

.main-table-cur .main-table-num {
  display: none;
}

.main-table-cur .form-label {
  display: block;
}

/**
 * main-table head
 */
.main-table-head {
  min-height: 100%;
  min-height: 30px;
  border-radius: 6px;
  overflow: hidden;
}

.main-table-head,
.main-table-head .main-table-head-wrap {
  background-color: #F5F7F9;
}

.main-table-head .main-table-cell {
  cursor: pointer;
}

.main-table-head .main-table-cell .main-table-cell-wrap {
  position: relative;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-table-head .main-table-cell .main-table-cell-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background-color: #e1e3e5;
}

.main-table-head .main-table-cell:last-child .main-table-cell-wrap::after {
  display: none;
}

.main-table-head .main-table-txt {
  display: inline-block;
  color: #616365;
  vertical-align: middle;
  max-width: 100%;
}

.main-table-head .main-table-txt:hover {
  color: #111315;
}

.main-table-head .main-table-cell-first {
  background-color: #F5F7F9;
}

.main-table-head .main-table-cell-first .form-label {
  display: inline-block;
}

/**
 * main-table body
 */
.main-table-body {
  min-width: 100%;
}

/**
 * table cell width
 */
.main-table-cell-base {
  width: 96px;
}

.main-table-cell-small {
  width: 80px;
}

.main-table-cell-medium {
  width: 160px;
}

.main-table-cell-large {
  width: 240px;
}

.main-table-cell-xlarge {
  width: 320px;
}

/**
 * Room Table
 * ----------------------------------------------------------------------------
 */
.roomain-table .main-table-cell, .roomain-table .main-table-head .main-table-cell-first {
  width: 200px;
  text-align: center;
}

.roomain-table .main-table-row-wrap,
.roomain-table .main-table-head-wrap {
  padding-left: 200px;
}

.roomain-table .main-table-cell-first {
  width: 120px;
  padding-left: 80px;
}

.roomain-table .main-table-head .main-table-cell-first {
  padding-left: 0;
}

.roomain-table .main-table-cell-wrap {
  padding: 0;
}

.main-table-row-group {
  position: relative;
}

.main-table-row-head {
  position: absolute;
  top: 0;
  bottom: 1px;
  z-index: 2;
  width: 80px;
  background-color: #f9f9f9;
  border-right: 1px solid #F0F0F0;
  text-align: center;
  vertical-align: middle;
}

.main-table-row-head-wrap {
  display: inline-block;
  vertical-align: middle;
}

.main-table-row-head-wrap .main-table-txt {
  font-size: 15px;
  font-weight: 500;
  color: #111315;
}

.main-table-row-head-wrap .main-table-txt span {
  font-size: 12px;
  font-weight: normal;
  color: #ABADAF;
}

.main-table-txt-block {
  display: block;
  padding: 0 8px;
  color: #313335;
}

.el-table th {
  background-color: #F5F7F9;
}

.el-table th > .cell {
  color: #616365;
  font-weight: normal;
  line-height: 24px;
}

.el-table td,
.el-table th {
  padding: 8px 0;
}

/**
 * Table
 * ----------------------------------------------------------------------------
*/
table {
  border-collapse: collapse;
}

th {
  font-weight: bold;
  text-align: center;
  background-color: #F5F7F9;
}

th,
td {
  padding: 8px;
  font-size: 14px;
  color: #313335;
  text-align: center;
  border: 1px solid #eaecee;
}

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

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

.table-noborder td {
  border-bottom: 1px solid #eaecee;
  min-height: 30px;
}

.table-cell-txt {
  display: block;
  font-size: 14px;
  color: #313335;
  line-height: 30px;
}

.table-cell-txt .red {
  margin-left: 4px;
}

.el-table ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  cursor: pointer;
}

.el-table ::-webkit-scrollbar-track {
  background-color: #fff;
  /*滚动条的背景颜色*/
}

.el-table ::-webkit-scrollbar-thumb {
  background-color: #eaecee;
  border-radius: 3px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.el-table::before,
.el-table__fixed-right::before,
.el-table__fixed::before {
  height: 0;
}

.el-table__fixed {
  height: calc(100% - 6px) !important;
}

.el-table__body tr.hover-row.current-row > td,
.el-table__body tr.hover-row.el-table__row--striped.current-row > td,
.el-table__body tr.hover-row.el-table__row--striped > td,
.el-table__body tr.hover-row > td {
  background-color: #ebf3fe;
}

/**
 * Slide in
 * ----------------------------------------------------------------------------
 */
.slidein-all.slidein.slidein-right, .slidein-all.slidein.slidein-left {
  width: 100%;
}

.slidein-half.slidein.slidein-right, .slidein-half.slidein.slidein-left {
  width: 50%;
}

.slidein-small.slidein.slidein-right, .slidein-small.slidein.slidein-left {
  width: 480px;
}

.slidein-all.slidein.slidein-top, .slidein-all.slidein.slidein-bottom {
  height: 100%;
}

.slidein-half.slidein.slidein-top, .slidein-half.slidein.slidein-bottom {
  height: 50%;
}

.slidein-small.slidein.slidein-top, .slidein-small.slidein.slidein-bottom {
  height: 480px;
}

.slidein {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: white;
  -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slidein .btn-shut {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.slidein.slidein-top {
  top: -100%;
  bottom: auto;
  height: 80%;
}

.slidein.slidein-top.active {
  top: 0;
}

.slidein.slidein-right {
  right: -100%;
  left: auto;
  width: 480px;
}

.slidein.slidein-right.active {
  right: 0;
}

.slidein.slidein-bottom {
  top: auto;
  bottom: -100%;
  height: 80%;
}

.slidein.slidein-bottom.active {
  bottom: 0;
}

.slidein.slidein-left {
  right: auto;
  left: -100%;
  width: 80%;
}

.slidein.slidein-left.active {
  left: 0;
}

.slidein .popup-head {
  padding: 16px;
  text-align: left;
}

.slidein .popup-head .title {
  font-size: 16px;
}

.slidein .popup-head .popup-head-op {
  top: 16px;
  padding-right: 32px;
}

.slidein .popup-head .popup-head-op .el-dropdown {
  font-size: 0;
}

.slidein .popup-foot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  text-align: left;
}

.slidein .popup-foot .btn {
  width: 47%;
  margin: 0 3%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.slidein-form {
  padding: 16px 0;
}

.slidein-form .form-row {
  margin-bottom: 20px;
}

/**
 * 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: 12px;
}

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

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

.empty-icon {
  width: 300px;
  height: auto;
  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: #313335;
  line-height: 1.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.empty-icon-workSubmit {
  background-image: url("../images/empty/themeBlue/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 5px;
  padding: 9px 0;
  font-size: 0;
  color: #616365;
  line-height: 1.2;
  cursor: pointer;
}

.tabs-link:hover {
  color: #529BF9;
}

.tabs-li {
  float: left;
  margin-right: 1px;
}

.tabs-txt {
  display: inline-block;
  min-width: 48px;
  max-width: 144px;
  font-size: 14px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabs-shut {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 14px;
}

.tabs-shut i {
  display: block;
  font-weight: normal;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.tabs-shut:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-con {
  display: none;
}

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

.ghost-tabs {
  position: relative;
  border-bottom: 1px solid #DCDFE6;
}

.ghost-tabs .tabs-link {
  padding: 18px 0;
  -webkit-transition: 0.3s;
  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: #529BF9;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  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: 4px;
  -webkit-box-sizing: border-box;
  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 #CACCCE;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.group-tabs .tabs-item:first-child .tabs-link.active {
  border-left-color: #529BF9;
}

.group-tabs .tabs-item:last-child .tabs-link {
  border-right-color: #CACCCE;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.group-tabs .tabs-item:last-child .tabs-link.active {
  border-right-color: #529BF9;
}

.group-tabs .tabs-link {
  margin: 0;
  padding: 0 18px;
  line-height: 34px;
  border: 1px solid #CACCCE;
  border-left: 0;
  border-right: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.group-tabs .tabs-link.active {
  color: white;
  background-color: #529BF9;
  border-color: #529BF9;
}

.toast-tabs {
  font-size: 0;
}

.toast-tabs .tabs-item {
  margin-right: 5px;
  margin-left: 5px;
}

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

.ie8 .toast-tabs {
  font-size: 0;
}

.ie8 .toast-tabs > * {
  margin-right: 0;
  margin-left: 10px;
}

.ie8 .toast-tabs > *:first-child {
  margin-left: 0;
}

.toast-tabs .tabs-link {
  margin: 0;
  padding: 10px 18px;
  background-color: white;
  border: 1px solid #CACCCE;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toast-tabs .tabs-link:hover {
  font-weight: bold;
  color: #111315;
  background-color: #fafafa;
  border-color: #bbb;
}

.toast-tabs .tabs-link.active {
  font-weight: bold;
  color: white;
  background-color: #529BF9;
  border-color: #529BF9;
}

.toast-tabs.dark .tabs-link {
  background-color: #f3f5f7;
  border: 0;
}

.toast-tabs.dark .tabs-link:hover {
  background-color: #EAECEE;
}

.toast-tabs.dark .tabs-link.active {
  color: #529BF9;
  background-color: rgba(82, 155, 249, 0.1);
}

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

.group-tabs-solid {
  background-color: #F5F7F9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.group-tabs-solid .tabs-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.group-tabs-solid .tabs-item .tabs-link {
  white-space: nowrap;
}

.group-tabs-solid .tabs-item .tabs-link.active {
  border-left-color: #529BF9;
}

.group-tabs-solid .tabs-link {
  margin: 0;
  padding: 0 18px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.group-tabs-solid .tabs-link.active {
  color: white;
  background-color: #529BF9;
  border-radius: 4px;
}

/**
 * Popups
 * ----------------------------------------------------------------------------
 */
.popup {
  position: absolute;
  z-index: 1050;
  display: none;
  border-radius: 6px;
  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: 8px 16px;
  line-height: 24px;
  text-align: center;
  border-bottom: 1px solid #eaecee;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.popup-head .title {
  font-size: 14px;
  color: #111315;
}

.popup-head-op {
  position: absolute;
  top: 8px;
  right: 8px;
}

.popup-head-op .btn {
  width: 24px;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 0;
  color: #919395;
  vertical-align: middle;
  border: 1px solid transparent;
}

.popup-head-op .btn:hover {
  color: inherit;
  background-color: #f3f5f7;
}

.popup-head-op .btn i {
  font-size: 13px;
  vertical-align: baseline;
}

.popup-body {
  padding: 0 24px;
}

.popup-body > .content {
  font-size: 14px;
  color: #616365;
}

.popup-foot {
  padding: 16px;
  text-align: right;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.popup-foot .btn {
  min-width: 80px;
}

.popup-small {
  width: 360px;
}

.popup-base {
  width: 480px;
}

.popup-medium {
  width: 540px;
}

.popup-large {
  width: 640px;
}

.popup-xlarge {
  width: 740px;
}

.popup-block {
  width: 100%;
}

.popup-add-edit {
  width: 880px;
}

.popup-import {
  width: 800px;
}

.popup-skin {
  width: 680px;
}

.content-simple {
  padding: 24px 0 8px 0;
  line-height: 20px;
}

.content-simple .status-icon {
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
}

.popup-warning .status-icon {
  color: #fd7e14;
}

.content-complex {
  padding: 8px 0;
}

.content-form {
  padding: 8px 0;
}

.edit-form {
  padding: 0 12px;
}

.edit-form .form-wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.edit-form .form-row {
  margin: 0;
  padding: 8px 12px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.edit-form .form-row.form-plain-text {
  padding-top: 0;
  border-bottom: 1px solid #f3f5f7;
}

.edit-form .form-row:last-child.form-plain-text {
  border-bottom: none;
}

.edit-form .single-column .form-row {
  margin-top: 8px;
  padding-left: 0;
  padding-right: 0;
}

.popup-skin-tab {
  text-align: center;
}

.popup-skin-tab .tabs-head {
  margin-top: 24px;
  border: 1px solid #eaecee;
  background-color: #fff;
  border-radius: 16px;
}

.popup-skin-tab .tabs-head .tabs-item {
  position: relative;
  padding: 0 6px;
  width: 90px;
}

.popup-skin-tab .tabs-head .tabs-item:first-child .tabs-link,
.popup-skin-tab .tabs-head .tabs-item:last-child .tabs-link {
  border: none;
}

.popup-skin-tab .tabs-head .tabs-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #eaecee;
}

.popup-skin-tab .tabs-head .tabs-item:last-child::after {
  width: 0;
}

.popup-skin-tab .tabs-head .tabs-link {
  border-width: 0;
}

.popup-skin-tab .tabs-head .tabs-link.active {
  color: #529BF9;
  background-color: transparent;
}

.popup-skin-tab .skin-img {
  padding: 16px;
}

.popup-skin-tab .skin-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.popup-skin-tab .skin-bg {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.popup-skin-tab .skin-bg.skin-blue {
  background-image: url("../images/skin/skin-blue-bg.png");
}

.popup-skin-tab .skin-bg.skin-polity {
  background-image: url("../images/skin/skin-polity-bg.png");
}

.popup-skin-tab .skin-bg.skin-china {
  background-image: url("../images/skin/skin-china-bg.png");
}

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

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

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

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

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

.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: #111315;
  line-height: 1;
}

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

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

.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: 10px;
  background-color: #f0f3f4;
  border-radius: 5px;
}

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

.progress-bar .rate {
  margin: 10px 0;
  font-size: 14px;
  color: #313335;
  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;
}

/**
 * Raty
 * ----------------------------------------------------------------------------
*/
.raty {
  font-size: 0;
}

.raty img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 2px;
  line-height: 1;
  vertical-align: middle;
}

.raty img:first-child {
  margin-left: 0;
}

.raty img:last-child {
  margin-right: 0;
}

.raty.raty-lg img {
  width: 30px;
  height: 30px;
}

.raty.raty-md img {
  width: 24px;
  height: 24px;
  margin: 0 1px;
}

.raty.raty-sm img {
  width: 12px;
  height: 12px;
  margin: 0 1px;
}

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

.panel .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #83b7fb;
}

.mCS-my-theme.mCSB_scrollTools {
  right: 0;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #DCDFE6;
}

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

.mCS-my-theme-special.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(82, 155, 249, 0.3);
}

.mCS-my-theme-h.mCSB_scrollTools {
  bottom: 0;
  z-index: 99999;
}

.mCS-my-theme-h.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  border-radius: 3px;
  background-color: #DCDFE6;
}

.mCS-my-theme-h.mCSB_scrollTools .mCSB_draggerRail {
  margin: 0;
  background-color: transparent;
}

.mCS-my-theme-h .mCSB_container {
  margin-bottom: 0 !important;
}

/**
 * Misc
 * ----------------------------------------------------------------------------
*/
.btn-shadow-primary {
  -webkit-box-shadow: 0 2px 6px rgba(82, 155, 249, 0.2);
  box-shadow: 0 2px 6px rgba(82, 155, 249, 0.2);
}

.btn-shadow-base {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.shadow-light {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.shadow-base {
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}

.shadow-dark {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.breadcrumb {
  margin-bottom: 16px;
  font-size: 0;
  color: #ABADAF;
  line-height: 1;
}

.breadcrumb a,
.breadcrumb i,
.breadcrumb span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.breadcrumb a {
  color: inherit;
}

.breadcrumb a:hover {
  color: #529BF9;
}

.breadcrumb a:last-child {
  cursor: default;
}

.breadcrumb a:last-child, .breadcrumb a:last-child:hover {
  font-weight: 600;
  color: #111315;
}

.breadcrumb i {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  font-style: normal;
}

.breadcrumb span {
  color: #313335;
}

.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: 6px;
  margin-left: 6px;
}

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

/* search-form-box */
.search-form-box {
  position: relative;
}

.search-form-group {
  margin-bottom: 12px;
  margin-top: -4px;
  margin-left: -6px;
  margin-right: -6px;
}

.search-cell {
  float: left;
  width: 220px;
}

.search-cell .form-row {
  margin: 4px 6px;
  border-radius: 4px;
}

.search-cell .form-row .form-title {
  margin-right: 8px;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.search-cell .form-row .form-control {
  color: #111315;
}

.search-cell .form-row .form-control::-moz-placeholder {
  color: #313335;
  opacity: 1;
}

.search-cell .form-row .form-control:-ms-input-placeholder {
  color: #313335;
}

.search-cell .form-row .form-control::-webkit-input-placeholder {
  color: #313335;
}

.search-submit-area {
  position: relative;
  text-align: center;
}

.search-submit-area .btn {
  margin: 0 4px;
}

.search-submit-area .guide-btn {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  font-size: 0;
}

.search-submit-area .guide-btn a {
  color: #529BF9;
  line-height: 1;
  font-size: 0;
}

.search-submit-area .guide-btn a:after {
  vertical-align: middle;
}

.search-submit-area .guide-btn a > * {
  display: inline-block;
  vertical-align: middle;
}

.search-submit-area .guide-btn a > *:first-child {
  margin-left: 0;
}

.search-submit-area .guide-btn a > *:last-child {
  margin-right: 0;
}

.search-submit-area .guide-btn a i {
  margin-right: 4px;
  font-size: 16px;
}

.search-submit-area .guide-btn a span {
  font-size: 14px;
}

.search-submit-area .guide-btn a:hover {
  color: #217ff7;
}

.search-filter {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}

.search-filter .drop-form {
  display: none;
  right: 0;
  left: 0;
  text-align: left;
}

.mSearch-filter-arr {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -2px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #313335;
  border-top-style: solid;
}

.search-fold-foot {
  position: absolute;
  right: 24px;
  bottom: 0;
  width: 32px;
  height: 24px;
}

.search-fold-foot .search-fold-btn {
  display: block;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
  color: #529BF9;
  background-color: rgba(82, 155, 249, 0.08);
}

.search-fold-foot .search-fold-btn i {
  display: block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-fold-foot .search-fold-btn.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-fold-foot .tooltip {
  bottom: 32px;
  right: 50%;
  margin-right: -32px;
  display: none;
}

.search-fold-foot .el-dropdown {
  width: 100%;
}

.search-form-box.search-fold-all {
  padding: 0;
}

.search-form-box.search-fold-all .search-submit-area,
.search-form-box.search-fold-all .search-form-group {
  display: none;
}

.search-form-box.search-fold-all .search-fold-foot .search-fold-btn i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.search-form-box.search-fold-part .search-form-group {
  max-height: 80px;
  overflow: hidden;
}

.main-operation {
  font-size: 0;
  background-color: white;
}

.main-operation .btn {
  margin-right: 12px;
}

.main-operation .btn:last-child {
  margin-right: 0;
}

.main-operation-batch {
  position: absolute;
  top: 24px;
  right: 24px;
  left: 24px;
  z-index: 1;
  display: none;
}

.main-operation-data {
  margin-right: 24px;
  font-size: 14px;
  color: #313335;
  vertical-align: middle;
}

.main-operation-data span {
  margin-right: 4px;
  color: #529BF9;
}

.main-operation-shut {
  margin-top: 2px;
  padding: 4px;
}

.ul-context-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  padding: 8px 0;
  min-width: 100px;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc \9;
}

.ul-context-menu .ui-context-menu-item a {
  display: block;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  color: #616365;
}

.ul-context-menu .ui-context-menu-item a:hover {
  background-color: #f3f5f7;
}

.ul-context-menu .ui-context-menu-item a .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

/* flow */
.flow {
  height: 3px;
  margin: 60px 0 14px 0;
}

.flow-step3 .flow-cell {
  width: 33.33333%;
}

.flow-step5 .flow-cell {
  width: 20%;
}

.flow-cell {
  position: relative;
  float: left;
  min-height: 3px;
  font-size: 14px;
  text-align: center;
}

.flow-cell:first-child .flow-bar {
  position: absolute;
  right: 0;
  width: 50%;
}

.flow-cell:last-child .flow-bar {
  position: absolute;
  left: 0;
  width: 50%;
}

.flow-name {
  position: absolute;
  top: -40px;
  display: block;
  width: 100%;
  color: #919395;
  text-align: center;
}

.flow-num {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-top: -14px;
  margin-left: -14px;
  color: #fff;
  line-height: 28px;
  background-color: #DCDFE6;
}

.flow-bar {
  display: block;
  height: 3px;
  background-color: #DCDFE6;
}

.flow-current .flow-name {
  color: #529BF9;
}

.flow-current .flow-num,
.flow-current .flow-bar {
  background-color: #529BF9;
}

.flow-done .flow-name {
  color: #529BF9;
}

.flow-done .flow-num,
.flow-done .flow-bar {
  background-color: #529BF9;
}

/* import*/
.import-container {
  height: 340px;
}

.import-container .table-container {
  height: 300px;
}

.import-top {
  padding: 24px 12px;
}

.import-top .form-pretitle {
  width: 50%;
  margin-bottom: 16px;
}

.import-top .form-pretitle .form-title {
  width: 70px;
}

.import-top .form-pretitle .form-con {
  width: calc(100% - 70px - 10px);
}

.import-wrap {
  height: 180px;
  text-align: center;
  border: 1px dashed #CACCCE;
  border-radius: 12px;
  font-size: 0;
}

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

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

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

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

.import-content .info {
  margin-top: 12px;
  font-size: 14px;
  color: #616365;
}

.import-status {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #111315;
}

.import-drag {
  font-size: 48px;
  color: #DCDFE6;
}

.import-drag i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.import-progress {
  width: 500px;
  margin-bottom: 20px;
  text-align: center;
}

.import-progress .progress-num {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 44px;
  color: #313335;
}

.import-progress .progress-bar,
.import-progress .progress-cur {
  height: 16px;
  border-radius: 2px;
}

.import-progress .progress-bar {
  position: relative;
  border: 1px solid #DCDFE6;
}

.import-progress .progress-cur {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  background-color: #529BF9;
  border: 1px solid #217ff7;
}

.import-bot {
  margin: 0 12px;
  padding: 12px 0;
  background-color: #fffbf5;
  border: 1px solid #ffe9c2;
  border-radius: 4px;
}

.import-bot .info {
  margin: 0 16px;
  line-height: 22px;
  color: #919395;
}

.import-bot .info a {
  margin: 0 4px;
}

.import-done {
  text-align: center;
  font-size: 0;
}

.import-done:after {
  vertical-align: middle;
}

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

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

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

.import-done .icon {
  display: inline-block;
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 50px;
}

.import-done .link-normal {
  font-size: 14px;
}

.select-list {
  line-height: 1;
  border: 1px solid #eaecee;
}

.select-list .select-list-wrap {
  height: 190px;
}

.drawer-notice-tab .tabs-head {
  margin: 16px 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  overflow: hidden;
}

.drawer-notice-tab .tabs-head .tabs-item {
  background-color: #F5F7F9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.drawer-notice-tab .tabs-head .tabs-item .tabs-link {
  border: none;
}

.drawer-notice-tab .tabs-head .tabs-item .tabs-link.active {
  border-radius: 4px;
}

.drawer-notice-tab .tabs-head .tabs-item .tabs-link .unread-num {
  position: absolute;
  margin-left: -4px;
  margin-top: 4px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  background-color: #f12c2c;
  border-radius: 50%;
}

.drawer-notice-tab .tabs-body .load-more {
  padding: 16px 0;
  display: block;
  text-align: center;
  color: #616365;
  cursor: pointer;
  -webkit-animation: ani-load-more 1s 0s ease-in-out infinite;
          animation: ani-load-more 1s 0s ease-in-out infinite;
}

.drawer-notice-tab .tabs-body .load-more:hover {
  color: #529BF9;
}

@-webkit-keyframes ani-load-more {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ani-load-more {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.notice-cell {
  padding: 4px 8px 12px 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f3f5f7;
}

.notice-cell .notice-element-head {
  height: 40px;
  line-height: 40px;
}

.notice-cell .notice-element-head .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #111315;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-cell .notice-element-head .icon {
  display: none;
  padding: 0 4px;
  margin-left: 4px;
  color: #616365;
  cursor: pointer;
}

.notice-cell .notice-element-head .icon i {
  display: block;
  font-size: 20px;
}

.notice-cell .notice-element-head .icon:hover {
  color: #529BF9;
}

.notice-cell .notice-element-head .tools i {
  margin-top: 1px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.notice-cell .notice-element-body .info {
  margin: 0;
  color: #818385;
}

.notice-cell .notice-element-body .time {
  display: block;
  margin-top: 8px;
  color: #818385;
  font-size: 13px;
  line-height: 18px;
}

.notice-cell:hover {
  background-color: #f9fafc;
}

.notice-cell:hover .tick,
.notice-cell:hover .flag,
.notice-cell:hover .tools {
  display: block;
}

.notice-cell.is-star .flag,
.notice-cell .flag.active {
  display: block;
}

.notice-cell.is-star .flag i,
.notice-cell .flag.active i {
  color: #ffa200;
}

.notice-cell.is-star .flag i:before,
.notice-cell .flag.active i:before {
  content: "\e6d1";
}

.notice-cell.is-read .title {
  color: #616365;
}

.notice-cell.is-read .info,
.notice-cell.is-read .time {
  color: #ABADAF;
}

.notice-cell.is-read .tick {
  display: none;
}

.update-pwd-body .component-form {
  width: 500px;
  margin: 40px auto;
}

.update-pwd-body .component-form .el-input__inner {
  font-family: "PingFang SC",  "Microsoft YaHei", Arial;
}

.article {
  color: #111315;
}

.article p {
  text-indent: 2em;
  line-height: 22px;
}

.tips-part {
  padding: 16px;
  background-color: rgba(255, 162, 0, 0.05);
  border-radius: 6px;
}

.tips-part h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #fd7e14;
}

.tips-part p {
  margin: 0 0 8px 0;
  font-size: 14px;
  color: #616365;
  line-height: 22px;
}

.tips-part p:last-child {
  margin-bottom: 0;
}

.main-card-head {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #eaecee;
}

.main-card-head .title {
  font-size: 20px;
  color: #111315;
  line-height: 22px;
  vertical-align: middle;
}

.main-card-head .title span {
  font-weight: 600;
  font-size: 16px;
}

.main-card-head .title .bar {
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -8px;
  display: block;
  width: 4px;
  height: 16px;
  background-color: #529BF9;
}

.main-card-head .append {
  top: 50%;
  margin-top: -16px;
}

/**
 * Layout
 * ----------------------------------------------------------------------------
*/
.panel-head {
  position: relative;
  padding-right: 28px;
  height: 36px;
  line-height: 36px;
}

.panel-head .panel-search {
  background-color: #1578F9;
  border-radius: 18px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) inset;
  overflow: hidden;
}

.panel-head .panel-search .form-con {
  line-height: inherit;
}

.panel-head .panel-search .input-icon {
  left: 12px;
  color: white;
}

.panel-head .panel-search .input-icon i {
  display: inline-block;
  vertical-align: middle;
}

.panel-head .panel-search .form-control {
  padding-left: 36px;
  height: 36px;
  line-height: 36px;
  color: white;
  background-color: #1578F9;
  border: none;
}

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

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

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

.panel-head .panel-search .clear i {
  font-size: 12px;
  color: white;
}

.panel-head .panel-control {
  position: absolute;
  right: 0;
  top: 0;
}

.panel-head .panel-control .tree-control-btn {
  color: white;
  font-size: 20px;
}

.panel-head .panel-control .tree-control-btn.active .icon-tree-unfold::before {
  content: "\e6c8";
}

.panel-menu {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 16px;
}

.panel-menu .el-menu {
  background: transparent;
  border-right: none;
}

.panel-menu .el-menu.el-menu-vertical-demo > li {
  margin-bottom: 4px;
}

.panel-menu .el-menu .el-submenu > .el-menu--inline .el-menu-item,
.panel-menu .el-menu .el-submenu > .el-menu--inline .el-submenu .el-submenu__title {
  padding-left: 34px !important;
  padding-right: 8px;
}

.panel-menu .el-menu .el-submenu > .el-menu--inline .el-menu-item > i,
.panel-menu .el-menu .el-submenu > .el-menu--inline .el-submenu .el-submenu__title > i {
  display: none;
}

.panel-menu .el-menu .el-submenu > .el-menu--inline .el-submenu .el-submenu__title .icon-filenull-stroke::before {
  content: "\e6af";
}

.panel-menu .el-menu .el-submenu > .el-menu--inline .el-submenu > .el-menu--inline .el-menu-item {
  padding-left: 56px !important;
}

.panel-menu .el-menu .el-submenu .el-submenu__title {
  padding: 0 8px !important;
  font-size: 0;
}

.panel-menu .el-menu .el-submenu .el-submenu__title .el-submenu__icon-arrow {
  right: 8px;
  color: inherit;
  font-size: 14px;
}

.panel-menu .el-menu .el-submenu.is-opened > .el-submenu__title .arrow i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-menu .el-menu .el-menu-item,
.panel-menu .el-menu .el-submenu__title {
  height: 44px;
  font-size: 0;
  line-height: 44px;
  border-radius: 6px;
  -webkit-transition: 0s;
  transition: 0s;
}

.panel-menu .el-menu .el-menu-item:focus,
.panel-menu .el-menu .el-submenu__title:focus {
  background-color: transparent;
}

.panel-menu .el-menu .el-menu-item:hover,
.panel-menu .el-menu .el-submenu__title:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.panel-menu .el-menu .title {
  font-size: 14px;
}

.panel-menu .el-menu .first-level-title {
  font-size: 15px;
}

.panel-menu .el-menu .icon {
  display: inline-block;
  margin-right: 8px;
}

.panel-menu .el-menu .icon i {
  color: inherit;
  font-size: 18px;
}

.panel-menu .el-menu .icon.icon-sm i {
  font-size: 14px;
}

.panel-menu .el-menu .arrow {
  position: absolute;
  left: 16px;
  font-size: 12px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.panel-menu .el-menu .arrow i {
  display: block;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.panel-menu .el-menu .el-menu-item {
  padding: 0 8px !important;
}

.panel-menu .el-menu .el-menu-item > * {
  display: inline-block;
}

.panel-menu .el-menu .el-menu-item i {
  color: #fff;
}

.panel-menu .el-menu .el-menu-item.is-active {
  background: #75B5FF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
}

.panel-menu .el-menu .el-menu-item .arrow {
  display: none;
}

.panel-menu > .el-menu > * {
  margin-bottom: 4px;
}

.panel.panel-hide {
  padding-left: 14px;
  padding-right: 14px;
}

.panel.panel-hide .panel-control,
.panel.panel-hide .input-append {
  display: none !important;
}

.panel.panel-hide .panel-search {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.panel.panel-hide .panel-search .input-icon {
  left: 10px;
}

.panel.panel-hide .panel-menu {
  margin-left: 0;
  margin-right: 0;
}

.panel.panel-hide .panel-menu .el-menu.el-menu--collapse {
  width: 36px;
}

.panel.panel-hide .panel-menu .el-menu.el-menu--collapse .el-submenu__title {
  text-align: center;
}

.panel.panel-hide .panel-menu .el-menu.el-menu--collapse .el-submenu__icon-arrow {
  display: none;
}

.panel.panel-hide .panel-menu .el-menu .icon {
  margin-right: 0;
}

.panel.panel-hide .panel-menu .el-tooltip {
  padding: 0 8px !important;
  text-align: center;
}

.panel.panel-hide .panel-menu > .el-menu .el-submenu.is-active > .el-submenu__title {
  background: #75B5FF !important;
}

.panel-collapse-cell .el-menu--popup {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  background: url("../images/theme/themeBlue/panel-hide.png") no-repeat right bottom/80px, -webkit-gradient(linear, left top, right top, from(#eef6ff), to(#fff));
  background: url("../images/theme/themeBlue/panel-hide.png") no-repeat right bottom/80px, linear-gradient(90deg, #eef6ff, #fff);
}

.panel-collapse-cell .el-menu--popup .el-menu-item,
.panel-collapse-cell .el-menu--popup .el-submenu__title {
  color: #313335 !important;
  height: 44px;
  line-height: 44px;
}

.panel-collapse-cell .el-menu--popup .el-menu-item i,
.panel-collapse-cell .el-menu--popup .el-submenu__title i {
  color: inherit;
  font-size: 16px;
}

.panel-collapse-cell .el-menu--popup .icon-sm,
.panel-collapse-cell .el-menu--popup .arrow {
  display: none !important;
}

.panel-collapse-cell .el-menu--popup .el-submenu.is-active > .el-submenu__title,
.panel-collapse-cell .el-menu--popup .el-menu-item.is-active {
  color: #529BF9 !important;
}

.panel-collapse-cell .el-menu--popup .el-menu-item {
  -webkit-transition: 0s;
  transition: 0s;
}

.panel-foot {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px 24px;
  line-height: 32px;
}

.panel-foot .pannel-trigger {
  display: block;
  font-size: 20px;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.panel-foot .pannel-trigger.active {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/**
 * Layout
 * ----------------------------------------------------------------------------
*/
.themebg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  min-width: 1024px;
  min-height: 720px;
  background-color: #529BF9;
  background-image: url("../images/theme/themeBlue/bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.header {
  height: 88px;
}

.main {
  background-color: #F5F7F9;
}

.page {
  position: relative;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page.has-foot {
  margin-bottom: 56px;
}

.panel {
  left: 0;
  bottom: 0;
  padding: 0 24px 24px 24px;
  width: 272px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}

.panel.panel-hide {
  width: 64px;
}

.panel,
.main {
  position: fixed;
  top: 88px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main,
.footer {
  right: 0;
  left: 272px;
  bottom: 0;
}

.main-wide {
  left: 64px;
}

.footer {
  position: fixed;
  z-index: 99999;
  padding: 12px 16px;
  background-color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .footer-left {
  position: absolute;
  left: 16px;
  top: 12px;
}

.footer .footer-right {
  position: absolute;
  right: 16px;
  top: 12px;
}

/**
 * Main: search area
 */
.main-card {
  position: relative;
  margin-bottom: 16px;
  padding: 24px;
  background-color: white;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-card:last-child {
  margin-bottom: 0;
}

/**
 * Layout
 * ----------------------------------------------------------------------------
*/
.logo {
  padding: 24px 64px;
  height: 40px;
}

.logo a {
  display: block;
  height: inherit;
  font-size: 0;
}

.logo a:after {
  vertical-align: middle;
}

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

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

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

.logo img {
  display: inline-block;
  width: auto;
  height: 26px;
}

.logo .logo-name {
  display: inline-block;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.tabs-link-common, .header-middle .tabs-head .tabs-link, .header-middle .tabs-more > .tabs-link {
  height: 32px;
  line-height: 32px;
  color: white;
  background-color: #5DA7FB;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.header-middle {
  position: absolute;
  top: 56px;
  right: 280px;
  left: 272px;
  font-size: 0;
}

.header-middle .tabs-head {
  display: inline-block;
  height: 32px;
}

.header-middle .tabs-head .tabs-link {
  display: block;
  padding: 0 8px 0 16px;
  margin: 0;
}

.header-middle .tabs-head .tabs-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.header-middle .tabs-head .tabs-link.active, .header-middle .tabs-head .tabs-link.active:hover {
  color: #529BF9;
  background-color: #fff;
}

.header-middle .tabs-head .tabs-link .tabs-txt {
  padding-right: 4px;
}

.header-middle .tabs-head .tabs-link .tabs-shut i {
  padding-top: 2px;
}

.header-middle .tabs-more {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.header-middle .tabs-more > .tabs-link {
  margin: 0;
  padding: 0 4px;
}

.header-middle .tabs-more > .tabs-link:hover {
  background-color: #85bdfc;
}

.header-middle .tabs-more .tabs-icon {
  font-size: 14px;
}

.user {
  position: absolute;
  top: 28px;
  right: 0;
  padding-right: 16px;
  height: 32px;
}

.user-li {
  position: relative;
  float: left;
  margin-left: 24px;
}

.user-li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.user-link {
  display: block;
  color: white;
  border-radius: 4px;
  font-size: 0;
}

.user-link:after {
  vertical-align: middle;
}

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

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

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

.user-btnonly {
  position: relative;
  padding: 4px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.user-btnonly i {
  display: inline-block;
  font-size: 24px;
}

.user-btnonly .red-dot {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f12c2c;
  border: 1px solid white;
}

.user-account {
  padding: 0 4px;
}

.user-account .user-name {
  margin: 0 8px;
  max-width: 100px;
  line-height: 32px;
  font-size: 14px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-account .user-portrait {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  background-color: white;
}

.user-account .user-portrait img {
  display: block;
  width: auto;
  height: 100%;
}

.user-account .user-arrow i {
  display: block;
  font-size: 14px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

/**
 * Guide
 * ----------------------------------------------------------------------------
*/
.guide-body .main {
  min-width: 815px;
}

.guide-body .mSearch-cell {
  width: 220px;
}

.guide-body .form-arrow-ico {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  text-align: center;
  line-height: 32px;
}

.guide-body .form-arrow-ico i {
  display: inline-block;
  font-size: 12px;
  color: #919395;
}

.search-guide {
  position: absolute;
  left: 10px;
}

.search-guide i {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: -1px;
}

.search-guide .btn:hover {
  background-color: #529BF9;
  color: white;
}

.guide-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.6);
}

.guide-wrap {
  position: fixed;
  z-index: 1;
}

.guide-wrap .guide-focus {
  padding: 17px 4px 0 4px;
  background-repeat: no-repeat;
  background-position: center 13px;
  border: 2px dashed white;
  border-radius: 20px;
}

.guide-wrap .guide-point {
  position: absolute;
  left: 23px;
  margin-top: -2px;
  width: 18px;
  height: 86px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/guide-search/guide-point.png");
}

.guide-wrap .guide-box {
  position: relative;
  margin-top: 83px;
  padding: 15px;
  width: 390px;
  background-color: white;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.guide-wrap .guide-box .title {
  font-size: 0;
}

.guide-wrap .guide-box .title:after {
  vertical-align: middle;
}

.guide-wrap .guide-box .title > * {
  display: inline-block;
  vertical-align: middle;
}

.guide-wrap .guide-box .title > *:first-child {
  margin-left: 0;
}

.guide-wrap .guide-box .title > *:last-child {
  margin-right: 0;
}

.guide-wrap .guide-box .title .icon {
  width: 32px;
  height: 32px;
  margin-left: -4px;
  margin-right: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/guide-search/bulb.svg");
}

.guide-wrap .guide-box .title .text {
  margin-top: 4px;
  padding-left: 5px;
  width: calc(100% - 32px - 5px);
  font-size: 20px;
  font-weight: 600;
  color: #529BF9;
  line-height: 1.4;
}

.guide-wrap .guide-box .title .text a {
  cursor: pointer;
  margin: 0 4px;
}

.guide-wrap .guide-box .title .text a i {
  display: inline-block;
  vertical-align: -1px;
  margin-right: 5px;
  font-size: 16px;
}

.guide-wrap .guide-box .title .text a:hover {
  background-color: #529BF9;
  color: white;
}

.guide-wrap .guide-box .con {
  margin-top: 10px;
  padding-left: 37px;
  font-size: 14px;
  color: #51535c;
  line-height: 20px;
}

.guide-wrap .guide-box .con p {
  position: relative;
  margin-bottom: 10px;
  padding-left: 17px;
}

.guide-wrap .guide-box .con p .num {
  position: absolute;
  top: 0;
  left: 0;
  color: #529BF9;
  font-size: 14px;
}

.guide-wrap .guide-box .con p .icon {
  padding: 0 4px;
  color: #919395;
}

.guide-wrap .guide-box .box-foot {
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
  color: #919395;
  border-top: 1px solid #eaecee;
}

.guide-wrap .guide-box .box-foot .guide-nav {
  font-size: 0;
  line-height: 1;
}

.guide-wrap .guide-box .box-foot .guide-nav span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #529BF9;
  cursor: pointer;
}

.guide-wrap .guide-box .box-foot .guide-nav span:first-child {
  margin-left: 0;
}

.guide-wrap .guide-box .box-foot .guide-nav span:last-child {
  margin-right: 0;
}

.guide-wrap .guide-box .box-foot .guide-nav span.active {
  background-color: #529BF9;
  -webkit-box-shadow: 0 0 8px rgba(82, 155, 249, 0.8);
  box-shadow: 0 0 8px rgba(82, 155, 249, 0.8);
}

.guide-wrap .guide-box .box-foot .link-default {
  color: #919395;
}

.guide-wrap .guide-box .box-foot .link-default:hover {
  color: #529BF9;
}

.guide-wrap .guide-box .box-foot .text {
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}

.guide-wrap .guide-box .box-foot .btn {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  line-height: 30px;
}

.guide-wrap.guide-1 {
  top: 112px;
  left: 296px;
}

.guide-wrap.guide-1 .guide-focus {
  width: 324px;
  height: 215px;
  background-image: url("../images/guide-search/themeBlue/guide-1.png");
}

.guide-wrap.guide-2 {
  top: 112px;
  left: 296px;
}

.guide-wrap.guide-2 .guide-focus {
  width: 232px;
  height: 175px;
  background-image: url("../images/guide-search/themeBlue/guide-2.png");
}

.guide-wrap.guide-3 {
  top: 112px;
  left: 516px;
}

.guide-wrap.guide-3 .guide-focus {
  width: 324px;
  height: 263px;
  background-image: url("../images/guide-search/themeBlue/guide-3.png");
}

.guide-wrap.guide-4 {
  top: 112px;
  left: 736px;
}

.guide-wrap.guide-4 .guide-focus {
  width: 232px;
  height: 443px;
  background-image: url("../images/guide-search/themeBlue/guide-4.png");
}

.guide-wrap.guide-4 .guide-point {
  left: -50px;
  margin-top: -240px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.guide-wrap.guide-4 .guide-box {
  position: absolute;
  left: -473px;
  bottom: 17px;
}

.guide-wrap.guide-5 {
  top: 112px;
  left: 736px;
}

.guide-wrap.guide-5 .guide-focus {
  width: 603px;
  height: 472px;
  background-image: url("../images/guide-search/themeBlue/guide-5-2.gif");
}

.guide-wrap.guide-5 .guide-point {
  left: -50px;
  margin-top: -240px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.guide-wrap.guide-5 .guide-box {
  position: absolute;
  left: -473px;
  bottom: 17px;
}

.guide-wrap.guide-6 {
  top: 112px;
  left: 956px;
}

.guide-wrap.guide-6 .guide-focus {
  width: 232px;
  height: 488px;
  background-image: url("../images/guide-search/themeBlue/guide-5.png");
}

.guide-wrap.guide-6 .guide-point {
  left: -50px;
  margin-top: -240px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.guide-wrap.guide-6 .guide-box {
  position: absolute;
  left: -473px;
  bottom: 17px;
}

.guide-wrap.guide-7 {
  top: 164px;
  left: 288px;
}

.guide-wrap.guide-7 .guide-focus {
  padding: 10px;
  width: 100px;
  height: 30px;
  background-image: url("../images/guide-search/themeBlue/guide-7.png");
  background-position: center;
  cursor: pointer;
}

.guide-wrap.guide-7 .guide-focus:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.back-link {
  padding: 0 8px;
  color: #529BF9;
  border-color: transparent;
}

.back-link:hover {
  border-color: transparent;
}

.ie9 .guide-wrap .box-foot {
  position: relative;
  font-size: 0;
  margin-top: 20px;
}

.ie9 .guide-wrap .box-foot:after {
  vertical-align: middle;
}

.ie9 .guide-wrap .box-foot > * {
  display: inline-block;
  vertical-align: middle;
}

.ie9 .guide-wrap .box-foot > *:first-child {
  margin-left: 0;
}

.ie9 .guide-wrap .box-foot > *:last-child {
  margin-right: 0;
}

.ie9 .guide-wrap .box-foot .link-default,
.ie9 .guide-wrap .box-foot .text {
  font-size: 14px;
}

.ie9 .guide-wrap .box-foot .btn {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}

.el-tag {
  color: #529BF9;
  background-color: rgba(82, 155, 249, 0.1);
  border-color: rgba(82, 155, 249, 0.15);
}

/**
 * History
 * ----------------------------------------------------------------------------
*/
.history {
  padding-top: 0;
  padding-bottom: 0;
  width: inherit;
}

.history-head {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #eaecee;
}

.history-head .title {
  font-size: 20px;
  color: #111315;
  line-height: 22px;
  vertical-align: middle;
}

.history-head .title i {
  margin-right: 8px;
  font-size: 20px;
  color: #529BF9;
  vertical-align: middle;
}

.history-head .title span {
  font-weight: 600;
  font-size: 16px;
}

.history-head .append {
  top: 50%;
  margin-top: -16px;
}

.history-body > div {
  float: left;
  height: inherit;
}

.history-show {
  width: 420px;
  border-right: 1px solid #eaecee;
}

.history-show .list {
  padding: 16px;
}

.history-info {
  padding: 8px 16px;
  font-size: 14px;
  color: #818385;
  height: 36px;
  line-height: 36px;
  background: #f9f9f9;
}

.record-row {
  border-bottom: 1px solid #eaecee;
}

.record-row:last-child {
  border-bottom: 0;
}

.record-row-wrap {
  padding: 20px 16px 12px 16px;
}

.record-row-head {
  margin-bottom: 8px;
  font-size: 14px;
  color: #919395;
}

.record-row-head .name {
  color: #111315;
}

.record-row-head .name i {
  margin-right: 8px;
}

.record-row-head .name .time {
  margin-left: 16px;
  color: #919395;
}

.record-row .list {
  margin: 0 24px;
}

.record-row .list-row {
  border-bottom: 0;
}

.record-row .list-head {
  width: 100px;
  padding-left: 0;
  color: #529BF9;
}

.record-row .list-body {
  margin-left: 105px;
  padding: 3px 0;
  color: #616365;
}

.record-row .list-body > * {
  display: inline-block;
  vertical-align: middle;
}

.history-record .lab {
  margin: 4px;
  color: #616365;
}

/**
 * Login
 * ----------------------------------------------------------------------------
 */
.login-bg {
  background-image: url("../images/theme/themeBlue/login-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.login-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0;
}

.login-body:after {
  vertical-align: middle;
}

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

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

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

.login-body .login-wrap {
  width: 900px;
  height: 560px;
}

.login-body .left,
.login-body .right {
  display: inline-block;
  height: inherit;
  vertical-align: middle;
}

.login-body .left {
  position: relative;
  width: 360px;
  height: 560px;
  background: url("../images/theme/themeBlue/login-left-bg.jpg") no-repeat center center/cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.login-body .left .txt {
  position: relative;
  z-index: 2;
  padding: 72px 56px;
}

.login-body .left .txt h3, .login-body .left .txt span {
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
  text-align: left;
}

.login-body .left .txt h3 {
  padding-bottom: 16px;
}

.login-body .left .txt span {
  font-weight: bold;
}

.login-body .left .pic {
  position: absolute;
  bottom: 0;
  left: -26px;
  width: 276px;
  height: 307px;
  background: url("../images/theme/themeBlue/login-left-pic.png") no-repeat center center/cover;
}

.login-body .right {
  width: 540px;
  padding: 40px 88px;
  text-align: left;
  background: #fff url("../images/theme/themeBlue/login-right-bg.png") no-repeat right bottom/contain;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.login-body .right:after {
  vertical-align: middle;
}

.login-body .right > * {
  display: inline-block;
  vertical-align: middle;
}

.login-body .right > *:first-child {
  margin-left: 0;
}

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

.login-body .right .wrap {
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login-body .right .wrap.active {
  display: inline-block;
}

.login-body .login-title {
  position: relative;
  text-align: center;
}

.login-body .login-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #eaecee;
}

.login-body .login-title h3 {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 0 16px;
  font-size: 32px;
  color: #529BF9;
  font-weight: bold;
  letter-spacing: 4px;
  background-color: white;
}

.login-body .login-btn {
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
  letter-spacing: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#529BF9), to(#4876F4));
  background: linear-gradient(90deg, #529BF9, #4876F4);
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px rgba(82, 155, 249, 0.4);
  box-shadow: 0px 4px 8px rgba(82, 155, 249, 0.4);
}

.login-body .form-tips {
  position: absolute;
  bottom: -24px;
  font-size: 14px;
  color: #f12c2c;
}

.login-body .form-tips i {
  margin-right: 4px;
}

.login-forms {
  position: relative;
  margin: 48px 0;
}

.login-forms .form-row {
  margin-top: 0;
  margin-bottom: 24px;
}

.login-forms .form-row.form-error .el-input__inner {
  border-color: #f12c2c;
}

.login-forms .form-row.form-error .el-form-item__error {
  color: #f12c2c;
}

.login-forms .form-row.wide-wrap .el-input {
  margin-right: 16px;
  width: calc(100% - 120px);
  vertical-align: middle;
}

.login-forms .form-row.wide-wrap .btn {
  width: 104px;
  height: 56px;
  line-height: 56px;
  border-radius: 8px;
}

.login-forms .el-input .el-input__inner {
  padding-left: 56px;
  height: 56px;
  line-height: 56px;
  border-color: #eaecee;
  border-radius: 8px;
}

.login-forms .el-input .el-input__inner:focus {
  border-color: #529BF9;
}

.login-forms .el-input .el-input__prefix {
  left: 0;
  padding: 0 12px;
  width: 20px;
  text-align: center;
}

.login-forms .el-input .el-input__prefix i {
  font-size: 18px;
  line-height: 56px;
  color: #CACCCE;
}

.login-forms .el-input .el-input__prefix::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #eaecee;
}

@media screen and (max-width: 900px) {
  .themebg {
    min-width: 100%;
    min-height: 100%;
  }
  .login-bg {
    display: none;
  }
  .login-body .login-wrap {
    width: 100%;
    height: 100%;
    vertical-align: top;
  }
  .login-body .left {
    position: static;
    width: 100%;
    height: auto;
    background: none;
  }
  .login-body .left .txt {
    display: none;
  }
  .login-body .left .pic {
    left: 0;
  }
  .login-body .right {
    width: 100%;
    padding: 48px;
  }
  .login-body .right .login-forms {
    margin: 24px 0;
  }
  .login-body .right .login-forms .form-row {
    margin-bottom: 16px;
  }
  .login-body .right .wrap {
    vertical-align: top;
  }
  .popup-xlarge {
    width: 90%;
  }
  .popup-body {
    max-height: 80vh;
    overflow: scroll;
  }
}

/**
 * Pre-Registration
 * ----------------------------------------------------------------------------
 */
.login-body .login-title h3 {
  letter-spacing: 0;
}

.pre-register-bg {
  background-image: url("../images/regisbg.jpg");
}

.pre-register-index .wrapper {
  background: url("../images/theme/themeBlue/login-right-bg.png") no-repeat right bottom/80%, url("../images/theme/themeBlue/panel-hide.png") no-repeat left bottom;
}

.pre-register-box {
  height: 100vh;
  text-align: center;
  font-size: 0;
}

.pre-register-box:after {
  vertical-align: middle;
}

.pre-register-box > * {
  display: inline-block;
  vertical-align: middle;
}

.pre-register-box > *:first-child {
  margin-left: 0;
}

.pre-register-box > *:last-child {
  margin-right: 0;
}

.pre-register-box .wrapper {
  position: relative;
  padding: 48px;
  margin: 0 auto;
  width: 1200px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pre-register-box .title {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: bold;
}

.pre-register-box .title span {
  color: #529BF9;
}

.pre-register-box .pre-register-form {
  width: 60%;
  margin: 0 auto;
}

.pre-register-box .pre-register-form .form-pretitle .form-title {
  width: 100px;
}

.pre-register-box .pre-register-form .form-pretitle .form-con {
  width: calc(100% - 100px - 10px);
}

.pre-register-box .pre-register-form .form-row {
  margin: 16px 0;
  text-align: left;
}

.pre-register-btngroup.btn-group .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.pre-register-btngroup.btn-group .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pre-register-btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#529BF9), to(#4876F4));
  background: linear-gradient(90deg, #529BF9, #4876F4);
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px rgba(82, 155, 249, 0.4);
  box-shadow: 0px 4px 8px rgba(82, 155, 249, 0.4);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.pre-register-btn:hover {
  color: #fff;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.regiser-step .el-step__line {
  background-color: #eaecee;
}

.row-title {
  margin-bottom: 24px;
  font-size: 18px;
  color: #111315;
}

.row-title .bar {
  display: inline-block;
  vertical-align: -3px;
  width: 4px;
  height: 20px;
  background-color: #529BF9;
  margin-right: 10px;
}

.form-list {
  margin-top: 36px;
  text-align: left;
}

.form-list .form-list-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #eaecee;
  border-bottom: none;
  border-right: none;
}

.form-list .form-list-ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 33.33%;
  background-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eaecee;
}

.form-list .form-list-ul li h3 {
  float: left;
  width: 115px;
  margin: 0;
  font-size: 15px;
  font-weight: normal;
  line-height: 64px;
  text-align: center;
}

.form-list .form-list-ul li h3 span {
  padding-right: 5px;
}

.form-list .form-list-ul li .form-row {
  float: left;
  width: calc(100% - 115px);
  margin: 0;
  padding: 14px 16px;
  line-height: 36px;
  border-left: 1px solid #eaecee;
  border-right: 1px solid #eaecee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-list .form-list-ul li .form-row .form-text {
  text-align: left;
  font-size: 15px;
}

.form-list .form-list-ul li .form-row .tips {
  font-size: 12px;
  color: #f12c2c;
  line-height: 1;
}

.form-list .form-list-ul li .form-row .tips i {
  margin-right: 4px;
}

.form-list .form-list-ul li .form-row.has-tips {
  padding: 8px 16px;
  background-color: #F5F7F9;
}

.form-list .form-list-ul li .form-row .el-input,
.form-list .form-list-ul li .form-row .el-select {
  vertical-align: middle;
}

.register-form-card {
  margin-bottom: 24px;
}

.register-form-card:last-child {
  margin-bottom: 0;
}

.register-form-card .table-group-title {
  margin-bottom: 16px;
  color: #111315;
  font-size: 16px;
}

.register-form-card .table-group-title .red {
  margin-right: 5px;
}

.register-form-card .table-group-title .tips {
  margin-left: 5px;
  font-size: 13px;
}

.upload-file li {
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 16px;
  width: 120px;
  height: 160px;
  text-align: center;
  font-size: 0;
  color: #ABADAF;
  background-color: white;
  cursor: pointer;
  border: 1px solid #eaecee;
}

.upload-file li .upload-file-btn {
  display: inline-block;
  font-size: 36px;
  vertical-align: middle;
}

.upload-file li .upload-file-btn i {
  font-size: inherit;
  font-weight: lighter;
}

.upload-file li .upload-file-btn span {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #babcbe;
}

.upload-file li img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.upload-file li::after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.upload-file li .append {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #919395;
  border-radius: 50%;
}

.upload-file li .append i {
  color: white;
  font-size: 14px;
}

.upload-file li .append:hover {
  color: #f12c2c;
}

.upload-file li:hover {
  border-color: #529BF9;
  color: #529BF9;
}

.upload-file li.id-card-face {
  background: url(../images/id-card-face.png) no-repeat center center;
}

.upload-file li.id-card-country {
  background: url(../images/id-card-country.png) no-repeat center center;
}

.upload-file.rectangle-file li {
  width: 240px;
  height: 160px;
}

.upload-file-pic {
  padding-left: 16px;
}

.upload-file-pic h3 {
  font-size: 14px;
}

.upload-file-pic h3 i {
  margin-right: 5px;
  font-size: inherit;
}

.pre-register-audit {
  padding-bottom: 142px;
}

.pre-register-audit .pic {
  position: relative;
  width: 120px;
  margin: 0 auto;
}

.pre-register-audit .pic img {
  width: 120px;
  height: 160px;
}

.pre-register-audit .pic .status {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 4px 8px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
}

.pre-register-audit .pic .status i {
  margin-right: 4px;
}

.pre-register-audit .pic .status.is-waiting {
  background-color: #fd7e14;
}

.pre-register-audit .pic .status.is-success {
  background-color: #38c17f;
}

.pre-register-audit .pic .status.is-failed {
  background-color: #f12c2c;
}

.pre-register-audit .txt {
  padding-top: 24px;
}

.pre-register-audit .txt h3, .pre-register-audit .txt p {
  font-size: 16px;
  color: #313335;
  line-height: 1.5;
}

.pre-register-audit .txt h3 span, .pre-register-audit .txt p span {
  text-decoration: underline;
}

.pre-register-audit .txt a {
  margin-top: 24px;
}

.pre-register-code {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 0;
  background: #F5F7F9;
}

.pre-register-code img {
  width: 110px;
  height: 110px;
  margin-right: 16px;
}

.pre-register-code .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
}

.pre-register-code .txt span {
  display: block;
}

@media screen and (max-width: 1200px) {
  .pre-register-box .wrapper {
    padding: 4% 2%;
    width: 94%;
  }
  .pre-register-box .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .pre-register-box .pre-register-form {
    width: 100%;
  }
  .form-list .form-list-ul li {
    width: 50%;
  }
}

@media screen and (max-width: 740px) {
  .pre-register-box .wrapper {
    padding-bottom: 80px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .pre-register-box .title {
    font-size: 20px;
  }
  .pre-register-box .pre-register-form .el-radio {
    display: block;
    margin-bottom: 16px;
  }
  .pre-register-box .pre-register-form .el-radio:last-child {
    margin-bottom: 0;
  }
  .form-list .form-list-ul li {
    width: 100%;
  }
  .pre-register-btngroup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 16px 0;
    background-color: #fff;
    -webkit-box-shadow: 0px -9px 28px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -9px 28px rgba(0, 0, 0, 0.05);
  }
  .pre-register-audit .txt {
    padding-left: 24px;
    padding-right: 24px;
  }
  .pre-register-code {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px -9px 28px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -9px 28px rgba(0, 0, 0, 0.05);
  }
}

/**
 * Adult Edu
 * ----------------------------------------------------------------------------
*/
.custom-stat-search {
  margin-top: 16px;
}

.custom-stat-search ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.custom-stat-search ul li {
  margin: 4px 0;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-stat-search .form-pretitle .form-title {
  width: 130px;
}

.custom-stat-search .form-pretitle .form-con {
  width: calc(100% - 130px - 10px);
}

.custom-stat-page .tips-part {
  margin: 16px 0;
}

.custom-stat-page .main-table {
  margin-top: 0;
}

.custom-stat-page .mate-line {
  font-size: 14px;
  text-align: center;
}

.process-view-tab {
  margin: 16px 0;
  border: 1px solid #eaecee;
  border-radius: 4px;
}

.process-view-tab .tabs-body {
  padding: 16px;
}

/**
 * Utility classes
 * ----------------------------------------------------------------------------
 */
.mng {
  font-size: inherit;
}

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.primary {
  color: #529BF9 !important;
}

.blue {
  color: #3f5cdc !important;
}

.green {
  color: #38c17f !important;
}

.red {
  color: #f12c2c !important;
}

.yellow {
  color: #ffa200 !important;
}

.orange {
  color: #fd7e14 !important;
}

.purple {
  color: #916ef0 !important;
}

.dark {
  color: #313335 !important;
}

.base {
  color: #616365 !important;
}

.light {
  color: #ABADAF !important;
}

.bg-light {
  background-color: #F5F7F9;
}

.bg-base {
  background-color: #f3f5f7;
}

.bg-dark {
  background-color: #f1f3f5;
}

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

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

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

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

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

.vertical-top {
  vertical-align: top;
}

.vertical-bottom {
  vertical-align: bottom;
}

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

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

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

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

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

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

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

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

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

.link-default:hover {
  color: #529BF9;
}

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

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

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

.link-light:hover {
  color: #529BF9;
}

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

.link-icon i {
  font-size: 15px;
}

.link-icon span {
  font-size: 14px;
}

.info {
  font-size: 14px;
  color: #ABADAF;
  line-height: 20px;
}

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

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

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

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

hr {
  margin: 0;
  border: 0;
  border-top: 1px;
  border-style: solid;
  border-color: #DCDFE6;
}

hr.hr-vertical {
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #DCDFE6;
}

hr.hr-dark {
  background-color: #CACCCE;
  border-color: #CACCCE;
}

hr.hr-light {
  background-color: #eaecee;
  border-color: #eaecee;
}

.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;
  display: block;
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=main.css.map */
