/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.absolute-footer{
    display: none;
}
/* 布局 */
.bra10 img,
.bra10{
	border-radius:10px;
	overflow: hidden;
}

.ls2{
	letter-spacing:2px
}
.m0{
	margin:0!important
}
.mt20{
	margin-top:20px!important
}

.mt30{
	margin-top:30px!important
}

.mb0{
	margin-bottom:0!important
}

.p0{
	padding:0!important
}
.pb0{
	padding-bottom:0!important
}

.pb5{
	padding-bottom:5px!important
}

.pb10{
	padding-bottom:10px!important
}

.pb20{
	padding-bottom:20px!important
}

.pb30{
	padding-bottom:30px!important
}
.text-000 *{
	color:#0a0a0a
}
.text-000 a:hover{
	color:var(--fs-color-primary)
}
/* 圆角 */
.img-bra-4 img{
	border-radius:4px;
}
/* 图片样式 */
.big-img .bg-loaded{
  width: 100%; /* 图片宽度占据容器的100% */
  height: auto; /* 根据宽度自适应高度 */
  animation: breathe 20s infinite alternate; /* 使用关键帧动画，4秒完成一次来回，无限循环 */
}

/* 轮播箭头 */
.slider-nav-circle .flickity-prev-next-button .arrow,.slider-nav-circle .flickity-prev-next-button svg {
    border: 0px!important;
    border-radius:0px!important
}

/* 定义呼吸动画 */
@keyframes breathe {
  0% {
    transform: scale(1); /* 初始大小 */
  }
  50% {
    transform: scale(1.15); /* 最大1.2倍 */
  }
	100% {
    transform: scale(1); /* 初始大小 */
  }
}



/* 表单 */
.fluentform .ff-el-form-control {
    background-clip: padding-box;
    background-image: none;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    color: #495057;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 100%;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
	font-family: "Inter", sans-serif !important;
}
.fluentform .ff-el-form-control {
     border-radius: 0.1rem!important;
	  box-shadow: none !important;
}
.fluentform .ff-el-form-control:hover {
    background: #fff !important;

}
.fluentform .ff-el-input--label label{
	color:#444;
}
#fluentform_1_success>p{
	color:#444;
}
#fluentform_1_success{
	background:#fff;
	border-radius:6px;
	text-align:center;
}
.ff_btn_style,.ff-btn-submit,.ff-default .ff_btn_style{
	background-color:var(--primary-color)!important;
	border-radius:3px !important;
	margin-bottom:0 !important;

}
.fluentform_1_success p{
	color:#222;
}
input:hover, select:hover, textarea:hover {
    background: 0 0!important;
    box-shadow: none!important;
}
.ff-message-success{
	 border: 0!important;
    box-shadow: none!important;
    margin-top: 10px!important;
    padding: 15px 0!important;  
}

.footer-main a{
	font-size:14px
}
.footer-main a span{
	font-weight:300
}

/* 返顶部 */
.back-to-top{
	bottom:120px;
	right:40px;
}
/*产品详情*/
.info p{
    padding-top: 20px;
}

.list-goods-menu .is-large,
.list-goods-menu .col{
    margin: 0;
    margin-left:10px;
    padding: 0;
}
.inspection-equipment-img .text-box-content{
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgb(45 53 92 / 98%) 100%) !important
}
.inspection-equipment-img .banner p {
    margin: 0 !important;
    padding: 40px 0 10px 0;
    text-shadow: 4px 6px 8px #000;
    font-weight: 600;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
   
        .time-line-list .icon-box-center .icon-box-img {
            margin: 0 0 1em;
            text-align: left;
    }
}

footer .ff-default .ff-el-input--label label{
/*     color: #FFF; */
}

.list-goods-menu img{
    display: none;
}
footer .ff-default .ff-el-form-control{
    font-size: 12px;
}