.footer-wrap {
  width: 100%;
  color: #505050;
  background-color: #f7f9fc;
}
.footer-wrap .footer-wrap-top {
  width: 100%;
  background-color: #f6f8fb;
}
.footer-wrap .footer-wrap-top .footer-content {
  text-align: center;
  padding: 50px 0;
}
.footer-wrap .footer-wrap-top .footer-content .bin-row {
  width: 100%;
}
.footer-wrap .footer-wrap-top .footer-content .bin-row .line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.footer-wrap .footer-wrap-top .footer-content .bin-row .line .logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-wrap .footer-wrap-top .footer-content .bin-row .line .logo-box img {
  display: block;
  width: 50px;
  height: auto;
}
.footer-wrap .footer-wrap-top .footer-content .bin-row .line .logo-box .title {
  font-size: 20px;
  padding-left: 20px;
}
.footer-wrap .footer-wrap-top .footer-content .bin-row .line img {
  display: block;
  width: 70%;
  height: auto;
  padding-bottom: 20px;
}
.footer-wrap .footer-wrap-top .footer-content .bin-row .line .title {
  font-size: 16px;
  padding-bottom: 20px;

  font-weight: bold;
}
.footer-wrap .footer-wrap-top .footer-content .bin-row .line .text {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer-wrap .footer-wrap-top .footer-content .bin-row .line .text a:hover {
  color: #1089ff;
}
.footer-wrap .footer-wrap-top .footer-content .bin-row .code-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.footer-wrap .footer-wrap-top .footer-content .bin-row .code-container .code-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.footer-wrap .footer-wrap-top .footer-content .bin-row .code-container .code-box img {
  display: block;
  width: 120px;
  height: auto;
  padding-bottom: 0;
}
.footer-wrap .footer-wrap-bottom {
  color: #505050;
  background-color: #f0f1f3;
}
.footer-wrap .footer-wrap-bottom .bottom-content {
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.footer-wrap .footer-wrap-bottom .bottom-content .text {
  display: inline-block;
  padding: 0 5px;
}
.footer-wrap .footer-wrap-bottom .bottom-content .badge {
  display: flex;
  align-items: center;
}
.footer-wrap .footer-wrap-bottom .bottom-content .badge img {
  padding-right: 4px;
}
@media screen and (max-width: 767px) {
  .footer-wrap .footer-wrap-bottom .bottom-content {
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-wrap .footer-wrap-bottom .bottom-content {
    padding: 15px 0;
  }
}
