﻿footer {
  padding-top: 42px;
  background-image: url(../static/footer-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
footer .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .inner .logo {
  max-width: 318px;
  max-height: 174px;
}
footer .inner .link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 44px 0 41px;
}
footer .inner .link-list div {
  font-size: 18px;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.link-list>div:hover {
  color: #F6A452 !important;
}
footer .inner .link-list span:last-child{
  display: none;
}
footer .inner .link-list span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 30px;
}
footer .inner .two {
  display: flex;
  justify-content: center;
}
footer .inner .two .item1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .inner .two .item1:nth-of-type(1) {
  margin-right: 35px;
}
footer .inner .two .item1:nth-of-type(2) {
  margin-right: 35px;
}
footer .inner .two .item1 img {
  width: 112px;
  height: 112px;
}
footer .inner .two .item1 span {
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 13px 0 39px;
}
footer .inner > p:nth-of-type(1) {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  color: #FFFFFF;
}
footer .inner > p:nth-of-type(1) span {
  margin-bottom: 10px;
}
footer .inner > p:nth-of-type(2) {
  margin: 17px 0 22px;
font-size: 14px;
   color: #FFFFFF;
}