.browser-body:after, .browser-main ul: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: "PingFang SC", Helvetica, "Helvetica Neue", "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;
}

/**
 * Buttons
 * ----------------------------------------------------------------------------
 */
.btn {
  display: inline-block;
  font-weight: normal;
  color: #666;
  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: #ddd;
  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:hover {
  color: #222;
  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-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: #0e90ec;
}

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

.btn-solid-primary.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(14, 144, 236, 0.3);
  box-shadow: 0 2px 6px rgba(14, 144, 236, 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: #21c761;
}

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

.btn-solid-success.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(33, 199, 97, 0.3);
  box-shadow: 0 2px 6px rgba(33, 199, 97, 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: #f01400;
}

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

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

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

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

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

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

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

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

.btn-anti-primary, .btn-anti-primary:hover {
  color: #0e90ec;
  border-color: transparent;
}

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

.btn-anti-primary:hover {
  background-color: rgba(14, 144, 236, 0.3);
}

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

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

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

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

.btn-anti-success, .btn-anti-success:hover {
  color: #21c761;
  border-color: transparent;
}

.btn-anti-success, .btn-anti-success.disabled:hover, .btn-anti-success[disabled]:hover {
  background-color: rgba(33, 199, 97, 0.2);
}

.btn-anti-success:hover {
  background-color: rgba(33, 199, 97, 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: #f01400;
  border-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-hollow-success:hover {
  color: white;
  background-color: #21c761;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-primary, .btn-outline-primary:hover {
  color: #0e90ec;
  border-color: rgba(14, 144, 236, 0.3);
}

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

.btn-outline-primary:hover {
  background-color: rgba(14, 144, 236, 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: #21c761;
  border-color: rgba(33, 199, 97, 0.3);
}

.btn-outline-success, .btn-outline-success.disabled:hover, .btn-outline-success[disabled]:hover {
  background-color: rgba(33, 199, 97, 0.1);
}

.btn-outline-success:hover {
  background-color: rgba(33, 199, 97, 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: #f01400;
  border-color: rgba(240, 20, 0, 0.3);
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-ghost-solid-primary:hover {
  color: white;
  background-color: #0e90ec;
  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: #21c761;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost-solid-success:hover {
  color: white;
  background-color: #21c761;
  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: #f01400;
  background-color: transparent;
  border-color: transparent;
}

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

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

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

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

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

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

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

.btn-ghost-hollow-primary, .btn-ghost-hollow-primary:hover {
  color: #0e90ec;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-link-primary, .btn-link-primary:hover {
  color: #0e90ec;
  border-color: transparent;
}

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

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

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

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

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

.btn-link-success, .btn-link-success:hover {
  color: #21c761;
  border-color: transparent;
}

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

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

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

.btn-link-danger, .btn-link-danger:hover {
  color: #f01400;
  border-color: transparent;
}

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

.btn-link-default, .btn-link-default:hover {
  color: #666;
  border-color: transparent;
}

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

.btn-link-light, .btn-link-light:hover {
  color: #afafaf;
  border-color: transparent;
}

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

.btn-link-dark, .btn-link-dark:hover {
  color: #222;
  border-color: transparent;
}

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

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

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

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

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

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

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

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

/**
 * Layout
 * ----------------------------------------------------------------------------
*/
body,
html {
  height: 100%;
}

body {
  min-width: 1140px;
}

@media screen and (max-width: 1140px) {
  body {
    min-width: 940px;
  }
}

/**
 * Errorpage
 * ----------------------------------------------------------------------------
*/
body {
  background-color: white;
}

.cbb-errorpage {
  height: 100%;
  text-align: center;
  background-color: rgba(102, 129, 149, 0.08);
}

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

.cbb-errorpage-wrap {
  display: inline-block;
  vertical-align: middle;
}

.cbb-error-img {
  width: 550px;
  height: 405px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cbb-error-img.error-403 {
  background-image: url("../images/error-403.png");
}

.cbb-error-img.error-404 {
  background-image: url("../images/error-404.png");
}

.cbb-error-img.error-500 {
  background-image: url("../images/error-500.png");
}

.cbb-error-img.error-common {
  background-image: url("../images/error-common.png");
}

.cbb-error-title {
  margin: 0;
  font-size: 24px;
  line-height: 1;
}

.cbb-error-spell {
  margin-top: 10px;
  font-size: 16px;
  color: #999;
  line-height: 1;
}

.btn-group {
  margin-top: 30px;
}

.btn-group .btn {
  min-width: 100px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
  border-radius: 16px;
}

@media (max-width: 414px) {
  .cbb-errorpage .cbb-error-img {
    width: 275px;
    height: 202.5px;
  }
  .cbb-errorpage .cbb-error-title {
    font-size: 18px;
  }
  .cbb-errorpage .cbb-error-spell {
    font-size: 12px;
  }
}

.browser-body {
  height: 100%;
  text-align: center;
  background: #f5f7f9;
  font-size: 0;
}

.browser-body:after {
  vertical-align: middle;
}

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

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

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

.browser-main {
  margin-bottom: 48px;
}

.browser-main .browser-remind-pic {
  display: inline-block;
  margin-left: -32px;
  width: 560px;
}

.browser-main .browser-remind-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.browser-main .browser-remind-info {
  margin-top: -88px;
  font-size: 18px;
  line-height: 28px;
  color: #262626;
}

.browser-main .browser-remind-info span {
  color: #ee2b2b;
}

.browser-main .browser-title {
  position: relative;
  margin-top: 24px;
  margin-bottom: 16px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #afafaf;
}

.browser-main .browser-title:after, .browser-main .browser-title:before {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 1px;
  content: '';
  background: #eee;
}

.browser-main .browser-title:before {
  left: -32px;
}

.browser-main .browser-title:after {
  right: -32px;
}

.browser-main ul {
  font-size: 0;
}

.browser-main ul:after {
  vertical-align: middle;
}

.browser-main ul > * {
  display: inline-block;
  vertical-align: middle;
}

.browser-main ul > *:first-child {
  margin-left: 0;
}

.browser-main ul > *:last-child {
  margin-right: 0;
}

.browser-item {
  margin: 0 32px;
}

.browser-item .pic {
  width: 96px;
  height: 96px;
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}

.browser-item .pic img {
  margin: 15px;
  width: 64px;
  height: 64px;
}

.browser-item .text {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
}

.browser-item a {
  color: #666;
}

.browser-item a:hover {
  color: #0e90ec;
}

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.primary {
  color: #0e90ec !important;
}

.blue {
  color: #0e90ec !important;
}

.green {
  color: #21c761 !important;
}

.red {
  color: #f01400 !important;
}

.yellow {
  color: #ffd23e !important;
}

.orange {
  color: #fd7e14 !important;
}

.purple {
  color: #916ef0 !important;
}

.dark {
  color: #444 !important;
}

.base {
  color: #666 !important;
}

.light {
  color: #afafaf !important;
}

.bg-light {
  background-color: #f7f7f7;
}

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

.bg-dark {
  background-color: #f3f3f3;
}

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

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

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

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

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

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

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

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

.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: #666;
  text-decoration: none;
}

.link-default:hover {
  color: #0e90ec;
}

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

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

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

.link-light:hover {
  color: #0e90ec;
}

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

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

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

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

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

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

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

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

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