@charset "UTF-8";

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
  text-align: left;
  background-color: #f6f6f5;
  overscroll-behavior-x: none;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none
}

#navbar-logo {
  width: 140px;
  height: 40px;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.container {
  max-width: 1120px;
  padding-right: 8px;
  padding-left: 8px;
}

#page-content {
  margin-top: 59px;
  overflow-x: hidden;
}

#question-page-content {
  margin-top: 48px;
  overflow-x: hidden;
}

.row.left-right-frame {
  --bs-gutter-x: 0.7rem;
}

.navbar.fixed-top {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .10196);
  box-shadow: 0 0 20px rgba(0, 0, 0, .10196);
  background: #444;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 87.5%;
}

.navbar.fixed-top .navbar-collapse {
  justify-content: space-between;
  max-width: 1060px;
}

.navbar.fixed-top .navbar-btn-wrapper {
  display: inline-block;
  border: none !important;
}

.navbar.fixed-top .navbar-nav {
  position: relative;
  left: -0.5rem;
}

.navbar.fixed-top .dropdown-toggle::after {
  content: none;
}

@media (min-width:992px) {
  .navbar.fixed-top {
    background: #444;
    font-size: 100%;
    justify-content: center;
  }

  .navbar.fixed-top .navbar-btn-wrapper {
    display: block
  }
}

.navbar.fixed-top .navbar-nav .dropdown .dropdown-menu {
  text-align: left
}

.navbar.fixed-top .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  color: #54616c;
  font-weight: bold
}

.navbar.fixed-top .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;
  opacity: .8
}

@media (max-width:991.98px) {
  .navbar.fixed-top {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-toggler {
    padding-right: 0.3rem;
  }

  .navbar.fixed-top .navbar-nav .dropdown .dropdown-menu {
    background: none;
    border-color: transparent;
    font-size: 87.5%;
    text-align: left;
  }
}

@media (min-width:576px) {
  .navbar.fixed-top .navbar-nav .dropdown .dropdown-menu {
    text-align: center
  }
}

@media (min-width:992px) {
  .navbar.fixed-top .navbar-nav .dropdown {
    position: static
  }

  .navbar.fixed-top .navbar-nav .dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -1px;
    border-radius: 0;
    border-width: 0 0 1px
  }
}

.navbar.fixed-top .nav-item {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.navbar.fixed-top .nav-item:hover {
  background: #000;
}

.navbar.fixed-top .nav-item .nav-link {
  margin-left: 0.8rem;
  margin-right: 0.8rem;
  padding-left: 0rem;
  padding-right: 0rem;
  color: #ccc;
  font-size: 0.9rem;
}

.navbar.fixed-top .nav-item-beta {
  position: absolute;
  font-size: .65em;
  color: #acb3b7;
  right: 10px
}

.navbar.fixed-top .navbar-backdrop {
  background: #000;
  z-index: 990;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: .6
}

.navbar.fixed-top .navbar-toggler {
  border-width: 0
}

#navbar-toggler {
  --bs-gutter-x: 0rem;
}

.navbar-nav .active {
  font-weight: bold;
  color: #fff !important;
}

.navbar.fixed-top .navbar-search span {
  font-size: 25px;
}

.navbar.fixed-top .language-button {
  height: 40px;
  margin-right: 8px;
  margin-left: 3px;
}

.navbar.fixed-top .language-button span {
  font-size: 28px;
  color: #888;
}

.no-shadow {
  box-shadow: none !important;
  border-bottom: 1px solid #f0f2f7;
}

.header-search-form {
  max-width: 400px;
}

.header-search-form .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #8590a6;
  font-size: 18px;
  padding: 0.3rem 0.6rem;
}

.btn-outline-secondary {
  color: #666;
  border-color: #666;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2699fb;
  border-color: #fff
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(84, 97, 108, .5);
  box-shadow: 0 0 0 .2rem rgba(84, 97, 108, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #54616c;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #54616c;
  border-color: #54616c
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(84, 97, 108, .5);
  box-shadow: 0 0 0 .2rem rgba(84, 97, 108, .5)
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
input,
input:focus {
  outline: 0px !important;
  box-shadow: none !important;
}

.card-shadow {
  box-shadow: 0 1px 3px rgb(18 18 18 / 10%);
  border-radius: 2px;
  border: none;
}

.card-header {
  border-bottom: 1px solid #f0f2f7;
  background: #fff;
  justify-content: center;
  color: #646464;
  font-weight: bold;
}

.card-header h1 {
  font-size: 20px;
  margin: 15px 0;
}

.card-header-answers-num {
  height: auto;
  color: #8590a6;
  font-size: 15px;
}

.card-header .nav-link {
  font-size: 16px;
  color: #121212;
  padding-left: 0;
  padding-right: 0px;
  margin-right: 40px;
  font-weight: 400;
}

.card-header-right {
  text-align: right;
  font-weight: normal;
}

.card-header .nav-link:hover {
  color: steelblue;
}

.card-header .nav-link.active {
  color: #06f;
  font-weight: bold;
}

.card-header.relate-question {
  background: none;
  margin-top: 20px;
}

.footer {
  width: 100%;
  margin-top: 1.5rem;
  text-align: center;
  font-size: 14px;
  color: #999;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  background: #444;
}

.footer .links {
  margin-bottom: 0.6rem;
}

.footer a {
  margin: 0.5rem;
}

.footer-sticky-bottom {
  position: absolute;
  bottom: 0;
}

.sidebar-right {
  display: none;
}

@media (min-width:768px) {
  .sidebar-right {
    display: block;
  }
}

.sidebar-right .card {
  margin-bottom: 10px;
}

.question-item {
  padding: 1rem;
  margin-bottom: 10px;
}

.question-item-no-gutter {
  margin-bottom: 0px;
  border-bottom: 1px solid #f0f2f7;
}

.question-item .user-info {
  margin-bottom: 8px;
}

.question-item .profile-photo {
  width: 48px;
  height: 36px;
  overflow: hidden;
}

.question-item .profile-photo img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 100%;
}

.question-item .username a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #121212;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.question-item .username a:hover {
  color: steelblue;
}

.question-item .user-intro {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.question-item .title {
  margin-bottom: 5px;
}

.question-item .title a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #121212;
  text-decoration: none;
}

.question-item .title a:hover {
  color: steelblue;
}

.question-item .content {
  font-size: 15px;
  line-height: 1.67;
}

.question-item .replys {
  padding-left: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.question-item .replys .content {
  border-bottom: 1px solid #f0f2f7;
  padding-bottom: 0.5rem;
}

.question-item .append-question {
  color: #ccc;
  margin-top: 0.5rem;
}

.question-item .actions-box {
  margin-top: 10px;
  font-size: 14px;
  color: #8590a6;
}

.question-item .actions-box .actions-left .col {
  padding-right: 0;
}

.question-item .actions-box .btn-digg {
  font-size: 13px;
  color: #06f;
  background: #e9effe;
}

.question-item .actions-box .bury-box {
  padding-left: 7px;
}

.question-item .actions-box .btn-bury {
  font-size: 13px;
  color: #121212;
  background: #e9effe;
}

.question-item .actions-box .btn-answer {
  font-size: 13px;
  margin-left: 10px;
  height: 38px;
  width: 80px;
}

.question-info-box {
  background: #fff;
  margin-bottom: 10px;
  padding: 0.5rem 0rem 0rem 0rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, .10196);
}

.question-info-box .question-info-row {
  width: 100% !important;
}

.question-info-box .container {
  padding: 0rem;
}

@media (min-width: 992px) {
  .question-info-box .container {
    padding: 0rem 1.5rem 0rem 1rem;
  }
}

.question-info h1 {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
}

.question-info .content {
  font-size: 15px;
  line-height: 25px;
}

.question-info .tags-box {
  margin-bottom: 10px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.question-info .tags-box .btn {
  background: rgba(0, 102, 255, .1);
  border-radius: 100px;
  color: #06f;
  padding: 0 13px;
  height: 26px;
  border: none;
}

.question-info-box .follow-text,
.user-home-follows .follow-text {
  font-size: 14px;
  color: #8590a6;
  margin-top: 10px;
}

.question-info-box .follow-nums,
.user-home-follows .follow-nums {
  font-size: 18px;
  font-weight: bold;
}

.question-info-box .split-line,
.user-home-follows .split-line {
  border-left: 1px solid #f0f2f7;
  width: 1px;
  padding-right: 0px;
  margin-left: 10px;
}

.question-title {
  display: flex;
}

.font-description {
  font-size: 18px;
  margin-bottom: 5px;
  position: relative;
  top: -3px;
}

.user-home-follows .split-line {
  padding-right: 10px;
  margin-left: 20px;
}

.sticky-offset {
  top: 56px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.bb-0 {
  border-bottom: none;
}

.mr-10 {
  margin-right: 10px;
}

.question-waiting-item {
  margin-bottom: 8px;
  border-bottom: 1px solid #f0f2f7;
  padding-bottom: 8px;
}

.icon-more {
  cursor: pointer;
}

.created-at {
  color: #8590a6;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 6px;
}

.navbar-toggler-icon {
  width: 1.7rem !important;
  height: 1.7rem !important;
}

.tools-item {
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.tools-icon {
  width: 90px;
  height: 90px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
}

.tools-item-text {
  font-size: 14px;
  color: #111;
}

.tools-submit-btn {
  width: 100px;
  margin-top: 20px;
}

.article-content {
  padding: 0.9rem 1.6rem 0.9rem 1.6rem;
  line-height: 36px;
}

.article-content h2 {
  font-size: 18px;
}

.article-content h2:nth-child(1)~h2 {
  margin-top: 16px;
}

.article-content .section-header {
  background: #f0f0f0;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 15px;
}

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

.article-info {
  padding-bottom: 0 !important;
}

.article-intro {
  padding: 1rem;
}

.article-intro img {
  width: 100%;
}

.article-intro .font-preview-box {
  text-align: center;
}

.article-intro .font-preview-box img {
  width: auto !important;
}

@media (max-width: 576px) {
  .article-intro {
    padding: 0rem;
  }
}

.multiple-preview .preview-box {
  padding: 3px;
  background: darkgreen;
  display: flex;
  flex-wrap: wrap;
}

.multiple-preview .preview-box img {
  width: 50%;
  padding: 3px;
  background: darkgreen;
}

.ppt-list-card {
  background: none;
  border: none;
}

.ppt-list-card .card-header {
  background: none;
  padding-left: 0.5rem;
  border: none;
}

.ppt-list {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: 0;
  padding-top: 0;
}

.ppt-list-item-box {
  padding: 0.5rem !important;
}

.ppt-list-item {
  box-shadow: 0 1px 3px rgba(18, 18, 18, 0.1);
  background: #fff;
}

.ppt-list-item .title {
  font-size: 0.85rem;
  color: #666;
  text-align: center;
  margin-top: 0.6rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ppt-list-item-box .btn-digg,
.ppt-list-item-box .btn-digg .iconfont {
  font-size: 0.8rem;
  color: #999;
}

.ppt-list-item img {
  --width: calc(100vw - 1rem);
  width: calc(var(--width));
  max-width: 100%;
  height: calc(var(--width)*0.5625);
  object-fit: cover;
}

.ppt-list-material-item img {
  --width: calc((100vw - 3rem)/2);
  width: calc(var(--width));
  max-width: 100%;
  height: calc(var(--width)*0.6364);
  object-fit: contain;
  background: #f0f0f0;
}

.font-list-item img {
  --width: calc(100vw - 2.5rem);
  width: calc(var(--width));
  max-width: 100%;
  height: calc(var(--width)*0.4738);
  object-fit: cover;
}

@media (min-width:576px) {
  .ppt-list-item img {
    --width: calc((100vw - 3rem)/2);
    width: calc(var(--width));
    max-width: 100%;
    height: calc(var(--width)*0.5625);
    object-fit: cover;
  }

  .font-list-item img {
    --width: calc((100vw - 3rem)/2);
    width: calc(var(--width));
    max-width: 100%;
    height: calc(var(--width)*0.4738);
    object-fit: cover;
  }
}

@media (min-width:768px) {
  .ppt-list-item img {
    --width: calc((100vw - 3rem)/3);
    width: calc(var(--width));
    max-width: 100%;
    height: calc(var(--width)*0.5625);
    object-fit: cover;
  }

  .ppt-list-detail .ppt-list-item img {
    --width: calc((100vw * 0.67 - 3rem)/3);
    width: calc(var(--width));
    max-width: 100%;
    height: calc(var(--width)*0.5625);
    object-fit: cover;
  }

  .ppt-list-material-item img {
    --width: calc((100vw * 0.67 - 3rem)/3);
    width: calc(var(--width));
    max-width: 100%;
    height: calc(var(--width)*0.6364);
    object-fit: contain;
    background: #f0f0f0;
  }

  .font-list-item img {
    --width: calc((100vw - 3rem)/3);
    width: calc(var(--width));
    max-width: 100%;
    height: calc(var(--width)*0.4738);
    object-fit: cover;
  }

  .ppt-list-detail .font-list-item img {
    --width: calc((100vw * 0.67 - 3rem)/3);
    width: calc(var(--width));
    max-width: 100%;
    height: calc(var(--width)*0.4738);
    object-fit: cover;
  }
}

@media (min-width:992px) {
  .ppt-list-item img {
    --width: calc((100vw - 3rem)/4);
    width: calc(var(--width));
    max-width: 100%;
    height: calc(var(--width)*0.5625);
    object-fit: cover;
  }

  .ppt-list-detail .ppt-list-item img {
    --width: calc((100vw * 0.67 - 3rem)/4);
    width: calc(var(--width));
    max-width: 100%;
    height: calc(var(--width)*0.5625);
    object-fit: cover;
  }

  .ppt-list-material-item img {
    --width: calc((100vw * 0.67 - 3rem)/4);
    width: calc(var(--width));
    max-width: 100%;
    height: calc(var(--width)*0.6364);
    object-fit: contain;
    background: #f0f0f0;
  }

  .font-list-item img {
    --width: calc((100vw - 3rem)/4);
    width: calc(var(--width));
    max-width: 100%;
    height: calc(var(--width)*0.4738);
    object-fit: cover;
  }

  .ppt-list-detail .font-list-item img {
    --width: calc((100vw * 0.67 - 3rem)/4);
    width: calc(var(--width));
    max-width: 100%;
    height: calc(var(--width)*0.4738);
    object-fit: cover;
  }
}

@media (min-width:1120px) {
  .ppt-list-item img {
    width: 264px;
    max-width: 100%;
    height: 149px;
    object-fit: cover;
  }

  .ppt-list-detail .ppt-list-item img {
    width: 165px;
    max-width: 100%;
    height: 93px;
    object-fit: cover;
  }

  .ppt-list-material-item img {
    width: 165px;
    height: 105px;
    max-width: 100%;
    object-fit: contain;
    background: #f0f0f0;
  }

  .font-list-item img {
    width: 264px;
    max-width: 100%;
    height: 125px;
    object-fit: cover;
  }

  .ppt-list-detail .ppt-list-item img {
    width: 165px;
    max-width: 100%;
    height: 78px;
    object-fit: cover;
  }
}

.btn-digg {
  white-space: nowrap;
}

.ppt-list-item .btn-digg img {
  width: 1.1rem !important;
  height: 1.1rem !important;
  position: relative;
  top: -1px;
}

.page-ellipsis {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
  color: #aaa;
}

.ppt-detail .btn-digg img {
  width: 1.5rem !important;
  height: 1.5rem !important;
  position: relative;
  top: -1px;
}

.ppt-download-btn-box {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}

.ppt-download-btn {
  padding: 0.5rem;
  background: #1576b5;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}

.ppt-download-btn:hover {
  color: #fff;
}

.ppt-download-btn-box .download-tips {
  font-size: 12px;
  color: #ccc;
  margin-top: 1rem;
}

.ppt-download-container {
  max-width: 750px;
}

.ppt-download-container .download-btn {
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 1rem;
  background: steelblue;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  width: 100%;
}

.ppt-download-container .download-btn2 {
  background: #5aab2e;
}

.ppt-download-container .download-tips {
  font-size: 0.85rem;
  color: #ccc;
  text-align: center;
  margin-top: 0.8rem;
}

.ppt-material-download {
  width: 100%;
  text-align: center;
  background: #f0f0f0;
  margin-bottom: 20px;
  padding: 20px;
}

.ppt-material-download img {
  width: 100%;
  object-fit: contain;
}

.download-link {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  color: red;
}

table.ppt-info td {
  padding-right: 2.5rem;
  font-size: 0.9rem;
  white-space: nowrap;
}

table.ppt-info td.ppt-info-head {
  padding-right: 1rem;
  font-weight: bold;
}

.category-list {
  background: #fff;
  padding: 0.8rem;
  padding-bottom: 0.3rem;
  margin: 0.1rem;
}

.category-list .category-item {
  width: 9rem;
  padding-bottom: 0.5rem;
}

.category-list .category-item a {
  width: 9rem;
  font-size: 0.95rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-page {
  height: 100vh;
  margin-top: 0 !important;
  display: flex;
  align-items: center;
}

.search-container {
  align-items: center;
}

.search-box {
  max-width: 600px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.search-logo {
  text-align: center;
}

.search-logo img {
  width: 260px;
  /*filter: invert(68%) sepia(13%) saturate(3207%) hue-rotate(200deg) brightness(95%) contrast(80%);*/
  filter: opacity(0.5) drop-shadow(0 0 0 blue) drop-shadow(0 0 0 blue);
}

.search-keywords {
  max-width: 600px;
  font-size: 14px;
  color: #666;
  padding-bottom: 150px;
}

.search-keywords a {
  margin-right: 0.8rem;
}

.font-thumb {
  /*filter: opacity(0.5) drop-shadow(0 0 0 black) drop-shadow(0 0 0 black);*/
  max-width: 100%;
}

.font-list-header {
  text-align: center;
  padding-top: 40px;
}

.font-list-item {
  text-align: center;
}

.font-index-tags-box {
  text-align: center;
}

.font-index-tags-box .btn {
  margin-bottom: 10px;
  margin-right: 5px;
}

.tools-header {
  text-align: center;
}

.tools-header h1 {
  font-size: 20px;
  font-weight: bold;
}

.tools-header div {
  font-size: 16px;
}

.converter-wrapper {
  background-color: #3c3c3c;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, .06) 25%, transparent 0), linear-gradient(-45deg, rgba(0, 0, 0, .06) 25%, transparent 0), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, .06) 0), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, .06) 0);
  background-size: 24px 24px;
  background-position: 0 0, 0 12px, 12px -12px, -12px 0;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.file-source-button {
  box-shadow: 2px 7px 10px 0 rgb(0 0 0 / 10%), 2px 11px 11px 0 rgb(0 0 0 / 10%), 2px 6px 8px 0 rgb(0 0 0 / 8%), 2px 5px 8px 0 rgb(252 22 0 / 5%);
  width: auto;
  max-width: 455px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  height: auto;
  background-color: #f33;
  color: #fff;
  border-radius: 4px;
  transition: background-color .15s ease-in-out, box-shadow .2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px 15px 30px;
}

.file-source-button .action-label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding-right: 30px;
  color: inherit;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  cursor: pointer;
}

.file-source-button img {
  width: 26px;
  height: 26px;
}

.converter-tip {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.index-header {
  position: relative;
}

.index-header-bg {
  width: 100%;
  height: 280px;
  object-fit: cover;
  margin-top: -100px;
}

.index-search-container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.index-search-title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.index-search-form {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.index-search-box {
  margin-top: 15px;
  width: 100%;
  max-width: 800px;
}

/* ========================= iconfont ======================== */
@font-face {
  font-family: "iconfont";
  /* Project id 3180003 */
  src: url('iconfont.woff2?t=1645835802312') format('woff2'),
    url('iconfont.woff?t=1645835802312') format('woff'),
    url('iconfont.ttf?t=1645835802312') format('truetype');
  font-display: swap;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e61a";
}

.icon-share:before {
  content: "\e618";
}

.icon-more:before {
  content: "\e66a";
}

.icon-comment:before {
  content: "\e665";
}

.icon-arrow-up:before {
  content: "\e63c";
}

.icon-arrow-down:before {
  content: "\e601";
}

.icon-images:before {
  content: "\e75a";
}

.icon-times:before {
  content: "\f109";
}

.icon-plus-circle:before {
  content: "\e616";
}

.icon-minus-circle:before {
  content: "\e617";
}

.icon-edit:before {
  content: "\e663";
}

.icon-compare:before {
  content: "\e704";
}

.icon-upload:before {
  content: "\e828";
}

.icon-chevron-left:before {
  content: "\e657";
}

.icon-chevron-right:before {
  content: "\e64b";
}

.icon-arrow-right:before {
  content: "\e6a4";
}

.icon-globe:before {
  content: "\e619";
}

.icon-download:before {
  content: "\e6d1";
}

.icon-close:before {
  content: "\e600";
}

.font-download-item {
  padding: 0.5rem;
  text-align: left;
}

.font-download-item a {
  color: #409eff;
}

.font-download-item a:hover {
  color: #0000ee;
}

.font-download-info {
  text-align: center;
  margin-bottom: 20px;
}

.font-download-tips {
  font-size: 16px;
  color: #999;
  text-align: left;
  padding-left: 0.5rem;
}

.article-image {
  width: 100%;
  margin-top: 20px;
}

.article-image img {
  width: 100% !important;
  height: auto !important;
}