.customized1_foot {
  position: relative;
  background: #0b2c3d;
}

/* 询盘 start */
.customized1_foot .inqury-form .input-wrap .input-label {
  display: none;
}
.customized1_foot .inqury_title_box .inqury_titl_desc {
  color: #999999;
}
.customized1_foot .inqury_title_box {
  padding: 0 !important;
}
.customized1_foot .inqury_title_box .inqury_title_text {
  line-height: 1.2;
  font-size: 22px;
  margin-bottom: 26px !important;
  margin-top: 28px !important;
  color: #ffffff !important;
}
.customized1_foot .inqury_submit {
  background: #292929 !important;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.customized1_foot .inqury-form .input-wrap {
  padding: 7.5px 0 !important;
}
/* 询盘 end */

.customized1_foot a:hover {
  text-decoration: none;
}
.customized1_foot {
  padding: 65px 0 80px;
}
.customized1_foot .widget h2 {
  line-height: 1.2;
  font-size: 22px;
  margin-bottom: 26px;
  margin-top: 28px;
  position: relative;
}
.customized1_foot .social-icons {
  margin-top: 30px;
}
.customized1_foot .brickit-description-area a img {
  margin: 26px 0;
  max-width: 115px;
  max-height: 30px;
}
.customized1_foot .footer-sociala-icon {
  clear: both;
  float: left;
  font-size: 18px;
  margin-right: 12px;
}
.customized1_foot .footer-sociala-info {
  overflow: hidden;
}
.customized1_foot .widget ul li {
  margin-bottom: 10px;
}
.customized1_foot .footer-widget.address p {
  margin-bottom: 10px;
}
.customized1_foot .widget ul li a:hover,
.customized1_foot .widget ul li:hover:before {
  color: var(--color-primary);
}
.customized1_foot .social-icons a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #525252;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 0;
  background: transparent;
  color: #fff;
}
.customized1_foot .widget h2 {
  color: #ffffff;
}
.customized1_foot .social-icons a:hover {
  background: var(--color-primary);
  color: #fff;
}
.customized1_foot .widget ul li,
.customized1_foot .widget ul li a,
.customized1_foot .widget ul li::before,
.customized1_foot .footer-widget.address,
.customized1_foot .footer-widget.address p,
.customized1_foot .brickit-description-area p {
  color: #999999;
}
.customized1_foot .brickit-description-area p {
  line-height: 1.6;
}
/* footer bottom area css */
.customized1_foot .footer-bottom {
  padding: 23px 0 22px;
}
.customized1_foot p {
  margin: 0;
  padding: 0;
  text-align: left;
}
.customized1_foot p,
.customized1_foot .footer-menu ul li a {
  color: #999999;
}
.customized1_foot .footer-menu ul li {
  display: inline-block;
  position: relative;
}
.customized1_foot .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.customized1_foot .copy-right-text a,
.customized1_foot .footer-menu ul li a:hover {
  color: var(--color-primary);
}
.customized1_foot .copy-right-text {
  margin-bottom: 10px;
}
.customized1_foot .footer-menu ul li::after {
  content: "|"; /* 添加竖线 */
  margin: 0 10px; /* 调整竖线与文字的间距 */
  color: #ccc; /* 设置竖线的颜色 */
}

.customized1_foot .footer-menu ul li:last-child::after {
  content: ""; /* 移除最后一个li的竖线 */
}
.customized1_foot .small-screen {
  display: none;
}
.customized1_foot .large-screen {
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .customized1_foot .social-icons a {
    margin-right: 5px;
  }
  .footer-bottom::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .customized1_foot .large-screen {
    display: none;
  }
  .customized1_foot .small-screen {
    display: block;
  }
  .customized1_foot {
    text-align: left;
    padding: 40px 0 30px;
  }
  
  .customized1_foot .container {
    padding: 0 24px;
  }
  
  /* 调整主要布局顺序 */
  .customized1_foot .row {
    display: flex;
    flex-direction: column;
  }
  
  .customized1_foot .col-lg-9 {
    order: -1; /* 导航区域在最上方 */
  }
  
  .customized1_foot .col-lg-3 {
    order: -1; /* 表单区域在中间 */
  }
  
  /* 底部区域统一排序 */
  .customized1_foot .footer-left-bottom {
    order: 2; /* 社交图标在底部 */
  }
  
  .customized1_foot .footer-bottom {
    order: 3; /* 版权信息在最底部 */
  }
  
  /* 表单区域优化 */
  .customized1_foot .inqury_title_box .inqury_title_text {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
  }
  
  .customized1_foot .inqury-form .input-wrap {
    padding: 2.5px 0 !important;
    margin-bottom: 5px;
  }
  
  .customized1_foot .inqury-form .input-wrap input,
  .customized1_foot .inqury-form .input-wrap textarea {
    background: #D9D9D9 !important;
    border: none;
    border-radius: 6px;
    padding: 12px 15px;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.087em;
    color: #000;
    height: auto;
  }
  
  .customized1_foot .inqury-form .input-wrap input::placeholder,
  .customized1_foot .inqury-form .input-wrap textarea::placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.087em;
  }
  
  .customized1_foot .inqury-form .input-wrap textarea {
    min-height: 60px;
    resize: vertical;
  }
  
  .customized1_foot .inqury_submit {
    background: #292929 !important;
    border-radius: 6px;
    padding: 12px 15px !important;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.087em;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 5px;
  }
  
  /* 导航链接区域 */
  .customized1_foot .footer-left-top {
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  .customized1_foot .widget {
    margin-bottom: 15px;
  }
  
  .customized1_foot .widget h2 {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    margin-top: 0;
    color: #ffffff;
  }
  
  /* 移动端切换功能 */
  .customized1_foot .mobile-toggle {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    position: relative;
  }
  
  .customized1_foot .toggle-icon {
    width: 12px;
    height: 12px;
    position: relative;
    transition: transform 0.3s ease;
  }
  
  /*.customized1_foot .toggle-icon::before,*/
  /*.customized1_foot .toggle-icon::after {*/
  /*  content: '';*/
  /*  position: absolute;*/
  /*  background: #ffffff;*/
  /*  transition: all 0.3s ease;*/
  /*}*/
  
  /*.customized1_foot .toggle-icon::before {*/
  /*  width: 12px;*/
  /*  height: 1px;*/
  /*  top: 50%;*/
  /*  left: 0;*/
  /*  transform: translateY(-50%);*/
  /*}*/
  
  /*.customized1_foot .toggle-icon::after {*/
  /*  width: 1px;*/
  /*  height: 12px;*/
  /*  top: 0;*/
  /*  left: 50%;*/
  /*  transform: translateX(-50%);*/
  /*}*/
  
  /*.customized1_foot .toggle-icon.rotated::after {*/
  /*  opacity: 0;*/
  /*  transform: translateX(-50%) rotate(90deg);*/
  /*}*/
  
  .customized1_foot .widget ul {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  .customized1_foot .widget .menu-our-service-container.show ul {
    max-height: none;
  }
  
  .customized1_foot .widget ul li {
    margin-bottom: 8px;
    opacity: 0.8;
  }
  
  .customized1_foot .widget ul li:last-child {
    margin-bottom: 0;
  }
  
  .customized1_foot .widget ul li a {
    font-size: 9px;
    font-weight: 400;
    color: #999999;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .customized1_foot .widget ul li a:hover {
    color: var(--color-primary);
  }
  
  /* 社交媒体图标 */
  .customized1_foot .social-icons {
    margin-top: 27px;
    margin-bottom: 12px;
    text-align: left;
  }
  
  .customized1_foot .social-icons a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #525252;
    border-radius: 50%;
    margin-right: 8px;
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    background: transparent;
  }
  
  .customized1_foot .social-icons a:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
  }
  
  /* 版权信息 */
  .customized1_foot .footer-bottom {
    padding: 0;
    margin-top: 0;
  }
  
  .customized1_foot .copy-right-text {
    margin-bottom: 0;
  }
  
  .customized1_foot .copy-right-text p {
    font-size: 8px;
    font-weight: 500;
    line-height: 2em;
    letter-spacing: 0.034em;
    color: #ffffff;
    text-align: left;
    margin: 0;
  }
  
  .customized1_foot .footer-sociala-icon {
    float: inherit;
  }
}

/* 针对640px及以下的特殊优化 */
@media (max-width: 640px) {
  .customized1_foot .container {
    max-width: 640px;
    padding: 0 24px;
  }
  
  .customized1_foot .row {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  
  .customized1_foot .col-sm-12,
  .customized1_foot .col-md-6,
  .customized1_foot .col-lg-9,
  .customized1_foot .col-lg-3,
  .customized1_foot .col-lg-4 {
    padding: 0;
    margin-bottom: 0;
  }
  
  /* 重新定义布局顺序 */
  .customized1_foot .col-lg-9 {
    order: -1; /* 导航区域在最上方 */
  }
  
  .customized1_foot .col-lg-3 {
    order: -1; /* 表单区域在中间 */
  }
  
  .customized1_foot .footer-left-bottom {
    order: 2; /* 社交图标在底部 */
  }
  
  .customized1_foot .footer-bottom {
    order: 3; /* 版权信息在最底部 */
  }
  
  /* 表单容器优化 */
  .customized1_foot .footer-left-top .col-lg-4 {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  }
  
  /* 调整导航区域的边距 */
  .customized1_foot .footer-left-top {
    margin-top: 0;
    margin-bottom: 30px;
  }
  
  /* 调整社交图标的边距 */
  .customized1_foot .social-icons {
    margin-top: 27px;
    margin-bottom: 12px;
  }

  .customized1_foot .widget h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
  }

  .customized1_foot .footer-left-top::after {
    display: none;
  }
  
  .customized1_foot .col-lg-3 .container{
    padding: 0;    
  }
  
  .customized1_foot .col-lg-3 .col-lg-12{
    padding-left: 0;
    padding-right: 0;
  }
}