.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1280 {
  width: 1280px;
  margin: 0 auto;
}
p,
a {
  font-size: 16px;
  color: #282525;
}
.page-body-container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  min-height: 100vh;
}
.page-header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.page-header-container.scroll .page-nav-container {
  background: #ad130f;
  height: 88px;
}
.page-header-wrap {
  background: #f5f5f5;
}
.page-header-wrap .w1200 {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}
.page-header-wrap .w1200 .l {
  display: flex;
  align-items: center;
}
.page-header-wrap .w1200 .l .name {
  margin-right: 48px;
  color: rgba(40, 37, 37, 0.85);
}
.page-header-wrap .w1200 .r {
  display: flex;
  align-items: center;
}
.page-header-wrap .w1200 .r .search {
  width: 192px;
  height: 24px;
  border-radius: 14px;
  position: relative;
}
.page-header-wrap .w1200 .r .search input {
  width: 192px;
  height: 24px;
  border-radius: 14px;
  padding: 0 10px;
  border: 1px solid rgb(40, 37, 37, 0.425);
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(40, 37, 37, 0.85);
}
.page-header-wrap .w1200 .r .search img {
  width: 17px;
  height: 17px;
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 8px;
}
.page-header-wrap .w1200 .r .register {
  margin-left: 16px;
  color: rgba(40, 37, 37, 0.85);
}
.page-nav-container {
  height: 88px;
  background: linear-gradient(
    0deg,
    rgba(72, 4, 4, 0) 0%,
    rgba(72, 4, 4, 0.7) 100%
  );
}
.page-nav-container {
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  z-index: 10;
}
.page-nav-container .w1200 {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.page-nav-container .w1200 .l {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.page-nav-container .w1200 .l img {
  width: 346px;
  height: 40px;
  object-fit: contain;
}
.page-nav-container .w1200 .r {
  display: flex;
  align-items: center;
}
.page-nav-container .w1200 .r.search {
  flex: 1;
}
.page-nav-container .w1200 .r .search-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-nav-container .w1200 .r .search-inner input {
  width: 100%;
  height: 40px;
  border-radius: 0;
  font-size: 15px;
  padding: 0 10px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  flex: 1;
  margin: 0 20px;
  outline: none;
}
.page-nav-container .w1200 .r .search-inner .text {
  flex-shrink: 0;
  width: 120px;
  height: 40px;
  color: #ad120e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
.page-nav-container .w1200 .r .nav {
  display: flex;
  align-items: center;
}
.page-nav-container .w1200 .r .nav a {
  font-size: 20px;
  color: #ffffff;
  margin-left: 24px;
  position: relative;
  display: flex;
}
.page-nav-container .w1200 .r .nav a::after {
  content: "";
  position: absolute;
  bottom: -15px;
  height: 2px;
  background: #ffd77b;
  width: 0;
  transition: all 0.3s;
}
.page-nav-container .w1200 .r .nav a.active {
  font-weight: 600;
  color: #ffd77b;
}
.page-nav-container .w1200 .r .nav a:hover::after,
.page-nav-container .w1200 .r .nav a.active::after {
  width: 100%;
}
.page-footer-container {
  background: #da1717;
}
.page-footer-container .links {
  background: #eaeaea;
}
.page-footer-container .links .list {
  display: flex;
  align-items: center;
  height: 80px;
}
.page-footer-container .links .list a {
  font-size: 16px;
  color: rgba(40, 37, 37, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 28px;
  border-left: 1px solid #979797;
}
.page-footer-container .links .list a:hover {
  color: rgba(40, 37, 37, 1);
}
.page-footer-container .links .list a:last-child {
  border-right: 1px solid #979797;
}
.page-footer-container .about-us {
  height: 240px;
  background: #ad120e;
}
.page-footer-container .about-us .w1200 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}
.page-footer-container .about-us a,
.page-footer-container .about-us p {
  font-size: 16px;
  color: #ffffff;
}
.page-footer-container .about-us .l {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-footer-container .about-us .l img {
  width: 415px;
  height: 48px;
  margin-bottom: 16px;
}
.page-footer-container .about-us .l p {
  margin-top: 12px;
}
.page-footer-container .about-us .r {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-footer-container .about-us .r img {
  width: 90px;
  height: 88px;
}
.page-footer-container .about-us .r p {
  margin-top: 12px;
}
.pager-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  margin: 34px 0 28px;
}
.pager-container .total-number {
  color: #000000;
  margin: 0 4px;
  font-size: 18px;
}
.pager-container .input {
  margin: 0 8px;
  width: 60px;
  height: 28px;
  border: 1px solid #979797;
  opacity: 0.5;
  font-size: 18px;
  text-align: center;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
}
.pager-container .total-page {
  color: #000000;
  margin: 0 2px 0 8px;
  font-size: 18px;
}
.pager-container .first-page {
  margin-right: 20px;
  font-size: 18px;
}
.pager-container .prev {
  display: flex;
  align-items: center;
  margin-right: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.pager-container .prev img {
  width: 24px;
  height: 24px;
  margin-right: 2px;
}
.pager-container .next {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}
.pager-container .next img {
  width: 24px;
  height: 24px;
  margin-left: 2px;
  transform: rotate(180deg);
}
.pager-container .current {
  color: rgba(219, 42, 47, 1);
}
.pager-container .end-page {
  margin: 0 20px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 28px;
  font-size: 18px;
}
