.footer {
  width: 100%;
  height: auto;
  background-color: #1C1F37;
  color: #fff;
  min-width: 1200px;
  /* font-family: 'Helvetica'; */
}

.footer-inner {
  width: 1200px;
  padding: 40px 0;
  margin: 0 auto;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo-foot {
  /* text-align: center; */
  padding: 22px 0;
  /* border-right: 1px solid #999; */
}

.logo p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  /* text-align: center; */
  position: relative;
  text-indent: 2.2em;
}

.logo .footer_logo {
  width: 65%;
  height: auto;
}

.links dl {
  display: inline-block;
  padding: 0 56px;
  vertical-align: top;
  text-align: left;
}

dt {
  font-size: 16px;
  line-height: 16px;
  border-left: 2px solid #fff;
  text-indent: 12px;
  margin: 0 0 20px -16px;
  padding: 0 2px;
}

dd {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.qr-code {
  border-left: 1px solid #999;
  padding-left: 120px;
  text-align: center;
}

.qr-code p {
  font-size: 14px;
  /* margin-top:20px; */
  text-align: center;
  text-indent: 0;
}

.copy-right {
  height: 57px;
  line-height: 57px;
  color: #999;
  font-size: 12px;
  border-top: 1px solid #999;
  text-align: center;
}

.copy-right p {
  display: inline-block;
  padding: 0 60px;
  text-indent: 0;
}

.phone_icon {
  position: absolute;
  left: 15px;
  top: 3px;
}

.copy-right p:first-of-type>a {
  position: relative;
  padding-left: 45px;
}

/* .copy-right p:first-of-type>a:last-of-type {
  padding-left: 10px;
} */

.copy-right p:first-of-type>a>img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  left: 20px;
  top: 15px;
}