@charset "UTF-8";
@import "main.css";
/* @import "https://cdn.dakweb.top/framework-demo/main.css"; */
/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*菜单*/


.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {

    top: auto;
    bottom: 0;

}

.l0{
    border-left: 0 !important;
}
/*产品详情*/
.product-title{
    font-weight: bold;
}


/*产品分类*/
.post-type-archive .has-hover .title-wrapper{
    padding: 10px 20px;
}
.post-type-archive .has-hover .box{
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow:0 4px 6px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.06)
}
.post-type-archive #main{
    background: #eee;
}
.post-type-archive h3.woocommerce-loop-product__title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6;
}


/*产品详情全宽*/
.woocommerce-tabs {
    max-width: 100% !important;
    padding: 0;
}
/*隐藏切换卡标签*/
.single .wc-tabs{
    display: none;
}



/*时间轴*/
/**
 * Timeline styling
 */
.timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
    content: "";
    position: absolute;
    top: -3em;
    left: 2em;
    width: 0.25em;
    height: calc(100% + 6em);
    background: linear-gradient(to bottom, #09314f 0%, #255273 2%, #255273 98%, #09314f 100%);
}
@media screen and (min-width: 45em) {
  .timeline:before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.timeline__entry {
  position: relative;
  margin-bottom: 4em;
  color: #fff;
  margin-left: 0;
}
.timeline__entry:after {
  content: "";
  display: table;
  clear: both;
}

.timeline__id {
  position: absolute;
  top: 1em;
  left: 2em;
  padding: 0.5em 1em;
  background: var(--fs-color-secondary);
  transform: translateX(-50%);
}
@media screen and (min-width: 45em) {
  .timeline__id {
    left: 50%;
    transform: translateX(-50%);
  }
}

.timeline__content {
  position: relative;
  display: block;
  margin-left: 6em;
  padding: 1em;
  background: #0e2638;
}
@media screen and (min-width: 45em) {
  .timeline__content {
    margin-left: 0;
    width: calc(50% - 4em);
  }
}
.timeline__content:before {
  content: "";
  position: absolute;
  display: block;
  top: 1em;
  left: -1em;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-right: 1em solid #0e2638;
}
@media screen and (min-width: 45em) {
  .timeline__content:before {
    left: auto;
    right: -1em;
    border-left: 1em solid #0e2638;
    border-right: none;
  }
}

@media screen and (min-width: 45em) {
  .timeline__content--flipped {
    float: right;
  }
  .timeline__content--flipped:before {
    left: -1em;
    right: auto;
    border-left: none;
    border-right: 1em solid #0e2638;
  }
}

.timeline__heading {
  margin-bottom: 0.25em;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}

.timeline__text {
  color: #ccc;
}
.timeline__text:last-child {
  margin-bottom: 0;
}




/* faq样式1 */

/* .active>.toggle {
	transform: rotate(0deg)!important;
} */
.faq-list-01 [aria-expanded="true"] .icon-angle-down::after {
  opacity: 0;
}
.faq-list-01 .accordion .toggle {
	height:100%;
}
.faq-list-01 .icon-angle-down:before {
    content: "";
    width: 21px;
    height: 3px;
    position: absolute;
    background: #fff;
    right: -11px;
    top: -2px;
    z-index: 30;
}
.faq-list-01 .icon-angle-down:after {
    content: "";
    width: 3px;
    height: 21px;
    position: absolute;
    background: #fff;
    right: -2px;
    top: -12px;
    z-index: 30;
	opacity: 1;
  transition: opacity 0.3s ease;
}
.faq-list-01 .accordion-inner{
	border:1px solid #f5f5f5;
}
.faq-list-01 .accordion .toggle {
	transform-origin: 50% 50%;
    right: 0 ;
    left: auto;
	 border-radius: 0;
    margin-right: 0px;
    width: 3em;
    background:var(--fs-color-primary);;
	 top:0!important;
	 opacity: 1;
}
.faq-list-01 .is-large{
	font-size:18px;
}
.faq-list-01 .accordion-title {
    border-top: none;
	  background: #f6f6f8
}
.faq-list-01 .accordion .accordion-item:not(:first-of-type){
  margin-top: 20px;
}




/* .faq-list-01 .accordion-title:before {
    content: ""; 
	  width:20px;
	  height:3px;
    position: absolute;
	background:#333;
	right: 10px;
	z-index:30;
} */

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

/*底部叠加图片*/
.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;
}

.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;
}

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



/*平板电脑及以下*/
@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;
}