.an-slide-bottom {
  position: relative;
  padding-bottom: 5px; }
  .an-slide-bottom::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: #666;
    transition: width .3s ease-in-out; }
  .an-slide-bottom:hover::before, .an-slide-bottom:active::before {
    width: 100%; }

.font-size-reset {
  font-size: inherit; }

.load-hidden {
  visibility: hidden; }

@media screen and (max-width: 576px) {
  body[data-layout=topnav] .container-fluid {
    padding-left: 10px;
    padding-right: 10px; } }

.breadcrumb a {
  color: inherit; }
  .breadcrumb a:hover, .breadcrumb a:active {
    color: #727cf5; }

.comment-notify .img-fluid {
  width: 36px;
  height: 36px; }
  .comment-notify .img-fluid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom; }

.user-config .account-user-avatar img {
  border-radius: 50%; }

.random-article {
  position: relative;
  height: 165px;
  margin-bottom: 15px; }
  .random-article .article-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .random-article .mask-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 10%, transparent 100%); }
    .random-article .mask-content .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 10px; }
      .random-article .mask-content .content .article-title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 1px;
        margin-bottom: 10px; }

.reach-carousel {
  margin-bottom: 15px; }
  .reach-carousel .carousel-item {
    height: 345px; }
    @media screen and (max-width: 768px) {
      .reach-carousel .carousel-item {
        height: 250px; } }
    @media screen and (max-width: 576px) {
      .reach-carousel .carousel-item {
        height: 200px; }
        .reach-carousel .carousel-item .carousel-caption {
          bottom: 10px;
          padding-bottom: 0; }
          .reach-carousel .carousel-item .carousel-caption h3 {
            font-size: 16px; }
          .reach-carousel .carousel-item .carousel-caption p {
            margin-bottom: 5px;
            font-size: 12px; } }
    .reach-carousel .carousel-item .img-fluid {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .reach-carousel .carousel-item .mask {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 10%, transparent 100%); }

.mini-article .article-left {
  height: 220px;
  position: relative; }
  @media screen and (max-width: 576px) {
    .mini-article .article-left {
      height: 180px; } }
  .mini-article .article-left .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .mini-article .article-left .tags {
    position: absolute;
    top: 10px;
    left: 10px; }
.mini-article .card-title {
  line-height: 1.4; }
.mini-article .edit {
  font-size: 12px;
  vertical-align: top; }
.mini-article .author {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  .mini-article .author img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.article-title {
  line-height: 1.2; }

.tags .ribbon-content a {
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 8px;
  padding: 5px; }

.reach-archive li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }

.post-copy-info {
  font-size: 1rem; }

#comments-form {
  position: relative; }
  #comments-form .avatar .avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden; }
    #comments-form .avatar .avatar-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  #comments-form .avatar .avatar-info .title {
    margin: 0;
    font-size: 14px; }
  #comments-form .form-close {
    text-align: center;
    height: 0;
    overflow: hidden; }
    #comments-form .form-close a {
      position: absolute;
      top: 0;
      width: 40px;
      margin-left: -20px;
      line-height: 20px;
      line-height: 20px;
      color: #fff;
      background-color: #fa5c7c;
      text-align: center;
      border-radius: 0 0 4px 4px;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
      transition: all .2s linear; }
      #comments-form .form-close a:hover, #comments-form .form-close a:active {
        background-color: #db1b42;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  #comments-form #textarea {
    background-image: url("../images/textarea_bg.png");
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: right top;
    transition: all .2s ease-in-out; }
    #comments-form #textarea:focus {
      background-position: right 70px; }

#expression {
  position: absolute;
  width: 320px;
  height: 300px;
  transform: translateY(calc(-100% - 40px));
  margin-top: -20px;
  visibility: hidden;
  clip: rect(0, 0, 0, 0); }
  #expression .nav-tabs a {
    height: 40px;
    line-height: 40px;
    padding: 0 .8rem; }
  #expression .tab-content a {
    cursor: pointer;
    transition: all .3s ease-in-out;
    border-radius: 4px; }
    #expression .tab-content a:hover, #expression .tab-content a:active {
      background-color: whitesmoke;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

.placeholder-card {
  text-align: center; }
  .placeholder-card .card-body {
    padding: 3rem 1.5rem; }
  .placeholder-card .card-title {
    font-size: 20px;
    margin: 0; }
    .placeholder-card .card-title .fonts {
      font-size: inherit; }

.comments-lists ol,
.comments-lists ul {
  padding-left: 0; }
.comments-lists .reach-modia .avatar-img img {
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.comments-lists .reach-modia .reach-modia-header {
  margin-bottom: 5px; }
  .comments-lists .reach-modia .reach-modia-header .title {
    margin: 0;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1); }
    .comments-lists .reach-modia .reach-modia-header .title.comments-admin a {
      color: inherit; }
    .comments-lists .reach-modia .reach-modia-header .title.comments-admin .fonts {
      font-size: inherit; }
  .comments-lists .reach-modia .reach-modia-header .subtitle {
    margin-top: 5px;
    margin-bottom: 0; }
.comments-lists .reach-modia .reach-modia-body {
  padding: 10px 0;
  margin-bottom: 10px; }
.comments-lists .reach-modia .reach-modia-footer {
  padding: 5px 0;
  font-size: 12px; }
  .comments-lists .reach-modia .reach-modia-footer a {
    font-size: 14px;
    color: #6c757d; }

.mu-right-tool {
  position: fixed;
  right: 10px;
  bottom: 10%;
  display: none;
  opacity: 0;
  margin-right: -70px;
  z-index: 1; }
  .mu-right-tool .tool-container {
    display: flex;
    flex-direction: column; }
  .mu-right-tool .tool-box + .tool-box {
    margin-top: 5px; }

.catalog-nav {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .catalog-nav a {
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    color: #999;
    transition: color .3s ease-in-out; }
    .catalog-nav a:hover, .catalog-nav a:active {
      color: #fa5c7c; }
  .catalog-nav .catalog-nav-sub {
    padding-left: 10px; }
    .catalog-nav .catalog-nav-sub a {
      font-weight: normal;
      line-height: 25px; }
  .catalog-nav a.active {
    color: #fa5c7c; }

#links-md table td img {
  height: 30px;
  width: 30px;
  border-radius: 50%; }

#author .author-gravatar {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border: .25rem solid #fff; }
  #author .author-gravatar img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
#author .inbox-item-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden; }
  #author .inbox-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
#author .author-table .title {
  width: 400px; }
@media screen and (max-width: 576px) {
  #author .author-table .title {
    min-width: 200px; } }

.loading {
  height: 100%;
  overflow: hidden; }

#mupreloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f1f3fa;
  z-index: 9999; }
  #mupreloader .muPacman {
    height: 100%;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #727cf5; }

.pacman {
  position: relative; }
  .pacman > div:nth-child(2) {
    -webkit-animation: pacman-balls 1s -0.99s infinite linear;
    animation: pacman-balls 1s -0.99s infinite linear; }
  .pacman > div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -0.66s infinite linear;
    animation: pacman-balls 1s -0.66s infinite linear; }
  .pacman > div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -0.33s infinite linear;
    animation: pacman-balls 1s -0.33s infinite linear; }
  .pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
    animation: pacman-balls 1s 0s infinite linear; }
  .pacman > div:first-of-type {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
    animation: rotate_pacman_half_up 0.5s 0s infinite;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(2) {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
    animation: rotate_pacman_half_down 0.5s 0s infinite;
    margin-top: -50px;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(3),
  .pacman > div:nth-child(4),
  .pacman > div:nth-child(5),
  .pacman > div:nth-child(6) {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
    transform: translate(0, -6.25px);
    top: 25px;
    left: 70px; }

@keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
    transform: translate(-100px, -6.25px); } }
@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }
@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@media screen and (min-width: 960px) and (max-width: 1450px) {
  #reach-weather .left,
  #reach-weather .right {
    flex-grow: 1; }
  #reach-weather .left {
    margin-bottom: 10px; }
    #reach-weather .left .temp {
      text-align: center; } }

#golink .golink-info {
  display: flex;
  align-items: center; }
#golink .golink-icon {
  font-size: 30px; }
#golink .link {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

#toolsearch .form-control {
  height: 50px; }
#toolsearch span.search-icon {
  line-height: 50px; }
#toolsearch .input-group-append > button {
  width: 100px; }
@media screen and (max-width: 540px) {
  #toolsearch .form-control {
    height: 38px; }
  #toolsearch span.search-icon {
    line-height: 38px; }
  #toolsearch .input-group-append > button {
    width: auto; } }

#nextorprev {
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15); }
  #nextorprev .prev {
    border-radius: .25rem 0 0 .25rem; }
  #nextorprev .next {
    border-radius: 0 .25rem .25rem 0;
    border-left: 1px solid; }
  @media screen and (min-width: 0px) and (max-width: 576px) {
    #nextorprev .next {
      border-top: 1px solid;
      border-left: none; } }

#likeorsponsor .like,
#likeorsponsor .sponsor {
  background-color: #f4f6fb;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  #likeorsponsor .like:hover,
  #likeorsponsor .sponsor:hover {
    background-color: #e4e6eb; }
  #likeorsponsor .like .fonts,
  #likeorsponsor .sponsor .fonts {
    font-size: 20px;
    line-height: 20px; }
  #likeorsponsor .like span,
  #likeorsponsor .sponsor span {
    font-size: 12px; }
#likeorsponsor .like.active {
  background-color: #fa5c7c;
  color: #fff; }

#zhifubao-alert-modal .modal-img,
#weixin-alert-modal .modal-img {
  width: 100%; }

#register-form .auth-brand {
  top: 0;
  position: static; }

/*# sourceMappingURL=style.css.map */
