footer {
  width: 100%;
  background: url(https://main-uoolu.uoolu.com/homehi/bottom_bg.png) no-repeat center center / cover;
}
footer .w {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 125px;
  padding-bottom: 125px;
}
footer .w .left-footer {
  margin-top: -10px;
}
footer .w .left-footer .logo {
  display: block;
  margin-bottom: 32px;
}
footer .w .left-footer .logo img {
  display: block;
}
footer .w .left-footer .lang-content {
  width: 164px;
  height: 38px;
  border-radius: 19px;
  border: solid 1px #ffffff;
  display: flex;
  align-items: center;
  padding: 0 19px;
  box-sizing: border-box;
}
footer .w .left-footer .lang-content .lang-icon {
  width: 17px;
  height: 18px;
  flex-shrink: 0;
  min-width: 0;
}
footer .w .left-footer .lang-content .jt-icon {
  width: 9px;
  height: 7px;
  flex-shrink: 0;
  min-width: 0;
}
footer .w .left-footer .lang-content select {
  flex: 1;
  outline: none;
  width: 100px;
  box-sizing: border-box;
  padding: 0 6px 0 12px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
footer .w .left-footer .lang-content select option {
  color: #333;
}
footer .w .center-footer {
  display: flex;
  align-items: flex-start;
}
footer .w .center-footer .footer-item {
  margin-right: 50px;
}
footer .w .center-footer .footer-item .footer-item-title {
  font-size: 22px;
  font-weight: 400;
  color: #d3d3d3;
  line-height: 1;
  margin-bottom: 29px;
  white-space: nowrap;
}
footer .w .center-footer .footer-item .footer-item-content {
  white-space: nowrap;
  margin-bottom: 16px;
}
footer .w .center-footer .footer-item .footer-item-content a {
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: #d3d3d3;
}
footer .w .center-footer .footer-item .footer-item-content img {
  width: 13px;
  margin-right: 14px;
}
footer .w .center-footer .footer-item .footer-item-content b {
  font-size: 18px;
  font-weight: 300;
  color: #d3d3d3;
  margin-right: 22px;
}
footer .w .center-footer .footer-item:last-child {
  margin-right: 0;
}
footer .w .right-footer .right-footer-title {
  font-size: 22px;
  font-weight: 400;
  color: #d3d3d3;
  line-height: 1;
  margin-bottom: 23px;
}
footer .w .right-footer .email-content {
  width: 293px;
  height: 39px;
  border: solid 1px #ffffff7a;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  margin-bottom: 22px;
}
footer .w .right-footer .email-content .email-input {
  width: 250px;
  height: 37px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 16px;
  color: #ffffff;
  background: transparent;
  border: none;
  outline: none;
}
footer .w .right-footer .email-content .email-img {
  width: 19px;
  height: 15px;
  cursor: pointer;
}
footer .w .right-footer .qr-content {
  display: flex;
  align-items: flex-start;
}
footer .w .right-footer .qr-content .qr-item {
  margin-right: 40px;
}
footer .w .right-footer .qr-content .qr-item img {
  width: 88px;
  height: 88px;
  display: block;
  margin: 0 auto 17px;
  background-color: #ffffff;
  border-radius: 3px;
}
footer .w .right-footer .qr-content .qr-item span {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  text-align: center;
  display: block;
}
footer .w .right-footer .qr-content .qr-item:last-child {
  margin-right: 0;
}
