.footer-view .content {
  padding: 56px 0 22px 0;
}
.footer-view .card {
  background-color: transparent;
  border: 0;
  padding: 24px 0 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin: 0 !important;
  width: 100%;
}
.footer-view .card .list-group {
  flex-shrink: 0;
  border-bottom: none;
}
.footer-view .card:last-child {
  border-bottom: none !important;
}
.footer-view .menus-list-card .list-group-item {
  background-color: transparent;
  border-bottom: none;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
}
.footer-view .menus-list-card .list-group-item a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  white-space: nowrap;
}
.footer-view .menus-list-card .list-group-item a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration-line: underline;
}
.footer-view .menus-list-card .title-item {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}
.footer-view .menus-list-card .title-item a {
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}
.footer-view .menus-list-card .official-account-list .list-group-item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.footer-view .menus-list-card .official-account-list .list-group-item .phone-text {
  height: 20px;
}
.footer-view .menus-list-card .official-account-list .list-group-item:first-child {
  margin-bottom: 24px;
}
.footer-view .menus-list-card .official-account-list .qr-code-item {
  margin-left: 24px;
}
.footer-view .menus-list-card .official-account-list .qr-code-item:first-child {
  margin-left: 0;
}
.footer-view .menus-list-card .official-account-list .qr-code-item .image-view {
  width: 96px;
  height: 96px;
}
.footer-view .menus-list-card .official-account-list .qr-code-item p {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 17px;
  margin-top: 8px;
}

.footer-view .menus-list-card .official-account-list .other-app-list {
  margin-top: 18px;
}
.footer-view .menus-list-card .official-account-list .other-app-list a {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.footer-view .card .card-title {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 22px;
  margin-right: 40px;
  font-weight: 600;
  white-space: nowrap;
}
.footer-view .card a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
  margin-right: 24px;
  margin-bottom: 16px;
  display: inline-block;
  white-space: nowrap;
}
.footer-view .card a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}
.footer-view .footer-other-info-card {
  padding-bottom: 26px;
}
.footer-view .footer-other-info-card img {
  width: 98px;
  height: 24px;
  min-height: auto;
}
.footer-view .footer-other-info-card p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  white-space: nowrap;
}
.footer-view .footer-other-info-card p a {
  margin-bottom: 0;
}
.footer-view .footer-other-info-card .logo {
  line-height: 1;
}
.footer-view .footer-other-info-card .logo .LOGO {
  font-size: 28px;
  color: #ffffff;
  line-height: 1;
}
.footer-view .menus-list-card .title-item a:hover {
  text-decoration: none;
}

.footer-view .menus-list-card .account-list .account-item {
  margin-left: 20px;
  display: block;
  line-height: 30px;
  margin-right: 0;
}
.footer-view .menus-list-card .account-list .account-item:first-child {
  margin-left: 0;
}
.footer-view .menus-list-card .account-list .account-item img {
  width: 20px;
  height: 20px;
}

.blogroll-list-view {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
