.t-f {
  display: block;
}
.lf25-footer {
  background: #121212;
  padding: 22px 20px 28px;
  overflow: hidden;
  color: #adadad;
}
.lf25-footer a {
  color: inherit;
  text-decoration: none;
}
.lf25-footer a:hover {
  text-decoration: underline;
}
.lf25-footer ul {
  margin: 0;
  padding: 0;
}
.lf25-footer li {
  list-style: none;
}
.lf25-footer .lf25-footer-ctitle {
  color: #d3d3d3;
  font-size: 18px;
  line-height: 24px;
  min-width: 162px;
  margin-bottom: 16px;
}
.lf25-footer-wrap {
  max-width: 1220px;
  width: 100%;
  margin: auto;
}
.lf25-footer-main-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 64px;
}
.lf25-footer-cate {
  margin-top: 20px;
  min-width: 140px;
}
.lf25-footer-catelist li {
  padding: 8px 0;
  font-size: 14px;
}
.lf25-footer-cate .lf25-footer-qrcode-li-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.lf25-footer-logo-title-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.lf25-footer-qrcode-box .lf25-footer-qrcode-img {
  height: 102px;
  width: 102px;
}
.lf25-footer-weixin-trriger:hover .lf25-footer-weixin-img {
  display: block;
}
.lf25-footer-weixin-img {
  display: none;
  position: absolute;
}
.lf25-footer-rights-box {
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  padding: 20px 0;
  color: #5f6160;
}

.footer-wrap-container {
  display: flex;
}
.lf25-footer-rights-row {
  line-height: 30px;
}
/*折叠面板*/
.lf25-footer-collapsible-box,
.lf25-footer-collapsible-logo {
  display: none;
}
.lf25-footer-collapsible-colmenu-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  cursor: pointer;
  color: #d3d3d3;
  font-size: 16px;
  padding: 0 16px;
}
.lf25-footer-collapsible-col-submenu-list {
  height: 0;
  overflow: hidden;
}
ul.lf25-footer-collapsible-col-submenu-list li {
  height: 48px;
  line-height: 48px;
  width: 100%;
  color: #adadad;
}
.lf25-footer-collapsible-col-submenu-list li a,
.lf25-footer-collapsible-col-submenu-list li span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 36px;
  font-size: 14px;
}
.lf25-col-submenu-list li a:hover {
  background: #e9f1fc;
  color: var(--lf25-theme-c);
}
.lf25-footer-collapsible-colmenu-box .lf25-footer-colmenu-arrow {
  transition: transform 0.3s;
}
.lf25-footer-collapsible-colmenu-btn.lf25-footer-col-active
  .lf25-footer-colmenu-arrow {
  transform: rotate(180deg);
}
.lf25-footer-collapsible-col-submenu-list.lf25-footer-sub-open {
  height: auto;
}
.lf25-footer-collapsible-logo {
  margin: 36px 0;
}
.lf25-footer-to-create-trigger {
  cursor: pointer;
}
.lf25-footer-to-create-trigger:hover {
  text-decoration: underline;
}
.lf25-footer-object-tips {
  font-size: 13px;
  line-height: 18px;
  color: #5f6160;
}
@media (max-width: 1080px) {
  .lf25-footer-cate .lf25-footer-qrcode-li-box {
    width: 100%;
  }
}
@media (max-width: 770px) {
  .lf25-footer-main-box {
    display: none;
  }
  .lf25-footer-collapsible-box,
  .lf25-footer-collapsible-logo {
    display: block;
  }
}
@media (max-width: 680px) {
}
