#ntwas-footer {
  background: #018CEB;
  padding: 100px 0 0;
  box-sizing: border-box;
  position: relative;
}

#ntwas-footer h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: capitalize;
}

#ntwas-footer>.container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.ntwas-foot-logo {
  width: 280px;
}

.ntwas-foot-logo img {
  height: 75px;
}

.ntwas-foot-logo h4 {
  margin: 30px 0 0;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.ntwas-foot-logo p {
  margin: 15px 0 0;
  line-height: 22px;
  font-size: 18px;
  color: #fff;
}

.ntwas-foot-logo .sendemail {
  width: 100%;
  margin: 30px 0 0;
  position: relative;
}

.ntwas-foot-logo .sendemail .post-text {
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: rgb(24, 24, 24);
  padding: 0 50px 0 19px;
  border: 1px solid #5ea6d7;
  font-size: 16px;
  border-radius: 45px;
  background: #fdfbfb;
  box-sizing: border-box;
}

.ntwas-foot-logo .sendemail .post-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  background: #20e250;
  border-radius: 50%;
  color: #fff;
  width: 33px;
  height: 33px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
  padding: 0;
}

.ntwas-foot-logo .sendemail .post-btn i {
  font-size: 18px;
  color: var(--color-primary);
}

.ntwas-foot-logo .share {
  display: flex;
  margin: 45px 0 0;
}

.ntwas-foot-logo .share a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  text-decoration: none;
}

.ntwas-foot-logo .share a+a {
  margin-left: 22px;
}

.ntwas-foot-logo .share a i {
  font-size: 22px;
  line-height: inherit;
}

.ntwas-foot-logo .crmFormVali-error {
  top: calc(100% + 6px);
  color: #fdfbfb;
}

.ntwas-foot-right {
  -webkit-flex: 1;
  flex: 1;
  margin: 0 0 0 130px;
}

.ntwas-foot-right .row+.row {
  margin-top: 30px;
}

.ntwas-foot-nav ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.ntwas-foot-nav ul li {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: capitalize;
  list-style: none;
}

.ntwas-foot-nav ul li a {
  color: #fff;
  text-decoration: none;
}

.ntwas-foot-nav ul li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.ntwas-foot-list ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.ntwas-foot-list ul li {
  float: left;
  width: 50%;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #777;
  text-transform: capitalize;
  list-style: none;
}

.ntwas-foot-list ul li a {
  color: #777;
  text-decoration: none;
}

.ntwas-foot-list ul li a:hover {
  color: #000000;
  text-decoration: underline;
}

.ntwas-foot-right .box:last-child {
  border-top: 1px solid #fff;
  margin-top: 80px;
  padding-top: 80px;
}

.ntwas-foot-contact {
  margin-bottom: 30px;
}

.ntwas-foot-contact p {
  font-size: 18px;
  color: #fff;
  padding: 0 0 0 25px;
  background-position: left 5px;
  background-repeat: no-repeat;
  line-height: 26px;
  margin-bottom: 10px;
  margin: 0 0 10px 0;
}

.ntwas-foot-contact p:nth-of-type(1) {
  background-image: url(./pics/c5.png);
}

.ntwas-foot-contact p:nth-of-type(2) {
  background-image: url(./pics/c2.png);
}

.ntwas-foot-contact p:nth-of-type(3) {
  background-image: url(./pics/c3.png);
}

.ntwas-foot-contact p:nth-of-type(4) {
  background-image: url(./pics/c4.png);
}

.ntwas-foot-contact p a {
  color: #fff;
  text-decoration: none;
}

.ntwas-foot-contact p a:hover {
  color: white;
}

.ntwas-foot-map {
  flex: 1;
}

.ntwas-copyright {
  margin-top: 70px;
  border-top: 1px solid #919191;
  padding: 20px 0;
  text-align: center;
}

.ntwas-copyright p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.ntwas-copyright p a {
  color: #fff;
  text-decoration: underline;
}

.share a {
  display: inline-block;
  color: #018CEA;
  text-align: center;
}

.share a:hover {
  opacity: 0.7;
}

#ntwas-footBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 57px;
  display: none;
  z-index: 999;
  background: #662870;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}

#ntwas-footBar ul {
  margin: 0;
  padding: 0;
}

#ntwas-footBar li {
  width: 25%;
  height: 57px;
  float: left;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  padding: 6px 0 0 0;
  box-sizing: border-box;
  list-style: none;
}

#ntwas-footBar li:first-child {
  border-left: none;
}

#ntwas-footBar li a {
  display: block;
  height: 45px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

#ntwas-footBar li i {
  color: #fff;
  font-size: 20px;
}

#ntwas-footBar li span {
  display: block;
  color: #fff;
  font-size: 12px;
  margin-top: 3px;
}

.ntwas-foot-map {
  flex: 1;
  height: 300px; 
}

@media screen and (max-width: 1500px) {
  #ntwas-footer h5 {
    font-size: 20px;
  }

  .ntwas-foot-logo p {
    font-size: 16px;
  }

  .ntwas-foot-logo .share a+a {
    margin-left: 15px;
  }

  .ntwas-foot-right {
    margin: 0 0 0 60px;
  }

  .ntwas-foot-right .box:last-child {
    margin-top: 45px;
    padding-top: 45px;
  }

  .ntwas-foot-nav ul li {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
  }

  .ntwas-foot-list ul li {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
  }

  .ntwas-foot-contact p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
  }

  .ntwas-copyright {
    margin-top: 50px;
  }

  .ntwas-copyright p {
    font-size: 16px;
  }

}

@media screen and (max-width: 1199px) {
  .ntwas-foot-map {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .ntwas-foot-nav {
    display: none;
  }

  .ntwas-foot-list ul li {
    font-size: 15px;
    line-height: 22px;
  }

  .ntwas-foot-right .box:last-child {
    margin-top: 35px;
    padding-top: 35px;
  }

  .ntwas-foot-contact p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 768px) {
  #ntwas-footBar {
    display: block;
  }

  body {
    padding-bottom: 57px; /* 防止内容被底部导航遮挡 */
  }

  #ntwas-footer {
    padding: 30px 0;
  }

  #ntwas-footer h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 20px;
    text-align: center;
  }

  #ntwas-footer>.container {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .ntwas-foot-logo {
    width: 100%;
    text-align: center;
  }

  .ntwas-foot-logo h4 {
    margin: 20px 0 0;
    font-size: 20px
  }

  .ntwas-foot-logo p {
    line-height: 20px;
    font-size: 14px;
  }

  .ntwas-foot-logo .share {
    margin: 25px 0 0;
    justify-content: center;
  }

  .ntwas-foot-nav,
  .ntwas-foot-list {
    display: none;
  }

  .ntwas-foot-right {
    margin: 0;
  }

  .ntwas-foot-right .box {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .ntwas-foot-right .box:last-child {
    margin-top: 30px;
    padding-top: 30px;
  }

  .ntwas-foot-contact p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 6px;
  }

  .ntwas-foot-map {
    text-align: center;
  }

  .ntwas-copyright {
    margin-top: 25px;
    padding: 15px 0 30px;
  }

  .ntwas-copyright p {
    font-size: 15px;
  }
}

/* iPad 竖屏模式 (768px - 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #ntwas-footer {
    padding: 80px 0 0;
  }
  
  #ntwas-footer > .container {
    flex-wrap: nowrap;
    gap: 40px;
  }
  
  .ntwas-foot-logo {
    width: 240px;
    flex-shrink: 0;
  }
  
  .ntwas-foot-logo img {
    height: 65px;
  }
  
  .ntwas-foot-logo h4 {
    font-size: 22px;
    margin: 25px 0 0;
  }
  
  .ntwas-foot-logo p {
    font-size: 16px;
    line-height: 1.4;
    margin: 12px 0 0;
  }
  
  .ntwas-foot-logo .sendemail {
    margin: 25px 0 0;
  }
  
  .ntwas-foot-logo .share {
    margin: 35px 0 0;
    gap: 18px;
  }
  
  .ntwas-foot-logo .share a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  
  .ntwas-foot-right {
    margin: 0 0 0 40px;
    flex: 1;
    min-width: 0;
  }
  
  .ntwas-foot-right .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0;
  }
  
  .ntwas-foot-right .row .col-xl-3,
  .ntwas-foot-right .row .col-xl-4,
  .ntwas-foot-right .row .col-xl-5 {
    flex: 1 1 calc(50% - 15px);
    min-width: 200px;
  }
  
  .ntwas-foot-right .row .col-xl-5 {
    flex-basis: 100%;
    margin-top: 20px;
  }
  
  .ntwas-foot-nav {
    display: block !important;
  }
  
  .ntwas-foot-nav h5 {
    font-size: 20px;
    margin: 0 0 15px;
    text-align: left;
  }
  
  .ntwas-foot-nav ul {
    display: block;
  }
  
  .ntwas-foot-nav ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
    text-align: left;
  }
  
  .ntwas-foot-nav ul li a {
    display: inline;
    padding: 0;
    background: none;
    border-radius: 0;
  }
  
  .ntwas-foot-nav ul li a:hover {
    transform: none;
    background: none;
  }
  
  .ntwas-foot-contact ul li {
    justify-content: flex-start;
    text-align: left;
    padding: 4px 0;
  }
  
  .ntwas-foot-contact p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 8px;
    padding: 0 0 0 28px;
    background-position: left center;
  }
  
  .ntwas-foot-map {
    height: 250px;
    display: block !important;
  }
  
  .ntwas-foot-map iframe {
    height: 100%;
    border-radius: 8px;
  }
  
  .ntwas-foot-right .box:last-child {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  
  .ntwas-copyright {
    margin-top: 50px;
    padding: 20px 0;
  }
  
  .ntwas-copyright p {
    font-size: 16px;
  }
  
  /* 隐藏移动端底部导航 */
  #ntwas-footBar {
    display: none !important;
  }
  
  body {
    padding-bottom: 0 !important;
  }
}

/* iPad 横屏模式 (1024px - 1366px) */
@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  #ntwas-footer {
    padding: 90px 0 0;
  }
  
  #ntwas-footer > .container {
    gap: 50px;
  }
  
  .ntwas-foot-logo {
    width: 260px;
  }
  
  .ntwas-foot-logo img {
    height: 70px;
  }
  
  .ntwas-foot-logo h4 {
    font-size: 23px;
    margin: 28px 0 0;
  }
  
  .ntwas-foot-logo p {
    font-size: 17px;
    margin: 15px 0 0;
  }
  
  .ntwas-foot-right {
    margin: 0 0 0 60px;
  }
  
  .ntwas-foot-right .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
  }
  
  .ntwas-foot-right .row .col-xl-3 {
    flex: 0 0 200px;
  }
  
  .ntwas-foot-right .row .col-xl-4 {
    flex: 0 0 240px;
  }
  
  .ntwas-foot-right .row .col-xl-5 {
    flex: 1;
  }
  
  .ntwas-foot-nav h5 {
    font-size: 21px;
  }
  
  .ntwas-foot-nav ul li {
    font-size: 17px;
  }
  
  .ntwas-foot-contact p {
    font-size: 17px;
  }
  
  .ntwas-foot-map {
    height: 280px;
  }
  
  .ntwas-foot-right .box:last-child {
    margin-top: 60px;
    padding-top: 60px;
  }
  
  .ntwas-copyright {
    margin-top: 60px;
  }
  
  /* 隐藏移动端底部导航 */
  #ntwas-footBar {
    display: none !important;
  }
}

/* 完整桌面导航信息的显示优化 */
@media screen and (min-width: 768px) {
  /* 确保所有导航内容都显示 */
  .ntwas-foot-nav,
  .ntwas-foot-list,
  .ntwas-foot-contact,
  .ntwas-foot-map {
    display: block !important;
  }
  
  /* 完整导航列表布局 */
  .ntwas-foot-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  
  .ntwas-foot-list ul li {
    width: 50%;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #fff;
  }
  
  .ntwas-foot-list ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .ntwas-foot-list ul li a:hover {
    color: #e6f7ff;
    text-decoration: underline;
  }
  
  /* 联系信息完整显示 */
  .ntwas-foot-contact ul {
    display: block !important;
  }
  
  .ntwas-foot-contact p {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
  }
  
  /* 地图完整显示 */
  .ntwas-foot-map {
    display: block !important;
    height: 300px;
  }
  
  .ntwas-foot-map iframe {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}

/* iPad Pro 特定优化 */
@media screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  #ntwas-footer h5 {
    font-size: 22px;
  }
  
  .ntwas-foot-logo p {
    font-size: 17px;
    line-height: 1.5;
  }
  
  .ntwas-foot-nav ul li {
    font-size: 17px;
  }
  
  .ntwas-foot-contact p {
    font-size: 17px;
  }
}

/* 确保在iPad上显示完整的页脚结构 */
.ntwas-foot-right .row {
  width: 100%;
}

/* 产品分类导航完整显示 */
.ntwas-foot-product-nav {
  display: block !important;
}

.ntwas-foot-product-nav h5 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 15px;
  font-weight: 600;
}

.ntwas-foot-product-nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 0;
  padding: 0;
}

.ntwas-foot-product-nav ul li {
  list-style: none;
  font-size: 16px;
  line-height: 1.4;
}

.ntwas-foot-product-nav ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  padding: 4px 0;
}

.ntwas-foot-product-nav ul li a:hover {
  color: #e6f7ff;
  text-decoration: underline;
}

/* 关于我们信息完整显示 */
.ntwas-foot-about {
  display: block !important;
  margin-top: 20px;
}

.ntwas-foot-about h5 {
  font-size: 20px;
  color: #fff;
  margin: 0 0 15px;
  font-weight: 600;
}

.ntwas-foot-about ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.ntwas-foot-about ul li {
  list-style: none;
  font-size: 16px;
  line-height: 1.4;
}

.ntwas-foot-about ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ntwas-foot-about ul li a:hover {
  color: #e6f7ff;
  text-decoration: underline;
}