.qs_detail {
  padding-top: 80px;
  padding-bottom: 30px;
}

.qs_detail .qs_detail_body {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
  /* overflow: hidden; */
}

.qs_detail .aside-left {
  position: absolute;
  overflow: hidden;
  left: -250px;
  top: 0;
  width: 210px;
  height: 100vh;
}

.qs_detail .aside-left .content {
  position: fixed;
  width: 210px;
}

.qs_detail .aside-left .collection {
  padding: 15px;
  margin-bottom: 30px;
  width: 100%;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
}

.qs_detail .aside-left .collection .title {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.qs_detail .aside-left .collection ul {
  list-style: none;
  max-height: 30vh;
  overflow: hidden;
  overflow-y: scroll;
}

.qs_detail .aside-left .collection ul::-webkit-scrollbar {
  width: 10px;
}

.qs_detail .aside-left .collection ul::-webkit-scrollbar-track {
  background: #ffffff;
}

.qs_detail .aside-left .collection ul::-webkit-scrollbar-thumb {
  background-color: #636363;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.qs_detail .aside-left .collection ul li {
  padding: 10px 0;
}

.qs_detail .aside-left .collection ul li a {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: black;
}

.qs_detail .aside-left .collection ul li a i {
  font-size: 14px !important;
  margin-right: 5px;
}

.qs_detail .aside-left .category .title {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}

.qs_detail .aside-left .category .catalog-list {
  max-height: 40vh;
  overflow: hidden;
  overflow-y: scroll;
  list-style: none;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 15px;
}

.qs_detail .aside-left .category .catalog-list::-webkit-scrollbar {
  display: none;
}

.qs_detail .aside-left .category .catalog-list li a {
  display: block;
  padding: 8px 0;
  color: black;
  font-size: 14px;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.qs_detail .aside-left .category .catalog-list li a:hover {
  color: #133667;
  text-decoration: underline;
}

.qs_detail .aside-left .category .catalog-list .active {
  position: relative;
}

.qs_detail .aside-left .category .catalog-list .active::before {
  position: absolute;
  left: -16px;
  top: 10px;
  content: "";
  display: block;
  width: 4px;
  height: 13px;
  background-color: var(--main-color);
  border-radius: 10px;
}

.qs_detail article {
  flex: 1;
  max-width: 850px;
}

.qs_detail article .content {
  position: relative;
  flex: 1;
  background-color: white;
}

.qs_detail article .content h1 {
  font-size: 35px;
  font-weight: 500;
}

.qs_detail article .content h1 .title-tag{
  position: relative;
  margin-right: 5px;
}

.qs_detail article .content h1 .title-tag .opacity {
  opacity: 0;
}

.qs_detail article .content h1 .title-tag .end{
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 100%;
  background: #f56c6c;
  color: white;
}

.qs_detail article .content h1 button.active
{
  background-color: var(--main-color);
  color: white;
}

.qs_detail article .content h1 button{
  cursor: pointer;
  margin-left: 10px;
  padding: 5px 20px;
  border-radius: 30px;
  border: none;
  outline: none;
  color: #8a919f;
  height: 35px;
  display: flex;
  align-items: center;
  line-height: 35px;
}

.qs_detail article .content .detail-info {
  align-items: center;
  font-size: 14px;
  color: #8a919f;
  background: var(--background);
  margin-top: 10px;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.qs_detail article .content .detail-info.detail-info_{
  display: flex;
}

.qs_detail article .content .detail-info .user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qs_detail article .content .detail-info .user .info{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qs_detail article .content .detail-info .follow-add{
  cursor:pointer;
  margin-left:10px;
  padding:5px 20px;
  border-radius:30px;
  border:none;
  outline:none;
  height:30px;
  display:flex;
  align-items:center;
  line-height:30px;
  color:black;
  justify-content: center;
  min-width: 90px;
}

.user_contact_config{
  display: flex;
  justify-content: flex-start;
  background-color: white;
  margin-top: 20px;
  flex-direction: column;
}

.user_contact_config .act{
  display: flex;
}
.user_contact_config .act .qinglite_contact_close{
  margin-left: 15px;
}

.user_contact_config .item {
  position: relative;
  margin-right: 50px;
  color: #8a919f;
  cursor: pointer;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

.user_contact_config .item i {
  margin-right: 5px;
  font-weight: bold;
  font-size: 16px;
}

.qs_detail .user .active{
  cursor:pointer;
  padding:5px 20px;
  border-radius:30px;
  border:none;
  outline:none;
  height:30px;
  display:flex;
  align-items:center;
  line-height:30px;
  background-color:var(--main-color);
  color:white;
  width: max-content;
}

.qs_detail .user_contact_config button{
  cursor:pointer;
  padding:5px 20px;
  border-radius:30px;
  border:none;
  outline:none;
  height:30px;
  display:flex;
  align-items:center;
  line-height:30px;
  color:#8a919f;
  width: max-content;
}
.qs_detail .user_contact_config button.active{
  background-color:var(--main-color);
  color: white;
}

.qs_detail .user_contact_config button i{
  margin-right: 10px;
}

.qinglite_contact_consult_user{
  margin-top: 10px;
}
.qinglite_contact_consult_user img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -18px;
}
.qinglite_contact_consult_user img.first{
  margin-left: 0px;
}
.qinglite_contact_consult_user .bm_num{
  font-size: 14px;
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

.qs_detail article .content .detail-info .follow-add.active{
  cursor:pointer;
  margin-left:10px;
  padding:5px 20px;
  border-radius:30px;
  border:none;
  outline:none;
  height:30px;
  display:flex;
  align-items:center;
  line-height:30px;
  background-color:var(--main-color);
  color:white;
  min-width: 80px;
}



.qs_detail article .content .detail-info .right {
  display: flex;
  align-items: center;
  flex: 1;
  margin-top: 10px;
}

.qs_detail article .content .detail-info .avatar {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
}

.qs_detail article .content .detail-info .username {
  margin-right: 5px;
  font-size: 16px;
  font-weight: bold;
  color: black;
}

.qs_detail article .content .detail-info .expand {
  flex: 1;
}

.qs_detail article .content .detail-info .desc {
  display: flex;
  align-items: center;
}

.qs_detail article .content .detail-info .desc .icon-tanhao {
  margin-right: 2px;
  font-size: 17px;
}

.qs_detail article .content video {
  height: 300px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: black;
}

.qs_detail article .tag-list-box {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.qs_detail article .tag-list-box .tag-list {
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.qs_detail article .tag-list-box .tag-list .tag-title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  max-width: 150px;
  -webkit-box-orient: vertical;
}

.qs_detail article .tag-list-box .tag-list a {
  padding: 5px 10px;
  margin-right: 5px;
  background-color: #eaf2ff;
  color: var(--main-color);
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
  float: left;
}

.qs_detail article .attachment {
  display: flex;
  align-items: center;
  margin: 30px 0;
  margin-bottom: 0;
  padding: 10px 15px;
  background-color: rgba(230, 230, 230, 0.11);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

.qs_detail article .attachment i {
  margin-right: 5px;
  font-size: 30px;
}

.qs_detail article .attachment .expand {
  flex: 1;
}

.qs_detail article .attachment a {
  color: var(--main-color);
}

.qs_detail article .suggest_post {
  background-color: white;
  margin-top: 10px;
}

.qs_detail article .suggest_post .title {
  font-size: 14px;
  font-weight: bold;
}

.qs_detail article .suggest_post .list {
  list-style: none;
}

.qs_detail article .suggest_post .list li a {
  display: block;
  padding-left: 10px;
  padding: 8px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  font-size: 14px;
}

.qs_detail article .suggest_post .list li a i {
  font-size: 16px;
  margin-right: 5px;
}

.qs_detail article .suggest_post .list li a:hover {
  color: #133667;
  text-decoration: underline;
}

.qa-item {
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* .qa-item:last-child {
  border-bottom: none;
} */

.qa-item-title {
  font-size: 16px;
  padding-bottom: 15px;
  font-weight: bold;
  color: black;
}

.qa-item-desc {
  /* color: #8a919f; */
  text-align: justify;
  font-size: 16px;
  line-height: 1.8;
}

.qa-item-en {
  font-weight: bold;
  color: black;
  font-size: 16px;
}

.option-bar-body {
  padding-top: 15px;
  color: #8a919f;
  font-size: 14px;
}

.view_num {
  color: #8a919f;
  margin-top: 20px;
  display: flex;
}

.float-bar {
  position: fixed;
  z-index: 10;
  bottom: 0;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  max-width: 850px;
  width: 100%;
}

.float-bar aside {
  width: 300px;
}

.float-bar .float-bar-body {
  max-width: 850px;
  flex: 1;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 50px;
  background-color: white;
  box-shadow: 0 -1px 3px rgba(18, 18, 18, 0.1);
}

.float-bar .float-bar-body button {
  margin-right: 15px;
  background-color: rgba(5, 109, 232, 0.1);
  padding: 6px 10px;
  color: var(--main-color);
  border: none;
  outline: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
}

.float-bar .float-bar-body button.active {
  background-color: var(--main-color);
  color: white;
}

.float-bar .float-bar-body button i {
  margin-right: 5px;
}

.float-bar .float-bar-body .gap {
  width: 20px;
}

.float-bar .float-bar-body .item {
  position: relative;
  margin-right: 50px;
  color: #8a919f;
  cursor: pointer;
}

.float-bar .float-bar-body .item:hover .qrcode-modal {
  display: block;
}

.float-bar .float-bar-body .item i {
  margin-right: 5px;
  font-weight: bold;
  font-size: 16px;
}

.float-bar .float-bar-body .item .qrcode-modal {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 0;
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.float-bar .float-bar-body .item .qrcode-modal img {
  width: 150px;
  height: 150px;
}

.float-bar .float-bar-body .item .qrcode-modal p {
  padding-top: 5px;
  font-size: 14px;
  color: black;
}

.float-bar .float-bar-body .expand {
  flex: 1;
}

.markdown-body {
  width: 100%;
  word-break: break-word;
  line-height: 1.75;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
  color: #252933;
  text-align: justify;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  line-height: 1.5;
  margin-top: 35px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.markdown-body h1 {
  font-size: 20px !important;
  line-height: 38px;
  margin-bottom: 5px;
}

.markdown-body h2 {
  font-size: 20px;
  line-height: 34px;
  padding-bottom: 12px;
}

.markdown-body h3 {
  font-size: 18px;
  line-height: 28px;
}

.markdown-body h4 {
  font-size: 16px;
  line-height: 26px;
}

.markdown-body h5 {
  font-size: 14px;
  line-height: 24px;
}

.markdown-body h6 {
  font-size: 16px;
  line-height: 24px;
}

.markdown-body p {
  line-height: inherit;
  margin-top: 22px;
  margin-bottom: 22px;
}

.markdown-body img {
  max-width: 100%;
}

.markdown-body hr {
  border: none;
  border-top: 1px solid #ddd;
  margin-top: 32px;
  margin-bottom: 32px;
}

.markdown-body table td {
  font-size: 16px;
}

.markdown-body code {
  word-break: break-word;
  border-radius: 2px;
  overflow-x: auto;
  background-color: #fff5f5;
  color: #ff502c;
  font-size: 0.87em;
  padding: 0.065em 0.4em;
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}

.markdown-body pre {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
  overflow: auto;
  position: relative;
  line-height: 1.75;
}

.markdown-body pre>code {
  font-size: 12px;
  padding: 15px 12px;
  margin: 0;
  word-break: normal;
  display: block;
  overflow-x: auto;
  color: #333;
  background: #f8f8f8;
}

.markdown-body a {
  text-decoration: none;
  color: #0269c8;
  border-bottom: 1px solid #d1e9ff;
}

.markdown-body a:active,
.markdown-body a:hover {
  color: #275b8c;
}

.markdown-body table {
  display: inline-block !important;
  font-size: 12px;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  border: 1px solid #f6f6f6;
}

.markdown-body tbody {
  width: 100%;
  display: table;
}

.markdown-body thead {
  background: #f6f6f6;
  color: #000;
  text-align: left;
}

.markdown-body tr:nth-child(2n) {
  background-color: #fcfcfc;
}

.markdown-body td,
.markdown-body th {
  padding: 12px 7px;
  line-height: 24px;
}

.markdown-body td {
  min-width: 120px;
}

.markdown-body blockquote {
  color: #666;
  padding: 1px 23px;
  margin: 22px 0;
  border-left: 4px solid #cbcbcb;
  background-color: #f8f8f8;
}

.markdown-body blockquote:after {
  display: block;
  content: "";
}

.markdown-body blockquote>p {
  margin: 10px 0;
}

.markdown-body ol,
.markdown-body ul {
  padding-left: 28px;
}

.markdown-body ol li,
.markdown-body ul li {
  margin-bottom: 0;
  list-style: inherit;
}

.markdown-body ol li .task-list-item,
.markdown-body ul li .task-list-item {
  list-style: none;
}

.markdown-body ol li .task-list-item ol,
.markdown-body ol li .task-list-item ul {
  margin-top: 0;
}

.markdown-body ul li .task-list-item ol,
.markdown-body ul li .task-list-item ul {
  margin-top: 0;
}

.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 3px;
}

.markdown-body ul ol,
.markdown-body ul ul {
  margin-top: 3px;
}

.markdown-body ol li {
  padding-left: 6px;
}

.markdown-body .contains-task-list {
  padding-left: 0;
}

.markdown-body .task-list-item {
  list-style: none;
}

.markdown-body pre {
  color: #333;
  background: #f8f8f8;
}

.markdown-body pre>code.hljs {
  color: #333;
  background: #f8f8f8;
}

.markdown-body pre .hljs-comment,
.markdown-body pre .hljs-quote {
  color: #998;
  font-style: italic;
}

.markdown-body pre .hljs-keyword,
.markdown-body pre .hljs-selector-tag,
.markdown-body pre .hljs-subst {
  color: #333;
  font-weight: 700;
}

.markdown-body pre .hljs-literal,
.markdown-body pre .hljs-number,
.markdown-body pre .hljs-tag .hljs-attr,
.markdown-body pre .hljs-template-variable,
.markdown-body pre .hljs-variable {
  color: teal;
}

.markdown-body pre .hljs-doctag,
.markdown-body pre .hljs-string {
  color: #d14;
}

.markdown-body pre .hljs-section,
.markdown-body pre .hljs-selector-id,
.markdown-body pre .hljs-title {
  color: #900;
  font-weight: 700;
}

.markdown-body pre .hljs-subst {
  font-weight: 400;
}

.markdown-body pre .hljs-class .hljs-title,
.markdown-body pre .hljs-type {
  color: #458;
  font-weight: 700;
}

.markdown-body pre .hljs-attribute,
.markdown-body pre .hljs-name,
.markdown-body pre .hljs-tag {
  color: navy;
  font-weight: 400;
}

.markdown-body pre .hljs-link,
.markdown-body pre .hljs-regexp {
  color: #009926;
}

.markdown-body pre .hljs-bullet,
.markdown-body pre .hljs-symbol {
  color: #990073;
}

.markdown-body pre .hljs-built_in,
.markdown-body pre .hljs-builtin-name {
  color: #0086b3;
}

.markdown-body pre .hljs-meta {
  color: #999;
  font-weight: 700;
}

.markdown-body pre .hljs-deletion {
  background: #fdd;
}

.markdown-body pre .hljs-addition {
  background: #dfd;
}

.markdown-body pre .hljs-emphasis {
  font-style: italic;
}

.markdown-body pre .hljs-strong {
  font-weight: 700;
}

.float-bar-relative {
  position: relative;
}

.float-bar-relative aside {
  display: none;
}

.float-bar-relative .float-bar-body {
  padding: 0px;
}

.float-bar-relative .float-bar-body>div:first-child {
  box-shadow: none;
  padding: 0px;
}

.float-bar-relative .float-bar-body {
  box-shadow: none;
}

.xls .top {
  position: relative;
  padding: 50px 30px;
  padding-bottom: 100px;
  /* background: #4DA0B0; */
  /* background: -webkit-linear-gradient(to right, #D39D38, #4DA0B0);
  background: linear-gradient(to right, #D39D38, #4DA0B0); */
  /* border-top-left-radius: 10px;
  border-top-right-radius: 10px; */

  /* background: #3C3B3F;
  background: -webkit-linear-gradient(to left, #605C3C, #3C3B3F);
  background: linear-gradient(to left, #605C3C, #3C3B3F); */

  background-color: var(--main-color);
  overflow: hidden;

  color: white;
  position: relative;
}

.xls .top img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
}

.xls .top .title {
  font-size: 25px;
  /* font-weight: 600; */
  padding-bottom: 15px;
  color: #fff;
}

.xls .top .desc {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 14px;
  color: white;
  opacity: 0.4;
}

.xls .top .userinfo {
  display: flex;
  align-items: center;
}

.xls .top .userinfo .avatar {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
}

.xls .top .userinfo .username {
  padding-left: 5px;
  opacity: 0.4;
}

.table_data_wrapper {
  overflow: hidden;
  overflow-x: scroll;
}

.xls table {
  border-collapse: collapse;
  width: 100%;
  display: inline-table !important;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.xls table tr {
  background-color: white;
  min-height: 30px;
  line-height: 30px;
}

.xls table td,
.xls table th {
  border: var(--border-normal);
  padding: 8px 15px;
  background-color: white;
}

.xls table td a{
  max-width: 500px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  line-height: 30px;
  white-space: nowrap;
  height: 30px;
  vertical-align: middle;
}

.xls table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: black;
  font-weight: bold;
  min-width: 100px;
}

.xls table .logo{
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.xls table .no {
  width: 60px;
  min-width: 0;
}

.qs_detail article .content .editor-list {
  padding-bottom: 15px;
}

.qs_detail article .content .editor-list .editor {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.qs_detail article .content .editor-list .editor i {}

.qs_detail article .content .editor-list .editor .avatar {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: cover;
}

.qs_detail article .tag-list-box .tag-list .tag-list-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-flow: wrap;
}

.qs_detail article .tag-list-box .tag-list .tag-list-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  margin-right: 5px;
  background-color: #eaf2ff;
  color: var(--main-color);
  border-radius: 4px;
}

.qs_detail article .tag-list-box .tag-list .tag-list-container a .img {
  margin-right: 3px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: cover;
  background-position: center;
}

.top a,
.top a:hover {
  color: white;
}

.icon-jiantou_zuoyouqiehuan {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 30px !important;
}

.qs_post_list {
  margin-top: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.qs_post_list>i {
  max-width: 158px;
  width: 100%;
}

.qs_post_list .item .content .title {
  -webkit-line-clamp: 1;
}

.qs_post_list .item .content .subtitle {
  font-weight: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.qs_post_list .item {
  position: relative;
  width: 158px;
  margin: 0px;
  margin-bottom: 30px;
}

.qs_post_list .item:first-child {
  margin-left: 0px;
}

.qs_post_list .item .content .desc {
  -webkit-line-clamp: 4 !important;
}

.qs_post_list .img .content,
.qs_post_list .video .content {
  height: 150px !important;
}

.qs_post_list .img .content,
.qs_post_list .video .content {
  min-height: 90px;
}

.qs_post_list .item .up_info .username {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.qs_post_list .item .title_middle {
  -webkit-line-clamp: 1;
}

.icon-huidaodingbu {
  font-size: 20px !important;
  transform: rotate(180deg);
  cursor: pointer;
  background: white;
  border-radius: 50%;
  margin-left: 10px;
  color: #8a919f;
  font-weight: normal;
}

.float-bar .float-bar-body .item.icon-huidaodingbu {
  margin-left: 0px;
}

.float-bar .float-bar-body .item:last-child {
  margin-right: 0px;
}

@media only screen and (max-width: 1024px) {
  .qs_detail article .content .detail-info .user .info{

  }
}

@media only screen and (max-width: 1024px) {

  .qs_detail article .content h1 .title-tag .end
  {
    font-size: 12px;
  }

  .markdown-body h1 {
    font-size: 24px;
  }

  .user_contact_config{
    display: inline-block;
  }

  .markdown-body h2 {
    font-size: 20px;
  }

  .markdown-body h3 {
    font-size: 18px;
  }

  .xls table td,
  .xls table th {
    font-size: 16px;
  }

  .tag-list-box-xls {
    margin-left: 15px;
  }



  .xls .top .title
  {
    font-size: 22px;
  }
  .xls .top {
    padding: 15px;
    padding-bottom: 60px;
  }

  .xls .top .desc {
    right: 0;
    padding: 0 15px;
  }

  .xls table {
    overflow: hidden;
    white-space: nowrap;
    overflow-x:scroll;
  }

  .xls table td,.xls table th
  {
    font-size:16px;
  }
}

.qinglite_share_miniapp{
  display: none;
}

@media only screen and (max-width: 1420px) {
  .qs_detail .aside-left {
    display: none;
  }
}


@media only screen and (max-width: 1024px) {
  .qs_post_list .item {
    margin-left: 0px;
  }

  .item.qinglite_share {
    display: none;
  }

  .qinglite-bk {
    display: none;
  }

  #recommend {
    padding: 0 15px;
  }

  .qs_post_list {
    margin: 0px !important;
    padding: 0 15px;
    padding-top: 15px;
  }

  .qs_post_list .item {
    width: 48.5% !important;
  }

  .qs_detail {
    flex-direction: column;
  }

  .qs_detail .aside-left {
    display: none;
  }

  .qs_detail article {
    width: 100%;
  }

  .qs_detail article .content,
  .qs_detail article .comments_wrapper,
  .qs_detail article .suggest_post,
  .qs_detail article .xls {
    padding: 15px;
  }

  .qs_detail article .content h1 {
    font-size: 20px;
  }

  .qs_detail article .content .tag-list-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .qs_detail article .content .tag-list-box .tag-list {
    margin-bottom: 15px;
  }

  .qs_detail .aside {
    width: 100%;
    padding: 0 15px;
  }

  .float-bar .float-bar-body {
    justify-content: space-between !important;
    width: 100%;
  }

  .float-bar aside {
    display: none;
  }

  .float-bar .gap {
    display: none;
  }

  .float-bar .jubao {
    display: none;
  }

  .float-bar button {
    display: none;
  }

  .float-bar .expand {
    display: none;
  }

  .float-bar .item {
    margin-right: 0 !important;
  }

  .icon-jiantou_zuoyouqiehuan {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: unset;
    bottom: 5px;
  }

  .qs_detail article .tag-list-box .tag-list .tag-list-container {
    justify-content: left;
    flex-flow: wrap;
  }

  .qs_detail article .content .detail-info {
    flex-direction: column;
    background: #f7fbff;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 6px;
  }

  .qs_detail article .content .detail-info.detail-info_ {
    flex-direction: row;
  }

  .qs_detail article .content .detail-info .user {
    width: 100%;
    margin-bottom: 10px;
  }

  .qs_detail article .content .detail-info .right {
    width: 100%;
  }

  .qs_post_list {
    flex-flow: wrap;
  }

  .qs_post_list .item {
    width: 47%;
  }

  .icon-jiantou_zuoyouqiehuan{
    right:13px;
    bottom:27px;
  }
  .loadmore {
    padding-bottom:15px;
  }
}

.collection-list-active a {
  color: var(--main-color) !important;
}

.code-snippet__js {
  display: none;
}

.loadmore {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.editor-list i {
  cursor: pointer;
}

.media-wrapper {
  margin: 0 auto;
  width: 100%;
  height: 600px;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  margin-bottom: 15px;
  /* border: 1px solid rgba(0, 0, 0, 0.05); */
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {}

.swiper-slide {
  position: relative;
  overflow: hidden;
}

.swiper-slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(30px);
  transform: scale(1.1);
}

.swiper-slide-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-slide-child {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-button-prev {
  color: black !important;
  cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '' !important;
}

.swiper-button-prev i,
.swiper-button-next i {
  font-size: 33px;
  opacity: 0.8;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 5px;
  border-radius: 0;
  margin: 0 10px !important;
  /* cursor: pointer; */
}

.fixed-btn-share {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(50px);
  border-radius: 100px;
  overflow: hidden;
  padding: 10px;

  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fixed-btn-share img {
  width: 22px;
  margin-bottom: 5px;
}

.fixed-btn-share p {
  font-size: 12px;
  transform: scale(0.9);
}

.swiper-pagination-bullet-active {
  background-color: black !important;
}

.qinglite_contact_consult_box input{
  margin-bottom: 10px;
  width: 100%;
  height: 35px;
  border: 1px solid #e5e5e5;
  outline: none;
  padding: 0 15px;
}

.qinglite_contact_consult_box button{
  background-color: var(--main-color);
  padding: 6px 10px;
  color: white;
  border: none;
  outline: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
}

.markdown-heading .anchor{
  position: absolute;
  top: 50%;
  left: -28px;
  display: flex;
  width: 28px;
  height: 28px;
  margin: auto;
  border-radius: 15px;
  opacity: 0;
  justify-content: center;
  align-items: center;
}

.markdown-heading .anchor:hover {
  opacity: 1;
}

.qinglite_ccf_content .markdown-body p{
  margin: 5px 0px;
  line-height: 2;
}
