.footer {
  width: 100%;
  height: 18.2292vw;
  /* background: #333333; */
  padding-top: 1.8229vw;
  background: url(../images/fot-yjj.png);
}
.footer .fothd {
  display: flex;
  justify-content: space-between;
}
.footer .fothd .ftlogo {
  width: 10.9375vw;
  height: 9.375vw;
}
.footer .fothd .ftlogo img {
  width: 100%;
  height: 100%;
}
.footer .fothd .ftlink {
  margin-top: 1.0417vw;
}
.footer .fothd .ftlink li a {
  font-weight: 400;
  font-size: 0.8333vw;
  color: #ffffff;
  line-height: 1.4583vw;
  opacity: 0.6;
}
.footer .fothd .ftlink .ftnname {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.9375vw;
  color: #ffffff;
  line-height: 1.4583vw;
  margin-bottom: 1vw;
  opacity: 0.9;
}
.footer .fothd .ftlink li:hover a {
  color: #2ea7e0;
  opacity: 1;
}
.footer .fothd .ewm {
  width: 20.8333vw;
  height: 10.9375vw;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .fothd .ewm .contact {
  text-align: center;
}
.footer .fothd .ewm .contact p {
  font-weight: 400;
  font-size: 0.8333vw;
  color: #ffffff;
  line-height: 1.4583vw;
  opacity: 0.9;
  display: flex;
  align-items: center;
}
.footer .fothd .ewm .contact p span {
  font-weight: bold;
  font-size: 1.5625vw;
  color: #ff000e;
  margin-left: 0.2604vw;
}
.links {
  margin-top: 0.9375vw;
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.links img {
  width: 2.6042vw;
  height: 2.6042vw;
}
.footer .fothd .ewm .contact .phon {
  margin: 0.6vw 0;
}
.footer .fothd .ewm .contact .phone {
  font-weight: bold;
  font-size: 1.25vw;
  color: #ffffff;
  line-height: 1.4583vw;
  margin: 0.8333vw 0;
  opacity: 0.9;
}
.footer .fothd .ewm .contact .phone img {
  width: 1.6667vw;
  height: 1.6667vw;
  display: inline;
}
.footer .fothd .ewm .qrcode {
  margin-left: 1.3021vw;
  width: 7.3958vw;
  height: 7.3958vw;
  background: rgba(255, 255, 255, 0.08);
}
.footer .fothd .ewm .qrcode img {
  width: 100%;
  height: 100%;
}
.footer .bottom {
  margin-top: 2.5vw;
  border-top: 0.0521vw solid #7a7a7a;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.125vw;
}
.footer .bottom p {
  font-weight: 400;
  font-size: 0.8333vw;
  color: #ffffff;
  line-height: 1.4583vw;
  opacity: 0.6;
  margin-right: 2vw;
}
.footer .bottom p a {
  font-weight: 400;
  font-size: 0.8333vw;
  color: #ffffff;
  line-height: 1.4583vw;
}
.footer .bottom p a img {
  width: 0.8333vw;
  height: 0.8333vw;
  display: inline;
}
#pages a {
  border-radius: 4px;
}
#pages span {
  background: #cf000a !important;
  border: 1px solid #cf000a !important;
  border-radius: 4px;
}
#pages a:hover {
  border: 1px solid #cf000a !important;
  background-color: #cf000a !important;
}
#pages-num {
  border-radius: 4px;
  width: 34px;
  height: 25px;
}
/* 移动端底部 */
@media screen and (max-width: 1000px) {
  .footer {
    width: 100%;
    height: auto;
    padding-top: 15px;
  }
  .footer .fothd {
    flex-wrap: wrap;
  }
  .footer .fothd .ftlogo {
    display: none;
  }
  .footer .fothd .ftlogo img {
    width: 100%;
    height: 100%;
  }
  .footer .fothd .ftlink {
    margin-top: 20px;
    width: 30%;
    display: none;
  }
  .footer .fothd .ftlink li a {
    font-size: 14.0006px;
    line-height: 27.9994px;
  }
  .footer .fothd .ftlink .ftnname {
    font-size: 18px;
    line-height: 27.9994px;
  }

  .footer .fothd .ewm {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 10px;
  }

  .footer .fothd .ewm .contact p {
    font-size: 14.0006px;
    line-height: 27.9994px;
  }
  .footer .fothd .ewm .contact .phone {
    font-size: 24px;
    line-height: 27.9994px;
    margin: 10px 0;
  }
  .footer .fothd .ewm .contact .phone img {
    width: 22px;
    height: 22px;
  }
  .footer .fothd .ewm .qrcode {
    margin-left: 25.0003px;
    width: 141.9994px;
    height: 141.9994px;
  }
  .footer .fothd .ewm .qrcode img {
    width: 100%;
    height: 100%;
  }
  .footer .bottom {
    margin-top: 10px;
    border-top: 1.0003px solid #7a7a7a;
    flex-wrap: wrap;
    padding: 20px 0;
    height: auto;
  }
  .footer .fothd .ewm .contact p span {
    font-size: 16px;
  }
  .links img {
    width: 30px;
    height: 30px;
  }
  .footer .bottom p {
    text-align: center;
    font-size: 14.0006px;
    line-height: 27.9994px;
    margin-right: 10px;
  }
  .footer .bottom p a {
    font-weight: 400;
    font-size: 14.0006px;
    line-height: 27.9994px;
  }
  .footer .bottom p a img {
    width: 15.9994px;
    height: 15.9994px;
  }
}
