@font-face {
  font-family: CrimsonText;
  font-display: swap;
  src: url("../fonts/CrimsonText-Italic-4.ttf");
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1280 {
  width: 1280px;
  margin: 0 auto;
}
.page-body-container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  min-height: 100vh;
}
.page-header-container .w1200 {
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: center;
}
.page-header-container .w1200 .l {
  display: flex;
  align-items: center;
}
.page-header-container .w1200 .l img {
  width: 120px;
  height: 40px;
  object-fit: contain;
}
.page-header-container .w1200 .l .name {
  margin-left: 14px;
  font-size: 20px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  color: #da1717;
  line-height: 30px;
  padding-left: 14px;
  height: 30px;
  border-left: 1px solid #cccccc;
}
.page-header-container .w1200 .r {
  display: flex;
  align-items: center;
}
.page-header-container .w1200 .r .nav {
  display: flex;
  align-items: center;
  margin-right: 38px;
}
.page-header-container .w1200 .r .nav a {
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 22px;
  margin-right: 24px;
  position: relative;
}
.page-header-container .w1200 .r .nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 3px;
  width: 100%;
  border-radius: 2px;
  background: transparent;
}
.page-header-container .w1200 .r .nav a.active {
  font-weight: 600;
  color: #222222;
}
.page-header-container .w1200 .r .nav a.active::after {
  background: #da1717;
}
.page-header-container .w1200 .r .login {
  min-width: 97px;
  height: 28px;
  background: #da1717;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
}
.page-header-container .w1200 .r .login a {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
.page-header-container .w1200 .r .login span {
  background-color: #fff;
  width: 1px;
  height: 14px;
}
.page-footer-container {
  background: #F5F5F5;
}
.page-footer-container .about-us {
  height: 90px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  background:#da1717;
}
.page-footer-container .about-us a {
  font-size: 14px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
.page-footer-container .links .w1200 {
  /*display: flex;*/
  /*align-items: center;*/
  height: 136px;
  background: #F5F5F5;
  color: #333333;
}
.page-footer-container .links .label {
  font-size: 24px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  color: #DA1717;
  line-height: 24px;
  padding-top:30px;
  padding-bottom:12px;
  border-bottom: 2px solid #da1717;
}
.page-footer-container .links .list {
  margin-top:20px;
}
.page-footer-container .links .list a {
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  /*margin-left: 20px;*/
}
.page-footer-container .links .list span {
  margin-left: 10px;
  margin-right: 10px;
}
