.bottom {
  width: 100%;
  font-size: 14px;
  display: flex;
  justify-content: center;
  font-family: Open Sans, PingFang SC, Microsoft YaHei, Helvetica Neue, Hiragino Sans GB, WenQuanYi Micro Hei, Arial, "sans-serif";
  background-color: #272727;
}
.index-footer {
  color: #fff;
  width: 100%;
  padding: 10px 40px 10px 20px;
  box-sizing: border-box;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-l {
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
}
.footer-text {
  margin-bottom: 1.4em;
  font-size: 14px;
  font-family: Open Sans, PingFang SC, Microsoft YaHei, Helvetica Neue, Hiragino Sans GB, WenQuanYi Micro Hei, Arial, "sans-serif";
}
.footer-r {
  display: flex;
  margin-top: 40px;
}

.footer-offset img {
  width: 100px;
  height: 100px;
}

.footer-offset .footer-offset-name {
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, PingFang SC, Microsoft YaHei, Helvetica Neue, Hiragino Sans GB, WenQuanYi Micro Hei, Arial, "sans-serif";
}

.footer-offset:nth-child(2) {
  margin-left: 30px;
}
.footer-bottom {
  width: 100%;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
  font-family: Open Sans, PingFang SC, Microsoft YaHei, Helvetica Neue, Hiragino Sans GB, WenQuanYi Micro Hei, Arial, "sans-serif";
}
.footer-bottom image {
  width: 20px;
  height: 20px;
}

.footer-bottom .footer-span {
  text-align: center;
  width: 100%;
}

.footer-bottom a {
  color: #fff;
  font-family: Open Sans, PingFang SC, Microsoft YaHei, Helvetica Neue, Hiragino Sans GB, WenQuanYi Micro Hei, Arial, "sans-serif";
}
.bot-company-name,
.bot-name-en {
  margin-bottom: 1em;
  /* font-weight: 600; */
}
.bot-time {
  margin-bottom: 1.75em;
  font-family: Open Sans, PingFang SC, Microsoft YaHei, Helvetica Neue, Hiragino Sans GB, WenQuanYi Micro Hei, Arial, "sans-serif";
}
.bot-time img {
  vertical-align: bottom;
}
.bot-icon {
  padding-bottom: 40px;
}
.active {
  color: #25ba45;
}

@media screen and (max-width: 400px) {
  .footer-top {
    display: flex;
    flex-direction: column;
  }
  .bot-name-en {
    text-align: center;
  }
  .bot-time {
    flex-direction: column;
    text-align: center;
    line-height: 40px;
  }
  .bot-time div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
