footer {
  background: url(/assets/images/footer.png) no-repeat center;
  background-size: cover;
  background-color: #505863;
  padding: 84px 0 78px;
}

footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.FtLogo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 480px;
  padding-right: 15px;
}

.FtLogo .topP {
  width: 100%;
}

.FtLogo .top h1 {
  color: #C8C8C8;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3px;
  max-width: 280px;
}

.FtLogo .top form {
  position: relative;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 45px;
}

.FtLogo .top .input1 {
  width: 100%;
  height: 50px;
  color: #393939;
  font-size: 16px;
  line-height: 2;
  text-transform: capitalize;
  background: #fff0;
  border-bottom: 1px solid #767676;
}

.FtLogo .top .input4 {
  background: #fff0;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  color: #CBCBCB;
  font-size: 16px;
}

.FtLogo img {
  width: 240px;
  margin-top: 0;
  opacity: 0.7;
}

.FtContact {
  width: 600px;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  align-content: space-between;
}

.FtContact h3 {
  color: #FFF;
  font-size: 24px;
  line-height: 1;
  opacity: 0.4;
  margin-bottom: 30px;
  width: 100%;
}

.FtContact .item {
  width: 50%;
}

.FtContact .item:last-child {
  width: 100%;
}

.FtContact .item h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  opacity: 0.5;
}

.FtContact .item h2 {
  color: #fff;
  opacity: 0.8;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.FtIcon {
  width: 300px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.FtIcon h3 {
  color: #FFF;
  font-size: 24px;
  line-height: 1;
  opacity: 0.4;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}

.FtIcon img {
  width: 100%;
  max-width: 160px;
  margin-top: 15px;
}

/* 备案 */
.footer {
  margin: 0;
  padding: 0;
  background: #3C434D;
  padding: 20px 0;
  width: 100%;
  color: #B9B9B9;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.footer a {
  color: #B9B9B9;
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 1440px) {
  .FtLogo {
    width: 300px;
  }

  .FtContact {
    width: 400px;
  }

  .FtIcon {
    width: 200px;
  }
}

@media (max-width: 992px) {
  .FtLogo {
    width: 100%;
    margin-bottom: 45px;
    padding-right: 0;
    display: flex;
    flex-direction: column-reverse;
  }

  .FtLogo img {
    margin-bottom: 45px;
  }
}

@media (max-width: 640px) {
  footer .container {}

  footer {
    padding: 60px 0 30px;
  }

  .FtLogo {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .FtLogo .top h1 {
    max-width: 100%;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
  }

  .FtLogo .top form {
    margin: 0px;
  }

  .FtLogo img {
    margin-top: 0;
    margin-bottom: 30px;
  }


  footer h3 {
    text-align: center !important;
  }

  .FtContact {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
    flex-direction: column;
  }

  .FtContact .item h1 {
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
  }

  .FtContact .item h2 {
    font-size: 18px;
  }

  .FtContact .item {
    text-align: center;
    width: auto;
    margin-bottom: 15px;
  }

  .FtIcon {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .FtIcon img {
    max-width: 140px;
    display: block;
  }

  .FtIcon h3 {
    margin-bottom: 15px;
  }
}