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




/*====================platform页面===============*/
/*线*/

.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    background-color: #333;
    content: " ";
    border-bottom: 1.5px dashed var(--fs-color-success)!important;
    left: 50%;
    height: 2px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    opacity: 0;
    position: absolute;
    bottom: -14px;
    transform: translateX(-50%);
    transition: 0.3s;
}

.nav-line-bottom li a {
  display: block;       /* 让 a 占满 li */
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;       /* 继承文字颜色 */
}

/* 父容器要作为 sticky 的参照 */
.tabbed-content {
  position: relative;
}

/* 导航条吸顶 */
@media (max-width: 849px) {
    .tabbed-content .nav-line-bottom {
        top: 75px !important;  
    }
}
@media (max-width: 549px) {
    .tabbed-content .nav-line-bottom {
        top: 75px !important;  
    }
}
.tabbed-content .nav-line-bottom {
  display: flex;
  justify-content: center;    /* 居中 */
  position: -webkit-sticky; /* 兼容 Safari */
  position: sticky;
  top: 108px;                /* 如果页面有 header，高度改成 header 的高度 */
  z-index: 1000;
  height: 80px;
  background: #1d1d1d;
  flex-wrap: nowrap;    /* 禁止换行 */
}
.tabbed-content .nav-line-bottom{
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

/* 每个 li 占父级 25% */
.tabbed-content .nav-line-bottom li {
  flex: 0 0 15%;
  text-align: center; /* 内容居中 */
  list-style: none;
}

/*切换栏字体大小*/
.tabbed-content .nav-line-bottom li a[aria-selected="true"] span {
    color: #f3f3f3;
}
.tabbed-content .nav-line-bottom li a:hover span{
    color:#f3f3f3;
}
.tabbed-content .nav-line-bottom li a span{
        font-size: 18px!important;
        color:#686868;
        transition: all 0.3s ease; /* 过渡动画 */
     }
@media (max-width: 549px) {
    .tabbed-content .nav-line-bottom li a span{
        font-size: 14px!important;
     }
}





.platform-img-hover img {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  transform-style: preserve-3d;
  will-change: transform;
  display: block;
}
.b0-list h2{
    margin-bottom: 0.1em;
}









.success.is-outline:hover {
    background-color: var(--fs-color-success);
    border-color: var(--fs-color-success);
    color: #000;
}

/* ==================== 文章页面 ==================== */

/*取消边栏线*/
@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left: 1px solid #ececec00;
    }
}

.single-post .is-sticky-column .textwidget .button.is-outline, input[type=button].is-outline, input[type=reset].is-outline, input[type=submit].is-outline {
    background: #222;
    border: 0px solid;
    font-size: 12px;
    margin: 0 10px;
}
.single-post .is-sticky-column .textwidget {
  text-align: center;
}
.single-post .lwptoc-light .lwptoc_i{
  background: #222 !important;
  border-radius: 10px;
}
.lwptoc_title{
  color: #fff;
  font-weight: 300;
}
.lwptoc_toggle{
  display: none;
}
.single-post #main, .single-post #wrapper{
  background: #000 !important;
}
/*字体颜色*/
.single-post #main *,
.single-post #main h1,
.single-post #main h2,
.single-post #main h3,
.single-post #main h4,
.single-post #main h5,
.single-post #main h6,
.single-post #main a,
.single-post #main p{
  color: #FFF;
}
/*目录导航高亮*/
.lwptoc_item a.active *  {
  color: var(--fs-color-success) !important;
}
/*标题*/
@media screen and (min-width: 850px) {
  .single-post h1.entry-title {
      font-size: 55px;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 1.1;
  }
}

.list-user .item .box-image{
  border-radius:  10px 10px 0 0;
  overflow: hidden;
}
.list-user .item .box-text{
  border-radius:  0 0 10px 10px;
  overflow: hidden;
}
.header-button a{
  color: #000 !important;
}

/* ==================== 首页博客 ==================== */

.home-single-list .box-text{
  border-radius:  0 0 10px 10px
}
.home-single-list .image-cover img{
  border-radius: 10px 10px 0 0
}
.home-single-list .post-item{
  transition: .25s
}
.home-single-list .post-item:hover{
  scale: 1.03;
}

/* 隐藏 l2-mySwiper-0 的箭头 */
.l2-swiper-button-prev-0,
.l2-swiper-button-next-0 {
  display: none !important;
}


/* Swiper 分页圆点 */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;     
  opacity: 0.6;
  transition: all 0.3s;
}

/* 激活状态：荧光绿 */
.swiper-pagination-bullet-active {
  background: var(--fs-color-success)!important;   
  opacity: 1;
  transform: scale(1.2);   /* 略微放大，增强视觉效果 */
}



/* ==================== 首页首屏 ==================== */



/*电脑*/

/* home-banner */
.home-banner-right {
  position: relative; 
  z-index: 0;
}

.home-banner-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
  z-index: 44;
  pointer-events: none; 
}

.swiper-container-outer{
  padding-left: 100px !important;
}

.home-banner {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.home-banner .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

/* 为 .home-banner 添加间隔样式 */
.home-banner .swiper-slide {
    width: 350px !important; /* 固定宽度 */
    margin-right: 30px !important; /* 右边距 */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* 防止收缩 */
  
}
.home-banner img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}


/*手机*/
.card-list {
  position: relative;
  z-index: 0;
}

/* 左侧渐变 */
.card-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%; /* 控制渐变宽度 */
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
  z-index: 44;
  pointer-events: none;
}

/* 右侧渐变 */
.card-list::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%; /* 控制渐变宽度 */
  height: 100%;
  background: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
  z-index: 44;
  pointer-events: none;
}

/* 为 .home-banner 添加间隔样式 */
.card-list .swiper-slide {
    width: 250px !important; /* 固定宽度 */
    margin-right: 30px !important; /* 右边距 */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* 防止收缩 */
  
}





.crad-pb0 *{
    margin-bottom: 0 !important;
}

@media (max-width: 549px) {
  .crad-pb0 *{
      padding-bottom: 15px;
  }
}


@media (max-width: 549px) {
  .swiper-container-outer{
    padding-left: 0px !important;
  }
}




.light-line:before {
    content: "";
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(#0000, #d5ff02, #0000);
    width: 1px;
    height: 50px;
    transition: bottom .5s ease-in-out, opacity .3s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 14px;
}

.light-line:hover:before {
    opacity: 1;
    bottom: 60%;
}



.mask-image img{
-webkit-mask-image: url(img/vector-d.svg);
    mask-image: url(img/vector-d.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    object-fit: cover;

}
.mask-image{
  position: relative;
}

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



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

/* 轮播图片底部点点 */
.flickity-page-dots {
	bottom: -40px;
}

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

.footer-img::after {
    content: '';
    position: absolute;
    top: 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;
}


/*切换卡图片*/

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

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

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

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

.icon-tabs-1 .nav li.tab:nth-child(5) a::before {
  content: "\e4f3"; 
  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;
}

.h1-color-2 * {
    background-image: linear-gradient(to right, #9ab1ed 0%, #d1c3ed 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}


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


/*块背景圆角*/
.bg-r50 .section-bg{
    border-radius: 0 100px 0 0;
}
/*======================文章分类=======================*/
/*文章分类-文章项*/
.archive .post-item .box{
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

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

/*======================头部=======================*/

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

/*======================表单=======================*/

/*按钮-表单-圆角*/
.ff-default .ff_btn_style {
    border-radius: 4px !important;
    padding: 0;
    margin-bottom: 0;
}

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

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

}

/* 标题字体修改 */
h1, h2, h3, h4,.fs{
   font-family: 'Bw Gradual DEMO';
}

.fwb{
  font-weight: bold;
}

/*平板电脑及以下*/
@media (max-width: 849px) {
   
}

/*仅限移动设备*/

/*按钮*/
@media (max-width: 549px) {
  .button {
    font-size: 12px;     
  }
}


/*无缝滚动logo*/
.logo-list img {
   max-width: 140px
}
.logo-list .swiper-wrapper{
    height: 140px;
 }

.swiper-wrapper {
         -webkit-transition-timing-function: linear;
         -moz-transition-timing-function: linear;
         -ms-transition-timing-function: linear;
         -o-transition-timing-function: linear;
         transition-timing-function: linear;
}