.home-footer {
  display: flex;
  justify-content: center;
  background-color: #192940;
  padding: 2.34375vw 0px 1.042vw;
}
.home-footer .footer-content {
  display: flex;
  align-items: center;
}
.home-footer .footer-content .logo-left {
  flex: 1;
}
.home-footer .footer-content .logo-left .footer-logo {
  width: 10.417vw;
  height: 1.979vw;
}
.home-footer .footer-content .right-info {
  flex: 1.8;
  color: #fff;
}
.home-footer .footer-content .right-info .c-tabs {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.042vw;
}
.home-footer .footer-content .right-info .c-tabs:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e4e7ed;
  z-index: 1;
}
.home-footer .footer-content .right-info .c-tabs .c-tabs-item {
  position: relative;
  cursor: pointer;
  font-size: 0.78125vw;
  line-height: 40px;
}
.home-footer .footer-content .right-info .c-tabs .c-tabs-active:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0F8EF1;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.home-footer .footer-content .right-info .mailbox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.home-footer .footer-content .right-info .detailed-title {
  font-size: 0.729vw;
  margin-bottom: 0.417vw;
  opacity: 0.7;
}
.home-footer .footer-content .right-info .label {
  font-size: 0.78125vw;
}
/*# sourceMappingURL=homeFooter.css.map */