@charset "UTF-8";
@import "main.css";
@import "diy.css";
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 1.0.0
*/





#secondary .ff-default .ff_btn_style {
    border: 1px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 12px;
    position: relative;
    text-align: center;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}




/* ==========================================================================

   ========================================================================== */
.red-dak ul li.bullet-checkmark:before,
.red-dak ul li.bullet-star:before{
    background: #FE3155 !important;
}



/*@media (max-width: 549px) {*/

/*.setp-list-dak .icon-box-img{*/
/*    width: 32px !important;*/
/*}*/

/*}*/



.faq-list-2 .accordion-title{
    border: none;
}
.faq-list-2 .accordion-title.active {
    background-color: var(--fs-color-primary);
    border-color: #ffffff;
    color: #ffffff;
    font-weight: 700;
}

.faq-list-2 .accordion .accordion-inner{
    background: #fff;
}
.faq-list-2 .accordion .active h3{
    color: #fff;
}


.faq-list-2 .accordion-title {
    padding: 14px 20px;
    font-size: 12px;
    background: #eee;
    margin: 10px 0 0 0;
}
.faq-list-3 .accordion-title i{
    font-size: 20px;
}
.faq-list-3 .accordion-title{

    font-size: 16px;  
}
.faq-list-3 .active i{
    opacity: 0;
}
.faq-list-3 .toggle i::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* solid 必须 */
    content: "\f058"; /* fa-square-check */
    color: green;
}




.post-list .post-title a{
   color: var(--primary-color);
}
.from_the_blog_excerpt {
    margin-top: 20px !important;
}
.post-list .post-meta {
  margin-top: 10px;  
}
/*首页-底部-询盘*/
.footer-from .ff-default .ff-el-input--label label{
    color: #fff;
}

/*首页-客户评价*/
.customers-list .info {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #111;
  z-index: 1; /* 确保文字在上层 */
  
}

/* 左上角引号 */
.customers-list .info::before {
  content: "“"; /* 中文或全角双引号 */
  position: absolute;
  top: -110px;
  left: -10px;
  font-size: 220px; /* 可以根据视觉调大或调小 */
  color: transparent; /* 填充透明 */
  -webkit-text-stroke: 1.5px var(--primary-color); /* 黑色描边 */
  opacity: 0.6;
  z-index: -1; /* 在文字下方 */
  pointer-events: none; /* 不挡鼠标 */
  font-family: fantasy;
}

/* 右下角引号 */
.customers-list .info::after {
  content: "”";
  position: absolute;
  /* 改为基于 line-height 的动态定位 */
  top:calc(100% - 0.5em); /* ✅ 让引号紧贴文字的底部行高 */
  right: 0;
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--primary-color);
  opacity: 0.6;
  z-index: -1;
  pointer-events: none;
   font-family: fantasy;
}

/* 响应式优化 */
@media (max-width: 768px) {
  .customers-list .info::before,
  .customers-list .info::after {
    font-size: 80px;
    opacity: 0.4;
  }
  .customers-list .info::before {
    top: -30px;
    left: -5px;
  }
  .customers-list .info::after {
    bottom: -40px;
    right: -5px;
  }
}


.flickity-page-dots .dot.is-selected {
    border-color: var(--primary-color) !important;
}



/* 父级全宽，不限制 Flickity 的滚动宽度 */
.customers-list .ux-slider {
  position: relative;
  width: 100%;
}

/* 让 Flickity 按钮绝对定位，但限定在内容宽度内 */
.customers-list .flickity-prev-next-button {
  position: absolute;
  top: -80px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  cursor: pointer;
  z-index: 5;
  transition: all .3s ease;
}

/* 箭头 hover 效果 */
.customers-list .flickity-prev-next-button:hover {
  background: rgba(255, 255, 255, 1);
  transform: translateY(-50%) scale(1.1);
}

/* 关键定位：左上角对其**
**/


.customers-list .flickity-prev-next-button.previous {
  left: calc(50% - 0px + 483px)
}

.customers-list .flickity-prev-next-button.next {
  right: calc(50% - 570px + 10px);
} 


@media (max-width: 1140px) {
    .customers-list .flickity-prev-next-button.previous {
      display: none !important;
    }
    
    .customers-list .flickity-prev-next-button.next {
     display: none !important;
    } 
}

/*
居中
.customers-list .flickity-prev-next-button.previous {*/
/*  left: calc(50% - 550px + 510px)*/
/*}*/

/*.customers-list .flickity-prev-next-button.next {*/
/*  right: calc(50% - 550px + 510px);*/
/*} */


/* 小屏幕时按钮靠近内容边缘 */
@media (max-width: 768px) {
  .customers-list .flickity-prev-next-button.previous {
    left: 10px;
  }
  .customers-list .flickity-prev-next-button.next {
    right: 10px;
  }
}


/*隐藏分类的面包屑和标题*/
.archive .page-title-inner{
    display: none;
}



/*分类背景色*/
.post-type-archive-product #wrapper,
.post-type-archive-product #main{
    
}

/*分类-产品卡片*/
.product-small .box-text{
    padding: 15px;
}
.product-small .box{
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
/*产品卡片-标题*/
.product-small .woocommerce-loop-product__title{
    font-size: 14px;
}



/*页面表格 */
.page-template table {
  width: 100%;
  border-collapse: collapse; /* 合并边框 */
  margin: 10px 0;
  font-size: 16px;
  text-align: left;
}

.page-template table th,
.page-template table td {
  border: 1px solid #ccc; /* 黑色边框 */
  padding: 5px;
  text-align: center;

}



/*产品详情页隐藏切换卡*/
li.description_tab {
    /*display: none !important;*/
}

/*底部叠加图片*/
.footer-img {
  position: relative;
  overflow: hidden;
}

.footer-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(img/map.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    opacity: .1;
}


/*切换卡图片*/

.icon-tabs-1 .nav li.tab:nth-child(1) a::before {
  content: "\f4d8";
  display: contents;
}


/*字体渐变*/

.h1-color-1 * {
  background-image: linear-gradient(to right, #fbb5d3 0%, #ffeaea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}


/*======================文章分类=======================*/
/*文章分类-文章项*/
.archive .post-item .box{
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.archive .post-item .box .box-text{
    padding: 10px
}

/*======================表单=======================*/
.widget-area .fluentform .ff-el-group {
    margin-bottom: 10px;
}
.widget-area .ff-custom_html h2{
    font-size: 18px;
}
.widget-area .frm-fluent-form .ff-t-container {
    display: block;
    gap: 15px;
    width: 100%;
}
/*======================头部=======================*/

/*logo宽度*/
@media (max-width: 549px) {
  #logo img {
    /*max-height: 24px !important;    */
  }
}


/*======================字体版式=======================*/

/* 字体修改 */
body,h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a,.nav > li > a{

}

/* 标题字体修改 */
h1, h2, h3, h4,.fs{
   
}


h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-style: normal;
}


/*======================关于我们=======================*/

.about-list-info p{
    margin-bottom: 20px !important;
    margin-left: 0 !important;
}

.about-list-info .text-limit-btn-3 p{
    display: block !important;
}