.footer .footer_content {
  background: #252525;
  padding: 0.9rem 0 0.94rem;
  font-family: Muli, Muli-Bold;
  text-align: left;
  color: #fff;
}

.footer .footer_content .page-content {
  display: flex;
  justify-content: space-between;
}

.footer .left {
  flex: 1;
}

.footer .follow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.38rem;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #363636;
}

.footer .f-title {
  font-size: Max(0.22rem, 12px);
  line-height: 1.27;
}

.footer .follow_content {
  display: flex;
  gap: 0.18rem;
  margin-left: 20px;
}

.footer .follow_item {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.footer .follow_item[href] {
  cursor: pointer;
}

.footer .follow_item[href]:hover {
  transform: translateY(-6px);
}

.footer .follow_item.wechat, .footer .follow_item.video-id {
  position: relative;
}

.footer .follow_item.wechat::after, .footer .follow_item.video-id::after {
  content: '';
  display: none;
  position: absolute;
  top: Min(-1.6rem, -100px);
  left: 50%;
  width: Max(1.5rem, 90px);
  height: Max(1.5rem, 90px);
  transform: translateX(-50%);
}

.footer .follow_item.wechat:hover::after, .footer .follow_item.video-id:hover::after {
  display: block;
}

.footer .follow_item.wechat {
  background-image: url(../images/icon-wechat.png);
}

.footer .follow_item.wechat::after {
  background: url(../images/new/media-img1.jpg) no-repeat center/contain;
}

.footer .follow_item.video-id {
  background-image: url(../images/icon-video-id.png);
}

.footer .follow_item.video-id::after {
  background: url(../images/new/media-img2.jpg) no-repeat center/contain;
}

.footer .follow_item.micro-blog {
  background-image: url(../images/icon-micro-blog.png);
}

.footer .follow_item.red-book {
  background-image: url(../images/icon-red-book.png);
}

.footer .follow_item.zhihu {
  background-image: url(../images/icon-zhihu.png);
}

.footer .follow_item.blibili {
  background-image: url(../images/icon-blibili.png);
}

.footer .follow_item.headlines {
  background-image: url(../images/icon-headlines.png);
}

.footer .follow_item.tiktok {
  background-image: url(../images/icon-tiktok.png);
}

.footer .siteMap {
  font-size: Max(0.18rem, 12px);
  line-height: 1.444;
}

.footer .map-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 1rem;
  gap: 0.2rem;
  text-transform: uppercase;
}

.footer .map-link a {
  color: #fff;
  opacity: 0.7;
}

.footer .map-link a[href]:hover {
  opacity: 1;
}

.footer .right {
  width: 4.38rem;
  margin-left: 0.9rem;
}

.footer .right .s-title {
  margin-bottom: 0.15rem;
  font-size: Max(0.22rem, 12px);
  line-height: 1.5;
}

.footer .right .subscribe_mail {
  display: block;
  height: 0.58rem;
  width: 100%;
  margin-bottom: 16px;
  padding: 0 0.3rem;
  box-sizing: border-box;
  background: #2c2c2c;
  color: #fff;
  border: none;
  font-size: 12px;
}

.footer .right .subscribe_btn {
  display: block;
  height: 0.52rem;
  width: 100%;
  background: #ffffff;
  border: none;
  font-size: 12px;
  font-weight: 700;
  color: #252525;
  cursor: pointer;
}

.footer .bottomBar {
  background: #926f34;
  padding: 5px 0;
}

.footer .bottomBar .page-content {
  display: flex;
  align-items: center;
}

.footer .bottomBar .logo {
  display: block;
  width: 1.73rem;
  height: 0.54rem;
  margin-right: 0.9rem;
  background: url("../images/home/logo_bottom.jpg") no-repeat center/contain;
}

.footer .bottomBar .copyright {
  flex: 1;
  font-family: Muli-Regular;
  font-size: Max(0.14rem, 12px);
  line-height: 1.44;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 910px) {
  .footer .footer_content {
    padding: 30px 0 40px;
  }
  .footer .footer_content .page-content {
    display: block;
  }
  .footer .follow {
    gap: 14px;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .footer .f-title {
    font-size: 14px;
  }
  .footer .follow_content {
    margin-left: 0;
    gap: 12px;
    flex-wrap: wrap;
  }
  .footer .follow_item {
    width: 30px;
    height: 30px;
  }
  .footer .siteMap {
    font-size: 12px;
  }
  .footer .map-link {
    flex-direction: initial;
    height: auto;
    gap: initial;
    font-family: Muli-Regular;
    margin-left: -10px;
  }
  .footer .map-link li {
    padding: 4px 10px;
    opacity: 0.7;
  }
  .footer .map-link li:hover {
    opacity: 1;
  }
  .footer .right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .footer .right .s-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer .right .subscribe_mail {
    height: 34px;
    padding: 0 12px;
    margin-bottom: 10px;
    font-size: 10px;
  }
  .footer .right .subscribe_btn {
    height: 36px;
    line-height: 36px;
  }
  .footer .bottomBar {
    padding: 14px 0;
  }
  .footer .bottomBar .page-content {
    display: block;
  }
  .footer .bottomBar .logo {
    width: 100px;
    height: 40px;
    margin: 0 auto;
  }
  .footer .bottomBar .copyright {
    font-size: 10px;
  }
}
