.yixing-footer {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 40px 0 35px 0;
  box-sizing: content-box;
}
.yixing-footer .color-CCC {
  color: #CCCCCC;
}
.yixing-footer .color-848485 {
  color: #848485;
}
.yixing-footer .yixing-footer-content {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
  padding: 0 40px 60px 40px;
  border-bottom: 1px solid #292929;
  box-sizing: content-box;
  overflow: hidden;
}
.yixing-footer .yixing-footer-content .yixing-qr-code {
  text-align: center;
  display: flex;
  gap: 34px;
}
.yixing-footer .yixing-footer-content .yixing-qr-code > div:last-of-type {
  width: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.yixing-footer .yixing-footer-content .yixing-qr-code img {
  display: block;
}
.yixing-footer .yixing-footer-content .yixing-qr-code img.qr-code-img {
  margin-bottom: 16px;
  width: 120px;
  height: 120px;
  border-radius: 10px;
}
.yixing-footer .yixing-footer-content .yixing-qr-code img.qr-code-img.WX-gongzhonghao {
  margin-bottom: 17px;
}
.yixing-footer .yixing-footer-content .yixing-qr-code .logo {
  width: 77px;
  margin-bottom: 53px;
  padding-top: 3px;
}
.yixing-footer .yixing-footer-content .yixing-qr-code .slogan {
  width: 177px;
  margin-bottom: 42px;
}
.yixing-footer .yixing-footer-content .yixing-link {
  display: flex;
  gap: 100px;
}
.yixing-footer .yixing-footer-content .yixing-link h4 {
  font-weight: bolder;
  font-size: 16px;
  margin-bottom: 32px;
}
.yixing-footer .yixing-footer-content .yixing-link h5, .yixing-footer .yixing-footer-content .yixing-link .link-name {
  font-size: 14px;
  margin-bottom: 20px;
}
.yixing-footer .yixing-footer-content .yixing-link a:hover {
  text-decoration: underline;
  color: #fff;
}
.yixing-footer .yixing-footer-content .yixing-link p {
  font-weight: normal;
}
.yixing-footer .yixing-footer-content .yixing-link p:first-of-type {
  margin-top: 20px;
}
.yixing-footer .beian-info {
  font-size: 14px;
  margin-top: 35px;
  text-align: center;
}
.yixing-footer .beian-info a:hover {
  text-decoration: underline;
  color: #fff;
}

.func-button {
  position: fixed;
  right: -150px;
  bottom: 50px;
  z-index: 100;
  transition: right 0.3s;
}
.func-button.active {
  right: 46px;
}
.func-button > div {
  position: relative;
}
.func-button > div .icon {
  box-sizing: content-box;
  border-radius: 50%;
  background: #10151F;
  border: 1px solid #232731;
  cursor: pointer;
  transition: all 0.2s;
}
.func-button > div .icon:hover {
  border: 1px solid #4c6a69;
  background: #050506;
}
.func-button > div .icon .icon-img {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  padding: 13px;
}
.func-button > div.kefu {
  margin-bottom: 16px;
}
.func-button > div.kefu:hover > span {
  opacity: 1;
}
.func-button > div.kefu .icon-img {
  background: url("https://testdown.jiangxiatech.com/wm-static-resource/fanbai-yixing/icon_kefu-no-color.png") no-repeat center;
}
.func-button > div.kefu .icon-img:hover {
  background: url("https://testdown.jiangxiatech.com/wm-static-resource/fanbai-yixing/icon_kefu.png") no-repeat center;
}
.func-button > div.backTop .icon-img {
  background: url("https://testdown.jiangxiatech.com/wm-static-resource/fanbai-yixing/icon_back-to-top-no-color.png") no-repeat center;
}
.func-button > div.backTop .icon-img:hover {
  background: url("https://testdown.jiangxiatech.com/wm-static-resource/fanbai-yixing/icon_back-to-top.png") no-repeat center;
}
.func-button > div > span {
  color: #67EAFF;
  border: 1px solid #4C6A69;
  padding: 12px 14px;
  border-radius: 6px;
  background: #0c1615;
  position: absolute;
  left: -104px;
  top: 5px;
  opacity: 0;
  transition: opacity 0.2s;
  user-select: none;
  pointer-events: none;
}

@media (max-width: 1280px) {
  .yixing-footer .yixing-footer-content {
    width: 80%;
  }
  .yixing-footer .yixing-footer-content .yixing-link {
    gap: 60px;
  }
}