/* 底部 Footer v2 — 对齐 Nuxt 新站 */

#footer.footer-v2 {
  background-color: #333;
  color: #ccc;
  border-top: 0 !important;
}

#footer.footer-v2 .contactInfo {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  box-sizing: border-box;
}

#footer.footer-v2 .followUs {
  font-size: 18px;
  height: 40px;
  display: flex;
  align-items: center;
  float: none;
  margin: 0;
}

#footer.footer-v2 .about-title {
  padding-right: 10px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-right: 1px solid #fff;
}

#footer.footer-v2 .contact {
  display: inline-block;
  cursor: pointer;
}

#footer.footer-v2 .weixin-icon {
  width: 45px;
}

#footer.footer-v2 .weibo-icon,
#footer.footer-v2 .msn-icon {
  width: 35px;
}

#footer.footer-v2 .telephone {
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  float: none;
  margin: 0;
}

#footer.footer-v2 .iphone-icon {
  width: 35px;
  margin-right: 10px;
}

#footer.footer-v2 .footer-bor {
  clear: both;
  width: 100%;
  border-bottom: 1px solid #626364;
}

#footer.footer-v2 > .container {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#footer.footer-v2 .footer-widgets-wrap {
  position: relative;
  padding: 20px 0;
}

#footer.footer-v2 .col_two_third {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
  float: left;
}

#footer.footer-v2 .col_one_fourth {
  width: 25%;
  float: none;
  margin-bottom: 0 !important;
  min-height: 0;
}

#footer.footer-v2 .widget {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", Arial, sans-serif;
  font-size: 18px;
  position: relative;
  margin-top: 0 !important;
}

#footer.footer-v2 .widget h3 {
  color: #eee;
  font-size: 20px !important;
  font-weight: 700 !important;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", Arial, sans-serif !important;
  margin: 0 0 10px !important;
  letter-spacing: normal;
  text-transform: none;
  line-height: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#footer.footer-v2 .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer.footer-v2 .widget ul li {
  list-style: none;
  margin: 0;
  padding: 5px 0 !important;
}

#footer.footer-v2 .widget.widget_links li a,
#footer.footer-v2 .widget a {
  color: inherit !important;
  text-decoration: none;
  padding: 0 !important;
  display: inline !important;
  font-size: 18px !important;
  line-height: 1.5;
  background: none !important;
  border: none !important;
}

#footer.footer-v2 .widget a:hover {
  color: #fff;
}

#footer.footer-v2 .col_one_third {
  width: 35%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  float: right;
}

#footer.footer-v2 .footer-qrcode-col {
  text-align: center;
  flex: 1;
  min-width: 96px;
}

#footer.footer-v2 .footer-qrcode-col img {
  width: 96px;
  height: 96px;
  display: inline-block;
}

#footer.footer-v2 .footer-qrcode-col div {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
}

#footer.footer-v2 .copyrights {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.25);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.8;
  padding: 15px;
  text-align: center;
  padding-bottom: 50px;
}

#footer.footer-v2 .copyrights a {
  color: #939393;
  text-decoration: none;
}

#footer.footer-v2 .copyrights a.footer-icp {
  color: #3274b0;
}

#footer.footer-v2 .contactBox {
  display: none;
}

@media (max-width: 1200px) {
  #footer.footer-v2 .col_two_third,
  #footer.footer-v2 .col_one_third {
    width: 100%;
    float: none;
  }

  #footer.footer-v2 .col_one_fourth {
    min-width: 240px;
  }
}

@media (max-width: 575.98px) {
  #footer.footer-v2 .contactInfo {
    flex-direction: column;
    justify-content: center;
  }

  #footer.footer-v2 .followUs {
    text-align: center;
    margin-bottom: 10px;
  }

  #footer.footer-v2 .telephone {
    justify-content: center;
  }

  #footer.footer-v2 .col_two_third {
    display: block;
  }

  #footer.footer-v2 .col_one_fourth {
    width: 50%;
    float: left;
    min-width: 0;
    min-height: 280px;
  }

  #footer.footer-v2 .col_one_third {
    justify-content: center;
    margin-top: 0;
  }

  #footer.footer-v2 .contactBox {
    display: block;
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 9999;
  }

  #footer.footer-v2 .contactBox .itemOut {
    width: 100%;
    height: 50px;
    line-height: 50px !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
    color: #1265a8;
    text-align: center;
  }

  #footer.footer-v2 .itemOut .phone,
  #footer.footer-v2 .itemOut .weixin,
  #footer.footer-v2 .itemOut .talk {
    height: 100%;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  #footer.footer-v2 .itemOut .line {
    width: 3px;
    height: 20px;
    background-color: #1265a8;
  }

  #footer.footer-v2 .itemOut .talk a,
  #footer.footer-v2 .itemOut .talk span {
    color: #1265a8;
    text-decoration: none;
  }
}
