

footer {
  width: 100%;
  background:#373737;
  padding-bottom:80px;
}

footer .box-footer {
  width: 100%;
  background: #373737;
  padding: 22px 0px;
}

footer .box-footer .footer-1 {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .box-footer .footer-1 .f1-1 {
  width: calc(57% / 2);
  padding-top: 35px;
}

footer .box-footer .footer-1 .f1-1 label {
  color: #e81d76;
  font-weight: 600;
  font-size: 21px;
  display: block;
}

footer .box-footer .footer-1 .f1-1 nav {
  padding-top: 10px;
}

footer .box-footer .footer-1 .f1-1 nav ul li {
  list-style: none;
  width: calc(100%);
  position: relative;
  padding: 10px 0px 10px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .box-footer .footer-1 .f1-1 nav ul li span {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 21px;
}

footer .box-footer .footer-1 .f1-1 nav ul li:first-child:before {
  content: "";
  background: url("../img/footer/1.png") left no-repeat;
  width: 38px;
  height: 38px;
  background-position: 0px 0px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .box-footer .footer-1 .f1-1 nav ul li:nth-child(2):before {
  content: "";
  background: url("../img/footer/2.png") left no-repeat;
  width: 38px;
  height: 38px;
  background-position: 0px 0px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .box-footer .footer-1 .f1-1 nav ul li:last-child:before {
  content: "";
  background: url("../img/footer/3.png") left no-repeat;
  width: 38px;
  height: 38px;
  background-position: 0px 0px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .box-footer .footer-1 .f1-2 {
  width: calc(57% / 2);
  padding-top: 35px;
}

footer .box-footer .footer-1 .f1-2 label {
  color: #e81d76;
  font-weight: 600;
  font-size: 21px;
  display: block;
}

footer .box-footer .footer-1 .f1-2 nav {
  padding-top: 10px;
}

footer .box-footer .footer-1 .f1-2 nav ul li {
  list-style: none;
  padding: 10px 0px;
  border-bottom: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom-style: dashed;
  border-bottom-color: #fff;
  width: calc(100% - 50px);
  padding-left: 15px;
  position: relative;
}

footer .box-footer .footer-1 .f1-2 nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size:13px;
}

footer .box-footer .footer-1 .f1-2 nav ul li:before {
  content: "";
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer .box-footer .footer-1 .f1-3 {
  width: calc(100% - 57%);
}

footer .box-footer .footer-1 .f1-3 img {
  width: 100%;
}

footer .box-footer2 {
  background: #39bdbd;
}

footer .box-footer2 span {
  color: #fff;
  padding: 5px 0px;
  display: block;
  font-size: 23px;
  text-align: center;
}

footer .box-footer3 {
  background: #373737;
  height: 30px;
}
/*# sourceMappingURL=footer.css.map */