.allcover {
  position: absolute;
  top: 0;
  right: 0;
}
.ctt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.lr {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ell2 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ell3 {
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body #pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
body #pages a {
  font-size: 16px;
  color: #999;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 6px;
  line-height: 34px;
  background: #fff;
  margin: 0 4px;
}
body #pages a:hover {
  color: #e02727;
}
body #pages a:first-child {
  width: auto;
  background: none;
}
body #pages a:first-child:hover {
  color: #999;
}
body #pages .a1 {
  width: 64px;
}
body #pages span {
  font-size: 16px;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 6px;
  line-height: 34px;
  background: #e02727;
  color: #fff;
  margin: 0 4px;
}
body footer {
  background: #272930;
}
body footer .sitemap {
  display: flex;
  justify-content: center;
  height: 272px;
  padding-top: 60px;
  box-sizing: border-box;
}
body footer .sitemap dl {
  margin-right: 98px;
}
body footer .sitemap dl dt {
  font-size: 16px;
  color: #F7F8FA;
  font-weight: 400;
  margin-bottom: 10px;
}
body footer .sitemap dl dd {
  line-height: 26px;
}
body footer .sitemap dl dd a {
  font-size: 12px;
  color: #C9C9CB;
}
body footer .sitemap .contact {
  width: 560px;
  margin-right: 80px;
}
body footer .sitemap .contact .contact-t strong {
  display: block;
  font-size: 16px;
  color: #F7F8FA;
  font-weight: 400;
  margin-bottom: 12px;
}
body footer .sitemap .contact .contact-t > ul {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(169, 169, 172, 0.2);
  margin-bottom: 30px;
}
body footer .sitemap .contact .contact-t > ul li {
  display: flex;
  align-items: center;
  margin-right: 58px;
}
body footer .sitemap .contact .contact-t > ul li p {
  padding-left: 10px;
  font-size: 12px;
  color: #C9C9CB;
}
body footer .sitemap .contact > ul {
  display: flex;
  justify-content: space-between;
}
body footer .sitemap .contact > ul li {
  display: flex;
  align-items: center;
}
body footer .sitemap .contact > ul li .txt {
  padding-left: 10px;
}
body footer .sitemap .contact > ul li .txt span {
  font-size: 12px;
  color: #C9C9CB;
}
body footer .sitemap .contact > ul li .txt p {
  font-size: 16px;
  color: #C9C9CB;
  font-weight: bold;
  line-height: 20px;
}
body footer .sitemap .line {
  margin-right: 88px;
  margin-top: 30px;
}

body footer .sitemap .qrcode_left {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  align-items: center;
}
body footer .sitemap .qrcode_left span {
  margin-top: 12px;
  font-size: 12px;
  color: #C9C9CB;
}
body footer .sitemap .qrcode_right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body footer .sitemap .qrcode_right span {
  margin-top: 12px;
  font-size: 12px;
  color: #C9C9CB;
}

body footer .copyright {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  color: #C9C9CB;
  background: #16181E;
}
/*# sourceMappingURL=footer.css.map */