<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body:before {
  content: "";
  position: absolute;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  height: 550px;
  background-image: url(https://ai-bot.cn/wp-content/uploads/2023/07/blury-shape-bg-light.png);
  background-size: cover;
  z-index: -1;
}

.io-black-mode body:before {
  background-image: url(https://ai-bot.cn/wp-content/uploads/2024/01/blury-shape-bg-dark.png);
}

.page-header {
  background: none !important;
  position: absolute;
}

.io-black-mode .page-header {
  background: rgba(44, 46, 47, 0.7) !important;
}

.url-card .max .url-img {
  width: 40px;
  height: 40px;
}

.card-body .url-img img {
  border: none !important;
}

.panel-body.single.mt-2 img {
  border-radius: 6px;
  border: 2px solid #eee;
}

.meta-media {
  position: relative;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
}

.video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.table-bordered {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

a.underline {
  border-bottom: 3px solid #5961f9;
}

a.underline:hover {
  border-bottom: 3px solid #ee9ae5;
}

.io-edit-post-card-content .mx-auto {
  margin-left: 0 !important;
}

.panel-body .url-card.shortcode-url .card {
  background: white;
}

.io-black-mode .panel-body .url-card.shortcode-url .card {
  background: #2c2e2f;
}

@media screen and (min-width: 768px) {
  .header-big {
    padding-top: 80px;
  }
}

/* å¿«è®¯é¡µé¢æ&nbsp;·å¼å¼€å§‹ */
.news-content h2 {
  border: none;
}

.news-list .news-date {
  padding: 32px 20px 12px 20px;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  font-weight: 700;
  color: #5961f9;
}

.news-list .news-item {
  padding: 20px 0 5px 20px;
}

.news-list .news-date,
.news-list .news-item {
  position: relative;
  margin-left: 15px;
  border-left: 1px dashed #c3c8fe;
}

.news-list .news-time {
  position: relative;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

.news-list .news-hour {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-left: 12px;
  margin-left: 15px;
  border-left: 1px dashed #c3c8fe;
}

.news-list .news-date:after,
.news-list .news-date:before {
  position: absolute;
  left: -8px;
  top: 38px;
  width: 16px;
  height: 16px;
  content: "";
  border-radius: 1px;
  background: #5961f9;
}

.news-list .news-time:before {
  border: 4px solid #5961f9;
  opacity: 1;
}

.news-list .news-content h2 {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
}

.news-list .news-content p {
  font-size: 15px;
  margin: 0;
  line-height: 1.65;
}

.news-list h2:after,
.news-list h2:before {
  position: absolute;
  left: -3.5px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 6px;
  border: 4px solid #5961f9;
  box-sizing: initial;
  background: #fff;
  content: "";
}

.panel-body.single.mt-2 .news-time img {
  border-radius: 2px;
  border: none;
}

.panel-body.single.mt-2 img.news-banner {
  border-radius: 0px;
  border: none;
}

.panel-body .news-content h2 a:not(.no-c) {
  color: #282a2d;
}

.io-black-mode .panel-body .news-content h2 a:not(.no-c) {
  color: #c6c9cf;
}

.panel-body .news-content h2 a:not(.no-c):hover {
  color: #5961f9;
}

.news-content .external:after {
  content: "";
}

.news-content h2 .badge-danger {
  background-color: #f1404b;
}

/* å¿«è®¯é¡µé¢æ&nbsp;·å¼ç»“æŸ */
.tab-widget-content .img-post .media-content {
  -webkit-transform: none;
  transform: none;
}

.img-post .media-content {
  -webkit-transform: none;
  transform: none;
}

.io-black-mode .panel-body .table td {
  color: #eee;
}

/* æ»šåŠ¨æ¡ */
@media screen and (min-width: 768px) {
  .sidebar-nav-inner .flex-fill {
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .sidebar-nav-inner .flex-fill:hover {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

/* å¤‡æ¡ˆæŸ¥è¯¢é¡µé¢é»‘æš—æ¨¡å¼é¢œè‰²ä¿®æ”¹ */
.io-black-mode .theme--light.v-application {
  background: #2c2e2f;
  color: white;
}

.io-black-mode .theme--light.v-sheet {
  background-color: #2c2e2f;
  border-color: #5e6063 !important;
  color: white;
}

.io-black-mode .theme--light.v-label {
  color: rgb(255 255 255 / 60%);
}

.io-black-mode .theme--light.v-icon {
  color: rgb(255 255 255 / 60%);
}

.io-black-mode
  .theme--light.v-text-field
  &gt; .v-input__control
  &gt; .v-input__slot:before {
  border-color: rgb(255 255 255 / 42%);
}

.io-black-mode .theme--light.v-data-table {
  background-color: #2c2e2f;
  color: rgb(255 255 255 / 87%);
}

.io-black-mode
  .theme--light.v-data-table
  &gt; .v-data-table__wrapper
  &gt; table
  &gt; tbody
  &gt; tr:not(:last-child)
  &gt; td:last-child,
.theme--light.v-data-table
  &gt; .v-data-table__wrapper
  &gt; table
  &gt; tbody
  &gt; tr:not(:last-child)
  &gt; td:not(.v-data-table__mobile-row),
.theme--light.v-data-table
  &gt; .v-data-table__wrapper
  &gt; table
  &gt; tbody
  &gt; tr:not(:last-child)
  &gt; th:last-child,
.theme--light.v-data-table
  &gt; .v-data-table__wrapper
  &gt; table
  &gt; tbody
  &gt; tr:not(:last-child)
  &gt; th:not(.v-data-table__mobile-row),
.theme--light.v-data-table
  &gt; .v-data-table__wrapper
  &gt; table
  &gt; thead
  &gt; tr:last-child
  &gt; th {
  border-bottom: thin solid rgb(255 255 255 / 12%);
}

.io-black-mode
  .theme--light.v-data-table
  &gt; .v-data-table__wrapper
  &gt; table
  &gt; thead
  &gt; tr:last-child
  &gt; th {
  border-bottom: thin solid rgb(255 255 255 / 12%);
}

.io-black-mode
  .theme--light.v-data-table
  &gt; .v-data-table__wrapper
  &gt; table
  &gt; tbody
  &gt; tr:not(:last-child)
  &gt; td:not(.v-data-table__mobile-row) {
  border-bottom: thin solid rgb(255 255 255 / 12%);
}

th.text-start,
td.text-start {
  border-left: none;
  border-right: none;
}

th.text-start {
  border-top: none;
}

.io-black-mode
  .theme--light.v-data-table
  .v-data-table-header
  th.sortable:hover {
  color: rgb(255 255 255 / 87%);
}

.io-black-mode
  .theme--light.v-data-table
  &gt; .v-data-table__wrapper
  &gt; table
  &gt; thead
  &gt; tr
  &gt; th {
  color: rgba(255, 255, 255, 0.6);
}

.io-black-mode
  .theme--light.v-data-table
  .v-data-table-header
  th.sortable
  .v-data-table-header__icon {
  color: rgb(255 255 255 / 58%);
}

.io-black-mode .theme--light.v-btn.v-btn--disabled,
.theme--light.v-btn.v-btn--disabled .v-btn__loading,
.theme--light.v-btn.v-btn--disabled .v-icon {
  color: rgb(255 255 255 / 26%) !important;
}

.io-black-mode .v-btn &gt; .v-btn__content .v-icon {
  color: #fff;
}

.io-black-mode .theme--light.v-select .v-select__selections {
  color: rgb(255 255 255 / 87%);
}

.io-black-mode
  .theme--light.v-list-item:not(.v-list-item--active):not(
    .v-list-item--disabled
  ) {
  color: rgb(255 255 255 / 87%);
}

.io-black-mode
  .theme--light.v-data-table
  &gt; .v-data-table__wrapper
  &gt; table
  &gt; tbody
  &gt; tr:hover:not(.v-data-table__expanded__content):not(
    .v-data-table__empty-wrapper
  ) {
  background: #222;
}

.io-black-mode .theme--light.v-input input {
  color: rgb(255 255 255 / 87%);
}

.io-black-mode .theme--light.v-data-table .v-data-table__empty-wrapper {
  color: rgb(255 255 255 / 38%);
}

div.card-app &gt; div.card-body {
  padding: 0.8rem;
}

.app-rounded {
  border-radius: 22% !important;
}

div.card-app.card {
  border-radius: 0.45rem !important;
}

.screenshot-carousel .img_wrapper {
  height: 360px !important;
}

.io-black-mode .enlighter-t-enlighter .enlighter-text {
  color: #99a;
}

.site-content a img.alignnone {
  border-radius: 0.3rem;
  border: 1px solid #ddd;
}

.customize-width {
  max-width: 1900px;
}

.sidebar-nav {
  width: 220px;
}

@media (min-width: 768px) {
  /* .main-content {
      margin-left: 220px;
    } */

  /* .main-content .page-header {
      left: 220px;
    } */
}
.dis-f {
  display: flex;
}
.top-nav {
  background: white;
  display: flex;
  align-items: center;
  padding: 1rem 1rem;
  box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.1);
}
.logo-ai {
  display: flex;
  align-items: center;
}
.logo-img {
}
.logo-desc {
  margin-left: 0.1rem;
  font-weight: bold;
  font-size: 24px;
}
.ai-tabs {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.ai-tab-item {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 20px;
}
.ai-tab-item:hover {
  cursor: pointer;
}
[id] {
  scroll-margin-top: 50px;
}
.mt5rem {
  margin-top: 0.5rem;
}
.mt10rem {
  margin-top: 1rem;
}
.mt15rem {
  margin-top: 1.5rem;
}
.mt20rem {
  padding-top: 2rem;
}
.bacf9 {
  background: #f9f9f9;
}
.card-top0 {
  padding-top: 0.5rem;
  background: #f9f9f9;
}
.card-top {
  padding-top: 1rem;
  background: #f9f9f9;
}
.top-nav-1 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 5px;
  border-bottom: solid 1px;
  padding-bottom: 10px;
}
.mr20 {
  margin-right: 0.2rem;
}
.home.blog.sidebar_no.mini-sidebar .sidebar-nav .logo-desc {
  display: none;
}
.home.blog.sidebar_no:not(.mini-sidebar) .sidebar-nav .logo-desc {
  display: inline;
}
.dis-b{
  display: block;
}
</pre></body></html>