.footer {
  width: 100%;
  padding: 93px 99px;
  box-sizing: border-box;
  background: #fffaf9;
}
.footer .foot-warp {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer .foot-warp .footer-left {
  font-family: Ubuntu-Medium;
}
.footer .foot-warp .footer-left .logo {
  font-family: Ubuntu-Bold;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #244d4d;
  margin-bottom: 30px;
}
.footer .foot-warp .footer-left .footer-info {
  font-size: 13px;
  color: #666666;
  margin-bottom: 30px;
  cursor: default;
}
.footer .foot-warp .navigation {
  box-sizing: border-box;
  font-family: Ubuntu-Medium;
}
.footer .foot-warp .navigation .nav-title {
  font-family: Ubuntu-Bold;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #244d4d;
  margin-bottom: 30px;
}
.footer .foot-warp .navigation .nav-info {
  margin-top: 39px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .foot-warp .navigation .nav-info .nav-item {
  margin-right: 30px;
  font-size: 18px;
  color: #666666;
  margin-bottom: 25px;
  cursor: pointer;
}
.footer .foot-warp .right {
  width: 321px;
  box-sizing: border-box;
  font-family: Ubuntu-Medium;
}
.footer .foot-warp .right .right-title {
  font-family: Ubuntu-Bold;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #244d4d;
  margin-bottom: 30px;
}
.footer .foot-warp .right .right-desc {
  font-size: 13px;
  line-height: 38px;
  color: #666666;
  cursor: default;
}
.footer .foot-warp .right .right-ipt {
  margin-top: 25.12px;
  border-radius: 25px 25px 25px 25px;
  border: 1px solid #666666;
  padding: 16.12px 28px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .foot-warp .right .right-ipt .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  padding: 0;
  border: none;
  height: auto;
  box-shadow: none;
  font-family: Ubuntu-Medium;
  font-size: 13px;
  color: #666666;
}
.footer .foot-warp .right .right-ipt .submit {
  width: 22px;
  height: 17px;
  cursor: pointer;
}
.footer .foot-warp .right .right-ipt .submit img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.footer .foot-warp .right .icons {
  margin-top: 23.88px;
  display: flex;
  align-items: flex-end;
}
.footer .foot-warp .right .icons .icon-item {
  width: 25.79px;
  margin-right: 36px;
}
.footer .foot-warp .right .icons .icon-item img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 690px) {
  .footer {
    padding: 36px 0;
  }
  .footer .foot-warp {
    flex-direction: column;
  }
  .footer .foot-warp .footer-left .logo {
    font-family: Ubuntu-Bold;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 13.5px;
  }
  .footer .foot-warp .footer-left .footer-info {
    font-size: 15px;
    margin-bottom: 47.5px;
  }
  .footer .foot-warp .navigation .nav-title {
    font-size: 22.5px;
    margin-bottom: 47px;
  }
  .footer .foot-warp .right {
    width: 100%;
  }
  .footer .foot-warp .right .right-title {
    font-family: Ubuntu-Bold;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 13.5px;
  }
  .footer .foot-warp .right .right-desc {
    font-size: 15px;
    margin-bottom: 47.5px;
  }
  .footer .foot-warp .right .right-ipt {
    padding: 9px 30px ;
    align-items: baseline;
  }
  .footer .foot-warp .right .right-ipt .submit {
    width: 12px;
    height: 10px;
    cursor: pointer;
  }
  .footer .foot-warp .right .right-ipt .submit img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .footer .foot-warp .right .icons {
    margin-top: 19px;
    display: flex;
    align-items: flex-end;
  }
  .footer .foot-warp .right .icons .icon-item {
    width: 21px;
    margin-right: 26px;
  }
  .footer .foot-warp .right .icons .icon-item img {
    width: 100%;
    height: 100%;
  }
}
