/* footer */
.footer2 {
  --footer-bg-url: "";
  background-image: var(--footer-bg-url);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #333;
  background-size: cover;
  margin-top: 80px;
}
.footer2 * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.footer2 a {
  text-decoration: none;
  display: block;
}
.footer2 .flex {
  display: flex;
}
.footer2 .maxWidth {
  min-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1680px;
  box-sizing: border-box;
}
.footer2 .footerModel .head {
  align-items: center;
  padding: 50px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer2 .footerModel .head .logo {
  width: 200px;
  height: 66px;
  object-fit: contain;
}
.footer2 .footerModel .head .footInfoModel {
  flex: 1;
  justify-content: space-between;
  align-items: center;
}
.footer2 .footerModel .head .footInfoModel .footInfo {
  color: #fff;
}
.footer2 .footerModel .head .footInfoModel .footInfo .f1 {
  font-size: 16px;
}
.footer2 .footerModel .head .footInfoModel .footInfo .f2 {
  font-size: 24px;
  align-items: center;
  padding-top: 6px;
}
.footer2 .footerModel .head .footInfoModel .footInfo .f2 > span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.footer2 .footerModel .head .footInfoModel .footInfo .f2 > img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 4px;
}
.footer2 .footerModel .head .footInfoModel .side {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.15);
}
.footer2 .footerModel .head .qrCodeModel {
  padding-left: 2%;
}
.footer2 .footerModel .head .qrCodeModel .qrCode {
  margin-left: 20px;
}
.footer2 .footerModel .head .qrCodeModel .qrCode > p {
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 8px;
}
.footer2 .footerModel .head .qrCodeModel .qrCode img {
  width: 120px;
  height: 120px;
}
.footer2 .footerModel .side {
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.footer2 .footerModel .footNavModel {
  padding: 50px 0 86px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer2 .footerModel .footNavModel .side {
  height: 230px;
}
.footer2 .footerModel .footNavModel .footNav .tit {
  font-size: 18px;
  color: #fff;
  padding-left: 12px;
  position: relative;
}
.footer2 .footerModel .footNavModel .footNav .tit::after {
  content: "";
  display: block;
  height: 20px;
  width: 2px;
  background: #f6a81d;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer2 .footerModel .footNavModel .footNav .fnList > a {
  padding-left: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  font-size: 16px;
}
.footer2 .footerModel .footNavModel .footNav .fnList > a:hover {
  color: #fff;
}
.footer2 .footerModel .footBot {
  justify-content: space-between;
  height: 95px;
  align-items: center;
}
.footer2 .footerModel .footBot .fbL {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.footer2 .footerModel .footBot .fbR {
  align-items: center;
}
.footer2 .footerModel .footBot .fbR .fbR_item {
  align-items: center;
  margin-left: 10px;
}
.footer2 .footerModel .footBot .fbR .fbR_item > p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.footer2 .footerModel .footBot .fbR .fbR_item > img {
  height: 16px;
  width: auto;
  margin-left: 6px;
  opacity: 0.5;
}
.footer2 .footerModel .footBot .fbTab {
  padding-left: 10px;
}
.footer2 .footerModel .footBot .fbTab > a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 20px;
  position: relative;
}
.footer2 .footerModel .footBot .fbTab > a:nth-child(n+2)::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.footer2 .footerModel .footBot .fbTab > a:hover {
  color: #fff;
}

@media screen and (max-width: 1640px) {
  .footerModel .head .qrCodeModel .qrCode img {
    width: 100px;
    height: 100px;
  }
  .footerModel .head .logo {
    width: 180px;
  }
  .footerModel .head .footInfoModel .footInfo .f2 {
    font-size: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
