html,
body {
  height: 100%;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif, "Microsoft Yahei", "PingFang SC";
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  background: #fff;
  padding-top: 100px;
}
html {
  scroll-behavior: smooth;
}
a {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  color: #1A1A1F;
}
a:hover,
a:focus {
  color: #58B400;
}
hr {
  margin: 30px auto 40px;
  border-width: 1px;
  border-color: #D1D1D2;
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1A1A1F;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .container {
    width: 1052px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    overflow-x: hidden;
  }
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis-two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.ellipsis-three-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
}
.font-me {
  color: unset;
  font-size: unset;
}
.font-me.fm-wechat {
  color: #5fc157;
}
.font-me.fm-bilibili {
  color: #479fd1;
}
.font-me.fm-share {
  color: #ea827f;
}
.font-me.fm-star {
  color: #f5c252;
}
.font-me.fm-star-fill {
  color: #f5c252;
}
.end-line {
  color: #D1D0D6;
  margin: 50px auto;
  font-size: 14px;
  font-style: italic;
  text-align: center;
  display: none;
}
.load-more {
  display: none;
  margin: 60px auto;
}
.load-more button.btn {
  padding: 6px 50px;
  background-color: #58B400;
}
.load-more button.btn:focus {
  background-color: #58B400;
}
.nav.nav-pills-pt {
  margin-bottom: 50px;
}
.nav.nav-pills-pt > li {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .nav.nav-pills-pt > li {
    margin-right: 5px;
  }
  .nav.nav-pills-pt > li:last-child {
    margin-right: 0;
  }
}
.nav.nav-pills-pt > li > a {
  background: none;
  font-size: 16px;
  padding: 5px 20px;
  border-radius: unset;
  border: none;
  border-bottom: 3px solid transparent;
  color: #1A1A1F;
}
@media (max-width: 768px) {
  .nav.nav-pills-pt > li > a {
    padding: 5px 15px;
  }
}
.nav.nav-pills-pt > li > a:hover,
.nav.nav-pills-pt > li > a:focus {
  background: none;
  color: rgba(26, 26, 31, 0.7);
  border-bottom-color: rgba(88, 180, 0, 0.5);
}
.nav.nav-pills-pt > li.active > a {
  color: #58B400;
  border-bottom-color: #58B400;
}
.nav.nav-pills-pt > li.active > a:hover,
.nav.nav-pills-pt > li.active > a:focus {
  color: #58B400;
  background: none;
}
@media (max-width: 768px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.news-item {
  position: relative;
  margin-bottom: 24px;
}
.news-item:hover .title {
  color: #58B400;
}
.news-item:hover .cover {
  box-shadow: 0 -10px 20px #0000001F;
}
.news-item .cover {
  width: 100%;
  height: 0;
  padding-bottom: calc(9 / 16 * 100%);
  font-size: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.news-item .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .news-item .cover {
    margin-bottom: 10px;
  }
}
.news-item .type {
  position: absolute;
  width: 70px;
  height: 26px;
  left: 0;
  bottom: 0;
  line-height: 26px;
  font-size: 14px;
  background: #58B400;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .news-item .type {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    width: 50px;
  }
}
.news-item .title {
  font-size: 18px;
  color: #1A1A1F;
  line-height: 1.5em;
  min-height: 54px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .news-item .title {
    font-size: 14px;
    min-height: 42px;
    margin-bottom: 10px;
  }
}
.news-item .desc {
  font-size: 13px;
  color: #8C8C8F;
  min-height: 40px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .news-item .desc {
    display: none;
  }
}
.news-item .attr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news-item .attr .date {
  font-size: 12px;
  color: #616161;
}
.news-item .attr .author {
  font-size: 12px;
  color: #1A1A1F;
}
@media (max-width: 768px) {
  .news-item .attr {
    height: 16px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-item .attr > div {
    font-size: 10px  !important;
  }
}
.topic-item {
  background: #F8F7FC;
  border-radius: 10px;
  padding: 20px 18px;
  margin-bottom: 20px;
}
.topic-item .cover {
  width: 100%;
  height: 0;
  padding-bottom: calc(9 / 16 * 100%);
  font-size: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
}
.topic-item .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topic-item .cover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000A6 100%) 0 0 no-repeat padding-box;
}
.topic-item .cover .update {
  position: absolute;
  width: 100%;
  line-height: 22px;
  left: 0;
  bottom: 0;
  padding: 12px 16px;
  font-size: 12px;
  color: #c4c4c4;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}
.topic-item .cover .update .label-new {
  background: #E22727;
  padding: 0.3em 0.6em 0.3em;
  font-size: 12px;
  margin: 0 5px 2px;
}
.topic-item .cover .update span:last-child:before {
  content: '最新：';
}
.topic-item .cover .update span + span:last-child:before {
  content: ' - ';
}
.topic-item .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topic-item .bottom .title {
  font-size: 20px;
  color: #000;
  width: 50%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.topic-item .bottom .entrance {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #1A1A1F;
  color: #fff;
  width: 46%;
  height: 0;
  padding-top: 4%;
  padding-bottom: calc(4% + 14px);
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
}
.topic-item .bottom .entrance .font-me {
  color: #fff;
  margin-left: 6px;
  font-size: 12px;
}
.topic-item:hover .entrance {
  background-color: #58B400;
}
.news-item-row {
  border-bottom: 1px solid #D1D0D6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.news-item-row:last-child {
  border-bottom: 0;
}
.news-item-row:hover .cover {
  box-shadow: 0 0 20px #0000001F;
}
.news-item-row:hover .title {
  color: #58B400;
}
.news-item-row .cover {
  width: 100%;
  height: 0;
  padding-bottom: calc(9 / 16 * 100%);
  font-size: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
  width: 20%;
  padding-bottom: calc(9 / 16 * 20%);
  margin: 0;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.news-item-row .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .news-item-row .cover {
    width: 36%;
    padding-bottom: calc(9 / 16 * 36%);
  }
  .news-item-row .cover .type {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 60px;
  }
}
.news-item-row .cover .type {
  position: absolute;
  width: 70px;
  height: 26px;
  left: 0;
  bottom: 0;
  line-height: 26px;
  font-size: 14px;
  background: #58B400;
  text-align: center;
  color: #fff;
  z-index: 1;
}
@media (max-width: 768px) {
  .news-item-row .cover .type {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    width: 60px;
  }
}
.news-item-row .info {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .news-item-row .info {
    width: 60%;
  }
}
.news-item-row .title {
  font-size: 20px;
  color: #1A1A1F;
  line-height: 1.5;
  margin-bottom: 14px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .news-item-row .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    font-size: 14px;
    height: 42px;
    margin: 0 0 10px;
  }
}
.news-item-row .desc {
  font-size: 14px;
  color: #5C5C60;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .news-item-row .desc {
    display: none;
  }
}
.news-item-row .attr {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .news-item-row .attr {
    font-size: 12px;
  }
}
.news-item-row .attr .date {
  color: #8C8C8F;
  margin-right: 20px;
}
.news-item-row .attr .author {
  color: #1A1A1F;
  font-weight: bold;
}
.navbar-default {
  letter-spacing: 1px;
  box-shadow: none;
}
.navbar-default .navbar-header .navbar-brand {
  letter-spacing: 1px;
  color: #58B400;
}
.navbar-default .navbar-header .navbar-brand img {
  height: 46px;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #1A1A1F;
}
.navbar-default .navbar-header .navbar-toggle {
  font-size: 16px;
  color: #1A1A1F;
  padding: 8px 10px;
}
.navbar-default .nav > li > a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  color: #7a798c;
}
.navbar-default .nav > li > a i {
  font-size: 20px;
}
.navbar-default .nav li .avatar-text,
.navbar-default .nav li .avatar-img {
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 16px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-default .nav li .avatar-img {
  font-size: 0;
}
.navbar-default .nav li .avatar-img img {
  border-radius: 32px;
  width: 32px;
  height: 32px;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: #fff;
    border-color: transparent;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .navbar-default:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  }
  .navbar-default .navbar-brand {
    height: 80px;
    line-height: 48px;
  }
  .navbar-default .navbar-nav > li > a {
    height: 80px;
    line-height: 48px;
  }
  .navbar-white .navbar-nav > li > a {
    height: 80px;
    line-height: 48px;
    color: #555;
  }
  .navbar-white .navbar-nav > li > a:hover,
  .navbar-white .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #58B400;
  }
  .navbar-white .navbar-nav > .active > a,
  .navbar-white .navbar-nav > .active > a:hover,
  .navbar-white .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #58B400;
  }
  .navbar-default .navbar-main {
    margin-left: 100px;
  }
  .navbar-default .navbar-main > li {
    margin: 0 30px;
  }
  .dropdown .dropdown-menu {
    transition: max-height 1s, opacity 0.3s 0.2s, visibility 0s 0.5s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
  }
  .dropdown.open .dropdown-menu,
  .dropdown:hover .dropdown-menu {
    transition: max-height 0.5s, opacity 0.4s, visibility 0s;
    max-height: fit-content;
    opacity: 1;
    visibility: visible;
  }
  .navbar-main .horizontal-menu {
    /*margin-left: -200%;*/
    width: 400px;
    transform: translateX(-160px);
    margin-top: -10px;
    border-radius: 5px;
    text-align: center;
  }
  .navbar-main .horizontal-menu > li {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .navbar-default {
    background-color: #f8fbf5;
    border-color: #f8fbf5;
  }
  .navbar-default .navbar-header .navbar-brand {
    padding: 5px 15px;
  }
  .navbar-default .navbar-header .navbar-brand img {
    height: 36px;
  }
  .navbar-default .navbar-header .navbar-toggle {
    margin: 10px 15px;
  }
  .navbar-default .navbar-header .navbar-toggle:focus,
  .navbar-default .navbar-header .navbar-toggle:hover {
    background-color: #fff;
    border-color: #58B400;
  }
  .navbar-default .navbar-header .navbar-toggle .icon-bar {
    background-color: #58B400;
  }
  .navbar-default .navbar-collapse {
    background: #f8fbf5;
    box-shadow: 5px 9px 5px rgba(0, 0, 0, 0.07);
  }
  .navbar-default .nav > li > a {
    font-size: 14px;
  }
  body {
    padding-top: 70px;
  }
  .dropdown:hover .dropdown-menu {
    display: none;
  }
  .dropdown.open .dropdown-menu {
    display: block;
    background-color: white !important;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
  }
}
footer.footer {
  background: none;
}
footer.footer hr {
  margin: 50px 0;
}
footer.footer .container {
  color: #1A1A1F;
  padding-bottom: 30px;
}
footer.footer .container h4,
footer.footer .container a {
  color: #1A1A1F;
}
footer.footer .container a {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
footer.footer .container a:hover,
footer.footer .container a:focus {
  color: #58B400;
}
footer.footer .container h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
footer.footer .container .login-slogan {
  height: 80px;
}
footer.footer .container .menu p {
  font-size: 14px;
}
footer.footer .container .menu a {
  opacity: 0.7;
}
footer.footer .container .menu .contact .mail {
  font-size: 12px;
  color: #58B400;
}
footer.footer .container .footer-bottom p,
footer.footer .container .footer-bottom a {
  font-size: 12px;
  line-height: 30px;
  margin: 0;
}
footer.footer .container .footer-bottom a {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
footer.footer .container .footer-bottom a:hover,
footer.footer .container .footer-bottom a:focus {
  color: #58B400;
}
footer.footer .container .footer-bottom hr {
  margin-bottom: 20px;
}
footer.footer .container .footer-bottom .nav-pills > li > a {
  margin: 0 20px;
  padding: 0;
  border: 0;
}
footer.footer .container .footer-bottom .nav-pills > li > a:hover {
  background: none;
}
.side-icons {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  bottom: 50%;
  z-index: 99;
  margin-bottom: 0;
}
.side-icons > div {
  margin-bottom: 20px;
}
.side-icons .icon {
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.side-icons .icon:hover {
  opacity: 1;
}
.side-icons .icon a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.side-icons .icon a .font-me {
  font-size: 22px;
}
.side-icons .icon.button a {
  background: #FFFFFF;
  box-shadow: 0 3px 6px #00000029;
  border-radius: 100px;
}
.side-icons .icon.button a .font-me {
  font-size: 26px;
}
.side-icons .wechat.icon:hover .qr-code {
  display: block;
}
.side-icons .qr-code {
  display: none;
  width: 190px;
  height: 200px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 18px 26px 26px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: -210px;
  top: -80px;
}
.side-icons .qr-code img {
  width: 100%;
}
@media (max-width: 991px) {
  .side-icons {
    display: none;
  }
}
@media (min-width: 992px) {
  .side-icons {
    right: calc(50% - 970px / 2 - 40px);
  }
}
@media (min-width: 1200px) {
  .side-icons {
    right: calc(50% - 1052px / 2 - 120px);
  }
}
main {
  min-height: 500px;
}
.ad {
  margin-top: 0;
  margin-bottom: 20px;
}
.ad a:after {
  content: '广告';
  color: #5C5C60;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 10px;
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 20px;
}
.ad img {
  width: 100%;
  display: block;
  margin: 20px 0;
}
.block .block-header {
  position: relative;
  z-index: 20;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.block .block-header h3 {
  color: #58B400;
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
}
.block .block-header a {
  color: #58B400;
  font-size: 14px;
  /*text-decoration: underline;*/
}
@media (max-width: 768px) {
  .block .block-header h3 {
    font-size: 18px;
  }
}
.interviews .carousel-inner {
  box-sizing: content-box;
  padding: 80px;
  margin: -80px -80px -40px;
}
.interviews .carousel-inner > .next,
.interviews .carousel-inner > .prev {
  top: 80px;
  width: calc(100% - 160px);
}
.interviews .carousel-inner > .next.left,
.interviews .carousel-inner > .prev.right {
  left: 80px;
}
@media (max-width: 768px) {
  .interviews .carousel-inner {
    margin: 0 -80px -40px;
  }
}
.interviews .item:hover .carousel-caption {
  box-shadow: 0 3px 80px #0000001F;
}
.interviews .item:hover .carousel-caption h4 {
  color: #58B400;
}
.interviews .item .cover {
  position: absolute;
  top: 50%;
  width: 33%;
  height: 0;
  padding-bottom: calc(3 / 5 * 33%);
  font-size: 0;
  overflow: hidden;
  margin-top: calc(-3 / 10 * 33%);
  z-index: 11;
}
.interviews .item .cover img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .interviews .item .cover {
    position: relative;
    width: 100%;
    padding-bottom: calc(9 / 16 * 100%);
    margin-top: -80px;
  }
}
.interviews .item .carousel-caption {
  position: relative;
  bottom: 0;
  left: 25%;
  top: 0;
  background: #FFFFFF;
  box-shadow: 0 3px 40px #0000001F;
  width: 75%;
  margin: 0;
  padding: 40px 40px 40px 130px;
  text-align: left;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.interviews .item .carousel-caption h4 {
  font-weight: bold;
  font-size: 24px;
  height: 68px;
  color: #1A1A1F;
  line-height: 1.4;
  margin: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.interviews .item .carousel-caption .qa {
  height: 220px;
  overflow: hidden;
  margin: 30px 0 30px;
  font-size: 14px;
  color: #5C5C60;
  line-height: 1.2;
}
.interviews .item .carousel-caption .qa .q {
  font-size: 16px;
  color: #5C5C60;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 8px;
}
.interviews .item .carousel-caption .qa .q:before {
  content: 'Q：';
}
.interviews .item .carousel-caption .qa .a {
  font-size: 14px;
  color: #8C8C8F;
  line-height: 1.5;
  margin-bottom: 28px;
}
.interviews .item .carousel-caption .bottom {
  font-size: 14px;
  color: #5F5F62;
}
.interviews .item .carousel-caption .bottom .character {
  font-weight: bold;
  font-size: 16px;
  color: #1A1A1F;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .interviews .item .carousel-caption {
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px;
  }
  .interviews .item .carousel-caption h4 {
    line-height: 1.6;
    font-size: 18px;
    height: 58px;
  }
  .interviews .item .carousel-caption .qa {
    height: 120px;
    margin: 15px 0;
  }
  .interviews .item .carousel-caption .qa .q {
    font-size: 14px;
  }
  .interviews .item .carousel-caption .qa .a {
    font-size: 12px;
  }
  .interviews .item .carousel-caption .bottom {
    font-size: 12px;
  }
}
.interviews .carousel-control {
  /*background: rgba(0, 0, 0, 0.5);*/
  padding: 8px;
  height: auto;
  margin: 0;
  width: auto;
  top: unset;
  bottom: 50%;
  color: #000;
  text-shadow: none;
}
.interviews .carousel-control .fa {
  position: unset;
  margin: 0;
}
.interviews .carousel-control.left {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: -60px;
}
.interviews .carousel-control.right {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  margin-right: -60px;
}
@media (max-width: 768px) {
  .interviews .carousel-control {
    bottom: 33%;
  }
  .interviews .carousel-control.left {
    margin-left: -7px;
  }
  .interviews .carousel-control.right {
    margin-right: -7px;
  }
  .interviews .carousel-control .fa {
    font-size: 30px;
  }
}
.interviews .carousel-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: auto;
  bottom: 40px;
  width: auto;
  border: 0;
  margin: calc(9 / 16 * 100% + 15px) 0 0;
  padding: 0;
}
.interviews .carousel-indicators li {
  width: 6px;
  height: 6px;
  background: #D1D1D2;
  opacity: 0.8;
  margin: 1px 3px;
  border: 0;
}
.interviews .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  background: #58B400;
  opacity: 0.8;
}
.headline-block hr {
  margin: 15px 0;
}
.headline-block .headline-left .item img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.headline-block .headline-left .item .carousel-caption {
  position: unset;
  text-shadow: none;
  text-align: left;
  padding: 15px 0;
}
.headline-block .headline-left .item .carousel-caption .type {
  font-size: 12px;
  color: #58B400;
}
.headline-block .headline-left .item .carousel-caption h4 {
  font-size: 20px;
  color: #1A1A1F;
  font-weight: 500;
  line-height: 1.4;
  margin: 5px 0;
  height: 56px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .headline-block .headline-left .item .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 15px 25px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000A6 100%) 0 0 no-repeat padding-box;
  }
  .headline-block .headline-left .item .carousel-caption .type {
    display: none;
  }
  .headline-block .headline-left .item .carousel-caption h4 {
    color: #fff;
    font-size: 18px;
    height: 46px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  }
}
.headline-block .headline-left .item:hover h4 {
  color: #58B400;
}
.headline-block .headline-left .carousel-indicators {
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  left: auto;
  top: 0;
  bottom: auto;
  width: auto;
  border: 0;
  margin: calc(9 / 16 * 100% + 15px) 0 0;
  padding: 0;
}
.headline-block .headline-left .carousel-indicators li {
  width: 6px;
  height: 6px;
  background: #D1D1D2;
  opacity: 0.8;
  margin: 1px 3px;
  border: 0;
}
.headline-block .headline-left .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  background: #58B400;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .headline-block .headline-left .carousel-indicators {
    left: 50%;
    width: 60%;
    margin: 0 0 8px -30%;
    top: auto;
    bottom: 0;
  }
}
.headline-block .headline-left .carousel-control {
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
  height: auto;
  margin: 0;
  width: auto;
  top: unset;
  bottom: 50%;
}
.headline-block .headline-left .carousel-control .fa {
  position: unset;
  margin: 0;
}
.headline-block .headline-left .carousel-control.left {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.headline-block .headline-left .carousel-control.right {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media (max-width: 768px) {
  .headline-block .headline-left .carousel-control {
    bottom: 40%;
  }
}
@media (max-width: 768px) {
  .headline-block .headline-left {
    margin-bottom: 15px;
  }
}
.headline-block .headline-right hr {
  border-color: #EEEEEE;
}
.headline-block .headline-right .item {
  display: flex;
}
.headline-block .headline-right .item:hover .cover {
  box-shadow: 0 0 20px #0000001F;
}
.headline-block .headline-right .item:hover h4 {
  color: #58B400;
}
.headline-block .headline-right .item .cover {
  width: 30%;
  height: 0;
  padding-bottom: calc(10 / 15 * 30%);
  font-size: 0;
  overflow: hidden;
  position: relative;
  margin-right: 12px;
  flex-shrink: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.headline-block .headline-right .item .cover img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.headline-block .headline-right .item .info {
  position: relative;
  width: 100%;
}
.headline-block .headline-right .item .type {
  font-size: 12px;
  color: #58B400;
}
.headline-block .headline-right .item h4 {
  height: 39px;
  font-size: 14px;
  font-weight: 500;
  color: #1A1A1F;
  margin: 4px 0;
  line-height: 1.4;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.headline-block .headline-right .item .date {
  font-size: 12px;
  color: #5C5C60;
}
@media (max-width: 768px) {
  .headline-block .headline-right .item .date {
    position: absolute;
    right: 0;
    top: 2px;
    color: #8C8C8F;
  }
}
.article-list {
  padding-top: 20px;
}
.article-page .header {
  max-width: 754px;
  margin: 0 auto;
}
.article-page .header .type {
  width: 70px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  background: #58B400;
  text-align: center;
  color: #fff;
  border-radius: 0;
}
.article-page .header .type a {
  color: #fff;
}
.article-page .header h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .article-page .header h2 {
    font-size: 24px;
  }
}
.article-page .header .attr {
  font-size: 16px;
  color: #8C8C8F;
  margin-bottom: 20px;
}
.article-page .header .attr .author {
  color: #1A1A1F;
  margin-right: 80px;
}
.article-page .header .attr .author > span {
  color: #8C8C8F;
  margin-right: 6px;
  font-weight: 300;
}
.article-page .header .attr .author a {
  color: #5C5C60;
}
.article-page .header .attr .author a:hover {
  color: #58B400;
}
.article-page .header .attr .publish-time {
  font-weight: 300;
}
@media (max-width: 768px) {
  .article-page .header .attr {
    font-size: 13px;
  }
}
.article-page .body {
  max-width: 754px;
  margin: 0 auto;
}
.article-page .body .cover {
  width: 100%;
  margin-bottom: 30px;
}
.article-page .body * {
  transition: all 0.2s;
}
.article-page .body .putao-article-body {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  color: #616161;
}
.article-page .body .putao-article-body a {
  border-bottom: 1px dashed #1A1A1F;
  margin: 0 3px;
  color: inherit;
}
.article-page .body .putao-article-body a:hover {
  color: #58B400;
  border-color: #58B400;
}
.article-page .body .putao-article-body a:-webkit-any-link {
  text-decoration: none;
}
.article-page .body .putao-article-body img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.article-page .body .putao-article-body img + span {
  display: block;
  font-size: 0.8em;
}
.article-page .body .putao-article-body p {
  margin: 1.6em 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.article-page .body .putao-article-body p img {
  display: block;
  margin: 0 auto !important;
}
.article-page .body .putao-article-body section {
  margin: 0.5em 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.article-page .body .putao-article-body section img {
  display: block;
  margin: 0 auto !important;
}
.article-page .body .putao-article-body h1,
.article-page .body .putao-article-body h2,
.article-page .body .putao-article-body h3,
.article-page .body .putao-article-body h4,
.article-page .body .putao-article-body h5,
.article-page .body .putao-article-body h6 {
  color: #58B400;
  margin: 1em 0 0.8em;
  font-size: 22px;
  font-weight: bold;
}
.article-page .body .putao-article-body h1,
.article-page .body .putao-article-body h2 {
  font-size: 28px;
}
.article-page .body .putao-article-body h3 {
  font-size: 26px;
}
.article-page .body .putao-article-body h4 {
  font-size: 24px;
}
.article-page .body .putao-article-body blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 5px solid rgba(88, 180, 0, 0.4);
}
@media (max-width: 768px) {
  .article-page .body .putao-article-body img {
    max-width: 80% !important;
    height: auto !important;
  }
}
.article-page .body .putao-article-body {
  padding: 0;
}
.article-page .body .content {
  margin-bottom: 80px;
}
.article-page .end {
  position: relative;
  margin: 20px 0;
  opacity: 0.6;
}
.article-page .end img {
  height: 48px;
  width: auto;
  margin-right: 70px;
  background-color: #fff;
  padding: 0 20px;
}
.article-page .end:before {
  content: '';
  position: absolute;
  z-index: -1;
  border: 1px dashed #58B400;
  height: 0;
  top: 26px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .article-page .end img {
    height: 30px;
    margin-right: 20px;
    padding: 0 14px;
  }
  .article-page .end:before {
    top: 16px;
  }
}
.article-page .source {
  font-size: 16px;
  color: #8C8C8F;
  margin-bottom: 20px;
  font-style: italic;
}
.article-page .source .link {
  font-weight: bold;
  color: #58B400;
  margin-bottom: 10px;
}
.article-page .footer {
  margin-bottom: 100px;
}
.article-page .footer .tags {
  margin-bottom: 50px;
}
.article-page .footer .tags .tag {
  font-size: 14px;
  color: #fff;
  background: #58B400;
  border-radius: 50px;
  padding: 6px 20px;
  line-height: 1.1;
  font-weight: 500;
  margin-right: 16px;
  margin-bottom: 10px;
  opacity: 0.7;
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.article-page .footer .tags .tag:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .article-page .footer .tags .tag {
    font-size: 12px;
    margin-right: 10px;
  }
}
.article-page .footer .topics {
  margin-bottom: 50px;
}
.article-page .footer .topics .title {
  color: #8C8C8F;
  font-size: 14px;
  margin-bottom: 10px;
}
.article-page .footer .topics .topic {
  opacity: 0.8;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #F8F7FC;
  border-radius: 10px;
  padding: 0 24px;
  font-weight: 600;
  font-size: 20px;
  line-height: 50px;
  color: #1A1A1F;
  margin-bottom: 20px;
}
.article-page .footer .topics .topic:hover {
  opacity: 1;
  color: #58B400;
}
.article-page .footer .topics .topic:hover .entrance {
  background-color: #58B400;
}
.article-page .footer .topics .topic:before {
  content: '#';
}
.article-page .footer .topics .topic .entrance {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  float: right;
  background: #1A1A1F;
  color: #fff;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin-top: 8px;
  padding: 0 20px;
  border-radius: 100px;
}
.article-page .footer .topics .topic .entrance:before {
  content: '进入';
  margin-right: 10px;
}
.article-page .footer .topics .topic .entrance .font-me {
  font-weight: 300;
  font-size: 0.8em;
}
.article-page .footer .authors {
  margin-bottom: 50px;
}
.article-page .footer .authors .author {
  display: flex;
  align-items: center;
  padding: 30px 50px 30px 0;
  border-bottom: 2px solid #58B400;
}
.article-page .footer .authors .author:hover .info .nickname {
  color: #58B400;
}
.article-page .footer .authors .author .avatar-img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  flex-shrink: 0;
  font-size: 0;
  margin-right: 20px;
}
.article-page .footer .authors .author .info {
  width: 100%;
  position: relative;
}
.article-page .footer .authors .author .info .nickname {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 24px;
  color: #1A1A1F;
  font-weight: bold;
}
.article-page .footer .authors .author .info .wechat {
  position: absolute;
  right: 0;
  font-size: 12px;
  color: #8C8C8F;
  top: 18px;
}
.article-page .footer .authors .author .info .wechat .font-me {
  margin-right: 4px;
}
.article-page .footer .authors .author .info .desc {
  font-size: 14px;
}
@media (max-width: 768px) {
  .article-page .footer .authors .author .avatar-img {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    flex-shrink: 0;
    font-size: 0;
  }
  .article-page .footer .authors .author .info .desc {
    font-size: 12px;
  }
}
.article-page .footer .recommend {
  margin-bottom: 50px;
}
.article-page .comment-block textarea {
  width: 100%;
  border: 1px solid #D1D1D2;
  padding: 12px 20px;
  font-size: 16px;
  resize: none;
  margin-bottom: 10px;
}
.article-page .comment-block .btn {
  background: #58B400;
}
.article-page .comment-block .avatar-img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  flex-shrink: 0;
  font-size: 0;
  margin-right: 20px;
}
.article-page .comment-block .post-comment {
  display: flex;
  margin-bottom: 20px;
}
.article-page .comment-block .post-comment .form {
  flex-grow: 1;
}
.article-page .comment-block .comments {
  padding-left: 50px;
}
@media (max-width: 768px) {
  .article-page .comment-block .comments {
    padding-left: 20px;
  }
}
.article-page .comment-block .comments .comment .top {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.article-page .comment-block .comments .comment .top .nickname {
  font-weight: 600;
  color: #1A1A1F;
}
.article-page .comment-block .comments .comment .top .time {
  color: #8C8C8F;
  line-height: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.article-page .comment-block .comments .comment .top .time:before {
  content: '';
  height: 3px;
  width: 3px;
  background: #8C8C8F;
  border-radius: 20px;
  margin: 0 16px;
  display: inline-block;
  opacity: 0.5;
}
.article-page .comment-block .comments .comment .top .status {
  margin-left: 40px;
  font-size: 14px;
  font-weight: 500;
}
.article-page .comment-block .comments .comment .top .status.pending {
  color: #3084F8;
}
.article-page .comment-block .comments .comment .top .status.refused {
  color: #E22727;
}
@media (max-width: 768px) {
  .article-page .comment-block .comments .comment .top {
    font-size: 13px;
  }
  .article-page .comment-block .comments .comment .top .avatar-img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    flex-shrink: 0;
    font-size: 0;
    margin-right: 10px;
  }
  .article-page .comment-block .comments .comment .top .time {
    line-height: 13px;
    font-size: 11px;
  }
  .article-page .comment-block .comments .comment .top .time:before {
    margin: 0 10px;
  }
  .article-page .comment-block .comments .comment .top .status {
    font-size: 13px;
  }
}
.article-page .comment-block .comments .comment .text {
  padding: 0 0 0 70px;
  font-size: 14px;
  color: #1A1A1F;
  margin-bottom: 20px;
}
.article-page .comment-block .comments .comment .text blockquote {
  opacity: 0.7;
  font-size: 14px;
}
.article-page .comment-block .comments .comment .text blockquote .author {
  color: #1A1A1F;
  font-weight: 600;
}
.article-page .comment-block .comments .comment .text blockquote .author:hover {
  color: #58B400;
}
@media (max-width: 768px) {
  .article-page .comment-block .comments .comment .text {
    padding-left: 40px;
  }
}
.article-page .comment-block .comments .comment .bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.article-page .comment-block .comments .comment .bottom a {
  color: #8C8C8F;
  font-size: 14px;
  margin-left: 50px;
}
.article-page .comment-block .comments .comment .bottom a i {
  margin-right: 8px;
}
.article-page .comment-block .comments .comment .bottom a.active i {
  color: #58B400;
}
.article-page .comment-block .comments .comment .bottom a:hover {
  color: #58B400;
}
.article-page .comment-block .comments .comment .bottom .delete {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .article-page .comment-block .comments .comment .bottom a {
    font-size: 12px;
  }
}
.article-page .comment-block .comments .comment .form {
  margin: 0 0 50px 70px;
}
@media (max-width: 768px) {
  .article-page .comment-block .comments .comment .form {
    margin-left: 40px;
  }
}
.article-page #outline {
  position: fixed;
  width: 250px;
  left: calc(50% - 250px - 420px);
  top: 120px;
}
.article-page #outline > div {
  color: #8C8C8F;
  font-weight: bold;
  font-size: 14px;
  padding: 8px 15px;
  border-bottom: 1px solid #EEEEEE;
  text-align: left;
  margin-bottom: 15px;
}
.article-page #outline ul.coll > li > ul {
  display: none !important;
}
.article-page #outline ul.coll > li.active > ul {
  display: block !important;
}
.article-page #outline > ul {
  position: relative;
  margin-left: 20px;
}
.article-page #outline > ul:before {
  content: '';
  position: absolute;
  border-right: 2px dashed #F8F7FC;
  height: 100%;
  left: 2px;
}
.article-page #outline > ul > li,
.article-page #outline > ul > li > ul.nav > li {
  margin-left: 0;
  font-weight: 500;
  font-size: 13px;
}
.article-page #outline ul li {
  text-align: left;
  margin-left: 5px;
  position: unset;
}
.article-page #outline ul li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: unset;
  line-height: 35px;
  min-height: 35px;
  color: #5C5C60;
  padding: 0 10px;
  margin: 0 0 0 10px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.article-page #outline ul li a:hover {
  background-color: rgba(88, 180, 0, 0.1);
  border-radius: 2px;
}
.article-page #outline ul li a:hover:before {
  background-color: rgba(88, 180, 0, 0.7);
}
.article-page #outline ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  margin-top: 14.5px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #D1D0D6;
  z-index: 1;
}
.article-page #outline ul li ul {
  margin: 0 0;
}
.article-page #outline ul li ul li {
  font-size: 12px;
  font-weight: normal;
}
.article-page #outline ul li ul li a:before {
  margin-top: 15.5px;
  margin-left: 1px;
  width: 5px;
  height: 5px;
}
.article-page #outline ul li.active > a {
  color: #58B400;
}
.article-page #outline ul li.active > a:before {
  background-color: #58B400;
}
.post-page .page-header {
  border-bottom: none;
}
.post-page .page-header h2 {
  color: #8C8C8F;
  font-size: 16px;
  font-weight: 400;
}
.post-page .form-group {
  margin-bottom: 30px;
}
.post-page .form-group label {
  border-left: 3px solid #58B400;
  padding-left: 6px;
  margin-bottom: 10px;
}
.post-page .post-slide .form-group {
  margin-bottom: 40px;
}
.post-page #c-title {
  font-size: 28px;
  line-height: 1.4;
  border-width: 0 0 1px 0;
  height: auto;
  padding: 6px 0;
  font-weight: 500;
}
.post-page #c-content {
  height: 700px;
}
.post-page #c-source-url {
  margin-top: 10px;
}
.post-page .image-container {
  width: 100%;
  height: 0;
  padding-bottom: calc(9 / 16 * 100%);
  font-size: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
}
.post-page .image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-page .image-container:hover .image-text {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 12px;
  color: #5C5C60;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1);
}
.post-page .image-container:hover button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.post-page .image-container:hover button:hover {
  background: rgba(0, 0, 0, 0.4);
}
.post-page .image-container button:hover,
.post-page .image-container button:active {
  background: none;
  border: none;
}
.post-page li.selected {
  background: rgba(0, 0, 0, 0.03);
}
.topic-list-page {
  padding-top: 20px;
}
.topic-list-page .page-title {
  font-size: 28px;
  color: #58B400;
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}
.topic-list-page .page-title:before {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  content: '';
  height: 0;
  border: 2px solid #58B400;
  z-index: -1;
  left: 0;
  width: 50px;
}
.topic-list-page .page-title:after {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  content: '';
  height: 0;
  border: 2px solid #58B400;
  z-index: -1;
  left: 146px;
  right: 0;
}
.topic-detail-page .page-header {
  margin-bottom: 460px;
}
.topic-detail-page .page-header .cover {
  height: 0;
  padding-bottom: calc(9 / 16 * 100%);
  font-size: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
  position: absolute;
  left: 0;
  width: 100%;
  padding-bottom: 410px;
}
.topic-detail-page .page-header .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topic-detail-page .page-header .cover .mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(180deg, #0000001F 0%, #000000 100%) 0 0 no-repeat padding-box;
}
.topic-detail-page .page-header .cover .container {
  z-index: 1;
  position: relative;
}
.topic-detail-page .page-header .cover .container h2 {
  font-size: 90px;
  margin-top: 110px;
  color: #fff;
  margin-bottom: 50px;
}
.topic-detail-page .page-header .cover .container .update {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 14px;
}
.topic-detail-page .page-header .cover .container .update .label-new {
  background: #E22727;
  padding: 0.3em 0.6em 0.3em;
  font-size: 12px;
  margin: 0 5px 2px 0;
  color: #fff;
}
.topic-detail-page .page-header .cover .container p {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 768px) {
  .topic-detail-page .page-header .cover .container h2 {
    font-size: 40px;
  }
  .topic-detail-page .page-header .cover .container p {
    font-size: 14px;
  }
}
.search-page {
  padding-top: 20px;
  min-height: 800px;
}
.search-page .search-form {
  margin-bottom: 40px;
}
.search-page .search-form input {
  font-size: 30px;
  color: #1A1A1F;
  border: none;
  border-bottom: 1px solid #D1D1D2;
  padding: 10px 20px;
  height: 50px;
  line-height: 40px;
}
.search-page .search-form .input-group-addon {
  color: #1A1A1F;
  border: none;
  border-bottom: 1px solid #D1D1D2;
}
.search-page .search-form .input-group-addon .font-me {
  font-size: 20px;
}
.search-page .search-form a:hover {
  color: #3084F8;
}
.search-page .nav.nav-pills-pt {
  margin: 0 0 30px 30px;
}
.search-page em {
  color: #E22727;
  background: none;
  padding: 0;
  font-weight: bold;
  font-style: unset;
}
.search-page .author-list .author-item-row {
  border-bottom: 1px solid #D1D1D2;
  padding: 40px 30px;
  display: flex;
  align-items: center;
}
.search-page .author-list .author-item-row .avatar-img {
  width: 88px;
  height: 88px;
  border-radius: 88px;
  font-size: 0;
  margin-right: 20px;
  flex-shrink: 0;
}
.search-page .author-list .author-item-row .info {
  margin-right: 20px;
  width: 222px;
  flex-shrink: 0;
}
.search-page .author-list .author-item-row .info .nickname {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #1A1A1F;
}
.search-page .author-list .author-item-row .info .wechat {
  font-size: 12px;
  color: #8C8C8F;
}
.search-page .author-list .author-item-row .info .wechat .font-me {
  margin-right: 8px;
  font-size: 14px;
}
.search-page .author-list .author-item-row .desc {
  color: #5C5C60;
  line-height: 1.5;
  font-size: 16px;
}
.search-page .topic-list .topic-item-row {
  border-bottom: 1px solid #D1D1D2;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.search-page .topic-list .topic-item-row .cover {
  width: 100%;
  height: 0;
  padding-bottom: calc(9 / 16 * 100%);
  font-size: 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
  width: 20%;
  padding-bottom: calc(9 / 16 * 20%);
  margin: 0;
  display: inline-block;
}
.search-page .topic-list .topic-item-row .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-page .topic-list .topic-item-row .cover .type {
  position: absolute;
  width: 70px;
  height: 26px;
  left: 0;
  bottom: 0;
  line-height: 26px;
  font-size: 14px;
  background: #58B400;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.search-page .topic-list .topic-item-row .info {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.search-page .topic-list .topic-item-row .title {
  font-size: 20px;
  color: #1A1A1F;
  line-height: 1.5;
  margin-bottom: 14px;
}
.search-page .topic-list .topic-item-row .desc {
  font-size: 14px;
  color: #5C5C60;
  margin-bottom: 8px;
  height: 40px;
}
#author-detail .author-item-row {
  border-bottom: 1px solid #D1D0D6;
  padding: 30px 30px;
  margin: 0 60px 30px;
  display: flex;
  align-items: center;
}
#author-detail .author-item-row .avatar-img {
  width: 88px;
  height: 88px;
  border-radius: 88px;
  font-size: 0;
  margin-right: 20px;
  flex-shrink: 0;
}
#author-detail .author-item-row .info {
  margin-right: 20px;
  width: 222px;
  flex-shrink: 0;
}
#author-detail .author-item-row .info .nickname {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 6px;
  color: #1A1A1F;
}
#author-detail .author-item-row .info .wechat {
  font-size: 12px;
  color: #8C8C8F;
}
#author-detail .author-item-row .info .wechat .font-me {
  margin-right: 8px;
  font-size: 14px;
}
#author-detail .author-item-row .desc {
  color: #5C5C60;
  line-height: 2;
  font-size: 14px;
}
#author-detail .count-bar {
  margin-bottom: 20px;
  font-size: 14px;
  color: #1A1A1F;
  letter-spacing: 1px;
}
#author-detail .count-bar mark {
  color: #58B400;
  background: none;
  font-weight: bold;
  padding: 0 4px;
}
#tag-detail-page {
  padding-top: 20px;
}
#tag-detail-page .page-title {
  font-size: 24px;
  color: #5C5C60;
  font-weight: bold;
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}
#tag-detail-page .page-title span {
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
}
#tag-detail-page .page-title em {
  font-style: unset;
  color: #5C5C60;
}
#tag-detail-page .page-title:before {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  content: '';
  height: 0;
  border: 2px solid #58B400;
  z-index: -1;
  left: 0;
  right: 0;
}
h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}
#posts-container .table,
#favorite-container .table,
#history-container .table {
  table-layout: fixed;
}
#posts-container .fixed-table-container,
#favorite-container .fixed-table-container,
#history-container .fixed-table-container {
  border: none;
}
#posts-container .fixed-table-container tbody,
#favorite-container .fixed-table-container tbody,
#history-container .fixed-table-container tbody {
  color: #8C8C8F;
}
#posts-container .fixed-table-container tbody td,
#favorite-container .fixed-table-container tbody td,
#history-container .fixed-table-container tbody td {
  padding: 12px 8px;
}
#posts-container .fixed-table-container tbody .pending,
#favorite-container .fixed-table-container tbody .pending,
#history-container .fixed-table-container tbody .pending {
  color: #3084F8;
}
#posts-container .fixed-table-container tbody .reject,
#favorite-container .fixed-table-container tbody .reject,
#history-container .fixed-table-container tbody .reject {
  color: #E22727;
}
#posts-container .fixed-table-container tbody .category,
#favorite-container .fixed-table-container tbody .category,
#history-container .fixed-table-container tbody .category {
  color: #58B400;
  margin-right: 4px;
  font-size: 12px;
}
#posts-container .fixed-table-container tbody .title,
#favorite-container .fixed-table-container tbody .title,
#history-container .fixed-table-container tbody .title {
  color: #1A1A1F;
}
#posts-container .fixed-table-container tbody .time,
#favorite-container .fixed-table-container tbody .time,
#history-container .fixed-table-container tbody .time {
  font-size: 12px;
}
#posts-container .fixed-table-container tbody .opt,
#favorite-container .fixed-table-container tbody .opt,
#history-container .fixed-table-container tbody .opt {
  color: #1A1A1F;
  font-size: 16px;
  opacity: 0.6;
}
#posts-container .fixed-table-container tbody .opt.disabled,
#favorite-container .fixed-table-container tbody .opt.disabled,
#history-container .fixed-table-container tbody .opt.disabled {
  cursor: default;
  opacity: 0.1;
}
#posts-container .fixed-table-container tbody .opt.disabled:hover,
#favorite-container .fixed-table-container tbody .opt.disabled:hover,
#history-container .fixed-table-container tbody .opt.disabled:hover {
  color: #1A1A1F;
}
#posts-container .fixed-table-container tbody .del,
#favorite-container .fixed-table-container tbody .del,
#history-container .fixed-table-container tbody .del {
  margin-left: 16px;
}
#posts-container .fixed-table-container tbody .del:hover,
#favorite-container .fixed-table-container tbody .del:hover,
#history-container .fixed-table-container tbody .del:hover {
  color: #E22727;
}
#posts-container .fixed-table-container tbody .edit:hover,
#favorite-container .fixed-table-container tbody .edit:hover,
#history-container .fixed-table-container tbody .edit:hover {
  color: #3084F8;
}
/*# sourceMappingURL=default.css.map */