.pc-web {
  min-width: 640px;
}

.box {
  background: #fff;
}

.box.box-white {
  background: #fff;
}

.box-img {
  width: 100%;
  margin: 0 auto;
}

.footer {
  height: 80px;
  background: #1f1f1f;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-img{
  width: 100%;
}

.footer p {
  font-size: 12px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #d4d4d4;
  line-height: 17px;
}

.banner {
  width: 100%;
  height: 47vw; /* 根据1920*890比例计算：890/1920≈0.4635 */
  background: url(../images/banner.jpg) no-repeat center center;
  background-size: 100% 100%; /* 保持比例覆盖整个容器 */
  background-attachment: scroll; /* 确保背景跟随滚动 */
  display: flex;
  position: relative;
}

/* 响应式设计 - 大屏幕适配 */
@media screen and (min-width: 1920px) {
  .banner {
    height: 890px; /* 在1920px宽度时使用原始高度 */
  }
}

.banner .banner-con {
  width: 62.5%;
  position: relative;
}

.banner .banner-con .banner-img {
  width: 100%;
}

.flex-justify-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ewm-box {
  width: 12%;
  position: absolute;
  right: 21.5%;
  top: 19.2%;
  font-size: 30px;
  font-weight: bolder;
}

.ewm-box img {
  width: 100%;
  height: 100%;
}

.box-banner {
  background: url(../images/img2.png) no-repeat center top;
  background-size: 101%;
  display: flex;
}

.banner-con-tips {
  position: absolute;
  left: 0;
  right: 0;
  top: 36%;
}

.pc-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f7f8fb;
  background: #fff;
}

.pc-content h1 {
  font-size: 40px;
  font-weight: 800;
  color: #29324a;
  margin-top: 70px;
}

.zebra-table {
  width: 80%;
  border-collapse: collapse; /* 合并边框 */
  margin: 30px 0;
  background-color: #fff;
}

/* 表头样式 */
.zebra-table th {
  background: #e8ebed;
  color: #29324a;
  font-size: 20px;
  font-weight: 800;
  padding: 12px;
  text-align: left;
}

/* 表格单元格基础样式 */
.zebra-table td {
  padding: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #29324a;
}

/* 斑马纹核心实现 */
/* .zebra-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
} */

/* 悬停效果 */
.zebra-table tbody tr:hover {
  background-color: #f1f1f1;
  transition: background-color 0.3s;
}

.about-content {
  width: 80%;
  background: #f7f8fb;
  border-radius: 4px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 53px;
}
.ac-box {
  margin-bottom: 10px;
}
.ac-item {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.ac-item .label {
  width: 300px;
  font-size: 22px;
  font-weight: 400;
  color: #29324a;
}
.ac-item .text {
  width: 1000px;
  font-size: 22px;
  font-weight: 800;
  color: #29324a;
}
.yyzz {
  width: 428px;
}
.pc-web-menu {
  position: absolute;
  top: 28px;
  right: 20%;
  display: flex;
  align-items: center;
}

.pwm-a {
  font-size: 16px;
  color: #71665E;
  margin-right: 60px;
  cursor: pointer;
}

.pwm-a:hover {
  color: #F56200;
}

.pc-web-menu .active {
  color: #F56200;
  font-weight: bold;
  position: relative;
}

.pc-web-menu .active::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%; /* 缩短下划线宽度 */
  height: 4px;
  background: #F56200;
  border-radius: 50px; /* 添加圆角 */
}
.help-content {
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.hc-left {
  width: 364px;
  height: 856px;
  background: #ffffff;
  border-radius: 4px;
  padding: 24px 30px;
  box-sizing: border-box;
  margin-right: 16px;
}
.hc-item {
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.hc-title {
  display: flex;
  align-content: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 800;
  color: #29324a;
  margin-bottom: 20px;
}
.hc-a {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #29324a;
  margin-bottom: 16px;
  cursor: pointer;
}
.hc-a:hover {
  color: #1e60fb;
}
.hca-active {
  color: #1e60fb;
}

.hc-right {
  width: 777px;
  height: 856px;
  background: #ffffff;
  border-radius: 4px;
}

.hc-text {
  padding: 38px 40px;
  display: none;
}
.hct-title {
  font-size: 20px;
  font-weight: 800;
  color: #29324a;
  margin-bottom: 21px;
}
.hct-p {
  font-size: 16px;
  font-weight: 400;
  color: #29324a;
}
.hct-active{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.attention-box{
  display: flex;
  align-items: center;
  justify-content: center;
    margin-top: 10px;

}
.ab-icon{
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.ab-color{
  font-size: 14px;
  color: #71665E;
}