.footer {
  background: url(/images/style6/footer-back.png) no-repeat center / cover;
  height: 300px;
  margin-top: 20px;
}
.footer-content.container:before {
  content: none;
}
.footer-content.container:after {
  content: none;
}
.footer-content {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-left-top {
  height: 60px;
  display: flex;
  align-items: center;
}
.footer-left-top img {
  height: 48px;
  width: 48px;
  cursor: pointer;
}
.footer-left-top .text {
  margin-left: 10px;
}
.footer-left-top .text p {
  color: var(--header-main-text);
  font-size: 18px;
}
.footer-left-top .text a {
  cursor: pointer;
  color: var(--header-sub-text);
  display: block;
}
.footer-left-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.footer-left-center .text span {
  font-size: 16px;
  color: var(--header-main-text);
  line-height: 14px;
  text-align: left;
  font-style: normal;
  vertical-align: middle;
  line-height: 10px;
  display: inline-block;
}
.footer-left-center .text span:nth-child(2) {
  padding-left: 50px;
  padding-right: 40px;
  border-right: 1px solid #fff;
}
.footer-left-center .text span:nth-child(3) {
  margin-left: 40px;
}
.button-group {
  margin-left: 40px;
}
.button-group .myfancy {
  width: 120px;
  height: 32px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  font-style: normal;
}
.button-group .myfancy1 {
  width: 120px;
  height: 32px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 16px;
  color: var(--theme-color);
  line-height: 24px;
  text-align: center;
  font-style: normal;
  margin-left: 20px;
}
.footer-left-bottom {
  margin-top: 40px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.footer-right {
  width: 200px;
  height: 200px;
  background: #ffffff;
  display: flex;
}
.footer-right img {
  width: 184px;
  height: 184px;
  margin: auto;
}
