﻿@charset "utf-8";

@media screen and (min-width: 768px) {
  .dhcontent,
  .header_mobile,
  .footer_m {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }

  .header,
  .site-footer,
  .nav,
  .fluentform .ff-el-group.ff-el-form-top .ff-el-input--label,
  .dibu,
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .banner-cont {
    flex-direction: column;
    padding: 0 !important;
  }

  .banner-cont .b_l,
  .banner-cont .b_r {
    width: 90% !important;
  }

  .xqcont {
    margin: 10px;
  }

  .contact2_xx {
    width: 100% !important;
  }

  .faqList,
  .about2 {
    padding: 0 1rem;
  }

  .oem3,
  .al_list {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .elementor-element-99e3f60 {
    margin-top: 2rem;
  }

  .about4 .Quality ul,
  .about1 ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .box3 .why .why_nr ul li {
    display: block !important;
  }

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

  .cplist2 ul {
    grid-template-columns: repeat(2, 1fr) !important;
    margin: 10px !important;
    grid-gap: 10px !important;
  }
  .hy_R {
    margin-top: 1rem;
  }

  .tab-nav {
    position: relative !important;
    overflow-y: auto;
    width: 100%;
    top: 0 !important;
    background: beige;
  }
  .tab-link {
    flex: none !important;
  }

  .footer_m {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
    box-shadow: 0px 0px 4px #adadad;
    z-index: 9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#595f60));
    border-radius: 20px 20px 0 0 !important;
  }

  .footer_m div a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 10px;
    color: #fff;
    height: 2rem;
  }

  .footer_m div:nth-child(1) {
    border-right: 1px solid #e2ecde;
  }

  .footer_m div a span:nth-child(1) {
    margin-right: 6px;
  }

  .footer_m div .flientfpb {
    margin: 0;
    background: none;
    border: none;
    color: #4e8718;
    padding: 0;
    align-items: baseline;
    height: auto;
    color: #fff;
    font-weight: 400;
  }

  .header_mobile {
    display: flex !important;
  }

  .zw {
    height: 2rem;
  }
}
