footer {
  padding: 40px 0;
  background: #222222;
}
.footer-nav-recommend {
  padding-right: 60px;
}
.footer-nav-recommend {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  width: auto;
  height: 120px;
}
.footer-wx-item {
  position: relative;
  width: 200px;
  height: 50px;
  background: #2e2e2e;
  border-radius: 8px;
}
.plat-box {
  width: 120px;
  height: 120px;
  background: #8a8a8a;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  top: -127px;
  /* right: -10px; */
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 3;
}
.footer-wx-item:hover .plat-box {
  display: flex;
}
.plat-text {
  font-size: 16px;
  width: 72px;
  height: 72px;
  font-family: 'OPPOSans';
  text-align: center;
  color: #ffffff;
  line-height: 36px;
}
.plat-box::after {
  content: '';
  display: block;
  position: absolute;
  border: 7px solid transparent;
  border-top: 7px solid #8a8a8a;
  bottom: -14px;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
}
.plat-box img {
  width: 100%;
  height: 100%;
}
.footer-wx-item .iconfont {
  color: #ffffff;
  font-size: 28px;
}
.footer-wx-text {
  font-size: 14px;
  font-family: 'OPPOSans';
  color: rgba(255, 255, 255, 0.72);
  line-height: 20px;
  margin-left: 16px;
}
.footer-wx-list {
  /* margin-top: 40px; */
  width: 600px;
  padding: 0 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-wx-item {
  /* margin-bottom: 30px; */
  cursor: pointer;
}
.footer-wx-item:first-child {
  margin-left: 0;
}
.footer-wx-item:nth-child(3) {
  margin-left: 0;
  margin-bottom: 0;
}
.footer-wx-item:last-child {
  margin-bottom: 0;
}
.footer-nav-list {
  width: calc(100% - 800px);
  /* margin-left: 160px; */
  padding-left: 60px;
}
.footer-nav-list dl dt {
  font-size: 14px;
  font-family: 'OPPOSansM';
  color: #ffffff;
  line-height: 19px;
  margin-bottom: 10px;
  text-align: center;
}
.footer-nav-list dl dd {
  margin-bottom: 10px;
}
.footer-nav-list dl dd:last-child {
  margin-bottom: 0;
}
.footer-nav-list dl dd a {
  font-size: 12px;
  font-family: 'OPPOSans';
  color: rgba(255, 255, 255, 0.72);
  line-height: 16px;
  display: block;
  width: 100%;
  text-align: center;
}
.footer-nav-list dl dd.active a,
.footer-nav-list dl dd a:hover {
  color: #384baf;
}
.footer-nav-top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-nav-bottom {
  padding-top: 20px;
}
.footer-friend-link {
  margin-bottom: 16px;
}
.footer-friend-link dt {
  font-size: 14px;
  font-family: 'OPPOSansM';
  color: #ffffff;
  line-height: 20px;
}
.footer-friend-link dd {
  margin-left: 30px;
}
.footer-friend-link dd a {
  font-size: 12px;
  font-family: 'OPPOSans';
  color: rgba(255, 255, 255, 0.72);
  line-height: 16px;
}
.footer-friend-link dd a:hover {
  color: #384baf;
}
.footer-website-info li {
  font-size: 12px;
  font-family: 'OPPOSans';
  color: rgba(255, 255, 255, 0.72);
  line-height: 16px;
  padding-right: 28px;
  padding-left: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}
.footer-website-info li:first-child {
  padding-left: 0;
}
.footer-website-info li:last-child {
  padding-right: 0;
  border-right: none;
}
