.whaty {
  font-size: inherit !important;
  line-height: 1 !important;
}

:root {
  --primary:      #0060B0;
}

.distpicker, .apply-card .apply-head .append {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
}

.distpicker, .apply-card .apply-head .append {
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

.apply-card .apply-head .append {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.distpicker {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.btn-icon:after, .lab:after, .form-intitle .form-title:after, .form-con.select-hastitle .form-title:after, .form-pretitle:after, .input-append:after, .range-wrap:after, .form-table-wrap:after, .empty:after, .group:after, .apply-card .apply-head:after, .apply-card .file-wrap .file-img:after, .vertical-center:after, .vertical-top:after, .link-icon:after {
  content: '';
  display: inline-block;
  height: 100%;
}

/*! 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: Alibaba Sans, -apple-system, BlinkMacSystemFont, Segoe UI, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  line-height: 1;
  background-color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

ul,
li,
ol {
  padding: 0;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

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

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

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

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

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

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

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

#sogou_secure_inputs_container {
  display: none;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #8c8c8c;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 8px 0;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  font-weight: normal;
  color: #141414;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: white;
  border-style: solid;
  border-color: #d9d9d9;
  height: 36px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 34px;
  border-width: 1px;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -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.btn-icon i {
  font-size: 16px !important;
}

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

.btn:hover {
  color: #141414;
  text-decoration: none;
  border-color: #bfbfbf;
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  color: #a6a6a6;
  background-color: #f0f0f0;
  cursor: not-allowed;
  pointer-events: none;
}

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

.btn-solid-primary, .btn-solid-primary.disabled:hover, .btn-solid-primary[disabled]:hover {
  background-color: #0060B0;
}

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

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

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

.btn-solid-success, .btn-solid-success.disabled:hover, .btn-solid-success[disabled]:hover {
  background-color: #47d187;
}

.btn-solid-success:hover {
  background-color: #32c877;
}

.btn-solid-success.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(71, 209, 135, 0.3);
  box-shadow: 0 2px 6px rgba(71, 209, 135, 0.3);
}

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

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

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

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

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

.btn-solid-danger.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(255, 2, 2, 0.3);
  box-shadow: 0 2px 6px rgba(255, 2, 2, 0.3);
}

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

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

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

.btn-solid-default.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(89, 89, 89, 0.3);
  box-shadow: 0 2px 6px rgba(89, 89, 89, 0.3);
}

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

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

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

.btn-solid-light.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(191, 191, 191, 0.3);
  box-shadow: 0 2px 6px rgba(191, 191, 191, 0.3);
}

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

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

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

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

.btn-anti-primary, .btn-anti-primary:hover {
  color: #0060B0;
  border-color: transparent;
}

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

.btn-anti-primary:hover {
  background-color: rgba(0, 96, 176, 0.3);
}

.btn-anti-success, .btn-anti-success:hover {
  color: #47d187;
  border-color: transparent;
}

.btn-anti-success, .btn-anti-success.disabled:hover, .btn-anti-success[disabled]:hover {
  background-color: rgba(71, 209, 135, 0.2);
}

.btn-anti-success:hover {
  background-color: rgba(71, 209, 135, 0.3);
}

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

.btn-anti-warning, .btn-anti-warning.disabled:hover, .btn-anti-warning[disabled]:hover {
  background-color: rgba(255, 210, 62, 0.2);
}

.btn-anti-warning:hover {
  background-color: rgba(255, 210, 62, 0.3);
}

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

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

.btn-anti-danger:hover {
  background-color: rgba(255, 2, 2, 0.3);
}

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

.btn-anti-default, .btn-anti-default.disabled:hover, .btn-anti-default[disabled]:hover {
  background-color: rgba(89, 89, 89, 0.2);
}

.btn-anti-default:hover {
  background-color: rgba(89, 89, 89, 0.3);
}

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

.btn-anti-light, .btn-anti-light.disabled:hover, .btn-anti-light[disabled]:hover {
  background-color: rgba(191, 191, 191, 0.2);
}

.btn-anti-light:hover {
  background-color: rgba(191, 191, 191, 0.3);
}

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

.btn-anti-dark, .btn-anti-dark.disabled:hover, .btn-anti-dark[disabled]:hover {
  background-color: rgba(20, 20, 20, 0.2);
}

.btn-anti-dark:hover {
  background-color: rgba(20, 20, 20, 0.3);
}

.btn-anti {
  color: #595959;
  background-color: #f5f5f5;
  border-color: transparent;
}

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

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

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

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

.btn-hollow-success, .btn-hollow-success:hover {
  border-color: #47d187;
}

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

.btn-hollow-success:hover {
  color: white;
  background-color: #47d187;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-hollow-outline:hover {
  color: #0060B0;
  border-color: #0060B0;
}

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

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

.btn-outline-primary, .btn-outline-primary:hover {
  color: #0060B0;
  border-color: rgba(0, 96, 176, 0.3);
}

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

.btn-outline-primary:hover {
  background-color: rgba(0, 96, 176, 0.2);
}

.btn-outline-success, .btn-outline-success:hover {
  color: #47d187;
  border-color: rgba(71, 209, 135, 0.3);
}

.btn-outline-success, .btn-outline-success.disabled:hover, .btn-outline-success[disabled]:hover {
  background-color: rgba(71, 209, 135, 0.1);
}

.btn-outline-success:hover {
  background-color: rgba(71, 209, 135, 0.2);
}

.btn-outline-warning, .btn-outline-warning:hover {
  color: #ffd23e;
  border-color: rgba(255, 210, 62, 0.3);
}

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

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

.btn-outline-danger, .btn-outline-danger:hover {
  color: #FF0202;
  border-color: rgba(255, 2, 2, 0.3);
}

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

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

.btn-outline-default, .btn-outline-default:hover {
  color: #595959;
  border-color: rgba(89, 89, 89, 0.3);
}

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

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

.btn-outline-light, .btn-outline-light:hover {
  color: #bfbfbf;
  border-color: rgba(191, 191, 191, 0.3);
}

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

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

.btn-outline-dark, .btn-outline-dark:hover {
  color: #141414;
  border-color: rgba(20, 20, 20, 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-ghost-hollow-primary, .btn-ghost-hollow-primary:hover {
  color: #0060B0;
}

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

.btn-ghost-hollow-success, .btn-ghost-hollow-success:hover {
  color: #47d187;
}

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

.btn-ghost-hollow-success:hover {
  border-color: #47d187;
}

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

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

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

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

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

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

.btn-ghost-hollow-default:hover {
  border-color: #595959;
}

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

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

.btn-ghost-hollow-light:hover {
  border-color: #bfbfbf;
}

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

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

.btn-ghost-hollow-dark:hover {
  border-color: #141414;
}

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

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

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

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

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

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

.btn-icon > * {
  margin: 0 4px;
}

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

.btn-xxl {
  height: 48px;
  padding: 0 20px;
  font-size: 18px;
  line-height: 46px;
  border-width: 1px;
  border-radius: 6px;
}

.btn-xxl.btn-icon i {
  font-size: 20px !important;
}

.btn-xxl.btn-icon span {
  font-size: 18px;
}

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

.btn-xl.btn-icon i {
  font-size: 18px !important;
}

.btn-xl.btn-icon span {
  font-size: 16px;
}

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

.btn-lg.btn-icon i {
  font-size: 18px !important;
}

.btn-lg.btn-icon span {
  font-size: 16px;
}

.btn-md {
  height: 32px;
  padding: 0 8px;
  font-size: 14px;
  line-height: 30px;
  border-width: 1px;
  border-radius: 4px;
}

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

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

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

.btn-sm.btn-icon i {
  font-size: 14px !important;
}

.btn-sm.btn-icon span {
  font-size: 12px;
}

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

.btn-xs.btn-icon i {
  font-size: 14px !important;
}

.btn-xs.btn-icon span {
  font-size: 12px;
}

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

.btn-group .btn {
  vertical-align: middle;
  border-radius: 0;
}

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

.btn-group .btn:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

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

.btn-group.btn-default-group .btn {
  position: relative;
}

.btn-group.btn-default-group .btn:hover:not(:first-child):after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  width: 1px;
  background-color: #bfbfbf;
}

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

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

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

/**
 * Labs
 * ----------------------------------------------------------------------------
*/
.lab {
  display: inline-block;
  height: 20px;
  padding: 0 6px;
  color: white;
  line-height: 1;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 0;
}

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

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

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

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

.lab > span {
  margin: 0 2px;
}

.lab.lab-lg {
  height: 24px;
  padding: 0 8px;
  border-radius: 6px;
}

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

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

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

.lab-primary {
  background-color: #0060B0;
}

.lab-primary.lab-hollow {
  color: #0060B0;
  border-color: rgba(0, 96, 176, 0.5);
}

.lab-primary.lab-anti {
  color: #0060B0;
  background-color: rgba(0, 96, 176, 0.1);
}

.lab-primary.lab-ghost {
  color: #0060B0;
}

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

.lab-gray.lab-hollow {
  color: #bfbfbf;
  border-color: rgba(191, 191, 191, 0.5);
}

.lab-gray.lab-anti {
  color: #bfbfbf;
  background-color: rgba(191, 191, 191, 0.1);
}

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

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

.lab-red.lab-hollow {
  color: #FF0202;
  border-color: rgba(255, 2, 2, 0.5);
}

.lab-red.lab-anti {
  color: #FF0202;
  background-color: rgba(255, 2, 2, 0.1);
}

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

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

.lab-yellow.lab-hollow {
  color: #ffd23e;
  border-color: rgba(255, 210, 62, 0.5);
}

.lab-yellow.lab-anti {
  color: #ffd23e;
  background-color: rgba(255, 210, 62, 0.1);
}

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

.lab-green {
  background-color: #47d187;
}

.lab-green.lab-hollow {
  color: #47d187;
  border-color: rgba(71, 209, 135, 0.5);
}

.lab-green.lab-anti {
  color: #47d187;
  background-color: rgba(71, 209, 135, 0.1);
}

.lab-green.lab-ghost {
  color: #47d187;
}

.lab-blue {
  background-color: #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-hollow {
  background-color: transparent;
  border: 1px solid;
}

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

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

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

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

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

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

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

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

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

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

.dropdown-container .dropdown {
  position: absolute;
  top: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.dropdown-container.active .dropdown {
  top: calc(100% + 8px);
  opacity: 1;
  z-index: 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: 36px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  border-width: 1px;
  border-radius: 6px;
  color: #141414;
  background-color: white;
  background-image: none;
  border-style: solid;
  border-color: #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  border-color: #e6e6e6;
  cursor: default;
}

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

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

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

.form-intitle .form-title, .form-con.select-hastitle .form-title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 0;
}

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

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

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

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

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

.form-intitle .form-title:before, .form-con.select-hastitle .form-title:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 1px;
  height: 18px;
  margin-top: -9px;
  background-color: #e6e6e6;
}

.form-row {
  position: relative;
  margin: 12px 0;
  line-height: 1;
}

.form-title {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  color: #595959;
  line-height: 22px;
  vertical-align: middle;
}

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

.form-title span {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

.form-pretitle.middle > * {
  vertical-align: middle !important;
}

.form-pretitle .form-title {
  width: 60px;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-pretitle .form-title::before {
  content: '';
  display: block;
}

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

.form-pretitle.form-hint .form-con {
  margin-left: 60px;
}

.form-intitle {
  position: relative;
}

.form-intitle .form-title {
  line-height: 1;
}

.form-intitle .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-con {
  line-height: 36px;
}

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

.text-wrap {
  font-size: 14px !important;
  color: #141414 !important;
  line-height: 36px !important;
}

.input-wrap.input-hasicon .form-control,
.mixform-wrap.input-hasicon .form-control {
  padding-left: 40px;
}

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

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

.input-append {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 100;
  display: none;
  line-height: 34px;
  background-color: white;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  font-size: 0;
}

.input-append:after {
  vertical-align: middle;
}

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

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

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

.input-append .btn {
  display: inline-block;
  height: inherit;
  padding: 0 8px;
  font-size: 16px;
  line-height: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  border-radius: inherit;
}

.input-append .btn:hover {
  color: #0060B0;
}

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

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

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

.textarea-wrap.textarea-numin {
  padding-top: 12px;
  padding-bottom: 32px;
  background-color: white;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}

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

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

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

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

.form-label input[type="radio"],
.form-label input[type="checkbox"] {
  position: absolute;
  left: -999999px;
}

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

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

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

.form-label:hover .form-radio-btn,
.form-label:hover .form-checkbox-btn {
  border-color: #0060B0;
}

.form-label.active .form-radio-btn,
.form-label.active .form-checkbox-btn {
  background-color: #0060B0;
  border-color: #005297;
}

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

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

.form-radio-btn,
.form-checkbox-btn {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0;
  color: white;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  -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 !important;
  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% - 24px);
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  color: #141414;
  line-height: 1;
  white-space: nowrap;
}

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

@-webkit-keyframes xm-upbit {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
}

@keyframes xm-upbit {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
}

xm-select {
  border-color: #d9d9d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

xm-select .xm-icon {
  width: 20px;
  height: 20px;
  right: 4px;
  min-height: auto !important;
  margin-top: -10px;
  background-image: url("../scripts/xm-select/select-down-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}

xm-select .xm-icon:before {
  display: none;
}

xm-select[size='large'] {
  height: 40px;
  line-height: 38px;
  border-radius: 6px;
}

xm-select[size='medium'] {
  height: 36px;
  line-height: 34px;
  border-radius: 6px;
}

xm-select[size='small'] {
  height: 32px;
  line-height: 30px;
  border-radius: 4px;
}

xm-select > .xm-label .scroll .label-content {
  padding-top: 0;
  padding-right: 12px;
  padding-bottom: 0;
  padding-left: 12px;
  color: #141414;
  line-height: inherit !important;
}

xm-select > .xm-body {
  right: -1px;
  left: -1px;
  width: auto;
  border-color: #d9d9d9;
  border-radius: 6px;
}

xm-select > .xm-body .xm-option {
  margin: 0 4px;
  border-radius: 4px;
}

xm-select > .xm-body .xm-option.selected.hide-icon {
  position: relative;
  background-color: transparent !important;
}

xm-select > .xm-body .xm-option.selected.hide-icon .xm-option-content {
  color: #0060B0 !important;
}

xm-select > .xm-body .xm-option .xm-option-icon {
  width: 16px;
  height: 16px;
  background-color: white;
  border-color: #d9d9d9 !important;
  border-radius: 4px;
}

xm-select > .xm-body .xm-option .xm-option-icon.xm-icon-duox:before {
  display: none;
}

xm-select > .xm-body .xm-option.selected .xm-option-icon {
  background-color: #0060B0;
  background-image: url("../scripts/xm-select/select-tick-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
}

xm-select > .xm-body .xm-option:hover {
  background-color: rgba(0, 96, 176, 0.1) !important;
}

xm-select > .xm-body .xm-option:hover .xm-option-icon {
  border-color: #0060B0 !important;
}

xm-select > .xm-body .xm-option:visited {
  background-color: red !important;
}

xm-select > .xm-body .xm-option-content {
  width: 100% !important;
  font-size: 14px;
  line-height: 36px;
}

xm-select > .xm-body .xm-tree-icon {
  border-width: 5px;
  border-left-color: #595959;
}

xm-select .xm-tips {
  color: #bfbfbf;
}

.form-con.select-hasicon {
  position: relative;
}

.form-con.select-hasicon > .icon {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  font-size: 16px;
  color: #8c8c8c;
  line-height: 16px;
}

.form-con.select-hasicon xm-select > .xm-label .scroll .label-content {
  padding-left: 0 !important;
}

.form-con.select-hastitle {
  position: relative;
}

.form-con.select-hastitle xm-select > .xm-label .scroll .label-content {
  padding-left: 0 !important;
}

.distpicker-wrap {
  margin-right: -4px;
  margin-left: -4px;
}

.distpicker {
  width: 100%;
}

.distpicker select {
  width: 33.3%;
  height: 36px;
  margin-right: 4px;
  margin-left: 4px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 14px;
  color: #141414;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.distpicker select:focus {
  border-color: #0060B0;
}

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

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

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

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

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

.laydate-day-mark::after {
  background-color: #0060B0;
}

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

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

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

.layui-laydate-content td {
  border: 0;
}

.layui-laydate-content th {
  background-color: transparent;
  border: 0;
}

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

.form-date-ico {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}

.range-wrap {
  line-height: 0;
  background-color: white;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

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

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

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

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

.range-wrap .input-wrap {
  width: calc((100% - 32px) / 2);
}

.range-wrap .form-control {
  height: 34px;
  text-align: center;
  border: 0;
}

.range-wrap .form-control[readonly] {
  background-color: transparent;
  cursor: pointer;
}

.range-wrap span {
  width: 32px;
  font-size: 18px;
  color: #595959;
  text-align: center;
}

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

.mixform-wrap > input {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

.mixform-wrap .vcode {
  display: inline-block;
  width: 96px;
  height: 36px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  vertical-align: middle;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mixform-wrap .vcode img {
  width: 100%;
  height: 100%;
}

.form-con.form-error .input-icon {
  color: #FF0202;
}

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

.error-info {
  font-size: 0;
  color: #FF0202;
  vertical-align: middle;
}

.error-info i, .error-info span {
  display: inline-block;
  vertical-align: middle;
}

.error-info i {
  margin-right: 4px;
  font-size: 14px;
}

.error-info span {
  font-size: 12px;
}

.form-con.form-disabled .form-label {
  pointer-events: none;
}

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

.form-dark .form-control:focus {
  background-color: white;
  border-color: #0060B0;
}

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

.form-dark .textarea-numin .form-control {
  background-color: transparent;
}

.form-dark .textarea-numin.active {
  background-color: white;
}

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

.form-transparent .form-control:active {
  background-color: #f5f5f5;
}

.form-table.last-line .form-table-row:last-child {
  border-bottom: 1px solid #f2f2f2;
}

.form-table-row {
  border-bottom: 1px solid #f2f2f2;
  vertical-align: bottom;
}

.form-table-row:last-child {
  border-bottom: none;
}

.form-table-wrap {
  position: relative;
  font-size: 0;
}

.form-table-wrap:after {
  vertical-align: middle;
}

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

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

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

.form-table-head {
  width: 96px;
  padding-right: 10px;
  padding-left: 15px;
}

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

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

.form-table-body {
  position: relative;
  width: calc(100% - 121px);
  min-height: 36px;
  margin: 8px 0;
  padding-left: 15px;
  font-size: 0;
  line-height: 36px;
  border-left: 1px solid #f2f2f2;
  -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 {
  font-size: 14px !important;
  line-height: 22px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.empty-icon-intro {
}

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

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

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

.mCS-my-theme-special.mCSB_scrollTools {
  right: -30px;
}

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

.mCS-my-theme-special.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 96, 176, 0.3);
}

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

.mCS-my-theme-h.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  background-color: gray;
}

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

/**
 * Layout
 * ----------------------------------------------------------------------------
*/
body {
  position: relative;
  min-width: 1200px;
  min-height: 100vh;
}

.webWidth {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * Misc
 * ----------------------------------------------------------------------------
*/
.btn-shadow-primary {
  -webkit-box-shadow: 0 2px 6px rgba(0, 96, 176, 0.2);
  box-shadow: 0 2px 6px rgba(0, 96, 176, 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);
}

.crumb {
  font-size: 14px;
  color: #8c8c8c;
  line-height: 22px;
}

.crumb a {
  font-size: inherit;
  color: inherit;
}

.crumb a:hover {
  text-decoration: none;
}

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

.crumb a:last-child, .crumb a:last-child:hover {
  color: #141414;
}

.crumb i {
  display: inline-block;
  margin: 0 8px;
  font-style: normal;
}

.crumb span {
  color: #0060B0;
}

.crumb.crumb-white {
  color: white;
}

.crumb.crumb-white a:last-child, .crumb.crumb-white a:last-child:hover {
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
}

.crumb.crumb-white i {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.crumb.crumb-white span {
  color: white;
}

.typeico {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.group {
  font-size: 0;
}

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

.group > *:first-child {
  margin-left: 0 !important;
}

.group > *:last-child {
  margin-right: 0 !important;
}

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

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

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

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

.group-top:after,
.group-top > * {
  vertical-align: top;
}

.group-bottom:after,
.group-bottom > * {
  vertical-align: bottom;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF0202;
  border: 1px solid white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dot.primary {
  background-color: #0060B0;
}

.article h1 {
  margin-bottom: 16px;
  font-size: 24px;
  color: #141414;
  line-height: 36px;
  text-align: center;
}

.article p {
  font-size: 14px;
  color: #141414;
  line-height: 22px;
  text-indent: 2em;
}

.article p.no-indent {
  text-indent: 0;
}

/**
 * Apply
 * ----------------------------------------------------------------------------
 */
.apply-page {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #F9F9FB;
  background-image: url(../images/apply/apply-bg-6e6c7f29c8970413a870f0e6f6dad2b1.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.apply-page .apply-wrap {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.apply-page-title {
  padding-top: 60px;
  padding-bottom: 40px;
}

.apply-page-title img {
  margin: 0 auto;
  width: 600px;
  height: auto;
}

.apply-main {
  background-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.apply-main.apply-main-bg {
  background-image: url(../images/apply/apply-main-bg-f3318a6ad743cabd5c2f62b5f6822f78.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.apply-main .empty {
  height: 100%;
}

.apply-main .empty .empty-wrap {
  padding-bottom: 48px;
}

.apply-card .apply-head {
  position: relative;
  padding: 12px 20px;
  background-color: rgba(0, 96, 176, 0.05);
  font-size: 0;
}

.apply-card .apply-head:after {
  vertical-align: middle;
}

.apply-card .apply-head > * {
  display: inline-block;
  vertical-align: middle;
}

.apply-card .apply-head > *:first-child {
  margin-left: 0;
}

.apply-card .apply-head > *:last-child {
  margin-right: 0;
}

.apply-card .apply-head .bar {
  margin-right: 12px;
  width: 2px;
  height: 20px;
  background-color: #0060B0;
}

.apply-card .apply-head .title {
  font-size: 18px;
  font-weight: 600;
  color: #0060B0;
  line-height: 28px;
}

.apply-card .apply-head .append {
  right: 20px;
}

.apply-card .apply-body {
  padding: 24px 20%;
}

.apply-card .form-row {
  margin-top: 16px;
  margin-bottom: 16px;
}

.apply-card .form-row.form-pretitle .form-title {
  width: 110px;
  text-align: right;
  color: #141414;
}

.apply-card .form-row.form-pretitle .form-title .red {
  margin-right: 4px;
}

.apply-card .form-row.form-pretitle .form-con {
  width: calc(100% - 118px);
  line-height: 18px;
}

.apply-card .file-wrap {
  position: relative;
}

.apply-card .file-wrap .file-click,
.apply-card .file-wrap .file-img {
  width: 240px;
  height: 160px;
  line-height: 160px;
  text-align: center;
  font-size: 40px;
  color: #a6a6a6;
  background-color: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
}

.apply-card .file-wrap .file-click:hover {
  color: #0060B0;
  border-color: #0060B0;
  background-color: rgba(0, 96, 176, 0.05);
}

.apply-card .file-wrap .file-img {
  background-color: white;
  font-size: 0;
}

.apply-card .file-wrap .file-img:after {
  vertical-align: middle;
}

.apply-card .file-wrap .file-img > * {
  display: inline-block;
  vertical-align: middle;
}

.apply-card .file-wrap .file-img > *:first-child {
  margin-left: 0;
}

.apply-card .file-wrap .file-img > *:last-child {
  margin-right: 0;
}

.apply-card .file-wrap .file-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.apply-card .file-wrap .file-input {
  line-height: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.apply-card .file-wrap .file-tips {
  margin-top: 4px;
  font-size: 12px;
  color: #8c8c8c;
  line-height: 18px;
}

.apply-card .file-wrap .file-btn {
  position: absolute;
  left: 240px;
  top: 138px;
  height: auto;
  line-height: 22px;
}

.apply-card .file-wrap .file-btn:hover {
  color: #0060B0;
  background-color: transparent;
  text-decoration: underline;
}

.apply-card.apply-result .apply-body {
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.apply-button.fixed-btn {
  position: fixed;
  bottom: 32px;
  left: 0;
  right: 0;
  z-index: 99;
}

.apply-button .btn {
  width: 180px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  -webkit-box-shadow: 0 9px 28px 0 rgba(0, 96, 176, 0.2);
  box-shadow: 0 9px 28px 0 rgba(0, 96, 176, 0.2);
}

.postbird-img-glass-box img {
  display: inline-block;
}

.div-h40 {
  height: 40px;
}

@media screen and (max-width: 1200px) {
  .apply-page .apply-wrap {
    width: 94%;
  }
  .apply-page-title {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .apply-page-title img {
    width: 90%;
  }
  .apply-main.apply-main-bg {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 200%;
  }
  .apply-card .apply-head {
    padding: 8px 12px;
  }
  .apply-card .apply-head .bar {
    height: 16px;
  }
  .apply-card .apply-head .title {
    font-size: 16px;
  }
  .apply-card .apply-head .btn {
    height: 28px;
    line-height: 26px;
    font-size: 12px;
  }
  .apply-card .apply-body {
    padding: 12px;
  }
  .apply-card .file-wrap .file-click,
  .apply-card .file-wrap .file-img {
    width: 192px;
    height: 128px;
    line-height: 128px;
  }
  .apply-card .file-wrap .file-btn {
    position: static;
    margin-top: 8px;
    height: 28px;
    line-height: 26px;
    border-color: #0060B0;
    border-radius: 4px;
  }
  .apply-card.apply-result .apply-body {
    width: 80%;
  }
  .apply-button .btn {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }
}

/**
 * Utility classes
 * ----------------------------------------------------------------------------
 */
.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

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

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

.vertical-center {
  font-size: 0;
}

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

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

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

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

.vertical-top {
  font-size: 0;
}

.vertical-top:after {
  vertical-align: top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prepend,
.append {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.prepend {
  left: 0;
}

.append {
  right: 0;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.primary {
  color: #0060B0 !important;
}

.red {
  color: #FF0202 !important;
}

.green {
  color: #47d187 !important;
}

.yellow {
  color: #ffd23e !important;
}

.dark {
  color: #141414 !important;
}

.base {
  color: #595959 !important;
}

.light {
  color: #bfbfbf !important;
}

.bg-light {
  background-color: #fafafa !important;
}

.bg-base {
  background-color: #f5f5f5 !important;
}

.bg-dark {
  background-color: #f0f0f0 !important;
}

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

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

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

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

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

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

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

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

.no-shadow {
  -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;
}

.m0 {
  margin: 0px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.m4 {
  margin: 4px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.m8 {
  margin: 8px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.m12 {
  margin: 12px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.m16 {
  margin: 16px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.m20 {
  margin: 20px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.m24 {
  margin: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.ml32 {
  margin-left: 32px !important;
}

.m32 {
  margin: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.m40 {
  margin: 40px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mr48 {
  margin-right: 48px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.ml48 {
  margin-left: 48px !important;
}

.m48 {
  margin: 48px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mr56 {
  margin-right: 56px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.ml56 {
  margin-left: 56px !important;
}

.m56 {
  margin: 56px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mr64 {
  margin-right: 64px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.ml64 {
  margin-left: 64px !important;
}

.m64 {
  margin: 64px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mr72 {
  margin-right: 72px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.ml72 {
  margin-left: 72px !important;
}

.m72 {
  margin: 72px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.p0 {
  padding: 0px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.p4 {
  padding: 4px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.p8 {
  padding: 8px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.p12 {
  padding: 12px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pr16 {
  padding-right: 16px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pl16 {
  padding-left: 16px !important;
}

.p16 {
  padding: 16px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.p20 {
  padding: 20px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.p24 {
  padding: 24px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pr32 {
  padding-right: 32px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pl32 {
  padding-left: 32px !important;
}

.p32 {
  padding: 32px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.p40 {
  padding: 40px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pr48 {
  padding-right: 48px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pl48 {
  padding-left: 48px !important;
}

.p48 {
  padding: 48px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pr56 {
  padding-right: 56px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pl56 {
  padding-left: 56px !important;
}

.p56 {
  padding: 56px !important;
}

.pt64 {
  padding-top: 64px !important;
}

.pr64 {
  padding-right: 64px !important;
}

.pb64 {
  padding-bottom: 64px !important;
}

.pl64 {
  padding-left: 64px !important;
}

.p64 {
  padding: 64px !important;
}

.pt72 {
  padding-top: 72px !important;
}

.pr72 {
  padding-right: 72px !important;
}

.pb72 {
  padding-bottom: 72px !important;
}

.pl72 {
  padding-left: 72px !important;
}

.p72 {
  padding: 72px !important;
}

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

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

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

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

.link-default:hover {
  color: #0060B0;
}

.link-default:active {
  color: #004a87;
}

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

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

.link-normal:active {
  color: #004a87;
}

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

.link-light:hover {
  color: #0060B0;
}

.link-light:active {
  color: #004a87;
}

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

.link-icon:after {
  vertical-align: middle;
}

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

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

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

.link-icon > * {
  margin: 0 2px;
}

.link-icon i {
  font-size: 16px;
  line-height: 1;
}

.link-icon span {
  font-size: 14px;
}

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

.info i {
  display: inline-block;
  font-size: 16px;
  vertical-align: -1px;
}

.info.sm {
  font-size: 12px;
}

.info.sm i {
  font-size: 14px !important;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.mask-white {
  background-color: rgba(255, 255, 255, 0.9);
}

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

.mask-light {
  background-color: rgba(0, 0, 0, 0.1);
}

.bt {
  border-top: 1px solid #d9d9d9;
}

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

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

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

hr {
  margin: 0;
  border: 0;
  border-top: 1px;
  border-style: solid;
  border-color: #d9d9d9;
}

hr.hr-vertical {
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
}

hr.hr-dark {
  background-color: #bfbfbf;
  border-color: #bfbfbf;
}

hr.hr-light {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

hr.hr-lighter {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.hr-container {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.portrait {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  border-radius: 50%;
}

.portrait img {
  border-radius: inherit;
}

.portrait.portrait-xsmall {
  width: 40px;
  height: 40px;
}

.portrait.portrait-small {
  width: 48px;
  height: 48px;
}

.portrait.portrait-base {
  width: 56px;
  height: 56px;
}

.portrait.portrait-medium {
  width: 72px;
  height: 72px;
}

.portrait.portrait-large {
  width: 80px;
  height: 80px;
}

.portrait.portrait-xlarge {
  width: 160px;
  height: 160px;
}

.portrait.portrait-name {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  color: white;
  background: #0060B0;
}

.portrait.portrait-sm.portrait-name {
  font-size: 16px;
  background: #47d187;
}

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