.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: 60px;
  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: 240px;
  height: 40px;
  border-radius: 20px;
  position: relative;
}
.page-header-wrap .w1200 .r .search input {
  width: 240px;
  height: 40px;
  border-radius: 20px;
  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: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}
.page-header-wrap .w1200 .r .login {
  margin-left: 15px;
  font-size: 16px;
  color: #ffffff;
  width: 110px;
  height: 40px;
  background: #ad130f;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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: 60px;
  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;
}
.page-nav-container .w1200 .l img {
  width: 362px;
  height: 56px;
  object-fit: contain;
}
.page-nav-container .w1200 .r {
  display: flex;
  align-items: center;
}
.page-nav-container .w1200 .r .nav {
  display: flex;
  align-items: center;
}
.page-nav-container .w1200 .r .nav .first-item {
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.page-nav-container .w1200 .r .nav .nav-item {
  font-size: 20px;
  color: #ffffff;
  margin-left: 16px;
  position: relative;
  display: flex;
  padding: 13px 8px;
  justify-content: center;
  cursor: pointer;
}
.page-nav-container .w1200 .r .nav .nav-item::after {
  content: "";
  position: absolute;
  bottom: -4px;
  height: 4px;
  background: #ffd77b;
  width: 0;
  transition: all 0.3s;
}
.page-nav-container .w1200 .r .nav .nav-item.active {
  font-weight: 600;
  color: #ffd77b;
}
.page-nav-container .w1200 .r .nav .nav-item:hover::after,
.page-nav-container .w1200 .r .nav .nav-item.active::after {
  width: 100px;
}
.page-nav-container .w1200 .r .nav .nav-item:hover .nav-slide-items {
  display: flex;
}
.page-nav-container .w1200 .r .nav .nav-slide-items {
  flex-direction: column;
  position: absolute;
  top: 100%;
  padding-top: 4px;
  display: none;
}
.page-nav-container .w1200 .r .nav .nav-slide-items a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  background: #ffffff;
  box-shadow: inset 0px -1px 0px 0px #dddddd;
  opacity: 0.8;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.page-nav-container .w1200 .r .nav .nav-slide-items a.active {
  background: #db2a2f;
  box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.page-nav-container .w1200 .r .nav .nav-slide-items a.active:hover {
  color: #ffffff;
}
.page-nav-container .w1200 .r .nav .nav-slide-items a:hover {
  color: #db2a2f;
}
.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: 262px;
  height: 40px;
  margin-bottom: 16px;
}
.page-footer-container .about-us .l p {
  margin-top: 12px;
  display: flex;
  align-content: center;
}
.page-footer-container .about-us .l .miit {
  margin: 0 5px;
}
.page-footer-container .about-us .l .mps {
  display: flex;
  align-items: center;
}
.page-footer-container .about-us .l .mps img {
  width: 16px;
  height: 16px;
  margin: 0 5px 0;
}
.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;
}

.module-title-wrap {
  margin: 37px 0;
  position: relative;
  padding-left: 12px;
  &:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 26px;
    background: #db2a2f;
    top: 0;
    left: 0;
  }
  .name {
    font-weight: bold;
    font-size: 26px;
    color: #282525;
  }
}
