*,
*::before,
*::after {
  box-sizing: border-box;
  outline: none;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: auto;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "PingFang SC", "Microsoft YaHei";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [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 {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
html {
  font: normal 13px/18px "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #F4F6F8;
  color: #444;
}
.iconfont {
  font-size: inherit;
}
pre,
code {
  border: 1px solid #CCC;
  background: #F4F6F8;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.margin-top {
  margin-top: 10px !important;
}
.margin-top-remove {
  margin-top: 0 !important;
}
.margin-left {
  margin-left: 10px !important;
}
.margin-left-remove {
  margin-left: 0 !important;
}
.margin-bottom {
  margin-bottom: 10px !important;
}
.margin-bottom-remove {
  margin-bottom: 0 !important;
}
.margin-right {
  margin-right: 10px !important;
}
.margin-right-remove {
  margin-right: 0 !important;
}
.ub-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.ub-color-a {
  color: #4F7FF3 !important;
}
.ub-color-b {
  color: #5BC692 !important;
}
.ub-color-c {
  color: #F0A453 !important;
}
.ub-color-d {
  color: #6A46BD !important;
}
.ub-color-e {
  color: #587BE9 !important;
}
.ub-color-vip {
  color: #e9bd6c !important;
}
.ub-color-f {
  color: #ed3f14 !important;
}
.ub-bg-a {
  background: #4F7FF3 !important;
  color: #FFF !important;
}
.ub-bg-b {
  background: #5BC692 !important;
  color: #FFF !important;
}
.ub-bg-c {
  background: #F0A453 !important;
  color: #FFF !important;
}
.ub-bg-d {
  background: #6A46BD !important;
  color: #FFF !important;
}
.ub-bg-e {
  background: #587BE9 !important;
  color: #FFF !important;
}
.ub-bg-f {
  background: #ed3f14 !important;
  color: #FFF !important;
}
.ub-bg-vip {
  background: #e9bd6c !important;
  color: #FFF !important;
}
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: auto;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  box-sizing: border-box;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn {
  color: #666;
  background-color: #f7f7f7;
  border: 1px solid #dedede;
}
.btn-primary {
  color: #fff;
  background-color: #ec7259;
  border-color: #ec7259;
}
.btn-primary:hover {
  color: #fff;
  background-color: #e74b2b;
  border-color: #e74b2b;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #ec7259;
  border-color: #ec7259;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e74b2b;
  border-color: #e74b2b;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1e7e34;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1e7e34;
}
.btn-warning {
  color: #FFF;
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #fd7e14;
  border-color: #fd7e14;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  background-color: #dc6502;
  border-color: #dc6502;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bd2130;
  border-color: #bd2130;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #bd2130;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
input,
select,
textarea {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 3px;
  /* 4 */
  font: inherit;
  color: inherit;
}
/*
 * Address inconsistent `text-transform` inheritance which is only inherit in Firefox
 */
select {
  text-transform: none;
}
/*
 * 1. Correct `font` properties not being inherited.
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Removes excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
input[type="checkbox"]:not(:disabled),
input[type="radio"]:not(:disabled) {
  cursor: pointer;
}
/*
 * Remove default style in iOS.
 */
textarea,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="datetime"] {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: top;
}
/*
 * Removes placeholder transparency in Firefox.
 */
::-moz-placeholder {
  opacity: 1;
}
/*
 * Removes `box-shadow` for invalid controls in Firefox.
 */
:invalid {
  box-shadow: none;
}
/*
 * Vertical alignment
 */
input:not([type="radio"]):not([type="checkbox"]),
select {
  vertical-align: middle;
}
/* Style
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
 > :last-child {
  margin-bottom: 0;
}
/*
 * Controls
 * Except for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`
 * 1. Must be `height` because `min-height` is not working in OSX
 * 2. Responsiveness: Sets a maximum width relative to the parent to scale on narrower viewports
 * 3. Vertical `padding` needed for `select` elements in Firefox
 * 4. Style
 */
select,
textarea,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  /* 1 */
  /* 2 */
  max-width: 100%;
  /* 3 */
  padding: 4px 6px;
  /* 4 */
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #444444;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
select:focus,
textarea:focus,
input:not([type]):focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #99baca;
  outline: 0;
  background: #f5fbfe;
  color: #444444;
}
select:disabled,
textarea:disabled,
input:not([type]):disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled {
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #999999;
}
/*
 * Placeholder
 */
:-ms-input-placeholder {
  color: #999999 !important;
}
::-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
:disabled:-ms-input-placeholder {
  color: #999999 !important;
}
:disabled::-moz-placeholder {
  color: #999999;
}
:disabled::-webkit-input-placeholder {
  color: #999999;
}
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 * 3. Remove padding
 * 4. `margin-bottom` is not working in Safari and Opera.
 *    Using `padding` and :after instead to create the border
 * 5. Style
 */
legend {
  /* 1 */
  width: 100%;
  /* 2 */
  border: 0;
  /* 3 */
  padding: 0;
  /* 4 */
  padding-bottom: 15px;
  /* 5 */
  font-size: 18px;
  line-height: 30px;
}
/*
 * 1. Fixes IE9
 */
legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #dddddd;
  /* 1 */
  width: 100%;
}
/* Size modifiers
 * Higher specificity needed to override defaults
 ========================================================================== */
select.form,
textarea.form,
input[type].form,
input:not([type]).form {
  height: 29px;
  padding: 3px 3px;
  font-size: 12px;
}
select.form-sm,
textarea.form-sm,
input[type].form-sm,
input:not([type]).form-sm {
  height: 25px;
  padding: 3px 3px;
  font-size: 12px;
}
select.form-lg,
textarea.form-lg,
input[type].form-lg,
input:not([type]).form-lg {
  height: 40px;
  padding: 8px 6px;
  font-size: 16px;
}
/* Reset height
 * Must be after size modifiers
 ========================================================================== */
textarea,
select[multiple],
select[size] {
  height: auto;
}
@keyframes animate-rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.animate-rotate {
  display: inline-block;
  animation: animate-rotate 2s infinite linear;
  -webkit-animation: animate-rotate 2s infinite linear;
}
*::-webkit-scrollbar-track {
  background-color: #F8F8F8;
  border: 1px solid #EEE;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
*::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #CCC;
}
.ub-loading {
  text-align: center;
  color: #999;
  padding: 20px 0;
}
.ub-empty {
  text-align: center;
  color: #999;
  padding: 20px 0;
}
.ub-empty .icon {
  font-size: 40px;
  text-align: center;
  color: #CCC;
  line-height: 40px;
}
.ub-empty .text {
  line-height: 30px;
}
.ub-load-more {
  text-align: center;
  color: #999;
  padding: 10px 0;
  cursor: pointer;
  font-size: 13px;
}
.ub-no-more {
  text-align: center;
  color: #999;
  padding: 10px 0;
  font-size: 13px;
}
.ub-text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ub-text-bold {
  font-weight: bold;
}
.ub-text-muted {
  color: #C4CFDB !important;
}
.ub-text-primary {
  color: #2d7091 !important;
}
.ub-text-success {
  color: #659f13 !important;
}
.ub-text-warning {
  color: #e28327 !important;
}
.ub-text-danger {
  color: #d85030 !important;
}
.ub-text-small {
  font-size: 12px;
}
.ub-text-center {
  text-align: center !important;
}
.ub-text-right {
  text-align: right;
}
.ub-text-left {
  text-align: left;
}
.ub-text-no-wrap {
  white-space: nowrap;
}
.ub-text-slash-separate .item {
  display: inline-block;
}
.ub-text-slash-separate .item:after {
  content: '/';
  color: #CCC;
  display: inline-block;
  margin: 0 2px;
}
.ub-text-slash-separate .item:last-child:after {
  display: none;
}
.ub-placeholder {
  background: #EEE;
  border-radius: 3px;
  width: 100%;
  min-height: 1em;
  text-align: center;
  color: #999;
}
.ub-html {
  line-height: 2em;
  color: #666;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  word-wrap: break-word;
}
.ub-html p {
  padding: 0;
  margin: 0;
}
.ub-html img {
  max-width: 100%;
}
.ub-html img.emotion {
  height: 2em;
}
.ub-html iframe {
  width: 100%;
  height: auto;
}
.ub-html video {
  width: 100%;
  height: auto;
}
.ub-html a {
  background: transparent;
}
.ub-html h1 {
  font-size: 2em;
  margin: 1.2em 0;
}
.ub-html img {
  border: 0;
}
.ub-html hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.ub-html code,
.ub-html kbd,
.ub-html pre {
  font-family: "Meiryo UI", "YaHei Consolas Hybrid", Consolas, "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, monospace, monospace;
  font-size: 1em;
}
.ub-html table {
  border-spacing: 0;
  max-width: 98%;
  margin: 1em auto !important;
  box-shadow: 0 0 2px #CCC;
  display: table;
  text-align: left;
  border: 1px solid #ddd;
  border-collapse: collapse;
  overflow: auto;
  word-break: keep-all;
}
.ub-html table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
.ub-html table tr tbody {
  border: 0;
}
.ub-html table tr th {
  font-weight: bold;
  background-color: #f0f0f0;
  padding: 3px 6px;
  border: 1px solid #ddd;
}
.ub-html table tr td {
  padding: 3px 6px ;
  border: 1px solid #ddd;
}
.ub-html > p svg,
.ub-html > p table,
.ub-html > p pre {
  -webkit-box-shadow: 0 0 10px #CCC;
  -moz-box-shadow: 0 0 10px #CCC;
  box-shadow: 0 0 10px #CCC;
  margin: 1em auto;
  display: block;
}
.ub-html td,
.ub-html th {
  padding: 0;
}
.ub-html * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ub-html input {
  font: 13px/1.4 Helvetica, arial, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}
.ub-html a {
  color: #4183c4;
  text-decoration: none;
}
.ub-html a:hover,
.ub-html a:active {
  text-decoration: underline;
}
.ub-html hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.ub-html hr:before {
  display: table;
  content: "";
}
.ub-html hr:after {
  display: table;
  clear: both;
  content: "";
}
.ub-html h1,
.ub-html h2,
.ub-html h3,
.ub-html h4,
.ub-html h5,
.ub-html h6 {
  font-weight: bold;
  margin: 1.2em 0 0.6em 0;
  text-align: start;
}
.ub-html h1 {
  font-size: 2.6em;
}
.ub-html h2 {
  font-size: 2.15em;
}
.ub-html h3 {
  font-size: 1.7em;
}
.ub-html h4 {
  font-size: 1.25em;
}
.ub-html h5 {
  font-size: 1em;
}
.ub-html h6 {
  font-size: 0.85em;
}
.ub-html blockquote {
  margin: 0;
}
.ub-html ul,
.ub-html ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ub-html ol ol,
.ub-html ul ol {
  list-style-type: lower-roman;
}
.ub-html ul ul ol,
.ub-html ul ol ol,
.ub-html ol ul ol,
.ub-html ol ol ol {
  list-style-type: lower-alpha;
}
.ub-html dd {
  margin-left: 0;
}
.ub-html code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  white-space: pre;
  font-family: "Source Code Pro", monospace;
  font-size: 0.9em;
  padding: 2px 4px;
}
.ub-html pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}
.ub-html pre code {
  color: inherit;
  background: none;
  border: none;
}
.ub-form {
  font-size: 13px;
}
.ub-form.view .line .field {
  border-bottom: 1px solid #EEE;
  min-height: 30px;
}
.ub-form.vertical .line {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
}
.ub-form.vertical .line .label {
  float: none;
  display: block;
  text-align: left;
  margin-left: 0px;
  width: 100%;
}
.ub-form .line {
  padding: 5px 30px 5px 100px;
}
.ub-form .line.wide {
  padding-left: 160px;
}
.ub-form .line.wide .label {
  width: 150px;
  margin-left: -150px;
}
.ub-form .line .label {
  display: block;
  float: left;
  text-align: right;
  line-height: 30px;
  padding: 0 10px 0 0;
  margin: 0 0 0 -90px;
  width: 90px;
  color: #6C7A87;
}
.ub-form .line .label.label-lg {
  line-height: 40px;
}
.ub-form .line .label span {
  color: red;
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
}
.ub-form .line .field {
  line-height: 30px;
  margin-left: 0;
  min-height: 30px;
}
.ub-form .line .field input[type=text] {
  width: 100%;
}
.ub-form .line .field label {
  border: 1px solid #EEE;
  border-radius: 3px;
  padding: 0 10px;
}
.ub-form .line .field .help {
  color: #808080;
  line-height: 18px;
  padding: 5px 0;
}
.ub-form .line .field textarea {
  line-height: 1.5em;
  width: 100%;
}
.ub-form .line .field .captcha {
  height: 30px;
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 3px;
  cursor: pointer;
}
.ub-form .line .field .captcha.captcha-lg {
  height: 40px;
}
.ub-form .line .field .tag {
  border: 1px solid #EEE;
  display: inline-block;
  line-height: 20px;
  border-radius: 3px;
  padding: 0 3px;
  background: #EEE;
  color: #666;
  margin-right: 3px;
  font-size: 12px;
  white-space: nowrap;
}
.ub-form.flat .line {
  padding: 10px;
}
.ub-form.flat .line .label {
  float: none;
  margin: 0;
  width: 100%;
  text-align: left;
  line-height: inherit !important;
  padding-bottom: 5px;
}
.widget-radio {
  display: inline-block;
}
.widget-radio label {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  color: #b3b3b3;
  cursor: pointer;
}
.widget-radio label.select {
  color: #07d;
}
.widget-radio label input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.widget-radio.widget-radio-primary label {
  line-height: 28px;
  background: #FFF;
  border: 1px solid #EEE;
  border-radius: 3px;
}
.widget-radio.widget-radio-primary label.select {
  color: #DE402E;
  border: 1px solid #DE402E;
  background: url(data:image/png;base64,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) no-repeat bottom right;
}
.widget-radio.widget-radio-secondary label {
  line-height: 28px;
  background: #FFF;
  border-radius: 3px;
  padding: 0 1px;
  margin-right: 10px;
  border: none;
}
.widget-radio-choose {
  display: inline-block;
}
.widget-radio-choose label {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  color: #b3b3b3;
  cursor: pointer;
}
.widget-radio-choose label.select {
  color: #07d;
}
.widget-radio-choose label input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.widget-radio-choose.widget-radio-choose-primary label {
  line-height: 28px;
  background: #FFF;
  border: 1px solid #EEE;
  border-radius: 3px;
}
.widget-radio-choose.widget-radio-choose-primary label.select {
  color: #DE402E;
  border: 1px solid #DE402E;
  background: url(data:image/png;base64,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) no-repeat bottom right;
}
.widget-choose {
  visibility: hidden;
  display: inline-block;
}
.widget-choose .value {
  display: inline-block;
  cursor: pointer;
}
.widget-choose .clear {
  display: inline-block;
  padding: 0 10px;
}
.widget-choose .empty {
  color: #999999;
}
.widget-choose.widget-choose-primary .value {
  line-height: 28px;
  background: #FFF;
  border: 1px solid #EEE;
  color: #666666;
  padding: 0 10px;
  border-radius: 3px;
}
.widget-choose.widget-choose-primary .clear {
  line-height: 28px;
  background: #FFF;
  border: 1px solid #FFF;
  color: #666666;
  margin: 0 5px;
  border-radius: 3px;
}
.widget-tab .head .menu {
  border-bottom: 1px solid #EEE;
}
.widget-tab .head .menu a {
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  color: #666;
  font-size: 13px;
  background: #F8F8F8;
  border-radius: 3px 3px 0 0;
  border: 1px solid #EEE;
  border-bottom-color: #F8F8F8;
}
.widget-tab .head .menu a.cur {
  border-bottom-color: #DE402E;
  color: #DE402E;
}
.widget-tab .body > .item {
  display: none;
}
.widget-tab .body > .item.cur {
  display: inherit;
}
.widget-tab.widget-tab-center .head .menu {
  text-align: center;
}
.widget-tab.widget-tab-secondary .head .menu {
  border-bottom: none;
}
.widget-tab.widget-tab-secondary .head .menu a {
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  color: #666;
  font-size: 13px;
  background: #EEE;
  border-radius: 3px 3px 0 0;
  border: 1px solid #EEE;
}
.widget-tab.widget-tab-secondary .head .menu a.cur {
  border-bottom-color: #FFF;
  color: #333;
  background: #FFF;
}
.widget-tab.widget-tab-secondary .body {
  border: 1px solid #EEE;
  margin-top: -1px;
}
.widget-images-uploader .list .item,
.widget-images-uploader .list .uploader {
  width: 50px;
  height: 50px;
  border: 1px solid #EEE;
  float: left;
  margin: 0 10px 10px 0;
  position: relative;
}
.widget-images-uploader .list .item .close,
.widget-images-uploader .list .uploader .close {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  color: #FFF;
  font-weight: bold;
  background: #EEE;
  line-height: 16px;
  text-align: center;
  position: absolute;
  right: -8px;
  top: -8px;
  text-decoration: none;
}
.widget-images-uploader .list .item .close:hover,
.widget-images-uploader .list .uploader .close:hover {
  background: #CCC;
}
.widget-images-uploader .list .item .cover,
.widget-images-uploader .list .uploader .cover {
  width: 50px;
  height: 50px;
  background-color: #EEE;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget-images-uploader .list .cf {
  clear: both;
}
.widget-images-uploader .list .uploader {
  cursor: pointer;
}
.page-container .pages {
  text-align: center;
  padding: 10px 0 5px 0;
}
.page-container .pages a,
.page-container .pages span,
.page-container .pages input,
.page-container .pages button {
  display: inline-block;
  line-height: 20px;
  padding: 0 5px;
  color: #666;
  border: 1px solid #CCC;
  margin: 0 5px 5px 5px;
  vertical-align: bottom;
  border-radius: 2px;
  text-decoration: none;
  background: #FFF;
}
.page-container .pages span {
  color: #111;
  border-color: transparent;
  background: transparent;
}
.page-container .pages .jumpBox {
  position: relative;
  border: 1px solid #CCC;
  border-radius: 2px;
  padding: 0;
}
.page-container .pages .jumpBox input {
  width: 4em;
  line-height: 20px;
  outline: none;
  margin: 0;
  float: left;
  border: none;
  text-align: center;
  height: 20px;
}
.page-container .pages .jumpBox button {
  width: 4em;
  background: #FFF;
  margin: 0;
  right: 0;
  float: left;
  border: none;
  border-left: 1px dotted #CCC;
  outline: none;
}
.browser-outdated-container {
  background: #fff1f0;
  color: #d85030;
  border-color: rgba(216, 80, 48, 0.3);
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
  position: fixed;
  top: 0px;
  left: 50%;
  right: 0px;
  z-index: 99999;
  width: 600px;
  margin-left: -300px;
  border-radius: 0 0 5px 5px;
}
.browser-outdated-container a {
  display: inline-block;
  padding: 0 10px;
  color: #316FC9;
  text-decoration: none;
}
.browser-outdated-container a:hover {
  color: #2758a0;
}
.browser-outdated-container .close {
  color: #999 !important;
  font-size: 12px;
  opacity: 1;
}
.browser-outdated-container .close:hover {
  color: #808080 !important;
}
[data-image-widget] {
  border: 1px solid #EEE;
  border-radius: 3px;
  width: 60px;
  height: 60px;
  position: relative;
  background: #EEE;
  display: inline-block;
}
[data-image-widget]:hover .delete {
  display: block;
}
[data-image-widget]:hover .add {
  display: block;
}
[data-image-widget] .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #EEE no-repeat center;
  background-size: cover;
}
[data-image-widget] .delete {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  text-align: center;
  color: red;
  display: none;
}
[data-image-widget] .add {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
}
[v-cloak] {
  display: none;
}
.main-container {
  max-width: 1000px;
  margin: 0 auto;
}
.main-container-full {
  width: 100%;
  max-width: 100%;
}
.page-container .pages a:hover {
  color: #ec7259;
  border-color: #ec7259;
}
body,
html {
  background: #F8F8F8;
  font-size: 13px;
}
body a,
html a {
  color: #07d;
}
body a:hover,
html a:hover {
  color: #1191ff;
  text-decoration: none;
}
body *,
html * {
  text-shadow: none !important;
}
.uk-form .line {
  padding: 10px 0 10px 100px;
}
.uk-form .line.line-label-narrow {
  padding: 10px 0 10px 50px;
}
.uk-form .line.line-label-narrow.label {
  margin: 0 0 0 -50px;
  width: 40px;
}
.uk-form .line .label {
  display: block;
  float: left;
  text-align: right;
  line-height: 30px;
  padding: 0 5px 0 0;
  margin: 0 0 0 -100px;
  width: 90px !important;
}
.uk-form .line .label span {
  color: red;
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
}
.uk-form .line .field {
  line-height: 30px;
  margin-left: 0;
}
.uk-form .line .field .help {
  color: #808080;
  line-height: 18px;
  padding: 5px 0;
}
.uk-form .line .field textarea {
  line-height: 1.5em;
}
.uk-button-primary {
  background: #ec7259;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
  background: #e95f42;
}
header {
  background: #3f3f3f;
}
header nav.uk-navbar {
  background: #3f3f3f;
  color: #FFF;
  height: 50px;
  border: none;
}
header nav.uk-navbar .uk-navbar-brand {
  color: #FFF;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  padding-left: 0;
}
header nav.uk-navbar .uk-navbar-brand img {
  width: 120px;
  height: 50px;
  vertical-align: top;
  display: inline-block;
}
header nav.uk-navbar .uk-navbar-nav-right {
  float: right;
}
header nav.uk-navbar .uk-navbar-nav-right > li > a {
  padding: 0 10px !important;
}
header nav.uk-navbar .uk-navbar-nav-right > li > a.username {
  min-width: 100px;
}
header nav.uk-navbar .uk-navbar-nav-right > li > a.notice {
  position: relative;
}
header nav.uk-navbar .uk-navbar-nav-right > li > a.notice .count {
  font-size: 10px;
  color: #FFF;
  background: red;
  line-height: 14px;
  padding: 0 3px;
  border-radius: 7px;
  position: absolute;
  right: 0px;
  top: 10px;
  display: inline-block;
}
header nav.uk-navbar .uk-navbar-nav {
  height: 40px;
}
header nav.uk-navbar .uk-navbar-nav li {
  height: 40px;
}
header nav.uk-navbar .uk-navbar-nav li.uk-active a {
  background: #ec7259;
  line-height: 40px;
}
header nav.uk-navbar .uk-navbar-nav li a {
  background: none;
  color: #EEE;
  line-height: 50px;
  height: 50px;
  padding: 0 20px;
  margin: 0;
  text-align: center;
  display: inline-block;
}
header nav.uk-navbar .uk-navbar-nav li a:hover {
  color: #FFF;
}
header nav.uk-navbar .uk-navbar-nav .uk-dropdown-navbar {
  background: #3f3f3f;
  color: #FFF;
  padding: 0px;
  margin-top: 0px;
  width: 100px;
}
header nav.uk-navbar .uk-navbar-nav .uk-dropdown-navbar.uk-dropdown {
  width: 100px;
  border: none;
}
header nav.uk-navbar .uk-navbar-nav .uk-dropdown-navbar.uk-dropdown .uk-nav {
  margin: 0px;
}
header nav.uk-navbar .uk-navbar-nav .uk-dropdown-navbar.uk-dropdown .uk-nav li {
  height: 50px;
}
header nav.uk-navbar .uk-navbar-nav .uk-dropdown-navbar.uk-dropdown .uk-nav li a {
  text-align: left;
  line-height: 50px;
  height: 50px;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
}
header nav.uk-navbar .uk-navbar-nav .uk-dropdown-navbar.uk-dropdown .uk-nav li a:hover {
  background: #262626;
}
footer {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #EEE;
  background: #3f3f3f;
  margin-top: 15px;
}
footer .link a {
  color: #CCC;
}
footer .copyright {
  padding: 10px 0;
  color: #CCC;
}
.doc-container .left-box {
  position: fixed;
  top: 50px;
  left: 0px;
  bottom: 0px;
  background: #FFF;
}
.doc-container .left-box .book-box {
  background: #3f3f3f;
  width: 120px;
  position: fixed;
  top: 50px;
  left: 0;
  bottom: 0px;
}
.doc-container .left-box .book-box .head {
  color: #FFF;
  line-height: 40px;
  font-size: 10px;
  padding: 0 10px;
  height: 50px;
}
.doc-container .left-box .book-box .head a {
  color: #FFF;
}
.doc-container .left-box .book-box .loading {
  color: #FFF;
  text-align: center;
  line-height: 50px;
}
.doc-container .left-box .book-box .empty {
  color: #FFF;
  text-align: center;
  line-height: 50px;
}
.doc-container .left-box .book-box .body {
  color: #FFF;
}
.doc-container .left-box .book-box .body .item {
  padding: 10px;
  color: #FFF;
  border-left: 3px solid #3f3f3f;
  cursor: pointer;
}
.doc-container .left-box .book-box .body .item a {
  float: right;
  color: #999;
  display: none;
}
.doc-container .left-box .book-box .body .item.active {
  border-left: 3px solid #ec7259;
  background: #666;
}
.doc-container .left-box .book-box .body .item.active a {
  display: block;
}
.doc-container .left-box .doc-list-box {
  width: 200px;
  position: fixed;
  top: 50px;
  left: 120px;
  bottom: 0px;
  background: #FFF;
}
.doc-container .left-box .doc-list-box .head {
  height: 50px;
  position: relative;
  border-bottom: 1px solid #EEE;
  box-sizing: border-box;
}
.doc-container .left-box .doc-list-box .head a.add {
  float: right;
  color: #ec7259;
  line-height: 50px;
  font-size: 10px;
  margin-right: 5px;
}
.doc-container .left-box .doc-list-box .head .search {
  left: 10px;
  top: 10px;
  position: absolute;
  bottom: 0px;
}
.doc-container .left-box .doc-list-box .head .search i {
  position: absolute;
  left: 0px;
  top: 5px;
  bottom: 0;
  line-height: 20px;
  color: #999;
  width: 20px;
  display: block;
  text-align: center;
}
.doc-container .left-box .doc-list-box .head .search input {
  display: block;
  height: 30px;
  left: 0;
  top: 5px;
  border: none;
  border-bottom: 1px solid #EEE;
  outline: none;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  width: 130px;
}
.doc-container .left-box .doc-list-box .body {
  position: fixed;
  left: 120px;
  top: 100px;
  bottom: 0px;
  width: 200px;
  overflow: auto;
  background: #EEE;
}
.doc-container .left-box .doc-list-box .body .empty {
  color: #999;
  text-align: center;
  line-height: 50px;
}
.doc-container .left-box .doc-list-box .body .loading {
  color: #999;
  text-align: center;
  line-height: 50px;
}
.doc-container .left-box .doc-list-box .body .tail {
  color: #999;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  background: #FFF;
}
.doc-container .left-box .doc-list-box .body .list .item {
  padding: 10px;
  border-left: 3px solid #FFF;
  margin-bottom: 1px;
  background: #FFF;
  cursor: pointer;
  position: relative;
}
.doc-container .left-box .doc-list-box .body .list .item.active {
  border-left-color: #ec7259;
  background: #F8F8F8;
}
.doc-container .left-box .doc-list-box .body .list .item .visit {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #999;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.doc-container .left-box .doc-list-box .body .list .item .title {
  font-size: 14px;
}
.doc-container .left-box .doc-list-box .body .list .item .time {
  color: #999;
  font-size: 10px;
}
.doc-container .left-box .doc-list-box .body .list .item .summary {
  font-size: 10px;
  color: #999;
  line-height: 16px;
  max-height: 48px;
  overflow: hidden;
}
.doc-container .right-box {
  position: fixed;
  left: 320px;
  right: 0px;
  top: 50px;
  bottom: 0px;
}
.doc-container .right-box .toolbar-box {
  height: 49px;
  box-sizing: border-box;
}
.doc-container .right-box .toolbar-box .book {
  height: 49px;
  float: left;
}
.doc-container .right-box .toolbar-box .book select {
  border: solid 1px #EEE;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 14px;
  height: 49px;
  padding: 0 20px 0 10px;
  outline: none;
  background: url("https://image.abcdocker.com/abcdocker/2021/01/15/0e9e0043fb42d/0e9e0043fb42d.png") no-repeat scroll right center #FFF;
  border-radius: 0;
}
.doc-container .right-box .toolbar-box .book select::-ms-expand {
  display: none;
}
.doc-container .right-box .title {
  float: left;
  height: 49px;
  box-sizing: border-box;
}
.doc-container .right-box .title input {
  box-sizing: border-box;
  height: 49px;
  line-height: 49px;
  padding: 0 10px;
  width: 500px;
  border: 1px solid #EEE;
  background: #FFF;
  outline: none;
  font-size: 13px;
}
.doc-container .right-box .action {
  float: left;
  height: 49px;
  padding: 5px 0 0 5px;
  box-sizing: border-box;
}
.doc-container .right-box .action a {
  height: 40px;
  line-height: 40px;
  width: 40px;
  color: #ec7259;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  background: #FFF;
  border-radius: 3px;
}
.doc-container .right-box .action a.muted {
  color: #999;
}
.doc-container .right-box .action a:hover {
  background: #EEE;
}
.doc-top-tip {
  position: absolute;
  top: 5px;
  left: 50%;
  line-height: 30px;
  padding: 0 20px;
  background: #f2fae3;
  color: #659f13;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(101, 159, 19, 0.5);
  margin-bottom: 15px;
  border-radius: 4px;
  text-shadow: 0 1px 0 #fff;
  box-sizing: border-box;
  width: 300px;
  margin-left: -150px;
  display: none;
  text-align: center;
}
.doc-top-tip.error {
  background: #fff1f0;
  color: #d85030;
  border-color: rgba(216, 80, 48, 0.5);
}
.doc-top-tip.loading {
  background: #fffceb;
  color: #e28327;
  border-color: rgba(226, 131, 39, 0.5);
}
#docHistoryDialog .body .history {
  border: 1px solid #EEE;
  border-radius: 3px;
  margin: 0 0 10px 0;
}
#docHistoryDialog .body .history .head {
  background: #EEE;
  line-height: 30px;
  border-radius: 2px;
  padding: 0 10px;
}
#docHistoryDialog .body .history .head .right {
  float: right;
}
#docHistoryDialog .body .history .head .right a {
  color: #3f3f3f;
}
#docHistoryDialog .body .history .content {
  padding: 10px;
  max-height: 100px;
  overflow: hidden;
  line-height: 1.5em;
  cursor: pointer;
  color: #666;
}
#docHistoryDialog .body .history .content.expand {
  max-height: none;
}
.pb {
  background: #FFF;
  margin: 15px 0;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 8px #DDD;
  -webkit-box-shadow: 0px 0px 8px #DDD;
  box-shadow: 0px 0px 8px #DDD;
}
.pb > .head {
  padding: 10px;
  color: #333;
  line-height: 20px;
  font-size: 14px;
  border-bottom: 1px solid #EEE;
}
.pb > .head > a {
  font-size: 13px;
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  color: #999;
  margin: -10px -5px;
}
.pb > .head > a.active {
  color: #ec7259;
  border-bottom: 2px solid #ec7259;
}
.pb > .head h1 {
  line-height: 20px;
  padding: 0 0 0 6px;
  font-size: 14px;
  margin: 0;
}
.pb > .head h2 {
  border-left: 3px solid #ec7259;
  line-height: 20px;
  padding: 0 0 0 6px;
  font-size: 14px;
  margin: 0;
}
.pb > .head .more {
  float: right;
  font-size: 13px;
}
.pb > .body {
  padding: 10px;
  color: #666;
}
.pb-account > .body .form {
  margin: 30px 0;
  padding: 30px;
  border-right: 1px solid #EEE;
}
.pb-account > .body .text {
  margin: 30px 0;
  padding: 30px;
  line-height: 2em;
}
.pb-account > .body .text .oauth {
  padding: 10px 0;
}
.pb-account > .body .text .oauth .item {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #999;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  margin: 0 10px 0 0;
}
.pb-account > .body .text .oauth .item i {
  font-size: 30px;
  line-height: 50px;
}
.pb-account > .body .text .oauth .item.wechat {
  background: #00bb29;
}
.pb-account > .body .text .oauth .item.qq {
  background: #498ad5;
}
.pb-account > .body .text .oauth .item.weibo {
  background: #e05244;
}
.pb-banner {
  background: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
  margin: 0 0 0 0;
  box-shadow: none;
  border-radius: 0px;
}
.pb-banner .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #FFF;
  background-position: center;
}
.pb-banner .swiper-slide:after {
  content: '';
  display: block;
  margin-top: 40%;
}
.pb-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #3f3f3f;
}
@media screen and (max-width: 800px) {
  .pb-banner .swiper-slide:after {
    margin-top: 55%;
  }
}
.pb-feature {
  background: none;
  box-shadow: none;
}
.pb-feature .item {
  text-align: center;
  padding: 20px;
}
.pb-feature .item .icon {
  color: #666;
  font-size: 60px;
  line-height: 80px;
}
.pb-feature .item .title {
  font-size: 16px;
  color: #999;
  line-height: 20px;
}
.pb-feature .item .desc {
  padding: 10px 0;
  color: #999;
  line-height: 20px;
}
.pb-breadcrumb {
  background: none;
  padding: 0;
  margin: 15px 0 0 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pb-breadcrumb ul {
  margin: 0;
  padding: 0;
}
.pb-breadcrumb ul li a,
.pb-breadcrumb ul li span {
  color: #666;
  font-size: 12px;
}
.pb-member-profile-menu {
  border: 1px solid #DDD;
  border-bottom: none;
  padding: 0;
}
.pb-member-profile-menu a {
  display: block;
  line-height: 40px;
  color: #666;
  font-size: 12px;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #DDD;
}
.pb-member-profile-menu a i {
  width: 1.5em;
}
.pb-member-profile-menu a:hover {
  color: #333;
}
.pb-member-profile-menu a.cur {
  background: #3f3f3f;
  color: #FFF;
}
.pb-member-message-list {
  background: #FFF;
  box-sizing: border-box;
}
.pb-member-message-list .unread .dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #ec7259;
  margin: 5px 0 0 0;
}
.pb-member-message-list .time {
  color: #999;
}
.pb-member-message-list .message p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}
.pb-member-message-list .empty {
  color: #999;
  line-height: 200px;
  text-align: center;
}
