/*! handsome 2025-03-23 */

.i-switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  background-color: #27c24c;
  border-radius: 30px
}

.i-switch input {
  position: absolute;
  opacity: 0
}

.i-switch input:checked+i:before {
  top: 50%;
  right: 5px;
  bottom: 50%;
  left: 55%;
  border-width: 0;
  border-radius: 5px
}

.i-switch input:checked+i:after {
  margin-left: 16px
}

.i-switch i:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  content: "";
  -webkit-transition: all .2s;
  transition: all .2s
}

.i-switch i:after {
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 18px;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .25);
  -webkit-transition: margin-left .3s;
  transition: margin-left .3s
}

.i-switch-md {
  width: 40px;
  height: 24px
}

.i-switch-md input:checked+i:after {
  margin-left: 17px
}

.i-switch-md i:after {
  width: 22px
}

.i-switch-lg {
  width: 50px;
  height: 30px
}

.i-switch-lg input:checked+i:after {
  margin-left: 21px
}

.i-switch-lg i:after {
  width: 28px
}

.i-checks {
  padding-left: 20px;
  cursor: pointer
}

.i-checks input {
  position: absolute;
  margin-left: -20px;
  opacity: 0
}

.i-checks input:checked+i {
  border-color: #23b7e5
}

.i-checks input:checked+i:before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #23b7e5
}

.i-checks input:checked+span .active {
  display: inherit
}

.i-checks input[type=radio]+i,
.i-checks input[type=radio]+i:before {
  border-radius: 50%
}

.i-checks input[disabled]+i,
fieldset[disabled] .i-checks input+i {
  border-color: #dee5e7
}

.i-checks input[disabled]+i:before,
fieldset[disabled] .i-checks input+i:before {
  background-color: #dee5e7
}

.i-checks>i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 4px;
  margin-left: -20px;
  line-height: 1;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cfdadd
}

.i-checks>i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent;
  content: "";
  -webkit-transition: all .2s;
  transition: all .2s
}

.i-checks>span {
  margin-left: -20px
}

.i-checks>span .active {
  display: none
}

.i-checks-sm input:checked+i:before {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px
}

.i-checks-sm>i {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-left: -18px
}

.i-checks-lg input:checked+i:before {
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px
}

.i-checks-lg>i {
  width: 30px;
  height: 30px
}

.datepicker {
  margin: 0 5px
}

.datepicker .btn-default {
  border-width: 0;
  box-shadow: none
}

.datepicker .btn[disabled] {
  opacity: .4
}

.datepicker .btn-info .text-info {
  color: #fff !important
}

:focus {
  outline: 0 !important
}

html {
  -webkit-tap-highlight-color: transparent;
  background-color: #f0f3f4
}

body {
  font-family: "Source Sans Pro", "Hiragino Sans GB", "Microsoft Yahei", SimSun, Helvetica, Arial, Sans-serif, monospace;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
  color: #58666e;
  background-color: transparent
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

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

p {
  word-break: break-word
}

::selection {
  background: #344449;
  color: #fff;
  text-shadow: none
}

video {
  max-width: 100%
}

.max-img {
  max-height: 280px;
  overflow: auto
}

hr {
  margin: 1.5em auto;
  border-top: 2px dotted #eee
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  word-break: break-all
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none
}

pre code {
  white-space: pre;
  word-wrap: normal
}

.text {
  color: #777
}

table {
  width: 100%;
  overflow: auto;
  display: table;
  font-size: 14px;
  border-spacing: 0;
  border-collapse: collapse;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 1px
}

@media(max-width:767px) {
  table {
    margin-bottom: 0
  }
}

table th {
  font-weight: 700;
  background-color: #f8f8f8
}

table td,
table th {
  padding: 6px 13px;
  word-break: keep-all
}

table tr {
  background-color: #fff
}

table tr:nth-child(2n) {
  background-color: #f8f8f8
}

table th[align=left] {
  text-align: left
}

table th[align=center] {
  text-align: center
}

table th[align=right] {
  text-align: right
}

.overflow-y-auto {
  overflow-y: auto !important
}

:not(.os-mac).small-scroll-bar::-webkit-scrollbar-track-piece {
  background: #eee
}

:not(.os-mac).small-scroll-bar::-webkit-scrollbar {
  width: 8px;
  height: 6px
}

:not(.os-mac).small-scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #cbcbcb
}

:not(.os-mac).small-scroll-bar::-webkit-resizer {
  background-color: #cbcbcb
}

:not(.os-mac).small-scroll-bar::-webkit-scrollbar-corner {
  background-color: #eee
}

:not(.os-mac).small-scroll-bar::-webkit-scrollbar-thumb:hover {
  background-color: #bbb
}

button::-webkit-scrollbar {
  display: none
}

button {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none
}

.scroll-hide::-webkit-scrollbar {
  display: none
}

.scroll-hide {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -moz-scrollbars-none;
  scrollbar-color: transparent transparent;
  scrollbar-track-color: transparent;
  -ms-scrollbar-track-color: transparent;
  scrollbar-width: none
}

blockquote {
  border-color: #dee5e7;
  line-height: 1.5em;
  margin-top: 20px;
  border-left: 2px solid #009a61;
  background: rgba(87, 173, 106, .06);
  color: #555;
  font-size: 1em;
  padding: 10px 20px
}

label {
  font-weight: 400
}

.small,
small {
  font-size: 13px
}

.badge,
.label {
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.badge.bg-light,
.label.bg-light {
  text-shadow: none
}

#tag_cloud .badge {
  background: 0 0
}

#tag_cloud-post a {
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  border-radius: 4px
}

#tag_cloud .badge:hover,
#tag_cloud-post a:hover {
  background-color: #f4f4f4
}

.badge {
  background-color: #f4f4f4;
  color: #555;
  text-shadow: none !important;
  font-weight: 400;
  border-radius: 4px
}

a.badge:focus,
a.badge:hover {
  color: inherit
}

.badge.up {
  position: relative;
  top: -10px;
  padding: 3px 6px;
  margin-left: -10px
}

.badge-sm {
  padding: 2px 5px !important;
  font-size: 85%
}

.label-sm {
  padding-top: 0;
  padding-bottom: 1px
}

.badge-white {
  padding: 2px 6px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, .35)
}

.badge-empty {
  color: inherit;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .15)
}

.caret-white {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, .65)
}

a:hover .caret-white {
  border-top-color: #fff
}

.blogNotice.alert {
  font-size: 13px;
  box-shadow: none;
  border: none
}

.alert .close i {
  display: block;
  font-size: 12px;
  font-weight: 400
}

.form-control {
  border-color: #cfdadd;
  border-radius: 2px;
  resize: vertical
}

.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.form-control:focus {
  border-color: #23b7e5
}

.form-horizontal .control-label.text-left {
  text-align: left
}

.form-control-spin {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  margin-top: -7px
}

.input-group-addon {
  background-color: #edf1f2;
  border-color: #cfdadd
}

.list-group {
  border-radius: 0 !important;
  margin-bottom: 20px;
  padding-left: 0
}

.list-group.no-radius .list-group-item {
  border-radius: 0 !important
}

.list-group.no-borders .list-group-item {
  border: none
}

.list-group.no-border .list-group-item {
  border-width: 1px 0
}

.list-group.no-bg .list-group-item {
  background-color: transparent
}

.list-group-item {
  padding-right: 15px;
  border-color: #e7ecee
}

a.list-group-item.hover,
a.list-group-item:focus,
a.list-group-item:hover {
  background-color: #f6f8f8
}

.list-group-item.media {
  margin-top: 0
}

.list-group-item.active {
  color: #fff;
  background-color: #23b7e5 !important;
  border-color: #23b7e5 !important
}

.list-group-item.active .text-muted {
  color: #ace4f5 !important
}

.list-group-item.active a {
  color: #fff
}

.list-group-item.focus {
  background-color: #e4eaec !important
}

.list-group-item.select {
  position: relative;
  z-index: 1;
  background-color: #dbeef9 !important;
  border-color: #c5e4f5
}

.list-group-alt .list-group-item:nth-child(2n+2) {
  background-color: rgba(0, 0, 0, .02) !important
}

.list-group-lg .list-group-item {
  padding-top: 15px;
  padding-bottom: 15px
}

.list-group-sm .list-group-item {
  padding: 6px 10px
}

.list-group-sp .list-group-item {
  margin-bottom: 5px;
  border-radius: 3px
}

.list-group-item>.badge {
  margin-right: 0
}

.list-group-item>.icon-chevron {
  float: right;
  margin-top: 4px;
  margin-right: -5px
}

.list-group-item>.icon-chevron+.badge {
  margin-right: 5px
}

.nav-pills.no-radius>li>a {
  border-radius: 0
}

.nav-pills>li.active>a {
  color: #fff !important;
  background-color: #23b7e5
}

.nav-pills>li.active>a:active,
.nav-pills>li.active>a:hover {
  background-color: #19a9d5
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: rgba(0, 0, 0, .05)
}

#aside .nav>li>a:focus {
  background-color: transparent
}

.nav.nav-lg>li>a {
  padding: 20px 20px
}

.nav.nav-md>li>a {
  padding: 15px 15px
}

.nav.nav-sm>li>a {
  padding: 6px 12px
}

.nav.nav-xs>li>a {
  padding: 4px 10px
}

.nav.nav-xxs>li>a {
  padding: 1px 10px
}

.nav.nav-rounded>li>a {
  border-radius: 20px
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: rgba(0, 0, 0, .05)
}

.nav-tabs {
  border-color: #dee5e7
}

.nav-tabs>li>a {
  border-bottom-color: #dee5e7;
  border-radius: 2px 2px 0 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li:hover>a {
  border-color: #dee5e7
}

.nav-tabs>li.active>a {
  border-bottom-color: #fff !important
}

.nav-tabs-alt .nav-tabs.nav-justified>li {
  display: table-cell;
  width: 1%
}

.nav-tabs-alt .nav-tabs>li>a {
  background: 0 0 !important;
  border-color: transparent !important;
  border-bottom-color: #dee5e7 !important;
  border-radius: 0
}

.nav-tabs-alt .nav-tabs>li.active>a {
  border-bottom-color: #23b7e5 !important
}

.tab-container {
  margin-bottom: 15px
}

.tab-container .tab-content {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #dee5e7;
  border-top-width: 0;
  border-radius: 0 0 2px 2px
}

.page-navigator>li>a {
  border-color: #dee5e7
}

.page-navigator>li>a:focus,
.page-navigator>li>a:hover {
  background-color: #edf1f2;
  border-color: #dee5e7
}

.panel {
  transition: all .2s ease
}

.single-post.panel {
  border-radius: 6px;
  border: none;
  position: relative;
  overflow: hidden
}

.single-post.panel-large.panel {
  flex-basis: 9999px
}

.post-list .single-post.panel img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

.block-panel {
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, .08)
}

.panel .accordion-toggle {
  display: block;
  font-size: 14px;
  cursor: pointer
}

.panel .list-group-item {
  border-color: rgba(237, 241, 242, .5)
}

.panel.no-borders {
  border-width: 0
}

.panel.no-borders .panel-footer,
.panel.no-borders .panel-heading {
  border-width: 0
}

.panel-default .panel-heading {
  background-color: #f6f8f8
}

.panel-default>.panel-heading {
  color: #777
}

.panel-heading.no-border {
  margin: -1px -1px 0 -1px;
  border: none
}

.panel-heading .nav {
  margin: -10px -15px
}

.panel-heading .list-group {
  background: 0 0
}

.panel-footer {
  background-color: #fff;
  border-color: rgba(237, 241, 242, .6);
  border-radius: 0 0 2px 2px
}

.panel-default {
  border-color: #dee5e7
}

.panel-default>.panel-footer,
.panel-default>.panel-heading {
  border-color: #edf1f2
}

.panel-group .panel-heading+.panel-collapse .panel-body {
  border-top: 1px solid #eaedef
}

.panel-body a:hover {
  color: #222;
  border-bottom-color: #222
}

.panel-body a {
  color: #58666e;
  border-bottom: 1px solid #999;
  word-wrap: break-word;
  word-break: break-all
}

.panel-body p:last-child {
  margin-bottom: 0
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th {
  padding: 8px 15px;
  border-top: 1px solid #eaeff0
}

.table>thead>tr>th {
  padding: 8px 15px;
  border-bottom: 1px solid #eaeff0
}

.table-bordered {
  border-color: #eaeff0
}

.table-bordered>tbody>tr>td {
  border-color: #eaeff0
}

.table-bordered>thead>tr>th {
  border-color: #eaeff0
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #fafbfc
}

.table-striped>thead>th {
  background-color: #fafbfc;
  border-right: 1px solid #eaeff0
}

.table-striped>thead>th:last-child {
  border-right: none
}

.well,
pre {
  border: none #dee5e7;
  background-size: 30px, 30px
}

.fancybox-container pre {
  padding: 0
}

.dropdown-menu {
  border: none !important;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

.dropdown-menu>li>a {
  color: #777
}

.dropdown-menu.pull-left {
  left: 100%
}

.dropdown-menu>.panel {
  margin: -5px 0;
  border: none
}

.dropdown-menu>li>a {
  padding: 4px 10px;
  margin: 0 5px;
  border-radius: 5px
}

#small-talk.dropdown-menu>.panel .list-group-item {
  border-radius: 5px;
  margin-top: 4px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 5px 10px 5px 10px;
  border: none
}

#small-talk .nav-icon svg {
  vertical-align: -3px
}

#small-talk .panel {
  padding-bottom: 5px
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #58666e;
  background-color: #edf1f2 !important;
  background-image: none;
  filter: none
}

.dropdown-header {
  padding: 5px 15px
}

.dropdown-submenu {
  position: relative
}

.dropdown-submenu:focus>a,
.dropdown-submenu:hover>a {
  color: #58666e;
  background-color: #edf1f2 !important
}

.dropdown-submenu:focus>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
  display: block
}

.dropdown-submenu.pull-left {
  float: none !important
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px
}

.dropup .dropdown-submenu>.dropdown-menu {
  top: auto;
  bottom: 0
}

.col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-0 {
  clear: left
}

.row.no-gutter {
  margin-right: 0;
  margin-left: 0
}

.no-gutter [class*=col] {
  padding: 0
}

.row-sm {
  margin-right: -10px;
  margin-left: -10px
}

.row-sm>div {
  padding-right: 10px;
  padding-left: 10px
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, .25)
}

.modal-backdrop.in {
  opacity: .8
}

.modal-over {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.modal-center {
  position: absolute;
  top: 50%;
  left: 50%
}

.page-navigator {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}

.page-navigator>li {
  display: inline
}

.page-navigator>.current>a,
.page-navigator>.current>a:focus,
.page-navigator>.current>a:hover,
.page-navigator>.current>span,
.page-navigator>.current>span:focus,
.page-navigator>.current>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7
}

.page-navigator>li>a:focus,
.page-navigator>li>a:hover,
.page-navigator>li>span:focus,
.page-navigator>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.page-navigator>li:first-child>a,
.page-navigator>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.page-navigator>li:last-child>a,
.page-navigator>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.page-navigator>li>a,
.page-navigator>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}

.page-navigator>li>a,
.page-navigator>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.page-navigator>.current>a,
.page-navigator>.current>a:focus,
.page-navigator>.current>a:hover,
.page-navigator>.current>span,
.page-navigator>.current>span:focus,
.page-navigator>.current>span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #111;
  border-color: #111
}

.page-navigator>li>a,
.page-navigator>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #111;
  text-decoration: none;
  background-color: #fff
}

.page-navigator>li>a:focus,
.page-navigator>li>a:hover,
.page-navigator>li>span:focus,
.page-navigator>li>span:hover {
  z-index: 2;
  color: #111;
  background-color: #eee;
  border-color: #ddd
}

.off-screen+#content+#footer {
  display: none !important
}

.m-b-ss {
  margin-bottom: -2px
}

.i-switch-sm {
  width: 26px;
  height: 15px
}

.i-switch-sm input:checked+i:after {
  margin-left: 14px
}

.i-switch-sm i:after {
  width: 12px
}

.app-header {
  z-index: 1020;
  border-radius: 0
}

@media (min-width:768px) {
  .app-aside-fix #aside.gpu-speed {
    transform: translate3d(0, 0, 0)
  }

  .modal-open #post-panel.gpu-speed {
    transform: none
  }
}

.app-aside {
  float: left
}

.app-aside:before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: inherit;
  background-color: inherit;
  border: none;
  content: "";
  overflow: hidden
}

.app-aside-footer {
  position: absolute;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  max-width: 200px
}

.app-aside-folded .app-aside-footer {
  max-width: 60px
}

.app-aside-footer~div {
  padding-bottom: 50px
}

.app-aside-right {
  padding-bottom: 50px
}

.app-content {
  height: 100%;
  z-index: 10
}

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

.app-content:after {
  clear: both
}

.app-content-full {
  position: absolute;
  top: 50px;
  bottom: 50px;
  width: auto !important;
  height: auto;
  padding: 0 !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.app-content-full.h-full {
  bottom: 0;
  height: auto
}

.app-content-body {
  float: left;
  width: 100%
}

.app-content-body .app-content {
  padding-bottom: 50px
}

.app-content-body .center-part {
  position: relative
}

.app-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10
}

.app-footer.app-footer-fixed {
  position: fixed
}

.navbar {
  margin: 0;
  border-width: 0;
  border-radius: 0
}

.navbar .navbar-form-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-md {
  min-height: 60px
}

.navbar-md .navbar-btn {
  margin-top: 13px
}

.navbar-md .navbar-form {
  margin-top: 15px
}

.navbar-md .navbar-nav>li>a {
  padding-top: 20px;
  padding-bottom: 20px
}

.navbar-md .navbar-brand {
  line-height: 60px
}

.navbar-header>button {
  padding: 10px 17px;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  background-color: transparent;
  border: none
}

.navbar-brand {
  display: inline-block;
  float: none !important;
  height: auto;
  padding: 0 20px;
  font-size: 19px;
  font-weight: 700;
  line-height: 50px;
  text-align: center
}

.navbar-brand svg {
  vertical-align: -1px
}

.navbar-brand:hover {
  text-decoration: none
}

.navbar-brand img {
  display: inline;
  max-height: 35px;
  max-width: 160px !important;
  margin-top: -4px;
  vertical-align: middle
}

@media (max-width:767px) {
  .navbar-brand {
    display: block
  }
}

.app-header .navbar-header {
  height: 50px
}

.bg-info .progress-xs.dker {
  background-color: #1199c4
}

.panel-heading {
  cursor: pointer
}

.panel-collapse.panel-heading {
  cursor: pointer;
  border-radius: 4px
}

.nav-tabs-alt .nav-tabs>li>a {
  border: none !important
}

.nav-tabs-alt .new-nav-tab.nav.nav-tabs>li>a {
  padding: 2px 0 !important;
  margin-bottom: 0;
  z-index: 10
}

@media (min-width:992px) {
  #post-panel {
    padding-bottom: 50px
  }
}

@media (max-width:992px) {
  #rightAside {
    padding-bottom: 50px
  }
}

@media (max-width:992px) {
  #sidebar {
    padding-bottom: 50px
  }

  .app-footer .footer_wrapper {
    background: #fff
  }

  .nav-tabs-alt .new-nav-tab.nav.nav-tabs>li>a {
    padding: 3px 0 !important
  }
}

.page-navigator>li>a,
.page-navigator>li>span {
  border: none
}

.form-control {
  border-color: rgba(135, 150, 165, .15);
  border-width: 1px;
  color: inherit
}

.form-control:not(.is-valid):not(.is-invalid):focus {
  border-color: #448bff
}

.form-control:focus {
  color: inherit;
  box-shadow: 0 0 0 .2rem rgba(68, 139, 255, .25)
}

.form-control:focus {
  color: #666;
  background-color: #fff;
  border-color: #c4daff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(68, 139, 255, .25)
}

.pager li>a,
.pager li>span {
  border: none
}

.collapse-panel .panel-heading {
  border: none;
  color: inherit;
  user-select: none
}

.goal-panel .panel-heading {
  color: inherit;
  border: none
}

.goal-panel h5 {
  margin-top: 13px !important
}

.dropdown-menu .divider {
  background-color: rgba(229, 229, 229, .3)
}

.panel-default {
  border: none
}

.entry-title {
  word-break: break-all
}

@media (max-width:767px) {
  .entry-title {
    font-size: 30px
  }
}

:not(.app-aside-dock).app-aside-fix .aside-wrap .navi-wrap .navi {
  padding-bottom: 100px
}

@media (min-width:767px) {
  :not(.app-aside-dock).app-aside-fix .aside-wrap .navi-wrap .navi {
    padding-bottom: 250px
  }
}

.app-aside-dock .aside-wrap .navi-wrap {
  padding-bottom: 0
}

.wrapper .panel.box-shadow-wrap-normal {
  border: 1px solid transparent !important
}

.text-title {
  color: #555
}

.text-second {
  opacity: .8
}

.external-link svg {
  width: 13px;
  height: 13px;
  vertical-align: -1px;
  margin-left: 3px
}

.post_link svg {
  vertical-align: -3px;
  margin-right: 3px
}

a.post_link {
  border: none !important;
  color: #3370ff !important;
  padding: 3px
}

a.post_link:hover {
  background-color: rgba(51, 112, 255, .1);
  border-radius: 4px
}

a.post_link:active {
  background-color: rgba(51, 112, 255, .2)
}

a.post_link.disable-post {
  color: #646a73 !important
}

a.post_link.disable-post:hover {
  background-color: rgba(100, 106, 115, .1)
}

a.post_link.disable-post:active {
  background-color: rgba(100, 106, 115, .2)
}

.no-container #post-panel,
.no-container .blog-posts {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto
}

.no-container #small_widgets,
.no-container .app-content-body header {
  text-align: center
}

.app-aside-dock #left_footer {
  display: none !important
}

#alllayout ul.nav.nav-sub.dk.child-nav li a {
  padding-left: 16px !important
}

#alllayout ul.nav.nav-sub.dk.child-nav li li a {
  padding-left: 24px !important
}

#alllayout ul.nav.nav-sub.dk.child-nav li li li a {
  padding-left: 32px !important
}

.no-container #post-panel,
.no-container .blog-posts {
  max-width: initial
}

.grow-wrap {
  display: grid;
  word-break: break-all
}

.grow-wrap::after {
  content: attr(data-replicated-value) " ";
  white-space: pre-wrap;
  visibility: hidden
}

.grow-wrap>textarea {
  resize: none;
  overflow: hidden
}

.grow-wrap::after,
.grow-wrap>textarea {
  padding: .5rem;
  font: inherit;
  grid-area: 1/1/2/2
}

.lock-tag svg {
  vertical-align: -3px;
  margin-right: 2px
}

[layout=column] {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

@media (max-width:767px) {
  [layout=column] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
  }
}

[layout] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex
}

[flex] {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

body,
html {
  width: 100%;
  height: 100%;
  color: #777
}

body {
  overflow-x: hidden
}

.hbox {
  display: table;
  width: 100%;
  height: 100%;
  border-spacing: 0;
  table-layout: fixed;
  min-height: calc(100vh - 50px)
}

@media (min-width:992px) {
  .app-aside-dock .hbox {
    min-height: calc(100vh - 90px)
  }
}

.hbox .col {
  display: table-cell;
  float: none;
  height: 100%;
  vertical-align: top
}

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

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

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

.vbox {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 240px;
  border-spacing: 0
}

.vbox .row-row {
  display: table-row;
  height: 100%
}

.vbox .row-row .cell {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.ie .vbox .row-row .cell {
  display: table-cell
}

.vbox .row-row .cell .cell-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.app {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100%
}

.app:before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: inherit;
  border: inherit;
  content: ""
}

.app-header-fixed {
  padding-top: 50px
}

.app-header-fixed .app-header {
  position: fixed;
  top: 0;
  width: 100%
}

.app-aside-folded #aside {
  z-index: 10
}

.app-aside-fix #aside {
  position: fixed;
  height: 100%;
  overflow: hidden
}

#left_footer {
  display: none
}

.app-aside-fix #aside #left_footer {
  position: absolute;
  margin: 10px;
  bottom: 50px;
  border-radius: 5px;
  display: flex;
  transform: translateZ(0);
  height: auto;
  align-items: center;
  justify-content: flex-start;
  left: 0;
  right: 0
}

.aside-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  margin-left: 10px
}

.aside-item {
  padding: 6px 10px;
  margin: 5px;
  border-radius: 5px;
  flex: 1
}

@media (min-width:768px) {

  .app-aside,
  .navbar-header {
    width: 200px
  }

  .app-content,
  .app-footer,
  .navbar-collapse {
    margin-left: 200px
  }

  .app-aside-right {
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    z-index: 1000
  }

  .app-aside-right.pos-fix {
    z-index: 1010
  }

  .visible-folded {
    display: none
  }

  .app-aside-folded .hidden-folded {
    display: none !important
  }

  .app-aside-folded .visible-folded {
    display: inherit
  }

  .app-aside-folded .text-center-folded {
    text-align: center
  }

  .app-aside-folded .pull-none-folded {
    float: none !important
  }

  .app-aside-folded .w-auto-folded {
    width: auto
  }

  .app-aside-folded .app-aside,
  .app-aside-folded .navbar-header {
    width: 60px
  }

  .app-aside-folded .app-content,
  .app-aside-folded .app-footer,
  .app-aside-folded .navbar-collapse {
    margin-left: 60px
  }

  .app-aside-folded .app-header .navbar-brand {
    display: block;
    padding: 0
  }

  .app-aside-fix .app-aside:before {
    display: none
  }

  .app-aside-fix:not(.app-header-fixed) .app-header .navbar-header {
    position: fixed
  }

  .app-aside-fix .aside-wrap {
    height: 100%;
    overflow: hidden
  }

  .app-aside-fix.app-aside-folded #aside {
    overflow: initial
  }

  .bg-auto:before {
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: inherit;
    background-color: inherit;
    border: inherit;
    content: ""
  }

  .bg-auto.b-l:before {
    margin-left: -1px
  }

  .bg-auto.b-r:before {
    margin-right: -1px
  }

  .col.show {
    display: table-cell !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hbox-auto-sm {
    display: block
  }

  .hbox-auto-sm>.col {
    display: block;
    width: auto;
    height: auto
  }

  .hbox-auto-sm>.col.show {
    display: block !important
  }
}

@media (max-width:991px) {
  #tag_toc {
    display: none !important
  }
}

@media (max-width:767px) {
  body {
    height: auto;
    min-height: 100vh
  }

  .navbar-fixed-bottom {
    position: fixed
  }

  .app-aside {
    float: none
  }

  .app-content-full {
    position: relative;
    top: 0;
    width: 100% !important
  }

  .hbox-auto-xs {
    display: block
  }

  .hbox-auto-xs>.col {
    display: block;
    width: auto;
    height: auto
  }

  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0
  }

  .navbar-nav>li>a {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1)
  }

  .navbar-nav>li>a .up {
    top: 0
  }

  .navbar-nav>li>a .avatar {
    width: 30px;
    margin-top: -5px
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #fff
  }

  .navbar-form {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .1)
  }

  .navbar-form .form-group {
    margin-bottom: 0
  }
}

@media (min-width:992px) {
  .app-header-fixed .app-header {
    position: sticky;
    top: 0
  }

  .app-header-fixed {
    padding-top: 0
  }

  .app-aside-dock.small-dock.app-aside-fix.app-header-fixed {
    padding-top: 0 !important
  }

  .app-header-fixed.app-aside-fix #aside {
    position: sticky;
    top: 50px;
    height: calc(100vh - 50px)
  }

  body.left-aside-folded-body .app-header-fixed.app-aside-fix #aside,
  body.left-dragging .app-header-fixed.app-aside-fix #aside {
    position: fixed;
    height: 100%
  }

  .app-header-fixed.app-aside-fix.app-aside-dock #aside {
    height: auto
  }

  .app-header-fixed.app-aside-fix #aside #left_footer {
    bottom: 0
  }

  body.left-aside-folded-body .app-header-fixed.app-aside-fix #aside #left_footer,
  body.left-dragging .app-header-fixed.app-aside-fix #aside #left_footer {
    bottom: 50px
  }
}

html.bg {
  background: url('');
  background-attachment: fixed;
  background-size: cover
}

.app.container {
  padding-right: 0;
  padding-left: 0
}

#tag_toc.fixed #toc {
  width: 200px;
  max-height: calc(78vh);
  overflow-x: hidden;
  position: relative
}

body {
  font-size: 15px
}

.h5,
h5 {
  font-size: 15px
}

.post-item-foot-icon {
  font-size: 14px
}

.post-head-icon {
  font-size: 14px
}

.badge {
  font-size: 13px
}

.post-meta .summary {
  font-size: 14px
}

@media (min-width:768px) {
  .navbar-collapse.collapse {
    height: 50px !important
  }

  .app.container {
    width: 750px
  }

  .app:before {
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, .05)
  }

  .app.container .app-aside {
    overflow-x: hidden
  }

  .app.container.app-aside-folded .app-aside {
    overflow-x: visible
  }

  .app.container.app-aside-fixed.app-aside-folded .app-aside>ul.nav {
    position: absolute
  }

  .app.container .app-aside,
  .app.container .app-header {
    max-width: 750px
  }

  .app.container .app-footer-fixed {
    right: auto;
    left: auto;
    width: 100%;
    max-width: 550px
  }

  .app.container.app-aside-folded .app-footer-fixed {
    max-width: 690px
  }

  .app.container.app-aside-dock .app-footer-fixed {
    max-width: 750px
  }
}

@media (min-width:992px) {
  .app.container {
    width: 970px
  }

  .app.container .app-aside,
  .app.container .app-header {
    max-width: 970px
  }

  .app.container .app-footer-fixed {
    max-width: 770px
  }

  .app.container.app-aside-folded .app-footer-fixed {
    max-width: 910px
  }

  .app.container.app-aside-dock .app-footer-fixed {
    max-width: 970px
  }

  .app-content,
  .app-footer,
  .navbar-collapse {
    margin-left: 220px
  }

  .app-footer {
    margin-right: 240px
  }

  .app-aside,
  .navbar-header {
    width: 220px
  }
}

@media (min-width:1200px) {
  .app.container {
    width: 1110px
  }

  .app.container .app-aside,
  .app.container .app-header {
    max-width: 1110px
  }

  .app.container .app-footer-fixed {
    max-width: 970px
  }

  .app.container.app-aside-folded .app-footer-fixed {
    max-width: 1100px
  }

  .app.container.app-aside-dock .app-footer-fixed {
    max-width: 1100px
  }
}

@media (min-width:1700px) {
  .app.container {
    width: 1300px
  }

  .app.container .app-aside,
  .app.container .app-header {
    max-width: 1350px
  }

  .app-aside,
  .navbar-header {
    width: 230px
  }

  .app-content,
  .app-footer,
  .navbar-collapse {
    margin-left: 230px
  }

  #rightAside.w-md {
    width: 250px
  }

  .app-footer {
    margin-right: 250px
  }

  #tag_toc.fixed #toc {
    width: 210px
  }
}

@media (min-width:2048px) {
  .app.container {
    width: 1400px
  }

  .app.container .app-aside,
  .app.container .app-header {
    max-width: 1400px
  }

  .app-aside,
  .navbar-header {
    width: 260px
  }

  .app-content,
  .app-footer,
  .navbar-collapse {
    margin-left: 260px
  }

  #rightAside.w-md {
    width: 280px
  }

  .app-footer {
    margin-right: 280px
  }

  #tag_toc.fixed #toc {
    width: 240px
  }

  body {
    font-size: 16px
  }

  .h1,
  h1 {
    font-size: 40px
  }

  .h5,
  h5 {
    font-size: 16px
  }

  .post-head-icon {
    font-size: 15px
  }

  .text-xs {
    font-size: 14px
  }

  .post-item-foot-icon {
    font-size: 15px
  }

  .badge {
    font-size: 14px
  }

  .tocify li,
  .tocify ul {
    font-size: 15px
  }
}

.nav-sub {
  height: 0;
  margin-left: -20px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s
}

.active>.nav-sub,
.app-aside-folded li:active>.nav-sub,
.app-aside-folded li:focus>.nav-sub {
  height: auto;
  margin-left: 0;
  overflow: auto;
  opacity: 1
}

.nav-sub-header {
  display: none !important
}

.nav-sub-header a {
  padding: 15px 20px
}

.navi ul.nav li {
  position: relative;
  display: block
}

.navi ul.nav li li a {
  padding-left: 55px
}

.navi ul.nav li li ul {
  display: none
}

.navi ul.nav li li.active>ul {
  display: block
}

.navi ul.nav li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-weight: 400;
  text-transform: none;
  -webkit-transition: background-color .2s ease-in-out 0s;
  transition: background-color .2s ease-in-out 0s
}

.no-animate .nav-sub {
  transition: none;
  -webkit-transition: none
}

.navi ul.nav li a .parent_name {
  padding: 0 20px 5px 0
}

.navi ul.nav li a .badge,
.navi ul.nav li a .label {
  padding: 2px 5px;
  margin-top: 2px;
  font-size: 11px
}

.navi ul.nav li a>i {
  position: relative;
  float: left;
  width: 40px;
  margin: -10px -10px;
  margin-right: 5px;
  overflow: hidden;
  line-height: 40px;
  text-align: center
}

.navi ul.nav li a>i:before {
  position: relative;
  z-index: 2
}

@media (min-width:768px) {
  .app-aside-folded .nav-sub-header {
    display: block !important
  }

  .app-aside-folded .nav-sub-header a {
    padding: 15px 20px !important
  }

  .app-aside-folded .navi:not(.not-fold)>ul>li>a {
    position: relative;
    height: 50px;
    padding: 0;
    text-align: center;
    border: none;
    overflow: hidden
  }

  .app-aside-dock .app-aside .nav-icon {
    margin: -10px auto !important
  }

  .app-aside-folded .navi:not(.not-fold)>ul>li:hover>a .nav-icon {
    margin-top: -50px
  }

  .app-aside-dock.app-aside-folded .navi:not(.not-fold)>ul>li:hover>a .nav-icon {
    margin-top: -10px
  }

  .app-aside-folded .navi:not(.not-fold)>ul>li>a .nav-icon~span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 60px;
    padding: 0 5px
  }

  .app-aside-folded.app-aside-dock .navi>ul>li>a span {
    height: auto
  }

  .app-aside-folded .navi:not(.not-fold)>ul>li>a span.pull-right {
    display: none !important
  }

  .app-aside-folded .navi:not(.not-fold)>ul>li>a .nav-icon {
    display: block;
    float: none !important;
    width: auto;
    margin: 0;
    font-size: 16px;
    line-height: 50px;
    border: none !important;
    -webkit-transition: margin-top .2s;
    transition: margin-top .2s
  }

  .app-aside-folded .navi:not(.not-fold)>ul>li>a span b {
    left: 0 !important
  }

  .app-aside-folded .navi:not(.not-fold)>ul>li>a .badge,
  .app-aside-folded .navi:not(.not-fold)>ul>li>a .label {
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 3
  }

  .app-aside-folded .navi:not(.not-fold)>ul>li>ul {
    position: absolute;
    top: 0 !important;
    left: 100%;
    z-index: 1050;
    width: 200px;
    height: 0 !important;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
  }

  .app-aside-folded .navi:not(.not-fold) li li a {
    padding-left: 20px !important
  }

  .app-aside-folded.app-aside-fix .app-aside>ul.nav {
    position: absolute;
    left: 80px;
    z-index: 2019;
    display: block;
    width: 260px;
    height: auto;
    overflow: visible;
    overflow-y: auto;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05)
  }

  .app-aside-folded.app-aside-fix .app-aside>ul.nav:before {
    position: absolute;
    top: 0;
    left: -60px;
    width: 60px;
    height: 50px;
    content: ""
  }

  .app-aside-folded.app-aside-fix .app-aside>ul.nav a {
    padding-right: 20px !important;
    padding-left: 20px !important
  }
}

@media (max-width:767px) {

  body,
  html {
    overflow-x: hidden !important
  }

  .app {
    overflow-x: hidden
  }

  .app-content {
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease
  }

  .off-screen {
    position: fixed;
    top: 50px;
    bottom: 0;
    z-index: 1010;
    display: block !important;
    width: 75%;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
    -webkit-overflow-scrolling: touch
  }

  .off-screen+* {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1015;
    width: 100%;
    padding-top: 50px;
    overflow: hidden;
    background-color: #f0f3f4;
    -webkit-transform: translate3d(75%, 0, 0);
    transform: translate3d(75%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
  }

  .off-screen+* .off-screen-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    display: block !important
  }

  .off-screen.pull-right {
    right: 0
  }

  .off-screen.pull-right+* {
    -webkit-transform: translate3d(-75%, 0, 0);
    transform: translate3d(-75%, 0, 0)
  }
}

@media (min-width:992px) {
  .app-aside-dock .app-content {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .app-aside-dock .app-footer {
    margin-left: 0 !important
  }

  .app-aside-dock #aside,
  .app-aside-dock .aside-wrap,
  .app-aside-dock .aside-wrap .navi-wrap {
    height: auto
  }

  .app-aside-dock .app-aside-footer~div {
    padding-bottom: 0
  }

  .app-aside-dock.app-aside-fix.app-header-fixed {
    padding-top: 115px
  }

  .app-aside-dock.app-aside-fix .app-aside {
    position: fixed;
    top: 50px;
    z-index: 1000;
    width: 100%
  }

  .app-aside-dock .app-aside,
  .app-aside-dock .aside-wrap,
  .app-aside-dock .navi-wrap {
    position: relative;
    top: 0;
    float: none;
    width: 100% !important;
    overflow: visible !important
  }

  .app-aside-dock .navi-wrap>* {
    width: auto !important
  }

  .app-aside-dock .app-aside {
    bottom: auto !important
  }

  .app-aside-dock .app-aside {
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .05);
    border-right-width: 0
  }

  .app-aside-dock .app-aside:before {
    display: none
  }

  .app-aside-dock header.box-shadow-bottom-lg {
    box-shadow: none !important
  }

  .app-aside-dock .app-aside nav>.nav {
    float: left
  }

  .app-aside-dock .app-aside .hidden-folded,
  .app-aside-dock .app-aside .line,
  .app-aside-dock .app-aside .navi-wrap>div {
    display: none !important
  }

  .app-aside-dock .app-aside .navi>ul>li {
    position: relative;
    display: inline-block;
    float: left
  }

  .app-aside-dock .app-aside .navi>ul>li>a {
    height: 65px;
    padding: 10px 15px 12px 15px;
    text-align: center
  }

  .app-aside-dock .app-aside .navi>ul>li>a>.badge,
  .app-aside-dock .app-aside .navi>ul>li>a>.label {
    position: absolute;
    top: 5px;
    right: 8px;
    padding: 1px 4px
  }

  .app-aside-dock .app-aside .navi>ul>li>a>i {
    display: block;
    float: none;
    width: 40px;
    margin-top: -10px;
    margin-right: auto;
    margin-bottom: -7px;
    margin-left: auto;
    font-size: 14px;
    line-height: 40px
  }

  .app-aside-dock .app-aside .navi>ul>li>a>span.pull-right {
    position: absolute;
    bottom: 2px;
    left: 50%;
    display: block !important;
    margin-left: -6px;
    line-height: 1
  }

  .app-aside-dock .app-aside .navi>ul>li>a>span.pull-right i {
    width: 12px;
    font-size: 12px;
    line-height: 12px
  }

  .app-aside-dock .app-aside .navi>ul>li>a>span.pull-right i.text {
    line-height: 14px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
  }

  .app-aside-dock .app-aside .navi>ul>li>a>span {
    display: block;
    font-weight: 400
  }

  .app-aside-dock .app-aside .navi>ul>li .nav-sub {
    position: absolute;
    top: auto !important;
    left: 0;
    z-index: 1050;
    display: none;
    width: 200px;
    height: auto;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
  }

  .app-aside-dock .app-aside .navi>ul>li .nav-sub-header {
    display: none !important
  }

  .app-aside-dock .app-aside .navi li li a {
    padding-left: 15px
  }

  .app-aside-dock .app-aside .navi li:active>.nav-sub:not(.child-nav),
  .app-aside-dock .app-aside .navi li:focus>.nav-sub:not(.child-nav),
  .app-aside-dock .app-aside .navi li:hover>.nav-sub:not(.child-nav) {
    display: block;
    height: auto;
    margin-left: 0;
    overflow: auto;
    opacity: 1
  }

  .app-aside-dock .app-aside .navi li:active>.nav-sub li.active .child-nav,
  .app-aside-dock .app-aside .navi li:focus>.nav-sub li.active .child-nav,
  .app-aside-dock .app-aside .navi li:hover>.nav-sub li.active .child-nav {
    position: relative;
    display: block;
    height: auto !important;
    margin-left: 0;
    overflow: auto;
    opacity: 1
  }

  .app-aside-dock.small-dock #aside,
  .app-aside-dock.small-dock .aside-wrap,
  .app-aside-dock.small-dock .aside-wrap .navi-wrap {
    height: auto
  }

  .app-aside-dock.small-dock .app-aside .navi>ul>li>a {
    height: auto;
    padding: 10px 10px 10px 10px
  }

  .app-aside-dock.small-dock .app-aside .navi>ul>li>a>span.pull-right {
    position: relative;
    bottom: -2px;
    left: initial;
    display: block !important;
    margin-left: 4px
  }

  .app-aside-dock.small-dock .app-aside .navi>ul>li>a>span {
    display: inline
  }

  .app-aside-dock.small-dock.app-aside-fix.app-header-fixed {
    padding-top: 90px
  }

  .app-aside-dock.small-dock .navbar-header {
    width: 195px
  }

  .app-aside-dock.small-dock .navbar-collapse {
    margin-left: 195px
  }
}

.arrow {
  z-index: 0;
  border-width: 9px
}

.arrow,
.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.arrow:after {
  border-width: 8px;
  content: ""
}

.arrow.top {
  top: -9px;
  left: 50%;
  margin-left: -9px;
  border-bottom-color: rgba(0, 0, 0, .1);
  border-top-width: 0
}

.arrow.top:after {
  top: 1px;
  margin-left: -8px;
  border-bottom-color: #fff;
  border-top-width: 0
}

.arrow.top.arrow-primary:after {
  border-bottom-color: #7266ba
}

.arrow.top.arrow-info:after {
  border-bottom-color: #23b7e5
}

.arrow.top.arrow-success:after {
  border-bottom-color: #27c24c
}

.arrow.top.arrow-danger:after {
  border-bottom-color: #f05050
}

.arrow.top.arrow-warning:after {
  border-bottom-color: #fad733
}

.arrow.top.arrow-light:after {
  border-bottom-color: #edf1f2
}

.arrow.top.arrow-dark:after {
  border-bottom-color: #3a3f51
}

.arrow.top.arrow-black:after {
  border-bottom-color: #1c2b36
}

.arrow.right {
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-left-color: rgba(0, 0, 0, .1);
  border-right-width: 0
}

.arrow.right:after {
  right: 1px;
  bottom: -8px;
  border-left-color: #fff;
  border-right-width: 0
}

.arrow.right.arrow-primary:after {
  border-left-color: #7266ba
}

.arrow.right.arrow-info:after {
  border-left-color: #23b7e5
}

.arrow.right.arrow-success:after {
  border-left-color: #27c24c
}

.arrow.right.arrow-danger:after {
  border-left-color: #f05050
}

.arrow.right.arrow-warning:after {
  border-left-color: #fad733
}

.arrow.right.arrow-light:after {
  border-left-color: #edf1f2
}

.arrow.right.arrow-dark:after {
  border-left-color: #3a3f51
}

.arrow.right.arrow-black:after {
  border-left-color: #1c2b36
}

.arrow.bottom {
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  border-top-color: rgba(0, 0, 0, .1);
  border-bottom-width: 0
}

.arrow.bottom:after {
  bottom: 1px;
  margin-left: -8px;
  border-top-color: #fff;
  border-bottom-width: 0
}

.arrow.bottom.arrow-primary:after {
  border-top-color: #7266ba
}

.arrow.bottom.arrow-info:after {
  border-top-color: #23b7e5
}

.arrow.bottom.arrow-success:after {
  border-top-color: #27c24c
}

.arrow.bottom.arrow-danger:after {
  border-top-color: #f05050
}

.arrow.bottom.arrow-warning:after {
  border-top-color: #fad733
}

.arrow.bottom.arrow-light:after {
  border-top-color: #edf1f2
}

.arrow.bottom.arrow-dark:after {
  border-top-color: #3a3f51
}

.arrow.bottom.arrow-black:after {
  border-top-color: #1c2b36
}

.arrow.left {
  top: 50%;
  left: -9px;
  margin-top: -9px;
  border-right-color: #dee5e7;
  border-left-width: 0
}

.arrow.left:after {
  bottom: -8px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0
}

.arrow.left.arrow-primary:after {
  border-right-color: #7266ba
}

.arrow.left.arrow-info:after {
  border-right-color: #23b7e5
}

.arrow.left.arrow-success:after {
  border-right-color: #27c24c
}

.arrow.left.arrow-danger:after {
  border-right-color: #f05050
}

.arrow.left.arrow-warning:after {
  border-right-color: #fad733
}

.arrow.left.arrow-light:after {
  border-right-color: #edf1f2
}

.arrow.left.arrow-dark:after {
  border-right-color: #3a3f51
}

.arrow.left.arrow-black:after {
  border-right-color: #1c2b36
}

.arrow.pull-left {
  left: 19px
}

.arrow.pull-right {
  right: 19px;
  left: auto
}

.arrow.pull-up {
  top: 19px
}

.arrow.pull-down {
  top: auto;
  bottom: 19px
}

.btn {
  font-weight: 500;
  border-radius: 2px;
  outline: 0 !important
}

.btn-link {
  color: #58666e
}

.btn-link.active {
  box-shadow: none;
  webkit-box-shadow: none
}

.btn-default {
  color: #58666e !important;
  background-color: #fcfdfd;
  background-color: #fff;
  border-color: #dee5e7;
  border-bottom-color: #d8e1e3;
  -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, .1);
  box-shadow: 0 1px 1px rgba(90, 90, 90, .1)
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  color: #58666e !important;
  background-color: #edf1f2;
  border-color: #c7d3d6
}

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
  background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fcfdfd;
  border-color: #dee5e7
}

.btn-default.btn-bg {
  border-color: rgba(0, 0, 0, .1);
  background-clip: padding-box
}

.btn-primary {
  color: #fff !important;
  background-color: #7266ba;
  border-color: #7266ba
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  color: #fff !important;
  background-color: #6254b2;
  border-color: #5a4daa
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
  background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #7266ba;
  border-color: #7266ba
}

.btn-success {
  color: #fff !important;
  background-color: #27c24c;
  border-color: #27c24c
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
  color: #fff !important;
  background-color: #23ad44;
  border-color: #20a03f
}

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
  background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #27c24c;
  border-color: #27c24c
}

.btn-info {
  color: #fff !important;
  background-color: #23b7e5;
  border-color: #23b7e5
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
  color: #fff !important;
  background-color: #19a9d5;
  border-color: #189ec8
}

.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
  background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #23b7e5;
  border-color: #23b7e5
}

.btn-warning {
  color: #fff !important;
  background-color: #fad733;
  border-color: #fad733
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
  color: #fff !important;
  background-color: #f9d21a;
  border-color: #f9cf0b
}

.btn-warning.active,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
  background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #fad733;
  border-color: #fad733
}

.btn-yellow {
  background: #c0a46b;
  color: #fff;
  transition: all .2s ease-in-out;
  line-height: 1.3
}

.btn-yellow:active,
.btn-yellow:focus {
  color: #fff
}

.btn-yellow:hover {
  color: #fff;
  background: #b69c66;
  transition: all .2s ease-in-out
}

.btn-danger {
  color: #fff !important;
  background-color: #f05050;
  border-color: #f05050
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
  color: #fff !important;
  background-color: #ee3939;
  border-color: #ed2a2a
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
  background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #f05050;
  border-color: #f05050
}

.btn-dark {
  color: #fff !important;
  background-color: #3a3f51;
  border-color: #3a3f51
}

.btn-dark.active,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open .dropdown-toggle.btn-dark {
  color: #fff !important;
  background-color: #2f3342;
  border-color: #292d39
}

.btn-dark.active,
.btn-dark:active,
.open .dropdown-toggle.btn-dark {
  background-image: none
}

.btn-dark.disabled,
.btn-dark.disabled.active,
.btn-dark.disabled:active,
.btn-dark.disabled:focus,
.btn-dark.disabled:hover,
.btn-dark[disabled],
.btn-dark[disabled].active,
.btn-dark[disabled]:active,
.btn-dark[disabled]:focus,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark,
fieldset[disabled] .btn-dark.active,
fieldset[disabled] .btn-dark:active,
fieldset[disabled] .btn-dark:focus,
fieldset[disabled] .btn-dark:hover {
  background-color: #3a3f51;
  border-color: #3a3f51
}

.btn-black {
  color: #fff !important;
  background-color: #1c2b36;
  border-color: #1c2b36
}

.btn-black.active,
.btn-black:active,
.btn-black:focus,
.btn-black:hover,
.open .dropdown-toggle.btn-black {
  color: #fff !important;
  background-color: #131e25;
  border-color: #0e161b
}

.btn-black.active,
.btn-black:active,
.open .dropdown-toggle.btn-black {
  background-image: none
}

.btn-black.disabled,
.btn-black.disabled.active,
.btn-black.disabled:active,
.btn-black.disabled:focus,
.btn-black.disabled:hover,
.btn-black[disabled],
.btn-black[disabled].active,
.btn-black[disabled]:active,
.btn-black[disabled]:focus,
.btn-black[disabled]:hover,
fieldset[disabled] .btn-black,
fieldset[disabled] .btn-black.active,
fieldset[disabled] .btn-black:active,
fieldset[disabled] .btn-black:focus,
fieldset[disabled] .btn-black:hover {
  background-color: #1c2b36;
  border-color: #1c2b36
}

.btn-icon {
  width: 34px;
  height: 34px;
  padding: 0 !important;
  text-align: center
}

.btn-icon i {
  position: relative;
  top: -1px;
  line-height: 34px
}

.btn-icon.btn-sm {
  width: 30px;
  height: 30px
}

.btn-icon.btn-sm i {
  line-height: 30px
}

.btn-icon.btn-lg {
  width: 45px;
  height: 45px
}

.btn-icon.btn-lg i {
  line-height: 45px
}

.btn-rounded {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 50px
}

.btn-rounded.btn-lg {
  padding-right: 25px;
  padding-left: 25px
}

.btn>i.pull-left,
.btn>i.pull-right {
  line-height: 1.42857143
}

.btn-block {
  padding-right: 12px;
  padding-left: 12px
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 2px
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px
}

.btn-addon i {
  position: relative;
  float: left;
  width: 34px;
  height: 34px;
  margin: -7px -12px;
  margin-right: 12px;
  line-height: 34px;
  text-align: center;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 2px 0 0 2px;
  font-style: normal
}

.social_icon .btn-icon.btn-sm {
  margin-right: 5px
}

.aside-item.btn-icon.btn-sm {
  height: 28px
}

.social_icon .btn-icon.btn-sm svg {
  vertical-align: -8px
}

.btn-addon i svg {
  vertical-align: -2px
}

.btn-addon i.pull-right {
  margin-right: -12px;
  margin-left: 12px;
  border-radius: 0 2px 2px 0
}

.btn-addon.btn-sm i {
  width: 30px;
  height: 30px;
  margin: -6px -10px;
  margin-right: 10px;
  line-height: 30px
}

.btn-addon.btn-sm i.pull-right {
  margin-right: -10px;
  margin-left: 10px
}

.btn-addon.btn-lg i {
  width: 45px;
  height: 45px;
  margin: -11px -16px;
  margin-right: 16px;
  line-height: 45px
}

.btn-addon.btn-lg i.pull-right {
  margin-right: -16px;
  margin-left: 16px
}

.btn-addon.btn-default i {
  background-color: transparent;
  border-right: 1px solid #dee5e7
}

.btn-groups .btn {
  margin-bottom: 5px
}

.list-icon i {
  display: inline-block;
  width: 40px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: font-size .2s;
  transition: font-size .2s
}

.list-icon div {
  line-height: 40px;
  white-space: nowrap
}

.list-icon div:hover i {
  font-size: 26px
}

.settings {
  position: fixed;
  top: 165px;
  right: -240px;
  width: 240px;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 1000
}

.settings.active {
  right: -1px;
  z-index: 1010
}

.settings>.btn {
  top: 0
}

.settings .panel-heading,
.tag_toc_body .panel-heading {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-color: transparent !important
}

.tocify-mobile-panel .panel-body {
  padding: 10px 0
}

.settings .panel-heading {
  display: none
}

.settings.active .panel-heading {
  display: block
}

.settings.active .setting_body {
  display: block
}

.settings .i-checks span b {
  display: inline-block;
  float: left;
  width: 50%;
  height: 20px
}

.settings .i-checks span b.header {
  height: 10px
}

.streamline {
  position: relative;
  border-color: #dee5e7
}

.streamline .sl-item:after,
.streamline:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 9px;
  height: 9px;
  margin-left: -5px;
  background-color: #fff;
  border-color: inherit;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  content: ''
}

.sl-item {
  position: relative;
  padding-bottom: 1px;
  border-color: #dee5e7
}

.sl-item:after,
.sl-item:before {
  display: table;
  content: " "
}

.sl-item:after {
  clear: both
}

.sl-item:after,
.sl-item:before {
  display: block
}

.sl-item:after {
  top: 6px;
  bottom: auto
}

.sl-item.b-l {
  margin-left: -1px
}

.timeline {
  padding: 0;
  margin: 0
}

.tl-item {
  display: block
}

.tl-item:after,
.tl-item:before {
  display: table;
  content: " "
}

.tl-item:after {
  clear: both
}

.visible-left {
  display: none
}

.tl-wrap {
  display: block;
  padding: 15px 0 15px 20px;
  margin-left: 6em;
  border-color: #dee5e7;
  border-style: solid;
  border-width: 0 0 0 4px
}

.tl-wrap:after,
.tl-wrap:before {
  display: table;
  content: " "
}

.tl-wrap:after {
  clear: both
}

.tl-wrap:before {
  position: relative;
  top: 15px;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: -27px;
  background: #edf1f2;
  border-color: inherit;
  border-style: solid;
  border-width: 3px;
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 4px #f0f3f4
}

.tl-wrap:hover:before {
  background: 0 0;
  border-color: #fff
}

.tl-date {
  position: relative;
  top: 10px;
  display: block;
  float: left;
  width: 4.5em;
  margin-left: -7.5em;
  text-align: right
}

.tl-content {
  position: relative;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px
}

.tl-content.block {
  display: block;
  width: 100%
}

.tl-content.panel {
  margin-bottom: 0
}

.tl-header {
  display: block;
  width: 12em;
  margin-right: 2px;
  margin-left: 2px;
  text-align: center
}

.timeline-center .tl-item {
  margin-left: 50%
}

.timeline-center .tl-item .tl-wrap {
  margin-left: -2px
}

.timeline-center .tl-header {
  width: auto;
  margin: 0
}

.timeline-center .tl-left {
  margin-right: 50%;
  margin-left: 0
}

.timeline-center .tl-left .hidden-left {
  display: none !important
}

.timeline-center .tl-left .visible-left {
  display: inherit
}

.timeline-center .tl-left .tl-wrap {
  float: right;
  padding-right: 20px;
  padding-left: 0;
  margin-right: -2px;
  border-right-width: 4px;
  border-left-width: 0
}

.timeline-center .tl-left .tl-wrap:before {
  float: right;
  margin-right: -27px;
  margin-left: 0
}

.timeline-center .tl-left .tl-date {
  float: right;
  margin-right: -8.5em;
  margin-left: 0;
  text-align: left
}

.new-nav-tab-wrap {
  margin: 20px 13px 0 13px
}

.new-nav-tab {
  background: #edecee;
  border-radius: 5px
}

.new-nav-tab.box-shadow-wrap-normal {
  webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .05);
  box-shadow: 0 0 3px rgba(0, 0, 0, .05)
}

.tooltip.top .tooltip-arrow {
  bottom: 1px
}

.new-nav-tab .tooltip-inner {
  transform: translate3d(0, 0, 0);
  z-index: 10000000
}

.sidebar-icon {
  margin-bottom: 3px
}

.bg-gd {
  background-image: -webkit-linear-gradient(top, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, .075) 100%);
  background-image: -o-linear-gradient(top, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, .075) 100%);
  background-image: linear-gradient(to bottom, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, .075) 100%);
  background-repeat: repeat-x;
  filter: none
}

.bg-gd-dk {
  background-image: -webkit-linear-gradient(top, rgba(40, 50, 60, 0) 10%, rgba(40, 50, 60, .5) 100%);
  background-image: -o-linear-gradient(top, rgba(40, 50, 60, 0) 10%, rgba(40, 50, 60, .5) 100%);
  background-image: linear-gradient(to bottom, rgba(40, 50, 60, 0) 10%, rgba(40, 50, 60, .5) 100%);
  background-repeat: repeat-x;
  filter: none
}

.bg-light {
  color: #58666e;
  background-color: #edf1f2
}

.bg-tag {
  cursor: pointer;
  position: relative;
  padding: 3px;
  background-color: #f7f7f7;
  color: inherit;
  font-size: 14px;
  border-radius: 3px;
  text-shadow: none;
  font-weight: 400;
  margin-right: 2px;
  margin-left: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 26px
}

.bg-tag:hover {
  background-color: rgba(51, 112, 255, .1)
}

.bg-tag.tag-close {
  padding: 3px;
  background-color: rgba(51, 112, 255, .1);
  color: #3370ff;
  font-size: 13px;
  border-radius: 3px
}

.bg-tag-a {
  color: inherit !important;
  outline: 0;
  border: none !important;
  height: 25px;
  display: inline-block;
  position: relative;
  margin-top: 0
}

.bg-tag.lg {
  padding: 6px !important
}

.bg-tag.tag-close:hover {
  background-color: #dae6ff
}

.bg-tag svg {
  margin-left: 0;
  vertical-align: -4px;
  width: 12px;
  height: 16px
}

.bg-tag.tag-close svg {
  width: 13px;
  vertical-align: -3px
}

.bg-tag.tag-close .close_icon {
  margin-left: 3px
}

.bg-light .lt,
.bg-light.lt {
  background-color: #f3f5f6
}

.bg-light .lter,
.bg-light.lter {
  background-color: #f6f8f8
}

.bg-light .dker,
.bg-light.dker {
  background-color: #dde6e9
}

.bg-light .bg,
.bg-light.bg {
  background-color: #edf1f2
}

.bg-dark {
  color: #a6a8b1;
  background-color: #3a3f51
}

.bg-dark .lt,
.bg-dark.lt {
  background-color: #474c5e
}

.bg-dark .b-normal {
  border-color: #000
}

.bg-dark .lter,
.bg-dark.lter {
  background-color: #54596a
}

.bg-white-only .lter {
  background-color: #999
}

.bg-dark .dk,
.bg-dark.dk {
  background-color: #2e3344
}

.bg-dark .dker,
.bg-dark.dker {
  background-color: #232735
}

.bg-dark .bg,
.bg-dark.bg {
  background-color: #3a3f51
}

.bg-dark a {
  color: #c1c3c9
}

.bg-dark a:hover {
  color: #fff
}

.bg-dark a.list-group-item:focus,
.bg-dark a.list-group-item:hover {
  background-color: inherit
}

.bg-dark .nav>li.active>a,
.bg-dark .nav>li:focus>a,
.bg-dark .nav>li:hover>a {
  color: #fff;
  background-color: #2e3344
}

.bg-dark .nav>li>a {
  color: #b4b6bd
}

.bg-dark .nav>li>a:focus,
.bg-dark .nav>li>a:hover {
  background-color: #32374a
}

.bg-dark .nav .open>a {
  background-color: #2e3344
}

.bg-dark .caret {
  border-top-color: #a6a8b1;
  border-bottom-color: #a6a8b1
}

.bg-dark.navbar .nav>li.active>a {
  color: #fff;
  background-color: #2e3344
}

.bg-dark .open>a,
.bg-dark .open>a:focus,
.bg-dark .open>a:hover {
  color: #fff
}

.bg-dark .text-muted {
  color: #8b8e99 !important
}

.bg-dark .text-lt {
  color: #eaebed !important
}

.bg-dark .auto .list-group-item,
.bg-dark.auto .list-group-item {
  background-color: transparent;
  border-color: #2f3342 !important
}

.bg-dark .auto .list-group-item.active,
.bg-dark .auto .list-group-item:active,
.bg-dark .auto .list-group-item:focus,
.bg-dark .auto .list-group-item:hover,
.bg-dark.auto .list-group-item.active,
.bg-dark.auto .list-group-item:active,
.bg-dark.auto .list-group-item:focus,
.bg-dark.auto .list-group-item:hover {
  background-color: #2e3344 !important
}

.bg-black {
  color: #7793a7;
  background-color: #1c2b36
}

.bg-black .lt,
.bg-black.lt {
  background-color: #263845
}

.bg-black .b-normal {
  border-color: #000
}

.bg-black .lter,
.bg-black.lter {
  background-color: #314554
}

.bg-black .dk,
.bg-black.dk {
  background-color: #131e26
}

.bg-black .dker,
.bg-black.dker {
  background-color: #0a1015
}

.bg-black .bg,
.bg-black.bg {
  background-color: #1c2b36
}

.bg-black a {
  color: #96abbb
}

.bg-black a:hover {
  color: #fff
}

.bg-dark .lt,
.bg-dark.lt {
  background-color: #222
}

.bg-black .lt,
.bg-black.lt {
  background-color: #222
}

.bg-black a.list-group-item:focus,
.bg-black a.list-group-item:hover {
  background-color: inherit
}

.bg-black .nav>li.active>a,
.bg-black .nav>li:focus>a,
.bg-black .nav>li:hover>a {
  color: #fff;
  background-color: #131e26
}

.bg-black .nav>li>a {
  color: #869fb1
}

.bg-black .nav>li>a:focus,
.bg-black .nav>li>a:hover {
  background-color: #16232d
}

.bg-black .nav .open>a {
  background-color: #131e26
}

.bg-black .caret {
  border-top-color: #7793a7;
  border-bottom-color: #7793a7
}

.bg-black.navbar .nav>li.active>a {
  color: #fff;
  background-color: #131e26
}

.bg-black .open>a,
.bg-black .open>a:focus,
.bg-black .open>a:hover {
  color: #fff
}

.bg-black .text-muted {
  color: #5c798f !important
}

.bg-black .text-lt {
  color: #c4d0d9 !important
}

.bg-black .auto .list-group-item,
.bg-black.auto .list-group-item {
  background-color: transparent;
  border-color: #131e25 !important
}

.bg-black .auto .list-group-item.active,
.bg-black .auto .list-group-item:active,
.bg-black .auto .list-group-item:focus,
.bg-black .auto .list-group-item:hover,
.bg-black.auto .list-group-item.active,
.bg-black.auto .list-group-item:active,
.bg-black.auto .list-group-item:focus,
.bg-black.auto .list-group-item:hover {
  background-color: #131e26 !important
}

.bg-black .nav>li>a:focus {
  background-color: #000;
  color: #fff
}

.bg-primary {
  color: #f4f3f9;
  background-color: #7266ba
}

.bg-primary .lt,
.bg-primary.lt {
  background-color: #847abf
}

.bg-primary .lter,
.bg-primary.lter {
  background-color: #958dc6
}

.bg-primary .dk,
.bg-primary.dk {
  background-color: #6051b5
}

.bg-primary .dker,
.bg-primary.dker {
  background-color: #5244a9
}

.bg-primary .bg,
.bg-primary.bg {
  background-color: #7266ba
}

.bg-primary a {
  color: #fff
}

.bg-primary a:hover {
  color: #fff
}

.bg-primary a.list-group-item:focus,
.bg-primary a.list-group-item:hover {
  background-color: inherit
}

.bg-primary .nav>li.active>a,
.bg-primary .nav>li:focus>a,
.bg-primary .nav>li:hover>a {
  color: #fff;
  background-color: #6051b5
}

.bg-primary .nav>li>a {
  color: #f2f2f2
}

.bg-primary .nav>li>a:focus,
.bg-primary .nav>li>a:hover {
  background-color: #6658b8
}

.bg-primary .nav .open>a {
  background-color: #6051b5
}

.bg-primary .caret {
  border-top-color: #f4f3f9;
  border-bottom-color: #f4f3f9
}

.bg-primary.navbar .nav>li.active>a {
  color: #fff;
  background-color: #6051b5
}

.bg-primary .open>a,
.bg-primary .open>a:focus,
.bg-primary .open>a:hover {
  color: #fff
}

.bg-primary .text-muted {
  color: #d6d3e6 !important
}

.bg-primary .text-lt {
  color: #fff !important
}

.bg-primary .auto .list-group-item,
.bg-primary.auto .list-group-item {
  background-color: transparent;
  border-color: #6254b2 !important
}

.bg-primary .auto .list-group-item.active,
.bg-primary .auto .list-group-item:active,
.bg-primary .auto .list-group-item:focus,
.bg-primary .auto .list-group-item:hover,
.bg-primary.auto .list-group-item.active,
.bg-primary.auto .list-group-item:active,
.bg-primary.auto .list-group-item:focus,
.bg-primary.auto .list-group-item:hover {
  background-color: #6051b5 !important
}

.bg-success {
  color: #c6efd0;
  background-color: #27c24c
}

.bg-success .lt,
.bg-success.lt {
  background-color: #31d257
}

.bg-success .lter,
.bg-success.lter {
  background-color: #48d46a
}

.bg-success .dk,
.bg-success.dk {
  background-color: #20af42
}

.bg-success .dker,
.bg-success.dker {
  background-color: #1a9c39
}

.bg-success .bg,
.bg-success.bg {
  background-color: #27c24c
}

.bg-success a {
  color: #eefaf1
}

.bg-success a:hover {
  color: #fff
}

.bg-success a.list-group-item:focus,
.bg-success a.list-group-item:hover {
  background-color: inherit
}

.bg-success .nav>li.active>a,
.bg-success .nav>li:focus>a,
.bg-success .nav>li:hover>a {
  color: #fff;
  background-color: #20af42
}

.bg-success .nav>li>a {
  color: #daf5e0
}

.bg-success .nav>li>a:focus,
.bg-success .nav>li>a:hover {
  background-color: #22b846
}

.bg-success .nav .open>a {
  background-color: #20af42
}

.bg-success .caret {
  border-top-color: #c6efd0;
  border-bottom-color: #c6efd0
}

.bg-success.navbar .nav>li.active>a {
  color: #fff;
  background-color: #20af42
}

.bg-success .open>a,
.bg-success .open>a:focus,
.bg-success .open>a:hover {
  color: #fff
}

.bg-success .text-muted {
  color: #9ee4af !important
}

.bg-success .text-lt {
  color: #fff !important
}

.bg-success .auto .list-group-item,
.bg-success.auto .list-group-item {
  background-color: transparent;
  border-color: #23ad44 !important
}

.bg-success .auto .list-group-item.active,
.bg-success .auto .list-group-item:active,
.bg-success .auto .list-group-item:focus,
.bg-success .auto .list-group-item:hover,
.bg-success.auto .list-group-item.active,
.bg-success.auto .list-group-item:active,
.bg-success.auto .list-group-item:focus,
.bg-success.auto .list-group-item:hover {
  background-color: #20af42 !important
}

.bg-info {
  color: #dcf2f8;
  background-color: #23b7e5
}

.bg-info .lt,
.bg-info.lt {
  background-color: #3dbde5
}

.bg-info .lter,
.bg-info.lter {
  background-color: #55c3e6
}

.bg-info .dk,
.bg-info.dk {
  background-color: #16aad8
}

.bg-info .dker,
.bg-info.dker {
  background-color: #1199c4
}

.bg-info .bg,
.bg-info.bg {
  background-color: #23b7e5
}

.bg-info a {
  color: #fff
}

.bg-info a:hover {
  color: #fff
}

.bg-info a.list-group-item:focus,
.bg-info a.list-group-item:hover {
  background-color: inherit
}

.bg-info .nav>li.active>a,
.bg-info .nav>li:focus>a,
.bg-info .nav>li:hover>a {
  color: #fff;
  background-color: #16aad8
}

.bg-info .nav>li>a {
  color: #f2f2f2
}

.bg-info .nav>li>a:focus,
.bg-info .nav>li>a:hover {
  background-color: #17b2e2
}

.bg-info .nav .open>a {
  background-color: #16aad8
}

.bg-info .caret {
  border-top-color: #dcf2f8;
  border-bottom-color: #dcf2f8
}

.bg-info.navbar .nav>li.active>a {
  color: #fff;
  background-color: #16aad8
}

.bg-info .open>a,
.bg-info .open>a:focus,
.bg-info .open>a:hover {
  color: #fff
}

.bg-info .text-muted {
  color: #b0e1f1 !important
}

.bg-info .text-lt {
  color: #fff !important
}

.bg-info .auto .list-group-item,
.bg-info.auto .list-group-item {
  background-color: transparent;
  border-color: #19a9d5 !important
}

.bg-info .auto .list-group-item.active,
.bg-info .auto .list-group-item:active,
.bg-info .auto .list-group-item:focus,
.bg-info .auto .list-group-item:hover,
.bg-info.auto .list-group-item.active,
.bg-info.auto .list-group-item:active,
.bg-info.auto .list-group-item:focus,
.bg-info.auto .list-group-item:hover {
  background-color: #16aad8 !important
}

.bg-warning {
  color: #fffefa;
  background-color: #fad733
}

.bg-warning .lt,
.bg-warning.lt {
  background-color: #f8da4e
}

.bg-warning .lter,
.bg-warning.lter {
  background-color: #f7de69
}

.bg-warning .dk,
.bg-warning.dk {
  background-color: #fcd417
}

.bg-warning .dker,
.bg-warning.dker {
  background-color: #face00
}

.bg-warning .bg,
.bg-warning.bg {
  background-color: #fad733
}

.bg-warning a {
  color: #fff
}

.bg-warning a:hover {
  color: #fff
}

.bg-warning a.list-group-item:focus,
.bg-warning a.list-group-item:hover {
  background-color: inherit
}

.bg-warning .nav>li.active>a,
.bg-warning .nav>li:focus>a,
.bg-warning .nav>li:hover>a {
  color: #fff;
  background-color: #fcd417
}

.bg-warning .nav>li>a {
  color: #f2f2f2
}

.bg-warning .nav>li>a:focus,
.bg-warning .nav>li>a:hover {
  background-color: #fcd621
}

.bg-warning .nav .open>a {
  background-color: #fcd417
}

.bg-warning .caret {
  border-top-color: #fffefa;
  border-bottom-color: #fffefa
}

.bg-warning.navbar .nav>li.active>a {
  color: #fff;
  background-color: #fcd417
}

.bg-warning .open>a,
.bg-warning .open>a:focus,
.bg-warning .open>a:hover {
  color: #fff
}

.bg-warning .text-muted {
  color: #fbf2cb !important
}

.bg-warning .text-lt {
  color: #fff !important
}

.bg-warning .auto .list-group-item,
.bg-warning.auto .list-group-item {
  background-color: transparent;
  border-color: #f9d21a !important
}

.bg-warning .auto .list-group-item.active,
.bg-warning .auto .list-group-item:active,
.bg-warning .auto .list-group-item:focus,
.bg-warning .auto .list-group-item:hover,
.bg-warning.auto .list-group-item.active,
.bg-warning.auto .list-group-item:active,
.bg-warning.auto .list-group-item:focus,
.bg-warning.auto .list-group-item:hover {
  background-color: #fcd417 !important
}

.bg-danger {
  color: #fff;
  background-color: #f05050
}

.bg-danger .lt,
.bg-danger.lt {
  background-color: #f06a6a
}

.bg-danger .lter,
.bg-danger.lter {
  background-color: #f18282
}

.bg-danger .dk,
.bg-danger.dk {
  background-color: #f13636
}

.bg-danger .dker,
.bg-danger.dker {
  background-color: #f21b1b
}

.bg-danger .bg,
.bg-danger.bg {
  background-color: #f05050
}

.bg-danger a {
  color: #fff
}

.bg-danger a:hover {
  color: #fff
}

.bg-danger a.list-group-item:focus,
.bg-danger a.list-group-item:hover {
  background-color: inherit
}

.bg-danger .nav>li.active>a,
.bg-danger .nav>li:focus>a,
.bg-danger .nav>li:hover>a {
  color: #fff;
  background-color: #f13636
}

.bg-danger .nav>li>a {
  color: #f2f2f2
}

.bg-danger .nav>li>a:focus,
.bg-danger .nav>li>a:hover {
  background-color: #f13f3f
}

.bg-danger .nav .open>a {
  background-color: #f13636
}

.bg-danger .caret {
  border-top-color: #fff;
  border-bottom-color: #fff
}

.bg-danger.navbar .nav>li.active>a {
  color: #fff;
  background-color: #f13636
}

.bg-danger .open>a,
.bg-danger .open>a:focus,
.bg-danger .open>a:hover {
  color: #fff
}

.bg-danger .text-muted {
  color: #e6e6e6 !important
}

.bg-danger .text-lt {
  color: #fff !important
}

.bg-danger .auto .list-group-item,
.bg-danger.auto .list-group-item {
  background-color: transparent;
  border-color: #ee3939 !important
}

.bg-danger .auto .list-group-item.active,
.bg-danger .auto .list-group-item:active,
.bg-danger .auto .list-group-item:focus,
.bg-danger .auto .list-group-item:hover,
.bg-danger.auto .list-group-item.active,
.bg-danger.auto .list-group-item:active,
.bg-danger.auto .list-group-item:focus,
.bg-danger.auto .list-group-item:hover {
  background-color: #f13636 !important
}

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

.bg-white a {
  color: inherit
}

.bg-white a:hover {
  color: inherit
}

.icon-fw {
  width: 1.28571em;
  text-align: center
}

.icon-spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear
}

.icon-spin-music {
  -webkit-animation: icon-spin 6s infinite linear;
  animation: icon-spin 6s infinite linear
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #23ad44 !important;
  border-color: #20a03f !important
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #19a9d5;
  border-color: #189ec8
}

.iconfont.pull-right {
  margin-left: .3em
}

@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.bg-white .text-muted {
  color: #98a6ad !important
}

.bg-white .dk,
.bg-white .dker,
.bg-white .lt,
.bg-white .lter {
  background-color: #fff
}

.bg-white-only {
  background-color: #fff
}

.bg-white-opacity {
  background-color: rgba(255, 255, 255, .5)
}

.bg-black-opacity {
  background-color: rgba(32, 43, 54, .5)
}

a.bg-light:hover {
  color: inherit
}

a.bg-primary:hover {
  background-color: #6254b2
}

a.text-primary:hover {
  color: #6254b2
}

.text-primary {
  color: #7266ba
}

.text-primary-lt {
  color: #8278c2
}

.text-primary-lter {
  color: #9289ca
}

.text-primary-dk {
  color: #6254b2
}

.text-primary-dker {
  color: #564aa3
}

a.bg-info:hover {
  background-color: #19a9d5
}

a.text-info:hover {
  color: #19a9d5
}

.text-info {
  color: #23b7e5
}

.text-info-lt {
  color: #3abee8
}

.text-info-lter {
  color: #51c6ea
}

.text-info-dk {
  color: #19a9d5
}

.text-info-dker {
  color: #1797be
}

a.bg-success:hover {
  background-color: #23ad44
}

a.text-success:hover {
  color: #23ad44
}

.text-success {
  color: #27c24c
}

.text-success-lt {
  color: #2ed556
}

.text-success-lter {
  color: #43d967
}

.text-success-dk {
  color: #23ad44
}

.text-success-dker {
  color: #1e983b
}

a.bg-warning:hover {
  background-color: #f9d21a
}

a.text-warning:hover {
  color: #f9d21a
}

.text-warning {
  color: #fad733
}

.text-warning-lt {
  color: #fbdc4c
}

.text-warning-lter {
  color: #fbe165
}

.text-warning-dk {
  color: #f9d21a
}

.text-warning-dker {
  color: #f4ca06
}

a.bg-danger:hover {
  background-color: #ee3939
}

a.text-danger:hover {
  color: #ee3939
}

.text-danger {
  color: #f05050
}

.text-danger-lt {
  color: #f26767
}

.text-danger-lter {
  color: #f47f7f
}

.text-danger-dk {
  color: #ee3939
}

.text-danger-dker {
  color: #ec2121
}

a.bg-dark:hover {
  background-color: #2f3342
}

a.text-dark:hover {
  color: #2f3342
}

.text-dark {
  color: #3a3f51
}

.text-dark-lt {
  color: #454b60
}

.text-dark-lter {
  color: #4f566f
}

.text-dark-dk {
  color: #2f3342
}

.text-dark-dker {
  color: #252833
}

a.bg-#000000:hover {
  background-color: #131e25
}

a.text-#000000:hover {
  color: #131e25
}

.text-#000000 {
  color: #1c2b36
}

.text-#000000-lt {
  color: #253847
}

.text-#000000-lter {
  color: #2d4658
}

.text-#000000-dk {
  color: #131e25
}

.text-#000000-dker {
  color: #0b1014
}

.text-white {
  color: #fff
}

.text-black {
  color: #000
}

.text-muted {
  color: #a0a0a0
}

.bg {
  background-color: #f0f3f4
}

.gd-primary {
  color: #fff;
  border: none;
  background: #448bff linear-gradient(45deg, #448bff, #44e9ff)
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

.btn-gd-primary {
  color: #fff;
  border: none;
  background: linear-gradient(-45deg, #448bff, #44e9ff, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 1000% 1000%;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all .2s ease;
  animation: Gradient 40s linear infinite
}

.btn-gd-primary:hover {
  color: #f4f4f4;
  opacity: .8;
  transition: all .2s ease
}

.bg-white-pure {
  background: #fff
}

.bg-black .caret {
  border-top-color: inherit;
  border-bottom-color: inherit
}

.bg-black .text-lt {
  color: #fff !important
}

.bg-black .text-muted {
  color: #a0a0a0 !important
}

.bg-white-only {
  background-color: #f9f9f9
}

.bg-black .nav>li>a {
  color: #a0a0a0
}

.bg-black {
  color: #fff;
  background-color: #111
}

.bg-black .nav>li>a:focus,
.bg-black .nav>li>a:hover {
  background-color: #111;
  color: #a0a0a0
}

.bg-black .dk,
.bg-black.dk {
  background-color: #222
}

.bg-black .nav>li.active>a,
.bg-black .nav>li:focus>a,
.bg-black .nav>li:hover>a {
  color: #fff;
  background-color: #000
}

.bg-light .lter,
.bg-light.lter {
  background-color: #f9f9f9
}

.bg-white {
  background-color: #f9f9f9
}

@media (max-width:500px) {
  .app-header-fixed #header_left.bg-white {
    background-color: rgba(249, 249, 249, .85);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px)
  }
}

.bg-black #handsome_global_player {
  color: #a0a0a0
}

.bg-black a {
  color: #a0a0a0
}

.bg-black .nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: inherit;
  border-color: inherit
}

@-webkit-keyframes movingbar {
  0% {
    transform: scaleX(0)
  }

  99.9% {
    transform: scaleX(1)
  }

  100% {
    transform: scaleX(0)
  }
}

@-moz-keyframes movingbar {
  0% {
    transform: scaleX(0)
  }

  99.9% {
    transform: scaleX(1)
  }

  100% {
    transform: scaleX(0)
  }
}

@keyframes movingbar {
  0% {
    transform: scaleX(0)
  }

  99.9% {
    transform: scaleX(1)
  }

  100% {
    transform: scaleX(0)
  }
}

@-webkit-keyframes changebar {
  0% {
    background-color: #23b7e5
  }

  33.3% {
    background-color: #23b7e5
  }

  33.33% {
    background-color: #fad733
  }

  66.6% {
    background-color: #fad733
  }

  66.66% {
    background-color: #7266ba
  }

  99.9% {
    background-color: #7266ba
  }
}

@-moz-keyframes changebar {
  0% {
    background-color: #23b7e5
  }

  33.3% {
    background-color: #23b7e5
  }

  33.33% {
    background-color: #fad733
  }

  66.6% {
    background-color: #fad733
  }

  66.66% {
    background-color: #7266ba
  }

  99.9% {
    background-color: #7266ba
  }
}

@keyframes changebar {
  0% {
    background-color: #23b7e5
  }

  33.3% {
    background-color: #23b7e5
  }

  33.33% {
    background-color: #fad733
  }

  66.6% {
    background-color: #fad733
  }

  66.66% {
    background-color: #7266ba
  }

  99.9% {
    background-color: #7266ba
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

.clicked {
  color: #eee
}

.animated-lento {
  -webkit-animation-duration: .3s !important;
  animation-duration: .3s !important
}

.transparent {
  background: 0 0
}

.item {
  position: relative
}

.item .top {
  position: absolute;
  top: 0;
  left: 0
}

.item .bottom {
  position: absolute;
  bottom: 0;
  left: 0
}

.item .center {
  position: absolute;
  top: 50%
}

.item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none
}

.item-overlay.active,
.item:hover .item-overlay {
  display: block
}

.butterbar {
  position: relative;
  height: 3px;
  margin-bottom: -3px;
  will-change: transform
}

.butterbar .bar {
  position: absolute;
  width: 100%;
  height: 0;
  text-indent: -9999px;
  background-color: #23b7e5
}

.butterbar .bar:before {
  position: absolute;
  right: 50%;
  left: 50%;
  height: 3px;
  background-color: inherit;
  content: "";
  left: 0;
  right: 0;
  width: 100%
}

.butterbar.active {
  -webkit-animation: changebar 2.25s infinite .75s;
  -moz-animation: changebar 2.25s infinite .75s;
  animation: changebar 2.25s infinite .75s
}

.butterbar.active .bar {
  -webkit-animation: changebar 2.25s infinite;
  -moz-animation: changebar 2.25s infinite;
  animation: changebar 2.25s infinite
}

.butterbar.active .bar:before {
  -webkit-animation: movingbar .75s infinite;
  -moz-animation: movingbar .75s infinite;
  animation: movingbar .75s infinite
}

.nav-list .nav-header,
.nav-list>li>a {
  margin: 0
}

.nav-list>li>a {
  padding: 1px 5px
}

.avatar {
  position: relative;
  display: block;
  white-space: nowrap;
  border-radius: 500px
}

.avatar img {
  width: 100%
}

.avatar i {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-style: solid;
  border-width: 2px;
  border-radius: 100%
}

.avatar i.right {
  right: 0;
  left: auto
}

.avatar i.bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto
}

.avatar i.left {
  top: auto;
  bottom: 0
}

.avatar i.on {
  background-color: #27c24c
}

.avatar i.off {
  background-color: #98a6ad
}

.avatar i.busy {
  background-color: #f05050
}

.avatar i.away {
  background-color: #fad733
}

.avatar.thumb-md i {
  width: 12px;
  height: 12px;
  margin: 3px
}

.avatar.thumb-sm i {
  margin: 1px
}

.avatar.thumb-xs i {
  margin: 0
}

.vertical-avatar {
  float: left
}

.vertical-flex {
  display: flex !important;
  align-items: center
}

.vertical-avatar img {
  width: 60px;
  height: auto
}

.vertical-wrapper {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px
}

.smaller-avatar .vertical-avatar img {
  width: 38px;
  padding: 2px
}

.smaller-avatar .vertical-avatar {
  background: #fff;
  display: flex;
  align-items: center;
  width: 70px
}

.smaller-avatar .vertical-avatar a.smaller-avatar-button {
  display: flex;
  align-items: center
}

.smaller-avatar .vertical-flex {
  margin-left: 10px
}

#status_emoji {
  margin-left: 6px;
  font-size: 18px;
  transition: font-size .3s ease
}

#status_emoji:hover {
  font-size: 20px
}

.smaller-avatar .caret {
  display: none
}

.smaller-avatar .vertical-flex {
  text-align: left
}

.smaller-avatar.vertical-wrapper {
  align-items: center;
  margin-top: 5px
}

.aside-wrap .smaller-avatar .open>.dropdown-menu {
  margin-left: -40px;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #dee5e7 !important
}

.aside-wrap .smaller-avatar .open>.dropdown-menu h4 {
  margin-top: 0
}

.profile-container {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.profile-container .header-bg {
  height: 80px;
  background: linear-gradient(135deg, #a8c0ff, #3f87ff);
  border-radius: 5px 5px 0 0;
  position: relative
}

.profile-container .profile-content {
  padding: 0 12px 12px;
  position: relative
}

.profile-container .avatar-row {
  display: flex;
  align-items: flex-end;
  margin-top: -35px;
  margin-bottom: 10px;
  justify-content: space-between
}

.profile-container .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  margin-right: 20px
}

.profile-container .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%
}

.profile-container .emoji-status {
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  margin-bottom: 10px
}

.profile-container .emoji-status .icon {
  margin-right: 5px
}

.profile-container .username {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px
}

.profile-container .status {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px
}

.profile-container .message-button {
  width: 100%;
  padding: 5px;
  border: none;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px
}

.profile-container .links {
  margin-top: 20px;
  display: flex;
  gap: 15px
}

.profile-container .link {
  color: #1a73e8;
  text-decoration: none;
  font-size: 14px
}

.progress {
  background-color: #edf1f2
}

.progress-xxs {
  height: 2px
}

.progress-xs {
  height: 6px
}

.progress-sm {
  height: 12px
}

.progress-sm .progress-bar {
  font-size: 10px;
  line-height: 1em
}

.progress,
.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none
}

.progress-bar-primary {
  background-color: #7266ba
}

.progress-bar-info {
  background-color: #23b7e5
}

.progress-bar-success {
  background-color: #27c24c
}

.progress-bar-warning {
  background-color: #fad733
}

.progress-bar-danger {
  background-color: #f05050
}

.progress-bar-black {
  background-color: #1c2b36
}

.progress-bar-white {
  background-color: #fff
}

.nav-icon {
  position: relative;
  float: left;
  width: 40px;
  margin: -10px -10px;
  margin-right: 5px;
  overflow: hidden;
  line-height: 40px;
  text-align: center
}

.nav-icon svg {
  vertical-align: -3px
}

.navi ul.nav li a span {
  opacity: .9
}

.sidebar-icon svg {
  vertical-align: middle;
  width: 15px
}

.feathericons svg {
  vertical-align: middle
}

.blog-info-icons svg {
  vertical-align: middle;
  width: 13px;
  height: 13px
}

.left-bottom-icons svg {
  vertical-align: -1px;
  width: 13px;
  height: 13px
}

.left-bottom-icons {
  vertical-align: -3px
}

.home-icons,
.post-icons,
.right-small-icons,
.smile-icons {
  margin-right: 5px
}

.ua-icons {
  margin-left: 10px;
  margin-right: 1px
}

.post-icons svg {
  width: 14px;
  height: 14px;
  vertical-align: -2px
}

.ua-icons svg {
  width: 12px;
  height: 13px;
  vertical-align: -2px
}

.star_talk .glyphicon-heart {
  color: red
}

.right-small-icons svg {
  width: 14px;
  height: 14px;
  vertical-align: -3px
}

.smile-icons svg {
  width: 16px;
  height: 16px;
  vertical-align: -5px
}

.home-icons svg {
  width: 14px;
  height: 14px;
  vertical-align: -2px
}

.blog-info-icons {
  align-items: center;
  position: relative;
  float: left;
  margin: -10px -10px -10px 0;
  margin-right: 5px;
  overflow: hidden;
  text-align: center;
  display: flex;
  height: 40px
}

.info-icons svg {
  vertical-align: text-top;
  margin-left: 5px
}

.title-icons {
  margin-right: 10px
}

.title-icons svg {
  width: 25px;
  height: 25px
}

.menu-icons svg {
  vertical-align: middle
}

.b {
  border: 1px solid rgba(0, 0, 0, .05)
}

.b-a {
  border: 1px solid #dee5e7
}

.b-t {
  border-top: 1px solid #dee5e7
}

.b-r {
  border-right: 1px solid #dee5e7
}

.b-l {
  border-left: 1px solid #dee5e7
}

.b-light {
  border-color: #edf1f2
}

.b-dark {
  border-color: #3a3f51
}

.b-black {
  border-color: #3a3f51
}

.b-primary {
  border-color: #7266ba
}

.b-success {
  border-color: #27c24c
}

.b-info {
  border-color: #23b7e5
}

.b-warning {
  border-color: #fad733
}

.b-danger {
  border-color: #f05050
}

.b-white {
  border-color: #fff
}

.b-dashed {
  border-style: dashed !important
}

.b-l-light {
  border-left-color: #edf1f2
}

.b-l-dark {
  border-left-color: #3a3f51
}

.b-l-black {
  border-left-color: #3a3f51
}

.b-l-primary {
  border-left-color: #7266ba
}

.b-l-success {
  border-left-color: #27c24c
}

.b-l-info {
  border-left-color: #23b7e5
}

.b-l-warning {
  border-left-color: #fad733
}

.b-l-danger {
  border-left-color: #f05050
}

.b-l-white {
  border-left-color: #fff
}

.b-l-2x {
  border-left-width: 2px
}

.b-l-3x {
  border-left-width: 3px
}

.b-l-4x {
  border-left-width: 4px
}

.b-l-5x {
  border-left-width: 5px
}

.b-2x {
  border-width: 2px
}

.b-3x {
  border-width: 3px
}

.b-4x {
  border-width: 4px
}

.b-5x {
  border-width: 5px
}

.m-xxs {
  margin: 2px 4px
}

.m-xs {
  margin: 5px
}

.m-sm {
  margin: 10px
}

.m {
  margin: 15px
}

.m-md {
  margin: 20px
}

.m-lg {
  margin: 30px
}

.m-xl {
  margin: 50px
}

.m-n {
  margin: 0 !important
}

.m-l-none {
  margin-left: 0 !important
}

.m-l-xs {
  margin-left: 5px
}

.m-l-sm {
  margin-left: 10px
}

.m-l {
  margin-left: 15px
}

.m-l-md {
  margin-left: 20px
}

.m-l-lg {
  margin-left: 30px
}

.m-l-xl {
  margin-left: 40px
}

.m-l-xxl {
  margin-left: 50px
}

.m-l-n-xxs {
  margin-left: -1px
}

.m-l-n-xs {
  margin-left: -5px
}

.m-l-n-sm {
  margin-left: -10px
}

.m-l-n {
  margin-left: -15px
}

.m-l-n-md {
  margin-left: -20px
}

.m-l-n-lg {
  margin-left: -30px
}

.m-l-n-xl {
  margin-left: -40px
}

.m-l-n-xxl {
  margin-left: -50px
}

.m-t-none {
  margin-top: 0 !important
}

.m-t-xxs {
  margin-top: 1px
}

.m-t-xs {
  margin-top: 5px
}

.m-t-sm {
  margin-top: 10px
}

.m-t {
  margin-top: 15px
}

.m-t-md {
  margin-top: 20px
}

.m-t-lg {
  margin-top: 30px
}

.m-t-xl {
  margin-top: 40px
}

.m-t-xxl {
  margin-top: 50px
}

.m-t-n-xxs {
  margin-top: -1px
}

.m-t-n-xs {
  margin-top: -5px
}

.m-t-n-sm {
  margin-top: -10px
}

.m-t-n {
  margin-top: -15px
}

.m-t-n-md {
  margin-top: -20px
}

.m-t-n-lg {
  margin-top: -30px
}

.m-t-n-xl {
  margin-top: -40px
}

.m-t-n-xxl {
  margin-top: -50px
}

.m-r-none {
  margin-right: 0 !important
}

.m-r-xxs {
  margin-right: 1px
}

.m-r-xs {
  margin-right: 5px
}

.m-r-sm {
  margin-right: 10px
}

.m-r {
  margin-right: 15px
}

.m-r-md {
  margin-right: 20px
}

.m-r-lg {
  margin-right: 30px
}

.m-r-xl {
  margin-right: 40px
}

.m-r-xxl {
  margin-right: 50px
}

.m-r-n-xxs {
  margin-right: -1px
}

.m-r-n-xs {
  margin-right: -5px
}

.m-r-n-sm {
  margin-right: -10px
}

.m-r-n {
  margin-right: -15px
}

.m-r-n-md {
  margin-right: -20px
}

.m-r-n-lg {
  margin-right: -30px
}

.m-r-n-xl {
  margin-right: -40px
}

.m-r-n-xxl {
  margin-right: -50px
}

.m-b-none {
  margin-bottom: 0 !important
}

.m-b-xxs {
  margin-bottom: 1px
}

.m-b-xs {
  margin-bottom: 5px
}

.m-b-sm {
  margin-bottom: 10px
}

.m-b {
  margin-bottom: 15px
}

.m-b-md {
  margin-bottom: 20px
}

.m-b-lg {
  margin-bottom: 30px
}

.m-b-xl {
  margin-bottom: 40px
}

.m-b-xxl {
  margin-bottom: 50px
}

.m-b-n-xxs {
  margin-bottom: -1px
}

.m-b-n-xs {
  margin-bottom: -5px
}

.m-b-n-sm {
  margin-bottom: -10px
}

.m-b-n {
  margin-bottom: -15px
}

.m-b-n-md {
  margin-bottom: -20px
}

.m-b-n-lg {
  margin-bottom: -30px
}

.m-b-n-xl {
  margin-bottom: -40px
}

.m-b-n-xxl {
  margin-bottom: -50px
}

.thumbnail {
  border-color: #dee5e7
}

.thumb-xl {
  display: inline-block;
  width: 128px
}

.thumb-lg {
  display: inline-block;
  width: 96px
}

.thumb-md {
  display: inline-block;
  width: 64px
}

.thumb {
  display: inline-block;
  width: 50px
}

.thumb-s {
  display: inline-block;
  width: 45px;
  height: auto
}

.thumb-sm {
  display: inline-block;
  width: 40px;
  height: auto
}

.thumb-xs {
  display: inline-block;
  width: 34px
}

.thumb-xxs {
  display: inline-block;
  width: 30px
}

.thumb-wrapper {
  padding: 2px;
  border: 1px solid #dee5e7
}

.thumb img,
.thumb-btn img,
.thumb-lg img,
.thumb-md img,
.thumb-sm img,
.thumb-xs img {
  height: auto;
  max-width: 100%;
  vertical-align: middle
}

.pos-rlt {
  position: relative
}

.pos-stc {
  position: static !important
}

.pos-abt {
  position: absolute
}

.pos-fix {
  position: fixed
}

.show {
  visibility: visible
}

.line {
  width: 100%;
  height: 2px;
  margin: 10px 0;
  overflow: hidden;
  font-size: 0
}

.aside-wrap .line {
  height: 1px !important
}

.line-xs {
  margin: 0
}

.line-lg {
  margin-top: 15px;
  margin-bottom: 15px
}

.line-dashed {
  background-color: transparent;
  border-style: dashed !important;
  border-width: 0
}

.no-line {
  border-width: 0
}

.no-border,
.no-borders {
  border-color: transparent;
  border-width: 0
}

.no-radius {
  border-radius: 0
}

.block {
  display: block
}

.block.hide {
  display: none
}

.inline {
  display: inline-block !important
}

.none {
  display: none
}

.pull-none {
  float: none
}

.rounded {
  border-radius: 500px
}

.clear {
  display: block;
  overflow: hidden
}

.no-bg {
  color: inherit;
  background-color: transparent
}

.bg-text {
  color: #ececec
}

.bg-second-text {
  color: #d6d6d6
}

.no-select {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none
}

.l-h {
  line-height: 1.42857143
}

.l-h-0x {
  line-height: 0
}

.l-h-1x {
  line-height: 1.2
}

.l-h-2x {
  line-height: 2em
}

.l-s-1x {
  letter-spacing: 1
}

.l-s-2x {
  letter-spacing: 2
}

.l-s-3x {
  letter-spacing: 3
}

.font-normal {
  font-weight: 400
}

.font-thin {
  font-weight: 300
}

.font-medium {
  font-weight: 700
}

.font-bold {
  font-weight: 700
}

.text-3x {
  font-size: 3em
}

.text-2x {
  font-size: 2em
}

.text-lg {
  font-size: 18px
}

.text-md {
  font-size: 16px
}

.text-base {
  font-size: 14px
}

.text-sm {
  font-size: 13px
}

.text-xs {
  font-size: 12px
}

.text-xxs {
  text-indent: -9999px
}

.text-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (max-width:997px) {
  .text-ellipsis-auto {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
}

.text-u-c {
  text-transform: uppercase
}

.text-l-t {
  text-decoration: line-through
}

.text-u-l {
  text-decoration: underline
}

.active>.auto .text,
.active>.text,
.text-active {
  display: none !important
}

.active>.auto .text-active,
.active>.text-active {
  display: inline-block !important
}

.box-shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 1px 0 rgba(0, 0, 0, .05)
}

.box-shadow-lg {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, .05)
}

.slight-border {
  border: 1px solid #f5f4f4;
  border-radius: 2px
}

.text-shadow {
  font-size: 170px;
  text-shadow: 0 1px 0 #dee5e7, 0 2px 0 #fcfdfd, 0 5px 10px rgba(0, 0, 0, .125), 0 10px 20px rgba(0, 0, 0, .2)
}

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

.wrapper-xs {
  padding: 5px
}

.wrapper-sm {
  padding: 10px
}

.wrapper {
  padding: 15px
}

.wrapper-md {
  padding: 20px
}

.wrapper-lg {
  padding: 30px
}

.wrapper-xl {
  padding: 50px
}

.padder-lg {
  padding-right: 30px;
  padding-left: 30px
}

.padder-md {
  padding-right: 20px;
  padding-left: 20px
}

.padder {
  padding-right: 15px;
  padding-left: 15px
}

.padder-sm {
  padding-right: 10px;
  padding-left: 10px
}

.padder-ssm {
  padding-right: 5px;
  padding-left: 5px
}

.padder-v-sm {
  padding-top: 10px;
  padding-bottom: 10px
}

.padder-v-ssm {
  padding-top: 4px;
  padding-bottom: 4px
}

.padder-v {
  padding-top: 15px;
  padding-bottom: 15px
}

.padder-v-none {
  padding-top: 0;
  padding-bottom: 0
}

.no-padder {
  padding: 0 !important
}

.pull-in {
  margin-right: -15px;
  margin-left: -15px
}

.pull-out {
  margin: -10px -15px
}

.r {
  border-radius: 2px 2px 2px 2px
}

.r-2x {
  border-radius: 4px
}

.r-3x {
  border-radius: 6px
}

.r-l {
  border-radius: 2px 0 0 2px
}

.r-r {
  border-radius: 0 2px 2px 0
}

.r-t {
  border-radius: 2px 2px 0 0
}

.r-b {
  border-radius: 0 0 2px 2px
}

.w-1x {
  width: 1em
}

.w-2x {
  width: 2em
}

.w-3x {
  width: 3em
}

.w-xxs {
  width: 60px
}

.w-xs {
  width: 90px
}

.w-sm {
  width: 150px
}

.w {
  width: 200px
}

.w-md {
  width: 240px
}

.w-lg {
  width: 280px
}

.w-xl {
  width: 320px
}

.w-xxl {
  width: 360px
}

.w-full {
  width: 100%
}

.w-auto {
  width: auto
}

.h-auto {
  height: auto
}

.h-full {
  height: 100%
}

.img-full {
  width: 100%
}

.img-full img {
  width: 100%
}

.img-square {
  border-radius: 20%
}

.img-30px {
  width: 30px !important;
  height: 30px
}

.img-40px {
  width: 40px !important;
  height: 40px
}

.img-60px {
  width: 60px !important;
  height: 60px
}

img {
  max-width: 100% !important
}

.scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.scrollable.hover {
  overflow-y: hidden !important
}

.scrollable.hover:hover {
  overflow: visible !important;
  overflow-y: auto !important
}

.smart .scrollable {
  overflow-y: auto !important
}

.scroll-x,
.scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch
}

.scroll-y {
  overflow-y: auto
}

.scroll-x {
  overflow-x: auto
}

.hover-action {
  display: none
}

.hover-rotate {
  -webkit-transition: all .2s ease-in-out .1s;
  transition: all .2s ease-in-out .1s
}

.hover-anchor:active>.hover-action,
.hover-anchor:focus>.hover-action,
.hover-anchor:hover>.hover-action {
  display: inherit
}

.hover-anchor:active>.hover-rotate,
.hover-anchor:focus>.hover-rotate,
.hover-anchor:hover>.hover-rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050
}

.backdrop.fade {
  opacity: 0
}

.backdrop.in {
  opacity: .8
}

.w-210 {
  width: 210px
}

a.btn {
  border: none !important
}

.vertical-flex {
  display: flex !important;
  align-items: center
}

.margin-b {
  margin-bottom: 15px
}

.margin-t {
  margin-top: 15px
}

.entry-thumbnail {
  position: relative
}

.border-radius-6 {
  border-radius: 6px
}

.border-radius-6-left {
  border-radius: 6px
}

.border-radius-6-bottom {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px
}

.border-radius-6-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

.border-radius-half-left {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%
}

.border-radius-half-right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px
}

.b-b {
  border-bottom: 1px solid rgba(222, 229, 231, .45)
}

.b-light {
  border-color: rgba(237, 241, 242, .6)
}

.normal-shadow {
  box-shadow: 2px 2px 3px #e1e1e1
}

.normal-dark-shadow {
  box-shadow: 2px 2px 3px #000
}

.xs-shadow {
  box-shadow: 1px 1px 0 #e1e1e1
}

.box-shadow-wrap-normal {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05)
}

.box-shadow-wrap-lg {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  border: none
}

.box-shadow-bottom-normal {
  -webkit-box-shadow: 4px 0 5px rgba(0, 0, 0, .05), 0 0 0 rgba(0, 0, 0, .05);
  box-shadow: 4px 0 5px rgba(0, 0, 0, .05), 0 0 0 rgba(0, 0, 0, .05)
}

.box-shadow-bottom-lg {
  -webkit-box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .05)
}

.box-shadow-top-normal {
  box-shadow: 0 -2px 5px rgba(0, 0, 0, .05)
}

@media (min-width:768px) {
  .box-shadow-bottom-lg {
    -webkit-box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 4px 1px rgba(0, 0, 0, .05)
  }
}

.b-normal {
  border: 1px solid #f6f6f6
}

@media screen and (min-width:992px) {
  .col-lg-2-4 {
    float: left;
    width: 20%
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm.show {
    display: inherit !important
  }

  .no-m-sm {
    margin: 0 !important
  }

  .app-aside-dock #aside,
  .app-aside-dock .aside-wrap,
  .app-aside-dock .aside-wrap .navi-wrap {
    height: 100%
  }
}

@media (max-width:767px) {
  .w-auto-xs {
    width: auto
  }

  .shift {
    display: block !important
  }

  .shift.in {
    display: block !important
  }

  .row-2 [class*=col] {
    float: left;
    width: 50%
  }

  .row-2 .col-0 {
    clear: none
  }

  .row-2 li:nth-child(odd) {
    margin-left: 0;
    clear: left
  }

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

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

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

  .no-border-xs {
    border-width: 0
  }

  .pull-none-xs {
    float: none !important
  }

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

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

  .dropdown-menu.pull-none-xs {
    left: 0
  }

  .hidden-xs.show {
    display: inherit !important
  }

  .wrapper-lg,
  .wrapper-md {
    padding: 15px
  }

  .padder-lg,
  .padder-md {
    padding-right: 15px;
    padding-left: 15px
  }

  .no-m-xs {
    margin: 0 !important
  }
}

.dark-mode-state-indicator {
  position: absolute;
  top: -999em;
  left: -999em;
  z-index: 1
}

@media (prefers-color-scheme:dark) {
  .dark-mode-state-indicator {
    z-index: 11
  }
}

@media (prefers-color-scheme:light) {
  .dark-mode-state-indicator {
    z-index: 10
  }
}

@media (prefers-color-scheme:no-preference) {
  .dark-mode-state-indicator {
    z-index: 1
  }
}

.child-nav>li>a {
  padding-left: 70px !important
}

.aside-wrap .open>.dropdown-menu {
  left: 50%;
  margin-left: -100px
}

.navi-wrap nav li i {
  font-size: 14px
}

#alllayout:not(.app-aside-folded, .app-aside-dock) .navi ul.nav li:not(.category-child) {
  margin-left: 10px;
  margin-right: 10px
}

#alllayout:not(.app-aside-dock, .app-aside-folded) .navi ul.nav li {
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px
}

#alllayout:not(.app-aside-dock, .app-aside-folded) .navi ul.nav li li a {
  padding: 5px 8px
}

#alllayout:not(.app-aside-folded, .app-aside-dock) .navi ul.nav li a {
  padding: 6px 10px;
  border-radius: 5px;
  margin-bottom: 2px
}

#alllayout:not(.app-aside-folded, .app-aside-dock) ul.nav.nav-sub.dk.child-nav li {
  margin: 0 0 0
}

#alllayout:not(.app-aside-folded, .app-aside-dock) .nav-sub {
  border-radius: 3px
}

#alllayout:not(.app-aside-dock, .app-aside-folded) .navi ul.nav li li a {
  padding-left: 8px !important
}

#alllayout:not(.app-aside-dock, .app-aside-folded) #aside .nav li.select {
  background-color: rgba(0, 0, 0, .05)
}

@media (max-width:767px) {
  aside#aside {
    position: fixed;
    visibility: visible;
    top: 50px;
    bottom: 0;
    z-index: 1010;
    display: block !important;
    width: 75%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .4s ease;
    -moz-transition: -moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    transition: transform .4s ease
  }

  .off-screen#aside {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.asideBar .list-group-item i {
  font-size: 13px
}

.words_contents img {
  max-width: 30% !important;
  margin-top: 15px !important;
  border: 1px solid #dee5e7;
  padding: 5px;
  color: #58666e;
  background-color: #fff;
  display: block
}

#smallRecording video {
  max-width: 70%
}

#sidebar .words_contents {
  font-size: 14px
}

@media (max-width:768px) {
  #statistic_pane~.dropdown-menu {
    max-height: 350px;
    overflow-y: scroll
  }

  #smallRecording {
    max-height: 350px;
    overflow-y: auto
  }
}

.item-meta-ico {
  background: url(../img/bg-ico.png) no-repeat;
  background-size: 33px auto;
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: -3px;
  flex-shrink: 0
}

.post_title_wrapper {
  display: flex
}

.bg-ico-emoji {
  background: 0 0;
  border: none;
  font-size: 25px;
  margin-right: 5px;
  user-select: none;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-top: -4px
}

.bg-ico-book {
  background-position: 0 0 !important
}

.bg-ico-game {
  background-position: 0 -33px !important
}

.bg-ico-note {
  background-position: 0 -66px !important
}

.bg-ico-chat {
  background-position: 0 -99px !important
}

.bg-ico-code {
  background-position: 0 -132px !important
}

.bg-ico-image {
  background-position: 0 -165px !important
}

.bg-ico-web {
  background-position: 0 -198px !important
}

.bg-ico-link {
  background-position: 0 -231px !important
}

.bg-ico-design {
  background-position: 0 -264px !important
}

.bg-ico-lock {
  background-position: 0 -297px !important
}

#index-carousel .carousel-indicators li {
  width: 5px;
  height: 5px;
  margin: 1px 3px;
  border-radius: 0;
  border: none;
  background: #fff;
  opacity: .5;
  transition: all .6s ease
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
  height: 200px;
  object-fit: cover
}

.carousel-control {
  background: 0 0 !important
}

#index-carousel .carousel-indicators li.active {
  opacity: 1;
  width: 20px;
  height: 5px;
  margin: 1px 3px
}

.page-load-status {
  display: none
}

.page-load-status button i {
  background: 0 0
}

.view-more-button i {
  background: 0 0
}

.infinite-scroll-request i {
  margin-right: 10px;
  transform: rotateZ(360deg)
}

.image_nav {
  display: none
}

.ng-enter {
  -webkit-animation: fadeInUpBig .5s;
  animation: fadeInUpBig .5s
}

.blog-posts .single-post.panel:hover {
  box-shadow: 0 3px 3px rgba(170, 170, 170, .2);
  transition: all .5s ease
}

.post-item-foot-icon {
  font-size: 13px
}

.panel-small .post-item-foot {
  position: relative
}

.post-item-foot {
  background: #fafafa;
  padding: 6px;
  border-radius: 5px
}

.post-item-foot-icon i {
  font-size: 13px !important
}

.post-head-icon {
  font-size: 13px;
  margin-top: 10px
}

.post-head-icon i {
  font-size: 13px !important
}

#footer .footer_wrapper {
  margin: 10px;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px
}

#footer a:hover {
  color: #2a3033
}

.topButton {
  position: fixed;
  top: 165px;
  right: -240px;
  z-index: 99;
  width: 240px;
  -webkit-transition: all .2s;
  transition: all .2s
}

.topButton>.btn {
  top: 44px
}

.rightSettingBtn {
  border: none;
  box-shadow: -3px 0 2px 0 rgba(0, 0, 0, .02);
  background: #f9f9f9 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  left: -43px;
  padding: 10px 15px;
  position: absolute
}

.no_search_result {
  text-align: center;
  padding: 10px
}

.protected {
  text-align: center
}

.letterspacing {
  letter-spacing: 2px
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border: none !important
}

#search_input:hover {
  background: #e0e6ed;
  border-color: transparent;
  transition: .25s
}

#search_input {
  border-width: 1px;
  border-color: transparent
}

.selectable p.text-muted {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

#search_modal_input {
  border-color: transparent
}

#search_input:not(.is-valid):not(.is-invalid):focus,
#search_modal_input:not(.is-valid):not(.is-invalid):focus {
  border-color: #448bff
}

#search_input:hover+#search_submit {
  background: #e0e6ed;
  border-color: #e0e6ed;
  transition: .25s;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px
}

#search_input:focus {
  background: #fff;
  border-color: #20a0ff;
  transition: .25s
}

#search_input:focus+#search_submit {
  background: #fff;
  transition: .25s;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px
}

#search_submit button {
  color: #000;
  border: none
}

#search_tips_drop {
  max-height: 500px;
  max-width: 400px;
  overflow-y: scroll;
  padding: 5px 6px 5px 6px
}

@media (max-width:767px) {
  #search_tips_drop {
    max-width: 100%
  }
}

.index-post-title {
  padding-bottom: 1px
}

#blog_info .list-group-item {
  border: none !important;
  padding: 12px 12px
}

#loading {
  width: 100%;
  z-index: 1000
}

.loading-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 50px
}

#alllayout:not(.app-header-fixed) .loading-sticky {
  top: 0
}

@media (max-width:767px) {
  .loading-sticky {
    position: fixed;
    top: 50px
  }
}

.app-aside-dock.app-aside-fix .loading-sticky {
  top: 115px
}

.app-aside-dock.small-dock.app-aside-fix .loading-sticky {
  top: 90px
}

.navbar-nav i {
  font-size: 14px
}

.navbar-nav i.fontello {
  position: relative;
  top: 1px
}

.navbar-nav i.glyphicon {
  top: 3px
}

.navbar-nav i.icon-emoji {
  position: relative;
  top: 1px
}

.navbar-btn:focus {
  color: inherit
}

.app-aside-folded .footer-stats {
  width: 100%
}

.icon-white {
  color: #a0a0a0
}

.active>span {
  display: inherit
}

form button.active>span {
  display: none
}

@media(min-width:767px) {
  .app-aside-folded .col-xs-4:not(.douban_item) {
    width: 100%;
    float: unset
  }
}

@media (min-width:768px) {
  .app-aside-fix .aside-wrap {
    height: 100%;
    overflow: hidden
  }
}

.app-aside-folded #header .navbar-brand svg {
  margin-left: 8px
}

.bg-black .navbar-brand svg g,
.bg-danger .navbar-brand svg g,
.bg-dark .navbar-brand svg g,
.bg-info .navbar-brand svg g,
.bg-primary .navbar-brand svg g,
.bg-success .navbar-brand svg g,
.theme-dark .navbar-brand svg g {
  fill: #fff
}

.settings-icon:not(.animate-spin) svg {
  vertical-align: -2px
}

.settings-icon2:not(.animate-spin) svg {
  vertical-align: -2px
}

.blogNotice~header {
  padding-top: 0
}

.alert {
  margin-bottom: 0
}

.alert .alert-block {
  padding: 15px
}

.alert .alert-block>p,
.alert .alert-block>ul {
  margin-bottom: 0;
  line-height: 22px
}

.alert .close {
  margin-left: 5px
}

.alert .alert-block a {
  border-bottom: 1px solid #8a6d3b
}

.alert .alert-block a:hover {
  color: #292011;
  border-bottom: 1px solid #292011
}

.alert-warning {
  border-radius: 4px;
  border: none
}

.trigger_content {
  cursor: col-resize;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: 1;
  display: none;
  width: 8px;
  transition: .2s opacity cubic-bezier(1, 0, 1, .25)
}

.trigger_drag_content {
  width: 2px;
  height: 100%;
  z-index: 1;
  background-color: #436ff6;
  position: relative
}

.trigger_content:hover {
  opacity: 1;
  transition: .2s opacity cubic-bezier(1, 0, 1, .25)
}

#trigger_right_content .trigger_drag_content {
  float: right
}

.trigger_content.trigger_drag {
  opacity: 1;
  cursor: col-resize
}

.resize-pane-trigger {
  top: 150px;
  position: fixed;
  border: 1px solid #0000000f;
  border-radius: 0 50% 50% 0;
  left: 1px;
  border-left: 0;
  color: #333;
  cursor: pointer;
  z-index: 1;
  padding: 5px;
  display: none
}

.no-container .resize-pane-trigger {
  top: 100px
}

.normal-widget {
  background: #fff;
  color: #777
}

.resize-pane-trigger svg {
  vertical-align: -3px;
  margin-right: 5px
}

#trigger_right_content {
  right: 0;
  left: auto
}

.right-aside-folded #rightAside {
  width: 0 !important;
  display: none
}

@media (max-width:990px) {

  .left-aside-folded #rightAside,
  .resize-drag #rightAside {
    transform: rotateZ(360deg)
  }
}

#comments {
  border: 1px solid transparent
}

.right-aside-folded #trigger_right_button {
  display: block
}

#trigger_right_content+.resize-pane-trigger {
  border-radius: 50% 0 0 50%
}

#trigger_right_content+.resize-pane-trigger svg {
  margin-left: 3px;
  margin-right: 0
}

.left-aside-folded #trigger_left_button {
  display: block
}

.aside-wrap .navi-wrap .dropdown.wrapper .avatar img {
  box-shadow: 2px 2px 3px #000
}

.bg-light .aside-wrap .navi-wrap .dropdown.wrapper .avatar img,
.bg-white .aside-wrap .navi-wrap .dropdown.wrapper .avatar img,
.bg-white-only .aside-wrap .navi-wrap .dropdown.wrapper .avatar img {
  box-shadow: 2px 2px 3px #e1e1e1
}

#user_panel .tab-container .tab-content {
  padding-left: 0;
  padding-right: 0;
  background: 0 0;
  padding-bottom: 0
}

#user_panel .post_tab .nav {
  background: 0 0
}

#user_panel .nav-link .feather {
  vertical-align: -2px;
  margin-right: 5px
}

#user_panel {
  padding-top: 0;
  padding-bottom: 0
}

a.highlightlink {
  position: relative
}

a.highlightlink:after {
  content: "";
  position: absolute;
  width: 97%;
  height: 3px;
  background: rgba(100, 201, 155, .5);
  bottom: 2px;
  left: 0;
  transition: all .2s ease
}

a.highlightlink:hover:after {
  height: 4px;
  transition: all .2s ease;
  background: rgba(100, 201, 155, .7)
}

#search_modal .form-group {
  margin-bottom: 5px
}

#search_modal .modal-body {
  padding-top: 0
}

#search_modal .modal-header {
  padding-bottom: 0
}

#search_modal .dropdown-menu {
  left: unset;
  float: unset;
  position: relative;
  width: 100%;
  display: block;
  box-shadow: none;
  margin-top: 0
}

.search_modal_list {
  max-height: 60vh;
  overflow-y: scroll
}

.search_modal_list li a {
  border-radius: 5px
}

.search_modal_list li p:last-child {
  margin-bottom: 0
}

@media (min-width:768px) {
  #header_right .nav>li>a {
    padding: 10px 14px 10px 14px;
    margin: 5px;
    border-radius: 5px
  }
}

#searchform1 .form-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

#searchform1 .form-group .input-group {
  flex: 1
}

.open_search_modal_mobile {
  margin-left: 5px
}

.open_search_modal_mobile svg {
  margin-top: 8px
}

@media (min-width:767px) {
  .open_search_modal_mobile {
    display: none
  }
}

#search_tips_drop svg,
.search-shield svg {
  width: 12px;
  height: 12px
}

.time-online {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px
}

.time-online svg {
  width: 12px;
  height: 12px;
  margin-right: 5px
}

.invalid-name .skPlayer-list-author,
.invalid-name .skPlayer-list-name {
  color: #999 !important
}

.music-box {
  width: 215px;
  height: 50px
}

#global_player_toggle {
  user-select: none
}

#handsome_global_player .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar {
  height: 25px !important;
  right: 13px
}

.aplayer .aplayer-pic .aplayer-play svg {
  left: 5px
}

@media (max-width:767px) {
  .music-box {
    display: block !important;
    margin: 0 auto
  }
}

#handsome_global_player .aplayer {
  background: 0 0;
  box-shadow: none;
  margin-top: 0
}

#handsome_global_player .aplayer .aplayer-lrc.aplayer-lrc-hide {
  display: none
}

#handsome_global_player .aplayer-lrc:before {
  display: none
}

#handsome_global_player .aplayer-lrc:after {
  display: none
}

.player-content.handsome_aplayer.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover path {
  fill: #3e3e3e
}

.bg-light .player-global .aplayer-icon path,
.bg-white .player-global .aplayer-icon path,
.bg-white-only .player-global .aplayer-icon path {
  fill: #777
}

.bg-black #handsome_global_player .aplayer-icon path {
  fill: #a0a0a0
}

#handsome_global_player .aplayer .aplayer-notice {
  opacity: 0 !important
}

#handsome_global_player .aplayer-lrc {
  display: block;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 98;
  pointer-events: none;
  text-shadow: 0 0 0 #fff, 0 0 0 #000
}

#handsome_global_player .aplayer-info {
  margin-left: 40px;
  height: 50px;
  padding: 8px 0 0 7px;
  border: none
}

#handsome_global_player .aplayer-info .aplayer-music {
  margin: 0 0 7px 5px;
  height: auto;
  padding-bottom: 0
}

#handsome_global_player .aplayer-pic {
  transition: .37s;
  -webkit-transition: .37s;
  -moz-transition: .37s;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  float: left;
  position: relative;
  z-index: 3;
  margin-top: 5px
}

#handsome_global_player .aplayer-list {
  background-color: #fff;
  max-height: 298px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
  margin: 0 2px 2px 2px;
  position: relative;
  z-index: -2000
}

.handsomePlayer-tip-loading span:nth-child(2) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -ms-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s
}

.handsomePlayer-tip-loading span:nth-child(3) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -ms-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s
}

.handsomePlayer-tip-loading span:nth-child(4) {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -o-animation-delay: .6s;
  animation-delay: .6s
}

.handsomePlayer-tip-loading span:nth-child(5) {
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  -ms-animation-delay: .8s;
  -o-animation-delay: .8s;
  animation-delay: .8s
}

@-webkit-keyframes preloader_1 {
  0% {
    -webkit-transform: scaleY(1);
    background: #9b59b6
  }

  25% {
    -webkit-transform: scaleY(6);
    background: #3498db
  }

  50% {
    -webkit-transform: scaleY(1);
    background: #9b59b6
  }

  100% {
    -webkit-transform: scaleY(1);
    background: #9b59b6
  }
}

@-moz-keyframes preloader_1 {
  0% {
    -moz-transform: scaleY(1);
    background: #9b59b6
  }

  25% {
    -moz-transform: scaleY(6);
    background: #3498db
  }

  50% {
    -moz-transform: scaleY(1);
    background: #9b59b6
  }

  100% {
    -moz-transform: scaleY(1);
    background: #9b59b6
  }
}

@-ms-keyframes preloader_1 {
  0% {
    -ms-transform: scaleY(1);
    background: #9b59b6
  }

  25% {
    -ms-transform: scaleY(6);
    background: #3498db
  }

  50% {
    -ms-transform: scaleY(1);
    background: #9b59b6
  }

  100% {
    -ms-transform: scaleY(1);
    background: #9b59b6
  }
}

@keyframes preloader_1 {
  0% {
    transform: scaleY(1);
    background: #9b59b6
  }

  25% {
    transform: scaleY(6);
    background: #3498db
  }

  50% {
    transform: scaleY(1);
    background: #9b59b6
  }

  100% {
    transform: scaleY(1);
    background: #9b59b6
  }
}

.handsomePlayer-tip-loading {
  position: relative;
  width: 200px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  will-change: transform
}

#post-content .handsomePlayer-tip-loading {
  width: 100%
}

.handsomePlayer-tip-loading span {
  display: block;
  width: 10px;
  height: 5px;
  background: #9b59b6;
  position: relative;
  -webkit-animation: preloader_1 1.5s infinite ease-in-out;
  -moz-animation: preloader_1 1.5s infinite ease-in-out;
  -ms-animation: preloader_1 1.5s infinite ease-in-out;
  -o-animation: preloader_1 1.5s infinite ease-in-out;
  animation: preloader_1 1.5s infinite ease-in-out
}

#handsome_global_player .aplayer .aplayer-list ol li {
  border-top-color: transparent
}

#handsome_global_player .aplayer .aplayer-icon {
  opacity: 1
}

#handsome_global_player .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
  background: #ededed
}

#handsome_global_player .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded {
  background: #d3d3e0
}

.aplayer .aplayer-pic svg {
  stroke-width: 2px
}

.aplayer .aplayer-list ol li .aplayer-list-title {
  color: #777
}

@media (min-width:767px) {
  #handsome_global_player .aplayer .aplayer-pic .aplayer-play {
    display: none
  }

  #handsome_global_player .aplayer-button.aplayer-pause {
    display: none
  }

  #handsome_global_player .aplayer.aplayer-withlist .aplayer-icon-order,
  #handsome_global_player .aplayer.aplayer-withlist .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-menu {
    display: none !important
  }

  #handsome_global_player:hover .aplayer-bar-wrap,
  #handsome_global_player:hover .aplayer-icon.aplayer-icon-lrc,
  #handsome_global_player:hover .aplayer-volume-wrap {
    display: inline;
    opacity: 1;
    transition: all .3s
  }

  #handsome_global_player .aplayer-bar-wrap,
  #handsome_global_player .aplayer-icon.aplayer-icon-lrc,
  #handsome_global_player .aplayer-volume-wrap {
    display: inline;
    opacity: 0;
    transition: all .3s
  }

  #handsome_global_player .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded,
  #handsome_global_player .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played,
  #handsome_global_player .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar {
    height: 3px
  }

  #handsome_global_player .aplayer-info .aplayer-music {
    margin: 0 0 7px 5px
  }

  #handsome_global_player .aplayer-list {
    width: 254px;
    position: fixed;
    top: 50px;
    background-color: #fff
  }

  #handsome_global_player .aplayer .aplayer-arrow,
  #handsome_global_player .aplayer .aplayer-icon-back,
  #handsome_global_player .aplayer .aplayer-icon-forward,
  #handsome_global_player .aplayer .aplayer-icon-play {
    display: inline-block !important
  }

  #handsome_global_player .aplayer-time .aplayer-time-inner {
    display: none
  }

  #handsome_global_player .aplayer .aplayer-info .aplayer-controller {
    position: absolute;
    bottom: 0
  }

  #handsome_global_player .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    width: 96%
  }

  #handsome_global_player .aplayer-info {
    height: 50px
  }

  #handsome_global_player .aplayer .aplayer-icon-play {
    margin-left: 10px;
    margin-right: 10px
  }

  #handsome_global_player .aplayer-volume-wrap {
    margin-left: 38px
  }

  #handsome_global_player .aplayer .aplayer-info .aplayer-controller .aplayer-volume-wrap .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume {
    right: 0
  }

  #handsome_global_player .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played .aplayer-thumb {
    border-radius: 35% 35% 0 0 !important
  }
}

.aplayer .aplayer-pic .aplayer-button svg {
  color: #fff
}

@media (max-width:767px) {
  .music-box {
    width: 80%
  }

  #handsome_global_player .aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon.aplayer-icon-lrc {
    display: inline;
    animation: fadeInFromNone .5s ease-out
  }

  #handsome_global_player .aplayer-list {
    z-index: 2000
  }

  .handsomePlayer-tip-loading {
    width: 100%
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0
  }

  1% {
    display: inline;
    opacity: 0
  }

  100% {
    display: inline;
    opacity: 1
  }
}

@keyframes fadeNoneFromBlock {
  0% {
    display: inline;
    opacity: 1
  }

  50% {
    display: inline;
    opacity: 0
  }

  100% {
    display: none;
    opacity: 0
  }
}

.handsome_aplayer {
  position: relative
}

.handsome_aplayer .aplayer-list ol {
  margin: 0 !important
}

.kyt-player a,
.kyt-player div,
.kyt-player video {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  cursor: pointer;
  object-fit: cover
}

.kyt-player {
  background: #000;
  height: 258px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.words_contents .kyt-player {
  width: 50%
}

.kyt-player .play-button:hover {
  background-color: rgba(0, 0, 0, .5)
}

.kyt-player .play-button {
  background-color: rgba(0, 0, 0, .15);
  background-image: url(../img/icon_play@2x.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  cursor: pointer;
  -webkit-transition: background-color .5s;
  transition: background-color .5s
}

.video-player .iframe_player iframe {
  width: 100%;
  height: 100%;
  border: none
}

.video-player .panel-heading svg {
  vertical-align: -3px;
  margin-right: 10px;
  width: 16px;
  height: 16px
}

.video-player .btn-group>.btn:first-child {
  margin-left: -1px
}

.item-thumb {
  min-height: 250px;
  position: relative;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

.index-image {
  height: 250px;
  max-height: 250px
}

.panel-picture .index-image {
  height: 0 !important;
  padding-bottom: min(35%, 260px);
  max-height: unset !important;
  min-height: unset !important
}

.panel-picture .index-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.panel-picture a {
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

.panel-picture {
  position: relative;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 20px;
  transition: all .2s ease;
  background: #fff;
  width: 100%
}

.post-pic {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.panel-small .post-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.panel-picture .post-thumbnail {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  background-color: rgba(110, 120, 130, .2)
}

.panel-picture .post-thumbnail .post-thumbnail-inner {
  border-radius: inherit;
  position: relative;
  width: 100%;
  object-fit: cover;
  display: flex;
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, .1);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.panel-picture .entry-header {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
  border-radius: inherit;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.panel-picture .entry-action {
  opacity: 0;
  pointer-events: none;
  color: #fff;
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  transition: opacity .3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-around
}

.panel-picture:hover .entry-action {
  opacity: 1;
  pointer-events: initial
}

.index-post-title {
  font-size: 18px;
  padding-bottom: 1px
}

.panel-small .index-img-small {
  position: relative;
  flex: 1 130px
}

.item-thumb-small {
  height: 100%;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.panel-small .post-meta {
  position: relative;
  flex: 10;
  min-width: 0
}

.panel-small .summary {
  min-height: 60px;
  height: 60px;
  overflow: hidden
}

.panel-no-pic .summary {
  min-height: 60px;
  height: 60px;
  overflow: hidden
}

.panel-small {
  margin-bottom: 20px;
  border-radius: 6px;
  transition: all .2s ease;
  overflow: hidden;
  background: #fff;
  position: relative;
  width: 100%;
  display: flex;
  height: auto;
  align-content: stretch;
  flex-wrap: wrap
}

.bg-light .thumb-sm .img-circle {
  border: 2px solid #fff
}

.list-group-item .thumb-sm .img-circle {
  border: 2px solid #fff
}

.bg-light .thumb-sm .img-square {
  border: 2px solid #fff
}

.list-group-item .thumb-sm .img-square {
  border: 2px solid #fff
}

@media (max-width:1199px) {

  .index-image,
  .item-thumb {
    min-height: 185px;
    height: 185px
  }

  .panel-small .summary {
    height: 60px
  }

  .index-post-title {
    font-size: 20px
  }
}

@media (max-width:991px) {

  .index-image,
  .item-thumb {
    min-height: 190px
  }
}

@media (max-width:767px) {
  .index-post-title {
    font-size: 17px
  }

  .index-post-title {
    font-size: 17px
  }

  .index-image,
  .item-thumb {
    min-height: 260px
  }

  .panel-small .summary {
    height: 60px
  }
}

@media (max-width:650px) {

  .index-image,
  .item-thumb {
    min-height: 220px
  }
}

@media (max-width:579px) {
  .post-item-comment {
    display: none
  }

  .panel-small .summary {
    height: 60px
  }

  .panel-small .post-meta {
    padding: 5px 15px 5px 15px
  }

  .post-item-foot {
    padding: 3px
  }

  .panel-small .line-lg {
    margin: 5px 0
  }
}

@media (max-width:550px) {

  .index-image,
  .item-thumb {
    min-height: 180px
  }

  .copyright {
    display: none !important
  }
}

@media (max-width:440px) {

  .index-image,
  .item-thumb {
    min-height: 150px
  }

  .panel-small .summary {
    height: 30px;
    min-height: 30px
  }

  .panel-small .index-img-small {
    flex: 1.8 0px
  }

  .panel-small .post-meta {
    flex: 4
  }
}

@media (max-width:340px) {

  .index-image,
  .item-thumb {
    min-height: 120px
  }
}

.blog-post.post-list {
  display: flex;
  flex-flow: row wrap;
  gap: 0 15px;
  align-items: center
}

.single-post.panel {
  flex: 1 310px
}

.single-post.panel.panel-no-pic {
  flex: 110 310px
}

.panel-picture {
  flex: 1 100%
}

.panel-small {
  flex: 50 580px
}

@media (min-width:1300px) {
  .single-post.panel.panel-no-pic {
    flex: 110 45%
  }
}

@media (min-width:2048px) {
  .panel-small {
    flex: 50 740px
  }
}

.image-lock img {
  object-fit: contain !important;
  background: #000
}

.albums,
.photos {
  display: inline-block;
  width: 100%
}

.album-thumb img,
.image-thumb img {
  overflow: hidden;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover
}

.album-thumb img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

.image-thumb img {
  border-radius: 6px
}

.album-thumb {
  background: #fff
}

.album-thumb,
.image-thumb {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  list-style: none;
  float: left;
  height: 132px;
  margin: 10px;
  padding: 0 0 0;
  position: relative;
  cursor: pointer;
  align-items: flex-end;
  border-radius: 6px
}

.image-thumb {
  overflow: hidden
}

.album-thumb .light-link,
.image-thumb .light-link {
  border-radius: 6px
}

.album-thumb .img-wrap,
.image-thumb .img-wrap {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

.album-thumb figcaption {
  width: 100%;
  line-height: 32px;
  max-height: 32px;
  overflow: hidden;
  font-size: 14px;
  word-wrap: break-word
}

.img-wrap {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdfdfd;
  overflow: hidden;
  position: relative
}

.albums .img-wrap:after {
  background: rgba(0, 0, 0, .5) none repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: .25s;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px
}

.albums .img-wrap:hover:after {
  opacity: 1;
  transition: .25s
}

.albums .img-wrap:hover:before {
  transform: scale(2);
  opacity: 1;
  transition: .25s
}

.albums .img-wrap:before {
  color: #fff;
  content: "\e80f";
  display: block;
  font-family: fontello;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  height: 30px;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  line-height: 27px;
  position: absolute;
  text-align: center;
  transform: scale(0);
  opacity: 0;
  transition: .25s;
  width: 30px;
  z-index: 1
}

.albums .image-lock:before {
  color: #fff;
  content: "\e033";
  display: block;
  font-family: "Glyphicons Halflings";
  opacity: 1;
  transform: scale(2)
}

.albums .image-lock:after {
  opacity: 1
}

.image-thumb img {
  overflow: hidden;
  margin: auto;
  height: 100%;
  width: 100%;
  object-fit: cover
}

.photos img {
  padding: 0 !important;
  border: none !important;
  max-width: 100% !important
}

.image-thumb figcaption {
  width: 100%;
  line-height: 32px;
  max-height: 32px;
  overflow: hidden;
  font-size: 14px;
  word-wrap: break-word;
  pointer-events: none;
  bottom: 5px;
  font-size: .8em;
  margin: 0;
  position: absolute;
  z-index: 1;
  color: #fff;
  transition: .2s
}

.album-thumb:after,
.album-thumb:before {
  width: 88%;
  height: 20%;
  content: ' ';
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, .3);
  box-shadow: 0 8px 16px rgba(0, 0, 0, .3);
  position: absolute;
  bottom: 9px;
  z-index: -1
}

.album-thumb:after {
  -webkit-transform: skew(15deg) rotate(5deg);
  -moz-transform: skew(15deg) rotate(5deg);
  -o-transform: skew(15deg) rotate(5deg);
  transform: skew(15deg) rotate(5deg);
  right: 15px
}

.album-thumb:before {
  -webkit-transform: skew(-15deg) rotate(-5deg);
  -moz-transform: skew(-15deg) rotate(-5deg);
  -o-transform: skew(-15deg) rotate(-5deg);
  transform: skew(-15deg) rotate(-5deg);
  left: 15px
}

.layout {
  color: #333;
  padding: 0;
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto
}

.fancybox-caption {
  border: none !important;
  text-align: center
}

.image-thumb .light-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdfdfd;
  overflow: hidden;
  position: absolute;
  top: 0
}

.image-thumb .light-link:after {
  background-image: -moz-linear-gradient(to top, rgba(10, 17, 25, .35) 5%, rgba(10, 17, 25, 0) 35%);
  background-image: -webkit-linear-gradient(to top, rgba(10, 17, 25, .35) 5%, rgba(10, 17, 25, 0) 35%);
  background-image: -ms-linear-gradient(to top, rgba(10, 17, 25, .35) 5%, rgba(10, 17, 25, 0) 35%);
  background-image: linear-gradient(to top, rgba(10, 17, 25, .35) 5%, rgba(10, 17, 25, 0) 35%);
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  background-size: cover;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%
}

.image-thumb:hover figcaption {
  bottom: 20px;
  transition: .2s
}

.img-blur {
  border-radius: inherit;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  border: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: rgba(120, 120, 120, .1);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.img-blur:before {
  content: '';
  position: absolute;
  height: 10%;
  width: 90%;
  left: 5%;
  bottom: 0;
  background: inherit;
  background-position-y: 100%;
  filter: blur(10px)
}

.album-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: .2s cubic-bezier(.25, .46, .45, .94) all;
  transition: .2s cubic-bezier(.25, .46, .45, .94) all;
  margin: 10px 0
}

.album-photos .light-link:after {
  background-image: -moz-linear-gradient(to top, rgba(10, 17, 25, .35) 5%, rgba(10, 17, 25, 0) 35%);
  background-image: -webkit-linear-gradient(to top, rgba(10, 17, 25, .35) 5%, rgba(10, 17, 25, 0) 35%);
  background-image: -ms-linear-gradient(to top, rgba(10, 17, 25, .35) 5%, rgba(10, 17, 25, 0) 35%);
  background-image: linear-gradient(to top, rgba(10, 17, 25, .35) 5%, rgba(10, 17, 25, 0) 35%);
  -moz-pointer-events: none;
  -webkit-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
  background-size: cover;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0
}

.album-photos figure {
  position: relative;
  clear: both;
  outline: 0;
  padding: 0;
  min-height: 100px;
  margin: 2.5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.post-img-figcaption {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #8e8787;
  margin-top: 13px
}

.album-photos figure figcaption {
  width: 100%;
  line-height: 32px;
  max-height: 32px;
  overflow: hidden;
  word-wrap: break-word;
  pointer-events: none;
  bottom: 5px;
  font-size: .8em;
  margin: 0;
  position: absolute;
  z-index: 1;
  color: #fff;
  padding: 0 10px;
  transition: .4s ease;
  text-align: center
}

.album-photos figure:hover figcaption {
  bottom: 20px;
  transition: .4s ease
}

.album-photos img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0 !important;
  top: 0;
  left: 0;
  max-width: 100% !important
}

.album-photos figure a[data-fancybox=gallery] {
  display: block;
  position: relative;
  max-width: 100%;
  height: 100%;
  padding: 0
}

.image-thumb {
  height: 0;
  padding-bottom: 30%
}

@media screen and (max-width:1200px) {
  .album-thumb {
    width: 45%
  }

  .image-thumb {
    margin: 5px
  }
}

@media screen and (max-width:500px) {
  .album-thumb {
    width: 44%
  }

  .album-thumb:after,
  .album-thumb:before {
    bottom: 20px
  }

  .image-thumb {
    margin: 0;
    border: none;
    width: 92%;
    padding-bottom: 70%
  }
}

@media screen and (max-width:500px) {
  .image-thumb {
    border: none;
    margin: 10px 10px
  }
}

@media screen and (max-width:370px) {
  .album-thumb {
    width: 40%
  }
}

@media screen and (max-width:350px) {
  .album-thumb {
    width: 85%
  }

  .albums {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
  }
}

.comment-list {
  margin-bottom: 0 !important;
  padding-left: 0;
  list-style: none
}

.comment-content-true a:hover,
.wrapper-lg .entry-content a:hover {
  color: #222;
  border-bottom-color: #222
}

.comment-content-true a {
  display: inline
}

.comment-content-true a,
.wrapper-lg .entry-content a:not(.footnote-backref, .footnote-ref) {
  color: #58666e;
  border-bottom-color: #222;
  border-bottom: 1px solid #999;
  word-wrap: break-word;
  word-break: break-all
}

.footnote-ref {
  background: #f1f3f4;
  border-radius: 3px;
  padding: 0 2px;
  margin-left: 2px
}

.footnotes {
  background: #f1f2f3;
  border-radius: 5px;
  padding: 5px 15px
}

.footnotes:before {
  content: "脚注列表：";
  color: #888;
  font-size: 12px
}

.footnotes hr:first-child {
  display: none
}

.comment-author {
  user-select: none
}

.comment-author-at {
  float: left;
  margin-right: 5px;
  line-height: 18px
}

#comment {
  resize: none
}

#time_content #comment {
  resize: vertical
}

#comment {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 2px
}

#author {
  padding-left: 40px;
  padding-right: 40px
}

.author-avatar {
  height: 21px;
  position: absolute;
  border-radius: 50%;
  margin: 6px 12px
}

.random_user_name {
  height: 21px;
  position: absolute;
  right: 15px;
  bottom: 0;
  border-radius: 50%;
  margin: 6px 12px;
  cursor: pointer;
  user-select: none;
  opacity: .6
}

.commentReview {
  color: #999;
  display: inline;
  font-weight: 400 !important
}

.commentClose {
  text-align: center;
  background: #fff;
  padding: 10px
}

.comment-content-true img {
  max-width: 30% !important
}

.comment-reply a {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  color: #dcf2f8;
  background-color: #23b7e5
}

.comment-reply a:hover {
  background-color: #19a9d5;
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.cancel-comment-reply a {
  margin-left: 5px;
  color: #f4f3f9;
  background-color: #7266ba;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: 3px;
  border-radius: .25em
}

#time_content .cancel-comment-reply a {
  vertical-align: 0
}

.cancel-comment-reply a:hover {
  background-color: #6254b2;
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.comment-child2 {
  margin-left: -50px !important
}

.secret_comment_textarea {
  background: #999 !important;
  border-color: #999 !important;
  color: #fff
}

.secret_comment_textarea:focus {
  color: #fff
}

.secret_comment {
  float: right;
  position: relative;
  top: -32px;
  height: 0;
  white-space: nowrap;
  right: 0
}

#time_content .secret_comment {
  top: 6px
}

.secret_comment_label {
  display: inline
}

.secret_comment_check {
  display: inline
}

.comment-content-true {
  display: block
}

.comment-author-logo {
  padding: 4px 3px;
  border-radius: 50%;
  position: absolute;
  bottom: -9px;
  right: -4px;
  width: 20px;
  height: 20px;
  background: #feb356;
  border: 2px solid #fff
}

.comment-author-logo svg {
  width: 10px;
  height: 10px
}

.comment-body a {
  position: relative
}

.comment-respond .panel-default {
  margin-left: 30px
}

.comment-children .time-machine .panel-heading {
  display: none
}

.time-machine .comment-time-reply a {
  vertical-align: -3px
}

.comment-children .time-machine.box-shadow-wrap-normal {
  box-shadow: none !important
}

.comment-children .time-machine .panel-body+.panel-footer {
  padding: 0;
  border: none;
  position: relative
}

.comment-children .time-machine .panel-footer .say_footer {
  position: absolute;
  right: 0;
  top: -16px;
  opacity: 0
}

.comment-children .comment-body .time-machine:hover>.panel-footer .say_footer {
  opacity: 1
}

.comment-children .time-machine .panel-footer .say_footer span:last-child.text-muted {
  display: none
}

.comment-children .time-machine .panel-body {
  padding: 0;
  position: relative
}

.comment-children .time-machine .panel-body {
  font-size: 12px;
  padding-right: 50px
}

.comment-children .time-machine.panel {
  margin-bottom: 0
}

.time-machine .comment-body .avatar img {
  max-width: 50% !important;
  margin: 0 10px 0 20px;
  box-shadow: none;
  border-radius: 50%;
  vertical-align: baseline
}

#talk .streamline>.comment-list>.comment-body>.time-machine>.panel-footer>.say_footer+.comment-children {
  margin-top: 20px
}

.time_reply_comment {
  border: 1px solid #f1f1f1
}

.time_reply_comment .form-control:focus {
  box-shadow: none !important
}

.time_reply_comment .secret_comment {
  display: none
}

.time_reply_comment #author {
  padding-left: 12px
}

.time_reply_comment #author_info {
  position: relative;
  top: -6px;
  padding-left: 5px;
  padding-right: 0
}

.time_reply_comment .comment-form-author {
  padding-left: 0;
  padding-right: 5px
}

.time_reply_comment .comment-form-email {
  padding-left: 0;
  padding-right: 0
}

.show_hide_div {
  color: #333
}

/*! * * * * * * * * * * * * * * * * * * * *\
  CSShake :: shake
  v1.5.0
  CSS classes to move your DOM
  (c) 2015 @elrumordelaluz
  http://elrumordelaluz.github.io/csshake/
  Licensed under MIT
\* * * * * * * * * * * * * * * * * * * * */
.shake {
  display: inherit;
  transform-origin: center center
}

.shake-constant.shake-constant--hover:hover,
.shake-freeze,
.shake-trigger:hover .shake-constant.shake-constant--hover {
  animation-play-state: paused
}

.shake-freeze:hover,
.shake-trigger:hover .shake,
.shake-trigger:hover .shake-freeze,
.shake:hover {
  animation-play-state: running
}

@keyframes shake {
  2% {
    transform: translate(-1.5px, -.5px) rotate(1.5deg)
  }

  4% {
    transform: translate(2.5px, .5px) rotate(-.5deg)
  }

  6% {
    transform: translate(1.5px, 1.5px) rotate(1.5deg)
  }

  8% {
    transform: translate(1.5px, .5px) rotate(1.5deg)
  }

  10% {
    transform: translate(-.5px, -.5px) rotate(.5deg)
  }

  12% {
    transform: translate(-1.5px, -1.5px) rotate(-.5deg)
  }

  14% {
    transform: translate(2.5px, 1.5px) rotate(1.5deg)
  }

  16% {
    transform: translate(-.5px, -.5px) rotate(1.5deg)
  }

  18% {
    transform: translate(-1.5px, -.5px) rotate(.5deg)
  }

  20% {
    transform: translate(-.5px, 1.5px) rotate(.5deg)
  }

  22% {
    transform: translate(2.5px, 2.5px) rotate(1.5deg)
  }

  24% {
    transform: translate(-.5px, 1.5px) rotate(-.5deg)
  }

  26% {
    transform: translate(.5px, -.5px) rotate(.5deg)
  }

  28% {
    transform: translate(1.5px, .5px) rotate(.5deg)
  }

  30% {
    transform: translate(1.5px, 2.5px) rotate(1.5deg)
  }

  32% {
    transform: translate(-1.5px, -.5px) rotate(.5deg)
  }

  34% {
    transform: translate(.5px, 1.5px) rotate(.5deg)
  }

  36% {
    transform: translate(-1.5px, .5px) rotate(-.5deg)
  }

  38% {
    transform: translate(1.5px, -.5px) rotate(-.5deg)
  }

  40% {
    transform: translate(2.5px, -.5px) rotate(.5deg)
  }

  42% {
    transform: translate(2.5px, 1.5px) rotate(1.5deg)
  }

  44% {
    transform: translate(.5px, 1.5px) rotate(1.5deg)
  }

  46% {
    transform: translate(.5px, 1.5px) rotate(.5deg)
  }

  48% {
    transform: translate(-1.5px, -1.5px) rotate(-.5deg)
  }

  50% {
    transform: translate(-.5px, -.5px) rotate(-.5deg)
  }

  52% {
    transform: translate(-1.5px, -.5px) rotate(-.5deg)
  }

  54% {
    transform: translate(1.5px, 1.5px) rotate(.5deg)
  }

  56% {
    transform: translate(.5px, -1.5px) rotate(-.5deg)
  }

  58% {
    transform: translate(-.5px, 2.5px) rotate(1.5deg)
  }

  60% {
    transform: translate(2.5px, 1.5px) rotate(-.5deg)
  }

  62% {
    transform: translate(2.5px, -1.5px) rotate(-.5deg)
  }

  64% {
    transform: translate(-.5px, 2.5px) rotate(1.5deg)
  }

  66% {
    transform: translate(1.5px, -.5px) rotate(1.5deg)
  }

  68% {
    transform: translate(.5px, -1.5px) rotate(1.5deg)
  }

  70% {
    transform: translate(.5px, -.5px) rotate(1.5deg)
  }

  72% {
    transform: translate(2.5px, -.5px) rotate(.5deg)
  }

  74% {
    transform: translate(-.5px, 2.5px) rotate(1.5deg)
  }

  76% {
    transform: translate(1.5px, -.5px) rotate(.5deg)
  }

  78% {
    transform: translate(2.5px, -.5px) rotate(1.5deg)
  }

  80% {
    transform: translate(1.5px, 2.5px) rotate(-.5deg)
  }

  82% {
    transform: translate(-1.5px, .5px) rotate(-.5deg)
  }

  84% {
    transform: translate(.5px, -.5px) rotate(-.5deg)
  }

  86% {
    transform: translate(-1.5px, .5px) rotate(.5deg)
  }

  88% {
    transform: translate(2.5px, .5px) rotate(.5deg)
  }

  90% {
    transform: translate(1.5px, 2.5px) rotate(.5deg)
  }

  92% {
    transform: translate(-1.5px, 1.5px) rotate(-.5deg)
  }

  94% {
    transform: translate(-.5px, 2.5px) rotate(1.5deg)
  }

  96% {
    transform: translate(1.5px, .5px) rotate(.5deg)
  }

  98% {
    transform: translate(1.5px, -.5px) rotate(-.5deg)
  }

  0%,
  100% {
    transform: translate(0, 0) rotate(0)
  }
}

.shake-trigger:hover .shake,
.shake.shake-constant,
.shake.shake-freeze,
.shake:hover {
  animation-name: shake;
  animation-duration: .1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite
}

@keyframes shake-little {
  0% {
    transform: translate(0, 0)
  }

  2% {
    transform: translate(-1px, 1px)
  }

  4% {
    transform: translate(-1px, -1px)
  }

  6% {
    transform: translate(0, 0)
  }

  8% {
    transform: translate(1px, 1px)
  }

  10% {
    transform: translate(1px, -1px)
  }

  12% {
    transform: translate(0, 0)
  }

  14% {
    transform: translate(-1px, 1px)
  }

  16% {
    transform: translate(-1px, -1px)
  }

  18% {
    transform: translate(0, 0)
  }

  20% {
    transform: translate(1px, 1px)
  }

  22% {
    transform: translate(1px, -1px)
  }

  24% {
    transform: translate(0, 0)
  }

  26% {
    transform: translate(-1px, 1px)
  }

  28% {
    transform: translate(-1px, -1px)
  }

  30% {
    transform: translate(0, 0)
  }

  32% {
    transform: translate(1px, 1px)
  }

  34% {
    transform: translate(1px, -1px)
  }

  36% {
    transform: translate(0, 0)
  }

  38% {
    transform: translate(-1px, 1px)
  }

  40% {
    transform: translate(-1px, -1px)
  }

  42% {
    transform: translate(0, 0)
  }

  44% {
    transform: translate(1px, 1px)
  }

  46% {
    transform: translate(1px, -1px)
  }

  48% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(-1px, 1px)
  }

  52% {
    transform: translate(-1px, -1px)
  }

  54% {
    transform: translate(0, 0)
  }

  56% {
    transform: translate(1px, 1px)
  }

  58% {
    transform: translate(1px, -1px)
  }

  60% {
    transform: translate(0, 0)
  }

  62% {
    transform: translate(-1px, 1px)
  }

  64% {
    transform: translate(-1px, -1px)
  }

  66% {
    transform: translate(0, 0)
  }

  68% {
    transform: translate(1px, 1px)
  }

  70% {
    transform: translate(1px, -1px)
  }

  72% {
    transform: translate(0, 0)
  }

  74% {
    transform: translate(-1px, 1px)
  }

  76% {
    transform: translate(-1px, -1px)
  }

  78% {
    transform: translate(0, 0)
  }

  80% {
    transform: translate(1px, 1px)
  }

  82% {
    transform: translate(1px, -1px)
  }

  84% {
    transform: translate(0, 0)
  }

  86% {
    transform: translate(-1px, 1px)
  }

  88% {
    transform: translate(-1px, -1px)
  }

  90% {
    transform: translate(0, 0)
  }

  92% {
    transform: translate(1px, 1px)
  }

  94% {
    transform: translate(1px, -1px)
  }

  96% {
    transform: translate(0, 0)
  }

  98% {
    transform: translate(-1px, 1px)
  }

  100% {
    transform: translate(-1px, -1px)
  }
}

.like_button:hover .shake-little {
  animation-play-state: running
}

.animate-freeze .shake-little {
  animation-play-state: paused !important
}

.shake-little {
  display: inherit;
  transform-origin: center center
}

.like_button:hover .shake-little {
  animation-name: shake-little;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  transform: translate(0, 0)
}

.post-comment-star {
  margin-left: 2px
}

.post-comment-star i {
  font-size: 12px;
  vertical-align: -1px
}

.say_footer_right {
  float: right
}

.say_footer_right svg {
  width: 12px;
  bottom: 17px;
  height: 15px
}

.time_operation {
  margin-left: 10px
}

#tag_list.navi ul.nav li li a {
  padding: 5px 10px
}

#alllayout #tag_list.navi ul.nav:not(.nav-sub)>li:not(.category-child) {
  margin: 0
}

#alllayout #tag_list.navi ul.nav.nav-sub>li:not(.category-child) {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0;
  margin-bottom: 0
}

#alllayout #tag_list.navi ul.nav.nav-sub>li:not(.category-child) a {
  padding: 2px 5px !important
}

#alllayout #tag_list.navi ul.nav.nav-sub>li:not(.category-child):first-child {
  margin-top: 5px
}

#alllayout #tag_list.navi ul.nav.nav-sub>li:not(.category-child):last-child {
  margin-bottom: 5px
}

#tag_list.navi .open>.dropdown-menu {
  display: block !important
}

.time_operation.open>.dropdown-menu {
  min-width: 66px;
  width: 66px
}

.time_tag_operation.open>.dropdown-menu {
  position: fixed !important;
  min-width: 66px;
  width: 66px
}

#tag_list.navi ul.nav li a span {
  opacity: 1
}

#tag_list.navi ul.nav .time_tag_operation ul li a {
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 13px
}

.time_operation ul li a {
  padding: 3px 10px;
  margin: 1px 10px;
  border-radius: 4px;
  font-size: 13px
}

#tag_list.navi .open {
  display: block !important
}

#tag_list.navi ul.nav li li a:focus .dropdown,
#tag_list.navi ul.nav li li a:hover .dropdown {
  display: block !important;
  top: 2px
}

#tag_list.navi ul.nav li li a:focus .dropdown+.badge,
#tag_list.navi ul.nav li li a:hover .dropdown+.badge {
  display: none
}

.tag_list_title {
  border-radius: 4px 4px 0 0
}

.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 5px
}

.tribute-container ul {
  padding: 2px 10px 2px 10px;
  border-radius: 5px;
  list-style: none;
  margin: 0
}

.tribute-container li {
  cursor: pointer;
  padding: 2px 8px 2px 8px;
  border-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.tribute-container li.highlight {
  background: rgba(55, 53, 47, .08)
}

.tribute-container li span {
  font-weight: 700
}

.tribute-container li.no-match {
  cursor: default
}

.tribute-container .menu-highlighted {
  font-weight: 700
}

@keyframes highlight {
  0% {
    background: #ff9
  }

  100% {
    background: inherit
  }
}

.highlight_content {
  animation: highlight 2s
}

.focus_comment #alllayout {
  box-shadow: none
}

.focus_comment #aside,
.focus_comment #header,
.focus_comment #rightAside,
.focus_comment #time_content #post-panel .time_cover,
.focus_comment .resize-pane,
.focus_comment .streamline {
  display: none !important
}

.focus_comment .app-content {
  margin-left: 0
}

.focus_comment #aside,
.focus_comment #footer,
.focus_comment #time_content .time_tab_list,
.focus_comment nav[role=navigation] {
  visibility: hidden;
  box-shadow: none
}

.focus_comment #post-panel {
  padding-bottom: 0 !important;
  height: 100vh
}

body.focus_comment {
  overflow: hidden
}

.focus_comment #time_content #comment {
  max-height: 70vh
}

.focus_comment #time_content .comment-respond .panel-default {
  margin-right: 30px
}

@media (max-width:992px) {
  .focus_comment {
    display: none
  }
}

.time_sidebar {
  margin: 15px;
  margin-top: -10px
}

.time_widget .time_footer {
  margin-top: 6px
}

.time_widget .time_footer svg {
  width: 13px;
  height: 13px;
  vertical-align: -2px
}

.time_header svg {
  vertical-align: -4px;
  margin-right: 5px
}

.time_widget .list-group-item:hover {
  color: #444
}

#post-panel {
  background: #f1f3f4
}

#post-content {
  font-family: "Source Sans Pro", "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", SimSun, Helvetica, Arial, Sans-serif, monospace
}

.MJXc-display,
.MathJax_Display,
.MathJax_MathML,
.MathJax_PHTML_Display,
.MathJax_PlainSource_Display,
.MathJax_SVG_Display,
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch
}

#post-content p {
  margin: 0 0 20px 0
}

#post-content .hideContent p:last-child {
  margin-bottom: 0
}

#post-content h1 {
  font-size: 26px
}

#post-content h2 {
  font-size: 22px
}

#post-content h1:before,
#post-content h2:before {
  display: block;
  content: "";
  margin-top: 32px
}

#post-content h1:nth-of-type(1)::before,
#post-content h2:nth-of-type(1)::before {
  display: block;
  margin-top: 10px
}

#post-content h1:after,
#post-content h2:after {
  display: block;
  content: "";
  margin-bottom: 5px
}

#post-content h1,
#post-content h2 {
  width: auto;
  display: inline
}

#post-content h3 {
  font-size: 20px
}

#post-content h4 {
  font-size: 15px
}

#post-content h1,
#post-content h2,
#post-content h3,
#post-content h4,
#post-content h5,
#post-content h6 {
  color: #5b5a5a;
  line-height: 1.4;
  font-weight: 700;
  margin: 32px 0 5px 0
}

#post-content button {
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: scroll
}

#post-content button a {
  color: #fff !important;
  outline: 0 !important;
  border: none !important
}

#post-content .table-responsive,
#post-content blockquote,
#post-content ol,
#post-content pre,
#post-content ul {
  margin: 1.5em 0
}

#post-content ol,
#post-content ul {
  margin: 0;
  padding-inline-start: 15px
}

#post-content .aplayer-list ol {
  margin: 0;
  padding-inline-start: 0
}

#post-content li p {
  margin: 0
}

#post-content .collapse-panel {
  margin-bottom: 0
}

#post-content ul ul {
  padding-inline-start: 20px
}

.entry-content blockquote:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content ol:first-child,
.entry-content p:first-child,
.entry-content pre:first-child,
.entry-content ul:first-child,
.entry-content>h1:first-child {
  margin-top: 0 !important
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0 !important
}

#post-content blockquote {
  padding: 8px 20px 8px 20px;
  border: none !important;
  border-radius: 5px;
  background: #fff8ed;
  line-height: 27px
}

#post-content blockquote p {
  margin: 0 !important;
  padding-left: 0 !important;
  word-break: break-all;
  text-align: justify;
  line-height: 30px;
  position: relative;
  padding-bottom: 10px;
  font-size: 14px;
  background: linear-gradient(to bottom, #05241d, rgba(255, 255, 255, 0) 3%);
  -webkit-background-size: 100% 30px;
  padding-bottom: 30px
}

#post-content blockquote p:first-child {
  margin-top: 18px !important
}

#post-content blockquote p:last-child {
  padding-bottom: 18px
}

#post-content blockquote blockquote {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 18px;
  border-left: 1px solid #4c5f55 !important;
  margin: 0;
  margin-bottom: 18px
}

@media (max-width:767px) {
  #post-content blockquote {
    margin: 1.6em -17px
  }
}

#comments pre,
#post-content pre {
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative
}

pre {
  padding: 0
}

pre code {
  display: block;
  overflow-x: auto;
  position: relative;
  margin: 0;
  padding: 15px
}

.mac_pre:before {
  content: '';
  display: block;
  background-size: 40px;
  margin-bottom: 8px;
  margin-left: 8px;
  margin-top: 8px;
  border-radius: 50%;
  background: #ff0800 no-repeat 10px 10px;
  width: 12px;
  height: 12px;
  -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
  z-index: 3
}

.mac_light {
  background: #eee !important;
  border-radius: 5px !important
}

.mac_dark {
  background: #161616 !important;
  border-radius: 5px !important
}

.mac_light code {
  background: #f3f3f3 !important;
  color: #333
}

.mac_dark code {
  background: #21252a !important;
  color: #bababa
}

.hljs {
  padding: 15px !important
}

.modal-open,
.modal-open .modal {
  padding-right: 0 !important
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px
}

#post-content img:not(.img-square) {
  cursor: pointer;
  margin: 10px auto
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.animate-spin-span svg {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block
}

.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block
}

.light-link {
  border: none !important
}

.list-group-item>.fontello-chevron-right {
  float: right;
  margin-top: 4px;
  margin-right: -5px
}

.mr10 {
  font-size: 13px
}

label.insert_tips {
  margin-bottom: 15px
}

.time_machine_comment_replay a {
  color: #98a6ad;
  margin: 5px
}

.time-machine img:not(.emotion-*) {
  max-width: 30% !important;
  display: block
}

.album-photos img,
.photos img {
  max-width: 100% !important
}

.time-machine img {
  margin: 10px 0
}

.say_footer {
  font-size: 12px;
  line-height: 0
}

.say_footer .star_talk i {
  vertical-align: -1px
}

.github_language {
  position: absolute;
  font-size: 20px;
  color: rgba(255, 255, 255, .5);
  bottom: 25px;
  right: 20px
}

.douban-list {
  height: 160px
}

.douban-list {
  object-fit: cover
}

.support-author {
  padding: 10px 0 10px;
  text-align: center;
  clear: both
}

.support-author p {
  padding: 0 30px;
  margin-bottom: 20px;
  min-height: 24px;
  font-size: 17px
}

.support-author .btn-pay {
  margin-right: 10px
}

.btn_post_footer {
  margin-bottom: 15px;
  padding: 5px 15px;
  border: none;
  position: relative
}

.btn_post_footer.btn-default {
  color: #777 !important
}

.btn_post_footer svg {
  width: 15px;
  height: 15px;
  vertical-align: -2px;
  margin-right: 5px
}

.liked_svg {
  position: absolute;
  left: 16px;
  top: 8px
}

@keyframes dash {
  0% {
    transform-origin: 20px 8px;
    transform: scale(0)
  }

  50% {
    transform: scale(.5)
  }

  100% {
    transform: scale(1)
  }
}

.like_button_active .circle-rounded {
  opacity: 1;
  animation: dash .3s linear forwards
}

.like_button_active:hover .circle-rounded {
  background: #9f4147
}

.circle-rounded {
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #b24950
}

.liked_svg {
  opacity: 0
}

.like_button_active .liked_svg {
  transition-duration: .1s;
  opacity: 1
}

@keyframes like_rotate {
  0% {
    opacity: 0;
    transform-origin: left 10px
  }

  30% {
    opacity: 1;
    transform: rotate(0)
  }

  75% {
    transform: rotate(-40deg)
  }

  100% {
    transform: rotate(0)
  }
}

.like_button_active .like_rotate {
  animation: like_rotate .6s linear forwards
}

.like_button:hover .shake-little {
  animation-play-state: running
}

.like_button_active .shake-little {
  animation-play-state: paused !important
}

.like_button_active span {
  color: #fff;
  position: relative;
  display: inline
}

.like_button .unlike_svg {
  position: static
}

.like_button:hover {
  color: #777;
  background: #f9f9f9
}

.like_button {
  background: #fff;
  color: #777
}

.modal-dialog {
  margin-top: 60px
}

.modal-dialog .modal-content .modal-header h4.modal-title {
  text-align: center;
  font-weight: 700 !important;
  font-size: 15px
}

.modal-header {
  background-color: transparent;
  border-bottom: none
}

.modal-content {
  border: none
}

#myModal .nav-link i {
  margin-right: 5px;
  vertical-align: baseline
}

.article__reward-info {
  color: #999
}

.pay-button {
  display: inline-block
}

.solid-tab.tab-container {
  margin-bottom: 0;
  margin-top: 0
}

.solid-tab.tab-container.post_tab .nav-item a {
  padding-bottom: 3px;
  padding-top: 3px
}

.solid-tab.tab-container.post_tab .nav-item {
  flex: 1;
  color: #c85c41
}

.solid-tab.tab-container.post_tab .nav-item.active .nav-link:before {
  display: none
}

.solid-tab.tab-container.post_tab .nav-item.active {
  background: #c85c41;
  color: #fff
}

.solid-tab.tab-container .nav {
  text-align: center;
  display: flex;
  flex-direction: row;
  margin: 0 10px 10px 10px !important;
  border-radius: 5px;
  border: 1px solid #c85c41
}

.article__reward-border {
  border-top: 1px solid #eee;
  margin-bottom: 20px !important;
  margin-top: 10px !important
}

.pay-img {
  max-width: 70% !important;
  border: none !important;
  margin: auto;
  text-align: center;
  display: flex
}

.modal-title {
  margin: 0 !important;
  font-weight: 400 !important
}

.modal-header {
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 15px;
  min-height: 16.5px
}

#myModal .tab-content>.tab-pane {
  display: none !important
}

#myModal .tab-content>.active {
  display: block !important
}

.article__reward {
  margin: .6em 0 !important
}

.show-foot {
  margin: 40px 0 30px
}

.show-foot .notebook {
  font-size: 12px;
  color: #9b9b9b
}

.show-foot .copyright {
  float: right;
  font-size: 12px;
  line-height: 1.7;
  color: #9b9b9b
}

.show-foot .modal-wrap {
  float: right;
  margin-top: 5px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 1.7
}

.show-foot .modal-wrap>a {
  color: #9b9b9b
}

.notebook {
  display: inline
}

form.protected input[type=password].text {
  border: 1px solid #ccc;
  border-color: #cfdadd;
  border-right: 0;
  border-radius: 1.875rem 0 0 1.875rem;
  background-color: transparent;
  padding: .3125rem .9375rem;
  transition: all .5s;
  width: 159px;
  margin-right: -.375rem
}

form.protected input[type=submit].submit {
  color: #fff !important;
  border: none;
  background-color: #27c24c;
  padding: .4rem;
  text-align: center;
  width: 4.125rem;
  transition: all .5s;
  border-radius: 0 1.875rem 1.875rem 0
}

form.protected input[type=submit].submit:hover {
  color: #fff !important;
  background-color: #23ad44;
  border-color: #20a03f
}

.superscript {
  font-size: .45em !important;
  padding-left: .4375rem;
  padding-top: .1875rem;
  color: inherit !important
}

.plus-font-size {
  font-size: .45em !important;
  padding-left: 1.4375rem;
  padding-top: .1875rem;
  color: inherit !important
}

#toc a,
.tocTree a,
.vditor-outline__item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 5px;
  cursor: pointer
}

#tag_toc.fixed {
  position: fixed
}

#tocTree {
  max-height: 500px;
  overflow: hidden
}

#tag_toc.fixed .tags {
  overflow: hidden
}

#toc {
  background: #fff;
  border-radius: 4px;
  padding-bottom: 8px;
  padding-top: 8px
}

#tag_toc .tags {
  border-radius: 4px
}

#toc a,
.tocTree a,
.vditor-outline__item {
  padding: 2px 2px;
  border-radius: 4px
}

.tocify li {
  border-bottom: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  margin: 0 10px !important;
  border-radius: 4px;
  margin-bottom: 3px !important
}

.tocify a {
  display: block
}

.tocify a:active,
.tocify a:focus {
  background-color: transparent
}

.tocify .active,
.vditor-outline__item--current,
.vditor-outline__item:hover {
  background-color: #f3f3f3
}

.tocify li,
.tocify ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 25px
}

.tocify-header {
  text-indent: 8px
}

.tocify-subheader {
  text-indent: 16px;
  display: none
}

.tocify-subheader li {
  font-size: 13px
}

.tocify-subheader .tocify-subheader {
  text-indent: 24px
}

.tocify-subheader .tocify-subheader .tocify-subheader {
  text-indent: 32px
}

.toc-mobile-body {
  padding: 0
}

.toc-mobile-body li {
  border: none
}

.toc-mobile-body {
  max-height: 500px;
  overflow-y: scroll
}

@media (max-height:640px) {
  .toc-mobile-body {
    max-height: 400px
  }
}

.tocify-item a {
  border: none !important
}

.tocify-mobile-panel.active {
  right: -1px;
  z-index: 999999
}

.tocify-mobile-panel {
  position: fixed;
  top: 120px;
  right: -240px;
  z-index: 1010;
  width: 240px;
  -webkit-transition: all .2s;
  transition: all .2s
}

.tocify-mobile-panel>.btn {
  top: 0
}

.hideContent {
  background: repeating-linear-gradient(145deg, #f2f2f2, #f2f2f2 15px, #fff 0, #fff 30px);
  padding: 10px 40px 10px 40px;
  position: relative;
  margin-bottom: 20px
}

button i svg {
  width: 15px;
  height: 15px;
  vertical-align: middle
}

.hideContent i {
  display: block;
  font-size: 20px;
  height: 20px;
  left: 10px;
  line-height: 20px;
  position: absolute;
  top: 15px
}

.hideContent.read {
  border-radius: 5px;
  background: #e9e9e9;
  padding: 5px;
  margin-bottom: 0
}

.timeMachine .hideContent.read {
  background: #f7f7f7
}

.tip {
  background: #eef6fd;
  padding: 8px 20px;
  border-left: 3px solid #38a3fd;
  border-radius: 0 5px 5px 0;
  margin-bottom: 10px;
  color: #777
}

.tip p {
  margin: 5px 0 !important
}

.tip:before {
  background: #38a3fd;
  border-radius: 50%;
  color: #fff;
  content: "i";
  font-family: Dosis, "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  height: 21px;
  line-height: 21px;
  margin-left: -32px;
  margin-top: 5px;
  position: absolute;
  text-align: center;
  width: 21px
}

.tip ol {
  margin: 0
}

.tip.share {
  border-left-color: #ddd;
  background: #efefef
}

.tip.share:before {
  background: #ddd;
  content: "\0040"
}

.tip.success {
  border-left-color: #86cc00;
  background: #f0f8e5
}

.tip.success:before {
  background: #86cc00;
  content: "\221a"
}

.tip.warning {
  border-left-color: #ff7800;
  background: #fcf2e9
}

.tip.warning:before {
  background: #ff7800;
  content: "\0021"
}

.tip.error {
  border-left-color: #ed0000;
  background: #fcf1f1
}

.tip.error:before {
  background: #ed0000;
  content: "\00D7"
}

.tip.inlineBlock {
  display: inline-block;
  width: 100%
}

.tip.simple {
  border: none;
  border-radius: 5px !important
}

.tip.small {
  padding: 0 10px
}

.tip.small p {
  margin-bottom: 0 !important
}

.tip.simple:before {
  display: none
}

.inser-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px !important
}

.post-inser {
  position: relative;
  overflow: hidden;
  max-height: 145px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 13px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15), 0 0 1px rgba(0, 0, 0, .15);
  border-radius: 5px;
  margin: 20px 0
}

.inner-image {
  float: left;
  width: 145px;
  height: 145px;
  margin: -12px 20px -12px -12px
}

.inner-content {
  margin-left: 153px
}

.preview .post-inser:hover {
  cursor: pointer;
  background: #f9f9f9
}

.list .preview .post {
  padding: 12px;
  margin: 10px 0
}

@media (max-width:600px) {
  .post-inser {
    overflow: scroll
  }

  .inner-image {
    display: none
  }

  .inner-content {
    margin-left: 10px
  }
}

#changyan_wait {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px
}

.post_tab .nav-tabs {
  padding: 0 !important;
  margin: 0 !important
}

.post_tab li>a {
  margin: 0 !important;
  border-top: none !important
}

.post_tab .nav-tabs>li.active>a {
  border: 1px solid #dee5e7
}

.post_tab .tab-content {
  border: none !important
}

.post_tab .nav-tabs>li:first-child>a {
  border-left-width: 0 !important
}

.nav-tabs-alt .nav-tabs>li.active>a {
  border: none !important
}

.nav-tabs-alt .nav-tabs>li.active>a {
  border-bottom-color: #000 !important;
  padding: 0
}

.navs-slider-bar {
  content: '';
  position: absolute;
  top: auto;
  bottom: 0;
  height: 2px;
  width: 16.5%;
  background-color: #000;
  left: 0;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

.new-nav-tab .navs-slider-bar {
  background: #f9f9f9;
  width: 33%;
  border-radius: 5px;
  top: 2px;
  height: calc(100% - 4px) !important
}

@media (max-width:992px) {
  .new-nav-tab .navs-slider-bar {
    height: 25px;
    top: 2px
  }
}

.nav-tabs-alt .nav-tabs>li[data-index="0"].active~.navs-slider-bar {
  transform: translateX(55%)
}

.nav-tabs-alt .nav-tabs>li[data-index="1"].active~.navs-slider-bar {
  transform: translateX(255%)
}

.nav-tabs-alt .nav-tabs>li[data-index="2"].active~.navs-slider-bar {
  transform: translateX(460%)
}

.new-nav-tab-content .wrapper-md {
  padding-top: 10px
}

.nav-tabs-alt .new-nav-tab.nav-tabs>li[data-index="0"].active~.navs-slider-bar {
  transform: translateX(0);
  left: 2px
}

.nav-tabs-alt .new-nav-tab.nav-tabs>li[data-index="1"].active~.navs-slider-bar {
  transform: translateX(100%)
}

.nav-tabs-alt .new-nav-tab.nav-tabs>li[data-index="2"].active~.navs-slider-bar {
  transform: translateX(200%);
  left: 0
}

.new-nav-tab.nav-tabs>li[data-index="1"]+.navs-slider-bar {
  width: 50% !important
}

.new-nav-tab.nav-tabs>li[data-index="2"]+.navs-slider-bar {
  width: 33% !important
}

.tablist {
  position: relative
}

.post_tab .nav {
  padding-left: 0;
  margin-bottom: 0 !important;
  list-style: none;
  background: #fff;
  white-space: nowrap;
  height: 100%;
  overflow-y: hidden
}

.post_tab .nav-item {
  position: relative;
  border: none;
  display: inline-block;
  height: 100%
}

.post_tab .nav-link:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition: all .2s ease-in-out
}

.dropdown-menu .post_tab .nav-item>a.nav-link {
  color: #777
}

.post_tab .nav-item.active .nav-link:before {
  left: 0;
  right: 0;
  border-bottom-color: #000
}

.post_tab .nav a,
.post_tab .nav a:hover {
  background: 0 0 !important;
  border: none !important
}

.morphing-btn {
  -webkit-transition: background .3s, color .2s .2s, width .2s 0s;
  -moz-transition: background .3s, color .2s .2s, width .2s 0s;
  -o-transition: background .3s, color .2s .2s, width .2s 0s;
  transition: color .3s .2s, width .2s 0s;
  white-space: nowrap;
  box-sizing: border-box
}

.morphing-btn_circle {
  color: transparent !important;
  padding-left: .4375rem;
  padding-right: 0;
  width: 35.6px !important;
  -webkit-transition: color .2s 0s, width .3s .2s;
  -moz-transition: color .2s 0s, width .3s .2s;
  -o-transition: color .2s 0s, width .3s .2s;
  transition: color .2s 0s, width .3s .2s
}

.morphing-btn-clone {
  position: fixed;
  background: #e0d8c8;
  border-radius: 50%;
  z-index: 9999;
  -webkit-transition: all .5s cubic-bezier(.65, .05, .36, 1);
  -moz-transition: all .5s cubic-bezier(.65, .05, .36, 1);
  -o-transition: all .5s cubic-bezier(.65, .05, .36, 1);
  transition: all .5s cubic-bezier(.65, .05, .36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.morphing-btn-clone_visible {
  display: block;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important
}

.fancybox-morphing .fancybox-bg {
  background: #e0d8c8;
  opacity: 1
}

.fancybox-morphing .fancybox-toolbar {
  top: 20px;
  right: 40px
}

.fancybox-morphing .fancybox-button--close {
  background: rgba(0, 0, 0, .2);
  border-radius: 50%;
  color: #fff
}

.fancybox-morphing .fancybox-button--close::after,
.fancybox-morphing .fancybox-button--close::before {
  height: 1.55px;
  width: 22px;
  left: calc(50% - 11px)
}

.fancybox-morphing .fancybox-button--close:hover {
  background: rgba(0, 0, 0, .25)
}

#morphing-content-real_origin_text {
  display: none
}

#morphing-content {
  width: 100%;
  margin: 0;
  position: relative;
  background: #f8f1e2;
  color: #4f321c;
  padding: 0;
  line-height: 2;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: 100%;
  font-size: 18px;
  font-weight: 400 !important;
  font-style: normal !important;
  box-shadow: 0 6px 12px 3px rgba(0, 0, 0, .2)
}

.fancybox-slide--html {
  padding: 0 !important
}

.fancybox-container #morphing-content {
  display: inline-block !important
}

.fancybox-container img {
  margin: 0 auto
}

@media (max-width:1199px) {
  .fancybox-container #morphing-content {
    padding-bottom: 30px
  }
}

.page {
  padding-top: 53px
}

.morphing-content h1.title {
  font-weight: 700;
  font-size: 1.95552em;
  line-height: 1.2141em;
  margin-top: 0;
  margin-bottom: .5em
}

.morphing-content p {
  margin-bottom: 18px;
  margin-top: 18px
}

.morphing-content img {
  margin: .5em auto;
  display: block;
  height: auto
}

.metadata {
  margin-top: -.75em;
  margin-bottom: 1.45em
}

@media (min-width:767px) {

  .compensate-for-scrollbar.fix-padding,
  .fancybox-active.fix-padding,
  .modal-open.fix-padding {
    padding-right: 8px !important;
    height: unset
  }

  .body-padding.fix-padding {
    padding-right: 8px !important
  }

  .body-padding .fix-padding,
  .compensate-for-scrollbar .fix-padding,
  .fancybox-active .fix-padding,
  .modal-open .fix-padding {
    padding-right: 8px !important
  }

  .body-padding .container .fix-padding,
  .compensate-for-scrollbar .container .fix-padding,
  .fancybox-active .container .fix-padding,
  .modal-open .container .fix-padding {
    padding-right: 0 !important
  }

  .compensate-for-scrollbar #handsome_global_player .aplayer .aplayer-lrc,
  .fancybox-active #handsome_global_player .aplayer .aplayer-lrc,
  .modal-open #handsome_global_player .aplayer .aplayer-lrc {
    padding-right: 8px !important
  }

  .body-padding.fix-padding .setting_body_panel.active,
  .compensate-for-scrollbar.fix-padding .setting_body_panel.active,
  .fix-padding.fancybox-active .setting_body_panel.active,
  .fix-padding.modal-open .setting_body_panel.active {
    right: 7px !important
  }
}

.collapse-panel-body {
  padding: 0 15px !important
}

.center {
  text-align: center
}

.wrapper-lg .entry-content .no-underline-link {
  border: none
}

.comment-content-true a:hover,
.wrapper-lg .entry-content a:hover {
  color: inherit;
  border-bottom-color: #222
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear
}

@media screen and (min-width:0px) {
  .page {
    padding-left: 16px;
    padding-right: 16px
  }

  #morphing-content :nth-child(1of.page):nth-last-child(1of.page) {
    padding-top: 14px
  }
}

@media screen and (min-width:375px) {
  .page {
    padding-left: 18px;
    padding-right: 18px
  }

  #incoming-page-corner,
  .page-number {
    top: 6px;
    right: 18px
  }

  #morphing-content :nth-child(1of.page):nth-last-child(1of.page) {
    padding-top: 16px
  }
}

@media screen and (min-width:414px) {
  .page {
    padding-left: 20px;
    padding-right: 20px
  }

  #morphing-content :nth-child(1of.page):nth-last-child(1of.page) {
    padding-top: 18px
  }
}

@media screen and (min-width:667px) {
  .page {
    padding-left: 40px;
    padding-right: 40px
  }

  #morphing-content :nth-child(1of.page):nth-last-child(1of.page) {
    padding-top: 26px
  }
}

@media screen and (max-width:569px) {
  .morphing-content h1.title {
    font-size: 1.5558em
  }

  .morphing-content h1 {
    font-size: 1.4em
  }

  .morphing-content h2 {
    font-size: 1.2777em
  }

  .morphing-content h3 {
    font-size: 1.15em
  }

  .morphing-content .subhead {
    font-size: 1.2222em
  }

  .morphing-content .metadata {
    font-size: .9em;
    line-height: 1.6em
  }

  .morphing-content .title+.metadata {
    margin-top: -.65em
  }
}

@media screen and (min-width:704px) {
  .page {
    padding-left: 42px;
    padding-right: 42px
  }
}

@media screen and (min-width:736px) {
  .page {
    padding-left: 60px;
    padding-right: 60px
  }

  #morphing-content :nth-child(1of.page):nth-last-child(1of.page) {
    padding-top: 46px
  }
}

@media only screen and (min-width:780px) {
  #morphing-content {
    max-width: 87.6ex;
    margin: 22px auto
  }

  .page {
    padding-left: 0;
    padding-right: 0;
    margin-left: 70px;
    margin-right: 70px
  }
}

.mdx-share-img {
  position: absolute;
  max-width: 100%;
  width: 430px;
  height: 700px;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: -999
}

.mdx-si-head {
  height: 61.8%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover
}

.mdx-si-head span {
  font-size: 37px;
  bottom: 15px;
  left: 15px
}

.mdx-si-head p,
.mdx-si-head span {
  color: #fff;
  display: block;
  position: absolute
}

.mdx-si-head p {
  font-size: 24px;
  top: 20px;
  left: 20px;
  margin: 0;
  max-height: 40px
}

.mdx-si-qr {
  height: 70px;
  width: 70px;
  float: right
}

#qrcode img,
.mdx-si-qr img {
  -webkit-filter: brightness(1);
  filter: brightness(1)
}

.mdx-si-sum {
  color: #000;
  padding: 18px;
  height: 38.2%;
  width: 100%;
  bottom: 0;
  left: 0;
  line-height: 25px;
  background: #fff
}

.mdx-si-box,
.mdx-si-sum {
  font-size: 18px;
  box-sizing: border-box;
  position: absolute
}

.mdx-si-box {
  bottom: 15px;
  left: 2.5%;
  width: 95%;
  border-radius: 7px;
  background-color: #f5f5f5;
  padding: 8px;
  padding-left: 9pt;
  line-height: 70px;
  color: #8d8d8d
}

.mdx-si-time {
  font-size: 52px;
  color: #fff;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  top: 22px;
  right: 22px;
  text-align: center;
  line-height: 33px
}

.mdx-si-time-2 {
  font-size: 17px;
  opacity: .5;
  border-top: 2px solid #fff;
  padding-top: 3px
}

.img-QR {
  width: 60px;
  height: 60px;
  margin: 0 10px !important
}

@media (max-width:767px) {
  .img-QR {
    display: block;
    margin: 10px auto !important
  }
}

.countdown {
  padding: 0
}

.countdown .easyPieChart {
  width: 60px;
  height: 60px;
  line-height: 60px
}

@media (max-width:1200px) {
  .countdown .hbox .col {
    width: 100%;
    display: block;
    float: none;
    height: 100%;
    padding: 20px
  }
}

.img_copyright {
  color: #f1f3f4;
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  padding: 10px 10px 10px 15px
}

.tooltip-inner {
  word-break: keep-all;
  word-wrap: break-word
}

.post-tags a {
  background-color: #cfdadd;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px
}

.flex-column {
  display: flex;
  width: 100%;
  gap: 10px
}

@media (max-width:670px) {
  .flex-column {
    display: block
  }
}

#refer_container .empty {
  text-align: center;
  padding: 20px 10px
}

#refer_container.post_tab .tab-pane .nav>li {
  margin-left: 10px;
  margin-right: 10px
}

#refer_container.post_tab .nav {
  padding: 10px 0
}

#refer_container.post_tab .tab-pane .nav>li>a {
  padding: 5px 10px
}

#refer_container.post_tab .tab-pane .nav>li>a .title {
  color: unset;
  margin-left: 3px
}

#refer_container.post_tab .tab-pane .nav>li>a:focus,
#refer_container.post_tab .tab-pane .nav>li>a:hover {
  background: rgba(0, 0, 0, .05) !important
}

.popover {
  border: 1px solid rgba(0, 0, 0, .03);
  padding: 0;
  word-break: break-all
}

.popover .popover-title {
  border-radius: 0
}

.vditor-speech {
  position: absolute;
  display: none;
  background-color: #f6f8fa;
  border: 1px solid #d1d5da;
  border-radius: 3px;
  padding: 3px;
  cursor: pointer;
  color: #586069
}

.vditor-speech svg {
  height: 14px;
  width: 14px;
  fill: currentColor;
  display: block;
  stroke-width: 0;
  stroke: currentColor
}

@-webkit-keyframes tooltip-appear {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes tooltip-appear {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.vditor-tooltipped {
  position: relative;
  cursor: pointer
}

.vditor-tooltipped:after {
  z-index: 1000000;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  content: attr(aria-label);
  background: #3b3e43;
  border-radius: 3px;
  line-height: 16px
}

.vditor-tooltipped:after,
.vditor-tooltipped:before {
  position: absolute;
  display: none;
  pointer-events: none;
  opacity: 0
}

.vditor-tooltipped:before {
  z-index: 1000001;
  width: 0;
  height: 0;
  color: #3b3e43;
  content: "";
  border: 5px solid transparent
}

.vditor-tooltipped--hover:after,
.vditor-tooltipped--hover:before,
.vditor-tooltipped:active:after,
.vditor-tooltipped:active:before,
.vditor-tooltipped:focus:after,
.vditor-tooltipped:focus:before,
.vditor-tooltipped:hover:after,
.vditor-tooltipped:hover:before {
  display: inline-block;
  text-decoration: none;
  -webkit-animation-name: tooltip-appear;
  animation-name: tooltip-appear;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

.vditor-tooltipped__s:after,
.vditor-tooltipped__se:after,
.vditor-tooltipped__sw:after {
  top: 100%;
  right: 50%;
  margin-top: 5px
}

.vditor-tooltipped__s:before,
.vditor-tooltipped__se:before,
.vditor-tooltipped__sw:before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: #3b3e43
}

.vditor-tooltipped__se:after {
  right: auto;
  left: 50%;
  margin-left: -15px
}

.vditor-tooltipped__sw:after {
  margin-right: -15px
}

.vditor-tooltipped__n:after,
.vditor-tooltipped__ne:after,
.vditor-tooltipped__nw:after {
  right: 50%;
  bottom: 100%;
  margin-bottom: 5px
}

.vditor-tooltipped__n:before,
.vditor-tooltipped__ne:before,
.vditor-tooltipped__nw:before {
  top: -5px;
  right: 50%;
  bottom: auto;
  margin-right: -5px;
  border-top-color: #3b3e43
}

.vditor-tooltipped__ne:after {
  right: auto;
  left: 50%;
  margin-left: -15px
}

.vditor-tooltipped__nw:after {
  margin-right: -15px
}

.vditor-tooltipped__n:after,
.vditor-tooltipped__s:after {
  -webkit-transform: translateX(50%);
  transform: translateX(50%)
}

.vditor-tooltipped__w:after {
  right: 100%;
  bottom: 50%;
  margin-right: 5px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

.vditor-tooltipped__w:before {
  top: 50%;
  bottom: 50%;
  left: -5px;
  margin-top: -5px;
  border-left-color: #3b3e43
}

.vditor-tooltipped__e:after {
  bottom: 50%;
  left: 100%;
  margin-left: 5px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

.vditor-tooltipped__e:before {
  top: 50%;
  right: -5px;
  bottom: 50%;
  margin-top: -5px;
  border-right-color: #3b3e43
}

@media screen and (max-width:520px) {

  .vditor-tooltipped:after,
  .vditor-tooltipped:before {
    content: none
  }
}

@-webkit-keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes scale-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.vditor-copy {
  position: relative;
  display: none;
  z-index: 1
}

.vditor-copy textarea {
  position: absolute;
  left: -100000px;
  height: 10px
}

.vditor-copy span {
  cursor: pointer;
  position: absolute;
  right: .5em;
  top: .5em
}

.vditor-tooltipped {
  position: relative;
  cursor: pointer
}

.vditor-copy svg {
  color: #586069;
  height: 14px;
  width: 14px !important;
  display: block
}

.vditor-reset svg {
  stroke-width: initial
}

pre:hover div.vditor-copy {
  display: block
}

.vditor-reset code:not(.hljs):not(.highlight-chroma) {
  margin: 0 2px;
  font-size: 85%;
  border-radius: 3px;
  font-family: mononoki, Consolas, Liberation Mono, Menlo, Courier, monospace, Apple Color Emoji, Segoe UI Emoji, Noto Color Emoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
  word-break: break-word;
  background-size: 20px 20px;
  white-space: pre-wrap;
  background-color: rgba(27, 31, 35, .05)
}

.vditor-reset code:not(.hljs):not(.highlight-chroma).language-echarts,
.vditor-reset code:not(.hljs):not(.highlight-chroma).language-graphviz,
.vditor-reset code:not(.hljs):not(.highlight-chroma).language-math,
.vditor-reset code:not(.hljs):not(.highlight-chroma).language-mermaid,
.vditor-reset code:not(.hljs):not(.highlight-chroma).language-mindmap {
  background-color: rgba(27, 31, 35, .02)
}

.vditor-reset iframe.iframe__video {
  min-width: 100%;
  min-height: 40vh
}

.vditor-reset iframe {
  border: 1px solid #d1d5da;
  max-width: 100%;
  box-sizing: border-box
}

.vditor-reset .language-echarts,
.vditor-reset .language-mindmap {
  overflow: hidden;
  height: 420px
}

.vditor-task {
  list-style: none
}

.vditor-reset summary {
  cursor: pointer
}

.vditor-reset ol,
.vditor-reset ul {
  padding-left: 2em;
  margin-top: 0;
  margin-bottom: 16px
}

.card {
  position: relative;
  margin: .5rem 0 1rem 0;
  background-color: #fff;
  -webkit-transition: -webkit-box-shadow .25s;
  transition: -webkit-box-shadow .25s;
  transition: box-shadow .25s;
  transition: box-shadow .25s, -webkit-box-shadow .25s;
  border-radius: 2px
}

#category-radar,
#post-calendar {
  width: 100%;
  height: 185px
}

#categories-chart,
#posts-chart,
#tags-chart {
  width: 100%;
  height: 250px;
  margin: .5rem auto;
  padding: .5rem
}

@-webkit-keyframes skeleton-ani {
  to {
    background-position: 350% 0
  }
}

@keyframes skeleton-ani {
  to {
    background-position: 350% 0
  }
}

.skt-loading .skeleton {
  position: relative;
  overflow: hidden;
  border: none !important;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: none !important;
  pointer-events: none
}

.skt-loading .skeleton:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  display: block
}

.skt-loading .skeleton:not(.not-round):after {
  border-radius: 4px
}

.format_time {
  display: inline
}

.skt-loading .skeleton:not(.not-before):before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(90deg, rgba(211, 211, 211, 0) 0, rgb(236 236 236 / 80%) 50%, rgba(211, 211, 211, 0) 100%);
  background-size: 75% 100%;
  background-position: -200% 0;
  background-repeat: no-repeat;
  z-index: 99;
  display: block;
  -webkit-animation: loading 1s infinite;
  animation: loading 1s infinite
}

@-webkit-keyframes loading {
  to {
    background-position: 350% 0
  }
}

@keyframes loading {
  to {
    background-position: 350% 0
  }
}

.vditor-task input {
  margin-right: 3px
}

.vditor-linenumber__rows {
  position: absolute;
  pointer-events: none;
  top: 15px;
  left: 0;
  width: 3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  counter-reset: linenumber
}

.vditor-linenumber {
  padding-left: 4em !important;
  position: relative
}

.vditor-linenumber__rows>span:before {
  counter-increment: linenumber;
  content: counter(linenumber);
  color: hsla(0, 4%, 60.4%, .38);
  display: block;
  padding-right: 1em;
  text-align: right
}

mjx-container {
  overflow-x: auto;
  overflow-y: hidden;
  min-width: unset !important
}