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

.box {
  background: #f8f9fa;
}

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

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

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

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

.banner {
  width: 100%;
  height: 80vh;
  background: url(../images/banner.png) no-repeat center top;
  background-size: 100%;
  display: flex;
  position: relative;
}

.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;
}

.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: #ffffff;
  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-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 {
  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: #ffffff81;
  margin-right: 60px;
  cursor: pointer;
}

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

.pc-web-menu .active {
  color: #fff;
}
.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;
}
