/*
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.   ***************/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');


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

	/* 页面导热点 */

.navFix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.navp {
  width: 100%;
  height: 70px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
  padding-left: 20px;
  background-color: #242424;


}

.navp ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navp li {
  display: inline-block;
  text-align: left;
  font-weight: bold;
  height: 70px;
  line-height: 70px;

}

.navp li a {
color: #ddd;
  transition: .15s;
  position: relative;
  display: block;
  padding: 0 40px;
    font-weight:300
}
.nav-mobile {
  display: none;
  font-weight: bold;
  width: 100%;
    color:#999
}
.navp li a:hover{
  color: #fff;
}

.navp li a.active {
/*   background-color: var(--primary-color); */
  color: #FFF;
}

.navp li a:after{
  content: "";
  width: 14px;
  height: 14px;
  left: 10px;
  border: 2px solid rgb(255 255 255 / 17%);
  border-radius: 2px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);

}
.navp li a.active{
  color:#fff
}
.navp li a.active:after{
  background:#ff6900;
  border: 2px solid #ff6900;
}


.navp-mobile {
  display: none;
  font-weight: bold;
  width: 100%;
}

.click-me {
  width: 150px;
  height: 30px;
  background: #435AB8;
  color: white;
  text-align: center;
  line-height: 30px;
}

.click-me a {
  display: block;
  color: white;
}

.scroll-status {
  background-color: black;
  border-top-left-radius: 4px;
  bottom: 0;
  color: white;
  display: none;
  padding: 10px;
  position: fixed;
  right: 0;
}

@media (max-width: 768px) {

  .navFix{
    position: fixed;
    top: 0px!important;
    left: 0;
    z-index: 9999;
  }
.navp ul {
    display: none;
    background-color: #111;
    margin-left: -30px;
    box-shadow: 1px 1px 10px #0000002b;
}
  .navp li {
    width: 100%;
  }

  .navp li a {
    padding: 0 30px;
  }

  .nav-mobile {
    display: inline-block;
    height: 70px;
    line-height: 70px;
  }
  .navp li a.active,
  .navp li a:hover{
    color: #333 !important;
  }

  .navp li a.active:after{
    border: none;
  }

  .navp li a:after{
    content: "";
    display: none;
  }
 /*  .navp{
    display: none;
  }
  .navFix{
    display: block;
  } */
}

@media (min-width: 769px) {
  .navp ul {
    display: block !important;
  }
}

}
.a679d-ext-3-239{
	display:none
}

.off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
	width: 360px !important;
}

input:hover, select:hover, textarea:hover{
    background: none!important;
    box-shadow: none!important;
}

.fluentform .ff-el-input--label label {
    font-weight: 300!important;
    font-size: 16px;
}

.fluentform .ff-el-form-control{
    border-radius: 0.1rem!important;
}

/*导航*/
.nav-uppercase>li>a{
    font-weight: 300;
}

/*询盘*/
.gmqqp_submit_btn{
    color: #fff!important;
    display: inline-block;
    width: 100%;
}

.ff-btn-submit{
	background:#fa6401!important
}

/*多语言*/
.gt_switcher-popup{
	color:#fff!important
}
.gt_white_content .glink {
	color:#000!important
}
footer .fluentform .ff-el-form-control,
footer .fluentform {
    font-size: 13px !important;
}
footer .fluentform .ff-el-form-control,
footer .fluentform .ff-el-form-control:hover,
footer .fluentform .ff-el-form-control:focus,
footer .ff-el-form-control:hover,
footer .ff-el-form-control:focus {
    border-color: #2c2c2c !important;
    background-color: #040404 !important;
    color:#999!important;
    box-shadow: none!important;
}
footer .fluentform .ff_btn_style{
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    background: #000!important;
    border:2px solid #fff;
}

footer .is-divider{
    display: none;
}

footer .ff-btn-submit{
    color: #ffffff;

    font-weight: 500;
}
footer,
footer p,
footer a{
    font-size: 13px;
}
footer a:hover{
    color: #fa6401!important;
}
footer span.widget-title{
    padding-bottom: 20px;
    display: inline-block;
}

footer .plain {
    margin-right: 20px!important;
}

.footer{
    padding-top: 60px;
}

/* 悬浮联系图标的容器 */
.contact-icons {
position: fixed;
    right: -150px;
    bottom: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
    background: #25d366;
    padding: 10px 40px 10px 20px;
    border-radius: 60px;
    transition: 0.25s;
    font-size: 22px;
}

.contact-icons:hover{
       right: -30px; 
 
}
/* 每个联系图标的span元素的样式 */
.contact-icon span {
  position: absolute; /* 绝对定位 */
  top: -10px; /* 距离上方-10像素 */
  left: -10px; /* 距离左边-10像素 */
  width: 200px; /* 宽度200像素 */
  height: 200px; /* 高度200像素 */
  display: none; /* 默认不显示 */

}
.contact-icon:hover{
         color: #fff!important; 
}
.contact-icon i{
    font-size: 22px;
}

.why .col-inner:hover h3,
.why .col-inner:hover img,
.why h6{
    transition: 0.25s;
    opacity: 0;
}

.why h3{
    margin-top: 0;
    font-weight: 300;
}

.why h6{
    line-height: 2;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: none;
}

.why .col-inner:hover h6{
 opacity: 1;
  position: absolute;
  top:50%;
  transform:translateY(-50%);
  display: block;

}
.why .medium-4{
    position: relative;
}

.why .row-dashed .col:before,
.why .row-solid .col:before{
    border-left: 1px solid #dddddd30;
}

.why .row-dashed .col:after,
.why .row-solid .col:after{
    border-bottom: 1px solid #dddddd30;
}

.product .product-title{
    font-size: 18px;
}

.woocommerce-loop-product__title a{
	color:#000 !important
}


