@charset "UTF-8";

.article-detail h1,
.article-detail h2,
.article-detail h3,
.article-detail h1 {
  font-size: 2em
}

.article-detail h2 {
  font-size: 1.5em
}

.fl {
  float: left
}

.fr {
  float: right
}

.sidebar-right .link {
  color: #4b2e83
}

.media-pic {
  float: left
}

.media-body {
  overflow: hidden;
  *zoom: 1
}



.sidebar-right {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  font-size: 12px;
  position: relative;
  min-width: 240px
}

.widget-hot {
  padding-top: 30px
}

.widget-hot h3 {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #000
}

.widget-hot li {
  margin-bottom: 20px;
  overflow: hidden
}

.widget-hot a {
  display: block;
  overflow: hidden
}

.widget-hot .media-pic {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
  overflow: hidden
}

.widget-hot .media-pic img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;

}

.widget-hot .title {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  height: 32px;
  color: #000;
  padding-top: 10px
}

.widget-hot .post-meta {
  padding-top: 5px;
  color: #999
}

.hot-tags {
  margin-left: -5px;
  margin-right: -5px
}

.hot-tags a {
  display: inline-block;
  padding: 0 10px;
  line-height: 28px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  margin: 0 5px 5px 5px;
  border-radius: 3px;
  font-size: 12px
}

.hot-tags a:hover {
  border-color: #999
}


.roundeds {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* 详情页面头部对齐样式 */
.data .d-flex {
  align-items: flex-start;
}

.data h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  margin: 0;
  line-height: 1.2;
}

.data .layui-form-checkbox {
  margin-left: 0;
}

.data p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.data .dataList {
  padding: 8px 0 0 16px;
}


.detailLeft .data {
  padding: 0px;
  padding-bottom: 40px;
}


.main-detail {
  display: block;
  text-align: left;
}

.main-detail .content {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  background-color: #fff
}

.article-detail {
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 1.75
}

.article-detail a {
  color: #21a6f5
}

.article-detail a:hover {
  text-decoration: underline
}

.article-detail li {
  margin-left: 5px
}

.article-detail h3 {
  line-height: 40px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 10px 0 16px;
  padding-left: 16px;
  position: relative
}

.article-detail h3:before {
  content: '';
  display: block;
  width: 4px;
  height: 24px;
  position: absolute;
  background-color: var(--tblr-green);
  left: 0;
  top: 8px
}

.article-detail h3:first-child {
  margin-top: 0
}

.lite-text .ct {
  font-size: 14px;
}

.lite-text .ct p {
  padding-bottom: 10px;
  margin: 0;
}



.article-detail img {
  max-width: 100%;
  height: auto;
  display: block
}

.article-detail img+img {
  margin-top: 20px
}


.article-detail .dc-th3 {
  font-weight: normal;
  line-height: 40px;
  padding-left: 10px;
  margin-top: 30px !important;
  font-weight: 600;
}

/* 确保图片响应式 */
.main-detail img {
  max-width: 100%;
  height: auto;
}

/* 中间内容区域优化 */
.main-detail .content {
  width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Bootstrap网格布局优化 */
.main-detail .card.content {
  padding: 20px;
}

.main-detail .card.content .row {
  margin: 0;
  justify-content: flex-start;
  /* 确保列从左开始排列，紧挨着 */
}

/* 确保Bootstrap网格系统正常工作 */
.main-detail .row {
  display: flex;
  flex-wrap: wrap;
}

.main-detail .col-12,
.main-detail .col-lg-8,
.main-detail .col-lg-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.article-page {
  margin: 20px 0 30px;
  height: 40px;
  font-size: 14px;
}

/* 确保右侧边栏紧挨着中间内容 */
.main-detail .card.content .col-lg-4 {
  padding-left: 10px;
  /* 减少左边距，让它更靠近中间内容 */
}

.main-detail .card.content .col-lg-8 {
  padding-right: 10px;
  /* 减少右边距，让中间内容更靠近右侧边栏 */
}


/* 确保内容不会溢出 */
.detailLeft {
  overflow-wrap: break-word;
  word-wrap: break-word;
  max-width: 100%;
}

.detaltext {
  overflow-wrap: break-word;
  word-wrap: break-word;
}



/* 确保弹窗内容在遮罩之上 */
.modal-dialog {
  position: relative;
  z-index: 1060;
}

/* 确保Bootstrap网格系统优先级 */
.main-detail .row>.col-12,
.main-detail .row>.col-lg-8,
.main-detail .row>.col-lg-4 {
  float: none !important;
  display: block;
}


/* 确保网格列不受浮动影响 */
.main-detail .col-12,
.main-detail .col-lg-8,
.main-detail .col-lg-4 {
  float: none !important;
  display: block;
}

/* 调试和强制Boot
strap网格布局 */
.main-detail .card.content {
  display: block;
  width: 100%;
}

.main-detail .card.content .row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.main-detail .card.content .row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}



.wbdl-for-vip-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-bottom: 10px;
}

.wbdl-for-vip-info .wfvi-main {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.wbdl-for-vip-info .wfvi-main i {
  margin-right: 5px;
}

.wbdl-for-vip-info .wfvi-side {
  display: flex;
  align-items: center;
}



.sidebar-right .btn-link {
  display: block;
  height: 60px;
  line-height: 63px;
  border-radius: 4px;
  background-color: #2fcb6d;
  font-size: 24px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}


/* 添加circleIn动画定义 */
@keyframes circleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes circleIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

.sidebar-right .btn-link:hover {
  background-color: #2fcb6d;
  text-decoration: none;
}

.sidebar-right .btn-link strong {
  position: relative;
  overflow: hidden;
}

.sidebar-right .btn-link:hover strong:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-animation: circleIn .3s linear;
  animation: circleIn .3s linear;
  display: block;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}



.sidebar-right .btn-link strong {
  font-weight: 400;
  position: relative;
  overflow: hidden;
  display: block;
  height: 60px;
  line-height: 60px;
  margin-left: 56px;
  padding: 0 20px;
}


.sidebar-right .btn-link i {
  width: 56px;
  height: 60px;
  line-height: 60px;
  float: left;
  font-size: 20px;
  text-align: center;
  background-color: #27AE60;
}

.sidebar-right .btn-link i img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}


/* 自定义复选框样式 */
.custom-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
  width: 85px;
  margin-top: 5px;
  margin-right: 10px;
  background-color: #d2d2d2;
  cursor: pointer;
  font-size: 14px;
  transition: .1s linear;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #bbb;
  overflow: hidden;
  color: #fff;
}

.custom-checkbox:hover {
  background-color: #c2c2c2;
  border-color: #aaa;
}

.custom-checkbox.checked,
.custom-checkbox.checked:hover {
  background-color: #16b777;
  border-color: #16b777;
  color: #fff;
}

/* 隐藏原生复选框 */
.custom-checkbox .checkbox-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* 文本样式 */
.custom-checkbox .checkbox-text {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* 图标区域样式 */
.custom-checkbox .checkbox-icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 4px 4px 0;
}

.custom-checkbox .checkbox-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(82%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(89%);
}

.custom-checkbox:hover .checkbox-icon img {
  filter: brightness(0) saturate(100%) invert(76%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(89%);
}

.custom-checkbox.checked .checkbox-icon img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(78%) saturate(2476%) hue-rotate(86deg) brightness(101%) contrast(107%);
}

/* 演示样式 */
.checkbox-group {
  margin: 15px 0;
}

.btn-sm {
  color: #fff;
  flex: 1;
  max-width: 120px;
}

.modal-top {
  margin: 30px 0 15px 0;
  font-size: 12px;
  transition: all 0.3s ease;
  padding: 5px;
  border-radius: 4px;
}

.modal-top {
  transition: all 0.3s ease;
  padding: 5px;
  border-radius: 4px;
}

.modal-top span {
  margin-right: 15px;
}


.modal-badge-rim {
  height: 18px;
  line-height: 18px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  color: #5f5f5f;
  border-color: #eee;
  position: relative;
  display: inline-block;
  padding: 0 6px;
  font-size: 12px;
  border-radius: 2px;
  transition: all 0.3s ease;
}



/* 星级评分样式 */
.rating-stars {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}

.rating-stars .star {
  color: #ddd;
  font-size: 14px;
  margin: 0 1px;
  transition: all 0.2s ease;
}

.rating-stars .star.filled {
  color: #ffc107;
}



.sidebar-right .btn .icon-center {
  margin: 0 2px;
}


.sidebar-right ul {
  padding: 0;
}

.sidebar-right a {
  text-decoration: none;
}


.sidebar-right .btn-sm {
  border: none !important;
  margin-right: 12px;
  padding: 5px 10px 5px 10px !important;
}

.sidebar-right .btn-sm:hover {
  color: #eee;
  border: none !important;
}

.sidebar-right .btn-sm:active {
  color: #fff !important;
}

.mobile-access-btn {
  position: relative;
}

#qrcode-img {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  background: #000;
  border-radius: 4px;
  padding: 10px;
  width: 150px;
  height: 150px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#qrcode-img::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #000;
}

#qrcode-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobile-access-btn:hover #qrcode-img {
  display: block;
}

.kslogin-ct1 {
  padding-top: 25px;
}

.imgicoL2 li {
  text-align: center;
  list-style: none;
  padding: 0 20px;
  flex: 0 0 auto;
}

.imgicoL2 {
  font-size: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.imgicoL2 .imgbox {
  display: block;
  text-decoration: none;
  color: inherit;
}

.imgicoL2 .img1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imgicoL2 h3 {
  font-size: 12px;
  margin: 0;
  color: #666;
  font-weight: normal;
}

/* 弹窗遮罩样式 */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal.show {
  display: block !important;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.5;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-backdrop.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.modal-backdrop.fade.show {
  opacity: 0.5;
}


.modal-dialog {
  position: relative;
  z-index: 1060;
}

.modal-body .icon {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.5;
}


/* 按钮区域图标样式 - 设置为白色 */
.btn-sm .icon {
  color: white !important;
  filter: brightness(0) invert(1);
}

/* 复制成功图标样式 */
.modal-body .icon-lg {
  width: 3rem !important;
  height: 3rem !important;
}

.modal-body .text-green {
  color: #16b777 !important;
  filter: brightness(0) saturate(100%) invert(44%) sepia(78%) saturate(2476%) hue-rotate(86deg) brightness(101%) contrast(107%) !important;
}


@media (max-width: 1680px) {

  .container-fluid {

    max-width: 100% !important;
  }

}

@media (max-width: 1460px) {

  .sidebar-right .btn-sm {
    padding: 5px !important;
    margin-right: 5px !important;
  }

  .modal-top span {
    margin-right: 5px;
  }


}


@media (min-width: 1024px) {
  .main-detail .card.content .row .col-lg-8 {
    flex: 0 0 auto;
    width: 70% !important;
  }

  .main-detail .card.content .row .col-lg-4 {
    flex: 0 0 auto;
    width: 30% !important;
  }
}