/* ==================== 底部样式 Start ==================== */
footer {
  position: relative;
  z-index: 14;
}
footer.black .footer {
  background-color: #000;
}
footer.black .footer .foot-text1 {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
footer.black .footer .foot-copyright {
  color: #fff;
}
footer.black .footer .foot-top > ul > li > a {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
footer.black .footer .foot-top > ul > li > ul > li > a {
  color: #fff;
  opacity: 0.6;
}
footer.black .footer .foot-share .item .icon {
  background-color: #898989;
}
footer.black .footer .foot-share .item .icon img:nth-child(1) {
  opacity: 1;
}
footer.black .footer .foot-tel .text1 {
  color: #fff;
}
footer.black .footer .foot-tel .text2 {
  color: #86868B;
}
footer.black .footer .language {
  border-bottom-color: rgba(134, 134, 139, 0.5);
}
footer.black .footer .language .text {
  color: #fff;
  border-right-color: #fff;
}
.footer {
  background-color: #fff;
  padding: 30px 40px;
  padding-bottom: 60px;
}
.footer .mxw-box {
  width: 100%;
}
.footer .foot-top {
  margin-bottom: 0;
}
.footer .foot-top > ul > li:last-child > ul {
  margin-bottom: 0;
}
.footer .foot-top > ul > li > a {
  color: #1D1D1F;
  font-size: 20px;
  font-family: "HYJunhei-65J";
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
  position: relative;
  border-bottom: 1px solid rgba(134, 134, 139, 0.4);
}
.footer .foot-top > ul > li > a.active .icon:after {
  content: "-";
}
.footer .foot-top > ul > li > a .icon {
  width: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.footer .foot-top > ul > li > a .icon:after {
  content: "+";
}
.footer .foot-top > ul > li > ul {
  display: none;
  padding-top: 20px;
}
.footer .foot-top > ul > li > ul:after {
  content: "";
  display: block;
  clear: both;
}
.footer .foot-top > ul > li > ul.active {
  display: flex;
}
.footer .foot-top > ul > li > ul > li {
  float: left;
  width: 50%;
}
.footer .foot-top > ul > li > ul > li:nth-child(2) ~ li {
  margin-top: 10px;
}
.footer .foot-top > ul > li > ul > li > a {
  font-size: 18px;
  display: block;
  color: #424245;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .foot-top > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
.footer .foot-text1 {
  font-size: 20px;
  color: #424245;
  line-height: 1.1;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: "HYJunhei-65J";
}
.footer .foot-text1 span {
  color: #0071E3;
}
.footer .foot-text1 a {
  color: #0071E3;
  font-family: inherit;
}
.footer .foot-text1 a:hover {
  text-decoration: underline;
}
.footer .foot-share {
  margin-top: 20px;
}
.footer .foot-share .text1 {
  font-size: 20px;
  color: #86868B;
  line-height: 1.1;
  margin-bottom: 40px;
}
.footer .foot-share .itembox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer .foot-share .item {
  margin-right: 28px;
  position: relative;
}
.footer .foot-share .item:last-child {
  margin-right: 0;
}
.footer .foot-share .item:nth-child(1) .qr,
.footer .foot-share .item:nth-child(2) .qr {
  left: 140%;
}
.footer .foot-share .item:nth-child(5) ~ .item .qr {
  left: 20%;
}
.footer .foot-share .item:hover .icon img:nth-child(1) {
  display: none;
}
.footer .foot-share .item:hover .icon img:nth-child(2) {
  display: block;
}
.footer .foot-share .item:hover .qr,
.footer .foot-share .item:hover .tel {
  opacity: 1;
  visibility: visible;
}
.footer .foot-share .item .icon {
  width: 70px;
  height: 70px;
  display: block;
  flex-shrink: 0;
  background-color: #EAEAEC;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .foot-share .item .icon img {
  width: 100%;
}
.footer .foot-share .item .icon img:nth-child(1) {
  width: 70%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: 0.5;
}
.footer .foot-share .item .icon img:nth-child(2) {
  display: none;
}
.footer .foot-share .item .qr {
  width: 400px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
}
.footer .foot-share .item .tel {
  white-space: nowrap;
  padding: 14.995px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  transition: all 0.4s;
  color: #333;
  font-size: 15.994px;
  opacity: 0;
  visibility: hidden;
}
.footer .foot-tel {
  margin-bottom: 40px;
  margin-top: 40px;
}
.footer .foot-tel .text1 {
  font-size: 40px;
  line-height: 1.1;
  font-family: "HYJunhei-85J";
  color: #000;
  margin-bottom: 20px;
}
.footer .foot-tel .text2 {
  font-size: 20px;
  color: #86868B;
  line-height: 1.1;
}
.footer .language {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(134, 134, 139, 0.5);
}
.footer .language .text {
  font-size: 32px;
  margin-right: 20px;
  padding-right: 20px;
  line-height: 1.1;
  color: #000;
  border-right: 1px solid #000;
}
.footer .language .text:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
.footer .foot-copyright {
  padding-top: 40px;
  font-size: 20px;
  color: #424245;
  line-height: 1.4;
  font-family: "HYJunhei-65J";
}
.footer .foot-copyright a {
  color: inherit;
  font-family: inherit;
}
.footer .foot-copyright a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .footer {
    padding: 4vw 5.333vw;
    padding-bottom: 8vw;
  }
  .footer .mxw-box {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .foot-top > ul > li > a {
    font-size: 3.2vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-right: 3.2vw;
  }
  .footer .foot-top > ul > li > a .icon {
    width: 3.2vw;
  }
  .footer .foot-top > ul > li > ul {
    padding-top: 3.2vw;
  }
  .footer .foot-top > ul > li > ul > li:nth-child(2) ~ li {
    margin-top: 1.333vw;
  }
  .footer .foot-top > ul > li > ul > li > a {
    font-size: 3.2vw;
    padding-top: 1.333vw;
    padding-bottom: 1.333vw;
  }
  .footer .foot-text1 {
    font-size: 3.2vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .footer .foot-share {
    margin-top: 2.67vw;
  }
  .footer .foot-share .text1 {
    font-size: 2.67vw;
    margin-bottom: 5.33vw;
  }
  .footer .foot-share .item {
    margin-right: 3.73vw;
  }
  .footer .foot-share .item .icon {
    width: 9.33vw;
    height: 9.33vw;
  }
  .footer .foot-share .item .qr {
    width: 53.33vw;
    height: 53.33vw;
    border-radius: 1.33vw;
    margin-bottom: 2.67vw;
    box-shadow: 0 0 1.33vw -0.67vw rgba(0, 0, 0, 0.5);
  }
  .footer .foot-share .item .tel {
    padding: 14.132 0.67vw;
    border-radius: 1.33vw;
    margin-bottom: 2.67vw;
    font-size: 15.132 0.53vw;
  }
  .footer .foot-tel {
    margin-bottom: 5.33vw;
    margin-top: 5.33vw;
  }
  .footer .foot-tel .text1 {
    font-size: 5.33vw;
    margin-bottom: 2.67vw;
  }
  .footer .foot-tel .text2 {
    font-size: 2.67vw;
  }
  .footer .language {
    padding-bottom: 6.67vw;
  }
  .footer .language .text {
    font-size: 4.27vw;
    margin-right: 2.67vw;
    padding-right: 2.67vw;
  }
  .footer .foot-copyright {
    padding-top: 4vw;
    font-size: 3.2vw;
  }
}
/* ==================== 底部样式 End ==================== */
