@charset "UTF-8";
/*!
Theme Name: Nowher
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

button:focus {
  outline: none;
}

a:focus {
  outline: none;
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #6BA1DB;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #FF3434;
  --orange: #fd7e14;
  --yellow: #FFCC00;
  --green: #7DBC87;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #aaa;
  --gray-dark: #363636;
  --primary: #363636;
  --secondary: #aaa;
  --success: #7DBC87;
  --info: #17a2b8;
  --warning: #FFCC00;
  --danger: #FF3434;
  --light: #F3F3F3;
  --dark: #363636;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #F3F3F3;
}

[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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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: #363636;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #aaa;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 0;
  outline: 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;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #aaa;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #F3F3F3;
  border: 1px solid #dcdcdc;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #aaa;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .article-card.card-index-tv, .article-card.card-index-point, .article-card.card-hot-point, .article-card.card-in-front-cate, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .article-card, .col-md-3, .col-md-2, .article-card.list-head-tv, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12, .article-card {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2, .article-card.list-head-tv {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4, .article-card {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12, .article-card.card-index-tv, .article-card.card-index-point, .article-card.card-hot-point, .article-card.card-in-front-cate {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #363636 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1d1d1d !important;
}

.bg-secondary {
  background-color: #aaa !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #919191 !important;
}

.bg-success {
  background-color: #7DBC87 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #5bab68 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #FFCC00 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cca300 !important;
}

.bg-danger {
  background-color: #FF3434 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ff0101 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dadada !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d1d1d !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dcdcdc !important;
}

.border-top {
  border-top: 1px solid #dcdcdc !important;
}

.border-right {
  border-right: 1px solid #dcdcdc !important;
}

.border-bottom {
  border-bottom: 1px solid #dcdcdc !important;
}

.border-left {
  border-left: 1px solid #dcdcdc !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #363636 !important;
}

.border-secondary {
  border-color: #aaa !important;
}

.border-success {
  border-color: #7DBC87 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #FFCC00 !important;
}

.border-danger {
  border-color: #FF3434 !important;
}

.border-light {
  border-color: #F3F3F3 !important;
}

.border-dark {
  border-color: #363636 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none, .hidden {
  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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }

  .d-sm-inline-flex {
    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: flex !important;
  }

  .d-md-inline-flex {
    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: flex !important;
  }

  .d-lg-inline-flex {
    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: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    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: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important;
  }

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

  .float-xxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left, .nowre-carousel-caption {
  text-align: left !important;
}

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

.text-center, .nowre-ad-across .nowre-ad-across-info, .cate-block-title, .index-block-title {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important;
  }

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

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #363636 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #101010 !important;
}

.text-secondary {
  color: #aaa !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #848484 !important;
}

.text-success {
  color: #7DBC87 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #509c5c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #FFCC00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #b38f00 !important;
}

.text-danger {
  color: #FF3434 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #e70000 !important;
}

.text-light {
  color: #F3F3F3 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cdcdcd !important;
}

.text-dark, .search-separator .search-cont-desc {
  color: #363636 !important;
}

a.text-dark:hover, .search-separator a.search-cont-desc:hover, a.text-dark:focus, .search-separator a.search-cont-desc:focus {
  color: #101010 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #aaa !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dcdcdc !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dcdcdc;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dcdcdc;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dcdcdc;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dcdcdc;
}
.table tbody + tbody {
  border-top: 2px solid #dcdcdc;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dcdcdc;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dcdcdc;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c7c7c7;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #969696;
}

.table-hover .table-primary:hover {
  background-color: #bababa;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bababa;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e7e7e7;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: lightgray;
}

.table-hover .table-secondary:hover {
  background-color: #dadada;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #dadada;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dbecdd;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #bbdcc1;
}

.table-hover .table-success:hover {
  background-color: #cae3cd;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #cae3cd;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff1b8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffe47a;
}

.table-hover .table-warning:hover {
  background-color: #ffec9f;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffec9f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffc6c6;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff9595;
}

.table-hover .table-danger:hover {
  background-color: #ffadad;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffadad;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f9f9f9;
}

.table-hover .table-light:hover {
  background-color: #efefef;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #efefef;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c7c7c7;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #969696;
}

.table-hover .table-dark:hover {
  background-color: #bababa;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #bababa;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #363636;
  border-color: #494949;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dcdcdc;
}

.table-dark {
  color: #fff;
  background-color: #363636;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #494949;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 54, 54, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}
.btn-primary:hover {
  color: #fff;
  background-color: #232323;
  border-color: #1d1d1d;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #161616;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #aaa;
  border-color: #aaa;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #979797;
  border-color: #919191;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0 rgba(149, 150, 151, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #aaa;
  border-color: #aaa;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #919191;
  border-color: #8a8a8a;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(149, 150, 151, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #7DBC87;
  border-color: #7DBC87;
}
.btn-success:hover {
  color: #fff;
  background-color: #64af70;
  border-color: #5bab68;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0 rgba(111, 165, 121, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #7DBC87;
  border-color: #7DBC87;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #5bab68;
  border-color: #55a461;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(111, 165, 121, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FFCC00;
  border-color: #FFCC00;
}
.btn-warning:hover {
  color: #212529;
  background-color: #d9ad00;
  border-color: #cca300;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0 rgba(222, 179, 6, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FFCC00;
  border-color: #FFCC00;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #cca300;
  border-color: #bf9900;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 179, 6, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #FF3434;
  border-color: #FF3434;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff0e0e;
  border-color: #ff0101;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #FF3434;
  border-color: #FF3434;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff0101;
  border-color: #f30000;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-light:hover {
  color: #212529;
  background-color: #e0e0e0;
  border-color: #dadada;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0 rgba(212, 212, 213, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dadada;
  border-color: lightgray;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(212, 212, 213, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}
.btn-dark:hover {
  color: #fff;
  background-color: #232323;
  border-color: #1d1d1d;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #161616;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(84, 84, 84, 0.5);
}

.btn-outline-primary {
  color: #363636;
  border-color: #363636;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(54, 54, 54, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #363636;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(54, 54, 54, 0.5);
}

.btn-outline-secondary {
  color: #aaa;
  border-color: #aaa;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #aaa;
  border-color: #aaa;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(170, 170, 170, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #aaa;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #aaa;
  border-color: #aaa;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(170, 170, 170, 0.5);
}

.btn-outline-success {
  color: #7DBC87;
  border-color: #7DBC87;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #7DBC87;
  border-color: #7DBC87;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(125, 188, 135, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #7DBC87;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #7DBC87;
  border-color: #7DBC87;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(125, 188, 135, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #FFCC00;
  border-color: #FFCC00;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FFCC00;
  border-color: #FFCC00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFCC00;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FFCC00;
  border-color: #FFCC00;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.5);
}

.btn-outline-danger {
  color: #FF3434;
  border-color: #FF3434;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #FF3434;
  border-color: #FF3434;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 52, 52, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #FF3434;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #FF3434;
  border-color: #FF3434;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 52, 52, 0.5);
}

.btn-outline-light {
  color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(243, 243, 243, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F3F3F3;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(243, 243, 243, 0.5);
}

.btn-outline-dark {
  color: #363636;
  border-color: #363636;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(54, 54, 54, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #363636;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(54, 54, 54, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #363636;
  text-decoration: none;
}
.btn-link:hover {
  color: #101010;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #aaa;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  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%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #aaa;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dcdcdc;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dcdcdc;
}
.nav-tabs .nav-link.disabled {
  color: #aaa;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #F3F3F3;
  border-color: #dcdcdc #dcdcdc #F3F3F3;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #363636;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #363636;
  background-color: #fff;
  border: 1px solid #dcdcdc;
}
.page-link:hover {
  z-index: 2;
  color: #101010;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dcdcdc;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 54, 54, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}
.page-item.disabled .page-link {
  color: #aaa;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dcdcdc;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.col-threehalf {
  float: left;
  width: 12.5%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.center-ab {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fs-12 {
  font-size: 12px;
}

.fs-13, .article-card .nowre-list-item-meta {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-21, .index-block-title {
  font-size: 21px !important;
}

.fs-24, .cate-block-title {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28, #hot-tag-info-slide .scroll-tag .hot-tag-item {
  font-size: 28px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-10, .text-cate {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.text-white {
  color: #fff !important;
}

.text-gray, .search-separator .search-tag-desc {
  color: #C0C0C0 !important;
}

.text-dark, .search-separator .search-cont-desc {
  color: #363636 !important;
}

.text-gold {
  color: #ffcb00 !important;
}

.text-yellow, .nowre-cate-link.link-normal {
  color: #FFCE3B !important;
}

.text-green, .nowre-cate-link.link-nowretv {
  color: #7DBC87 !important;
}

.text-red, .nowre-cate-link.link-xianke {
  color: #FF3434 !important;
}

.text-blue, .nowre-cate-link.link-wiki {
  color: #6BA1DB !important;
}

.hover-gold:hover {
  color: #ffcb00 !important;
}

.hover-pointer:hover {
  cursor: pointer;
}

.text-italic {
  font-style: italic !important;
}

.border-red {
  border-color: red !important;
}

.border-gold {
  border-color: #ffcb00 !important;
}

.border-green {
  border-color: #00d739 !important;
}

.border-blue {
  border-color: #005cd2 !important;
}

.sparkle-border-red {
  border-color: white !important;
  animation: change-red 3s ease-in-out infinite alternate;
}

.sparkle-border-gold {
  border-color: #ffcc00 !important;
  animation: change-gold 3s ease-in-out infinite alternate;
}

.sparkle-border-green {
  border-color: #00d214 !important;
  animation: change-green 3s ease-in-out infinite alternate;
}

.sparkle-border-blue {
  border-color: #005bd7 !important;
  animation: change-blue 3s ease-in-out infinite alternate;
}

@keyframes change-red {
  0% {
    border-color: rgba(255, 0, 0, 0.16);
  }
  100% {
    border-color: red;
  }
}
@keyframes change-gold {
  0% {
    border-color: rgba(255, 204, 0, 0.16);
  }
  100% {
    border-color: #ffcc00;
  }
}
@keyframes change-green {
  0% {
    border-color: rgba(0, 210, 20, 0.16);
  }
  100% {
    border-color: #00d214;
  }
}
@keyframes change-blue {
  0% {
    border-color: rgba(0, 91, 215, 0.16);
  }
  100% {
    border-color: #005bd7;
  }
}
.bg-black {
  background-color: #212121 !important;
}

.bg-real-black {
  background-color: #191919 !important;
}

.bg-white {
  background-color: #fff !important;
  overflow: auto;
}

.bg-gray {
  background-color: #f4f3f2 !important;
}

.circle {
  border-radius: 50%;
}

.circle-large {
  border-radius: 50%;
}

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

.text-bold, .search-separator .search-cont-desc, .cate-block-title, .index-block-title, .nowre-btn, .nowre-tag {
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
  font-weight: bold;
}

.text-meta, .nowre-cate-link, .blog-date-bread, .info-common-cont li, .info-common-cont a {
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
  font-weight: 500;
}

.text-normal-font {
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
}

.item-time {
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
  font-weight: normal;
}

.img-title-thumbnail {
  width: 100%;
}

@media (max-width: 991.98px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}

.text-left, .nowre-carousel-caption {
  text-align: left !important;
}

.text-center, .nowre-ad-across .nowre-ad-across-info, .cate-block-title, .index-block-title {
  text-align: center !important;
}

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

.text-shadow-dark, #hot-tag-info-slide .scroll-tag .hot-tag-item {
  text-shadow: -1px 0 #363636, 0 1px #363636, 1px 0 #363636, 0 -1px #363636;
}

.mb-l {
  margin-bottom: 60px;
}

.hr {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}

@keyframes change-white {
  0% {
    background: #818181;
  }
  100% {
    background: #fff;
  }
}
.hack-chuandaxuetang {
  margin-left: 5px;
}

.hack-benzhouxinshui {
  margin-right: 5px;
}

.aligncenter {
  text-align: center;
}

#point-slide {
  margin-bottom: 90px;
}

hr.on-dark {
  border-top: 1px solid #1a1a1a;
}
hr.on-light {
  border-top: 1px solid white;
}
@media (-webkit-min-device-pixel-ratio: 0.75), (min--moz-device-pixel-ratio: 0.75), (-o-device-pixel-ratio: 3/4), (min-device-pixel-ratio: 0.75), (min-resolution: 0.75dppx), (min-resolution: 120dpi) {
  hr {
    height: 0.75px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1), (min--moz-device-pixel-ratio: 1), (-o-device-pixel-ratio: 1), (min-device-pixel-ratio: 1), (min-resolution: 1dppx), (min-resolution: 160dpi) {
  hr {
    height: 1px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.33), (min--moz-device-pixel-ratio: 1.33), (-o-device-pixel-ratio: 133/100), (min-device-pixel-ratio: 1.33), (min-resolution: 1.33dppx), (min-resolution: 213dpi) {
  hr {
    height: 1.333px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-device-pixel-ratio: 3/2), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx), (min-resolution: 240dpi) {
  hr {
    height: 1.5px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 380dpi) {
  hr {
    height: 2px;
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min--moz-device-pixel-ratio: 3), (-o-device-pixel-ratio: 3/1), (min-device-pixel-ratio: 3), (min-resolution: 3dppx), (min-resolution: 480dpi) {
  hr {
    height: 3px;
  }
}
@media (-webkit-min-device-pixel-ratio: 4), (min--moz-device-pixel-ratio: 4), (-o-device-pixel-ratio: 4/1), (min-device-pixel-ratio: 3), (min-resolution: 4dppx), (min-resolution: 640dpi) {
  hr {
    height: 4px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  /*-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;*/
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.slick-slide[tabindex] {
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  #focus-info-slide .slick-list {
    min-height: 580px;
  }
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.gallary-slick .slick-slide img {
  max-height: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../gif/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-15px);
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  /* position: absolute; */
  /* bottom: -25px; */
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 22px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 4px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  background: #818181;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
  background: #fff;
}

.nowre-slick-dot-holder {
  position: absolute;
  right: 0px;
  z-index: 15;
  padding-left: 0;
  list-style: none;
  text-align: right;
  bottom: 0px;
  margin: 0 40px 40px 0;
}
.nowre-slick-dot-holder .slick-dots li.slick-active button:before {
  color: #fff;
}
.nowre-slick-dot-holder .slick-dots li button:before {
  color: #818181;
  opacity: 1;
}

.slick-holder .slick-control {
  opacity: 0.9;
  transition: all 0.5s;
}
.slick-holder .slick-index {
  opacity: 0.9;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .slick-holder:hover .slick-control {
    opacity: 1;
    background: #fff;
  }
  .slick-holder:hover .slick-control .icon-prev, .slick-holder:hover .slick-control .icon-next {
    color: #363636;
  }
}
@media (max-width: 991.98px) {
  .slick-holder .slick-control {
    opacity: 1;
    background: #fff;
  }
  .slick-holder .slick-control .icon-prev, .slick-holder .slick-control .icon-next {
    color: #363636;
  }
}

@media (max-width: 991.98px) {
  .nowre-slick-dot-holder {
    bottom: 0px;
    right: 0px;
    margin: 0 20px 20px 0;
  }

  .carousel-caption {
    position: static;
  }

  .slick-list {
    overflow-y: visible;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

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

  .slick-dots li button {
    width: 13px;
  }

  .slick-holder li button:before {
    width: 13px;
    height: 3px;
  }
}
.slick-holder {
  position: relative;
}

.slick-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
  color: #363636;
}
.slick-control.video-slick {
  color: #FFF;
  z-index: 10;
  top: 30%;
}
.slick-control.video-slick .iconfont {
  font-size: 60px;
}

.icon-prev.iconfont, .icon-next.iconfont {
  display: inline-block;
  text-align: center;
}
.slick-control .icon-prev.iconfont, .slick-control .icon-next.iconfont {
  font-size: 28px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #ddd;
}
.info-xianke .slick-control .icon-prev.iconfont, .info-xianke .slick-control .icon-next.iconfont {
  color: #363636;
}
.home-focus .slick-control .icon-prev.iconfont, .home-focus .slick-control .icon-next.iconfont {
  color: #363636;
}
.focus-slick.slick-control .icon-prev.iconfont, .focus-slick.slick-control .icon-next.iconfont {
  font-size: 48px;
  width: 48px;
  height: 48px;
}
.video-slick.slick-control .icon-prev.iconfont, .video-slick.slick-control .icon-next.iconfont {
  font-size: 48px;
  width: 48px;
  height: 48px;
}

.slick-control:hover,
.slick-control:focus {
  outline: none;
}

.slick-control-pre {
  left: 0px;
}
.slick-control-pre.focus-slick {
  left: -80px;
}
.slick-control-pre.more-edge {
  left: 9px;
}

.slick-control-next {
  right: 0px;
}
.slick-control-next.focus-slick {
  right: -80px;
}
.slick-control-next.more-edge {
  right: 9px;
}

.slick-index {
  position: absolute;
  right: 0px;
  bottom: 0px;
  font-size: 13px;
  color: #ddd;
  z-index: 10;
  line-height: 19px;
  padding: 0 15px 12px;
}
@media (max-width: 991.98px) {
  .slick-index {
    font-size: 12px;
  }
}
.slick-img-holder {
  width: 100%;
}
.slick-img-holder.is-verticle.is-perpage-2 {
  margin: 0 4px;
}
.slick-img-holder.is-verticle.is-perpage-3 {
  margin: 0 4px;
}

.slick-list .article-card.card-hot-point {
  padding: 0;
}

@font-face {
  font-family: "FunctionPro-Medium";
  src: url("../functionpro-mediuma4b0.html");
  src: url("../functionpro-mediumd41d.html#iefix") format("embedded-opentype"), url("../functionpro-mediuma4b0-2.html") format("woff"), url("../functionpro-mediuma4b0-3.html") format("truetype"), url("../functionpro-medium.html#491c15f2f3a979a07f83c43c1163317d") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "FunctionPro-Medium";
  src: url("../functionpro-mediuma4b0.html");
  src: url("../functionpro-mediumd41d.html#iefix") format("embedded-opentype"), url("../functionpro-mediuma4b0-2.html") format("woff"), url("../functionpro-mediuma4b0-3.html") format("truetype"), url("../functionpro-medium.html#491c15f2f3a979a07f83c43c1163317d") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "FunctionPro-Book";
  src: url("../functionpro-booka4b0.html");
  src: url("../functionpro-bookd41d.html#iefix") format("embedded-opentype"), url("../functionpro-booka4b0-2.html") format("woff"), url("../functionpro-booka4b0-3.html") format("truetype"), url("../functionpro-book.html#491c15f2f3a979a07f83c43c1163317d") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "FunctionPro-BookOblique";
  src: url("../functionpro-bookobliquea4b0.html");
  src: url("../functionpro-bookobliqued41d.html#iefix") format("embedded-opentype"), url("../functionpro-bookobliquea4b0-2.html") format("woff"), url("../functionpro-bookobliquea4b0-3.html") format("truetype"), url("../functionpro-bookoblique.html#491c15f2f3a979a07f83c43c1163317d") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "FunctionPro-DemiOblique";
  src: url("../functionpro-demiobliquea4b0.html");
  src: url("../functionpro-demiobliqued41d.html#iefix") format("embedded-opentype"), url("../functionpro-demiobliquea4b0-2.html") format("woff"), url("../functionpro-demiobliquea4b0-3.html") format("truetype"), url("../functionpro-demioblique.html#491c15f2f3a979a07f83c43c1163317d") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "FunctionPro-Demi";
  src: url("../functionpro-demia4b0.html");
  src: url("../functionpro-demid41d.html#iefix") format("embedded-opentype"), url("../functionpro-demia4b0-2.html") format("woff"), url("../functionpro-demia4b0-3.html") format("truetype"), url("../functionpro-demi.html#491c15f2f3a979a07f83c43c1163317d") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "FunctionPro-Light";
  src: url("../functionpro-lighta4b0.html");
  src: url("../functionpro-lightd41d.html#iefix") format("embedded-opentype"), url("../functionpro-lighta4b0-2.html") format("woff"), url("../functionpro-lighta4b0-3.html") format("truetype"), url("../functionpro-light.html#491c15f2f3a979a07f83c43c1163317d") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "LetterGothic";
  src: url("../lettergothic-regulara4b0.html");
  src: url("../lettergothic-regulard41d.html#iefix") format("embedded-opentype"), url("../lettergothic-regulara4b0-2.html") format("woff"), url("../lettergothic-regulara4b0-3.html") format("truetype"), url("../lettergothic-regular.html#491c15f2f3a979a07f83c43c1163317d") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "TradeGothic";
  src: url("../tradegothica4b0.html");
  src: url("../tradegothicd41d.html#iefix") format("embedded-opentype"), url("../tradegothica4b0-2.html") format("woff"), url("../tradegothica4b0-3.html") format("truetype"), url("../tradegothic.html#491c15f2f3a979a07f83c43c1163317d") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "TradeGothic-Bold";
  src: url("../tradegothic-bolda4b0.html");
  src: url("../tradegothic-boldd41d.html#iefix") format("embedded-opentype"), url("../tradegothic-bolda4b0-2.html") format("woff"), url("../tradegothic-bolda4b0-3.html") format("truetype"), url("../tradegothic-bold.html#bb3631e82ec6c2ded31326270bc390f6") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "TradeGothic-BoldCondTwenty";
  src: url("../tradegothic-boldcondtwentya4b0.html");
  src: url("../tradegothic-boldcondtwentyd41d.html#iefix") format("embedded-opentype"), url("../tradegothic-boldcondtwentya4b0-2.html") format("woff"), url("../tradegothic-boldcondtwentya4b0-3.html") format("truetype"), url("../tradegothic-boldcondtwenty.html#410795b1606b847c744029f7bbd0c194") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "TradeGothic-CondEighteen";
  src: url("../tradegothic-condeighteena4b0.html");
  src: url("../tradegothic-condeighteend41d.html#iefix") format("embedded-opentype"), url("../tradegothic-condeighteena4b0-2.html") format("woff"), url("../tradegothic-condeighteena4b0-3.html") format("truetype"), url("../tradegothic-condeighteen.html#2f81282b06b2e034ef5618b6fa5d4b36") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "TradeGothic-Light";
  src: url("../tradegothic-lighta4b0.html");
  src: url("../tradegothic-lightd41d.html#iefix") format("embedded-opentype"), url("../tradegothic-lighta4b0-2.html") format("woff"), url("../tradegothic-lighta4b0-3.html") format("truetype"), url("../tradegothic-light.html#f4966437277dae8fabff8b075e52a1d9") format("svg");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Urbano-Cond";
  src: url("../urbano-conda4b0.html");
  src: url("../urbano-condd41d.html#iefix") format("embedded-opentype"), url("../urbano-conda4b0-2.html") format("woff"), url("../urbano-conda4b0-3.html") format("truetype"), url("../urbano-cond.html#491c15f2f3a979a07f83c43c1163317d") format("svg");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Urbano-Cond";
  src: url("../urbano-boldconda4b0.html");
  src: url("../urbano-boldcondd41d.html#iefix") format("embedded-opentype"), url("../urbano-boldconda4b0-2.html") format("woff"), url("../urbano-boldconda4b0-3.html") format("truetype"), url("../urbano-boldcond.html#491c15f2f3a979a07f83c43c1163317d") format("svg");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Gothic-BBB";
  src: url("../a-otf-gothicbbbpro-mediuma4b0.html");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Gothic-MB101-Light";
  src: url("../a-otf-gothicmb101pro-lighta4b0.html");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Gothic-MB101-Medium";
  src: url("../a-otf-gothicmb101pro-mediuma4b0.html");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Gothic-MB101-Reg";
  src: url("../a-otf-gothicmb101pro-rega4b0.html");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Gothic-MB101-DB";
  src: url("../a-otf-gothicmb101pro-debolda4b0.html");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Tech-Mono-Regular";
  src: url("../sharetechmono-regular.html");
  src: local("☺"), url("../sharetechmono-regular-2.html") format("woff"), url("../sharetechmono-regular-3.html") format("truetype"), url("../sharetechmono-regular-4.html") format("svg");
  font-weight: normal;
  font-style: normal;
}
.nowre-tag {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 24px;
  font-size: 13px;
  color: #363636;
  background: #FFF;
  border: 1px solid #363636;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .nowre-tag {
    margin-bottom: 15px;
  }
}

@media (max-width: 991.98px) {
  .nowre-tag-wrap {
    margin-bottom: 15px;
  }
}

.nowre-btn {
  border: 1px solid #363636;
  font-size: 18px;
  color: #363636;
  margin-bottom: 60px;
  margin-top: 60px;
  position: relative;
  height: 45px;
  line-height: 31px;
  width: 100%;
  border-radius: 0;
}
.nowre-btn:focus, .nowre-btn:active {
  outline: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .nowre-btn {
    width: 312px;
  }
  #index_bantou .nowre-btn, .home-video-list .nowre-btn {
    margin-top: 20px;
  }
  .hack-chuandaxuetang .nowre-btn, .hack-benzhouxinshui .nowre-btn {
    margin-top: 40px;
  }
  .card-index-point .nowre-btn, .info-xianke .nowre-btn {
    margin-top: 0px;
  }
}
@media (max-width: 991.98px) {
  .nowre-btn {
    margin: 5px 20px 50px 20px;
    width: 90%;
  }
}
.home-video-list .nowre-btn {
  color: #fff;
  background: #1B1B1B;
  border: none;
}
.nowre-btn.nowre-btn-read-full {
  width: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  height: 30px;
  margin: 40px 0;
}
.nowre-btn.nowre-btn-read-full a {
  line-height: 28px;
}

.index-block-title {
  margin: 60px 0;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .index-block-title {
    margin: 50px 0;
  }
}

.cate-block-title {
  margin: 60px 0;
}
@media (max-width: 991.98px) {
  .cate-block-title {
    margin: 50px 0;
  }
}

/* 导航栏设置开始    */
.nowre-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  border-bottom: 1px solid #e9ecef;
  /*
  .category-sneaker & {
  	border-bottom:none;
  }
  .category-lifestyle  & {
  	border-bottom:none;
  }
  .category-tech  & {
  	border-bottom:none;
  }*/
}
.is-news .nowre-header {
  border-bottom: 2px solid #FFCE3B;
}
.post-type-archive-nowretv .nowre-header {
  border-bottom: 2px solid #7DBC87;
}
.category-editorial .nowre-header {
  border-bottom: 2px solid #FF3434;
}
.category-topic .nowre-header {
  border-bottom: 2px solid #6BA1DB;
}
.category-style .nowre-header {
  border-bottom: 2px solid #6BA1DB;
}
.category-like .nowre-header {
  border-bottom: 2px solid #6BA1DB;
}
.wiki .nowre-header {
  border-bottom: 2px solid #FF3434;
}

.nav-bar-holder {
  display: flex;
  align-content: space-between;
  align-items: center;
}
.nav-bar-holder .nav-col {
  flex-grow: 1;
  width: 33%;
  display: flex;
  align-items: center;
}

.navbar-logo {
  display: block;
  width: 128px;
  height: 20px;
}
@media (max-width: 767.98px) {
  .navbar-logo {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}
.post-type-archive-nowretv .nowre-header .navbar-logo {
  filter: invert(1) brightness(200%);
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.nowre-navbar {
  margin: 0;
  padding: 0 20px 0 20px;
  background: #fff;
  flex-grow: 0;
  flex-shrink: 0;
  transition: all 0.2s linear;
}
.post-type-archive-nowretv .nowre-header .nowre-navbar {
  background: #000;
  color: #fff;
}
.post-type-archive-nowretv .nowre-header .nowre-navbar .nowre-nav-link-hover {
  color: #363636;
}
.single-post .nowre-navbar {
  border-bottom: 1px solid #F3F3F3;
}
@media (min-width: 768px) {
  .nowre-navbar {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.nowre-navbar.navbar-fixed-top {
  border: none;
}
.nowre-navbar .nowre-nav {
  margin-bottom: 0;
  padding-left: 0;
}
.nowre-navbar .nowre-nav .nowre-nav-item {
  display: inline-block;
  position: static;
  height: 60px;
  /*&:nth-last-child(3){
  	text-decoration:underline;
  	text-decoration-color: $gray-600;
  }*/
}
.nowre-navbar .nowre-nav .nowre-nav-item .real-nav-item {
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
  font-size: 13px;
  line-height: 60px;
  margin: 0px 12px;
  color: #363636;
  letter-spacing: 1px;
  font-weight: bold;
  transition: color 0.3s;
}
@media (max-width: 1439.98px) {
  .nowre-navbar .nowre-nav .nowre-nav-item .real-nav-item {
    margin: 0px 8px;
  }
}
.post-type-archive-nowretv .nowre-navbar .nowre-nav .nowre-nav-item .real-nav-item {
  color: #fff;
}
.post-type-archive-nowretv .nowre-navbar .nowre-nav .nowre-nav-item .real-nav-item img {
  filter: invert(1) brightness(200%);
}
.nowre-navbar .nowre-nav .nowre-nav-item .real-nav-item.slim-nav {
  font-weight: normal;
}
.nowre-navbar .nowre-nav .nowre-nav-item .real-nav-item.active, .nowre-navbar .nowre-nav .nowre-nav-item .real-nav-item:hover {
  -moz-text-decoration-color: #aaa;
  /* 针对 Firefox 的代码 */
}
.nowre-navbar .nowre-nav .nowre-nav-item .real-nav-item .real-nav-item-icon {
  height: 15px;
  margin-bottom: 1px;
}

.nowre-nav-item-link {
  position: relative;
}
.nowre-nav-item-link .nowre-nav-link-hover {
  display: none;
  position: absolute;
  background-color: white;
  top: 60px;
  padding: 0 18px 30px 18px;
  border-bottom: 1px solid #F3F3F3;
}
.nowre-nav-item-link:hover .nowre-nav-link-hover {
  display: block;
  z-index: 1000;
}

.nav-link-site {
  display: flex;
  justify-content: space-around;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}
.site-footer .nav-link-site {
  justify-content: flex-end;
}
.nowre-nav-item-link .nav-link-site {
  font-size: 12px;
  flex-direction: column;
}
.nav-links-holder .nav-link-site {
  align-items: center;
}
.nav-link-site .nav-link-site-item {
  cursor: pointer;
  display: inline-block;
  list-style: none;
}
.nav-link-site .nav-link-site-item:hover {
  color: #363636;
}
.nowre-nav-item-link .nav-link-site .nav-link-site-item {
  margin-left: 0px;
  margin-top: 15px;
}
.nowre-nav-item-link .nav-link-site .nav-link-site-item:first-child {
  margin-top: 5px;
}
.nowre-nav-item-link .nav-link-site .nav-link-site-item .iconfont {
  margin-right: 13px;
}
.nav-links-holder .nav-link-site .nav-link-site-item {
  margin-left: 16px;
}
@media (max-width: 767.98px) {
  .nav-link-site .nav-link-site-item {
    margin-left: 0px;
    margin-right: 10px;
  }
  .nav-links-holder .nav-link-site .nav-link-site-item {
    margin-left: 8px;
  }
}
.nav-link-site .nav-link-site-item .link-site {
  margin-right: 20px;
  display: inline-block;
}
.site-footer .nav-link-site .nav-link-site-item .link-site {
  margin-right: 0;
  margin-left: 16px;
}
.nav-link-site .nav-link-site-item .iconfont.icon-sreach {
  font-size: 30px;
  line-height: 24px;
  color: #363636;
}
.is-in-cate .nav-link-site .nav-link-site-item .iconfont.icon-sreach {
  color: #FFFFFF;
}
.mobile-main-menu .nav-link-site .nav-link-site-item .iconfont {
  font-size: 20px;
}
.nowre-nav-item-hover .nav-link-site .nav-link-site-item .iconfont {
  font-size: 40px;
}

#nowre-mobile-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  background-color: #f5f5f5;
  z-index: 1000;
  animation: fade-in;
  animation-duration: 0.5s;
  -webkit-animation: fade-in 0.5s;
}

.fadeIn {
  animation: fade-in-slow;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  -webkit-animation: fade-in-slow 1s ease-out;
}

.nowre-mobile-nav-item {
  background-color: transparent;
  border: none;
}

.navbar-sm-up {
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .navbar-sm-up {
    display: flex !important;
  }
}
.navbar-sm-up .nav-logo-holder {
  width: 128px;
  flex-shrink: 0;
}

.navbar-xs-down {
  display: none;
  width: 100%;
  height: 70px;
}
@media (max-width: 991.98px) {
  .navbar-xs-down {
    display: flex !important;
  }
}

#nowre-nav-xs {
  float: right;
}

.nowre-nav-item-hover {
  display: none;
  animation: slide-down;
  animation-duration: 0.5s;
  color: #363636;
  font-size: 14px;
  height: 210px;
  position: absolute;
  background-color: white;
  left: 0px;
  right: 0px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #e9ecef;
}
.nowre-nav-item:hover .nowre-nav-item-hover {
  display: block;
  width: 100vw;
  z-index: 1000;
}

.nowre-head-title {
  line-height: 1.6;
  text-align: left;
  height: 3em;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
}

.logo-tv {
  border-bottom: 7px solid #0abb16;
  padding-bottom: 5px;
}

.nowre-nav-item-hover {
  position: absolute;
}

@media (max-width: 991.98px) {
  .nowre-nav {
    display: table-row;
    white-space: nowrap;
    float: none;
  }

  .nowre-nav li {
    display: table-cell;
  }

  .nowre-nav li a {
    padding: 15px 10px;
  }

  .navbar-body {
    margin-left: 110px;
    overflow: hidden;
  }

  #nowre-nav-xs {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999;
    float: none;
  }

  .nowre-nav .nowre-nav-item {
    position: relative;
    top: 5px;
  }
}
#nowre-search {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  right: 0;
  background-color: #fff;
  display: none;
  z-index: 1001;
  padding: 20px 30px;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  #nowre-search {
    padding: 25px 20px;
    height: 70px;
  }
}
#nowre-search .iconfont {
  font-size: 18px;
  line-height: 20px;
}
#nowre-search .iconfont.icon-sreach {
  font-size: 18px;
  line-height: 20px;
}
.post-type-archive-nowretv #nowre-search .iconfont.icon-sreach {
  color: #FFFFFF;
}
#nowre-search #nowre-search-input {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}
#nowre-search #nowre-search-close-btn .iconfont {
  font-size: 18px;
  line-height: 20px;
}
#nowre-search.search-begin {
  animation: fade-in;
  animation-duration: 0.7s;
  -webkit-animation: fade-in 0.7s;
}

#nowre-search-input {
  border: none;
  background-color: transparent;
  box-shadow: none;
  outline-style: none;
  font-size: 18px;
  min-width: 100%;
}
#nowre-search-input ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999;
  opacity: 0.8;
  /* Firefox */
}

.nowre-input-addon {
  background-color: transparent;
  border: none;
}

.mobile-nav-link {
  display: block;
  padding: 20px 0;
}
.mobile-nav-link .iconfont {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
}
/* 导航栏设置结束   */
.mobile-main-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 300;
  visibility: 0;
  opacity: 0;
  height: 0;
  transition: all 0.5s linner;
  display: flex;
  flex-direction: column;
  color: #363636;
}
.mobile-main-menu .mobile-main-menu-list {
  background: #F3F3F3;
  overflow-y: auto;
}
.mobile-main-menu.isShow {
  visibility: 1;
  opacity: 1;
  height: auto;
}
.mobile-main-menu .mobile-search {
  background: #FFCE3B;
  display: flex;
  align-items: center;
  align-content: space-between;
  height: 70px;
  padding: 20px;
}
.mobile-main-menu .mobile-search .iconfont {
  font-size: 24px;
}
.mobile-main-menu .mobile-search .mobile-search-input {
  border: none;
  background: transparent;
  font-size: 18px;
  flex-grow: 1;
}
.mobile-main-menu .mobile-search .mobile-search-input:focus {
  box-shadow: none;
  outline: none;
}
.mobile-main-menu .mobile-cate-holder {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  overflow-y: auto;
  min-height: 360px;
  margin-top: 20px;
}
.mobile-main-menu .mobile-cate-holder .cate-item {
  list-style: none;
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.mobile-main-menu .mobile-cate-holder .cate-item .cate-item-main {
  display: block;
  width: 100%;
}
.mobile-main-menu .mobile-cate-holder .cate-item .cate-item-title {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.mobile-main-menu .mobile-cate-holder .cate-item .cate-item-page {
  font-size: 18px;
  line-height: 47px;
  display: block;
}
@media (max-width: 991.98px) {
  .mobile-main-menu .mobile-cate-holder .real-nav-item-icon {
    width: 110px;
  }
}
.mobile-main-menu .nav-links-holder {
  padding: 30px 60px 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0 18px;
}
.mobile-main-menu .nav-links-holder .cate-item-page {
  padding: 20px 20px 0;
}
@media (max-width: 767.98px) {
  .mobile-main-menu .nav-links-holder .cate-item-page {
    font-size: 12px;
  }
}

.menu-footer {
  padding: 20px;
  font-size: 12px;
  color: #999999;
}

.follow-us-holder {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

/*  广告开始  */
.nowre-ad {
  background-color: #e9ecef;
  position: relative;
}

.nowre-ad-across .nowre-ad-across-info {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .nowre-ad-across .nowre-ad-across-info {
    padding: 18px 20px;
  }
}
@media (min-width: 768px) {
  .nowre-ad-across .nowre-ad-across-info {
    width: 970px;
    margin: 0 auto;
  }
}
.nowre-ad-across.nowre-ad-across-pos-middle {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .nowre-ad-across.nowre-ad-across-pos-middle {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.nowre-ad-across.nowre-ad-across-pos-middle.nowre-ad-across-page-1 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.nowre-ad-across.nowre-ad-across-pos-middle.nowre-ad-across-page-3 {
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .nowre-ad-across.nowre-ad-across-pos-home_m2 {
    display: none;
  }
}
.nowre-ad-across.nowre-ad-across-pos-bottom {
  margin-bottom: 1px;
}
@media (max-width: 991.98px) {
  .nowre-ad-across.nowre-ad-across-pos-bottom {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* 广告结束  */
.home-focus {
  width: 100%;
}
.home-focus .focus-slide-inner {
  background-color: #000;
  overflow: hidden;
}
.home-focus .focus-slide-inner .nowre-ad-4-img-holder {
  display: block;
}
.nowre-carousel-caption {
  line-height: 1.5;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  font-weight: 700;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
  width: 100%;
  padding: 40px;
  bottom: 0px;
  color: #fff;
}
@media (min-width: 768px) {
  .nowre-carousel-caption {
    position: absolute;
    z-index: 10;
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .nowre-carousel-caption {
    position: absolute;
    z-index: 10;
    padding: 20px;
    line-height: 28px;
    font-size: 18px;
    margin: 0;
    width: 100%;
  }
}
.nowre-carousel-caption .brief-intro {
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}
@media (max-width: 991.98px) {
  .nowre-carousel-caption .brief-intro {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
  }
}

.nowre-ad-imgwrap {
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nowre-tuiguang {
  color: #C0C0C0;
  position: absolute;
  font-size: 13px;
  padding: 6px 10px;
  left: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.4);
  line-height: 20px;
}
.nowre-tuiguang.tuiguang-left-top {
  left: 0px;
  top: 0px;
  bottom: auto;
}

/* 弹窗广告 */
.nowre-popup-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.nowre-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
  animation: fade-in;
  animation-duration: 0.5s;
  -webkit-animation: fade-in 0.5s;
}
.nowre-popup .nowre-ad-imgwrap {
  width: 100%;
}
.nowre-popup .nowre-ad-img {
  width: 100%;
}
.nowre-popup .nowre-ad-close {
  position: absolute;
  right: -30px;
  top: -35px;
  color: #FFF;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .nowre-popup {
    width: 80%;
    margin-left: -40%;
  }
}
@media (min-width: 1200px) {
  .nowre-popup {
    width: 720px;
    margin-left: -360px;
  }
}
#jumbotron {
  position: static;
}

@-webkit-keyframes tagmove {
  from {
    left: 0px;
  }
  to {
    left: -100%;
  }
}
.home-video-list {
  background: #0C0C0C;
  overflow: hidden;
}

/*hot categorys*/
.hot-category-holder {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .hot-category-holder {
    padding-top: 45px;
    padding-bottom: 25px;
    margin-top: 0px;
  }
}
.hot-category-holder .hot-category-item {
  width: 280px;
  margin: 0 auto;
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767.98px) {
  .hot-category-holder .hot-category-item {
    width: 100%;
    height: 119px;
    margin: 0 auto 20px auto;
  }
}
.hot-category-holder .hot-category-item .hot-category-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.7s;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hot-category-holder .hot-category-item .hot-category-mask:hover {
  background: rgba(0, 0, 0, 0);
}
.hot-category-holder .hot-category-item .hot-category-item-text {
  display: block;
  color: #FFF;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.hot-category-holder .hot-category-item .iconfont.iconenterinto {
  font-size: 26px;
}
@media (max-width: 767.98px) {
  .hot-category-holder .hot-category-item .hot-category-item-text {
    font-size: 18px;
  }
  .hot-category-holder .hot-category-item .iconfont.iconenterinto {
    font-size: 20px;
  }
}
.nowre-normal-block-title {
  font-size: 18px;
  font-weight: bold;
  color: #373737;
  line-height: 16px;
  margin: 50px 0;
}

.cate-title-holder {
  margin-top: -80px;
  text-align: center;
  color: white;
  padding-top: 190px;
  padding-bottom: 150px;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .cate-title-holder {
    margin-bottom: 30px;
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.cate-title-holder.cate-fashion {
  background-color: #574B95;
  background-image: url(../jpg/fashion.jpg);
  background-size: cover;
}
.cate-title-holder.cate-beauty {
  background-color: #F49B92;
  background-image: url(../jpg/beauty.jpg);
  background-size: cover;
}
.cate-title-holder.cate-feature {
  background-color: #B9C9D0;
  background-image: url(../jpg/feature.jpg);
  background-size: cover;
}
.cate-title-holder.cate-lifestyle {
  background-color: #83CA96;
  background-image: url(../jpg/lifestyle.jpg);
  background-size: cover;
}
.cate-title-holder.cate-celebrity {
  background-color: #FDD751;
  background-image: url(../jpg/cele.jpg);
  background-size: cover;
}
.cate-title-holder.cate-video {
  background-color: #20253B;
  background-image: url(../jpg/video.jpg);
  background-size: cover;
}
.cate-title-holder .cate-title {
  font-size: 108px;
  letter-spacing: 15px;
  line-height: 120px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .cate-title-holder .cate-title {
    font-size: 41px;
    line-height: 60px;
    letter-spacing: 8px;
  }
}
.cate-children-holder {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.cate-children-holder .cate-children-item {
  position: relative;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  background: #FFF;
  color: #363636;
  flex-grow: 1;
}
.cate-children-holder .cate-children-item.active {
  color: #FFCE3B;
}
.cate-children-holder .cate-children-item .cate-children-link {
  display: block;
  width: 100%;
  margin: 10px 0;
  position: relative;
}
.cate-children-holder .cate-children-item:after {
  content: "";
  border-right: 1px solid #dcdcdc;
  position: absolute;
  right: 0;
  top: 18px;
  height: 21px;
}
.cate-children-holder .cate-children-item:last-child:after {
  border-right: 0px;
}
@media (max-width: 991.98px) {
  .cate-children-holder {
    display: block;
    background: #FFF;
    white-space: nowrap;
    min-width: 100%;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
  .cate-children-holder .cate-children-item {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .cate-children-holder .cate-children-item .cate-children-link {
    margin: 13px 0;
  }
  .cate-children-holder .cate-children-item:after {
    border-right: none;
  }
  .cate-children-holder .cate-children-item ::after {
    border-right: none;
  }
}

.cate-item-main .cate-item-icon {
  transition: all 0.5s;
}
.article-card {
  position: relative;
  /*  常规列表项设置开始  */
}
.article-card .nowre-list-item-info {
  flex-direction: column;
}
.article-card .nowre-btn-read-full {
  display: none;
}
@media (min-width: 576px) {
  .article-card.card-in-front-cate {
    margin-bottom: 20px;
  }
  .article-card.card-in-front-cate .nowre-list-item {
    flex-direction: row;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .article-card.card-in-front-cate .nowre-list-item .nowre-list-item-img {
    width: 180px;
    margin-left: 30px;
    order: 2;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .article-card.card-in-front-cate .nowre-list-item .nowre-list-item-info {
    flex-grow: 1;
    order: 1;
    padding: 0;
  }
  .article-card.card-in-front-cate.card-in-front-cate-1 .nowre-list-item {
    flex-direction: column;
  }
  .article-card.card-in-front-cate.card-in-front-cate-1 .nowre-list-item .nowre-list-item-img {
    width: 100%;
    margin-left: 0px;
    order: 1;
  }
  .article-card.card-in-front-cate.card-in-front-cate-1 .nowre-list-item .nowre-list-item-info {
    order: 2;
  }
}
@media (min-width: 576px) {
  .article-card.card-hot-point .nowre-btn-read-full {
    display: block;
  }
}
@media (min-width: 576px) {
  .article-card.card-index-point .nowre-btn-read-full, .article-card.card-hot-point .nowre-btn-read-full {
    display: block;
  }
  .article-card.card-index-point .nowre-list-item, .article-card.card-hot-point .nowre-list-item {
    flex-direction: row;
  }
  .article-card.card-index-point .nowre-list-item .nowre-list-item-img, .article-card.card-hot-point .nowre-list-item .nowre-list-item-img {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 30px;
  }
  .article-card.card-index-point .nowre-list-item .nowre-list-item-info, .article-card.card-hot-point .nowre-list-item .nowre-list-item-info {
    width: 360px;
    flex-grow: 0;
    flex-shrink: 0;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
  }
}
.article-card.card-index-tv .nowre-list-item-title a {
  color: #FFF;
}
.article-card.card-index-tv .nowre-list-item-meta {
  color: #FFF;
}
.article-card.card-index-tv .nowre-list-item {
  padding-top: 0px;
}
.article-card .nowre-list-item {
  display: flex;
  padding-bottom: 20px;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .article-card .nowre-list-item {
    padding-bottom: 30px;
  }
}
.info-xianke .article-card .nowre-list-item {
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .info-xianke .article-card .nowre-list-item {
    padding-bottom: 30px;
  }
}
#point-slide .article-card .nowre-list-item {
  padding-bottom: 0px;
}
.article-card .nowre-list-item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.article-card .nowre-list-item-imgwrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.article-card .nowre-list-item-imgwrap::before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.article-card .nowre-list-item-imgwrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.7s ease;
}
.article-card .nowre-list-item-imgwrap:hover img {
  transform: scale(1.1);
}
@media (max-width: 991.98px) {
  .article-card .nowre-list-item-imgwrap:hover img {
    transform: none;
  }
}
.article-card .nowre-list-item-meta {
  padding: 22px 0px 18px 0px;
  line-height: 1em;
}
.article-card .nowre-list-item-meta .info-xianke, #point-slide .article-card .nowre-list-item-meta {
  padding: 0px 0px 40px 0px;
}
.article-card .nowre-list-item-info {
  overflow: hidden;
  height: auto;
  flex-grow: 1;
  padding: 0 0 20px 0;
  /* 常规列表项设置结束    */
}
.info-xianke .article-card .nowre-list-item-info, #point-slide .article-card .nowre-list-item-info {
  padding: 0 0 0px 0;
}
@media (max-width: 991.98px) {
  .info-xianke .article-card .nowre-list-item-info, #point-slide .article-card .nowre-list-item-info {
    padding: 0px 18px 20px 18px;
  }
}
@media (max-width: 991.98px) {
  .article-card .nowre-list-item-info {
    padding: 0px 18px 20px 18px;
  }
}
.article-card .nowre-list-item-info .nowre-list-item-title {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
}
.info-xianke .article-card .nowre-list-item-info .nowre-list-item-title {
  font-size: 24px;
  line-height: 1.3em;
  padding: 12px 0 0 0;
}
@media (max-width: 991.98px) {
  .info-xianke .article-card .nowre-list-item-info .nowre-list-item-title {
    font-size: 18px;
    line-height: 1.5em;
    padding: 0;
  }
}
.article-card .nowre-list-item-info .brief-title {
  font-size: 14px;
  font-weight: 500;
  color: #AAAAAA;
  line-height: 1.6;
  display: block;
  font-weight: 700;
}
.article-card .nowre-list-item-info .brief-intro {
  line-height: 1.52;
  font-weight: 500;
  color: #AAAAAA;
  font-size: 13px;
  margin-top: 20px;
}
.index-meirilanmu .article-card .nowre-list-item-info .brief-intro {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .article-card .nowre-list-item-info .brief-intro {
    min-height: 20px;
  }
}
.article-card .nowre-list-item-info .brief-intro .info-xianke, #point-slide .article-card .nowre-list-item-info .brief-intro {
  margin-top: 14px;
}
.article-card .nowre-list-item-info .nowre-list-item-brief {
  font-size: 13px;
  height: 1.42em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .article-card .nowre-list-item-info .nowre-list-item-title {
    font-size: 18px;
    line-height: 1.5em;
  }
  .article-card .nowre-list-item-info .nowre-list-item-brief {
    font-size: 12px;
  }
}

.card-in-front-cate .nowre-list-item {
  border-bottom: 1px solid #e9ecef;
}
.card-in-front-cate.card-in-front-cate-2 .nowre-list-item-meta, .card-in-front-cate.card-in-front-cate-3 .nowre-list-item-meta, .card-in-front-cate.card-in-front-cate-4 .nowre-list-item-meta {
  padding-top: 12px;
}
.card-in-front-cate.card-in-front-cate-2 .brief-intro, .card-in-front-cate.card-in-front-cate-3 .brief-intro, .card-in-front-cate.card-in-front-cate-4 .brief-intro {
  display: none;
}

/* 视频开始   */
/* 播放按钮start  */
.play-icon {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 50px;
  bottom: 0;
}

.play-icon::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.play-icon::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
  border-width: 10px 0 10px 10px;
  -webkit-transform: translate(-25%, -50%) scale(1.73, 1);
  -moz-transform: translate(-25%, -50%) scale(1.73, 1);
  -ms-transform: translate(-25%, -50%) scale(1.73, 1);
  -o-transform: translate(-25%, -50%) scale(1.73, 1);
  transform: translate(-25%, -50%) scale(1.73, 1);
}

.play-icon.play-icon-small {
  width: 30px;
  height: 30px;
}

.play-icon.play-icon-small::after {
  border-width: 6px 0 6px 6px;
}

/* 播放按钮end  */
.nowre-tv-comments {
  font-size: 13px;
  font-weight: bold;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
  margin-top: 15px;
}

.nowre-tv-logo {
  width: 200px;
}

.nowre-tv-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 30px;
}

.nowre-list-item-img {
  position: relative;
}
.card-index-tv .nowre-list-item-img {
  margin-bottom: 18px;
}
@media (max-width: 991.98px) {
  .card-index-tv .nowre-list-item-img {
    margin-bottom: 0px;
  }
}

@media (max-width: 991.98px) {
  .nowre-tv-logo {
    width: 130px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nowre-tv-title {
    font-size: 18px;
  }

  .play-icon {
    width: 54px;
    bottom: 50%;
    left: 50%;
    margin-left: -27px;
    margin-bottom: -27px;
  }
}
@media (min-width: 1200px) {
  .nowre-tv-title {
    font-size: 28px;
  }
}
/* 首页列表start  */
.video-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.video-list-item {
  margin-bottom: 1px;
  background-color: #FFF;
  color: #363636;
  cursor: pointer;
  display: flex;
}
.video-list-item:hover {
  background-color: #FFCE3B;
  color: #FFF;
}
.video-list-item:last-child {
  margin-bottom: 0;
}
.video-list-item.active {
  background-color: #FFCE3B;
  color: #FFF !important;
}
@media (min-width: 768px) {
  .video-list-item {
    padding: 0;
    height: 100%;
    flex-direction: column;
  }
  .video-list-item .video-list-text {
    padding: 12px 20px 20px 20px;
    font-size: 14px;
    flex-grow: 1;
  }
  .video-list-item .video-list-text .nowre-cate-link {
    line-height: 24px;
  }
  .video-list-item .video-list-img {
    overflow: hidden;
    position: relative;
    order: -1;
  }
}
@media (max-width: 991.98px) {
  .video-list-item {
    padding: 10px 15px;
  }
  .video-list-item .video-list-text {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .video-list-item .video-list-img {
    overflow: hidden;
    position: relative;
    width: 96px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .video-list-item .video-list-img img {
    width: 96px;
  }
}

.nowre-video-btn {
  color: #fff !important;
  background: #333;
}

/*
.nowre-video-btn::before{
	content:'READ MORE';
	z-index:1;
	background:#333;
	line-height:46px;

}
*/
/* 首页列表end  */
.video-slide-item {
  background-color: #FFF;
  display: flex;
  align-items: stretch;
}

.video-slide-left {
  position: relative;
  flex-grow: 1;
}

.video-slide-right {
  overflow: hidden;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  width: 300px;
  padding: 30px 20px 20px 20px;
}
.video-slide-right .nowre-tv-author {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 13px;
  color: #C0C0C0;
}
@media (max-width: 991.98px) {
  .video-slide-right {
    display: none;
  }
}

/*  视频结束  */
@media (min-width: 768px) {
  .home-video-list-holder {
    align-items: stretch;
  }
}

.nowre-tv-hr {
  border-bottom: 1px solid #626262;
  width: 100%;
  margin-bottom: 60px;
  margin-top: 18px;
}

#nowre_get_tv_posts_more {
  border: 1px solid #FFF;
  color: #FFF;
}

/* Overall wrapper */
.monthly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

/* wrapper for left button to make the clickable area bigger */
.monthly-prev {
  position: absolute;
  top: 13px;
  left: 0;
  width: 50px;
  /*height:100%;*/
  opacity: 0.5;
  vertical-align: middle;
  text-decoration: none;
  border-bottom: 0px !important;
  box-shadow: none !important;
}

.monthly-prev:hover {
  text-decoration: none !important;
  border-bottom: 0px !important;
  opacity: 1;
}

.monthly-next:focus, .monthly-prev:focus {
  outline: none !important;
}

/* wrapper for right button to make the clickable area bigger */
.monthly-next {
  position: absolute;
  top: 13px;
  right: 0;
  width: 50px;
  /*height:100%;*/
  opacity: 0.5;
  text-decoration: none;
  border-bottom: 0px !important;
  box-shadow: none !important;
}

.monthly-next:hover {
  text-decoration: none !important;
  border-bottom: 0px !important;
  opacity: 1;
}

/* Day of the week headings */
.monthly-day-title-wrap div {
  width: 14.28% !important;
  display: table-cell;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  text-align: center;
}

/* Calendar days wrapper */
.monthly-day-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
}

.monthly-week {
  display: table-row;
  width: 100%;
}

/* Calendar Days */
.monthly-day, .monthly-day-blank {
  width: 14.28% !important;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 0;
  text-decoration: none !important;
  border-bottom: 0px !important;
}

/* Trick to make the days' width equal their height */
.monthly-day:before {
  content: "";
  display: block;
  padding-top: 100%;
  float: left;
}

/* Hover effect for non event calendar days */
.monthly-day-wrap > a:hover {
  background: #A1C2E3;
}

/* Event calendar day number styles */
.monthly-day-event > .monthly-day-number {
  /*position: absolute;*/
  line-height: 30px;
  top: 2px;
}

/* Non-Event calendar day number styles */
.monthly-day-pick > .monthly-day-number {
  line-height: 1em;
  font-size: 11px;
  padding-top: 35%;
}

.monthly-day-pick > .monthly-indicator-wrap {
  margin: 0;
}

/* Days in the past in "picker" mode */
.monthly-past-day:after {
  content: "";
  width: 150%;
  height: 2px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
}

.monthly-past-day:hover {
  background: #fff !important;
}

/* Current day style */
.monthly-today .monthly-day-number {
  border-radius: 20px;
  top: 2px;
  width: 28px;
  height: 28px;
  line-height: 30px;
  text-align: center;
}

.monthly-day-pick.monthly-today .monthly-day-number {
  padding: 0;
  margin: 22% 22% 0 22%;
}

/* Button to reset to current month */
.monthly-reset {
  display: inline-block;
  position: relative;
  opacity: 0.5;
  margin-left: 5px;
  vertical-align: middle;
  box-shadow: none !important;
  border-bottom: none !important;
}

.monthly-reset:hover {
  opacity: 1;
  cursor: pointer;
  border-bottom: none !important;
}

/* Button to return to month view */
.monthly-cal {
  display: inline-block;
  height: 11px;
  width: 13px;
  background: #222;
  position: relative;
  top: 1px;
  margin-right: 5px;
  opacity: 0.5;
  box-shadow: none !important;
  border-bottom: none !important;
}

.monthly-cal:hover {
  cursor: pointer;
  opacity: 1;
  border-bottom: none !important;
}

.monthly-cal:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 3px;
  border: 1px solid #fff;
  background: #222;
  top: -2px;
  left: 2px;
}

.monthly-cal:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 3px;
  border: 1px solid #fff;
  background: #222;
  top: -2px;
  right: 2px;
}

.monthly-cal div {
  background: #fff;
  height: 6px;
  width: 11px;
  position: absolute;
  top: 4px;
  left: 1px;
}

/* Wrapper around events */
.monthly-indicator-wrap {
  position: relative;
  text-align: center;
  line-height: 0;
  max-width: 20px;
  margin: 0 auto;
  padding-top: 40%;
}

/* Event indicator dots */
.monthly-day .monthly-event-indicator {
  display: inline-block;
  margin: 1px;
  width: 8px;
  height: 8px;
  border-radius: 6px;
  vertical-align: middle;
  border-radius: 6px;
  background: #7BA7CE;
  font-size: 0;
  color: transparent;
}

.monthly-day .monthly-event-indicator:hover {
  cursor: pointer;
}

/* Listing of events under calendar */
.monthly-event-list {
  background: rgba(233, 235, 236, 0.9);
  overflow: auto;
  position: absolute;
  top: 40px;
  width: 100%;
  /*height: calc(100% - 40px);*/
  height: -webkit-calc(100% - 40px);
  height: -moz-calc(100% - 40px);
  height: calc(100% - 40px);
  display: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* Days in Events List */
.monthly-list-item {
  position: relative;
  padding: 10px 10px 5px 50px;
  display: none;
  border-top: 1px solid #D6D6D6;
  text-align: left;
}

.monthly-event-list .monthly-today .monthly-event-list-date {
  color: #EA6565;
}

/* Events in Events List */
.monthly-event-list .listed-event {
  display: block;
  color: #fff !important;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 5px;
  border-bottom: 0px !important;
  box-shadow: none !important;
}

.monthly-event-list .listed-event:hover {
  color: #fff !important;
  border-bottom: 0px !important;
}

.monthly-list-item a:link, .monthly-list-item a:visited {
  text-decoration: none;
}

.item-has-event {
  display: block;
}

.item-has-event:after {
  display: none !important;
}

.monthly-event-list-date {
  width: 50px;
  position: absolute;
  left: 0;
  top: 13px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
}

.monthly-list-time-start,
.monthly-list-time-end {
  font-size: 0.8em;
  display: inline-block;
}

.monthly-list-time-end:not(:empty):before {
  content: "-";
  padding: 0 2px;
}

/* Events List custom webkit scrollbar */
.monthly-event-list::-webkit-scrollbar {
  width: 9px;
}

/* Track */
.monthly-event-list::-webkit-scrollbar-track {
  background: none;
}

/* Handle */
.monthly-event-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border: 1px solid #E9EBEC;
  border-radius: 10px;
}

.monthly-event-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Styles for large mode where text is revealed within events */
@media (min-width: 600px) {
  .monthly-day-event {
    padding-top: 0px;
  }

  .monthly-day-event:before {
    padding-top: 77%;
  }

  .monthly-day-event > .monthly-indicator-wrap {
    width: auto;
    max-width: none;
  }

  .monthly-indicator-wrap {
    padding: 0;
  }

  .monthly-day .monthly-event-indicator {
    display: block;
    margin: 0 0 1px 0;
    width: auto;
    height: 20px;
    font-size: 10px;
    padding: 4px;
    border-radius: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    line-height: 1em;
    white-space: nowrap;
    box-sizing: border-box;
  }
}
.monthly * {
  text-align: center;
}

.desc {
  max-width: 250px;
  text-align: left;
  font-size: 14px;
  padding-top: 30px;
  line-height: 1.4em;
}

.resize {
  background: #222;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 22px;
  font-size: 13px;
}

@media (max-height: 700px) {
  .sticky {
    position: relative;
  }
}
@media (max-width: 600px) {
  .resize {
    display: none;
  }
}
/* Contains title & nav */
.monthly-header {
  position: relative;
  text-align: center;
  padding: 10px;
  background: #ffcc00;
  box-sizing: border-box;
}

.monthly-header-title {
  font-size: 16px;
  color: #363636;
}

.monthly-day-title-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #cbcbcb;
  /*background: <?php echo $TotalSoftCal_Par[0]->TotalSoftCal_WBgCol;?>;*/
  /*color:<?php echo $TotalSoftCal_Par[0]->TotalSoftCal_WCol;?>;*/
  /*border-bottom: <?php echo $TotalSoftCal_Par[0]->TotalSoftCal_LAW;?>px <?php echo $TotalSoftCal_Par[0]->TotalSoftCal_LAWS;?> <?php echo $TotalSoftCal_Par[0]->TotalSoftCal_LAWC;?>;*/
}

.monthly-day-title-wrap div {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
}

/* Calendar Days */
.monthly-day, .monthly-day-blank {
  /*box-shadow: 0 0 0 <?php echo $TotalSoftCal_Par[0]->TotalSoftCal_GW;?>px <?php echo $TotalSoftCal_Par[0]->TotalSoftCal_GrCol;?> !important;*/
  /*background: <?php echo $TotalSoftCal_Par[0]->TotalSoftCal_DBgCol;?>;*/
  /*color: <?php echo $TotalSoftCal_Par[0]->TotalSoftCal_DCol;?> !important;*/
  font-size: 16px;
  color: #cbcbcb;
}

/* Days that are part of previous or next month */
.monthly-day-blank {
  font-size: 16px;
  color: #cbcbcb;
  text-align: center;
  /*background:<?php echo $TotalSoftCal_Par[0]->TotalSoftCal_BgCol;?>;*/
}

.monthly-day-event > .monthly-day-number {
  font-size: 16px;
}

.monthly-today .monthly-day-number {
  display: inline-block;
  color: #000;
  background-color: #ffcc00;
}

.monthly-today {
  /*background: <?php echo $TotalSoftCal_Par[0]->TotalSoftCal_TBgCol;?>;*/
}

/*  博客相关设置开始  */
.nowre-blog-wrap {
  margin-bottom: 40px;
}
.nowre-blog-wrap .brief-intro {
  line-height: 1.52;
  font-weight: 500;
  color: #AAAAAA;
  font-size: 13px;
  margin-top: 10px;
}

.nowre-blog-ball-title {
  display: inline-block;
  width: 50px;
  text-align: center;
}

.nowre-ball-item {
  text-align: right;
}

.nowre-blog-img {
  overflow: hidden;
  border-color: transparent;
  border-width: 6px;
  border-radius: 50%;
  margin-bottom: 10px;
  border-style: solid;
  width: 82.5%;
  margin: 0 auto;
  padding: 8px;
}
.nowre-blog-img img {
  display: block;
  margin: 0 auto;
  border: none;
}
.nowre-blog-img.list-head-blog {
  border-width: 5px;
}

.nowre-blog-img.nowre-m-blog-img {
  border-style: none;
  width: 40%;
}

.nowre-blog-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .nowre-blog-img img {
    transition: all 0.7s ease;
  }
}
.index-nowre-blog-list-holder {
  margin-bottom: 20px;
}

.nowre-blog-name {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .nowre-ball-item:nth-child(odd) {
    text-align: left;
  }
}
/*  博客相关设置结束  */
.nowre-ball-pc {
  display: block;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  align-items: center;
}

.nowre-ball {
  border-width: 8px;
  border-style: solid;
}

.border-blog-1 {
  border-color: #E10019;
}

.border-blog-3 {
  border-color: #FF6767;
}

.border-blog-5 {
  border-color: #FF6767;
}

.border-blog-7 {
  border-color: #FFB0B0;
}

.article-holder {
  width: 100%;
}
@media (min-width: 1200px) {
  .article-holder.article-holder-slim {
    width: 835px;
    margin-right: 30px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}

/* 详情页开始  */
.content-area {
  background: #fff;
  margin-top: 60px;
}
.single-nowretv .content-area {
  margin-top: 0px;
}

.content-area .slick-prev::before,
.content-area .slick-next::before,
.content-area .slick-prev:hover::before,
.content-area .slick-next:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
}

.article-head {
  overflow: hidden;
  margin-top: 30px;
}
.article-normal-single .article-head {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.article-video .article-head {
  margin-top: 0;
}
.article-nowretv .article-head {
  text-align: center;
}

.info-common-date {
  line-height: 1;
  font-size: 13px;
  color: #626262;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .info-common-date {
    margin-top: 40px;
    font-size: 12px;
  }
  .nowre-mix-head-wrap .info-common-date {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .article-nowretv .info-common-date {
    margin-top: 30px;
  }
}

.info-common-title {
  margin: 24px 0 16px;
  font-size: 28px;
  color: #363636;
}

.info-common-author {
  margin-top: 20px;
  word-wrap: break-word;
}

.info-common-cont {
  margin: 30px auto 60px auto;
  font-size: 16px;
  line-height: 40px;
}
.info-common-cont iframe[allowfullscreen=true] {
  width: 100%;
}
.info-common-cont .h1 {
  background: #ffcb00;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 10px;
  box-decoration-break: clone;
  color: #000;
}
.info-common-cont.info-common-cont-editorial .h1 {
  background: #f44a27;
}
.info-common-cont.info-common-nowretv .h1 {
  background: #0abb16;
}
.info-common-cont .h1_nob {
  font-size: 20px;
  font-weight: bold;
}
.info-common-cont .h2 {
  font-size: 16px;
  font-weight: bold;
}
.info-common-cont .content {
  font-size: 16px;
}
.info-common-cont a {
  color: #4192d4 !important;
}
.info-common-cont ul, .info-common-cont ol {
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0px;
}
.info-common-cont p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}
.info-common-cont .wrap-img, .info-common-cont .panel-row-style-image, .info-common-cont .so-widget-sow-image, .info-common-cont .panel-row-style.wide {
  margin: 10px auto;
  text-align: center;
}
.info-common-cont img {
  display: block;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}
.info-common-cont img.full-width {
  width: 100%;
}
.info-common-cont .full-width img {
  width: 100%;
}
.info-common-cont .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
}
.info-common-cont .gallery-caption {
  margin-left: 0;
}
.info-common-cont .info-credits {
  font-size: 13px;
}
.info-common-cont .info-credits .key {
  color: #AAAAAA;
  font-style: italic;
  margin-right: 1em;
}
.info-common-cont .info-credits .value {
  color: #363636;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .info-common-width.nowre-tag-wrap, .info-common-width.share-content-holder {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .info-common-cont.info-common-width {
    padding-left: 50px;
    padding-right: 50px;
  }
  .info-common-cont.info-common-width p {
    max-width: 800px;
  }
  .info-common-cont.info-common-width .img-narrow {
    width: 564px;
    margin-left: auto;
    margin-right: auto;
  }
  .info-common-cont.info-common-width .wrap-img, .info-common-cont.info-common-width .panel-row-style-image, .info-common-cont.info-common-width .panel-row-style.wide {
    width: 1040px;
  }
  .info-common-cont.info-common-width .wrap-img p, .info-common-cont.info-common-width .panel-row-style-image p, .info-common-cont.info-common-width .panel-row-style.wide p {
    width: 100%;
    max-width: 100%;
  }
  .info-common-cont.info-common-width .wrap-img img, .info-common-cont.info-common-width .panel-row-style-image img, .info-common-cont.info-common-width .panel-row-style.wide img {
    width: 100%;
  }
  .info-common-cont.info-common-width .wp-block-image {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
  }
  .info-common-cont.info-common-width .wp-block-image img {
    text-align: center;
    margin: 0 auto;
  }
}
.nowre-video-iframe-wrap-in-content {
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .nowre-video-iframe-wrap-in-content {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.nowre-video-iframe-wrap-in-content::before {
  content: "";
  display: block;
  padding-bottom: 62%;
}

.cont-img-desc {
  text-align: center;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
  font-weight: 200;
  font-size: 90%;
  line-height: 18px;
  color: #777;
}

.info-common-credits {
  font-size: 13px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #AAAAAA;
  font-style: italic;
  font-weight: bold;
  line-height: 33px;
}
.info-common-credits .name {
  font-style: normal;
  color: #363636;
  display: inline-block;
  margin-left: 1em;
}
@media (max-width: 991.98px) {
  .info-common-credits {
    padding: 0 18px;
  }
}

.info-common-source {
  margin-bottom: 60px;
  line-height: 1;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.info-common-source .name {
  font-style: normal;
  display: inline-block;
  margin-left: 1em;
}
@media (max-width: 991.98px) {
  .info-common-source {
    padding: 0 20px;
  }
}

.info-common-brief {
  font-size: 18px;
  color: #AAAAAA;
  font-weight: 500;
}
.info-common-brief p {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .info-common-brief {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.share-content-holder {
  padding: 40px 0 60px 0;
  text-align: center;
  display: flex;
}
@media (max-width: 991.98px) {
  .share-content-holder {
    padding: 0 18px 50px;
    justify-content: space-between;
  }
}
.share-content-holder .share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 48px;
  background: #363636;
  line-height: 1;
  margin-right: 24px;
  transition: all 0.3s linear;
}
@media (max-width: 991.98px) {
  .share-content-holder .share-btn {
    margin-right: 0px;
    width: 45%;
    height: 40px;
  }
  .share-content-holder .share-btn .iconfont {
    font-size: 24px;
  }
}
.share-content-holder .share-btn:hover {
  opacity: 0.8;
}
.share-content-holder .share-btn .iconfont {
  font-size: 28px;
  color: #FFF;
}

@media (max-width: 991.98px) {
  .article-head {
    padding: 0 18px;
    margin-top: 0;
  }

  .info-common-title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .info-common-author {
    margin-top: 20px;
  }

  .info-common-cont {
    font-size: 14px;
    line-height: 36px;
  }
  .info-common-cont .wrap-img, .info-common-cont .so-widget-sow-image {
    margin: 10px -15px;
    text-align: center;
  }
  .info-common-cont .h1 {
    font-size: 18px;
  }
  .info-common-cont .h2 {
    font-size: 16px;
  }
  .info-common-cont .h1_nob {
    font-size: 18px;
  }
  .info-common-cont .content {
    font-size: 14px;
  }
  .info-common-cont p {
    width: 100%;
    padding: 0 18px;
  }
  .info-common-cont h1, .info-common-cont h2, .info-common-cont h3, .info-common-cont h4, .info-common-cont h5, .info-common-cont h6 {
    width: 100%;
    padding: 0 18px;
  }
  .info-common-cont img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: block;
  }
  .info-common-cont .normal-post-tax-holder {
    padding: 0 18px;
  }

  .nowre-text-rich-wrap {
    padding-top: 30px;
  }

  .content-area {
    margin: 0;
  }

  .nowre-tag-wrap {
    padding-left: 18px;
  }

  .article-image .d-flex {
    flex-direction: column;
  }
  .article-image .d-flex .left-title {
    text-align: center;
    margin-top: 20px;
  }
}
.nowre-mix-head-image-holder {
  position: relative;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100 - 60px);
}
.nowre-mix-head-image-holder .nowre-mix-head-image {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  background-size: cover;
  -webkit-background-size: cover;
  min-height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
}
.nowre-mix-head-image-holder .nowre-mix-head-wrap {
  position: absolute;
  bottom: 0px;
  padding-bottom: 10px;
  width: 100%;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 100%);
}
.nowre-mix-head-image-holder .nowre-mix-head-wrap .info-common-title {
  color: #fff;
  line-height: 1.3em;
}
@media (max-width: 991.98px) {
  .nowre-mix-head-image-holder .term-authors {
    margin-bottom: 0px;
  }
}

/* 详情页结束  */
.pos-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.left-title {
  font-size: 18px;
  font-weight: bold;
  color: #363636;
  line-height: 1;
  padding-bottom: 18px;
  border-bottom: 1px solid #e9ecef;
}

@media (max-width: 991.98px) {
  .sidebar-holder {
    display: none;
  }
}
.article-big-gallary .sidebar-holder {
  padding-top: 40px;
}

.nowre-media-title {
  color: #363636;
  font-size: 13px;
  flex-grow: 1;
  font-weight: 700;
}

.nowre-media-img {
  position: relative;
  width: 110px;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 13px;
}

.nowre-media-item {
  padding-bottom: 18px;
  padding-top: 18px;
  border-bottom: 1px solid #e9ecef;
  display: flex;
}

body {
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #363636;
  background-color: #fff;
  overflow-x: hidden;
}
body.post-type-archive-nowretv {
  background-color: #0C0C0C !important;
  color: #fff;
}

::-webkit-scrollbar {
  width: 6px;
}

.fix-margin {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .container, .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.container-border, .container-fluid.container-border {
    padding-right: 18px;
    padding-left: 18px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  /*初始状态 透明度为0*/
  100% {
    opacity: 1;
  }
  /*结束状态 透明度为1*/
}
@keyframes fade-in-slow {
  0% {
    opacity: 0.3;
  }
  /*初始状态 透明度为0*/
  100% {
    opacity: 1;
  }
  /*结束状态 透明度为1*/
}
@keyframes slide-in {
  0% {
    opacity: 0;
    top: 0px;
  }
  /*初始状态 透明度为0*/
  100% {
    opacity: 1;
    top: 60px;
  }
  /*结束状态 透明度为1*/
}
@keyframes slide-down {
  0% {
    opacity: 0;
    height: 0px;
  }
  /*初始状态 透明度为0*/
  100% {
    opacity: 1;
    height: 210px;
  }
  /*结束状态 透明度为1*/
}
.letter-space, .search-separator .search-cont-desc {
  letter-spacing: 0.7px;
}

.hide {
  display: none !important;
}

::selection {
  background: #ffdd55;
}

.term-authors {
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .term-authors {
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .nowre-container, .container, .container-fluid {
    overflow-x: hidden;
  }
}

.nowre-title {
  margin-bottom: 10px;
}

/* 变色png图开始   */
.nowre-pic-shadow-wrap {
  overflow: hidden;
  width: 19%;
  display: inline-block;
  padding: 5px;
}

.nowre-pic-shadow:hover {
  -webkit-filter: drop-shadow(#ffcb00 22px 0px);
  -moz-filter: drop-shadow(#ffcb00 22px 0px);
  -ms-filter: drop-shadow(#ffcb00 22px 0px);
  -o-filter: drop-shadow(#ffcb00 22px 0px);
  filter: drop-shadow(#ffcb00 22px 0px);
  position: relative;
  left: -22px;
  max-width: 200%;
  border-right: 22px solid transparent;
}

.nowre-pic-shadow-dark {
  -webkit-filter: drop-shadow(#363636 22px 0px);
  filter: drop-shadow(#ffcb00 22px 0px);
  position: relative;
  left: -22px;
  max-width: 200%;
  border-right: 22px solid transparent;
}

/* 变色png图结束  */
.nowre-section-title {
  font-size: 24px;
  display: inline-block;
  padding: 0 15px 3px;
  border-bottom: 10px solid #ffcb00;
}

.gold-underline {
  padding: 0 0 3px;
  display: inline-block;
  border-bottom: 10px solid #ffcb00;
}

/*  图片轮播设置开始  */
.nowre-carousel {
  /*padding-bottom:40px;*/
}
.nowre-carousel .col-12, .nowre-carousel .article-card {
  padding: 0px;
}
@media (min-width: 768px) {
  .nowre-carousel {
    margin-bottom: 50px;
  }
}

.nowre-carousel-inner {
  overflow: visible !important;
  background-color: #000;
}

.slick-holder.home-focus {
  background: #fafafa url("../gif/loading.gif") no-repeat center center;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .slick-holder.home-focus {
    margin-top: 0px;
  }
}

.bg-black .slick-holder {
  background: transparent;
}

/* 图片轮播设置结束  */
/*  tab切换设置开始   */
.nowre-tab-wrap {
  text-align: center;
  margin: 30px 0 60px 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  .nowre-tab-wrap {
    margin-bottom: 30px;
  }
}
.nowre-tab-wrap.blog-tab-wrap {
  margin: 0 !important;
}

.nowre-tab {
  display: block;
  cursor: pointer;
  line-height: 1;
  padding: 20px 0;
  margin-right: 0px;
  letter-spacing: 1px;
  font-weight: 700;
  background: transparent;
  position: relative;
  z-index: 1;
  font-size: 24px;
  width: 50%;
  border-bottom: 5px solid transparent;
}
.nowre-tab:hover {
  color: #212529;
}
.nowre-tab.active {
  color: #363636;
  border-bottom: 5px solid #363636;
  /*&:after
  { 
  	content:"";
  	//background-color:$yellow2;
  	position: absolute;
  	width:100%;
  	height: 0.64em;
  	bottom: 2px;
  	right:-0.36em;
  	z-index: -1;
  }*/
}
.nowre-tab.small {
  font-size: 24px;
}
.nowre-tab.nowre-tab-tv img {
  width: 146px;
}
@media (max-width: 991.98px) {
  .nowre-tab {
    font-size: 21px;
  }
  .nowre-tab.small {
    font-size: 18px;
  }
  .nowre-tab.nowre-tab-tv img {
    width: 126px;
    margin-bottom: 2px;
  }
}
.nowre-tab .bg-black {
  color: #FFF;
}
.nowre-tab .bg-black .active {
  color: #FFF;
}
.category-like .nowre-tab {
  color: #363636;
}
.category-style .nowre-tab {
  color: #363636;
}
.category-topic .nowre-tab {
  color: #363636;
}

.nowre-tab.nowre-tab-left {
  margin-left: 0px;
}

/*  tab切换设置结束  */
.nowre-video-iframe-wrap {
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 60px 0;
}
@media (max-width: 767.98px) {
  .nowre-video-iframe-wrap {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .nowre-video-iframe-wrap {
    width: 1000;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .nowre-video-iframe-wrap {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .nowre-video-iframe-wrap {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .nowre-video-iframe-wrap {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .nowre-video-iframe-wrap {
    max-width: 1170px;
  }
}
@media (min-width: 992px) {
  .nowre-video-iframe-wrap {
    width: 1000;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .nowre-video-iframe-wrap {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .nowre-video-iframe-wrap {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .nowre-video-iframe-wrap {
    max-width: 960px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .nowre-video-iframe-wrap {
    max-width: 1170px;
  }
}

.nowre-video-iframe-wrap::before {
  content: "";
  display: block;
  padding-bottom: 56%;
}

@media (min-width: 768px) {
  .nowre-head-video-content-container {
    width: 1000;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .nowre-head-video-content-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .nowre-head-video-content-container {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .nowre-head-video-content-container {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .nowre-head-video-content-container {
    max-width: 1170px;
  }
}
@media (min-width: 992px) {
  .nowre-head-video-content-container {
    width: 1000;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .nowre-head-video-content-container {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .nowre-head-video-content-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .nowre-head-video-content-container {
    max-width: 960px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .nowre-head-video-content-container {
    max-width: 1170px;
  }
}

.nowre-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.nowre-video-container {
  background-color: #212121;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .nowre-video-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.nowre-video-cont-container {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .nowre-video-cont-container {
    width: 100%;
  }
}
.one-line {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 热门标签开始   */
.normal-post-tax-holder {
  margin: 0 auto;
}

.nowre-tag-item-wrap {
  position: relative;
  display: table;
  margin-right: 40px;
}

/* 热门标签结束   */
@media (max-width: 991.98px) {
  .nowre-section-title {
    font-size: 16px;
    border-bottom-width: 8px;
  }
}
/* 博客列表页开始  */
.nowre-blogitem-title {
  font-size: 32px;
  color: #363636;
  margin-top: 60px;
}

.nowre-blogitem-date {
  font-size: 13px;
  color: #C0C0C0;
  margin: 30px 0;
}

.nowre-blogitem-main {
  font-size: 18px;
  color: #363636;
  margin: 60px 0;
  line-height: 35px;
}

.nowre-blogitem-separator {
  margin-top: 60px;
  height: 1px;
  background-color: #f3f3f3;
}

@media (max-width: 991.98px) {
  .nowre-blog-list {
    margin-top: 20px;
  }

  .nowre-blogitem-title {
    font-size: 18px;
    color: #363636;
    margin-top: 40px;
  }

  .nowre-blogitem-date {
    color: #C0C0C0;
    margin: 22px 0;
  }

  .nowre-blogitem-main {
    font-size: 14px;
    color: #363636;
    margin: 60px 0;
  }

  .nowre-tag {
    font-size: 10px;
    font-weight: bold;
  }
}
/* 博客列表页结束  */
.nowre-text-rich-wrap {
  padding-top: 60px;
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.nowre-text-rich-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* footer设置开始   */
#footer {
  padding: 30px 18px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
#footer .iconfont {
  font-size: 12px;
}

@media (max-width: 991.98px) {
  #footer {
    padding: 25px 0;
    flex-direction: column;
  }

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

  .footer-right {
    display: none;
  }
}
/* footer设置结束  */
html {
  margin: 0 !important;
}

a {
  color: inherit;
}

.nowre-video-info-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 991.98px) {
  .nowre-video-info-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.nowre-sub-nav {
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding-left: 26px;
  padding-right: 22px;
  font-weight: bold;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
}

.nowre-sub-nav::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #ffd940;
  left: 0;
  top: 12px;
}

.nowre-sub-nav .sub-nav-icon, .nowre-sub-nav .sub-nav-text {
  line-height: 30px;
  width: 80px;
}

.nowre-sub-nav:first-child::before {
  border: none;
}

.nowre-sub-nav .sub-nav-icon {
  display: none;
}

.nowre-sub-nav:hover .sub-nav-icon {
  display: block;
}

.nowre-sub-nav:hover .sub-nav-text {
  display: none;
}

.nowre-scale {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
}

.nowre-follow-item {
  margin-left: 30px;
  margin-right: 30px;
}

.nowre-pagination {
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
.nowre-pagination .nowre-pagination-item {
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #363636;
  display: inline-block;
  min-width: 14px;
  padding: 3px 8px;
  margin-left: 5px;
  margin-right: 5px;
}
.nowre-pagination .nowre-pagination-item.current {
  background-color: #FFCC00;
  color: #fff;
}
.nowre-pagination .nowre-pagination-item .glyphicon {
  top: 3px;
}
.nowre-pagination.pagi-nowretv .nowre-pagination-item {
  color: #fff;
}
.nowre-pagination.pagi-nowretv .nowre-pagination-item.current {
  color: #363636;
  background-color: #7DBC87;
}
.nowre-pagination.pagi-xianke .nowre-pagination-item.current {
  background-color: #FF3434;
}
.nowre-pagination.pagi-topic .nowre-pagination-item.current {
  background-color: #6BA1DB;
}

.nowre-separator {
  display: block;
  border-top: 1px solid #e4e4e4;
}

#shidian-slide {
  width: 1190px;
}
#shidian-slide .nowre-list-item {
  width: 545px;
  margin-left: 25px;
  margin-right: 25px;
}

#nowre-search-input::-webkit-input-placeholder {
  color: #363636;
}

#nowre-search-input::-moz-placeholder {
  color: #363636;
}

#nowre-search-input:-ms-input-placeholder {
  color: #363636;
}

#gallary-left {
  width: 835px;
  padding-left: 25px;
  padding-right: 30px;
}

#gallary-right {
  width: 355px;
  padding-left: 30px;
  padding-right: 25px;
}

.nowre-blog-cont {
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  #gallary-left {
    width: 100%;
  }
}
.nowre-nav .nowre-m-nav-item {
  position: relative;
  top: 5px;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "Microsoft Yahei", sans-serif;
  font-weight: 600;
}

.nowre-blog-sina {
  display: inline-block;
  background: url("../png/blog-sina.png") left center no-repeat;
  background-size: auto 100%;
}

.nowre-blog-ins {
  display: inline-block;
  background: url("../png/blog-ins.png") left center no-repeat;
  background-size: auto 100%;
}

.nowre-blog-site {
  display: inline-block;
  background: url("../png/blog-site.png") left center no-repeat;
  background-size: auto 100%;
}

.nowre-blog-nice {
  display: inline-block;
  background: url("../png/blog-nice.png") left center no-repeat;
  background-size: auto 100%;
}

.nowre-blog-link {
  line-height: 21px;
  padding-left: 30px;
  margin-bottom: 5px;
}

.nowre-third-icon {
  width: 53px;
  height: 37px;
  display: block;
  position: relative;
}

.nowre-third-icon img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.nowre-third-icon.small {
  width: 22px;
  height: 18px;
}

.nowre-third-icon img:last-of-type {
  display: none;
}

.nowre-third-icon:hover img:last-of-type {
  display: block;
}

.nowre-third-icon:hover img:first-of-type {
  display: none;
}

.nowre-pagination-select {
  width: 60px;
  padding: 2px 12px 2px 17px;
  border: none;
  outline: none;
  color: #fff;
  background-color: #363636;
}

.nowre-search-tab {
  margin-top: 30px;
  margin-bottom: 30px;
}
.nowre-search-tab > span:first-of-type {
  margin-right: 25px;
}

.nowre-search-tab-item {
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .nowre-search-tab {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
  }
  .nowre-search-tab > span {
    display: inline-block;
    width: 50%;
    float: left;
  }
  .nowre-search-tab > span:first-of-type {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  #show_search {
    position: relative;
    font-size: 16px !important;
  }
}
#nowre-search-close-btn {
  transform: scale(1.5);
}

.search-tab {
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
}

.search-separator {
  margin-top: 60px;
}
.search-separator .search-tag-title, .search-separator .search-tag-desc {
  margin: 12px 0 60px 0;
}
.search-separator .search-tag-cont {
  margin-bottom: 60px;
}
.search-separator .search-cont-desc {
  font-size: 36px;
}
.search-separator .search-tag-desc {
  font-size: 24px;
}

@media (max-width: 991.98px) {
  .search-tab {
    margin-bottom: 30px;
  }

  .search-separator {
    margin-bottom: 45px;
  }
  .search-separator .search-cont-desc {
    font-size: 24px;
  }
  .search-separator .search-tag-desc {
    font-size: 18px;
  }
}
.video_play_area img {
  max-width: 100%;
}

.video-list img {
  max-width: 100%;
}

.blog-date-bread {
  margin-top: 35px;
  padding: 10px 0px;
  border-bottom: 0.5px solid #f3f3f3;
}

@media (max-width: 991.98px) {
  .col-12.full-width-xs, .full-width-xs.article-card {
    padding-left: 0px;
    padding-right: 0px;
  }

  .img-full-width-xs .nowre-list-item-imgwrap {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
}
.video-list-item.active .nowre-cate-link.link-normal {
  color: #fff;
}
.video-list-item:hover .nowre-cate-link.link-normal {
  color: #fff;
}
.cursor-pointer {
  cursor: pointer;
}

.line-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.line-title .line-title-line {
  flex-grow: 1;
  height: 1px;
  background: #CCC;
}
.line-title .line-title-text {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #363636;
  line-height: 32px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .container-full-on-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

.text-cate {
  padding: 0 15px;
}

.term-tag {
  padding: 5px 15px;
  border: 1px solid #363636;
  display: inline-block;
  margin-right: 24px;
}
@media (max-width: 991.98px) {
  .term-tag {
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 10px;
    font-weight: bold;
  }
}

body.is-now-story-page {
  background-color: #111;
  color: #fff;
  position: fixed;
  height: 100%;
  width: 100vw;
  /* Fallback for browsers that do not support Custom Properties */
  width: calc(var(--vw, 1vw) * 100);
}

.is-now-story-page {
  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767.98px) {
  .is-now-story-page .btn-logo {
    display: none;
  }
}
@media (min-width: 576px) {
  .is-now-story-page .btn-close {
    display: none;
  }
}
.is-now-story-page .nowre-navbar {
  background-color: transparent;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.is-now-story-page .now-story-page {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.is-now-story-page .story-slide-background {
  background-attachment: scroll;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}
.is-now-story-page .story {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.3) 85%, rgba(0, 0, 0, 0.7) 100%);
}
.is-now-story-page .story-btn {
  color: #FFF;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #FFF;
  padding: 0px 16px;
  border-radius: 0px;
  z-index: 100;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .is-now-story-page .story-btn {
    font-weight: 800;
  }
}
.is-now-story-page .story-title {
  font-size: 48px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 80px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .is-now-story-page .story-title {
    font-size: 24px;
    margin: 0 20px;
    font-weight: 800;
  }
}

.story-slide-inner {
  width: 100%;
  height: 100%;
}

.now-story-page {
  width: 100%;
  height: 100%;
}

.story-slick-dot-holder {
  position: absolute;
  right: 40px;
  left: 40px;
  z-index: 15;
  padding-left: 0;
  list-style: none;
  text-align: right;
  bottom: 28px;
}
@media (max-width: 767.98px) {
  .story-slick-dot-holder {
    right: 18px;
    left: 14px;
    bottom: 12px;
  }
}
.story-slick-dot-holder .slick-dots {
  display: flex !important;
}
.story-slick-dot-holder .slick-dots li {
  flex-grow: 1;
  flex-shrink: 1;
  height: 4px;
}
.story-slick-dot-holder .slick-dots li button:before {
  background: #818181;
  width: 100%;
  color: #818181;
  opacity: 1;
}
.story-slick-dot-holder .slick-dots li.slick-active {
  background: #818181;
}
.story-slick-dot-holder .slick-dots li.slick-active button:before {
  background: #fff;
  animation: loader 5s linear;
}
.story-slick-dot-holder .slick-dots li.slick-before button:before {
  background: #fff;
}

@keyframes loader {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.story-slick {
  z-index: 10;
  top: 10%;
  height: 90%;
  display: block;
  transform: translateY(0%);
}
.story-slick .icon-next, .story-slick .icon-prev {
  color: #fff;
}
.story-slick.slick-control-pre {
  left: 0px;
}
.story-slick.slick-control-next {
  right: 0px;
}

#story-slick-pre {
  cursor: url(../png/icon_pre3860.png), pointer;
}

#story-slick-next {
  cursor: url(../png/icon_next3860.png), pointer;
}

.story-hack-title-center {
  width: 100%;
  height: 30px;
  margin-bottom: 45px;
}
/***首页tag**/
.js-marquee-wrapper {
  display: flex;
}

#hot-tag-info-slide {
  overflow: hidden;
  width: 100%;
  height: 55px;
  white-space: nowrap;
  margin: 65px 0 10px 0;
}
@media (max-width: 767.98px) {
  #hot-tag-info-slide {
    height: 35px;
  }
}
#hot-tag-info-slide .scroll-tag {
  white-space: nowrap;
  width: auto;
  height: 100%;
  display: inline-block;
  left: 0%;
}
#hot-tag-info-slide .scroll-tag .hot-tag-item {
  left: 0%;
  color: #fff;
  margin-right: 50px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  #hot-tag-info-slide .scroll-tag .hot-tag-item {
    font-size: 24px !important;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(50vw);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%, 100% {
    left: 100%;
  }
}
.icon-holder {
  display: none;
  position: absolute;
}
.icon-holder .iconfont {
  font-size: 48px !important;
}

/*# sourceMappingURL=style.css.map */
