﻿.footer-container {
  width: 100%;
  max-width: 100%;
  background: #18151F;
  margin-top:  -482px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .footer-container {
        margin-top:  0;
    }
}

.footer-container .footer-pallet {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1120px;
  max-width: 100%;
  padding: 50px 25px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .footer-container .footer-pallet {
    padding: 20px;
  }
}

.footer-container .footer-pallet .line {
  width: 1120px;
  max-width: 100%;
  height: 1px;
  background: #3c3c40;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .footer-container .footer-pallet .line {
    opacity: 0;
    margin: 15px 0;
  }
}

.footer-container .footer-box {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .footer-container .footer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-container .footer-box .footer-links-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .footer-container .footer-box .footer-links-box {
    width: 100%;
    max-width: 100%;
  }
}

.footer-container .footer-box .footer-links-box .links-I {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}

@media screen and (max-width: 768px) {
  .footer-container .footer-box .footer-links-box .links-I {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-container .footer-box .footer-links-box .links-I .IO-a {
  width: 10px;
  height: 2px;
  background: #333333;
}

.footer-container .footer-box .footer-links-box .links-I .IO-b {
  width: 2px;
  height: 10px;
  background: #333333;
  -webkit-transform: translateX(-6px);
          transform: translateX(-6px);
}

.footer-container .footer-box .footer-links-box .links-O {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer-container .footer-box .footer-links-box .links-title {
  font-size: 16px;
  color: #ccc;
  font-family: PingFang SC;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer-container .footer-box .footer-links-box .links-title {
    width: 100%;
    max-width: 100%;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 56px;
    margin: 0;
    border-bottom: 1px solid #EEF0F5;
  }
}

.footer-container .footer-box .footer-links-box .links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

@media screen and (max-width: 768px) {
  .footer-container .footer-box .footer-links-box .links-container {
    height: 0;
    overflow: hidden;
  }
}

.footer-container .footer-box .footer-links-box .links-container .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-container .footer-box .footer-links-box .links-container .links p {
  margin: 10px 0;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #7E7D83;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-container .footer-box .footer-links-box .links-container .links p:hover {
  color: #FFFFFF;
}

.footer-container .footer-box .footer-links-box .links-container .code-img {
  width: 120px;
  height: 120px;
}

.footer-container .footer-box .footer-links-box .links-container .code-img img {
  max-width: 100%;
  height: auto;
}

.footer-container .footer-box .footer-links-box .open {
  height: auto !important;
}

.footer-container .footer-box .copyright {
  color: rgba(255,255,255,0.7);
  margin-bottom: 10px;
  text-align: center;
}

.footer-container .footer-box .copyright br {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer-container .footer-box .copyright br {
    display: block;
  }
}

.footer-container .footer-box .copyright:hover {
  color: #FFFFFF;
}

.footer-container .footer-box .copyright a {
  color: #FFFFFF;
}

.footer-container .footer-box .copyright a:hover {
  color: #FFFFFF;
}
/*# sourceMappingURL=footer.css.map */