html {
  box-sizing: border-box
}
*,*:before,*:after {
  box-sizing: inherit
}
::-webkit-scrollbar {
  background-color: rgba(24,24,24,.07);
  width: 8px;
  height: 8px
}
::-webkit-scrollbar-thumb {
  background-color: rgba(24,24,24,.3);
  border-radius: 6px;
  -webkit-transition: background 200ms ease;
  -moz-transition: background 200ms ease;
  transition: background 200ms ease
}
pre ::-webkit-scrollbar-thumb {
  background-color: rgb(253 115 1/0.5)
}
::-webkit-scrollbar-thumb:hover {
  background-color: #34495e
}
::-webkit-scrollbar-button {
  display: none
}
body {
  background-color: #f0f4f5;
  color: #34495e;
  font-family: Lato,sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-rendering: optimizeLegibility;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0 auto;
}

a {
  color: #34495e;
  text-decoration: none
}
a:hover,a:active,a:focus {
  color: inherit;
  text-decoration: none;
  transition: all .3s ease
}
h1,h2,h3{
  color: #34495e;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px
}
p {
  margin: 0 0 10px
}
img {
  display: block;
  max-width: 100%;
}
button:focus {
  outline: none!important
}
.fa,.far,.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: inherit
}
.btn.focus,.btn:focus {
  outline: 0;
  box-shadow: none
}
.btn-light {
  -webkit-box-shadow: 0 0 0 rgba(238,242,247,.5);
  box-shadow: 0 0 0 rgba(238,242,247,.5);
  background: #dae0e5;

}
.btn-white {
  color: #34495e;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0 0 0 rgb(238 242 247/50%);
  box-shadow: 0 0 0 rgb(238 242 247/50%)
}
.btn-white.active {
  background-color: #34495e;
  border-color: #34495e;
  color: #fff
}
.badge-primary-lighten {
  color: #536de6;
  background-color: rgba(83,109,230,.18)
}
sup{
  width: .5rem !important;; 
  height: .5rem !important;;
}
@media(max-width: 992px) {
  .row {
      margin-right:-5px;
      margin-left: -5px
  }
  [class*=col-] {
      padding-right: 5px;
      padding-left: 5px
  }
}
.site {
  position: relative
}
.site-content {
  padding-bottom: 30px;
  padding-top: 30px
}
@media(max-width: 992px) {
  .site-content {
      padding-bottom:15px;
      padding-top: 15px
  }
}
@media(min-width: 992px) {
  .content-column {
      flex: 0 0 72%;
      max-width: 72%
  }
  .sidebar-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%
}
}
.lazyload:not(.visible),.lazyloading:not(.visible) {
  opacity: .85
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity .3s cubic-bezier(.77,0,.175,1);
  -o-transition: opacity .3s cubic-bezier(.77,0,.175,1);
  transition: opacity .3s cubic-bezier(.77,0,.175,1)
}
.modular-title-1 .section-title {
  font-size: 20px;
  letter-spacing: .5px;
  margin-top: 15px;
  text-transform: uppercase
}
.modular-title-1 .section-title>small {
  font-size: 15px;
  font-weight: 400;
  margin-left: 10px;
  opacity: .85
}
@media(max-width: 767px) {
  .modular-title-1 .section-title {
      font-size:15px;
      margin-top: 15px
  }
}
.owl-dynamic {
  position: relative;
  padding: 10px 15px;
  border-radius: .5rem;
  padding-bottom: 5px
}
.owl-dynamic .scroll-dynamic {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  display: inline-block;
  max-width: 70%
}
.owl-dynamic .scroll-dynamic ul {
  list-style: none;
  padding: 0;
  margin: 0
}
.owl-dynamic .scroll-dynamic ul li {
  height: 25px;
  padding-left: 0;
  line-height: 25px
}
@media(max-width: 768px) {
  .owl-dynamic .scroll-dynamic {
      max-width:100%
  }
}
.site-header {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,.07);
  box-shadow: 0 0 30px rgba(0,0,0,.07);
  z-index: 80;
  white-space: nowrap;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s
}
.slide-now .site-header {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
  -webkit-transition: background-color .3s ease-out,-webkit-transform .3s;
  transition: background-color .3s ease-out,-webkit-transform .3s;
  -o-transition: transform .3s,background-color .3s ease-out;
  transition: transform .3s,background-color .3s ease-out;
  transition: transform .3s,background-color .3s ease-out,-webkit-transform .3s
}
.navbar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  position: relative;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  padding: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset
}
.navbar .logo {
  margin-right: 12px;
  width: auto;
  max-height: 35px;
  position: relative
}
.navbar .sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 20px;
  width: 1px
}
.navbar .menu-item {
  display: inline-block;
  position: relative
}
.navbar .menu-item>a {
  display: block;
  font-weight: 700;
  letter-spacing: .2px
}
.navbar .nav-list>.menu-item>a {
  font-size: .875rem;
  line-height: 81px;
  margin: 0 10px;
  -webkit-transition: color .3s cubic-bezier(.77,0,.175,1);
  -o-transition: color .3s cubic-bezier(.77,0,.175,1);
  transition: color .3s cubic-bezier(.77,0,.175,1)
}
.navbar .menu-item>a>i {
  margin-right: 5px
}
.navbar .actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.navbar .actions a>span>span {
  margin-left: 5px
}
.navbar .actions>div+div {
  margin-left: 5px
}
.navbar .navbar-button,.off-canvas .canvas-close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #1a1a1a;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color .3s cubic-bezier(.77,0,.175,1),border-color .3s cubic-bezier(.77,0,.175,1);
  -o-transition: background-color .3s cubic-bezier(.77,0,.175,1),border-color .3s cubic-bezier(.77,0,.175,1);
  transition: background-color .3s cubic-bezier(.77,0,.175,1),border-color .3s cubic-bezier(.77,0,.175,1);
  width: 30px;
  background-color: #f6f6f6;
  border: 0;
  color: #34495e;
  height: 30px;
  line-height: 30px;
  font-size: .875rem
}
.navbar .login-btn.navbar-button {
  border-radius: 30px;
  cursor: pointer;
  height: 30px;
  width: 60px;
  font-size: .875rem
}
@media(max-width: 991px) {
  .navbar .sep {
      display:none
  }
  .navbar {
      height: 60px
  }
}
.navbar *:focus,.navbar *:hover,.navbar *:active {
  outline: none
}
.burger {
  border-radius: 50%;
  cursor: pointer;
  height: 25px;
  position: relative;
  -webkit-transition: background-color .3s cubic-bezier(.77,0,.175,1),border-color .3s cubic-bezier(.77,0,.175,1);
  -o-transition: background-color .3s cubic-bezier(.77,0,.175,1),border-color .3s cubic-bezier(.77,0,.175,1);
  transition: background-color .3s cubic-bezier(.77,0,.175,1),border-color .3s cubic-bezier(.77,0,.175,1);
  width: 30px;
  margin-left: .5rem
}
.burger:before,.burger:after {
  background-color: #1a1a1a;
  content: "";
  height: 2px;
  left: 9px;
  position: absolute;
  width: 13px
}
.burger:before {
  top: 10px
}
.burger:after {
  bottom: 10px
}
@media(min-width: 992px) {
.burger {
      display:none
  }
}
.logo-wrapper {
  position: relative;
  overflow: hidden;
  min-width: 120px
}
.logo:not(.text) {
  -webkit-transition: opacity .3s cubic-bezier(.77,0,.175,1);
  -o-transition: opacity .3s cubic-bezier(.77,0,.175,1);
  transition: opacity .3s cubic-bezier(.77,0,.175,1)
}
.logo.text {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
  -webkit-transition: color .3s cubic-bezier(.77,0,.175,1);
  -o-transition: color .3s cubic-bezier(.77,0,.175,1);
  transition: color .3s cubic-bezier(.77,0,.175,1)
}
.off-canvas {
  background-color: #fff;
  height: 100vh;
  overflow-y: scroll;
  padding: 60px 0 15px;
  position:absolute;
  right: 0;
top:0px;
  -webkit-transform: translateX(320px);
  -ms-transform: translateX(320px);
  transform: translateX(320px);
  transition: -webkit-transform .2s cubic-bezier(.77,0,.175,1);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.77,0,.175,1);
  -o-transition: transform .2s cubic-bezier(.77,0,.175,1);
  transition: transform .2s cubic-bezier(.77,0,.175,1);
  transition: transform .2s cubic-bezier(.77,0,.175,1),-webkit-transform .2s cubic-bezier(.77,0,.175,1);
  width: 320px;
  z-index: 190;
  -webkit-overflow-scrolling: touch
}
.off-canvas .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 30px;
  padding: 0 20px;
  max-width: 180px
}
.off-canvas .canvas-close {
  position: absolute;
  right: 140px;
  top: 50%;
margin:auto,0;
font-size:50px;
  background-color: rgba(239,239,239,.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0,0,0,.5);
  box-shadow: 0 5px 20px -5px rgba(0,0,0,.5)
}
.off-canvas .canvas-close .fas {
  transition: -webkit-transform .3s cubic-bezier(.77,0,.175,1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.77,0,.175,1);
  -o-transition: transform .3s cubic-bezier(.77,0,.175,1);
  transition: transform .3s cubic-bezier(.77,0,.175,1);
  transition: transform .3s cubic-bezier(.77,0,.175,1),-webkit-transform .3s cubic-bezier(.77,0,.175,1)
}
.off-canvas .canvas-close:hover .fas {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.off-canvas .widget-area .widget {
  padding: 20px;
  margin-bottom: 10px
}
.off-canvas .widget-area .widget .widget-title {
  border-bottom: 1px solid #e6e6e6;
  margin: -20px -20px 20px;
  padding: 15px 20px
}
body:not(.canvas-visible) .off-canvas {
  visibility: hidden
}
.canvas-opened {
  overflow-y: hidden
}
.canvas-opened .off-canvas {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  display: none
}
@media(max-width: 992px) {
  .canvas-opened .off-canvas {
      display:block
  }
  .off-canvas .logo-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 60px
  }
  .off-canvas .logo {
      margin: 0;
      padding: 15px;
      max-width: 120px
  }
  .off-canvas .logo.text {
      font-size: 11px;
      font-weight: 600;
      max-width: 100%
  }
}
.slicknav_menu {
  position: relative;
}
.slicknav_menu .slicknav_nav {
  padding: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.slicknav_menu .slicknav_nav>li {
  width: 100%;
  padding: 0.25rem;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.slicknav_menu .menu-item>a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1;
  outline: none;
  padding: 12px 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f7f7f7;
}
.dimmer {
  display: none;
  background: 0 0;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 90
}
@media(max-width: 992px) {
  .dimmer {
      background:rgba(0,0,0,.7)
  }
}
.archive-filter-2 {
  position: relative;
  font-size: 15px;
  color: #8f8f8f;
  background: #fff
}
.archive-filter-2 .badge {
  font-weight: 500;
  font-size: 65%
}
.archive-filter-2 .container {
  overflow: visible
}
.archive-filter-2 .filter {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #e8e8e8;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none
}
.archive-filter-2 .filter::-webkit-scrollbar {
  width: 10px;
  height: 5px
}
.archive-filter-2 .filter::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgb(222 222 222)
}
.archive-filter-2 .filter::-webkit-scrollbar-track {
  background: #f0f4f5
}
.archive-filter-2 .filter li {
  display: inline-block;
  list-style: none;
  font-size: 14px;
  line-height: 14px;
  border-right: 1px solid #f0f4f5;
  padding: 0 8px;
  margin: 10px 0
}
.archive-filter-2 .filter li:first-child {
  margin-left: 0
}
.archive-filter-2 .filter li:last-child {
  border-right: none
}
.archive-filter-2 .filter:last-child {
  border-bottom: none
}
.archive-filter-2 .filter:last-child {
  border-bottom: none
}
.archive-filter-2 a {
  color: #6d6d6d;
  display: inline-block;
  border-radius: 4px;
  padding: 4px 6px
}
.archive-filter-2 .current a,.archive-filter-2 a:hover {
  color: #fff;
  background: #323a46
}
.archive-filter-2 .current a>span,.archive-filter-2 a:hover span {
  color: #353c46;
  background: rgb(255 255 255);
  border-radius: 2px
}
@media(max-width: 768px) {
  .archive-filter-2 .filter {
      padding-top: 0
  }
  .archive-filter-2 .filter li {
      font-size: 12px;
      line-height: 12px;
      padding: 0 5px;
      margin: 5px 0
  }
}
.u-plain-list {
  list-style-type: none;
  margin: 0;
  padding: 0
}
.u-border-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.u-border-title:before {
  background-color: #0f81fb;
  content: "";
  height: 8px;
  margin-right: 5px;
  width: 8px;
  border-radius: 100%
}
.post-grid{
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
  border-radius: .5rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.post-grid:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 1rem 3rem rgba(31,45,61,.125);
  box-shadow: 0 1rem 3rem rgba(31,45,61,.125)
}
.entry-media {
  position: relative;
  border-radius: 4px;
  overflow: hidden
}
.entry-media .placeholder {
  height: 0;
  overflow: hidden;
  padding-bottom: 66.666666666667%
}
.video-thum video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: -6px;
  position: relative
}
.entry-media img {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  object-fit: cover
}
.post-grid {
  margin-bottom: 30px
}
.meta-post-type {
  z-index: 1;
  background-color: rgba(0,0,0,.4);
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  height: 25px;
  left: 10px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 25px
}
.post-grid .entry-media {
  margin: -10px;
  margin-bottom: 0;
  border-radius: .5rem .5rem 0 0
}
.entry-wrapper {
  position: relative;
  width: 100%
}
.entry-header {
  word-break: break-word
}
.entry-header .entry-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .2px;
  margin-bottom: 2px
}
.entry-header .entry-meta>span+span {
  margin-left: 15px
}
.entry-header .entry-meta a {
  color: #aaa
}
.entry-meta .avatar {
  border-radius: 50%;
  height: 20px;
  margin-right: 3px;
  width: 20px
}
.entry-header .entry-meta .meta-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.entry-header .entry-meta .meta-category a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.entry-header .entry-meta .meta-category a+a {
  margin-left: 8px
}
.entry-header .entry-title {
  font-size: 15px;
  letter-spacing: -.2px;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2; 
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 36px;
  line-height: 18px
}
.post-grid .entry-header {
  margin-top: 10px
}
@media(max-width: 992px) {
  .post-grid {
      margin-bottom:10px
  }
  .entry-header .entry-title {
      font-size: 14px
  }
  .post-grid .entry-header .entry-title {
      font-size: 14px
  }
}
.entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  letter-spacing: .2px;
  margin-top: 10px;
  position: relative;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap
}
.entry-footer::-webkit-scrollbar {
  display: none
}
.entry-footer a {
  color: #aaa
}
.entry-footer a+a:before {
  content: "/";
  line-height: 1;
  padding: 0 6px
}
.entry-footer .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  color: #bdbdbd;
  letter-spacing: -.2px;
  width: 100%
}
.entry-footer .entry-meta>span {
  margin-right: 10px
}
.entry-footer .entry-meta .meta-shhop-icon {
  flex: 1;
  text-align: right;
  margin-right: 0
}
.entry-footer .entry-meta a {
  color: #aaa
}
@media(max-width: 768px) {
.post-grid{
      padding: 5px
  }
}
.omnisearch {
  width: 100%;
  margin-top: 1.5rem;
  position:absolute;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  background-color: transparent;
  pointer-events: none;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform .3s,opacity .15s,-webkit-transform .3s;
  transition: opacity .15s,-webkit-transform .3s;
  -o-transition: transform .3s,opacity .15s,-webkit-transform .3s;
  transition: transform .3s,opacity .15s;
  transition: transform .3s,opacity .15s,-webkit-transform .3s;
  -moz-transition: transform .3s,opacity .15s,-webkit-transform .3s;
  -ms-transition: transform .3s,opacity .15s,-webkit-transform .3s;
}
@media(prefers-reduced-motion:reduce) {
  .omnisearch {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }
}
.omnisearch.show {
  opacity: 1;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%)
}
.omnisearch .container {
  position: relative;
  height: 100%
}
.omnisearch .omnisearch-form {
  display: block;
  position: relative;
  z-index: 700;
  background: #fff;
  border-radius: .375rem;
  width: 680px;
  margin: auto;
  font-size: 1.25rem
}
.omnisearch .omnisearch-form .input-group-text {
  background: 0 0;
  color: #c0ccda;
  border: 1px solid transparent;
  padding: 0 20px
}
.omnisearch .omnisearch-form .form-control {
  display: block;
  height: 60px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  color: #6c757d
}
.omnisearch .omnisearch-form .form-control::placeholder {
  color: #c0ccda
}

.omnisearch.show .omnisearch-form{
  pointer-events: auto;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
  box-shadow: 0 0 30px rgba(0,0,0,.1)
}

@media(max-width: 992px) {
  .omnisearch .omnisearch-form {
      width:100%
  }

  .omnisearch.show {
      -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
      transform: translateY(10%)
  }
  .omnisearch .omnisearch-form .form-control {
      font-size: .875rem
  }
}
.omnisearch-open {
  overflow: hidden
}
.mask-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  background-color: transparent;
  -webkit-overflow-scrolling: touch
}
.mask-body-dark {
  pointer-events: auto;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  background: rgb(0 0 0/50%)
}
.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none!important
}
.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.pagination .current {
  color: #fff;
  background: #34495e;
  background: -o-linear-gradient(left,#343a40,#484f56)
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0
}
.pagination ul>li {
  display: inline
}
.pagination ul>.active>a,.pagination ul>.active>span {
  cursor: default
}
.pagination ul>li>a,.pagination ul>li>span {
  margin: 0 2px;
  float: left;
  padding: 5px 12px;
  background-color: #fff;
  color: #666;
  border-radius: 2px;
  opacity: .88
}
.pagination ul>.active>a,.pagination ul>.active>span {
  background-color: #45b6f7;
  color: #fff
}
@media(max-width: 768px) {
  .pagination {
      margin:0;
      text-align: center;
      font-size: 12px;
      display: block;
      clear: both;
      margin: 0 0 1%;
      width: 100%;
      padding: 0
  }
  .pagination ul {
      line-height: 45px;
      justify-content: flex-end;
      display: flex;
      margin-left: 0;
      margin-bottom: 0;
      padding: 0
  }
  .pagination ul>li {
      position: relative;
      flex: 1;
      display: inline
  }
  .pagination ul>li>a,.pagination ul>li>span {
      display: block;
      margin: 0;
      float: none;
      padding: 0;
      border-radius: 0;
      opacity: 1
  }
  .pagination ul>li::after {
      position: absolute;
      top: -50%;
      right: -50%;
      bottom: -50%;
      left: -50%;
      box-sizing: border-box;
      content: ' ';
      transform: scale(.5);
      pointer-events: none;
      border-top: 1px solid #ebedf0;
      border-bottom: 1px solid #ebedf0;
      border-left: 1px solid #ebedf0
  }
}

.article-content .entry-tags a {
  line-height: 1.2;
  font-size: 13px;
  color: #555;
  margin-top: .5rem
}
.article-content .entry-share {
  padding-top: 0;
  margin-top: 20px
}
.article-content .entry-share .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .1rem rgba(0,123,255,.25);
  box-shadow: 0 0 0 .1rem rgba(0,123,255,.25)
}
.article-content .entry-share .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.article-content .entry-share .go-star-btn.ok {
  opacity: .8
}
.single-download-nav {
  position: relative;
  background: #fff;
  padding: 20px;
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 4px 4px 0 0
}
.single-download-nav .nav.nav-pills {
  border-bottom: solid 1px #f0f4f5;
  margin: 0
}
.single-download-nav li {
  margin-bottom: 20px
}
.single-download-nav li:not(:last-child) {
  margin-right: 20px;
}
.single-download-nav li .nav-link{padding:.4rem .5rem;background:#1eb9e7;cursor:pointer;border-radius:20px;border-color:transparent;box-shadow:0px 4px 8px rgba(0,0,0,0.2);transition:all 0.3s ease;}.single-download-nav li .nav-link:hover{background:#17a2d8;transform:scale(1.1);}
.single-download-nav li .nav-link.active {
  color: #323a46;
  border-color: #323a46;
  background-color: unset
}
.content-area .tab-content {
  margin-bottom: 30px
}
.related-posts {
  background: #fff;
  padding: 10px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0 0 4px 4px
}
.tab-content .related-posts .u-border-title {
  display: none
}
@media(max-width: 768px) {
  .single-download-nav li {
      margin-bottom:10px
  }
  .single-download-nav li:not(:last-child) {
      margin-right: 10px
  }
  .single-download-nav li .nav-link {
      padding: .2rem;
        background: #c0daf9;
  cursor: pointer;
  }
}
.content-area .article-content {
  background: #fff;
  padding: 20px 10px;
  margin-bottom: 30px;
  border-radius: 4px
}
.article-content .entry-header {
  margin-bottom: 30px
}
.article-content .entry-header .entry-title {
  font-size: 14px;
  font-weight: 900;
  -webkit-line-clamp: inherit;
  line-clamp: inherit; 
  height: auto;
  line-height: normal;
  margin: 0;
  margin-bottom: 10px
}
.article-content .h1,.article-content .h2,.article-content .h3,.article-content h1,.article-content h2,.article-content h3 {
  margin: 20px 0 10px;
  line-height: 1.4;
  font-weight: 700
}
.article-content h4,.article-content h5 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: .875rem
}
.article-content .h1,.article-content h1 {
  font-size: 24px
}
.article-content .h2,.article-content h2 {
  padding-bottom: 12px;
  font-size: 20px;
  border-bottom: 4px solid #f0f4f5
}
.article-content .h3,.article-content h3 {
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.2;
  border-left: 4px solid #fd721f
}
.article-content p {
  line-height: 1.8;
  word-wrap: break-word
}
.article-content .entry-content>p>a:not(.btn) {
  color: #536de6
}
.article-content a:hover {
  opacity: .8
}
.article-content>p {
  white-space: pre-wrap
}
.article-content figure {
  margin-bottom: 20px;
  margin-bottom: 1.66667rem
}
.article-content ol,.article-content ul {
  padding-left: 2em;
  margin-bottom: 20px;
  list-style-position: outside;
  list-style-type: disc
}
.article-content ol {
  list-style-type: decimal
}
.article-content li {
  margin-bottom: 5px
}
.article-content img {
  height: auto
}
.article-content .post-note {
  display: inline-block;
  background-color: rgb(248 249 250);
  color: #555;
  border-color: #f8f9fa
}
@media(max-width: 768px) {
  .content-area .article-content {
      padding:10px 0;
      margin-bottom: 20px
  }
}
.related-posts h3 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0
}
.related-posts {
  position: relative;
  margin-bottom: 0
}
.related-posts .post .entry-title {
  font-weight: 500
}
.related-posts .post-grid {
  margin-bottom: 10px
}
.related-posts .post-grid .entry-media {
  margin: 0;
  border-radius: .3rem
}
.widget-area .sidebar {
  position: relative
}
.widget-area .widget {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  clear: both;
  overflow: hidden;
  margin-bottom: 30px
}
.widget-area .widget:last-child {
  margin-bottom: 0
}
.widget-title {
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: .2px
}
.widget-title:before {
  background-color: #fd721f;
  content: "";
  height: 8px;
  margin-right: 5px;
  width: 8px;
  border-radius: 100%
}
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0
}
.widget ol li,.widget ul li {
  position: relative;
  padding: 5px 0
}
.widget ol a,.widget ul a {
  font-size: 14px;
  font-weight: 500
}
.widget[class*=rizhuti_v2] ul li:before {
  display: none
}
.widget ol li,.widget ul li span {
  color: #ccc;
  font-size: 13px
}
@media(max-width: 992px) {
  .related-posts {
      margin-bottom:10px
  }
  .widget-area .widget:first-child {
      margin-top: 10px
  }
  .widget-area .widget {
      margin-bottom: 10px
  }
}
.site_abc_wrap {
  position: relative;
  margin: 0 auto;
  border-radius: .5rem;
  overflow: hidden
}
.site_abc_wrap.pc {
  margin: 20px auto
}
.site_abc_wrap.mobile {
  margin: 15px auto
}
.site_abc_wrap.top {
  margin-top: 0
}
.site-footer {
  background: #fff;
  position: relative;
  color: #555;
  margin-top: 30px
}
.site-footer a {
  color: #555;
  margin: 0 5px
}
.site-footer .footer-copyright {
  padding: 20px 0;
  border-top: solid 1px #f0f4f5
}
.m-menubar {
  display: none;
  z-index: 1040;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 5px 0
}
.m-menubar:before {
  content: '1';
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,.1);
  display: block;
  overflow: hidden;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5)
}
.m-menubar ul {
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center
}
.m-menubar li {
  flex: 1;
  text-align: center;
  font-size: 12px
}
.m-menubar li a>i {
  margin-bottom: 0;
  display: block;
  font-size: 20px
}
.m-menubar li a {
  display: block;
  margin-top: 5px
}
.m-menubar li.active a {
  color: #007afb
}
.m-menubar li.active a>i {
  color: #007afb
}
@media(max-width: 1024px) {
  .m-menubar {
      display: block
  }
}
.rollbar {
  position: fixed;
  top: 50%;
  width: 40px;
  right: 0;
  line-height: 60px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 999;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: -3px 0 10px -2px rgb(0 0 0/10%);
  box-shadow: -3px 0 10px -2px rgb(0 0 0/10%);
  display: none
}
.rollbar .actions {
  position: relative;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0
}
.rollbar .actions li {
  position: relative;
  list-style: none
}
.rollbar .actions li:hover {
  opacity: .8;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}
.rollbar .actions li>a {
  display: block;
  cursor: pointer;
  position: relative;
  border: 0;
  opacity: 1;
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #383838
}
.rollbar .actions li>a .spinner-grow {
  position: absolute;
  left: 5px;
  top: -15px;
  width: 8px;
  height: 8px;
  background-color: #4caf50
}
.rollbar .actions li a.burger:before,.rollbar .actions li a.burger:after {
  display: none
}
.rollbar .rollbar-item {
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  line-height: 40px;
  margin: 5px;
  border-top: solid rgb(214 214 214/50%) 2px;
  color: #f33
}
.rollbar .rollbar-item i {
  -webkit-animation: flashing 1.5s infinite linear;
  animation: flashing 1.5s infinite linear
}
.rollbar .rollbar-item:hover {
  opacity: .8;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s
}
@-webkit-keyframes flashing {
  0% {
      opacity: 1
  }
  45% {
      opacity: 0
  }
  90% {
      opacity: 1
  }
}
@keyframes flashing {
  0% {
      opacity: 1
  }
  45% {
      opacity: 0
  }
  90% {
      opacity: 1
  }
}
@-webkit-keyframes swal2-show {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,50px,0)
  }
  100% {
      opacity: 1;
      -webkit-transform: translate3d(0,0,0)
  }
}
@keyframes swal2-show {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,50px,0)
  }
  100% {
      opacity: 1;
      -webkit-transform: translate3d(0,0,0)
  }
}
@-webkit-keyframes swal2-hide {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1
  }
  100% {
      -webkit-transform: scale(.5);
      transform: scale(.5);
      opacity: 0
  }
}
@keyframes swal2-hide {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1
  }
  100% {
      -webkit-transform: scale(.5);
      transform: scale(.5);
      opacity: 0
  }
}
@-webkit-keyframes swal2-toast-show {
  0% {
      -webkit-transform: translateY(-5em);
      transform: translateY(-5em)
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}
@keyframes swal2-toast-show {
  0% {
      -webkit-transform: translateY(-5em);
      transform: translateY(-5em)
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}
@-webkit-keyframes swal2-toast-hide {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(-5em);
      transform: translateY(-5em)
  }
}
@keyframes swal2-toast-hide {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(-5em);
      transform: translateY(-5em)
  }
}
.ripro-v2-widget-shop-down {
  position: relative
}
.ripro-v2-widget-shop-down .price {
  margin-top: -10px;
  margin-bottom: 10px
}
.ripro-v2-widget-shop-down .price>h3 {
  margin: 0;
  font-size: 14px;
  padding: 10px 0;
  font-weight: 600
}
.ripro-v2-widget-shop-down .price>h3>small {
  font-size: 60%;
  margin-left: 5px
}
#header-widget-shop-down .ripro-v2-widget-shop-down {
  position: relative;
  padding: 20px;
  background: rgb(42 196 255/10%);
  margin-bottom: 30px
}
#header-widget-shop-down .ripro-v2-widget-shop-down .price>h3 {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  color: unset;
  border-left: unset
}
.widget .tagcloud {
  font-size: 0
}
.widget .tagcloud a {
  display: initial;
  margin: 0 1px;
  text-align: center;
  padding: 0 5px;
  border-radius: 4px;
  color: #999;
  background-color: #f0f4f5;
  float: left;
  width: 32.333%;
  margin: 0 1% 1% 0;
  padding: 0 8px;
  font-size: 12px!important;
  height: 28px;
  line-height: 28px;
  overflow: hidden
}
.widget .tagcloud a:nth-child(1) {
  color: #3385fc
}
.widget .tagcloud a:nth-child(2n) {
  color: #a78522
}
.widget .tagcloud a:nth-child(3n) {
  color: #4c9a50
}
.widget .tagcloud a:nth-child(4n) {
  color: #555
}
.widget .tagcloud a:hover {
  color: #fff;
  background: #536de6
}
.home-cat-nav {
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 10px
}
.home-cat-nav::-webkit-scrollbar {
  width: 0;
  height: 2px;
  display: block
}
.home-cat-nav>span:hover {
  opacity: .8
}
.home-cat-nav>span {
  background-color: #f9c851;
  border-color: #fff;
  color: #fff;
  border-radius: 4px;
  margin-top: 12px;
}
.login-page-title {
  position: relative
}
.login-page-title>h1 {
  font-size: 1.5rem
}
.user-top-container {
  position: relative;
  padding-top: 2rem
}
.navbar-vertical.show .card {
  -webkit-box-shadow: none;
  box-shadow: none
}
.navbar-vertical .nav {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.navbar-vertical .nav-sub .nav-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center
}
.navbar-vertical .nav-tabs {
  border-bottom-width: 0
}
.navbar-vertical .nav-tabs .nav-link {
  border-width: 0;
  margin-bottom: 0
}
.navbar-vertical .nav-tabs .active .nav-link,.navbar-vertical .nav-tabs .active.nav-link {
  background-color: rgb(240 244 245);
  border-radius: .5rem;
  color: #377dff
}
.nav .nav-link {
  color: #555;
  font-size: .875rem
}
.nav .nav-link:not(.active):hover {
  color: #377dff
}
.nav-item.active .nav-link,.nav:not(.nav-pills) .nav-link.active {
  color: #c23440
}
.card {
  width: 100%;
  border: .0625rem solid rgba(231,234,243,.7);
  border-radius: .5rem
}
.card-header {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: .0625rem solid rgba(231,234,243,.7)
}
.card-header:first-child {
  border-radius: .75rem .75rem 0 0
}
.card-title {
  display: block;
  margin-bottom: 0;
  font-size: .95rem
}
.form-control {
  border: .0625rem solid #e7eaf3;
  background-color: #f6fdff
}
@media(prefers-reduced-motion:reduce) {
  .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1e2022
}
.form-control:focus {
  color: #1e2022;
  background-color: #fff;
  border-color: rgba(55,125,255,.4);
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.form-control::-webkit-input-placeholder {
  color: #97a4af;
  opacity: 1
}
.form-control::-moz-placeholder {
  color: #97a4af;
  opacity: 1
}
.form-control:-ms-input-placeholder {
  color: #97a4af;
  opacity: 1
}
.form-control::-ms-input-placeholder {
  color: #97a4af;
  opacity: 1
}
.form-control::placeholder {
  color: #97a4af;
  opacity: 1
}
.form-control:disabled {
  background-color: #f8fafd;
  opacity: 1
}
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
select.form-control:focus::-ms-value {
  color: #1e2022;
  background-color: #fff
}
@media(max-width: 992px) {
  .user-top-container {
      padding-top:.5rem
  }
  .navbar-vertical .nav {
      -ms-flex-direction: revert;
      flex-direction: revert
  }
}
.card-body hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px dashed #e2e2e2;
  background-color: transparent;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  width: 100%
}
.card-body hr:before,.card-body hr:after {
  display: none
}
.poster-html {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  top: 0;
  text-align: center
}
.notify-content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden
}
.notify-content h3 {
  letter-spacing: 2px;
  padding: .8rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  background: rgb(0 0 0/20%);
  border-radius: 3px 3px 0 0;
  margin: 0;
  margin-bottom: 0;
  color: #ffff
}
.notify-content div {
  padding: 20px 30px;
  margin: 0;
  font-size: 15px;
  color: #fff;
  text-align: left
}
.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none!important
}
@media(min-width: 1200px) {
  .wide-screen .container,.wide-screen .container-lg {
      max-width:1440px
  }
  .wide-screen .col-lg-5ths {
      -ms-flex: 0 0 20%;
      -webkit-box-flex: 0;
      flex: 0 0 20%;
      max-width: 20%
  }
  .wide-screen .col-lg-5ths {
      position: relative;
      width: 100%;
      padding-right: 10px;
      padding-left: 10px
  }
  .wide-screen .row {
      margin-right: -10px;
      margin-left: -10px
  }
  .wide-screen .row.no-gutters {
      margin-right: 0;
      margin-left: 0
  }
  .wide-screen [class*=col-] {
      padding-right: 10px;
      padding-left: 10px
  }
  .wide-screen .no-gutters>.col,.wide-screen .no-gutters>[class*=col-] {
      padding-right: 0;
      padding-left: 0
  }
}
#yqlj {
  width: 100%;
  background-color: #fff;
  clear: both;
  height: 50px;
  display: table;
  margin: auto;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #eaeaea
}
#yqlj {
  margin-left: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  list-style: none;
  margin: 0
}
#yqlj li {
  line-height: 30px;
  float: left;
  padding-right: 10px;
  padding-left: 10px
}
#yqlj li a {
  color: #60717e
}
.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-bell-o:before {
  content: "\f0f3"
}
.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400
}

.fa.fa-clock-o:before {
  content: "\f017"
}
.fa.fa-line-chart:before {
  content: "\f201"
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.5);
  overflow-y: scroll;
  cursor: pointer;
}
.pop {
  position: fixed;
  border: #eee solid 1px;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -200px;
  border-radius: 12px;
  width: 320px;
  height: 400px;
  background: -webkit-gradient(linear,0 0,0 100%,from(#0086CF),to(#0086CF));
  background: -webkit-linear-gradient(top,#0086CF,#0086CF);
  background: -moz-linear-gradient(top,#0086CF,#0086CF);
  background: -o-linear-gradient(top,#0086CF,#0086CF);
  background: -ms-linear-gradient(top,#0086CF,#0086CF);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0086CF,endColorstr=#0086CF);
  font-size: 14px;
  text-align: center;
  z-index: 11001;
}
.pop dt {
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #ffcc00;
}
.pop .sub-title {
  line-height: 26px;
  color: #ffcc00;
}
.pop dd {
  margin: 13px;
}
.pop .url {
  cursor: pointer;
  margin: 10px 20px;
  border-radius: 5px;
  padding: 0 10px;
  line-height: 34px;
  background: #0086CF;
  color: #fff;
  text-transform: lowercase;
}
.pop .btn-close {
  margin: 0 auto;
  margin-top: 50px;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.pop .btn-close a {
  display: block;
  background: rgba(255,255,255,.9);
  color: hsla(0,0%,0%,.6);
  font-size: 20px;
  text-align: center;
  border-radius: 100px;
}
.fa.fa-diamond {
font-family: "Font Awesome 5 Free";
font-weight: 400
}

.fa.fa-diamond:before {
content: "\f3a5"
}
div#ad img {
  width: 100%;
  height:80px;
}
@media screen and (max-width: 760px){
  div#ad img {
  width: 100%;
  height:60px;
}
}
 .player-wrap {
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
}
.player {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.player-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
#player{
width:100%;
height:100%}
.post{background:#f0f4f5;}
.dplayer-logo {
    max-width: 100px !important;
    max-height: 50px !important;
}
#yqlj li:nth-child(4) > a {
    color: #f9c851;
}
.breadcrumb-bar {
  margin-top: 15px;
background-color: #f0f4f5;
  overflow-x: auto; 
  white-space: nowrap;
}
.breadcrumb {
  display: flex;
  margin-bottom: 0;
  padding: 0;
  background: none;
}
.breadcrumb-item a {
  text-decoration: none;
  transition: color .15s;
}
.breadcrumb-item a:hover {
  color: #0056b3;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  padding: 0 0.4rem;
  color: #6c757d;
}

.breadcrumb-item.active {
  color: #6c757d;
  pointer-events: none;
}
.age-alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}

.age-alert-box {
  background: #fff;
  padding: 20px 24px;
  border-radius: 10px;
  max-width: 360px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.age-alert-box h3 {
  margin-top: 0;
}

.age-alert-box p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.age-alert-btn {
  margin-top: 15px;
  padding: 8px 24px;
  font-size: 15px;
  border: none;
  border-radius: 4px;
  background: #d33;
  color: #fff;
  cursor: pointer;
}
/*.main{width: 100%; position: relative;}*/
/* --- UC 专用兜底，修复“左右两半、右侧空白” --- */
.is-uc html, .is-uc body { width:100%; max-width:100%; overflow-x:hidden; }

.is-uc .container { max-width:100% !important; padding-left:10px; padding-right:10px; }

/* 关键：让 flex 子项在 UC 不会撑破容器，导致右侧空白 */
.is-uc [class*="col-"] { min-width:0; }

/* 你的列表用了自定义 5 列（col-lg-5ths）；UC 旧内核算宽常翻车，移动端降到两列更稳 */
@media (max-width: 768px) {
  .is-uc .col-lg-5ths,
  .is-uc .col-lg-3,
  .is-uc .col-md-4,
  .is-uc .col-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

/* 图片即使未解码，也给高度占位，避免列高塌陷引发 reflow 异常 */
.is-uc .entry-media img { min-height: 120px; object-fit: cover; }

/* 防绝对/固定层错误撑宽（你有 off-canvas/omnisearch 层） */
.is-uc .off-canvas,
.is-uc .omnisearch { left:0; right:0; max-width:100vw; }

