footer {
  background-color: #c2994b;
  padding-bottom: 42px;
  padding-top: 120px;
}
footer .footerCenter .footerTop {
  display: flex;
}
footer .footerCenter .footerTop .left img {
  width: 218px;
  height: 66px;
}
footer .footerCenter .footerTop .left .copyright {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
}
footer .footerCenter .footerTop .center {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 85px 70px 100px;
  margin-left: 100px;
  border-left: 1px solid #cead6f;
  border-right: 1px solid #cead6f;
  width: 720px;
}
footer .footerCenter .footerTop .center a {
  margin-bottom: 40px;
  display: block;
  white-space: nowrap;
  width: 230px;
  color: #fff3dd;
  font-weight: bold;
  font-size: 22px;
  margin-right: 15px;
}
footer .footerCenter .footerTop .right {
  flex: 1;
  margin-left: 96px;
}
footer .footerCenter .footerTop .right .followUs {
  color: #dac293;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 26px;
}
footer .footerCenter .footerTop .right .links {
  display: flex;
}
footer .footerCenter .footerTop .right .links a {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
footer .footerCenter .footerTop .right .links a:last-child {
  margin-right: 0;
}
footer .footerCenter .footerBottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  border-top: 1px solid #cead6f;
}
footer .footerCenter .footerBottom a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
  margin-right: 36px;
}
footer .footerCenter .footerBottom a:last-child {
  margin-right: 0;
}
footer .footerCenter .footerBottom a img {
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
footer .links a {
  position: relative;
}
footer .links a:hover .i-white {
  display: block;
}
footer .links a:hover .i-gray {
  display: none;
}
footer .links a:hover .hover_code {
  display: block;
}
footer .links a .hover_code {
  width: 148px;
  height: 156px;
  border-radius: 7px;
  position: absolute;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 190%;
  z-index: 8;
  display: none;
}
footer .links a .hover_code img {
  width: 112px;
  height: 112px;
}
footer .links a .hover_code .hover_code_box {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
footer .links a .hover_code .hover_code_box::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  /* 左边框透明 */
  border-right: 15px solid transparent;
  /* 右边框透明 */
  border-top: 15px solid #fff;
  /* 上边框为红色，形成下三角 */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
}
footer .links a .name_code {
  color: #b4b5b0;
  font-size: 12px;
  text-align: center;
  margin-top: 3px;
}
footer .links .i-gray,
footer .links .i-white {
  width: 25px;
  height: 25px;
  object-fit: contain;
}
footer .links .i-white {
  display: none;
}
