.footer-bottom {
  width: 100%;
  min-width: 1200px;
  background: #111113;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
}

.mod_copyright {
  margin-top: 15px;
}

.mod_copyright > p {
  padding-bottom: 10px;
}

.grid-top {
  margin-top: 20px;
  text-align: center;
}

.grid-top span {
  margin: 0 10px;
}

.mod_copyright_auth {
  margin-top: 10px;
}

.mod_copyright_auth_ico {
  overflow: hidden;
  display: inline-block;
  margin: 0 3px;
  width: 103px;
  height: 32px;
  background-image: url(../images/ico_footer.png);
  line-height: 1000px;
}

.mod_copyright_auth_ico_1 {
  background-position: 0 -151px;
}

.mod_copyright_auth_ico_2 {
  background-position: -104px -151px;
}

.mod_copyright_auth_ico_3 {
  background-position: 0 -184px;
}

.mod_copyright_auth_ico_4 {
  background-position: -104px -184px;
}

.mod_copyright_auth_ico_5 {
  background-position: 0 -217px;
}

.help-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.left-help-list dl {
  padding: 0 10px;
  position: relative;
}

.left-help-list dl + dl {
  border-left: 1px solid #999;
}

.left-help-list dl:first-child {
  margin-left: 0;
}

.left-help-list dl > dt {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}

.left-help-list dl a:hover {
  color: #ff5521;
}

.friendship-links > span {
  float: left;
  width: 70px;
  line-height: 20px;
  font-weight: bold;
}

.links-wrap-h {
  text-align: center;
}

.links-wrap-h > a {
  line-height: 1;
  margin: 3px 0;
  padding: 0 10px;
}

.links-wrap-h > a + a {
  border-left: 1px solid #aaa;
}

.links-wrap-h > a:hover {
  text-decoration: underline;
}

.company {
  line-height: 40px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company .label {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("../images/footer/email.png") no-repeat center center;
}
.company li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company li:first-child .label {
  background-image: url("../images/footer/phone.png");
}
.company li:last-child .label {
  background-image: url("../images/footer/address.png");
}