.footerfollowIconBg {
  --bs-tooltip-bg: white;
  --bs-tooltip-opacity: 1;
}

.footerplusButton {
  border: none!important;
}

.footerfollowIcon {
  width: 160px;
  height: 160px;
}
.footerfollowIcon.tikQRCode {
  background: url("../images/nan/tik.jpg") no-repeat center / 100% 100%;
}
.footerfollowIcon.redQRCode {
  background: url("../images/nan/red.jpg") no-repeat center / 100% 100%;
}
.footerfollowIcon.wcQRCode {
  background: url("../images/nan/wechat.jpg") no-repeat center / 100% 100%;
}

.footerfollowIcon-CT {
  background-color: white!important;
}

.m-footer-logoName {
  margin-left: 10px;
  height: 34px;
  font-size: 18px;
  line-height: 24px;
}

.m-footer-logoName2 {
  text-align: left;
  height: 80px;
  font-size: 18px;
  line-height: 80px;
}

.m-footer-logoNameS {
  font-size: 18px;
  line-height: 24px;
}

.breadcrumb-item:not(:first-child)::before {
  content: '';
  display: inline-flex;
  margin: 0 15px 0 15px;
  width: 10px;
  height: 100%;
  align-items: center;
  background: url('../images/nan/breadcrumbs_right.svg') no-repeat center / 100% 100%;
}