@charset "utf-8";
/* Create 2023-03-19
 * Power by 大陆喔
 * WeChat：boxiking; Tencent QQ：2408589136
 * Update 2025年3月13日
 * Css Use For PC
 * 自豪的使用巅峰成品网站系统；用巅峰成品CMS,出场即巅峰！
 * 巅峰成品CMS：https://www.dfcp.ren/
*/
/*
 * --------------------------------------------------
 * 通用
 * --------------------------------------------------
*/
:root{
    --da-green:#16b777;
	--da-lanlv:#16baaa;
}

body {
  font-family: -apple-system, "PingFang SC", BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, STHeiti, SimSun, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  /*  color: #3c3c3c;
  text-align: left;
  background: #eff3f8;*/
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: var(--bs-secondary-rgb);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--da-green);
  text-decoration: none;
}


.fdh-top{padding-top: 76px;}
.vertical-text {
  writing-mode: vertical-rl;
  /* writing-mode: vertical-lr; 垂直排列，从左向右 */
  text-orientation: upright;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
}

.viewer-backdrop {background-color: rgba(0, 0, 0, 0.85);}
.viewer-canvas>img {border: 1px solid #fff;padding: 2px;}



/*
 * --------------------------------------------------
 * 导航
 * --------------------------------------------------
*/

.main-nav .navho a:hover{
  color: #16b777!important;
  background: transparent !important;
}

.logo img{height: 48px;width: auto;max-width: 128px;}
.nav-title-txt {
  text-align: justify;
  text-align-last: justify;
}
.nav-title-txt .sitead {
  color: #712cf9 !important;
  font-size: 0.75rem;
}
.navbar-tel{color: #712cf9!important;}
.goserch .dropdown-toggle::after {
  display: none;
}
.sinput {
  width: 300px !important;
}
.main-nav .layui-this-pc{color: #16b777!important;}


@media(max-width:767px){
    .sinput{width: 100%!important;}
    .main-nav .offcanvas{max-width: 80%;}
}
.main-nav .ofwidth{max-width: 230px;}
.main-nav .navbar-toggler:active, .main-nav .navbar-toggler:focus{box-shadow: none;}
.main-nav .layui-nav.layui-nav-tree{width: 100%!important;}
.main-nav .layui-nav-side{position: relative;height: 100%;}
.main-nav .layui-nav-tree li{border-bottom: 1px solid rgb(255 255 255 / 6%);}

.main-nav .this-acm, .main-nav .child-this{background-color: #16b777;color: #fff;}
.main-nav .layui-nav-child dd{border-bottom: 1px solid rgb(255 255 255 / 6%);}
.main-nav .layui-nav-child dd:last-child{border-bottom:0;}




/*
 * --------------------------------------------------
 * 鼠标移入悬停特效,添加边框动画
 * --------------------------------------------------
*/
.to-box-fr{overflow: hidden!important;}
.to-box-fr:hover::after {
    display: block;
    content: "";
    width: 300%;
    height: 120%;
    background: linear-gradient(120deg,rgba(255,255,255,0) 50%,rgba(255,255,255,0.18) 60%,rgba(255,255,255,0) 70%) 50% 50%;
    position: absolute;
    animation: slideleft 1.2s linear infinite;
    top: 0;
    left: 50%;
    margin-left: -150%;
    pointer-events: none;
}
@keyframes slideleft {
  0% {
    transform: translate3d(-40%, 0, 0);
  }
  100% {
    transform: translate3d(30%, 0, 0);
  }
}

.border-hvr:hover a, .border-hvr:hover .card-footer {
    z-index: 999;
}

.border-hvr .imgbr {
    /*position: relative;*/
    display: inline-block;
    overflow: hidden; /* 确保超出圆角边界的内容被隐藏 */
    border-radius: 5px; /* 添加四周圆角，半径为15px */
}

.border-hvr .imgbr::before, .border-hvr .imgbr::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid var(--da-green);
    transform-origin: center center;
    transition: transform 0.3s;
    pointer-events: none;
    border-radius: inherit; /* 继承.img的圆角 */
}

.border-hvr .imgbr::before {
    border-right: none;
    border-left: none;
    transform: scaleX(0);
}

.border-hvr .imgbr::after {
    border-bottom: none;
    border-top: none;
    transform: scaleY(0);
}

.border-hvr:hover .imgbr::before, .border-hvr:hover .imgbr::after {
    transform: scale(1);
}

/*.border-hvr img {
    border-radius: inherit;
    display: block; 
    border-radius: inherit;
    display: block;
    position: inherit;
    width: auto;
    height: auto;
}*/

/*
 * --------------------------------------------------
 * 首页
 * --------------------------------------------------
*/
.swiper {
  width: 100%;
  height: 100%;
}

.index-top{background: url("../images/index-bg-ca.png") no-repeat;background-position: top;background-size: cover;}
.index-ca .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-ca .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-ca .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--bs-green);
}
.index-ca .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--bs-green);/*var(--swiper-theme-color);*/
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.index-ca .swiper-button-next, .index-ca .swiper-button-prev{color: var(--bs-green);}
.index-ca .swiper-button-prev, .index-ca .swiper-button-next{display: none;}
.index-ca:hover .swiper-button-prev, .index-ca:hover .swiper-button-next{display: block;}
.index-ca .swiper-pagination-fraction{color: var(--bs-red); font-size: 1.5rem;}
.index-ca-cont{position: absolute;top:40%;left: 40%;}

.index-ca-noimg .swiper-slide {
      background-position: center;
      background-size: cover;
      width: auto;
      height: 300px;
    }

.index-ca-noimg .swiper-slide img {
      display: block;
      width: 100%;
    }
.swiper-slide {
      align-items: center;
    }

.index-ca-noimg .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.index-ca-noimg .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--bs-red);
    }

.index-ca-noimg .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--bs-red);
      fill: none;
      stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }
.index-ca-noimg .swiper-button-next, .index-ca-noimg .swiper-button-prev{color: var(--bs-white);}
.index-ca-noimg .swiper-button-prev, .index-ca-noimg .swiper-button-next{display: none;}
.index-ca-noimg:hover .swiper-button-prev, .index-ca-noimg:hover .swiper-button-next{display: block;}
.index-ca-noimg:hover .swiper-button-prev:focus, .index-ca-noimg:hover .swiper-button-prev:active, .index-ca-noimg:hover .swiper-button-next:focus,.index-ca-noimg:hover .swiper-button-next:active{border: 0;}
.index-ca-noimg .swiper-pagination-fraction{color: var(--bs-white); font-size: 1rem;}
.index-canoimg-cont{position: absolute;top: 0rem;left: 0rem;background: rgb(255 255 255 / 50%);display: none;padding: 2px 4px;border-radius: 2px;}
.index-ca-noimg .swiper-slide:hover .index-canoimg-cont{display: block;}

.index-lysx{color: var(--bs-secondary-rgb);}
.index-lysx:hover{color: var(--da-green);}
.ix-md:hover .card-body{margin-top: -10px;background: #fff;padding-top: 10px!important;}


.toroll-index{min-height: 150px!important;}
.toroll {min-height: 200px;background: var(--bs-body-bg-rgb);}

/*
 * --------------------------------------------------
 * 墓地详情、列表、筛选 页面
 * --------------------------------------------------
*/
.ix-yh{
    position: relative;
    border-radius: 4px;
}
.ix-yh:before, .ix-yh:after{
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}
.ix-yh::before{left: -3px;}
.ix-yh::after{right: -3px;}

.lySwiper{height: 400px;}
.lySwiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.lySwiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.lySwiper .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--bs-indigo);
    }

.lySwiper .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--bs-indigo);
      fill: none;
      stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }

.ly-yh{background: url("../images/ly-bg-yhqok.jpg") no-repeat;background-size: 100% 100%;object-fit: contain;}
.quan{background: url("../images/yh-quan.png") no-repeat;background-size: 100% 100%;}
.quan-num{background: url("../images/yh-quan-bg.png") no-repeat;background-size: 100% 100%;object-fit: contain;}
.time-unit{background-color: #ff5722;color: white;padding: 2px 4px;border-radius: 2px;}
.ly-yhty{background: url("../images/ly-bg-yhq2.jpg") no-repeat;background-size: 100% 100%;object-fit: contain;}
.showdiscount{min-width: 180px;}
.right-sticky{top: 76px;}
.right-roll-bg{background: url("../images/ly-bg-rt-roll.jpg") no-repeat;background-size: 100% 100%;object-fit: cover;}
.quan-com{position: relative;}
.quan-com::after,.quan-com::before {
    content: "";
    height: 16px;
    width: 16px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.quan-com::before {
    left: -8px;
    background: linear-gradient(90deg, transparent 50%, #fff 50%);
}
.quan-com::after {
    right: -8px;
    background: linear-gradient(-90deg, transparent 50%, #fff 50%);
}

.content-container {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  transition: max-height 0.3s ease;
  min-height: 50px;
}
.content-container.expanded {
  max-height: none;
}
.content-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.8) 40%, white);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s ease;
/*  z-index: 1;*/
}
.content-container.expanded .content-mask {
  opacity: 0;
}
.toggle-button {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 20px;
  background: #16baaa;
  color: #fff;
  border: 0px;
  border-radius: 20px;
  cursor: pointer;
/*  z-index: 3;*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  font-size: 14px;
  min-width: 120px;
  text-align: center;
}
.toggle-button:hover {
  background: #198754;
}
.toggle-button[aria-expanded="true"] {
  /*background: #16baaa;*/
}
/* 基础内容样式 */
.article-content {
  line-height: 1.8;
  font-size: 16px;
  color: #333;
  position: relative;
  padding-bottom: 60px;
}
/* 当不需要折叠时隐藏交互元素 */
.content-container:not(.has-overflow) .content-mask, .content-container:not(.has-overflow) .toggle-button {
  display: none;
}
.article-content p{margin-bottom: 1rem;line-height: normal;}
.article-content p:last-of-type{margin-bottom: 0;}
.article-content h1,.article-content h2,.article-content h3,.article-content h4,.article-content h5,.article-content h6{font-size: 1.25rem!important;}

.ly-fwcn{background: url("../images/ly-bg-cr.jpg") no-repeat;background-size: cover;}
#ly-jingguan img {cursor: zoom-in;}
#ly-nonum img {cursor: zoom-in;}

.lymr .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lymr .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(100%);/*黑白*/
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  _filter: none;
}
.lymr .swiper-slide img:hover, .lymr .swiper-slide img:active, .lymr .swiper-slide img:focus {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  _filter: none;
}

.new-art{background: url("../images/bg-art.jpg") no-repeat;background-size: 100% 100%;object-fit: contain;}
/** list列表 **/
.ly-quan{
    position: relative;
    border-radius: 4px;
}
.ly-quan:before, .ly-quan:after{
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}
.ly-quan::before{left: -3px;background: linear-gradient(90deg, transparent 50%, #fff 50%);}
.ly-quan::after{right: -3px;background: linear-gradient(-90deg, transparent 50%, #fff 50%);}

.ldsx{padding: 1px 5px;white-space: nowrap!important;border-radius: 4px;}
.ldsx:hover{color: var(--da-lanlv)!important;}
.layui-bg-green.ldsx:hover{color: white!important;}



/*
 * --------------------------------------------------
 * 墓地价格、陵园景观
 * --------------------------------------------------
*/
.jgjg{background: url("../images/bg-view.jpg") no-repeat;background-size:100% 100%;}
.da-nav-jg:hover{background: vae(--da-lanv)!important;}
.da-nav-jg:hover{background: var(--da-lanlv)!important;color: white;border-color: var(--da-lanlv)!important;}

.mdjg{min-height: 550px;max-height: calc(100vh - 300px);}
.mdjg .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mdjg .swiper-slide img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /*object-fit: cover;*/
	
}
.mdjg .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}
.mdjg .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.mdjg .swiper-button-prev, .mdjg .swiper-button-next{display: none;}
.mxmore:hover .swiper-button-prev, .mxmore:hover .swiper-button-next{display: block;}
.img-in{cursor: -webkit-zoom-in;cursor: zoom-in;}
.mdhov{border: 1px solid #f8f9fa00;}
.mdhov:hover{border: 1px solid var(--da-green);transition: transform 0.5s;}


.jg-img{height: 130px;overflow: hidden;}
.jgimgaf{
  max-height: calc(100vh);
  overflow: hidden;
}
.jgimgaf::after{
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 8rem;
  background: -moz-linear-gradient(to bottom, rgb(255 255 255 / 0%),rgb(255 255 255 / 81%), #fff);
  background: -webkit-linear-gradient(to bottom, rgb(255 255 255 / 0%),rgb(255 255 255 / 81%), #fff);
  background: linear-gradient(to bottom, rgb(255 255 255 / 0%),rgb(255 255 255 / 81%), #fff);
}
.view-btn{cursor: pointer;}


/*
 * --------------------------------------------------
 * 地图：陵园详情页和地图看墓页面
 * --------------------------------------------------
*/
#allmap {width: 100%;height: 450px;overflow: hidden;margin:0;}
#suballmap{width: 100%;height: 100%;min-height: calc(100vh - 76px); overflow: hidden;}
.map-pc{width: 350px;height:calc(100vh - 76px);top: 76px;}
.map-btn {
  position: absolute;
  right: -33px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.map-cont {
  transition: all 0.3s ease;
}
.map-btn-open {
  display: none;
    left: 0;
    right: auto;
    z-index: 1050;
}
.da-quxian{position: relative;}
.da-quxian, .da-quxian span{cursor: pointer;}
.da-quxian.active {color: orangered;}
.da-quxian:hover {color: orangered;}
.item:hover{background: #eee;cursor: pointer;}

/*
 * --------------------------------------------------
 * 专题：生态葬,殡葬一条龙，殡仪馆
 * --------------------------------------------------
*/
.da-stz-com{background: url("../images/bg-or.jpg") no-repeat;background-size: 100% 100%;}
.da-stz-cont p{text-indent: 2rem;margin-bottom: 0.5rem;}
/*.da-stz-cont p:last-of-type{margin-bottom: 0;}*/

.bz-tc .nav-link {
  border-radius: 0;
  color: #5f5f5f;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}
.bz-tc .nav-link:hover, .bz-tc .nav-link:focus, .bz-tc .nav-link.active {
  background: rgba(52, 152, 219, 0.1);
  color: #0d6efd;
  border-left-color: #0d6efd;
}
.bz-tc .nav-link:hover:not(.active) {
  background: rgba(52, 152, 219, 0.05);
  color: #3498db;
}

.tc-list {
  column-count: 2;
  column-gap: 40px;
  list-style-position: inside; /* 数字显示在内容内部 */
  padding: 0;
  counter-reset: item;
}
 
.tc-list li {
  break-inside: avoid;
  margin-bottom: 4px;
  counter-increment: item;
  display: flex;
  padding-left: 2rem;
}

.tc-list li::before {
  content: counter(item) ". ";
  display: inline-block;
  width: 2em;
  margin-left: -2em;
  text-align: right;
  margin-right: 5px;
}
.tc-list .name{color: #888;margin-right: 0.5rem;}

.byg-ytl{background: url("../images/bg-byg-ytl.jpg") no-repeat;background-size: cover;}

/*
 * --------------------------------------------------
 * 商品详情、商品列表
 * --------------------------------------------------
*/
.xzoom-big{height: 415px;}
.xzoom-gallery{padding: 5px;min-height: 48px;}
.xzoom-thumbs{text-align: left!important;}
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}


/*.spmsxx {background: #f5f3ef;}*/
.fc-sku-value {color: #212529;background-color: #fff;border-color: #eee;}
.fc-sku-value:hover{background-color: rgb(245 3 3 / 18%);border-color: #dc1e2b;color: #dc1e2b;transition: all .3s;}
.fc-sku-value.red{background-color: rgb(245 3 3 / 18%);border-color: #dc1e2b;color: #dc1e2b;}

.xiajia{padding-right: 80px;}
.g-sxjs{height: 1.5rem;}
.g-red{color: #fff;background-color: #e12330;border-color: #dc1e2b;}

.mg-qr{display: none;position: absolute;left: -137px;}
.g-saoma:hover .mg-qr {display: block;z-index: 9999!important;}
.g-hide-r{left: auto!important;right: 0;}
.message-container {
  position: relative;
  overflow: hidden;
  background-color: #f0f7ff;
}
.message-item {transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;}

.goods img{max-width: 100%!important;border-radius: 0!important;}

/* 展开收起*/
.gd-container.has-mask .gd-mask {
    opacity: 1;
}
.goods.neirong.gexpanded .gd-mask {
    opacity: 0 !important;
}
.gd-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, 
    rgba(255,255,255,0), 
    rgba(255,255,255,0.8) 70%,
    rgba(255,255,255,1) 100%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 1;
}
 
.goods.neirong {
  position: relative;
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-bottom: 80px;
}
 
/* 展开时隐藏遮罩 */
.goods.neirong.gexpanded {
  max-height: none !important;
}
.goods.neirong.no-padding {
  padding-bottom: 0 !important;
} 
.gdzk-btn {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
/* 仅在折叠状态显示按钮 */
.gd-container.has-mask .gdzk-btn {
  display: block;
}


/*
 * --------------------------------------------------
 * 文章：内容详情、文章列表页
 * --------------------------------------------------
*/
.art-info .yczz{width: 36px; height: 32px;}
.art-info .tag-link{color: var(--bs-light-text-emphasis)}
.art-info .tag-link::before{content: "\e65e";font-family: "iconfont";color: #6c757d;margin-right: 2px;font-size: 14px;}
.art-info .tag-link:hover{color: #16b777;}
#banquan{font-size: 14px; color: #16baaa;}
#banquan:hover{color: var(--bs-danger);}
.zhaiyao{background: url("../images/bg-zy.png") no-repeat;background-size: cover;text-align: justify;}

.neirong {
    /* 基础排版设置 */
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
	font-size: 1rem;
    
    /* 文字排版 */
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    
    /* 处理浮动和溢出 */
    overflow: hidden;
}

/* 通用元素处理 */
.neirong * {
    box-sizing: border-box;
    max-width: 100%!important;
    /* 文字排版 */
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

/* 图片自适应 */
.neirong img {
    height: auto;
    display: block!important;
    border-radius: 8px;
    max-width: 70%;
}

#artimg img{max-width: 70%!important}

/* 表格处理 */
.neirong table {
    width: 100% !important;
    border-collapse: collapse;
    margin: 1.5rem 0;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: touch;
}

.neirong td, .neirong th {
    padding: 0.8rem;
    border: 1px solid #ddd;
    min-width: 80px; /* 防止内容过窄 */
}

/* 列表处理 */
.neirong ol, .neirong ul {
    padding-left: 1.5em;
    margin: 1rem 0;
}

.neirong li {
    margin: 0.5rem 0;
    padding-left: 0.5em;
}
.neirong li p{text-indent: 0;}

/* 标题换行处理 */
.neirong h1, .neirong h2, .neirong h3, .neirong h4, .neirong h5 {
    word-break: break-word;
    margin: 1rem 0 0.5rem 0;
    line-height: 1.3;
    font-size: 1.1rem;
}

/* 代码块处理 */
.neirong pre {
    white-space: pre-wrap;
    overflow-x: auto;
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 6px;
    margin: 1rem 0;
}

/* 强制换行处理 */
.neirong p {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    word-break: break-word;
	text-indent: 2rem;
}
.neirong p:last-of-type{margin-bottom: 0;}

/* 处理固定样式标签 */
.neirong div[style], 
.neirong p[style] {
    max-width: 100% !important;
    width: auto !important;
}

/* 响应式处理 */
@media (max-width: 768px) {
    .neirong {
        font-size: 14px;
    }
    
    .neirong h1 { font-size: 1.6rem; }
    .neirong h2 { font-size: 1.4rem; }
    .neirong h3 { font-size: 1.2rem; }
    
    .neirong table {
        font-size: 13px;
    }
    
    .neirong img {
        margin: 0.8rem auto;
    }
}

/* 处理特殊溢出情况 */
.neirong iframe,
.neirong video {
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

/*
 * --------------------------------------------------
 * 页码、分页
 * --------------------------------------------------
*/
.pagination {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
.pagination a {
  color: var(--bs-body-color);
  border: 1px #ddd solid;
  margin: 0 3px;
  padding: 6px 12px;
}
.pagination a:hover {
  background: #16b777;
  color: #fff !important;
  border-color: transparent;
}
.pagination .active a {
  background: #16b777;
  color: #fff;
  border-color: transparent;
}
.pagination .active a:hover {
  color: #fff !important;
}
/*
 * --------------------------------------------------
 * 右侧悬浮、返回顶部
 * --------------------------------------------------
*/
.rightbar {
  position: fixed;
  right: 1px;
  bottom: 30%;
  z-index: 1035;
}
.rt-box {
  position: relative;
  cursor: pointer;
  width: 48px;
  height: 48px;
  text-align: center;
}
.rt-box span {
  display: none;
  position: absolute;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  background: #16baaa;
  padding: 10px;
  color: #fff;
  border-radius: 0.2rem;
}
.rt-box span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #5f5f5f;
  left: -10px;
}
.rt-box-ho {
  display: none;
  position: absolute;
  right: 48px;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%) !important;
  min-width: 230px;
}
.rt-box-text {
  border-top: 2px #16baaa solid;
  background: #fff;
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.border-shouji{border-width: 1px;}
/*.rt-box .iflist {
  text-shadow: 2px 2px 4px white, -2px 2px 4px white, 2px -2px 4px white, -2px -2px 4px white;
}*/
.rt-box:hover .iflist {
  display: none;
}
.rt-box:hover span, .rt-box:hover .rt-box-ho {
  display: block;
}
.rt-box .wechat {
  min-width: 180px !important;
  max-width: 180px !important;
}
/*#gotop i{text-shadow: 2px 2px 4px white, -2px 2px 4px white, 2px -2px 4px white, -2px -2px 4px white;}*/
#gotop {
  display: none;
}
#gotop:hover i {
  color: #16baaa;
  text-shadow: none;
}
/*
 * --------------------------------------------------
 * 字体图标
 * --------------------------------------------------
*/
@font-face {
  font-family: "iconfont";
  src: url("../font/dfcms.woff2") format('woff2'), url('../font/dfcms.woff') format('woff'), url('../font/dfcms.ttf') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bg-question:before {
  content: "\e64c";
}

.icon-Tags:before {
  content: "\e60f";
}

.icon-yueduyedingbucaozuo-yiyuding:before {
  content: "\e64f";
}

.icon-neirongzhaiyao:before {
  content: "\e69b";
}

.icon-zishutongji:before {
  content: "\e60b";
}

.icon-weishangjia:before {
  content: "\e677";
}

.icon-youjiantou:before {
  content: "\e604";
}

.icon-erweima:before {
  content: "\e642";
}

.icon-tianmaowenzi:before {
  content: "\e609";
}

.icon-jd:before {
  content: "\e615";
}

.icon-pinduoduo4:before {
  content: "\e6a7";
}

.icon-taobao2:before {
  content: "\e60a";
}

.icon-yishouqing:before {
  content: "\e7b1";
}

.icon-tishi2:before {
  content: "\e65c";
}

.icon-huangguan:before {
  content: "\e603";
}

.icon-aixin_shixin:before {
  content: "\eca1";
}

.icon-icon-:before {
  content: "\e60d";
}

.icon-kuaisuyunxing01:before {
  content: "\e614";
}

.icon-quantianreshui:before {
  content: "\e64a";
}

.icon-fugaidiqu:before {
  content: "\e62a";
}

.icon-feiyongkemu:before {
  content: "\e65b";
}

.icon-hengxian4:before {
  content: "\e602";
}

.icon-shumuzhangai:before {
  content: "\e62b";
}

.icon-fanghuoqiang:before {
  content: "\e7e9";
}

.icon-hai:before {
  content: "\e627";
}

.icon-guta:before {
  content: "\e662";
}

.icon-plant-:before {
  content: "\e600";
}

.icon-caodi:before {
  content: "\e6e6";
}

.icon-sousuo:before {
  content: "\e620";
}

.icon-zhankai-shouqi:before {
  content: "\e8b6";
}

.icon-caidan-zhankai:before {
  content: "\e608";
}

.icon-xiangyou:before {
  content: "\e626";
}

.icon-zhengpinbaozhangduigou:before {
  content: "\e628";
}

.icon-jiesongjifuwu2:before {
  content: "\e6d1";
}

.icon-weibiaoti1:before {
  content: "\e648";
}

.icon-jinzhitishi:before {
  content: "\e653";
}

.icon-tishi1:before {
  content: "\e632";
}

.icon-youhuiquan:before {
  content: "\e649";
}

.icon-tuijian:before {
  content: "\e6be";
}

.icon-tuijian1:before {
  content: "\e63f";
}

.icon-xinxing:before {
  content: "\e652";
}

.icon-zhibo:before {
  content: "\e8c1";
}

.icon-dh:before {
  content: "\e60e";
}

.icon-fabu1:before {
  content: "\ec09";
}

.icon-jinghao:before {
  content: "\e65e";
}

.icon-wenbenzhaiyao:before {
  content: "\e64b";
}

.icon-dizhi:before {
  content: "\e65d";
}

.icon-weixin1:before {
  content: "\e6b3";
}

.icon-dianhua2:before {
  content: "\e62c";
}

.icon-daohangzhankai:before {
  content: "\e6ca";
}

.icon-tishi:before {
  content: "\e6bf";
}

.icon-fanhuidingbu1:before {
  content: "\e605";
}

.icon-kefu1:before {
  content: "\e61e";
}

.icon-renminbi1:before {
  content: "\e66b";
}

.icon-dian:before {
  content: "\ec1e";
}

.icon-dianhua4:before {
  content: "\e60c";
}

.icon-shuxian:before {
  content: "\e65a";
}

.icon-shouji:before {
  content: "\e623";
}

.icon-24xiaoshi:before {
  content: "\e6bc";
}

.icon-weixin:before {
  content: "\e601";
}

.icon-dianhua:before {
  content: "\e641";
}

.icon-shouji2:before {
  content: "\e75c";
}

.icon-liulan:before {
  content: "\e647";
}

.icon-saoma:before {
  content: "\e607";
}

.icon-shijian:before {
  content: "\e65f";
}

.icon-dianhua1:before {
  content: "\e606";
}

.icon-duigou:before {
  content: "\e61d";
}

.icon-a-ziyuan503:before {
  content: "\e78d";
}

.icon-gengxinshijian:before {
  content: "\e61a";
}

.icon-fanhuidingbu:before {
  content: "\e671";
}
