footer {
  background-image: url(../images//footer-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  position: relative;
  min-height: 398px;
}

footer .inner .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 20px 0;
  border: 1px solid #dccda670;
}

footer .inner .link .item {
  padding: 0 10px;
  color: #DCCDA6;
  font-size: 18px;
  cursor: pointer;
}

footer .inner .link .item:hover {
  color: #F8F1E0;
  animation: jello;
  animation-duration: 1s;
}

footer .inner .link span {
  width: 1px;
  height: 16px;
  background-color: #ffffff2b;
}

footer .inner .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;

}

footer .inner .main .phone {
  width: 370px;
  max-width: 370px;
  font-size: 16px;
  color: #DCCDA6;
}

footer .inner .main .phone p {
  margin-bottom: 20px;
  line-height: 19px;
}

footer .inner .main>img {
  max-width: 427px;
  max-height: 70px;
  position: absolute;
  left: calc(50% - 213.5px);
  top: calc(50% - 35px);
}

footer .inner .main .code {
  display: flex;
  justify-content: flex-end;
}

footer .inner .main .code .item {
  width: 112px;
}

footer .inner .main .code .item img {
  width: 112px;
  height: 112px;
}

footer .inner .main .code .item p {
  line-height: 19px;
  color: #DCCDA6;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

footer .inner .main .code .item:nth-of-type(1) {
  margin-right: 30px;
}

footer .bottom {
  width: 100%;
  min-height: 44px;
  background: #055F5A;
  position: absolute;
  bottom: 0;
  z-index: 100;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #DCCDA6;
  left: 0;
}

@media (max-width:1200px) {
  footer {
    padding: 50px 20px 0;
  }
}

@media (max-width:1000px) {
  footer .inner .main>img{
    position: relative;
    top: 0;
    left: 0;
  }
  footer .inner .link .item {
    padding: 0 5%;
  }

  footer .inner .main {
    flex-direction: column;
    padding-bottom: 100px;

    >div {
      width: 100%;
      margin: 30px 0;
    }
  }

  footer .inner .main .code {
    justify-content: center;
  }

  footer .inner .main .phone {
    width: auto;
  }
}
